diff options
| author | Stefan Monnier | 2010-06-16 16:08:41 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-06-16 16:08:41 -0400 |
| commit | 2a64315a111fb4da67e9c40c9b69045c4f63d619 (patch) | |
| tree | 2e7ba99465f6eb5eae64361767af5bc5fff7aca4 /lisp/ChangeLog | |
| parent | 288cf4e907c0350eb24824016763bddd09df8ea8 (diff) | |
| parent | 36901266a8acb83880fefee50c93abb09f64533b (diff) | |
| download | emacs-2a64315a111fb4da67e9c40c9b69045c4f63d619.tar.gz emacs-2a64315a111fb4da67e9c40c9b69045c4f63d619.zip | |
Merge from emacs-23
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2346cf3449f..a70c564b1ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,40 @@ | |||
| 1 | 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * font-lock.el (font-lock-major-mode): Rename from | ||
| 4 | font-lock-mode-major-mode to distinguish it from | ||
| 5 | global-font-lock-mode's own font-lock-mode-major-mode (bug#6135). | ||
| 6 | (font-lock-set-defaults): | ||
| 7 | * font-core.el (font-lock-default-function): Adjust users. | ||
| 8 | (font-lock-mode): Don't set it at all. | ||
| 9 | |||
| 10 | 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 11 | |||
| 12 | * vc-annotate.el (vc-annotate): Use vc-read-revision. | ||
| 13 | |||
| 14 | 2010-06-16 Glenn Morris <rgm@gnu.org> | ||
| 15 | |||
| 16 | * calendar/appt.el (appt-time-msg-list): Doc fix. | ||
| 17 | (appt-check): Let-bind appt-warn-time. | ||
| 18 | (appt-add): Make the 3rd argument optional. | ||
| 19 | Simplify argument names. Doc fix. Check for integer WARNTIME. | ||
| 20 | Only add WARNTIME to the output list if non-nil. | ||
| 21 | |||
| 22 | 2010-06-16 Ivan Kanis <apple@kanis.eu> | ||
| 23 | |||
| 24 | * calendar/appt.el (appt-check): Let the 3rd element of | ||
| 25 | appt-time-msg-list specify the warning time. | ||
| 26 | (appt-add): Add new argument with the warning time. (Bug#5176) | ||
| 27 | |||
| 28 | 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) | ||
| 29 | |||
| 30 | * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions | ||
| 31 | older than version 1.6. (Bug#6361) | ||
| 32 | |||
| 33 | 2010-06-16 Helmut Eller <eller.helmut@gmail.com> | ||
| 34 | |||
| 35 | * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote', | ||
| 36 | used by cl-do-arglist. (Bug#6408) | ||
| 37 | |||
| 1 | 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es> | 38 | 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es> |
| 2 | 39 | ||
| 3 | * ispell.el (ispell-dictionary-base-alist): Fix | 40 | * ispell.el (ispell-dictionary-base-alist): Fix |