aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2012-09-13 13:42:18 +0200
committerJuanma Barranquero2012-09-13 13:42:18 +0200
commitfc0c31f839de077683acaf4e3f9ff9643d468f5f (patch)
tree1d2498869210be46b5965bbfdb1bb701715232f3 /lisp
parent5e2b4ce123bf042b3b719b1f776cce3e4db7eadf (diff)
downloademacs-fc0c31f839de077683acaf4e3f9ff9643d468f5f.tar.gz
emacs-fc0c31f839de077683acaf4e3f9ff9643d468f5f.zip
Fix typos in ChangeLogs.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog27
1 files changed, 13 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1bb8f913c20..af91cfffba4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -96,16 +96,16 @@
962012-09-11 Bastien Guerry <bzg@gnu.org> 962012-09-11 Bastien Guerry <bzg@gnu.org>
97 97
98 * subr.el (set-temporary-overlay-map): Add a docstring. 98 * subr.el (set-temporary-overlay-map): Add a docstring.
99 (bug#12346) 99 (Bug#12346)
100 100
1012012-09-11 Bastien Guerry <bzg@gnu.org> 1012012-09-11 Bastien Guerry <bzg@gnu.org>
102 102
103 * minibuffer.el (completion-table-subvert): Fix docstring. 103 * minibuffer.el (completion-table-subvert): Fix docstring.
104 (bug#12347) 104 (Bug#12347)
105 105
1062012-09-11 Bastien Guerry <bzg@gnu.org> 1062012-09-11 Bastien Guerry <bzg@gnu.org>
107 107
108 * help-fns.el (describe-variable): Fix typo. (bug#12346) 108 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
109 109
1102012-09-10 Michael R. Mauger <mmaug@yahoo.com> 1102012-09-10 Michael R. Mauger <mmaug@yahoo.com>
111 111
@@ -125,9 +125,8 @@
1252012-09-10 Stefan Monnier <monnier@iro.umontreal.ca> 1252012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
126 126
127 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var. 127 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
128 (emacs-lisp-byte-code-comment) 128 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
129 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode): 129 (emacs-lisp-byte-code-mode): New functions.
130 New functions.
131 (eval-sexp-add-defvars): Don't skip defvars in column >0. 130 (eval-sexp-add-defvars): Don't skip defvars in column >0.
132 (eval-defun-2): Remove bogus interactive spec. 131 (eval-defun-2): Remove bogus interactive spec.
133 (lisp-indent-line): Remove redundant whole-exp code, now done in 132 (lisp-indent-line): Remove redundant whole-exp code, now done in
@@ -1614,7 +1613,7 @@
1614 * calc-mode.el (calc-basic-simplification-mode): Rename from 1613 * calc-mode.el (calc-basic-simplification-mode): Rename from
1615 `calc-limited-simplification-mode'. 1614 `calc-limited-simplification-mode'.
1616 (calc-alg-simplification-mode): New function. 1615 (calc-alg-simplification-mode): New function.
1617 (calc-set-simplify-mode): Adjust message. 1616 (calc-set-simplify-mode): Adjust message.
1618 1617
1619 * calc.el (calc-set-mode-line): Adjust mode line display for 1618 * calc.el (calc-set-mode-line): Adjust mode line display for
1620 basic simplification mode. 1619 basic simplification mode.
@@ -1812,7 +1811,7 @@
1812 * notifications.el (notifications-on-action-signal) 1811 * notifications.el (notifications-on-action-signal)
1813 (notifications-on-closed-signal): Use also the bus address for the map. 1812 (notifications-on-closed-signal): Use also the bus address for the map.
1814 (notifications-notify, notifications-close-notification) 1813 (notifications-notify, notifications-close-notification)
1815 (notifications-get-capabilities): Add optional argument BUS. 1814 (notifications-get-capabilities): Add optional argument BUS.
1816 1815
18172012-07-27 Tassilo Horn <tsdh@gnu.org> 18162012-07-27 Tassilo Horn <tsdh@gnu.org>
1818 1817
@@ -1932,7 +1931,7 @@
1932 ses-cell-set-formula or ses-set-cell to change the cell and handle 1931 ses-cell-set-formula or ses-set-cell to change the cell and handle
1933 the undo at the same time, but rather use lower level new macros 1932 the undo at the same time, but rather use lower level new macros
1934 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle 1933 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
1935 the undo directly. Refresh the mode line. 1934 the undo directly. Refresh the mode line.
1936 1935
19372012-07-21 Leo Liu <sdl.web@gmail.com> 19362012-07-21 Leo Liu <sdl.web@gmail.com>
1938 1937
@@ -5348,13 +5347,13 @@
5348 * progmodes/verilog-mode.el (font-lock-keywords): 5347 * progmodes/verilog-mode.el (font-lock-keywords):
5349 Fix mis-highligting auto. Reported by Craig Barner. 5348 Fix mis-highligting auto. Reported by Craig Barner.
5350 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove 5349 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
5351 defines from global name space. Reported by Dan Dever. 5350 defines from global name space. Reported by Dan Dever.
5352 (verilog-auto-reset, verilog-auto-reset-widths) 5351 (verilog-auto-reset, verilog-auto-reset-widths)
5353 (verilog-auto-tieoff): Support using unbased numbers for 5352 (verilog-auto-tieoff): Support using unbased numbers for
5354 AUTORESET and AUTOTIEOFF. 5353 AUTORESET and AUTOTIEOFF.
5355 (verilog-submit-bug-report): Update variable list. 5354 (verilog-submit-bug-report): Update variable list.
5356 (verilog-read-auto-params): Fix AUTOINPUT regexps containing 5355 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
5357 parenthesis from not matching. Reported by Michael Rytting. 5356 parenthesis from not matching. Reported by Michael Rytting.
5358 (verilog-auto-template-lint): Fix hash error when linting modules 5357 (verilog-auto-template-lint): Fix hash error when linting modules
5359 with no used templates. 5358 with no used templates.
5360 (verilog-warn, verilog-warn-error) 5359 (verilog-warn, verilog-warn-error)
@@ -5364,12 +5363,12 @@
5364 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused' 5363 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
5365 to report unused template errors. Reported by Brad Dobbie. 5364 to report unused template errors. Reported by Brad Dobbie.
5366 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type 5365 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
5367 nets, bug438. Reported by Vns Blore. 5366 nets, bug438. Reported by Vns Blore.
5368 (verilog-auto-inout-module, verilog-auto-reg) 5367 (verilog-auto-inout-module, verilog-auto-reg)
5369 (verilog-read-decls, verilog-read-sub-decls-sig) 5368 (verilog-read-decls, verilog-read-sub-decls-sig)
5370 (verilog-signals-edit-wire-reg, verilog-signals-with): 5369 (verilog-signals-edit-wire-reg, verilog-signals-with):
5371 Fix passing of Verilog data types in ANSI input/output ports 5370 Fix passing of Verilog data types in ANSI input/output ports
5372 such as "output logic" into the AUTOs. Special case "wire" and 5371 such as "output logic" into the AUTOs. Special case "wire" and
5373 "reg" for backwards compatibility presuming Verilog 2001. 5372 "reg" for backwards compatibility presuming Verilog 2001.
5374 (verilog-auto-ascii-enum): Add "auto enum" as alias. 5373 (verilog-auto-ascii-enum): Add "auto enum" as alias.
5375 (verilog-preprocess): Fix replication of preprocess output. 5374 (verilog-preprocess): Fix replication of preprocess output.
@@ -5390,7 +5389,7 @@
5390 (verilog-read-decls): Fix 'parameter type' not appearing in 5389 (verilog-read-decls): Fix 'parameter type' not appearing in
5391 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw. 5390 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
5392 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do 5391 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
5393 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw. 5392 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
5394 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP. 5393 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
5395 Reported by David Kravitz. 5394 Reported by David Kravitz.
5396 5395