aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
1 files changed, 15 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 41362abced0..72054a6835f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4 to function-key-map, and give them ascii-character property.
5 * term/x-win.el (x-alternatives-map):
6 * term/ns-win.el (ns-alternatives-map):
7 * term/internal.el (msdos-key-remapping-map):
8 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9
12009-09-14 Glenn Morris <rgm@gnu.org> 102009-09-14 Glenn Morris <rgm@gnu.org>
2 11
3 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using 12 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
@@ -28,16 +37,16 @@
28 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change. 37 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
29 38
30 * eshell/em-hist.el: 39 * eshell/em-hist.el:
31 * eshell/em-dirs.el (eshell-complete-user-reference): Declare 40 * eshell/em-dirs.el (eshell-complete-user-reference):
32 pcomplete functions and variables to avoid compiler warnings. 41 Declare pcomplete functions and variables to avoid compiler warnings.
33 42
342009-09-13 Leo <sdl.web@gmail.com> (tiny change) 432009-09-13 Leo <sdl.web@gmail.com> (tiny change)
35 44
36 * eshell/em-script.el (eshell-login-script, eshell-rc-script): 45 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
37 * eshell/em-dirs.el (eshell-last-dir-ring-file-name): 46 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
38 * eshell/em-alias.el (eshell-aliases-file): 47 * eshell/em-alias.el (eshell-aliases-file):
39 * eshell/em-hist.el (eshell-history-file-name): Use 48 * eshell/em-hist.el (eshell-history-file-name):
40 expand-file-name instead of concat to make file names (Bug#4308). 49 Use expand-file-name instead of concat to make file names (Bug#4308).
41 50
422009-09-13 Glenn Morris <rgm@gnu.org> 512009-09-13 Glenn Morris <rgm@gnu.org>
43 52
@@ -1541,11 +1550,9 @@
1541 (cperl-forward-re): Check cperl-brace-recursing. 1550 (cperl-forward-re): Check cperl-brace-recursing.
1542 (cperl-highlight-charclass): New function. 1551 (cperl-highlight-charclass): New function.
1543 (cperl-find-pods-heres): Use it. 1552 (cperl-find-pods-heres): Use it.
1544 (cperl-fill-paragraph): Synch to save-excursion placement used 1553 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
1545 upstream.
1546 (cperl-beautify-regexp-piece): Fix column calculation. 1554 (cperl-beautify-regexp-piece): Fix column calculation.
1547 (cperl-make-regexp-x): Handle case where point is between "q" and 1555 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
1548 "rs".
1549 (cperl-beautify-level): Don't process entire regexp. 1556 (cperl-beautify-level): Don't process entire regexp.
1550 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before 1557 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
1551 calling man. 1558 calling man.