diff options
| author | Kim F. Storm | 2006-05-01 09:38:57 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-05-01 09:38:57 +0000 |
| commit | 5fed8c15b8c8a74c5e0d0e76baa7f66be96267b6 (patch) | |
| tree | 636ebb587b927775a078238c26f1c7da87cc5db2 /lisp/ChangeLog | |
| parent | d0afff349efb346e3a4339f4a831af53f1c6878b (diff) | |
| download | emacs-5fed8c15b8c8a74c5e0d0e76baa7f66be96267b6.tar.gz emacs-5fed8c15b8c8a74c5e0d0e76baa7f66be96267b6.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d0cceb419e..250b02bd01c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2689,7 +2689,7 @@ | |||
| 2689 | (describe-key-briefly-internal, describe-key-internal): | 2689 | (describe-key-briefly-internal, describe-key-internal): |
| 2690 | Functions merged back into their callers. | 2690 | Functions merged back into their callers. |
| 2691 | 2691 | ||
| 2692 | 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change) | 2692 | 2006-02-13 Martin Rudalics <rudalics@gmx.at> |
| 2693 | 2693 | ||
| 2694 | * info.el (info-xref-visited): Inherit from info-xref too. | 2694 | * info.el (info-xref-visited): Inherit from info-xref too. |
| 2695 | (Info-set-mode-line): Replace occurrences of `%' by `%%' | 2695 | (Info-set-mode-line): Replace occurrences of `%' by `%%' |
| @@ -3837,7 +3837,7 @@ | |||
| 3837 | * add-log.el (add-change-log-entry, change-log-merge): | 3837 | * add-log.el (add-change-log-entry, change-log-merge): |
| 3838 | Conditionally use `hard-newline'. | 3838 | Conditionally use `hard-newline'. |
| 3839 | 3839 | ||
| 3840 | 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change) | 3840 | 2006-01-13 Martin Rudalics <rudalics@gmx.at> |
| 3841 | 3841 | ||
| 3842 | * wid-edit.el (widget-field-end): If the overlay is no longer | 3842 | * wid-edit.el (widget-field-end): If the overlay is no longer |
| 3843 | associated with a buffer, behave as if the overlay didn't exist. | 3843 | associated with a buffer, behave as if the overlay didn't exist. |
| @@ -4927,7 +4927,7 @@ | |||
| 4927 | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): | 4927 | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): |
| 4928 | Capture error from printing circular structures. | 4928 | Capture error from printing circular structures. |
| 4929 | 4929 | ||
| 4930 | 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change) | 4930 | 2005-12-17 Martin Rudalics <rudalics@gmx.at> |
| 4931 | 4931 | ||
| 4932 | * wid-edit.el (widget-checkbox-action): Clear undo info. | 4932 | * wid-edit.el (widget-checkbox-action): Clear undo info. |
| 4933 | 4933 | ||
| @@ -6910,7 +6910,7 @@ | |||
| 6910 | scrolling the help window. Doc fix. | 6910 | scrolling the help window. Doc fix. |
| 6911 | (help-return-method): Doc fix. | 6911 | (help-return-method): Doc fix. |
| 6912 | 6912 | ||
| 6913 | 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change) | 6913 | 2005-12-03 Martin Rudalics <rudalics@gmx.at> |
| 6914 | 6914 | ||
| 6915 | * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug | 6915 | * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug |
| 6916 | whereby names of length one or names starting with a | 6916 | whereby names of length one or names starting with a |
| @@ -7464,7 +7464,7 @@ | |||
| 7464 | 7464 | ||
| 7465 | * custom.el (defcustom): Update link types in docstring. | 7465 | * custom.el (defcustom): Update link types in docstring. |
| 7466 | 7466 | ||
| 7467 | 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change) | 7467 | 2005-11-20 Martin Rudalics <rudalics@gmx.at> |
| 7468 | 7468 | ||
| 7469 | * custom.el (defgroup): Add doc-string-elt info. | 7469 | * custom.el (defgroup): Add doc-string-elt info. |
| 7470 | 7470 | ||
| @@ -7737,7 +7737,7 @@ | |||
| 7737 | 7737 | ||
| 7738 | * apropos.el (apropos-calc-scores): Use apropos-pattern. | 7738 | * apropos.el (apropos-calc-scores): Use apropos-pattern. |
| 7739 | 7739 | ||
| 7740 | 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change) | 7740 | 2005-11-16 Martin Rudalics <rudalics@gmx.at> |
| 7741 | 7741 | ||
| 7742 | * wid-edit.el (color): Enclose %t in %{...%}. | 7742 | * wid-edit.el (color): Enclose %t in %{...%}. |
| 7743 | 7743 | ||
| @@ -14668,7 +14668,7 @@ | |||
| 14668 | * emulation/edt-mapper.el (edt-save-function-key-map) | 14668 | * emulation/edt-mapper.el (edt-save-function-key-map) |
| 14669 | (EDT-key-name): `defvar' to silence the byte-compiler. | 14669 | (EDT-key-name): `defvar' to silence the byte-compiler. |
| 14670 | 14670 | ||
| 14671 | 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change) | 14671 | 2005-07-02 Martin Rudalics <rudalics@gmx.at> |
| 14672 | 14672 | ||
| 14673 | * font-lock.el (font-lock-regexp-grouping-backslash): Rename from | 14673 | * font-lock.el (font-lock-regexp-grouping-backslash): Rename from |
| 14674 | font-lock-regexp-backslash. Doc fix. | 14674 | font-lock-regexp-backslash. Doc fix. |