Mercurial > emacs
comparison lisp/ChangeLog @ 112425:9f7614f1a892
Merge from emacs-23
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 22 Jan 2011 11:36:45 -0800 |
parents | 744ddded8b6a c49e3a39059d |
children | bc872de587fa |
comparison
equal
deleted
inserted
replaced
112416:f792eb37d0ca | 112425:9f7614f1a892 |
---|---|
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 |
4 allout-number-siblings, in keeping with what obtained due to | 34 allout-number-siblings, in keeping with what obtained due to |
5 (now-defunct) allout-keybindings-list. Ditch repeat binding to | 35 (now-defunct) allout-keybindings-list. Ditch repeat binding to |
43 * startup.el (display-startup-echo-area-message): | 73 * startup.el (display-startup-echo-area-message): |
44 * progmodes/antlr-mode.el (antlr-directory-dependencies): | 74 * progmodes/antlr-mode.el (antlr-directory-dependencies): |
45 * comint.el (comint-read-input-ring): Use with-temp-buffer. | 75 * comint.el (comint-read-input-ring): Use with-temp-buffer. |
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 | |
49 | 78 |
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 |
53 reapplying defalias. | 82 reapplying defalias. |