Mercurial > emacs
diff lisp/ChangeLog @ 109553:a4b9fa0b861b
Merge from emacs-23
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 27 Jul 2010 04:10:05 +0200 |
parents | 9eac3b0c2884 4980a77d04a6 |
children | d7a517f1b312 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jul 26 15:05:47 2010 -0400 +++ b/lisp/ChangeLog Tue Jul 27 04:10:05 2010 +0200 @@ -1,3 +1,24 @@ +2010-07-27 Juanma Barranquero <lekktu@gmail.com> + + * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494). + + * cedet/semantic/db-file.el (object-write): Fix typo in docstring. + + * time.el (display-time-day-and-date): Remove spurious * in docstring. + (display-time-world-buffer-name, display-time-world-mode-map): + Fix typos in docstrings. + +2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change) + + * image-mode.el (image-display-size): New function. + (image-forward-hscroll, image-next-line, image-eol, image-eob) + (image-mode-fit-frame): Use it (Bug#6639). + +2010-07-27 Chong Yidong <cyd@stupidchicken.com> + + * dired.el (dired-buffers-for-dir): Handle list values of + dired-directory (Bug#6636). + 2010-07-26 Sam Steingold <sds@gnu.org> * mouse.el (mouse-yank-primary, mouse-yank-secondary):