diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f301c54a609..5a03a2e8502 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-01-30 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * image-mode.el (image-toggle-display): Use file name if possible, | ||
| 4 | instead of unnecessarily allocating a (possibly huge) lisp string. | ||
| 5 | |||
| 6 | 2006-01-30 John Paul Wallington <jpw@pobox.com> | ||
| 7 | |||
| 8 | * subr.el (toplevel): Define `cl-assertion-failed' condition here | ||
| 9 | because the `assert' macro signals it at runtime. | ||
| 10 | |||
| 11 | * emacs-lisp/cl.el (toplevel): Remove definition of | ||
| 12 | `cl-assertion-failed' condition. | ||
| 13 | |||
| 1 | 2006-01-30 Nick Roberts <nickrob@snap.net.nz> | 14 | 2006-01-30 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 15 | ||
| 3 | * thumbs.el (thumbs-marked-list): Make buffer-local and | 16 | * thumbs.el (thumbs-marked-list): Make buffer-local and |
| @@ -7,6 +20,14 @@ | |||
| 7 | 20 | ||
| 8 | 2006-01-30 Juanma Barranquero <lekktu@gmail.com> | 21 | 2006-01-30 Juanma Barranquero <lekktu@gmail.com> |
| 9 | 22 | ||
| 23 | * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook) | ||
| 24 | (ediff-before-session-group-setup-hooks) | ||
| 25 | (ediff-default-filtering-regexp, ediff-meta-mark-equal-files): | ||
| 26 | Fix typos in docstrings. | ||
| 27 | |||
| 28 | * window.el (bw-dir, bw-eqdir, balance-windows) | ||
| 29 | (split-window-keep-point): Fix typos in docstrings. | ||
| 30 | |||
| 10 | * textmodes/org.el (org-allow-space-in-links, org-closed-string) | 31 | * textmodes/org.el (org-allow-space-in-links, org-closed-string) |
| 11 | (org-quote-string, org-calendar-to-agenda-key) | 32 | (org-quote-string, org-calendar-to-agenda-key) |
| 12 | (org-agenda-sorting-strategy, org-agenda-use-time-grid) | 33 | (org-agenda-sorting-strategy, org-agenda-use-time-grid) |