Mercurial > emacs
comparison lisp/ChangeLog @ 46337:28eae90ad697
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Jul 2002 23:29:39 +0000 |
parents | 761b6bcbb552 |
children | 744d34a040d3 |
comparison
equal
deleted
inserted
replaced
46336:af464c20ffb2 | 46337:28eae90ad697 |
---|---|
1 2002-07-12 Richard M. Stallman <rms@gnu.org> | 1 2002-07-12 Richard M. Stallman <rms@gnu.org> |
2 | |
3 * net/ange-ftp.el (ange-ftp-write-region): | |
4 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg | |
5 to ange-ftp-real-write-region. | |
6 | |
7 * replace.el (flush-lines, keep-lines): Convert REND to a marker. | |
8 | |
9 * help-fns.el (help-with-tutorial): Display completion list right away. | |
10 | |
11 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil. | |
12 | |
13 * startup.el (command-line): Set memory-signal-data. | |
14 (fancy-splash-text, normal-splash-screen): | |
15 Mention "Read the Emacs Manual" or C-h r. | |
16 Rearrange the initial help to put the help cmds on left | |
17 and the actions (exit, undo) on the right. Other small | |
18 text clarifications. | |
19 (fancy-splash-text, actions page): Add blank line to balance help page. | |
20 | |
21 * help.el (help-map): Add binding for info-emacs-manual. | |
22 (print-help-return-message): Doc fix. | |
2 | 23 |
3 * strokes.el (strokes-help): Call print-help-return-message | 24 * strokes.el (strokes-help): Call print-help-return-message |
4 while inside with-output-to-temp-buffer. | 25 while inside with-output-to-temp-buffer. |
5 | 26 |
6 * info.el (info-emacs-manual): New function. | 27 * info.el (info-emacs-manual): New function. |