diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d82a8e893a8..1106f4b7178 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2011-01-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in | ||
| 4 | "Case sensitive" menu item. | ||
| 5 | |||
| 6 | 2011-01-22 Roland McGrath <roland@frob.com> | ||
| 7 | |||
| 8 | * comint.el (comint-replace-by-expanded-history-before-point): Fix | ||
| 9 | expansion of !$ and !!:N syntax to pick the indicated word (bug#7883). | ||
| 10 | |||
| 11 | 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 12 | |||
| 13 | * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882). | ||
| 14 | |||
| 15 | 2011-01-22 Jari Aalto <jari.aalto@cante.net> | ||
| 16 | |||
| 17 | * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): | ||
| 18 | Assume foo(bar) is a manpage reference rather than some unquoted | ||
| 19 | symbol (bug#7705). | ||
| 20 | |||
| 21 | 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 22 | |||
| 23 | * subr.el (shell-quote-argument): Properly quote \n (bug#7687). | ||
| 24 | Suggested by Flo <sensorflo@gmail.com>. | ||
| 25 | |||
| 26 | 2011-01-22 Glenn Morris <rgm@gnu.org> | ||
| 27 | |||
| 28 | * progmodes/compile.el (compilation-error-regexp-alist): | ||
| 29 | Fix custom type. (Bug#7812) | ||
| 30 | |||
| 1 | 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com> | 31 | 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com> |
| 2 | 32 | ||
| 3 | * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to | 33 | * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to |
| @@ -46,7 +76,6 @@ | |||
| 46 | * international/mule.el (ctext-pre-write-conversion): Don't hardcode | 76 | * international/mule.el (ctext-pre-write-conversion): Don't hardcode |
| 47 | point-min==1. | 77 | point-min==1. |
| 48 | 78 | ||
| 49 | |||
| 50 | 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com> | 79 | 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com> |
| 51 | 80 | ||
| 52 | * allout.el: (allout-institute-keymap): Use fset instead of | 81 | * allout.el: (allout-institute-keymap): Use fset instead of |