# HG changeset patch # User Kim F. Storm # Date 1146476337 0 # Node ID c1d19773499c154c1c2fc7e51e7adfc8b3ef4217 # Parent cf0d76a2f0c71164316f4a308feab6f9541abeca *** empty log message *** diff -r cf0d76a2f0c7 -r c1d19773499c lisp/ChangeLog --- a/lisp/ChangeLog Mon May 01 09:33:10 2006 +0000 +++ b/lisp/ChangeLog Mon May 01 09:38:57 2006 +0000 @@ -2689,7 +2689,7 @@ (describe-key-briefly-internal, describe-key-internal): Functions merged back into their callers. -2006-02-13 Martin Rudalics (tiny change) +2006-02-13 Martin Rudalics * info.el (info-xref-visited): Inherit from info-xref too. (Info-set-mode-line): Replace occurrences of `%' by `%%' @@ -3837,7 +3837,7 @@ * add-log.el (add-change-log-entry, change-log-merge): Conditionally use `hard-newline'. -2006-01-13 Martin Rudalics (tiny change) +2006-01-13 Martin Rudalics * wid-edit.el (widget-field-end): If the overlay is no longer associated with a buffer, behave as if the overlay didn't exist. @@ -4927,7 +4927,7 @@ * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture error from printing circular structures. -2005-12-17 Martin Rudalics (tiny change) +2005-12-17 Martin Rudalics * wid-edit.el (widget-checkbox-action): Clear undo info. @@ -6910,7 +6910,7 @@ scrolling the help window. Doc fix. (help-return-method): Doc fix. -2005-12-03 Martin Rudalics (tiny change) +2005-12-03 Martin Rudalics * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug whereby names of length one or names starting with a @@ -7464,7 +7464,7 @@ * custom.el (defcustom): Update link types in docstring. -2005-11-20 Martin Rudalics (tiny change) +2005-11-20 Martin Rudalics * custom.el (defgroup): Add doc-string-elt info. @@ -7737,7 +7737,7 @@ * apropos.el (apropos-calc-scores): Use apropos-pattern. -2005-11-16 Martin Rudalics (tiny change) +2005-11-16 Martin Rudalics * wid-edit.el (color): Enclose %t in %{...%}. @@ -14668,7 +14668,7 @@ * emulation/edt-mapper.el (edt-save-function-key-map) (EDT-key-name): `defvar' to silence the byte-compiler. -2005-07-02 Martin Rudalics (tiny change) +2005-07-02 Martin Rudalics * font-lock.el (font-lock-regexp-grouping-backslash): Rename from font-lock-regexp-backslash. Doc fix. diff -r cf0d76a2f0c7 -r c1d19773499c src/ChangeLog --- a/src/ChangeLog Mon May 01 09:33:10 2006 +0000 +++ b/src/ChangeLog Mon May 01 09:38:57 2006 +0000 @@ -47,7 +47,7 @@ * keymap.c (Fdefine_key): Improve error message when KEY begins with a non-prefix key. -2006-04-30 Martin Rudalics (tiny change) +2006-04-30 Martin Rudalics * syntax.c (Fforward_comment): Don't forget to break out of the loop when we skipped backward over a generic comment. @@ -85,7 +85,7 @@ * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. (produce_stretch_glyph): Assume that face box height and width is - already included in in stretch glyph size so caller doesn't have to + already included in stretch glyph size so caller doesn't have to consider the extra space otherwise added (fixes problem in ses.el). * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame @@ -1732,7 +1732,7 @@ * image.c [MAC_OS] (find_image_fsspec): Likewise. -2005-12-23 Martin Rudalics (tiny change) +2005-12-23 Martin Rudalics * insdel.c (insert, insert_and_inherit, insert_before_markers) (insert_before_markers_and_inherit): Make sure FROM is correct