aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog60
1 files changed, 30 insertions, 30 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 68e896ab590..9a03b9ac267 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,32 +1,4 @@
12011-11-30 Juanma Barranquero <lekktu@gmail.com> 12011-12-01 Michael McNamara <mac@mail.brushroad.com>
2
3 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4 (hfy-shell-file-name, hfy-shell):
5 * international/fontset.el (x-decompose-font-name): Fix typos.
6
72011-11-29 Ken Brown <kbrown@cornell.edu>
8
9 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
10 (gdb-version): Remove defvar.
11 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12 (gdb-gud-context-command, gdb-non-stop-handler)
13 (gdb-current-context-command, gdb-stopped): Use it.
14 (gdb-init-1): Enable pretty printing here.
15 (gdb-non-stop-handler): Don't enable pretty-printing here. Check
16 to see if the target supports non-stop mode; if not, turn off
17 non-stop mode. Use the following.
18 (gdb-check-target-async): New defun.
19 (gud-watch, gdb-stopped): Fix whitespace.
20 (gdb-get-source-file): Don't try to display the source file if
21 `gdb-main-file' is nil.
22
232011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * align.el: Try to generate fewer markers (bug#10047).
26 (align--set-marker): New macro.
27 (align-region): Use it.
28
292011-11-29 Michael McNamara <mac@mail.brushroad.com>
30 2
31 * progmodes/verilog-mode.el (verilog-pretty-expr): 3 * progmodes/verilog-mode.el (verilog-pretty-expr):
32 Rework verilog-pretty-expr to handle new assignment operators in system 4 Rework verilog-pretty-expr to handle new assignment operators in system
@@ -56,7 +28,7 @@
56 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported 28 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
57 by Alain Mellan). 29 by Alain Mellan).
58 30
592011-11-29 Wilson Snyder <wsnyder@wsnyder.org> 312011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
60 32
61 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading 33 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
62 parameters with embedded comments. Reported by Ray Stevens. 34 parameters with embedded comments. Reported by Ray Stevens.
@@ -181,6 +153,34 @@
181 (verilog-read-decls): Fix parsing of unsigned data types, bug302. 153 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
182 Reported by Jan Frode Lonnum. 154 Reported by Jan Frode Lonnum.
183 155
1562011-11-30 Juanma Barranquero <lekktu@gmail.com>
157
158 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
159 (hfy-shell-file-name, hfy-shell):
160 * international/fontset.el (x-decompose-font-name): Fix typos.
161
1622011-11-29 Ken Brown <kbrown@cornell.edu>
163
164 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
165 (gdb-version): Remove defvar.
166 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
167 (gdb-gud-context-command, gdb-non-stop-handler)
168 (gdb-current-context-command, gdb-stopped): Use it.
169 (gdb-init-1): Enable pretty printing here.
170 (gdb-non-stop-handler): Don't enable pretty-printing here. Check
171 to see if the target supports non-stop mode; if not, turn off
172 non-stop mode. Use the following.
173 (gdb-check-target-async): New defun.
174 (gud-watch, gdb-stopped): Fix whitespace.
175 (gdb-get-source-file): Don't try to display the source file if
176 `gdb-main-file' is nil.
177
1782011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * align.el: Try to generate fewer markers (bug#10047).
181 (align--set-marker): New macro.
182 (align-region): Use it.
183
1842011-11-29 Stefan Monnier <monnier@iro.umontreal.ca> 1842011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
185 185
186 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022). 186 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).