aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-09-26 10:41:05 -0400
committerStefan Monnier2012-09-26 10:41:05 -0400
commit07b1a5fbc37e91003f3c76886b9e0be78b7dbc6d (patch)
tree662fc176a1d29c0dc319aa128e27abcabfcbefbc /lisp/ChangeLog
parent42019c2e0c40c467250e7d73bed446b2bb19f287 (diff)
downloademacs-07b1a5fbc37e91003f3c76886b9e0be78b7dbc6d.tar.gz
emacs-07b1a5fbc37e91003f3c76886b9e0be78b7dbc6d.zip
* lisp/emacs-lisp/testcover.el (testcover-after): Add gv-expander.
(testcover-reinstrument): Simplify with CSE.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog35
1 files changed, 20 insertions, 15 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c69f8bc870b..4599855e28d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
4 (testcover-reinstrument): Simplify with CSE.
5
12012-09-26 Juanma Barranquero <lekktu@gmail.com> 62012-09-26 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * window.el (temp-buffer-window-setup): Fix typo in docstring. 8 * window.el (temp-buffer-window-setup): Fix typo in docstring.
@@ -13,9 +18,9 @@
13 newline. Reported by Andrew Jones. 18 newline. Reported by Andrew Jones.
14 (verilog-auto-inst) Support expanding $clog2 in AUTOINST. 19 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
15 Reported by Brad Dobbie. 20 Reported by Brad Dobbie.
16 (verilog-batch-delete-trailing-whitespace): Create 21 (verilog-batch-delete-trailing-whitespace):
17 verilog-batch-delete-trailing-whitespace. Reported by Brad 22 Create verilog-batch-delete-trailing-whitespace.
18 Dobbie. 23 Reported by Brad Dobbie.
19 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying 24 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
20 parameters from another module. Reported by Dan Katz. 25 parameters from another module. Reported by Dan Katz.
21 (verilog-auto, verilog-auto-assign-modport) 26 (verilog-auto, verilog-auto-assign-modport)
@@ -105,12 +110,12 @@
105 * ansi-color.el (ansi-color-unfontify-region): 110 * ansi-color.el (ansi-color-unfontify-region):
106 * international/latin1-disp.el (latin1-char-displayable-p): 111 * international/latin1-disp.el (latin1-char-displayable-p):
107 * progmodes/cwarn.el (turn-on-cwarn-mode): 112 * progmodes/cwarn.el (turn-on-cwarn-mode):
108 * progmodes/which-func.el (which-func-update-1): Use 113 * progmodes/which-func.el (which-func-update-1):
109 define-obsolete-function-alias. 114 Use define-obsolete-function-alias.
110 115
111 * net/newst-backend.el (newsticker-cache-filename): 116 * net/newst-backend.el (newsticker-cache-filename):
112 * net/newst-treeview.el (newsticker-groups-filename): Fix 117 * net/newst-treeview.el (newsticker-groups-filename):
113 incorrect obsolescence declaration. 118 Fix incorrect obsolescence declaration.
114 119
115 * allout.el (allout-passphrase-hint-string): Likewise. 120 * allout.el (allout-passphrase-hint-string): Likewise.
116 (allout-init): Use a declare form to mark obsolete. 121 (allout-init): Use a declare form to mark obsolete.
@@ -147,8 +152,8 @@
147 Enhancements for triple-quote string syntax. 152 Enhancements for triple-quote string syntax.
148 * progmodes/python.el (python-quote-syntax): Remove. 153 * progmodes/python.el (python-quote-syntax): Remove.
149 (python-syntax-propertize-function): New value. 154 (python-syntax-propertize-function): New value.
150 (python-syntax-count-quotes, python-syntax-stringify): New 155 (python-syntax-count-quotes, python-syntax-stringify):
151 functions. 156 New functions.
152 157
1532012-09-24 Chong Yidong <cyd@gnu.org> 1582012-09-24 Chong Yidong <cyd@gnu.org>
154 159
@@ -181,8 +186,8 @@
181 * vc/vc-hooks.el (vc-default-registered): Don't use 186 * vc/vc-hooks.el (vc-default-registered): Don't use
182 vc-master-templates. 187 vc-master-templates.
183 188
184 * font-lock.el (font-lock-reference-face): Use 189 * font-lock.el (font-lock-reference-face):
185 define-obsolete-variable-alias. 190 Use define-obsolete-variable-alias.
186 191
187 * generic-x.el (rul-generic-mode): Use font-lock-constant-face. 192 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
188 * calendar/calendar.el (calendar-font-lock-keywords): 193 * calendar/calendar.el (calendar-font-lock-keywords):
@@ -213,8 +218,8 @@
213 218
2142012-09-23 Roland Winkler <winkler@gnu.org> 2192012-09-23 Roland Winkler <winkler@gnu.org>
215 220
216 * textmodes/bibtex.el (bibtex-autokey-transcriptions): Transcribe 221 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
217 also LaTeX hyphenation. 222 Transcribe also LaTeX hyphenation.
218 (bibtex-reformat): Bug fix. Do not quote twice the elements of 223 (bibtex-reformat): Bug fix. Do not quote twice the elements of
219 bibtex-reformat-previous-options. 224 bibtex-reformat-previous-options.
220 225
@@ -374,8 +379,8 @@
374 (rst-section-tree, rst-section-tree-rec) 379 (rst-section-tree, rst-section-tree-rec)
375 (rst-section-tree-point): Refactor and document properly. 380 (rst-section-tree-point): Refactor and document properly.
376 (rst-imenu-find-adornments-for-position) 381 (rst-imenu-find-adornments-for-position)
377 (rst-imenu-convert-cell, rst-imenu-create-index): New 382 (rst-imenu-convert-cell, rst-imenu-create-index):
378 function. 383 New function.
379 384
3802012-09-20 Stefan Monnier <monnier@iro.umontreal.ca> 3852012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
381 386