emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 25 Sep 2003 17:13:20 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5409 emacs/lisp/ChangeLog:1.5410
*** emacs/lisp/ChangeLog:1.5409 Wed Sep 24 21:56:25 2003
--- emacs/lisp/ChangeLog        Thu Sep 25 17:13:19 2003
***************
*** 12,18 ****
  
  2003-09-24  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-engine.el (c-parse-state): Fixed bug that could
        cause errors when the state cache contains info on parts that have
        been narrowed out.
  
--- 12,18 ----
  
  2003-09-24  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-engine.el (c-parse-state): Fix bug that could
        cause errors when the state cache contains info on parts that have
        been narrowed out.
  
***************
*** 23,35 ****
        changed; it doesn't work to reinitialize the mode since that
        typically clobbers the variable.
  
!       * progmodes/cc-styles.el (c-setup-paragraph-variables): Made it
!       interactive.
  
  2003-09-24  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-fonts.el (c-font-lock-declarations): Fixed
!       recognition of constructors and destructors for classes whose
        names are matched by `*-font-lock-extra-types'.
  
        * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
--- 23,35 ----
        changed; it doesn't work to reinitialize the mode since that
        typically clobbers the variable.
  
!       * progmodes/cc-styles.el (c-setup-paragraph-variables):
!       Make it interactive.
  
  2003-09-24  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-fonts.el (c-font-lock-declarations):
!       Fix recognition of constructors and destructors for classes whose
        names are matched by `*-font-lock-extra-types'.
  
        * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
***************
*** 37,62 ****
  
  2003-09-24  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fixed eob
        problem that primarily affected XEmacs.  Don't use faces to find
        unterminated strings since Emacs and XEmacs fontify strings
        differently - this function should now work better in XEmacs.
  
  2003-09-24  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-cmds.el (c-electric-brace): Fixed a bug in the
!       `expand-abbrev' workaround which caused braces to disbehave inside
        macros.
  
!       * progmodes/cc-engine.el (c-forward-keyword-clause): Fixed error
!       handling.  This bug could cause interactive font locking to bail
!       out.
  
  2003-09-24  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-engine.el (c-just-after-func-arglist-p): Handle
!       paren-style types in Pike.  Also fixed some cases of insufficient
!       handling of unbalanced parens.
  
  2003-09-24  Andre Spiegel  <address@hidden>
  
--- 37,61 ----
  
  2003-09-24  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
        problem that primarily affected XEmacs.  Don't use faces to find
        unterminated strings since Emacs and XEmacs fontify strings
        differently - this function should now work better in XEmacs.
  
  2003-09-24  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
!       `expand-abbrev' workaround which caused braces to misbehave inside
        macros.
  
!       * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
!       handling.  This bug could cause interactive font locking to bail out.
  
  2003-09-24  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-engine.el (c-just-after-func-arglist-p):
!       Handle paren-style types in Pike.  Also fixed some cases of
!       insufficient handling of unbalanced parens.
  
  2003-09-24  Andre Spiegel  <address@hidden>
  
***************
*** 65,82 ****
  
  2003-09-24  Kenichi Handa  <address@hidden>
  
!       * language/devan-util.el (devanagari-post-read-conversion): Add
!       autoload cookie.
! 
!       * language/mlm-util.el (malayalam-post-read-conversion): Add
!       autoload cookie.
! 
!       * language/tml-util.el (tamil-post-read-conversion): Add autoload
!       cookie.
! 
!       * international/utf-8.el (utf-8-post-read-conversion): Call
!       post-read-conversion functions for Devanagari, Malayalam, and
!       Tamil.
  
  2003-09-23  Dave Love  <address@hidden>
  
--- 64,77 ----
  
  2003-09-24  Kenichi Handa  <address@hidden>
  
!       * language/devan-util.el (devanagari-post-read-conversion):
!       * language/mlm-util.el (malayalam-post-read-conversion):
!       * language/tml-util.el (tamil-post-read-conversion):
!       Add autoload cookie.
! 
!       * international/utf-8.el (utf-8-post-read-conversion):
!       Call post-read-conversion functions for Devanagari, Malayalam,
!       and Tamil.
  
  2003-09-23  Dave Love  <address@hidden>
  
***************
*** 89,96 ****
  
  2003-09-22  Richard M. Stallman  <address@hidden>
  
!       * progmodes/sh-script.el (sh-mode-default-syntax-table): 
!       Renamed from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
        (sh-mode-syntax-table-input): New variable.
        (sh-require-final-newline): Don't use eval.
        (sh-builtins, sh-leading-keywords, sh-other-keywords)
--- 84,91 ----
  
  2003-09-22  Richard M. Stallman  <address@hidden>
  
!       * progmodes/sh-script.el (sh-mode-default-syntax-table):
!       Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
        (sh-mode-syntax-table-input): New variable.
        (sh-require-final-newline): Don't use eval.
        (sh-builtins, sh-leading-keywords, sh-other-keywords)
***************
*** 110,116 ****
  
  2003-09-22  Richard M. Stallman  <address@hidden>
  
!       * woman.el (woman-file-name, woman-follow-word): 
        If current-word returns nil, use "".
  
        * simple.el (eval-expression): Bind standard-output in to-buffer case.
--- 105,111 ----
  
  2003-09-22  Richard M. Stallman  <address@hidden>
  
!       * woman.el (woman-file-name, woman-follow-word):
        If current-word returns nil, use "".
  
        * simple.el (eval-expression): Bind standard-output in to-buffer case.
***************
*** 122,129 ****
  
  2003-09-22  Jari Aalto  <address@hidden>
  
!       * emacs-lisp/lisp-mnt.el (lm-get-header-re): Added
!       surrounding \\( and \\) around the header, as in
        for lm-history-header 'Change Log\\|History'.
  
  2003-09-22  John Paul Wallington  <address@hidden>
--- 117,124 ----
  
  2003-09-22  Jari Aalto  <address@hidden>
  
!       * emacs-lisp/lisp-mnt.el (lm-get-header-re):
!       Add surrounding \\( and \\) around the header, as in
        for lm-history-header 'Change Log\\|History'.
  
  2003-09-22  John Paul Wallington  <address@hidden>
***************
*** 151,165 ****
  
        * startup.el (command-line-1): Stop startup-echo-area-message
        being hidden by "Loading image..." message.
!       (use-fancy-splash-screens-p, display-splash-screen): Move
!       display-graphic-p test from latter to former.
  
!       * progmodes/sh-script.el (sh-font-lock-keywords): Highlight
!       escaped EOLs differently from other backslash constructs.
  
  2003-09-19  Richard M. Stallman  <address@hidden>
  
!       * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status): 
        New functions.
        (edebug-enter, edebug-outside-excursion): Use them.
  
--- 146,160 ----
  
        * startup.el (command-line-1): Stop startup-echo-area-message
        being hidden by "Loading image..." message.
!       (use-fancy-splash-screens-p, display-splash-screen):
!       Move display-graphic-p test from latter to former.
  
!       * progmodes/sh-script.el (sh-font-lock-keywords):
!       Highlight escaped EOLs differently from other backslash constructs.
  
  2003-09-19  Richard M. Stallman  <address@hidden>
  
!       * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
        New functions.
        (edebug-enter, edebug-outside-excursion): Use them.
  
***************
*** 167,173 ****
        Fix the condition for whether to print "In WHERE".
  
  2003-09-19  Jari Aalto  <address@hidden>
!       
        * finder.el (finder-mode-hook): New variable.
        (finder-mode): Run hook finder-mode-hook
  
--- 162,168 ----
        Fix the condition for whether to print "In WHERE".
  
  2003-09-19  Jari Aalto  <address@hidden>
! 
        * finder.el (finder-mode-hook): New variable.
        (finder-mode): Run hook finder-mode-hook
  
***************
*** 177,183 ****
  
  2003-09-17  Mario Lang  <address@hidden>
  
!       * progmodes/gud.el (perldb): Change gud-print from just "%e" to 
        "p %e" to actually print the value in the GUD buffer.
  
  2003-09-16  Miles Bader  <address@hidden>
--- 172,178 ----
  
  2003-09-17  Mario Lang  <address@hidden>
  
!       * progmodes/gud.el (perldb): Change gud-print from just "%e" to
        "p %e" to actually print the value in the GUD buffer.
  
  2003-09-16  Miles Bader  <address@hidden>
***************
*** 218,223 ****
--- 213,222 ----
  
        * hl-line.el: Documentation (comments-only) fix.
  
+ 2003-09-12  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
+ 
  2003-09-12  Eric Hanchrow <address@hidden>  (tiny change)
  
        * dired.el (dired-mode-map): Fix typo.
***************
*** 229,236 ****
  2003-09-11  Paul Pogonyshev  <address@hidden>  (tiny change)
  
        * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
!       the function is less noisy.  Now only `kill-buffer' can ask
!       questions.
  
  2003-09-10  Mario Lang  <address@hidden>
  
--- 228,234 ----
  2003-09-11  Paul Pogonyshev  <address@hidden>  (tiny change)
  
        * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
!       the function is less noisy.  Now only `kill-buffer' can ask questions.
  
  2003-09-10  Mario Lang  <address@hidden>
  
***************
*** 245,251 ****
  
  2003-09-08  David Ponce  <address@hidden>
  
!       Ensure that recentf correctly update the menu bar.
        * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
        (recentf-menu-bar): New function.
        (recentf-clear-data): Use it
--- 243,249 ----
  
  2003-09-08  David Ponce  <address@hidden>
  
!       Ensure that recentf correctly updates the menu bar.
        * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
        (recentf-menu-bar): New function.
        (recentf-clear-data): Use it
***************
*** 260,266 ****
  2003-09-04  Mario Lang  <address@hidden>
  
        * battery.el (battery-linux-proc-acpi): New function.
!       (battery-status-function): Modified default value calculation to also
        check for availability of ACPI.
        (battery-echo-area-format): Ditto.
        (battery-mode-line-format): Ditto.
--- 258,264 ----
  2003-09-04  Mario Lang  <address@hidden>
  
        * battery.el (battery-linux-proc-acpi): New function.
!       (battery-status-function): Modify default value calculation to also
        check for availability of ACPI.
        (battery-echo-area-format): Ditto.
        (battery-mode-line-format): Ditto.
***************
*** 269,276 ****
  
        * ielm.el (ielm-mode-hook): Add :options.
  
!       * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function):
!       New.
        (eldoc-print-current-symbol-info): Use it.
  
  2003-09-04  Nick Roberts  <address@hidden>
--- 267,273 ----
  
        * ielm.el (ielm-mode-hook): Add :options.
  
!       * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
        (eldoc-print-current-symbol-info): Use it.
  
  2003-09-04  Nick Roberts  <address@hidden>
***************
*** 278,315 ****
        * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
        being displayed in GUD buffer.
        (gdb-idle-input-queue): Remove var. Use just one queue.
!       (gdb-enqueue-idle-input,gdb-dequeue-idle-input): Remove
!       functions. Use just one queue.
        (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
!       (gdb-invalidate-assembler, gdb-get-current-frame): Modify
!       functions. Use just one queue.
  
  2003-09-04  Dave Love  <address@hidden>
  
        * cus-start.el: Add blink-cursor-alist.
  
        * ruler-mode.el (ruler-mode-fill-column-char)
!       (ruler-mode-current-column-char): Use char-displayable-p, not
!       window-system.
  
!       * international/codepage.el ("mule-diag"): Add eval-after-load
!       clause.
  
!       * language/european.el (windows-1252): Moved from code-pages.
  
!       * language/cyrillic.el ("Windows-1251"): Deleted.
        ("Bulgarian", "Belarusian"): Remove `features'.
!       (windows-1251): Moved from code-pages.
  
!       * international/mule-diag.el (non-iso-charset-alist): Remove
!       `codepage' stuff.
        (print-designation, list-coding-systems-1): Output fixes.
  
        * international/code-pages.el (cp-make-translation-table)
        (cp-valid-codes): Made defsubsts.
!       (cp-fix-safe-chars): Deleted.
        (mule-diag): Don't require.
!       (windows-1251, windows-1252): Removed to cyrillic.el/european.el.
        (top-level): Check for defined coding system when defining
        cp... aliases.  Change w32-add-charset-info test to avoid warning.
        (non-iso-charset-alist): Defvar when compiling.
--- 275,311 ----
        * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
        being displayed in GUD buffer.
        (gdb-idle-input-queue): Remove var. Use just one queue.
!       (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
!       Remove functions.  Use just one queue.
        (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
!       (gdb-invalidate-assembler, gdb-get-current-frame):
!       Modify functions.  Use just one queue.
  
  2003-09-04  Dave Love  <address@hidden>
  
        * cus-start.el: Add blink-cursor-alist.
  
        * ruler-mode.el (ruler-mode-fill-column-char)
!       (ruler-mode-current-column-char): Use char-displayable-p,
!       not window-system.
  
!       * international/codepage.el ("mule-diag"): Add eval-after-load clause.
  
!       * language/european.el (windows-1252): Move from code-pages.
  
!       * language/cyrillic.el ("Windows-1251"): Delete.
        ("Bulgarian", "Belarusian"): Remove `features'.
!       (windows-1251): Move from code-pages.
  
!       * international/mule-diag.el (non-iso-charset-alist):
!       Remove `codepage' stuff.
        (print-designation, list-coding-systems-1): Output fixes.
  
        * international/code-pages.el (cp-make-translation-table)
        (cp-valid-codes): Made defsubsts.
!       (cp-fix-safe-chars): Delete.
        (mule-diag): Don't require.
!       (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
        (top-level): Check for defined coding system when defining
        cp... aliases.  Change w32-add-charset-info test to avoid warning.
        (non-iso-charset-alist): Defvar when compiling.
***************
*** 341,351 ****
        * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
        and :help; also line and column numbers labels.
  
!       * international/mule-util.el (char-displayable-p): Moved from
!       latin1-disp, renamed and autoloaded.
  
!       * international/latin1-disp.el (latin1-char-displayable-p): Now
!       obsolete alias.  Replace uses with char-displayable-p.
        (latin1-display-ucs-per-lynx): Fix last change.
  
        * international/mule-cmds.el (standard-display-european-internal):
--- 337,347 ----
        * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
        and :help; also line and column numbers labels.
  
!       * international/mule-util.el (char-displayable-p): Move from
!       latin1-disp, rename and autoload.
  
!       * international/latin1-disp.el (latin1-char-displayable-p):
!       Now obsolete alias.  Replace uses with char-displayable-p.
        (latin1-display-ucs-per-lynx): Fix last change.
  
        * international/mule-cmds.el (standard-display-european-internal):
***************
*** 367,374 ****
  2003-08-31  Masatake YAMATO  <address@hidden>
  
        * pcvs.el (cvs-do-removal): Use = instead of eq to check
!       the numbre of files. Bind the numbre of files to a a local
!       variable. Suggestd by Kevin Rodgers <address@hidden>.
  
  2003-08-30  Eli Zaretskii  <address@hidden>
  
--- 363,370 ----
  2003-08-31  Masatake YAMATO  <address@hidden>
  
        * pcvs.el (cvs-do-removal): Use = instead of eq to check
!       the number of files.  Bind the number of files to a local
!       variable.  Suggested by Kevin Rodgers <address@hidden>.
  
  2003-08-30  Eli Zaretskii  <address@hidden>
  
***************
*** 410,420 ****
  
  2003-08-28  Eli Zaretskii  <address@hidden>
  
!       * mail/rmail.el (rmail-convert-to-babyl-format): Detect
!       quoted-printable- and base64-encoded messages and decode them
        automatically.  Set the message's encoding from the charset=
!       header, if any.  Decode base64-encoded messages in Mail format as
!       well.
  
  2003-08-26  Glenn Morris  <address@hidden>
  
--- 406,415 ----
  
  2003-08-28  Eli Zaretskii  <address@hidden>
  
!       * mail/rmail.el (rmail-convert-to-babyl-format):
!       Detect quoted-printable- and base64-encoded messages and decode them
        automatically.  Set the message's encoding from the charset=
!       header, if any.  Decode base64-encoded messages in Mail format as well.
  
  2003-08-26  Glenn Morris  <address@hidden>
  
***************
*** 431,438 ****
  
        * progmodes/cc-cmds.el (c-electric-brace): Work around for a
        misfeature in `expand-abbrev' which caused electric keywords like
!       "else" to disappear if an open brace was typed directly
!       afterwards.
  
  2003-08-26  Martin Stjernholm  <address@hidden>
  
--- 426,432 ----
  
        * progmodes/cc-cmds.el (c-electric-brace): Work around for a
        misfeature in `expand-abbrev' which caused electric keywords like
!       "else" to disappear if an open brace was typed directly afterwards.
  
  2003-08-26  Martin Stjernholm  <address@hidden>
  
***************
*** 440,463 ****
        mandatory in `define-widget'.
  
        * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
!       Don't align the operators "!=", "<=" and ">=" as assignment
!       operators.
  
        (c-assignment-operators): New language constant that only contains
        the assignment operators.
  
!       (c-assignment-op-regexp): New language variable used by
!       `c-lineup-math'.
  
  2003-08-26  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-engine.el (c-just-after-func-arglist-p): Safeguard
!       against unbalanced sexps.
  
  2003-08-26  Terje Rosten <address@hidden>
  
!       * version.el (emacs-version): Check for gtk.  Include gtk version
!       info.
  
  2003-08-25  John Paul Wallington  <address@hidden>
  
--- 434,454 ----
        mandatory in `define-widget'.
  
        * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
!       Don't align the operators "!=", "<=" and ">=" as assignment operators.
  
        (c-assignment-operators): New language constant that only contains
        the assignment operators.
  
!       (c-assignment-op-regexp): New language var used by `c-lineup-math'.
  
  2003-08-26  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-engine.el (c-just-after-func-arglist-p):
!       Safeguard against unbalanced sexps.
  
  2003-08-26  Terje Rosten <address@hidden>
  
!       * version.el (emacs-version): Check for gtk.  Include gtk version info.
  
  2003-08-25  John Paul Wallington  <address@hidden>
  
***************
*** 517,524 ****
  
  2003-08-23  Andre Spiegel  <address@hidden>
  
!       * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Better
!       explain obsolescence, and what to use instead.
  
  2003-08-23  Masatake YAMATO  <address@hidden>
  
--- 508,515 ----
  
  2003-08-23  Andre Spiegel  <address@hidden>
  
!       * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
!       Better explain obsolescence, and what to use instead.
  
  2003-08-23  Masatake YAMATO  <address@hidden>
  
***************
*** 534,541 ****
  
        * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
  
!       * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller
!       :size.
  
        * international/utf-16.el: Add mime-text-unsuitable coding system
        properties.
--- 525,531 ----
  
        * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
  
!       * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
  
        * international/utf-16.el: Add mime-text-unsuitable coding system
        properties.
***************
*** 570,577 ****
        (sql-sqlite-options): Correct comment.
        (sql-ms-program): Use "osql" rather than "isql".
        (sql-prompt-regexp, sql-prompt-length): Update comment.
!       (sql-mode-menu): Add "Start SQLi session" entry.  Replace
!       Highlighting submenu with Product menu.  Fix Send Region entry.
        (sql-mode-abbrev-table): Add abbreviations.  Support of
        SYSTEM-FLAG on define-abbrev.  Support was removed with last
        check-in; it now handles older Emacsen without the SYSTEM-FLAG.
--- 560,567 ----
        (sql-sqlite-options): Correct comment.
        (sql-ms-program): Use "osql" rather than "isql".
        (sql-prompt-regexp, sql-prompt-length): Update comment.
!       (sql-mode-menu): Add "Start SQLi session" entry.
!       Replace Highlighting submenu with Product menu.  Fix Send Region entry.
        (sql-mode-abbrev-table): Add abbreviations.  Support of
        SYSTEM-FLAG on define-abbrev.  Support was removed with last
        check-in; it now handles older Emacsen without the SYSTEM-FLAG.
***************
*** 611,621 ****
        (sql-highlight-strong-keywords)
        (sql-highlight-mysql-keywords)
        (sql-highlight-sqlite-keywords)
!       (sql-highlight-db2-keywords): New functions.  Use
!       `sql-set-product'.
        (sql-get-login): Prompt in the same order as the tokens.
!       (sql-mode): Uses `sql-product-highlight' and
!       `sql-product-font-lock'.
        (sql-product-interactive): New function.  Common portions of
        product-specific interactive mode wrappers.
        (sql-interactive-mode): Rewritten to use product features.
--- 601,609 ----
        (sql-highlight-strong-keywords)
        (sql-highlight-mysql-keywords)
        (sql-highlight-sqlite-keywords)
!       (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
        (sql-get-login): Prompt in the same order as the tokens.
!       (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
        (sql-product-interactive): New function.  Common portions of
        product-specific interactive mode wrappers.
        (sql-interactive-mode): Rewritten to use product features.
***************
*** 625,632 ****
        (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
        (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
        (sql-connect-ingres, sql-connect-postgres)
!       (sql-connect-interbase, sql-connect-db2, sql-connect-linter): New
!       functions.  Format command line parameters and invoke comint on
        the appropriate interpreter.  Code was in the corresponding
        `sql-xyz' function before.
        (sql-connect-ms): New function.  Support -E argument to use
--- 613,620 ----
        (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
        (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
        (sql-connect-ingres, sql-connect-postgres)
!       (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
!       New functions.  Format command line parameters and invoke comint on
        the appropriate interpreter.  Code was in the corresponding
        `sql-xyz' function before.
        (sql-connect-ms): New function.  Support -E argument to use
***************
*** 712,718 ****
  2003-08-14  Jari Aalto  <address@hidden>
  
        * progmodes/compile.el (compilation-error-regexp-alist):
!       Added Java ANt error detection as described in document
        http://ant.apache.org/faq.html
  
  2003-08-12  Juri Linkov  <address@hidden>  (tiny change)
--- 700,706 ----
  2003-08-14  Jari Aalto  <address@hidden>
  
        * progmodes/compile.el (compilation-error-regexp-alist):
!       Add Java ANt error detection as described in document
        http://ant.apache.org/faq.html
  
  2003-08-12  Juri Linkov  <address@hidden>  (tiny change)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]