/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5409 by gm, Thu Sep 25 01:56:25 2003 UTC revision 1.5410 by monnier, Thu Sep 25 21:13:19 2003 UTC
# Line 12  Line 12 
12    
13  2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>  2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14    
15          * progmodes/cc-engine.el (c-parse-state): Fixed bug that could          * progmodes/cc-engine.el (c-parse-state): Fix bug that could
16          cause errors when the state cache contains info on parts that have          cause errors when the state cache contains info on parts that have
17          been narrowed out.          been narrowed out.
18    
# Line 23  Line 23 
23          changed; it doesn't work to reinitialize the mode since that          changed; it doesn't work to reinitialize the mode since that
24          typically clobbers the variable.          typically clobbers the variable.
25    
26          * progmodes/cc-styles.el (c-setup-paragraph-variables): Made it          * progmodes/cc-styles.el (c-setup-paragraph-variables):
27          interactive.          Make it interactive.
28    
29  2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>  2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
30    
31          * progmodes/cc-fonts.el (c-font-lock-declarations): Fixed          * progmodes/cc-fonts.el (c-font-lock-declarations):
32          recognition of constructors and destructors for classes whose          Fix recognition of constructors and destructors for classes whose
33          names are matched by `*-font-lock-extra-types'.          names are matched by `*-font-lock-extra-types'.
34    
35          * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is          * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
# Line 37  Line 37 
37    
38  2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>  2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
39    
40          * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fixed eob          * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
41          problem that primarily affected XEmacs.  Don't use faces to find          problem that primarily affected XEmacs.  Don't use faces to find
42          unterminated strings since Emacs and XEmacs fontify strings          unterminated strings since Emacs and XEmacs fontify strings
43          differently - this function should now work better in XEmacs.          differently - this function should now work better in XEmacs.
44    
45  2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>  2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
46    
47          * progmodes/cc-cmds.el (c-electric-brace): Fixed a bug in the          * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
48          `expand-abbrev' workaround which caused braces to disbehave inside          `expand-abbrev' workaround which caused braces to misbehave inside
49          macros.          macros.
50    
51          * progmodes/cc-engine.el (c-forward-keyword-clause): Fixed error          * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
52          handling.  This bug could cause interactive font locking to bail          handling.  This bug could cause interactive font locking to bail out.
         out.  
53    
54  2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>  2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
55    
56          * progmodes/cc-engine.el (c-just-after-func-arglist-p): Handle          * progmodes/cc-engine.el (c-just-after-func-arglist-p):
57          paren-style types in Pike.  Also fixed some cases of insufficient          Handle paren-style types in Pike.  Also fixed some cases of
58          handling of unbalanced parens.          insufficient handling of unbalanced parens.
59    
60  2003-09-24  Andre Spiegel  <spiegel@gnu.org>  2003-09-24  Andre Spiegel  <spiegel@gnu.org>
61    
# Line 65  Line 64 
64    
65  2003-09-24  Kenichi Handa  <handa@m17n.org>  2003-09-24  Kenichi Handa  <handa@m17n.org>
66    
67          * language/devan-util.el (devanagari-post-read-conversion): Add          * language/devan-util.el (devanagari-post-read-conversion):
68          autoload cookie.          * language/mlm-util.el (malayalam-post-read-conversion):
69            * language/tml-util.el (tamil-post-read-conversion):
70          * language/mlm-util.el (malayalam-post-read-conversion): Add          Add autoload cookie.
71          autoload cookie.  
72            * international/utf-8.el (utf-8-post-read-conversion):
73          * language/tml-util.el (tamil-post-read-conversion): Add autoload          Call post-read-conversion functions for Devanagari, Malayalam,
74          cookie.          and Tamil.
   
         * international/utf-8.el (utf-8-post-read-conversion): Call  
         post-read-conversion functions for Devanagari, Malayalam, and  
         Tamil.  
75    
76  2003-09-23  Dave Love  <fx@gnu.org>  2003-09-23  Dave Love  <fx@gnu.org>
77    
# Line 89  Line 84 
84    
85  2003-09-22  Richard M. Stallman  <rms@gnu.org>  2003-09-22  Richard M. Stallman  <rms@gnu.org>
86    
87          * progmodes/sh-script.el (sh-mode-default-syntax-table):          * progmodes/sh-script.el (sh-mode-default-syntax-table):
88          Renamed from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.          Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
89          (sh-mode-syntax-table-input): New variable.          (sh-mode-syntax-table-input): New variable.
90          (sh-require-final-newline): Don't use eval.          (sh-require-final-newline): Don't use eval.
91          (sh-builtins, sh-leading-keywords, sh-other-keywords)          (sh-builtins, sh-leading-keywords, sh-other-keywords)
# Line 110  Line 105 
105    
106  2003-09-22  Richard M. Stallman  <rms@gnu.org>  2003-09-22  Richard M. Stallman  <rms@gnu.org>
107    
108          * woman.el (woman-file-name, woman-follow-word):          * woman.el (woman-file-name, woman-follow-word):
109          If current-word returns nil, use "".          If current-word returns nil, use "".
110    
111          * simple.el (eval-expression): Bind standard-output in to-buffer case.          * simple.el (eval-expression): Bind standard-output in to-buffer case.
# Line 122  Line 117 
117    
118  2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>  2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
119    
120          * emacs-lisp/lisp-mnt.el (lm-get-header-re): Added          * emacs-lisp/lisp-mnt.el (lm-get-header-re):
121          surrounding \\( and \\) around the header, as in          Add surrounding \\( and \\) around the header, as in
122          for lm-history-header 'Change Log\\|History'.          for lm-history-header 'Change Log\\|History'.
123    
124  2003-09-22  John Paul Wallington  <jpw@gnu.org>  2003-09-22  John Paul Wallington  <jpw@gnu.org>
# Line 151  Line 146 
146    
147          * startup.el (command-line-1): Stop startup-echo-area-message          * startup.el (command-line-1): Stop startup-echo-area-message
148          being hidden by "Loading image..." message.          being hidden by "Loading image..." message.
149          (use-fancy-splash-screens-p, display-splash-screen): Move          (use-fancy-splash-screens-p, display-splash-screen):
150          display-graphic-p test from latter to former.          Move display-graphic-p test from latter to former.
151    
152          * progmodes/sh-script.el (sh-font-lock-keywords): Highlight          * progmodes/sh-script.el (sh-font-lock-keywords):
153          escaped EOLs differently from other backslash constructs.          Highlight escaped EOLs differently from other backslash constructs.
154    
155  2003-09-19  Richard M. Stallman  <rms@gnu.org>  2003-09-19  Richard M. Stallman  <rms@gnu.org>
156    
157          * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):          * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
158          New functions.          New functions.
159          (edebug-enter, edebug-outside-excursion): Use them.          (edebug-enter, edebug-outside-excursion): Use them.
160    
# Line 167  Line 162 
162          Fix the condition for whether to print "In WHERE".          Fix the condition for whether to print "In WHERE".
163    
164  2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>  2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
165            
166          * finder.el (finder-mode-hook): New variable.          * finder.el (finder-mode-hook): New variable.
167          (finder-mode): Run hook finder-mode-hook          (finder-mode): Run hook finder-mode-hook
168    
# Line 177  Line 172 
172    
173  2003-09-17  Mario Lang  <mlang@delysid.org>  2003-09-17  Mario Lang  <mlang@delysid.org>
174    
175          * progmodes/gud.el (perldb): Change gud-print from just "%e" to          * progmodes/gud.el (perldb): Change gud-print from just "%e" to
176          "p %e" to actually print the value in the GUD buffer.          "p %e" to actually print the value in the GUD buffer.
177    
178  2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>  2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
# Line 218  Line 213 
213    
214          * hl-line.el: Documentation (comments-only) fix.          * hl-line.el: Documentation (comments-only) fix.
215    
216    2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
217    
218            * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
219    
220  2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)  2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
221    
222          * dired.el (dired-mode-map): Fix typo.          * dired.el (dired-mode-map): Fix typo.
# Line 229  Line 228 
228  2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)  2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
229    
230          * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that          * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
231          the function is less noisy.  Now only `kill-buffer' can ask          the function is less noisy.  Now only `kill-buffer' can ask questions.
         questions.  
232    
233  2003-09-10  Mario Lang  <mlang@delysid.org>  2003-09-10  Mario Lang  <mlang@delysid.org>
234    
# Line 245  Line 243 
243    
244  2003-09-08  David Ponce  <david@dponce.com>  2003-09-08  David Ponce  <david@dponce.com>
245    
246          Ensure that recentf correctly update the menu bar.          Ensure that recentf correctly updates the menu bar.
247          * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.          * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
248          (recentf-menu-bar): New function.          (recentf-menu-bar): New function.
249          (recentf-clear-data): Use it          (recentf-clear-data): Use it
# Line 260  Line 258 
258  2003-09-04  Mario Lang  <mlang@delysid.org>  2003-09-04  Mario Lang  <mlang@delysid.org>
259    
260          * battery.el (battery-linux-proc-acpi): New function.          * battery.el (battery-linux-proc-acpi): New function.
261          (battery-status-function): Modified default value calculation to also          (battery-status-function): Modify default value calculation to also
262          check for availability of ACPI.          check for availability of ACPI.
263          (battery-echo-area-format): Ditto.          (battery-echo-area-format): Ditto.
264          (battery-mode-line-format): Ditto.          (battery-mode-line-format): Ditto.
# Line 269  Line 267 
267    
268          * ielm.el (ielm-mode-hook): Add :options.          * ielm.el (ielm-mode-hook): Add :options.
269    
270          * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function):          * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
         New.  
271          (eldoc-print-current-symbol-info): Use it.          (eldoc-print-current-symbol-info): Use it.
272    
273  2003-09-04  Nick Roberts  <nick@nick.uklinux.net>  2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
# Line 278  Line 275 
275          * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt          * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
276          being displayed in GUD buffer.          being displayed in GUD buffer.
277          (gdb-idle-input-queue): Remove var. Use just one queue.          (gdb-idle-input-queue): Remove var. Use just one queue.
278          (gdb-enqueue-idle-input,gdb-dequeue-idle-input): Remove          (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
279          functions. Use just one queue.          Remove functions.  Use just one queue.
280          (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)          (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
281          (gdb-invalidate-assembler, gdb-get-current-frame): Modify          (gdb-invalidate-assembler, gdb-get-current-frame):
282          functions. Use just one queue.          Modify functions.  Use just one queue.
283    
284  2003-09-04  Dave Love  <fx@gnu.org>  2003-09-04  Dave Love  <fx@gnu.org>
285    
286          * cus-start.el: Add blink-cursor-alist.          * cus-start.el: Add blink-cursor-alist.
287    
288          * ruler-mode.el (ruler-mode-fill-column-char)          * ruler-mode.el (ruler-mode-fill-column-char)
289          (ruler-mode-current-column-char): Use char-displayable-p, not          (ruler-mode-current-column-char): Use char-displayable-p,
290          window-system.          not window-system.
291    
292          * international/codepage.el ("mule-diag"): Add eval-after-load          * international/codepage.el ("mule-diag"): Add eval-after-load clause.
         clause.  
293    
294          * language/european.el (windows-1252): Moved from code-pages.          * language/european.el (windows-1252): Move from code-pages.
295    
296          * language/cyrillic.el ("Windows-1251"): Deleted.          * language/cyrillic.el ("Windows-1251"): Delete.
297          ("Bulgarian", "Belarusian"): Remove `features'.          ("Bulgarian", "Belarusian"): Remove `features'.
298          (windows-1251): Moved from code-pages.          (windows-1251): Move from code-pages.
299    
300          * international/mule-diag.el (non-iso-charset-alist): Remove          * international/mule-diag.el (non-iso-charset-alist):
301          `codepage' stuff.          Remove `codepage' stuff.
302          (print-designation, list-coding-systems-1): Output fixes.          (print-designation, list-coding-systems-1): Output fixes.
303    
304          * international/code-pages.el (cp-make-translation-table)          * international/code-pages.el (cp-make-translation-table)
305          (cp-valid-codes): Made defsubsts.          (cp-valid-codes): Made defsubsts.
306          (cp-fix-safe-chars): Deleted.          (cp-fix-safe-chars): Delete.
307          (mule-diag): Don't require.          (mule-diag): Don't require.
308          (windows-1251, windows-1252): Removed to cyrillic.el/european.el.          (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
309          (top-level): Check for defined coding system when defining          (top-level): Check for defined coding system when defining
310          cp... aliases.  Change w32-add-charset-info test to avoid warning.          cp... aliases.  Change w32-add-charset-info test to avoid warning.
311          (non-iso-charset-alist): Defvar when compiling.          (non-iso-charset-alist): Defvar when compiling.
# Line 341  Line 337 
337          * menu-bar.el (menu-bar-showhide-menu): Amend date and time label          * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
338          and :help; also line and column numbers labels.          and :help; also line and column numbers labels.
339    
340          * international/mule-util.el (char-displayable-p): Moved from          * international/mule-util.el (char-displayable-p): Move from
341          latin1-disp, renamed and autoloaded.          latin1-disp, rename and autoload.
342    
343          * international/latin1-disp.el (latin1-char-displayable-p): Now          * international/latin1-disp.el (latin1-char-displayable-p):
344          obsolete alias.  Replace uses with char-displayable-p.          Now obsolete alias.  Replace uses with char-displayable-p.
345          (latin1-display-ucs-per-lynx): Fix last change.          (latin1-display-ucs-per-lynx): Fix last change.
346    
347          * international/mule-cmds.el (standard-display-european-internal):          * international/mule-cmds.el (standard-display-european-internal):
# Line 367  Line 363 
363  2003-08-31  Masatake YAMATO  <jet@gyve.org>  2003-08-31  Masatake YAMATO  <jet@gyve.org>
364    
365          * pcvs.el (cvs-do-removal): Use = instead of eq to check          * pcvs.el (cvs-do-removal): Use = instead of eq to check
366          the numbre of files. Bind the numbre of files to a a local          the number of files.  Bind the number of files to a local
367          variable. Suggestd by Kevin Rodgers <ihs_4664@yahoo.com>.          variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
368    
369  2003-08-30  Eli Zaretskii  <eliz@elta.co.il>  2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
370    
# Line 410  Line 406 
406    
407  2003-08-28  Eli Zaretskii  <eliz@elta.co.il>  2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
408    
409          * mail/rmail.el (rmail-convert-to-babyl-format): Detect          * mail/rmail.el (rmail-convert-to-babyl-format):
410          quoted-printable- and base64-encoded messages and decode them          Detect quoted-printable- and base64-encoded messages and decode them
411          automatically.  Set the message's encoding from the charset=          automatically.  Set the message's encoding from the charset=
412          header, if any.  Decode base64-encoded messages in Mail format as          header, if any.  Decode base64-encoded messages in Mail format as well.
         well.  
413    
414  2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>  2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
415    
# Line 431  Line 426 
426    
427          * progmodes/cc-cmds.el (c-electric-brace): Work around for a          * progmodes/cc-cmds.el (c-electric-brace): Work around for a
428          misfeature in `expand-abbrev' which caused electric keywords like          misfeature in `expand-abbrev' which caused electric keywords like
429          "else" to disappear if an open brace was typed directly          "else" to disappear if an open brace was typed directly afterwards.
         afterwards.  
430    
431  2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>  2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
432    
# Line 440  Line 434 
434          mandatory in `define-widget'.          mandatory in `define-widget'.
435    
436          * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):          * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
437          Don't align the operators "!=", "<=" and ">=" as assignment          Don't align the operators "!=", "<=" and ">=" as assignment operators.
         operators.  
438    
439          (c-assignment-operators): New language constant that only contains          (c-assignment-operators): New language constant that only contains
440          the assignment operators.          the assignment operators.
441    
442          (c-assignment-op-regexp): New language variable used by          (c-assignment-op-regexp): New language var used by `c-lineup-math'.
         `c-lineup-math'.  
443    
444  2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>  2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
445    
446          * progmodes/cc-engine.el (c-just-after-func-arglist-p): Safeguard          * progmodes/cc-engine.el (c-just-after-func-arglist-p):
447          against unbalanced sexps.          Safeguard against unbalanced sexps.
448    
449  2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>  2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
450    
451          * version.el (emacs-version): Check for gtk.  Include gtk version          * version.el (emacs-version): Check for gtk.  Include gtk version info.
         info.  
452    
453  2003-08-25  John Paul Wallington  <jpw@gnu.org>  2003-08-25  John Paul Wallington  <jpw@gnu.org>
454    
# Line 517  Line 508 
508    
509  2003-08-23  Andre Spiegel  <spiegel@gnu.org>  2003-08-23  Andre Spiegel  <spiegel@gnu.org>
510    
511          * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Better          * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
512          explain obsolescence, and what to use instead.          Better explain obsolescence, and what to use instead.
513    
514  2003-08-23  Masatake YAMATO  <jet@gyve.org>  2003-08-23  Masatake YAMATO  <jet@gyve.org>
515    
# Line 534  Line 525 
525    
526          * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.          * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
527    
528          * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller          * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
         :size.  
529    
530          * international/utf-16.el: Add mime-text-unsuitable coding system          * international/utf-16.el: Add mime-text-unsuitable coding system
531          properties.          properties.
# Line 570  Line 560 
560          (sql-sqlite-options): Correct comment.          (sql-sqlite-options): Correct comment.
561          (sql-ms-program): Use "osql" rather than "isql".          (sql-ms-program): Use "osql" rather than "isql".
562          (sql-prompt-regexp, sql-prompt-length): Update comment.          (sql-prompt-regexp, sql-prompt-length): Update comment.
563          (sql-mode-menu): Add "Start SQLi session" entry.  Replace          (sql-mode-menu): Add "Start SQLi session" entry.
564          Highlighting submenu with Product menu.  Fix Send Region entry.          Replace Highlighting submenu with Product menu.  Fix Send Region entry.
565          (sql-mode-abbrev-table): Add abbreviations.  Support of          (sql-mode-abbrev-table): Add abbreviations.  Support of
566          SYSTEM-FLAG on define-abbrev.  Support was removed with last          SYSTEM-FLAG on define-abbrev.  Support was removed with last
567          check-in; it now handles older Emacsen without the SYSTEM-FLAG.          check-in; it now handles older Emacsen without the SYSTEM-FLAG.
# Line 611  Line 601 
601          (sql-highlight-strong-keywords)          (sql-highlight-strong-keywords)
602          (sql-highlight-mysql-keywords)          (sql-highlight-mysql-keywords)
603          (sql-highlight-sqlite-keywords)          (sql-highlight-sqlite-keywords)
604          (sql-highlight-db2-keywords): New functions.  Use          (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
         `sql-set-product'.  
605          (sql-get-login): Prompt in the same order as the tokens.          (sql-get-login): Prompt in the same order as the tokens.
606          (sql-mode): Uses `sql-product-highlight' and          (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
         `sql-product-font-lock'.  
607          (sql-product-interactive): New function.  Common portions of          (sql-product-interactive): New function.  Common portions of
608          product-specific interactive mode wrappers.          product-specific interactive mode wrappers.
609          (sql-interactive-mode): Rewritten to use product features.          (sql-interactive-mode): Rewritten to use product features.
# Line 625  Line 613 
613          (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)          (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
614          (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)          (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
615          (sql-connect-ingres, sql-connect-postgres)          (sql-connect-ingres, sql-connect-postgres)
616          (sql-connect-interbase, sql-connect-db2, sql-connect-linter): New          (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
617          functions.  Format command line parameters and invoke comint on          New functions.  Format command line parameters and invoke comint on
618          the appropriate interpreter.  Code was in the corresponding          the appropriate interpreter.  Code was in the corresponding
619          `sql-xyz' function before.          `sql-xyz' function before.
620          (sql-connect-ms): New function.  Support -E argument to use          (sql-connect-ms): New function.  Support -E argument to use
# Line 712  Line 700 
700  2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>  2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
701    
702          * progmodes/compile.el (compilation-error-regexp-alist):          * progmodes/compile.el (compilation-error-regexp-alist):
703          Added Java ANt error detection as described in document          Add Java ANt error detection as described in document
704          http://ant.apache.org/faq.html          http://ant.apache.org/faq.html
705    
706  2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)  2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)

Legend:
Removed from v.1.5409  
changed lines
  Added in v.1.5410

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26