diff options
| author | Stefan Monnier | 2009-09-14 01:22:42 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-09-14 01:22:42 +0000 |
| commit | 31cd2dd4e14916714a5178b57dfda171a219cc93 (patch) | |
| tree | 21ca6729695d3bf2e72c9e03ec7abb16173edb33 /lisp/ChangeLog | |
| parent | d62e5bf28f90f609646a57bf43c566626faaafa1 (diff) | |
| download | emacs-31cd2dd4e14916714a5178b57dfda171a219cc93.tar.gz emacs-31cd2dd4e14916714a5178b57dfda171a219cc93.zip | |
* simple.el: Add mapping for backspace/delete/clear/tab/escape/return
to function-key-map, and give them ascii-character property.
* term/x-win.el (x-alternatives-map):
* term/ns-win.el (ns-alternatives-map):
* term/internal.el (msdos-key-remapping-map):
* w32-fns.el (x-alternatives-map): Remove redundant mappings.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-09-14 Glenn Morris <rgm@gnu.org> | 10 | 2009-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 | ||
| 34 | 2009-09-13 Leo <sdl.web@gmail.com> (tiny change) | 43 | 2009-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 | ||
| 42 | 2009-09-13 Glenn Morris <rgm@gnu.org> | 51 | 2009-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. |