diff options
| author | Chong Yidong | 2011-02-12 19:16:28 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-02-12 19:16:28 -0500 |
| commit | e730aabed55f3b65020672f1d58afc55fda4eef2 (patch) | |
| tree | db931d6586b8ce49b8428fcc45c83825b2c60252 /lisp/ChangeLog | |
| parent | d0ba09dcd877f4e8b6b7643c69d596ac88b545bc (diff) | |
| parent | 84eb0351d8be4811897c8cf62a69757ff5d14001 (diff) | |
| download | emacs-e730aabed55f3b65020672f1d58afc55fda4eef2.tar.gz emacs-e730aabed55f3b65020672f1d58afc55fda4eef2.zip | |
Merge changes from emacs-23 branch
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 33 |
1 files changed, 25 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d0529bc00f1..a3fa53b1b7a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2011-02-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/cl-seq.el (union, nunion, intersection) | ||
| 4 | (nintersection, set-difference, nset-difference) | ||
| 5 | (set-exclusive-or, nset-exclusive-or): Doc fix. | ||
| 6 | |||
| 7 | * ediff-ptch.el (ediff-fixup-patch-map): Doc fix. | ||
| 8 | |||
| 9 | 2011-02-08 Glenn Morris <rgm@gnu.org> | ||
| 10 | |||
| 11 | * faces.el (face-attr-match-p): Handle the obsolete :bold and | ||
| 12 | :italic props, so that frame-set-background-mode works. (Bug#7966) | ||
| 13 | |||
| 14 | 2011-02-07 Glenn Morris <rgm@gnu.org> | ||
| 15 | |||
| 16 | * simple.el (next-error): Doc fix. | ||
| 17 | |||
| 1 | 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 18 | 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 2 | 19 | ||
| 3 | * dired-aux.el (dired-create-files): Adapt destination name to | 20 | * dired-aux.el (dired-create-files): Adapt destination name to |
| @@ -1651,7 +1668,7 @@ | |||
| 1651 | (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text. | 1668 | (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text. |
| 1652 | (rmail-mime-insert-image): Argument changed. Caller changed. | 1669 | (rmail-mime-insert-image): Argument changed. Caller changed. |
| 1653 | (rmail-mime-image): Call rmail-mime-toggle-hidden. | 1670 | (rmail-mime-image): Call rmail-mime-toggle-hidden. |
| 1654 | (rmail-mime-set-bulk-data): New funciton. | 1671 | (rmail-mime-set-bulk-data): New function. |
| 1655 | (rmail-mime-insert-bulk): Argument changed. | 1672 | (rmail-mime-insert-bulk): Argument changed. |
| 1656 | (rmail-mime-multipart-handler): Return t. | 1673 | (rmail-mime-multipart-handler): Return t. |
| 1657 | (rmail-mime-process-multipart): Argument changed. | 1674 | (rmail-mime-process-multipart): Argument changed. |
| @@ -4145,7 +4162,7 @@ | |||
| 4145 | is indented differently if it is after a begin..end clock. | 4162 | is indented differently if it is after a begin..end clock. |
| 4146 | (verilog-in-attribute-p, verilog-skip-backward-comments) | 4163 | (verilog-in-attribute-p, verilog-skip-backward-comments) |
| 4147 | (verilog-skip-forward-comment-p): Support proper treatment of | 4164 | (verilog-skip-forward-comment-p): Support proper treatment of |
| 4148 | attributes by indent code. Reported by Jeff Steele. | 4165 | attributes by indent code. Reported by Jeff Steele. |
| 4149 | (verilog-in-directive-p): Fix comment to correctly describe function. | 4166 | (verilog-in-directive-p): Fix comment to correctly describe function. |
| 4150 | (verilog-backward-up-list, verilog-in-struct-region-p) | 4167 | (verilog-backward-up-list, verilog-in-struct-region-p) |
| 4151 | (verilog-backward-token, verilog-in-struct-p) | 4168 | (verilog-backward-token, verilog-in-struct-p) |
| @@ -4156,9 +4173,9 @@ | |||
| 4156 | (verilog-property-re, verilog-endcomment-reason-re) | 4173 | (verilog-property-re, verilog-endcomment-reason-re) |
| 4157 | (verilog-beg-of-statement, verilog-set-auto-endcomments) | 4174 | (verilog-beg-of-statement, verilog-set-auto-endcomments) |
| 4158 | (verilog-calc-1 ): Fix for assert a; else b; indentation (new form | 4175 | (verilog-calc-1 ): Fix for assert a; else b; indentation (new form |
| 4159 | of if). Reported by Max Bjurling and | 4176 | of if). Reported by Max Bjurling and |
| 4160 | (verilog-calc-1): Fix for clocking block in modport | 4177 | (verilog-calc-1): Fix for clocking block in modport |
| 4161 | declaration. Reported by Brian Hunter. | 4178 | declaration. Reported by Brian Hunter. |
| 4162 | 4179 | ||
| 4163 | 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org> | 4180 | 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org> |
| 4164 | 4181 | ||
| @@ -4174,7 +4191,7 @@ | |||
| 4174 | (verilog-read-always-signals-recurse, verilog-read-decls): Fix not | 4191 | (verilog-read-always-signals-recurse, verilog-read-decls): Fix not |
| 4175 | treating `elsif similar to `endif inside AUTOSENSE. | 4192 | treating `elsif similar to `endif inside AUTOSENSE. |
| 4176 | (verilog-do-indent): Implement correct automatic or static task or | 4193 | (verilog-do-indent): Implement correct automatic or static task or |
| 4177 | function end comment highlight. Reported by Steve Pearlmutter. | 4194 | function end comment highlight. Reported by Steve Pearlmutter. |
| 4178 | (verilog-font-lock-keywords-2): Fix highlighting of single | 4195 | (verilog-font-lock-keywords-2): Fix highlighting of single |
| 4179 | character pins, bug264. Reported by Michael Laajanen. | 4196 | character pins, bug264. Reported by Michael Laajanen. |
| 4180 | (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls) | 4197 | (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls) |
| @@ -4185,7 +4202,7 @@ | |||
| 4185 | Reported by Mark Johnson. | 4202 | Reported by Mark Johnson. |
| 4186 | (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp): | 4203 | (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp): |
| 4187 | Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF, | 4204 | Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF, |
| 4188 | bug269. Suggested by Gary Delp. | 4205 | bug269. Suggested by Gary Delp. |
| 4189 | (verilog-mode-map, verilog-preprocess, verilog-preprocess-history) | 4206 | (verilog-mode-map, verilog-preprocess, verilog-preprocess-history) |
| 4190 | (verilog-preprocessor, verilog-set-compile-command): | 4207 | (verilog-preprocessor, verilog-set-compile-command): |
| 4191 | Create verilog-preprocess and verilog-preprocessor to show | 4208 | Create verilog-preprocess and verilog-preprocessor to show |
| @@ -4193,7 +4210,7 @@ | |||
| 4193 | (verilog-get-beg-of-line, verilog-get-end-of-line) | 4210 | (verilog-get-beg-of-line, verilog-get-end-of-line) |
| 4194 | (verilog-modi-file-or-buffer, verilog-modi-name) | 4211 | (verilog-modi-file-or-buffer, verilog-modi-name) |
| 4195 | (verilog-modi-point, verilog-within-string): Move defmacro's | 4212 | (verilog-modi-point, verilog-within-string): Move defmacro's |
| 4196 | before first use to avoid warning. Reported by Steve Pearlmutter. | 4213 | before first use to avoid warning. Reported by Steve Pearlmutter. |
| 4197 | (verilog-colorize-buffer, verilog-colorize-include-files-buffer) | 4214 | (verilog-colorize-buffer, verilog-colorize-include-files-buffer) |
| 4198 | (verilog-colorize-region, verilog-highlight-buffer) | 4215 | (verilog-colorize-region, verilog-highlight-buffer) |
| 4199 | (verilog-highlight-includes, verilog-highlight-modules) | 4216 | (verilog-highlight-includes, verilog-highlight-modules) |
| @@ -4225,7 +4242,7 @@ | |||
| 4225 | (verilog-alw-get-temps, verilog-auto-reset) | 4242 | (verilog-alw-get-temps, verilog-auto-reset) |
| 4226 | (verilog-auto-sense-sigs, verilog-read-always-signals) | 4243 | (verilog-auto-sense-sigs, verilog-read-always-signals) |
| 4227 | (verilog-read-always-signals-recurse): Fix loop indexes being | 4244 | (verilog-read-always-signals-recurse): Fix loop indexes being |
| 4228 | AUTORESET. AUTORESET now assumes any variables in the | 4245 | AUTORESET. AUTORESET now assumes any variables in the |
| 4229 | initialization section of a for() should be ignored. | 4246 | initialization section of a for() should be ignored. |
| 4230 | Reported by Dan Dever. | 4247 | Reported by Dan Dever. |
| 4231 | (verilog-error-font-lock-keywords) | 4248 | (verilog-error-font-lock-keywords) |