diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 35 |
1 files changed, 29 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0087163f097..39391e73609 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Font-lock '...' strings, plus various simplifications and fixes. | ||
| 4 | * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt. | ||
| 5 | (octave-font-lock-close-quotes): New function. | ||
| 6 | (octave-font-lock-syntactic-keywords): New var. | ||
| 7 | (octave-mode): Use it. Set beginning-of-defun-function. | ||
| 8 | (octave-mode-map): Don't override the <foo>-defun commands. | ||
| 9 | (octave-mode-menu): Pass it directly to easy-menu-define; | ||
| 10 | remove (now generic) <foo>-defun commands; use info-lookup-symbol. | ||
| 11 | (octave-block-match-alist): Fix up last change so that | ||
| 12 | octave-close-block uses the more specific keyword. | ||
| 13 | (info-lookup-mode): Silence byte-compiler. | ||
| 14 | (octave-beginning-of-defun): Not interactive any more. | ||
| 15 | Optimize slightly. | ||
| 16 | (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove. | ||
| 17 | (octave-indent-defun, octave-send-defun): Use mark-defun instead. | ||
| 18 | (octave-completion-at-point-function): Make sure point is within | ||
| 19 | beg..end. | ||
| 20 | (octave-reindent-then-newline-and-indent): | ||
| 21 | Use reindent-then-newline-and-indent. | ||
| 22 | (octave-add-octave-menu): Remove. | ||
| 23 | |||
| 1 | 2010-08-17 Jan Djärv <jan.h.d@swipnet.se> | 24 | 2010-08-17 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 25 | ||
| 3 | * mail/emacsbug.el (report-emacs-bug-insert-to-mailer) | 26 | * mail/emacsbug.el (report-emacs-bug-insert-to-mailer) |
| @@ -34,8 +57,8 @@ | |||
| 34 | 2010-08-15 Chong Yidong <cyd@stupidchicken.com> | 57 | 2010-08-15 Chong Yidong <cyd@stupidchicken.com> |
| 35 | 58 | ||
| 36 | * mouse.el (mouse--drag-set-mark-and-point): New function. | 59 | * mouse.el (mouse--drag-set-mark-and-point): New function. |
| 37 | (mouse-drag-track): Use LOCATION arg to push-mark. Use | 60 | (mouse-drag-track): Use LOCATION arg to push-mark. |
| 38 | mouse--drag-set-mark-and-point to take click-count into | 61 | Use mouse--drag-set-mark-and-point to take click-count into |
| 39 | consideration when updating point and mark (Bug#6840). | 62 | consideration when updating point and mark (Bug#6840). |
| 40 | 63 | ||
| 41 | 2010-08-15 Chong Yidong <cyd@stupidchicken.com> | 64 | 2010-08-15 Chong Yidong <cyd@stupidchicken.com> |
| @@ -45,8 +68,8 @@ | |||
| 45 | 68 | ||
| 46 | 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change) | 69 | 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change) |
| 47 | 70 | ||
| 48 | * font-lock.el (lisp-font-lock-keywords-2): Add | 71 | * font-lock.el (lisp-font-lock-keywords-2): |
| 49 | combine-after-change-calls, condition-case-no-debug, | 72 | Add combine-after-change-calls, condition-case-no-debug, |
| 50 | with-demoted-errors, and with-silent-modifications (Bug#6025). | 73 | with-demoted-errors, and with-silent-modifications (Bug#6025). |
| 51 | 74 | ||
| 52 | 2010-08-14 Kevin Ryde <user42@zip.com.au> | 75 | 2010-08-14 Kevin Ryde <user42@zip.com.au> |
| @@ -71,8 +94,8 @@ | |||
| 71 | (menu-bar-showhide-tool-bar-menu-customize-enable-left) | 94 | (menu-bar-showhide-tool-bar-menu-customize-enable-left) |
| 72 | (menu-bar-showhide-tool-bar-menu-customize-enable-right) | 95 | (menu-bar-showhide-tool-bar-menu-customize-enable-right) |
| 73 | (menu-bar-showhide-tool-bar-menu-customize-enable-top) | 96 | (menu-bar-showhide-tool-bar-menu-customize-enable-top) |
| 74 | (menu-bar-showhide-tool-bar-menu-customize-enable-bottom): Call | 97 | (menu-bar-showhide-tool-bar-menu-customize-enable-bottom): |
| 75 | menu-bar-set-tool-bar-position. | 98 | Call menu-bar-set-tool-bar-position. |
| 76 | 99 | ||
| 77 | 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca> | 100 | 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 78 | 101 | ||