1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

22607 Commits

Author SHA1 Message Date
Richard M. Stallman
304d3e5d3d (find-dired): Set dired-sort-inhibit to t buffer-locally. 2002-11-21 17:29:22 +00:00
Juanma Barranquero
f4df536d0a Added LINTER support.
(sql-linter-program): New variable.
(sql-linter-options): New variable.
(sql-mode-menu): Added Linter keywords.
(sql-mode-linter-font-lock-keywords): New variable.
(sql-highlight-linter-keywords): New function.
(sql-linter): New function.
(sql-ms-options): New variable.
(sql-ms): Use it.
2002-11-21 08:32:06 +00:00
John Paul Wallington
1fb876f665 (ibuffer-formats): Change default value; bump width
of size column in first format to 7.
2002-11-21 05:36:06 +00:00
Stefan Monnier
18b69481b7 *** empty log message *** 2002-11-20 18:54:25 +00:00
Stefan Monnier
dcae291f23 (describe-variable): Look for (defvar . <sym>) in the
load-history since `defvar' now uses this format.
2002-11-20 14:37:19 +00:00
Stefan Monnier
6f0d61bf2c (custom-declare-variable): Use push.
Use the (defvar . <sym>) format in load-history like `defvar' does.
2002-11-20 14:35:54 +00:00
Stefan Monnier
1232083369 (symbol-file): Accept a non-atomic `function' arg.
(with-local-quit): Add debug and indentation info.
2002-11-20 14:31:52 +00:00
John Paul Wallington
cb21744eb5 (symbol-file): Remove unused variable `functions'. 2002-11-20 12:58:37 +00:00
Markus Rost
c595cc5fbd Regenerated. 2002-11-20 07:32:42 +00:00
Markus Rost
30089f1de0 (setwins_almost): Renamed from finder_setwins.
(custom-deps): Use it.
(finder-data): Adjust to that name change.
2002-11-20 07:16:19 +00:00
Stefan Monnier
a2dff4d3d3 (eldoc-print-current-symbol-info):
Turn errors into messages so they don't get ignored.
(eldoc-get-fnsym-args-string): Use help-split-fundoc.
(eldoc-beginning-of-sexp): Simplify.
(eldoc-function-arglist): Remove.
(eldoc-function-argstring): Use help-function-arglist instead.
(eldoc-function-argstring-from-docstring-method-table)
(eldoc-function-argstring-from-docstring): Remove.
2002-11-19 23:32:54 +00:00
Dave Love
def9389aaa (maphash, map-char-table): Use
byte-compile-funarg.
2002-11-19 18:02:07 +00:00
Dave Love
d9881cf17f (side-effect-free-fns): Several
additions.
2002-11-19 17:59:30 +00:00
Markus Rost
a152344b14 (defgroup vhdl-related): Declare the members here rather than with
custom-add-to-group.  This is the intended way of using defgroup and
also lets custom-make-dependencies do its job.
(defgroup vhdl-highlight-faces): Ditto.
2002-11-19 17:22:52 +00:00
Stefan Monnier
3582b6a3ef *** empty log message *** 2002-11-19 16:50:40 +00:00
Stefan Monnier
a2e74caa23 (multiple-value-call): Add docstring. 2002-11-19 15:56:28 +00:00
Stefan Monnier
e429e0b87f (binhex-decode-region): Don't hardcode point-min == 1. 2002-11-19 15:56:01 +00:00
Markus Rost
4e2ad9eaea (defgroup lisp-shadow): New group name. Previous group name shadow is
used in shadowfile.el.
(shadows-compare-text-p): Use group lisp-shadow.
2002-11-19 15:01:56 +00:00
Juanma Barranquero
4f23d31cf4 (describe-register-1): Don't assign to val the value returned by
`remove-list-of-text-properties'.
2002-11-19 07:38:38 +00:00
Markus Rost
0082111598 (cvs-minor-mode, cvs-mode-commit-hook): Add group. 2002-11-18 20:56:45 +00:00
Kai Großjohann
e440b20e5e (fancy-diary-font-lock-keywords): Grok month numbers, too. 2002-11-18 09:05:23 +00:00
Juanma Barranquero
74f39ce948 (smtpmail-send-queued-mail): Add autoload cookie. 2002-11-18 08:05:28 +00:00
Markus Rost
8704a6abfd *** empty log message *** 2002-11-18 06:45:34 +00:00
Markus Rost
e4caa91aba (defgroup refill): New group. 2002-11-18 06:06:43 +00:00
Markus Rost
0428b006a6 *** empty log message *** 2002-11-18 05:05:34 +00:00
Richard M. Stallman
8b96caf303 *** empty log message *** 2002-11-18 04:59:52 +00:00
Richard M. Stallman
d8cfd377f3 (rmail-ignored-headers): Add more headers. 2002-11-18 04:59:33 +00:00
Richard M. Stallman
183ca06edb (parse-time-elt): Var renamed from `elt'.
(parse-time-val): Var renamed from `val'.  All uses changed.
2002-11-18 04:58:53 +00:00
Richard M. Stallman
fecddd0d16 (parse-time-rules): Mark it as risky. 2002-11-18 04:57:40 +00:00
Richard M. Stallman
28ccdfff96 Comment change. 2002-11-18 04:57:08 +00:00
Richard M. Stallman
63fe0a9878 (finder-commentary): Use buffer *Finder-package*. 2002-11-18 04:56:45 +00:00
Richard M. Stallman
4cd9f28262 (menu-bar-options-menu): Improve tooltip string. 2002-11-18 04:56:00 +00:00
Richard M. Stallman
40a6481652 (indicate-unused-lines, default-indicate-unused-lines): New variable aliases. 2002-11-18 04:55:28 +00:00
Markus Rost
90620d3dfb (checkdoc-minor-mode): Add group. 2002-11-18 04:36:18 +00:00
Markus Rost
966cdb2209 (html-autoview-mode): Add group. 2002-11-18 04:32:11 +00:00
Markus Rost
eacd92dd02 (use-hard-newlines): Add group. 2002-11-18 04:18:23 +00:00
Markus Rost
d408fed8eb (compilation-shell-minor-mode): Add group.
(compilation-minor-mode):  Add group.
2002-11-18 04:14:26 +00:00
Markus Rost
710a1280cd (global-reveal-mode): Add group. 2002-11-18 04:07:47 +00:00
Kenichi Handa
7ebaefd8f5 Undo previous change. 2002-11-18 00:54:30 +00:00
Kenichi Handa
9c299a56f4 *** empty log message *** 2002-11-18 00:54:15 +00:00
Kenichi Handa
c7a4c883cb *** empty log message *** 2002-11-18 00:24:16 +00:00
Markus Rost
85d457c69c (bookmark-menu-length): Fix typo in group name. 2002-11-18 00:15:37 +00:00
Kenichi Handa
bbd84e169f (thai-tis620): Make it safe. 2002-11-18 00:08:16 +00:00
Kenichi Handa
8c181cf1e8 (lao): Make it safe. 2002-11-18 00:07:56 +00:00
Kenichi Handa
161e03ae49 (hebrew-iso-8bit): Make it safe. 2002-11-18 00:07:28 +00:00
Kenichi Handa
c25713f103 (iso-latin-1): Make it safe.
(iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
(iso-latin-9): Likewise.
2002-11-18 00:07:06 +00:00
Kenichi Handa
4fdc60267e (greek-iso-8bit): Make it safe. 2002-11-18 00:06:30 +00:00
Kenichi Handa
6de22aead5 (cyrillic-iso-8bit): Make it safe. 2002-11-18 00:05:52 +00:00
Kenichi Handa
123c9ed2fe *** empty log message *** 2002-11-18 00:02:20 +00:00
Markus Rost
40bf436d25 (defgroup speedbar): Use group 'etags instead of nonexisting group
'tags.
2002-11-17 22:49:07 +00:00