diff options
| author | Juanma Barranquero | 2004-06-02 00:53:13 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-06-02 00:53:13 +0000 |
| commit | 86d373e6b2e271fd2a5c98cee8a9710c23c5fda8 (patch) | |
| tree | ddc50660e858ae2a392a70d5dbdf83fa50dbb9f2 /lisp | |
| parent | b0da69a77b64c420c6e6157ee1ca0baac29fcd8d (diff) | |
| download | emacs-86d373e6b2e271fd2a5c98cee8a9710c23c5fda8.tar.gz emacs-86d373e6b2e271fd2a5c98cee8a9710c23c5fda8.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 23 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-06-02 Kim F. Storm <storm@cua.dk> | 15 | 2004-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 @@ | |||
| 229 | 2004-05-28 Juanma Barranquero <lektu@terra.es> | 243 | 2004-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 | ||
| 706 | 2004-05-11 Juanma Barranquero <lektu@terra.es> | 722 | 2004-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. |