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 c942f9c52ca..392510c63d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,26 @@ | |||
| 1 | 2011-02-11 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'. | ||
| 4 | |||
| 1 | 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 7 | * server.el (server-process-filter): Use pcase. | ||
| 8 | |||
| 9 | * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two | ||
| 10 | conflicting ways. | ||
| 11 | (smie-indent--parent): Extend to "parent of arg". | ||
| 12 | (smie-indent-inside-string): New function. | ||
| 13 | (smie-indent-functions): Use it. | ||
| 14 | |||
| 15 | * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid | ||
| 16 | bzr locking race condition. | ||
| 17 | |||
| 18 | * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is | ||
| 19 | still valid before using it. | ||
| 20 | |||
| 21 | * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to | ||
| 22 | `message' -> `compilation-message' rename (bug#8004). | ||
| 23 | |||
| 3 | Move keymap initialization into declaration. | 24 | Move keymap initialization into declaration. |
| 4 | * textmodes/enriched.el (enriched-mode-map): | 25 | * textmodes/enriched.el (enriched-mode-map): |
| 5 | * textmodes/bib-mode.el (bib-mode-map): | 26 | * textmodes/bib-mode.el (bib-mode-map): |