aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog23
1 files changed, 20 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c4ec3e6323c..2ecf59b55aa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12004-06-02 Juanma Barranquero <lektu@terra.es>
2
3 * faces.el (frame-update-faces): Add empty docstring so the one
4 for `ignore' doesn't show through.
5
6 * subr.el (process-kill-without-query): Remove spurious "\n" on
7 obsolescence string.
8 (focus-frame, unfocus-frame): Add obsolescence declaration and
9 empty docstring.
10
11 * international/mule.el (register-char-codings): Make alias for
12 `ignore'. Move docstring to obsolescence info and remove
13 redundancy.
14
12004-06-02 Kim F. Storm <storm@cua.dk> 152004-06-02 Kim F. Storm <storm@cua.dk>
2 16
3 * frame.el (blink-cursor-start): Turn cursor off initially so blink 17 * frame.el (blink-cursor-start): Turn cursor off initially so blink
@@ -229,8 +243,10 @@
2292004-05-28 Juanma Barranquero <lektu@terra.es> 2432004-05-28 Juanma Barranquero <lektu@terra.es>
230 244
231 * cus-edit.el (customize-face, customize-face-other-window) 245 * cus-edit.el (customize-face, customize-face-other-window)
232 (custom-face-edit-delete): Make arguments match their use in docstring. 246 (custom-face-edit-delete): Make arguments match their use in
233 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Docstring typo. 247 docstring.
248 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
249 docstring.
234 250
235 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast', 251 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
236 not `cvs-butlast'. 252 not `cvs-butlast'.
@@ -705,7 +721,8 @@
705 721
7062004-05-11 Juanma Barranquero <lektu@terra.es> 7222004-05-11 Juanma Barranquero <lektu@terra.es>
707 723
708 * custom.el (custom-initialize-default, defcustom): Typo in docstring. 724 * custom.el (custom-initialize-default, defcustom):
725 Fix typo in docstring.
709 726
710 * files.el (set-visited-file-name, file-expand-wildcards): 727 * files.el (set-visited-file-name, file-expand-wildcards):
711 Fix docstring. 728 Fix docstring.