bpt/emacs.git
20 years ago(elisp.dvi, index.texi): Replace Unix shell commands with equivalent
Eli Zaretskii [Thu, 28 Aug 2003 14:08:55 +0000 (14:08 +0000)]
(elisp.dvi, index.texi): Replace Unix shell commands with equivalent
COMMAND.COM commands.

20 years ago(decode_coding_iso2022): Initialized local variable c2.
Kenichi Handa [Thu, 28 Aug 2003 08:19:07 +0000 (08:19 +0000)]
(decode_coding_iso2022): Initialized local variable c2.
(decode_coding_sjis_big5): Likewise.

20 years ago(sys_pipe): Protect against file descriptor overflow.
Jason Rumney [Wed, 27 Aug 2003 22:57:54 +0000 (22:57 +0000)]
(sys_pipe): Protect against file descriptor overflow.

20 years ago*** empty log message ***
Jason Rumney [Wed, 27 Aug 2003 22:57:13 +0000 (22:57 +0000)]
*** empty log message ***

20 years ago(syms_of_w32fns): Remove non-existent functions.
Jason Rumney [Wed, 27 Aug 2003 22:37:56 +0000 (22:37 +0000)]
(syms_of_w32fns): Remove non-existent functions.

20 years ago(w32_read_socket): Fix WM_MOUSEWHEEL assignment.
Jason Rumney [Wed, 27 Aug 2003 22:37:14 +0000 (22:37 +0000)]
(w32_read_socket): Fix WM_MOUSEWHEEL assignment.

20 years ago*** empty log message ***
Jason Rumney [Wed, 27 Aug 2003 22:33:19 +0000 (22:33 +0000)]
*** empty log message ***

20 years agoFix previous change:
Glenn Morris [Tue, 26 Aug 2003 17:42:27 +0000 (17:42 +0000)]
Fix previous change:
(smtpmail-send-queued-mail): Set smtpmail-mail-address before
calling smtpmail-via-smtp.
(smtpmail-via-smtp): Add fall-back values for envelope-from.

20 years ago*** empty log message ***
Glenn Morris [Tue, 26 Aug 2003 17:41:25 +0000 (17:41 +0000)]
*** empty log message ***

20 years ago(image-jpeg-p): Don't search beyond length of data.
John Paul Wallington [Tue, 26 Aug 2003 15:38:36 +0000 (15:38 +0000)]
(image-jpeg-p): Don't search beyond length of data.

20 years agoBumped patch release number.
Martin Stjernholm [Tue, 26 Aug 2003 11:54:09 +0000 (11:54 +0000)]
Bumped patch release number.

20 years ago(c-lineup-math): Don't align the operators "!=", "<=" and ">=" as assignment
Martin Stjernholm [Tue, 26 Aug 2003 11:52:40 +0000 (11:52 +0000)]
(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'.

20 years ago(c-extra-types-widget): The doc string is mandatory in
Martin Stjernholm [Tue, 26 Aug 2003 11:51:55 +0000 (11:51 +0000)]
(c-extra-types-widget): The doc string is mandatory in
`define-widget'.

20 years ago(c-just-after-func-arglist-p): Safeguard against unbalanced sexps.
Martin Stjernholm [Tue, 26 Aug 2003 11:51:16 +0000 (11:51 +0000)]
(c-just-after-func-arglist-p): Safeguard against unbalanced sexps.

20 years ago(c-electric-brace): Work around for a misfeature in `expand-abbrev'
Martin Stjernholm [Tue, 26 Aug 2003 11:50:03 +0000 (11:50 +0000)]
(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.

20 years agoExplain need of static text around editable field
Per Abrahamsen [Tue, 26 Aug 2003 08:58:11 +0000 (08:58 +0000)]
Explain need of static text around editable field

20 years ago*** empty log message ***
Lute Kamstra [Tue, 26 Aug 2003 08:47:01 +0000 (08:47 +0000)]
*** empty log message ***

20 years ago(emacs-version): Check for gtk. Include gtk version info.
Lute Kamstra [Tue, 26 Aug 2003 08:46:27 +0000 (08:46 +0000)]
(emacs-version): Check for gtk.  Include gtk version info.

20 years ago(Vgtk_version_string): New variable.
Lute Kamstra [Tue, 26 Aug 2003 08:44:35 +0000 (08:44 +0000)]
(Vgtk_version_string): New variable.
(syms_of_xfns): DEFVAR_LISP it.  Provide gtk.

20 years ago("german-prefix"): Fix typo in the docstring.
Kenichi Handa [Mon, 25 Aug 2003 11:06:33 +0000 (11:06 +0000)]
("german-prefix"): Fix typo in the docstring.

20 years ago(Man-default-man-entry): Don't whizz past the section number
John Paul Wallington [Mon, 25 Aug 2003 03:50:47 +0000 (03:50 +0000)]
(Man-default-man-entry): Don't whizz past the section number
before looking for it.

20 years ago(gud-display-line): Don't set window-point if
Nick Roberts [Sun, 24 Aug 2003 20:41:39 +0000 (20:41 +0000)]
(gud-display-line): Don't set window-point if
source buffer is not visible. (Only happens with M-x gdba).

20 years ago(gdba): Remove gdb-quit (previously removed) from
Nick Roberts [Sun, 24 Aug 2003 20:40:03 +0000 (20:40 +0000)]
(gdba): Remove gdb-quit (previously removed) from
documentation.
(gdb-source, gdb-source-info): Update to assembler unnecessary
as its done after each GDB command anyway.
(gdb-pre-prompt): Use with-current-buffer.
(gdb-insert-field): Add help-echo text.
(gdb-invalidate-assembler): Re-display of assembler now done in
gdb-info-breakpoints-custom.
(gdb-info-breakpoints-custom): Force re-display of assembler to
happen *after* update of breakpoints buffer.
(gdb-display-source-buffer): Don't choke if gdb-source-window
isn't visible.
(gdb-put-string, gdb-put-arrow): Remove free variables.

20 years ago*** empty log message ***
Nick Roberts [Sun, 24 Aug 2003 20:38:15 +0000 (20:38 +0000)]
*** empty log message ***

20 years ago(ibuffer-formats): Make name and size columns wider.
John Paul Wallington [Sun, 24 Aug 2003 18:11:20 +0000 (18:11 +0000)]
(ibuffer-formats): Make name and size columns wider.

20 years ago(Man-default-man-entry): Strip text properties when
John Paul Wallington [Sun, 24 Aug 2003 18:08:01 +0000 (18:08 +0000)]
(Man-default-man-entry): Strip text properties when
snarfing parts of entry because `format' preserves properties.

20 years ago(sh-builtins): Add some bash builtins.
Glenn Morris [Sun, 24 Aug 2003 15:26:13 +0000 (15:26 +0000)]
(sh-builtins): Add some bash builtins.
(sh-leading-keywords): Add the bash `time' reserved word.
(sh-variables): Add some bash variables.
(sh-add-completer): Fix nil branch of case statement.

20 years ago(smtpmail-mail-address): Doc change.
Glenn Morris [Sun, 24 Aug 2003 15:23:12 +0000 (15:23 +0000)]
(smtpmail-mail-address): Doc change.
(smtpmail-send-it): Make treatment of envelope-from consistent with
sendmail.el.

20 years ago(mail-specify-envelope-from): Doc change.
Glenn Morris [Sun, 24 Aug 2003 15:22:13 +0000 (15:22 +0000)]
(mail-specify-envelope-from): Doc change.

20 years ago(simple-diary-display, make-diary-entry): Allow the diary to pop up a
Glenn Morris [Sun, 24 Aug 2003 15:20:38 +0000 (15:20 +0000)]
(simple-diary-display, make-diary-entry): Allow the diary to pop up a
new frame, if needed.

20 years ago(file-newest-backup): Use `expand-file-name'.
Glenn Morris [Sun, 24 Aug 2003 15:19:42 +0000 (15:19 +0000)]
(file-newest-backup): Use `expand-file-name'.

20 years ago*** empty log message ***
Eli Zaretskii [Sun, 24 Aug 2003 15:11:24 +0000 (15:11 +0000)]
*** empty log message ***

20 years ago(EXEEXT): Define to an empty string.
Eli Zaretskii [Sun, 24 Aug 2003 15:10:52 +0000 (15:10 +0000)]
(EXEEXT): Define to an empty string.

20 years agoComment-only change.
Eli Zaretskii [Sun, 24 Aug 2003 15:06:41 +0000 (15:06 +0000)]
Comment-only change.

20 years ago(term_init): Remove `const' from buffer_size's declaration.
Eli Zaretskii [Sun, 24 Aug 2003 15:04:45 +0000 (15:04 +0000)]
(term_init): Remove `const' from buffer_size's declaration.

20 years ago*** empty log message ***
Eli Zaretskii [Sun, 24 Aug 2003 13:49:03 +0000 (13:49 +0000)]
*** empty log message ***

20 years agoRemove src/emacs after producing b-emacs.exe.
Eli Zaretskii [Sun, 24 Aug 2003 13:43:23 +0000 (13:43 +0000)]
Remove src/emacs after producing b-emacs.exe.

20 years ago(EXEEXT): Define to an empty string.
Eli Zaretskii [Sun, 24 Aug 2003 13:09:47 +0000 (13:09 +0000)]
(EXEEXT): Define to an empty string.

20 years ago(msdos.o): Depend on intervals.h.
Eli Zaretskii [Sun, 24 Aug 2003 12:59:24 +0000 (12:59 +0000)]
(msdos.o): Depend on intervals.h.

20 years agoInclude intervals.h, since STRING_INTERVALS requires that.
Eli Zaretskii [Sun, 24 Aug 2003 12:58:34 +0000 (12:58 +0000)]
Include intervals.h, since STRING_INTERVALS requires that.

20 years ago(HAVE_DIFFTIME, HAVE_MEMCMP, HAVE_MEMMOVE, HAVE_SIZE_T): Define.
Eli Zaretskii [Sun, 24 Aug 2003 12:36:41 +0000 (12:36 +0000)]
(HAVE_DIFFTIME, HAVE_MEMCMP, HAVE_MEMMOVE, HAVE_SIZE_T): Define.

20 years agoAdded Ee (categorizing information manager)
Stephen Eglen [Sun, 24 Aug 2003 12:00:44 +0000 (12:00 +0000)]
Added Ee (categorizing information manager)

20 years agoAdded ld-script.el.
Masatake YAMATO [Sun, 24 Aug 2003 09:44:38 +0000 (09:44 +0000)]
Added ld-script.el.

20 years ago(vc-ignore-vc-files, vc-master-templates): Doc fix - quote lisp symbols.
Markus Rost [Sat, 23 Aug 2003 23:05:17 +0000 (23:05 +0000)]
(vc-ignore-vc-files, vc-master-templates): Doc fix - quote lisp symbols.

20 years ago#
André Spiegel [Sat, 23 Aug 2003 10:08:42 +0000 (10:08 +0000)]
#

20 years ago(vc-ignore-vc-files, vc-master-templates): Better explain obsolescence, and
André Spiegel [Sat, 23 Aug 2003 10:06:29 +0000 (10:06 +0000)]
(vc-ignore-vc-files, vc-master-templates): Better explain obsolescence, and
what to use instead.

20 years ago(cvs-do-removal): Show the deleted file name on the prompt.
Masatake YAMATO [Sat, 23 Aug 2003 02:40:47 +0000 (02:40 +0000)]
(cvs-do-removal): Show the deleted file name on the prompt.

20 years agoCreate and initialize a client leader window so session management
Jan Djärv [Thu, 21 Aug 2003 19:54:47 +0000 (19:54 +0000)]
Create and initialize a client leader window so session management
doesn't restart Emacs twice.

20 years ago*** empty log message ***
Dave Love [Thu, 21 Aug 2003 17:24:58 +0000 (17:24 +0000)]
*** empty log message ***

20 years agoUse _MIPS_SZLONG, not _LP64.
Dave Love [Thu, 21 Aug 2003 14:21:51 +0000 (14:21 +0000)]
Use _MIPS_SZLONG, not _LP64.

20 years ago(term_init): Fix previous change
Kenichi Handa [Thu, 21 Aug 2003 11:36:40 +0000 (11:36 +0000)]
(term_init): Fix previous change

20 years ago(term_init): Fix previous change; don't rely on the
Kenichi Handa [Thu, 21 Aug 2003 11:33:00 +0000 (11:33 +0000)]
(term_init): Fix previous change; don't rely on the
length of `buffer' if TERMINFO is defined.

20 years ago*** empty log message ***
Dave Love [Wed, 20 Aug 2003 19:18:57 +0000 (19:18 +0000)]
*** empty log message ***

20 years agoAdd \rhd.
Dave Love [Wed, 20 Aug 2003 19:01:23 +0000 (19:01 +0000)]
Add \rhd.

20 years agoMaintainer.
Dave Love [Wed, 20 Aug 2003 19:00:06 +0000 (19:00 +0000)]
Maintainer.

20 years ago(make-coding-system)
Dave Love [Wed, 20 Aug 2003 18:56:53 +0000 (18:56 +0000)]
(make-coding-system)
(set-buffer-file-coding-system): Doc fix.

20 years ago(common-lisp-mode): New.
Dave Love [Wed, 20 Aug 2003 18:53:12 +0000 (18:53 +0000)]
(common-lisp-mode): New.

20 years ago(beginning-of-defun-function): Doc fix.
Dave Love [Wed, 20 Aug 2003 18:48:43 +0000 (18:48 +0000)]
(beginning-of-defun-function): Doc fix.

20 years agoComment.
Dave Love [Wed, 20 Aug 2003 18:46:55 +0000 (18:46 +0000)]
Comment.

20 years agoAdd mime-text-unsuitable coding system
Dave Love [Wed, 20 Aug 2003 18:45:22 +0000 (18:45 +0000)]
Add mime-text-unsuitable coding system
properties.

20 years ago(ucs-unicode-to-mule-cjk): Use smaller
Dave Love [Wed, 20 Aug 2003 18:44:59 +0000 (18:44 +0000)]
(ucs-unicode-to-mule-cjk): Use smaller
:size.

20 years ago(latin1-display): Add ?\e$,1s"\e(B.
Dave Love [Wed, 20 Aug 2003 18:40:26 +0000 (18:40 +0000)]
(latin1-display): Add ?\e$,1s"\e(B.

20 years ago(bib): Add :group external.
Dave Love [Wed, 20 Aug 2003 18:32:51 +0000 (18:32 +0000)]
(bib): Add :group external.

20 years agoAdd some :links.
Dave Love [Wed, 20 Aug 2003 18:31:54 +0000 (18:31 +0000)]
Add some :links.
(bib): Remove.

20 years agoRemoved.
Dave Love [Wed, 20 Aug 2003 16:57:22 +0000 (16:57 +0000)]
Removed.

20 years ago(LWLIB_OPTIONS): Removed (unused).
Dave Love [Wed, 20 Aug 2003 16:54:33 +0000 (16:54 +0000)]
(LWLIB_OPTIONS): Removed (unused).
(alloca.o): Remove obsolete stuff concerning alloca.s.  Depend on
atimer.h, blockinput.h.

20 years agoSome merging with gnulib. Change logic and doc
Dave Love [Wed, 20 Aug 2003 16:47:48 +0000 (16:47 +0000)]
Some merging with gnulib.  Change logic and doc
concerning (x)malloc/(x)free -- no longer Emacs-specific.
[DO_BLOCK_INPUT]: Don't include lisp.h.
(xmalloc, xfree): Declare.
(malloc): Don't declare.

20 years ago(lisp_align_malloc): Change type of `aligned'.
Dave Love [Wed, 20 Aug 2003 16:46:33 +0000 (16:46 +0000)]
(lisp_align_malloc): Change type of `aligned'.

20 years agoInclude lisp.h.
Dave Love [Wed, 20 Aug 2003 16:45:53 +0000 (16:45 +0000)]
Include lisp.h.

20 years ago(EMACS_LISP_H): New.
Dave Love [Wed, 20 Aug 2003 16:43:21 +0000 (16:43 +0000)]
(EMACS_LISP_H): New.
(popup_activated_flag): Don't declare.

20 years agoRemove obsolete references to alloca.
Dave Love [Wed, 20 Aug 2003 15:47:57 +0000 (15:47 +0000)]
Remove obsolete references to alloca.

20 years agoChange several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen [Wed, 20 Aug 2003 09:04:16 +0000 (09:04 +0000)]
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Other links may also need changing later: autorevert.el, find-func.el,
ps-print.el, sregex.el.

20 years ago(Basic Types): The argument to `:help-echo' can now be a form that
Luc Teirlinck [Wed, 20 Aug 2003 03:45:18 +0000 (03:45 +0000)]
(Basic Types): The argument to `:help-echo' can now be a form that
evaluates to a string.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 20 Aug 2003 03:42:22 +0000 (03:42 +0000)]
*** empty log message ***

20 years ago(Type Keywords): Correct the description of `:help-echo' in the case
Luc Teirlinck [Wed, 20 Aug 2003 03:20:33 +0000 (03:20 +0000)]
(Type Keywords): Correct the description of `:help-echo' in the case
where `motion-doc' is a function.

20 years ago(term_init): Use a buffer of size 4096 for tgetent since
Richard M. Stallman [Tue, 19 Aug 2003 23:47:31 +0000 (23:47 +0000)]
(term_init): Use a buffer of size 4096 for tgetent since
FreeBSD returns something longer than 2044.  Abort if the end of
the buffer is overwritten.

20 years ago[__FreeBSD_version >= 400000]: Define TERMINFO, use -lncurses.
Richard M. Stallman [Tue, 19 Aug 2003 23:47:04 +0000 (23:47 +0000)]
[__FreeBSD_version >= 400000]: Define TERMINFO, use -lncurses.

20 years agoDocumentation update for installation.
Stephen Eglen [Tue, 19 Aug 2003 18:39:11 +0000 (18:39 +0000)]
Documentation update for installation.

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 19 Aug 2003 16:31:28 +0000 (16:31 +0000)]
*** empty log message ***

20 years ago(Top): Update menu to reflect new Keyboard Macros chapter.
Luc Teirlinck [Tue, 19 Aug 2003 16:22:53 +0000 (16:22 +0000)]
(Top): Update menu to reflect new Keyboard Macros chapter.

20 years agoRevision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19
Miles Bader [Tue, 19 Aug 2003 16:22:27 +0000 (16:22 +0000)]
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19

Use quoting in quick-install-emacs that works with recent gawks

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 19 Aug 2003 16:21:49 +0000 (16:21 +0000)]
*** empty log message ***

20 years agoRevision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-20
Miles Bader [Tue, 19 Aug 2003 16:20:13 +0000 (16:20 +0000)]
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-20

src/xterm.c (x_term_init): Correctly use result of Ffile_readable_p.

20 years ago(lisp_align_malloc): Check for memory full when
Gerd Moellmann [Tue, 19 Aug 2003 12:58:35 +0000 (12:58 +0000)]
(lisp_align_malloc): Check for memory full when
allocating ablocks, which also avoids freeing a pointer into an
ablocks structure.

20 years ago(BASE_PURESIZE): Increase to 1100000.
Gerd Moellmann [Tue, 19 Aug 2003 12:42:32 +0000 (12:42 +0000)]
(BASE_PURESIZE): Increase to 1100000.

20 years ago(Fmove_overlay): Set overlay's next pointer
Gerd Moellmann [Tue, 19 Aug 2003 12:39:00 +0000 (12:39 +0000)]
(Fmove_overlay): Set overlay's next pointer
unconditionally.

20 years ago(Intro): Include kmacro.texi after fixit.texi instead of after
Luc Teirlinck [Tue, 19 Aug 2003 10:28:00 +0000 (10:28 +0000)]
(Intro): Include kmacro.texi after fixit.texi instead of after
custom.texi. (Suggested by Kim Storm.)

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 19 Aug 2003 10:26:11 +0000 (10:26 +0000)]
*** empty log message ***

20 years agoRegenerate.
Lute Kamstra [Tue, 19 Aug 2003 08:23:12 +0000 (08:23 +0000)]
Regenerate.

20 years agoRevert the change of 2003-07-29 as GTK+ 2.2 is not required anymore.
Lute Kamstra [Tue, 19 Aug 2003 08:21:00 +0000 (08:21 +0000)]
Revert the change of 2003-07-29 as GTK+ 2.2 is not required anymore.

20 years ago("french-prefix"): Fix spacing in docstring.
Markus Rost [Tue, 19 Aug 2003 03:01:06 +0000 (03:01 +0000)]
("french-prefix"): Fix spacing in docstring.

20 years ago(widget-echo-help): Make it handle expressions that evaluate to
Luc Teirlinck [Mon, 18 Aug 2003 22:48:44 +0000 (22:48 +0000)]
(widget-echo-help): Make it handle expressions that evaluate to
strings.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 18 Aug 2003 22:46:02 +0000 (22:46 +0000)]
*** empty log message ***

20 years agoChangeLog
Alex Schroeder [Mon, 18 Aug 2003 18:07:27 +0000 (18:07 +0000)]
ChangeLog

20 years agoPatch by Michael Mauger <mmaug@yahoo.com>
Alex Schroeder [Mon, 18 Aug 2003 17:29:23 +0000 (17:29 +0000)]
Patch by Michael Mauger  <mmaug@yahoo.com>

Version 1.8.0 of sql-mode.

Simplify selection of SQL products to define highlighting and
interactive mode.  Includes detailed instructions on adding
support for new products.

* sql.el (sql-product): New variable.  Identifies SQL product for
use in highlighting and interactive mode.
(sql-interactive-product): New variable.  SQL product for
sql-interactive-mode.
(sql-product-support): New variable.  Specifies product-specific
parameters to drive highlighting and interactive mode.
(sql-imenu-generic-expression): Add more object types.
(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.
(sql-mode-font-lock-object-name): Add font-lock pattern for object
names.
(sql-mode-ansi-font-lock-keywords): Set as default value.
(sql-mode-oracle-font-lock-keywords): Set as default value.
Support Oracle 9i keywords.
(sql-mode-postgres-font-lock-keywords): Set as default value.
(sql-mode-linter-font-lock-keywords): Set as default value.
(sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
SQLServer 2000.
(sql-mode-sybase-font-lock-keywords)
(sql-mode-interbase-font-lock-keywords)
(sql-mode-sqlite-font-lock-keywords)
(sql-mode-strong-font-lock-keywords)
(sql-mode-mysql-font-lock-keywords)
(sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
keywords.
(sql-mode-font-lock-defaults): Update comment.
(sql-product-feature): New function.  Returns feature associated
with a product from `sql-product-support' alist.
(sql-product-font-lock): New function.  Set font-lock support
based on `sql-product'.
(sql-add-product-keywords): New function.  Add font-lock rules to
product-specific keyword variables.
(sql-set-product): New function.  Set `sql-product' and apply
appropriate font-lock highlighting.
(sql-highlight-product): New function.  Set font-lock support
based on a product.  Also set mode name to include product name.
(sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
(sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
Use `sql-set-product'.
(sql-highlight-ms-keywords)
(sql-highlight-sybase-keywords)
(sql-highlight-interbase-keywords)
(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.
(sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
(sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
(sql-db2, sql-linter): Use `sql-product-interactive'.
(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
operating system credentials for authentication.

20 years ago(Fixit): Update `Next' pointer.
Luc Teirlinck [Mon, 18 Aug 2003 13:19:14 +0000 (13:19 +0000)]
(Fixit): Update `Next' pointer.

20 years ago(Files): Update `Previous' pointer.
Luc Teirlinck [Mon, 18 Aug 2003 13:18:17 +0000 (13:18 +0000)]
(Files): Update `Previous' pointer.

20 years ago(Keyboard Macros): Remove redundant node and section.
Luc Teirlinck [Mon, 18 Aug 2003 13:16:24 +0000 (13:16 +0000)]
(Keyboard Macros): Remove redundant node and section.

20 years ago(Intro): Include kmacro.texi after custom.texi. (Suggested by Kim
Luc Teirlinck [Mon, 18 Aug 2003 13:14:54 +0000 (13:14 +0000)]
(Intro): Include kmacro.texi after custom.texi.  (Suggested by Kim
Storm.)

20 years ago(EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
Luc Teirlinck [Mon, 18 Aug 2003 13:10:40 +0000 (13:10 +0000)]
(EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)