1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 07:30:59 -08:00
Commit graph

47570 commits

Author SHA1 Message Date
Juanma Barranquero
2fbc1118b3 (smtpmail-send-it): Create smtpmail-queue-dir if it doesn't exist. 2003-07-13 17:20:34 +00:00
Juanma Barranquero
df7eb2bd5f (desktop-buffer-dired-misc-data, desktop-buffer-dired): Handle `dired-directory'
being a list.
2003-07-13 17:20:00 +00:00
Juanma Barranquero
9c7bda2fc1 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-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.
2003-07-13 17:19:18 +00:00
Juanma Barranquero
7e734986ab (Man-translate-cleanup): New.
(Man-translate-references): Call `Man-translate-cleanup' to clean leading,
trailing and middle spaces.
2003-07-13 17:16:31 +00:00
Juanma Barranquero
76b7c63712 (texinfo-section-list): Append appendixsection; a synonym for appendixsec. 2003-07-13 17:15:47 +00:00
Juanma Barranquero
1f4dbcd90f (po-find-charset): White space at the start of the Content-Type field body is
non-mandatory.
2003-07-13 17:15:12 +00:00
Richard M. Stallman
485fe977a0 (c-declare-lang-variables): Don't use mapcan. 2003-07-13 00:20:39 +00:00
Richard M. Stallman
19c5fddbc3 (c-make-keywords-re): Don't use delete-duplicates.
(c-lang-const): Don't use mapcan.
2003-07-13 00:19:56 +00:00
Richard M. Stallman
800bebe3b7 *** empty log message *** 2003-07-12 22:00:20 +00:00
Richard M. Stallman
fdf83dbbfa [netbsd systems]: Define HAVE_CRTIN properly. 2003-07-12 21:59:54 +00:00
Richard M. Stallman
30aab7419b (apropos-show-scores): Make it customizable. Document new meaning.
(apropos): Compute scores from symbols.
(apropos-print): Don't sort by scores if apropos-show-scores is nil.
2003-07-12 21:57:50 +00:00
Richard M. Stallman
20853e2fea Minor cleanups of previous changes. 2003-07-12 21:55:24 +00:00
Richard M. Stallman
ad5378567a (unexec): Consider a section to precede the .bss
section if its addresses overlap that of .bss.
2003-07-12 21:53:28 +00:00
Richard M. Stallman
69e3899535 (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g. 2003-07-12 21:48:07 +00:00
Richard M. Stallman
c378fed527 (HAVE_CRTIN): Add #undef.
(INLINE): Really inline only if OPTIMIZE is defined.
2003-07-12 21:46:43 +00:00
Richard M. Stallman
7a179ad4df (START_FILES, LIB_STANDARD): Use START_FILES_1, END_FILES_1.
(START_FILES_1, END_FILES_1): New macros (conditional).
(LD_SWITCH_SYSTEM_TEMACS): Defined.
2003-07-12 21:45:20 +00:00
Richard M. Stallman
4a2abeb21a Don't include bsd4-3.h.
(TERMINFO): Defined.
(LIBS_TERMCAP): Defined.
(LD_SWITCH_SYSTEM): Defined (two definitions).
2003-07-12 21:44:13 +00:00
Richard M. Stallman
5a0a05fe7c Include libpng/png.h instead of png.h. 2003-07-12 21:40:39 +00:00
Vinicius Jose Latorre
7a1e19738c copyright line fix & bdf-directory-list init fix 2003-07-12 00:20:38 +00:00
John Paul Wallington
2356fa8a91 2003-07-11 John Paul Wallington <jpw@gnu.org>
* emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
	(ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
	(ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.

2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)

	* emacs-lisp/ring.el (ring-elements): Doc fix.
2003-07-11 21:53:43 +00:00
Stefan Monnier
2765b45784 *** empty log message *** 2003-07-11 19:44:44 +00:00
Glenn Morris
145570df04 Minor commentary changes.
(timeclock-relative, timeclock-ask-before-exiting)
(timeclock-use-display-time): Doc changes.
(timeclock-modeline-display): Give a message if
`timeclock-use-display-time' is non-nil but `display-time-mode' is not
active.
2003-07-11 13:15:05 +00:00
Glenn Morris
a272755fb8 *** empty log message *** 2003-07-11 13:14:17 +00:00
Andreas Schwab
f1d0c23823 (adjust_overlays_for_insert, adjust_overlays_for_delete): Update prototype. 2003-07-11 09:06:01 +00:00
Andreas Schwab
2e293742a4 (modify_overlay): Update prototype. 2003-07-11 09:05:18 +00:00
Kenichi Handa
95498fd0b3 (set-language-environment): Set
current-language-environment to the correct string.
2003-07-11 02:42:54 +00:00
Vinicius Jose Latorre
e22ba851aa Print line number correctly in a region. 2003-07-10 22:29:13 +00:00
John Paul Wallington
97534f3298 (visit-tags-table-buffer): Add autoload cookie;
this function can be called from `add-completions-from-tags-table'.
2003-07-10 16:31:43 +00:00
Glenn Morris
4ee3e788bd (timeclock-use-display-time, timeclock-day-over-hook)
(timeclock-workday-remaining, timeclock-status-string)
(timeclock-when-to-leave, timeclock-when-to-leave-string)
(timeclock-log-data, timeclock-find-discrep, timeclock-day-base)
(timeclock-generate-report, timeclock-visit-timelog): Doc fix.
(timeclock-modeline-display): Set the variable `timeclock-modeline-display'.
(timeclock-update-modeline): Doc fix.  Respect value of `timeclock-relative'.
2003-07-10 01:02:11 +00:00
Glenn Morris
4021b73536 *** empty log message *** 2003-07-10 01:00:24 +00:00
Stefan Monnier
5f6bf5fecb (VALBITS): Define in terms of GCTYPEBITS.
(struct interval): Move to intervals.h.
(struct Lisp_Marker): Use EMACS_INT for position info.
(forward_point): Remove prototype of defunct function.
(Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
(Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
(syms_of_textprop, set_text_properties): Remove prototypes that are
already in intervals.h.
2003-07-09 20:31:19 +00:00
Martin Stjernholm
f209c999c0 (auto-mode-alist, interpreter-mode-alist): Added comments about where
the CC Mode mode entries have gone.
2003-07-09 20:28:23 +00:00
Stefan Monnier
4a6a76d9e8 (struct interval): Move from lisp.h. 2003-07-09 20:25:59 +00:00
Stefan Monnier
6663843311 Include intervals.h for Fset_text_properties. 2003-07-09 20:25:02 +00:00
Stefan Monnier
8aa9100052 (struct buffer_text, struct buffer): Use EMACS_INT for
position and length information.
2003-07-09 19:44:14 +00:00
Stefan Monnier
f93ad4cfac (fix_overlays_before): Fix typo in last commit. 2003-07-09 19:05:41 +00:00
Richard M. Stallman
80384936e2 *** empty log message *** 2003-07-09 16:21:02 +00:00
Richard M. Stallman
03ca24fb82 (reftex-all-document-files): Add autoload cookie. 2003-07-09 16:20:54 +00:00
Richard M. Stallman
2c9deec1b0 (reftex-all-document-files): Delete autoload.
(reftex-scanning-info-available-p): Add autoload cookie.
2003-07-09 16:19:49 +00:00
Richard M. Stallman
b221615bc4 (set-display-table-and-terminal-coding-system):
Delete duplicate aset on standard-display-table.
2003-07-09 16:18:21 +00:00
Richard M. Stallman
90bb2ff453 (view-file): If existing buffer's major mode is special,
don't go into view mode.
2003-07-09 16:16:54 +00:00
Richard M. Stallman
e2cf2d72a2 Split a line. 2003-07-09 16:15:24 +00:00
Richard M. Stallman
60389964c5 (dired-move-to-filename-regexp): Allow quote in months. 2003-07-09 15:52:59 +00:00
Stefan Monnier
2410d73a13 (overlay_strings, recenter_overlay_lists): Fix typo in eassert in last commit.
(unchain_overlay): New function.
(add_overlay_mod_hooklist): Use AREF.
(copy_overlays, reset_buffer, overlays_at, overlays_in)
(overlay_touches_p, overlay_strings, recenter_overlay_lists)
(fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
(Fmove_overlay, Fdelete_overlay, Foverlay_lists)
(report_overlay_modification, evaporate_overlays, init_buffer_once):
Adjust to new type of overlays_(before|after).
2003-07-09 15:10:47 +00:00
Stefan Monnier
f54253ec86 (mark_object): Mark the new `next' field of overlays.
(mark_buffer): Manually mark the overlays_(after|before) fields.
2003-07-09 14:53:41 +00:00
Stefan Monnier
d2394df5b5 (run_pre_post_conversion_on_str): Use new type for overlays_(before|after). 2003-07-09 14:52:55 +00:00
Stefan Monnier
88006f77c4 (overlays_around): Use new type for overlays_(before|after). 2003-07-09 14:51:57 +00:00
Stefan Monnier
b7253a3e4a (load_overlay_strings): Use new type for overlays_(before|after). 2003-07-09 14:51:29 +00:00
Stefan Monnier
854afafc34 (Finsert_file_contents): Use new type for overlays_(before|after). 2003-07-09 14:50:51 +00:00
Stefan Monnier
3ea2f6f3ef (current_column): Use new type for overlays_(before|after). 2003-07-09 14:50:21 +00:00