diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5a752fe0c3a..99704a0b532 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,55 @@ | |||
| 1 | 2013-02-15 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a | ||
| 4 | global minor mode has been enabled, call the minor mode function | ||
| 5 | for a new buffer once only, after the major mode hook, whilst | ||
| 6 | allowing that hook explicitly to disable the minor mode. | ||
| 7 | (MODE-disable-in-buffer): new (generated) function. | ||
| 8 | (disable-MODE): new (generated) buffer local variable. | ||
| 9 | |||
| 10 | 2013-02-15 Jambunathan K <kjambunathan@gmail.com> | ||
| 11 | |||
| 12 | * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to | ||
| 13 | `iswitchb-next-match' and `iswitchb-prev-match' resply. | ||
| 14 | |||
| 15 | * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to | ||
| 16 | `ido-next-match' and `ido-prev-match' resply. | ||
| 17 | |||
| 18 | * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'. | ||
| 19 | Bind `C-.' and `C-,' to `icomplete-forward-completions' and | ||
| 20 | `icomplete-backward-completions' (Bug#13708). | ||
| 21 | |||
| 22 | 2013-02-15 Michael Albinus <michael.albinus@gmx.de> | ||
| 23 | |||
| 24 | * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. | ||
| 25 | |||
| 26 | 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 27 | |||
| 28 | * net/goto-addr.el (goto-address-fontify): Add start and end args. | ||
| 29 | (goto-address-fontify-region): Use them instead of narrowing, so | ||
| 30 | syntax-ppss has access to the whole buffer. | ||
| 31 | |||
| 32 | 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 33 | |||
| 34 | * progmodes/python.el: Explain how to restore "cc-mode"-like | ||
| 35 | forward-sexp movement in header documentation (Bug#13642). | ||
| 36 | (python-nav--forward-sexp): Behave like emacs-lisp-mode in | ||
| 37 | comments and strings (GH bug 114). | ||
| 38 | |||
| 39 | 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 40 | |||
| 41 | * progmodes/python.el (python-info-current-defun): Fix current | ||
| 42 | defun detection (Bug#13618). | ||
| 43 | |||
| 44 | 2013-02-15 Chong Yidong <cyd@gnu.org> | ||
| 45 | |||
| 46 | * xml.el (xml-parse-string): Fix typo in handling of bad character | ||
| 47 | references. | ||
| 48 | |||
| 49 | 2013-02-15 Glenn Morris <rgm@gnu.org> | ||
| 50 | |||
| 51 | * play/fortune.el (fortune-compile): Simplify and fix previous change. | ||
| 52 | |||
| 1 | 2013-02-14 Michael Albinus <michael.albinus@gmx.de> | 53 | 2013-02-14 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 54 | ||
| 3 | * net/tramp.el (tramp-debug-message): Add | 55 | * net/tramp.el (tramp-debug-message): Add |