diff options
| author | Juanma Barranquero | 2007-04-09 22:16:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-04-09 22:16:44 +0000 |
| commit | 52448cc657a9d86624a10feb8524e2257bec2b82 (patch) | |
| tree | fafbcbc5c486c84e0a481ee3802d29c319a14cbf | |
| parent | be475ecbb62fceaaeff4f9e53fcbeecf10e3ceab (diff) | |
| download | emacs-52448cc657a9d86624a10feb8524e2257bec2b82.tar.gz emacs-52448cc657a9d86624a10feb8524e2257bec2b82.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d54031220f..e313ac9b7b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,31 +6,31 @@ | |||
| 6 | 2007-04-09 Masatake YAMATO <jet@gyve.org> | 6 | 2007-04-09 Masatake YAMATO <jet@gyve.org> |
| 7 | 7 | ||
| 8 | * progmodes/cc-subword.el (c-capitalize-subword): Implement | 8 | * progmodes/cc-subword.el (c-capitalize-subword): Implement |
| 9 | better mimic the behavior of `capitalize-word'. They no longer | 9 | better mimic the behavior of `capitalize-word'. They no longer |
| 10 | move point with a negative argument. | 10 | move point with a negative argument. |
| 11 | Based on code by Paul Curry. | 11 | Based on code by Paul Curry. |
| 12 | 12 | ||
| 13 | 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change) | 13 | 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change) |
| 14 | 14 | ||
| 15 | * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword): | 15 | * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword): |
| 16 | Don't move point if ARG is netagive. | 16 | Don't move point if ARG is negative. |
| 17 | 17 | ||
| 18 | 2007-04-09 Alan Mackenzie <acm@muc.de> | 18 | 2007-04-09 Alan Mackenzie <acm@muc.de> |
| 19 | 19 | ||
| 20 | Changes to make `narrow-to-defun' and `mark-defun' work properly | 20 | Changes to make `narrow-to-defun' and `mark-defun' work properly |
| 21 | in CC Mode: | 21 | in CC Mode: |
| 22 | 22 | ||
| 23 | * progmodes/cc-defs.el (c-beginning-of-defun-1): | 23 | * progmodes/cc-defs.el (c-beginning-of-defun-1): |
| 24 | * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun): | 24 | * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun): |
| 25 | bind beginning/end-of-defun-function to nil around calls to | 25 | Bind beginning/end-of-defun-function to nil around calls to |
| 26 | beginning/end-of-defun. | 26 | beginning/end-of-defun. |
| 27 | 27 | ||
| 28 | * progmodes/cc-langs.el (beginning-of-defun-function, | 28 | * progmodes/cc-langs.el (beginning-of-defun-function) |
| 29 | end-of-defun-function): new c-lang-setvar's. | 29 | (end-of-defun-function): New c-lang-setvar's. |
| 30 | 30 | ||
| 31 | * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg | 31 | * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg |
| 32 | (setq arg 1))" to enable non-interactive call. | 32 | (setq arg 1))" to enable non-interactive call. |
| 33 | 33 | ||
| 34 | 2007-04-09 Eli Zaretskii <eliz@gnu.org> | 34 | 2007-04-09 Eli Zaretskii <eliz@gnu.org> |
| 35 | 35 | ||
| 36 | * simple.el (set-mark-command): Doc fix. | 36 | * simple.el (set-mark-command): Doc fix. |
| @@ -44,7 +44,7 @@ | |||
| 44 | 44 | ||
| 45 | * cus-start.el <scroll-preserve-screen-position>: Add choices. | 45 | * cus-start.el <scroll-preserve-screen-position>: Add choices. |
| 46 | 46 | ||
| 47 | 2007-04-08 Johan Bockg,Ae(Brd <bojohan+news@dd.chalmers.se> | 47 | 2007-04-08 Johan Bockg,Ae(Brd <bojohan+news@dd.chalmers.se> |
| 48 | 48 | ||
| 49 | * term/xterm.el (terminal-init-xterm): Fix key definitions. Add | 49 | * term/xterm.el (terminal-init-xterm): Fix key definitions. Add |
| 50 | binding for C-M-SPC. | 50 | binding for C-M-SPC. |
| @@ -74,7 +74,7 @@ | |||
| 74 | (diary-font-lock-keywords): New function with old code for | 74 | (diary-font-lock-keywords): New function with old code for |
| 75 | initialization of variable of same name. | 75 | initialization of variable of same name. |
| 76 | 76 | ||
| 77 | 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change) | 77 | 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change) |
| 78 | 78 | ||
| 79 | * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall | 79 | * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall |
| 80 | clean-up: only insert space when on identifier, etc. | 80 | clean-up: only insert space when on identifier, etc. |