diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f6244b5c91..e60321744bb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2013-01-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/trace.el (trace-function-foreground) | ||
| 4 | (trace-function-background): Doc fix. | ||
| 5 | |||
| 6 | 2013-01-09 Juri Linkov <juri@jurta.org> | ||
| 7 | |||
| 8 | * international/mule-cmds.el (read-char-by-name): Move let-binding | ||
| 9 | of completion-ignore-case around completing-read to fix regression | ||
| 10 | exhibited by the test case `C-x 8 RET *acc TAB' and caused by | ||
| 11 | `string-match-p' using the nil value of `case-fold-search' and | ||
| 12 | `completion-ignore-case' in `completion-pcm--all-completions'. | ||
| 13 | (Bug#12615). | ||
| 14 | |||
| 15 | 2013-01-09 Glenn Morris <rgm@gnu.org> | ||
| 16 | |||
| 17 | * progmodes/compile.el (compilation-parse-errors): | ||
| 18 | Fix typo. (Bug#13369) | ||
| 19 | |||
| 20 | 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change) | ||
| 21 | |||
| 22 | * comint.el (comint-send-input): Check size of buffer before | ||
| 23 | waiting for process output, in case already accepted. (Bug#13290) | ||
| 24 | |||
| 1 | 2013-01-09 Paul Eggert <eggert@cs.ucla.edu> | 25 | 2013-01-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 26 | ||
| 3 | Spelling fixes. | 27 | Spelling fixes. |