diff options
| author | Glenn Morris | 2013-02-11 20:46:18 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-11 20:46:18 -0800 |
| commit | 958614cf809c0d4dedb703245da5bddc360743af (patch) | |
| tree | abc8cb5d0fc71d6cbb7996396604fdd32cff988f /lisp/ChangeLog | |
| parent | 8c0905acd1e4457c9956d7fa02e88aadc075a56f (diff) | |
| download | emacs-958614cf809c0d4dedb703245da5bddc360743af.tar.gz emacs-958614cf809c0d4dedb703245da5bddc360743af.zip | |
Make S-SPC scroll in the opposite direction to SPC
* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calendar/calendar.el (calendar-mode-map):
* lisp/cus-edit.el (custom-mode-map):
* lisp/ehelp.el (electric-help-map):
* lisp/emulation/vip.el (vip-mode-map):
* lisp/epa.el (epa-key-list-mode-map):
* lisp/info.el (Info-mode-map):
* lisp/mail/rmail.el (rmail-mode-map):
* lisp/mail/rmailsum.el (rmail-summary-mode-map):
* lisp/man.el (Man-mode-map):
* lisp/net/newst-plainview.el (newsticker-mode-map):
* lisp/progmodes/cpp.el (cpp-edit-mode-map):
* lisp/progmodes/grep.el (grep-mode-map):
* lisp/progmodes/idlw-help.el (idlwave-help-mode-map):
* lisp/simple.el (special-mode-map):
* lisp/startup.el (splash-screen-keymap):
* lisp/view.el (view-mode-map):
Make S-SPC scroll in the opposite sense to SPC.
Fixes: debbugs:2145
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd2186fcfb2..924f8cbaf38 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2013-02-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calc/calc-graph.el (calc-graph-show-dumb): | ||
| 4 | * calendar/calendar.el (calendar-mode-map): | ||
| 5 | * cus-edit.el (custom-mode-map): | ||
| 6 | * ehelp.el (electric-help-map): | ||
| 7 | * emulation/vip.el (vip-mode-map): | ||
| 8 | * epa.el (epa-key-list-mode-map): | ||
| 9 | * info.el (Info-mode-map): | ||
| 10 | * mail/rmail.el (rmail-mode-map): | ||
| 11 | * mail/rmailsum.el (rmail-summary-mode-map): | ||
| 12 | * man.el (Man-mode-map): | ||
| 13 | * net/newst-plainview.el (newsticker-mode-map): | ||
| 14 | * progmodes/cpp.el (cpp-edit-mode-map): | ||
| 15 | * progmodes/grep.el (grep-mode-map): | ||
| 16 | * progmodes/idlw-help.el (idlwave-help-mode-map): | ||
| 17 | * simple.el (special-mode-map): | ||
| 18 | * startup.el (splash-screen-keymap): | ||
| 19 | * view.el (view-mode-map): | ||
| 20 | Make S-SPC scroll in the opposite sense to SPC. (Bug#2145) | ||
| 21 | |||
| 1 | 2013-02-11 Elias Pipping <pipping@lavabit.com> | 22 | 2013-02-11 Elias Pipping <pipping@lavabit.com> |
| 2 | 23 | ||
| 3 | * doc-view.el (doc-view-current-cache-dir): Beware % escapes | 24 | * doc-view.el (doc-view-current-cache-dir): Beware % escapes |