diff options
| author | Glenn Morris | 2011-02-27 17:07:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-27 17:07:29 -0800 |
| commit | 2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb (patch) | |
| tree | b924eb1c22ab3bce643676162ef039f250782661 /lisp/ChangeLog | |
| parent | df7f0d0b10ce31a6f1a8b7e979e120c695699d5a (diff) | |
| parent | d1f61aaf6f0b6a2cf2bbb7eaf5631f8b580568d4 (diff) | |
| download | emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.tar.gz emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.zip | |
Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94ff6303901..feed514cdee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-02-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (set-default-coding-systems): Use the | ||
| 4 | -unix variant of encoding in default-keyboard-coding-system. | ||
| 5 | (Bug#8122) | ||
| 6 | |||
| 1 | 2011-02-27 Chong Yidong <cyd@stupidchicken.com> | 7 | 2011-02-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * facemenu.el (list-colors-display): Use with-help-window (Bug#8048). | 9 | * facemenu.el (list-colors-display): Use with-help-window (Bug#8048). |
| @@ -4670,7 +4676,7 @@ | |||
| 4670 | 4676 | ||
| 4671 | 2010-10-24 Michael McNamara <mac@mail.brushroad.com> | 4677 | 2010-10-24 Michael McNamara <mac@mail.brushroad.com> |
| 4672 | 4678 | ||
| 4673 | * verilog-mode.el (verilog-directive-re): Make this variable | 4679 | * progmodes/verilog-mode.el (verilog-directive-re): Make this variable |
| 4674 | auto-built for efficiency of execution and updating. | 4680 | auto-built for efficiency of execution and updating. |
| 4675 | (verilog-extended-complete-re): Support 'pure' fucntion & task | 4681 | (verilog-extended-complete-re): Support 'pure' fucntion & task |
| 4676 | declarations (these have no bodies). | 4682 | declarations (these have no bodies). |
| @@ -4704,7 +4710,7 @@ | |||
| 4704 | 4710 | ||
| 4705 | 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org> | 4711 | 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org> |
| 4706 | 4712 | ||
| 4707 | * verilog-mode.el (verilog-auto-inst, verilog-gate-ios) | 4713 | * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios) |
| 4708 | (verilog-gate-keywords, verilog-read-sub-decls) | 4714 | (verilog-gate-keywords, verilog-read-sub-decls) |
| 4709 | (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios) | 4715 | (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios) |
| 4710 | (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support | 4716 | (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support |