comparison lisp/ChangeLog @ 38263:958842a72d40

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 02 Jul 2001 19:20:25 +0000
parents e365b63a2f6b
children c466cc20f435
comparison
equal deleted inserted replaced
38262:03f0515fe575 38263:958842a72d40
1 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2
3 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4
1 2001-07-02 Gerd Moellmann <gerd@gnu.org> 5 2001-07-02 Gerd Moellmann <gerd@gnu.org>
2 6
3 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 7 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4 2000-10-15.
5 8
6 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il> 9 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7 10
8 * allout.el: Fix the header line, so that finder.el recognizes it. 11 * allout.el: Fix the header line, so that finder.el recognizes it.
9 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 12 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
10 13
11 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. From Pavel 14 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
12 Jan,Bm(Bk <Pavel@Janik.cz>. 15 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
13 16
14 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il> 17 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
15 18
16 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt 19 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
17 file.
18 20
19 * ps-bdf.el (bdf-directory-list): Use the value relative to 21 * ps-bdf.el (bdf-directory-list): Use the value relative to
20 installation-directory for MS-Windows as well. 22 installation-directory for MS-Windows as well.
21 23
22 2001-06-29 Richard M. Stallman <rms@gnu.org> 24 2001-06-29 Richard M. Stallman <rms@gnu.org>
34 36
35 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t. 37 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
36 (rmail-msg-restore-non-pruned-header): Likewise. 38 (rmail-msg-restore-non-pruned-header): Likewise.
37 If point was in the old pruned header, put it at the top. 39 If point was in the old pruned header, put it at the top.
38 (rmail-msg-prune-header): If point was at the top, keep it there. 40 (rmail-msg-prune-header): If point was at the top, keep it there.
39 41
40 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function. 42 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
41 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header. 43 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
42 44
43 2001-06-28 Stefan Monnier <monnier@cs.yale.edu> 45 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
44 46