]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 1 May 2006 09:38:57 +0000 (09:38 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 1 May 2006 09:38:57 +0000 (09:38 +0000)
lisp/ChangeLog
src/ChangeLog

index 4d0cceb419eaf8cb2b88d7a2591cb7ca11373bca..250b02bd01c61226e23f602895a96fccec3f2e4c 100644 (file)
        (describe-key-briefly-internal, describe-key-internal):
        Functions merged back into their callers.
 
-2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+2006-02-13  Martin Rudalics  <rudalics@gmx.at>
 
        * info.el (info-xref-visited): Inherit from info-xref too.
        (Info-set-mode-line): Replace occurrences of `%' by `%%'
        * add-log.el (add-change-log-entry, change-log-merge):
        Conditionally use `hard-newline'.
 
-2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+2006-01-13  Martin Rudalics  <rudalics@gmx.at>
 
        * wid-edit.el (widget-field-end): If the overlay is no longer
        associated with a buffer, behave as if the overlay didn't exist.
        * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
        Capture error from printing circular structures.
 
-2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+2005-12-17  Martin Rudalics  <rudalics@gmx.at>
 
        * wid-edit.el (widget-checkbox-action): Clear undo info.
 
        scrolling the help window.  Doc fix.
        (help-return-method): Doc fix.
 
-2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+2005-12-03  Martin Rudalics  <rudalics@gmx.at>
 
        * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
        whereby names of length one or names starting with a
 
        * custom.el (defcustom): Update link types in docstring.
 
-2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+2005-11-20  Martin Rudalics  <rudalics@gmx.at>
 
        * custom.el (defgroup): Add doc-string-elt info.
 
 
        * apropos.el (apropos-calc-scores): Use apropos-pattern.
 
-2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+2005-11-16  Martin Rudalics  <rudalics@gmx.at>
 
        * wid-edit.el (color): Enclose %t in %{...%}.
 
        * emulation/edt-mapper.el (edt-save-function-key-map)
        (EDT-key-name): `defvar' to silence the byte-compiler.
 
-2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+2005-07-02  Martin Rudalics  <rudalics@gmx.at>
 
        * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
        font-lock-regexp-backslash.  Doc fix.
index 8b5ca9e84357bd91b381e71235b6a64182c2d91a..b8495387311c31cd1c2e2d29dbd4acb186b6a6c5 100644 (file)
@@ -47,7 +47,7 @@
        * keymap.c (Fdefine_key): Improve error message
        when KEY begins with a non-prefix key.
 
-2006-04-30  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+2006-04-30  Martin Rudalics  <rudalics@gmx.at>
 
        * 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
 
        * image.c [MAC_OS] (find_image_fsspec): Likewise.
 
-2005-12-23  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+2005-12-23  Martin Rudalics  <rudalics@gmx.at>
 
        * insdel.c (insert, insert_and_inherit, insert_before_markers)
        (insert_before_markers_and_inherit): Make sure FROM is correct