comparison lisp/ChangeLog @ 46415:07e8cd21b254

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Jul 2002 13:47:49 +0000
parents c68f80aab1e2
children d3d77daa1661
comparison
equal deleted inserted replaced
46414:a61f957ee22f 46415:07e8cd21b254
1 2002-07-16 Richard M. Stallman <rms@gnu.org>
2
3 * simple.el (choose-completion-string): Doc fix.
4
5 * cus-edit.el: New operation :custom-standard-value.
6 (Custom-reset-standard): Use it.
7 (custom-variable, custom-face): Define it.
8 (custom-variable-standard-value, custom-face-standard-value): New fns.
9 (custom-face-save): Don't save a face whose value is standard.
10 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
11
12 * cus-edit.el (custom-face-edit-fix-value):
13 If VALUE is not a list, pass it thru.
14
15 * compare-w.el (compare-windows-whitespace): Always allow newline
16 even if it does not have whitespace syntax.
17
18 2002-07-14 Richard M. Stallman <rms@gnu.org>
19
20 * files.el (find-alternate-file): Offer to save a modified buffer.
21 Handle kill-buffer-query-functions better.
22
23 * startup.el (normal-splash-screen, fancy-splash-text):
24 Update name of help menu item for ordering printed manuals.
25
26 * emacs-lisp/checkdoc.el: Fix doc typos.
27
1 2002-07-16 Juanma Barranquero <lektu@terra.es> 28 2002-07-16 Juanma Barranquero <lektu@terra.es>
2 29
3 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring. 30 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
4 31
5 2002-07-15 Juanma Barranquero <lektu@terra.es> 32 2002-07-15 Juanma Barranquero <lektu@terra.es>