comparison lisp/ChangeLog @ 112433:7b649f6eac4f

Merge from mainline.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 22 Jan 2011 17:09:09 -0800
parents 78c4c9559156
children 06719a229a46
comparison
equal deleted inserted replaced
112412:647e164c1f3e 112433:7b649f6eac4f
1 2011-01-22 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
4 split out from copyright-update-year.
5 (copyright-update): Don't mess with the GPL version if we don't own the
6 copyright. Update license regexp, and remove no longer needed
7 Esperanto stuff.
8 (copyright-fix-years): Use copyright-find-copyright.
9
10 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
11
12 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
13
14 2011-01-22 Jari Aalto <jari.aalto@cante.net>
15
16 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
17 (lm): Rename to landmark.
18 (lm-test-run): Rename to landmark-test-run.
19
20 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
21
22 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
23 "Case sensitive" menu item.
24
25 2011-01-22 Roland McGrath <roland@frob.com>
26
27 * comint.el (comint-replace-by-expanded-history-before-point): Fix
28 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
29
30 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
33
34 2011-01-22 Jari Aalto <jari.aalto@cante.net>
35
36 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
37 Assume foo(bar) is a manpage reference rather than some unquoted
38 symbol (bug#7705).
39
40 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
43 Suggested by Flo <sensorflo@gmail.com>.
44
45 2011-01-22 Glenn Morris <rgm@gnu.org>
46
47 * progmodes/compile.el (compilation-error-regexp-alist):
48 Fix custom type. (Bug#7812)
49
1 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com> 50 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2 51
3 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to 52 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
4 allout-number-siblings, in keeping with what obtained due to 53 allout-number-siblings, in keeping with what obtained due to
5 (now-defunct) allout-keybindings-list. Ditch repeat binding to 54 (now-defunct) allout-keybindings-list. Ditch repeat binding to
43 * startup.el (display-startup-echo-area-message): 92 * startup.el (display-startup-echo-area-message):
44 * progmodes/antlr-mode.el (antlr-directory-dependencies): 93 * progmodes/antlr-mode.el (antlr-directory-dependencies):
45 * comint.el (comint-read-input-ring): Use with-temp-buffer. 94 * comint.el (comint-read-input-ring): Use with-temp-buffer.
46 * international/mule.el (ctext-pre-write-conversion): Don't hardcode 95 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
47 point-min==1. 96 point-min==1.
48
49 97
50 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com> 98 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
51 99
52 * allout.el: (allout-institute-keymap): Use fset instead of 100 * allout.el: (allout-institute-keymap): Use fset instead of
53 reapplying defalias. 101 reapplying defalias.