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 | |
| parent | d0afff349efb346e3a4339f4a831af53f1c6878b (diff) | |
| download | emacs-5fed8c15b8c8a74c5e0d0e76baa7f66be96267b6.tar.gz emacs-5fed8c15b8c8a74c5e0d0e76baa7f66be96267b6.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 14 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 10 insertions, 10 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. |
diff --git a/src/ChangeLog b/src/ChangeLog index 8b5ca9e8435..b8495387311 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | * keymap.c (Fdefine_key): Improve error message | 47 | * keymap.c (Fdefine_key): Improve error message |
| 48 | when KEY begins with a non-prefix key. | 48 | when KEY begins with a non-prefix key. |
| 49 | 49 | ||
| 50 | 2006-04-30 Martin Rudalics <rudalics@gmx.at> (tiny change) | 50 | 2006-04-30 Martin Rudalics <rudalics@gmx.at> |
| 51 | 51 | ||
| 52 | * syntax.c (Fforward_comment): Don't forget to break out of the loop | 52 | * syntax.c (Fforward_comment): Don't forget to break out of the loop |
| 53 | when we skipped backward over a generic comment. | 53 | when we skipped backward over a generic comment. |
| @@ -85,7 +85,7 @@ | |||
| 85 | * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which | 85 | * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which |
| 86 | does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. | 86 | does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. |
| 87 | (produce_stretch_glyph): Assume that face box height and width is | 87 | (produce_stretch_glyph): Assume that face box height and width is |
| 88 | already included in in stretch glyph size so caller doesn't have to | 88 | already included in stretch glyph size so caller doesn't have to |
| 89 | consider the extra space otherwise added (fixes problem in ses.el). | 89 | consider the extra space otherwise added (fixes problem in ses.el). |
| 90 | 90 | ||
| 91 | * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame | 91 | * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame |
| @@ -1732,7 +1732,7 @@ | |||
| 1732 | 1732 | ||
| 1733 | * image.c [MAC_OS] (find_image_fsspec): Likewise. | 1733 | * image.c [MAC_OS] (find_image_fsspec): Likewise. |
| 1734 | 1734 | ||
| 1735 | 2005-12-23 Martin Rudalics <rudalics@gmx.at> (tiny change) | 1735 | 2005-12-23 Martin Rudalics <rudalics@gmx.at> |
| 1736 | 1736 | ||
| 1737 | * insdel.c (insert, insert_and_inherit, insert_before_markers) | 1737 | * insdel.c (insert, insert_and_inherit, insert_before_markers) |
| 1738 | (insert_before_markers_and_inherit): Make sure FROM is correct | 1738 | (insert_before_markers_and_inherit): Make sure FROM is correct |