diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b2c28d97a1..a93b2868933 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the | ||
| 4 | surrounding group (bug#14402). | ||
| 5 | |||
| 1 | 2013-05-14 Juri Linkov <juri@jurta.org> | 6 | 2013-05-14 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil. | 8 | * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil. |
| @@ -10,8 +15,8 @@ | |||
| 10 | 15 | ||
| 11 | 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com> | 16 | 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com> |
| 12 | 17 | ||
| 13 | * progmodes/gdb-mi.el (gdb-running, gdb-starting): Remove | 18 | * progmodes/gdb-mi.el (gdb-running, gdb-starting): |
| 14 | signals for which replies are never received. | 19 | Remove signals for which replies are never received. |
| 15 | 20 | ||
| 16 | 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com> | 21 | 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com> |
| 17 | 22 | ||
| @@ -120,8 +125,8 @@ | |||
| 120 | 125 | ||
| 121 | * progmodes/octave.el (octave-indent-comment): Improve. | 126 | * progmodes/octave.el (octave-indent-comment): Improve. |
| 122 | (octave-eldoc-message-style, octave-eldoc-cache): New variables. | 127 | (octave-eldoc-message-style, octave-eldoc-cache): New variables. |
| 123 | (octave-eldoc-function-signatures, octave-eldoc-function): New | 128 | (octave-eldoc-function-signatures, octave-eldoc-function): |
| 124 | functions. | 129 | New functions. |
| 125 | (octave-mode, inferior-octave-mode): Add eldoc support. | 130 | (octave-mode, inferior-octave-mode): Add eldoc support. |
| 126 | 131 | ||
| 127 | 2013-05-11 Richard Stallman <rms@gnu.org> | 132 | 2013-05-11 Richard Stallman <rms@gnu.org> |
| @@ -166,8 +171,8 @@ | |||
| 166 | 171 | ||
| 167 | 2013-05-10 Leo Liu <sdl.web@gmail.com> | 172 | 2013-05-10 Leo Liu <sdl.web@gmail.com> |
| 168 | 173 | ||
| 169 | * progmodes/octave.el (inferior-octave-completion-table): No | 174 | * progmodes/octave.el (inferior-octave-completion-table): |
| 170 | longer a function and all uses changed. Use cache to speed up | 175 | No longer a function and all uses changed. Use cache to speed up |
| 171 | completion due to bug#11906. | 176 | completion due to bug#11906. |
| 172 | (octave-beginning-of-defun): Re-write to be more general. | 177 | (octave-beginning-of-defun): Re-write to be more general. |
| 173 | 178 | ||
| @@ -357,7 +362,7 @@ | |||
| 357 | * progmodes/octave.el (octave-syntax-propertize-function): Change | 362 | * progmodes/octave.el (octave-syntax-propertize-function): Change |
| 358 | \'s syntax to escape when inside double-quoted strings. (Bug#14332) | 363 | \'s syntax to escape when inside double-quoted strings. (Bug#14332) |
| 359 | (octave-font-lock-keywords): Use octave-operator-regexp. | 364 | (octave-font-lock-keywords): Use octave-operator-regexp. |
| 360 | (octave-completion-at-point): Renamed from | 365 | (octave-completion-at-point): Rename from |
| 361 | octave-completion-at-point-function. | 366 | octave-completion-at-point-function. |
| 362 | (inferior-octave-directory-tracker): Robustify. | 367 | (inferior-octave-directory-tracker): Robustify. |
| 363 | (octave-text-functions): Remove and fix its uses. No such things | 368 | (octave-text-functions): Remove and fix its uses. No such things |