Mercurial > emacs
comparison lisp/ChangeLog @ 47534:4f7e8fd22d4b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 18 Sep 2002 16:04:51 +0000 |
parents | a58704d2ce3f |
children | b7761880867f |
comparison
equal
deleted
inserted
replaced
47533:9ba60de0587d | 47534:4f7e8fd22d4b |
---|---|
1 2002-09-18 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * menu-bar.el (menu-bar-search-menu): Nicer help string. | |
4 | |
5 * replace.el (occur-engine-add-prefix): Use 7 spaces. | |
6 (occur-engine): Use 7 digits to align tabs in the data. | |
7 | |
8 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
9 Don't make the definition dynamic if it shares structure | |
10 with the arg list. | |
11 | |
12 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name. | |
13 (pdb): In gud-remove, pass down the file name. | |
14 | |
15 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use. | |
16 | |
17 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu> | |
18 | |
19 * ielm.el: (*1, *2, *3): New variables. | |
20 (ielm-eval-input): Make temporary buffers current on entry and | |
21 exit to the let bindings for *, ** and ***. | |
22 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring. | |
23 Do not overrule global bindings for *, ** and ***. | |
24 | |
25 2002-09-18 Tom Tromey <tromey@redhat.com> | |
26 | |
27 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment | |
28 boundaries before filling. | |
29 | |
1 2002-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 30 2002-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
2 | 31 |
3 * dired.el (dired-insert-directory): Never add "--dired" when | 32 * dired.el (dired-insert-directory): Never add "--dired" when |
4 listing remote directories. | 33 listing remote directories. |
5 | 34 |