Remove "-face" suffix from face names in j2-mode.el
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
83326559
MB
12009-08-10 Miles Bader <miles@gnu.org>
2
3 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
4 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
5 (js2-instance-member, js2-private-member, js2-private-function-call)
6 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
7 (js2-magic-paren, js2-external-variable):
8 Remove "-face" suffix from face names.
9 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10 (js2-highlight-undeclared-vars, js2-peek-token)
11 (js2-parse-function-params, js2-mode-show-errors)
12 (js2-mode-show-warnings, js2-make-magic-delimiter)
13 (js2-mode-highlight-magic-parens): Update to use new face names.
14
8e754ea2
MA
152009-08-09 Michael Albinus <michael.albinus@gmx.de>
16
17 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
18 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
19
1c292fc7
CY
202009-08-09 Chong Yidong <cyd@stupidchicken.com>
21
18d433a7
CY
22 * subr.el: Provide hashtable-print-readable.
23
1c292fc7
CY
24 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
25 hs-c-like-adjust-block-beginning.
26 (hs-hide-block-at-point): Stop hiding at the beginning of
27 hs-block-end-regexp (Bug#700).
28
2db0ae07
DD
292009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
30
31 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
32 a macro.
33 (gdb-registers-handler-custom): Do not fail when register names
34 are unavailable.
35
fe4740a6
DD
362009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
37
38 * progmodes/gdb-mi.el (gdb-control-all-threads)
39 (gdb-control-current-thread): Interactive setters for
40 `gdb-gud-control-all-threads' to use in menu.
41 (gdb-show-run-p): Show «Go» when process is not active.
42 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
43 gud/thread.xpm and gud/all.xpm.
44
ce299d55
CY
452009-08-08 Yoni Rabkin <yoni@rabkins.net>
46
47 * net/net-utils.el (net-utils-font-lock-keywords): New var.
48 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
49 (net-utils-mode): New mode for viewing diagnostic network output.
50 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
51 (net-utils-run-simple): New function.
52 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 53
7c4654ad
DD
542009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
55
56 * progmodes/gdb-mi.el (gdb-read-memory-custom)
57 (gdb-memory-set-address, def-gdb-set-positive-number)
58 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
59 after changing settings.
60 (gdb-invalidate-disassembly): Update when first shown.
61 (gdb-edit-locals-value): Fixed.
62 (gdb-registers-handler-custom): Print registers in right order and
63 allow changing register values (only for current thread yet).
9cbac26b
DD
64 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
65 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
66 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
67 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
68 info in mode name.
69 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 70
0f25a277
EZ
712009-08-08 Eli Zaretskii <eliz@gnu.org>
72
73 * mail/rmail.el (rmail-add-mbox-headers)
74 (rmail-set-message-counters-counter): Search for
75 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
76
b971be60
GM
772009-08-08 Glenn Morris <rgm@gnu.org>
78
79 * Makefile.in (ELCFILES): Update.
80
a35d3ad8
EZ
812009-08-07 Eli Zaretskii <eliz@gnu.org>
82
60c2df40
EZ
83 * mail/sendmail.el (mail-yank-original): Set
84 buffer-file-coding-system from the one used by the message whose
85 text is yanked.
86
8b0bcc2e
EZ
87 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
88 to "windows" when "pgnuplot" is used.
89 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
90 call accept-process-output if "pgnuplot" is used.
91 (calc-graph-init): Don't send -display and -geometry to
92 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
93 running "pgnuplot -V" with shell-command-to-string.
94
95 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
96 the default.
97
982009-08-07 Eli Zaretskii <eliz@gnu.org>
99
100 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
101 org/org-latex.elc.
102
3bca7ca5
DN
1032009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
104
3c53763c
DN
105 * vc-dispatcher.el (vc-resynch-window): Update comment.
106
3bca7ca5
DN
107 * term.el (term-handle-ansi-escape): Add comments with the
108 terminfo capabilities implemented.
109
7b217360
DD
1102009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
111
112 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
113 (gdb-var-create-handler): Rewritten using JSON parser.
114 (gdb-propertize-header): Moved earlier.
115 (gdb-set-header): Removed to avoid duplication.
116 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
117 Refresh disassembly buffers only after threads list have been
118 update.
119 (gdb-threads-header, gdb-registers-header): Per-buffer header line
120 variables.
121
b4d84ecf
JL
1222009-08-04 Juri Linkov <juri@jurta.org>
123
124 * files.el: Commands to add/delete file/directory-local variables.
125 (read-file-local-variable, read-file-local-variable-value)
126 (read-file-local-variable-mode, modify-file-local-variable)
127 (modify-file-local-variable-prop-line)
128 (modify-dir-local-variable): New functions.
129 (add-file-local-variable, delete-file-local-variable)
130 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
131 (add-dir-local-variable, delete-dir-local-variable)
132 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
133 (copy-dir-locals-to-file-locals-prop-line): New commands.
134
42da39c1
CY
1352009-08-04 Chong Yidong <cyd@stupidchicken.com>
136
137 * abbrev.el (insert-abbrev-table-description): Prettify output.
138 Suggested by Karl Chen.
139
98bf8494
DD
1402009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
141
78b9fb28
DD
142 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
143 (gdb-overlay-arrow-position): Renamed to
144 `gdb-disassembly-position'.
145 (gdb-overlay-arrow-position, gdb-thread-position)
146 (gdb-disassembly-position): Declare variables.
147 (gdb-wait-for-pending): Function now.
148 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
149 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
150 compilation goes smoothly.
151 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
152 (gdb-non-stop-setting): New customization setting which replaces
153 `gdb-non-stop' so changing it doesn't break active GDB session.
154 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
155 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
156 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
157 (gdb-show-threads-by-default): New customization options.
158 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
159 routines.
160 (gdb-get-buffer-create): Send buffers update signal when they are
161 created.
162 (gdb-invalidate-locals, gdb-invalidate-registers)
163 (gdb-invalidate-breakpoints)
164 (gdb-invalidate-threads, gdb-invalidate-disassembly)
165 (gdb-invalidate-memory): Accept update signal.
166 (gdb-current-context-command): Use --frame option.
167 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
168 Implement `gdb-frame-number' selection logic.
169 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
170 whether to show GUD toolbar buttons.
171 (gdb-thread-exited): Unselect current thread when it exits.
172 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
173 (gdb-mark-line): Routine which sets overlay arrow or inverses
174 video on fringeless displays.
175 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
176 to build aligned columns of data in GDB buffers and set text
177 properties line-by-line.
178 (gdb-invalidate-breakpoints)
179 (gdb-breakpoints-list-handler-custom)
180 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
181 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
182 (gdb-registers-handler-custom): Align data columns.
183 (gdb-locals-handler-custom): Now prints data like in variable
184 declarations.
185 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
186 Removed confusing buttons.
187 (gdb-invalidate-threads): Append --frame.
188 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
189 between breakpoints/threads buffers.
190 (gdb-set-window-buffer): Now can ignore dedicated windows.
191 (gdb-propertize-header): Use `gdb-set-window-buffer'.
192 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
193 (def-gdb-thread-buffer-gud-command): Replaces
194 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
195 for fine thread control.
196 (gdb-preempt-existing-or-display-buffer): New function used to
197 display bound buffers without breaking window layout.
198 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
199 (gdb-select-frame): New version of `gdb-frames-select' which now
200 sets `gdb-frame-number' so commands may use --frame option instead
201 of inner debugger state.
202 (gdb-frame-handler): Do not set `gdb-frame-number'.
203 (gdb-threads-mode-map): Select threads with mouse.
204
205 * progmodes/gud.el (gdb-gud-context-call): Declare function to
206 avoid compilation warning.
207 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
208 `gdb-show-stop-p`.
209
566f3909
DD
210 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
211 Argument `key' renamed to `buffer-type'.
212 (gdb-current-context-buffer-name): Do not add thread info to
213 buffer name when no thread is selected.
214 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
215 command (bug 3794).
216 (gdb-thread-selected): Handle `=thread-selected' notification.
217 (gdb-wait-for-pending): New macro to deal with congestion problems.
218 (gdb-breakpoints-list-handler-custom): Don't fail on pending
219 breakpoints.
220 (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
221 fixes problem similar to one described in bug 3947.
222 (gud-menu-map): More menu items.
223 (gdb-init-1): Reset `gdb-thread-number' to nil.
224
4a31122c
DD
225 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
226 non-stop settings.
227
228 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
229 (gdb-current-context-command): Do not append --thread if
230 `gdb-thread-number' is nil.
231 (gdb-running-threads-count, gdb-stopped-threads-count): New
232 variables.
233 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
234 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
235 customization options.
236 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
237 GUD commands.
238 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
239 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
240 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
241 set `gdb-thread-number' and update `gud-running' properly.
242 (gdb-running): Update threads list when new threads appear.
243 (gdb-stopped): Support non-stop operation and new thread switching
244 logic.
245 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
246 (gdb-json-partial-output): New set of JSON routines.
247 (def-gdb-auto-update-trigger): New `signal-list' optional
248 argument.
249 (gdb-thread-list-handler-custom): Update `gud-running',
250 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
251 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
252 (gdb-continue-thread, gdb-step-thread): New commands for fine
253 thread execution control.
254 (gud-menu-map): New menu items to switch non-stop options.
255 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 256 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
257
258 * progmodes/gdb-mi.el (gdb-rules-name-maker)
259 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
260 gdb-buffer-rules.
261 (def-gdb-auto-update-handler): New nopreserve optional argument.
262 (gdb-stack-list-frames-custom): Print stack from top to bottom.
263
264 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
265 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
266 (gdb-parent-mode): New mode to derive other GDB modes from.
267 (gdb-display-disassembly-for-thread)
268 (gdb-frame-disassembly-for-thread): New commands for threads
269 buffer.
270
271 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
272 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
273 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
274 (gdb-update): We now store all GDB buffers in a list so that they
275 can be updated by traversing a list instead of calling invalidate
276 triggers explicitly
277 (def-gdb-trigger-and-handler): New macro to define trigger-handler
278 pair for GDB buffer.
279 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
280 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
281 handle pending triggers.
282 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
283 (def-gdb-thread-buffer-simple-command)
284 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
285 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
286 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
287 commands which show buffers bound to thread.
288 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c
DD
289
290 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
291 (gdb-registers-buffer-name)
292 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
293 to (gud-comint-buffer) in *-buffer-name functions
294 because (gdb-get-target-string) already does that.
295 (gdb-locals-handler-custom, gdb-registers-handler-custom)
296 (gdb-changed-registers-handler): Rewritten without regexps.
297
298 * progmodes/gdb-mi.el Basic thread selection support.
299 (gdb-thread-number): New variable.
300 (gdb-current-context-command): New macro which adds --thread
301 option to command.
302 (gdb-threads-mode-map): Select thread with SPC
303 (gdb-thread-list-handler-custom): Mark current thread with overlay
304 arrow. Synchronize GDB thread and Emacs thread.
305 (gdb-select-thread): New command which selects current thread.
306 (gdb-invalidate-frames, gdb-invalidate-locals)
307 (gdb-invalidate-registers): Use --thread option.
20f12ed8 308
2ac33804
MA
3092009-08-04 Michael Albinus <michael.albinus@gmx.de>
310
311 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 312 robust. (Bug#3977)
2ac33804
MA
313 (tramp-handle-insert-file-contents): `unwind-protect' must be
314 inside `with-parsed-tramp-file-name'.
315
316 * net/tramp-gvfs.el (top): Remove superfluous message when loading
317 fails.
318
39d0296f
NR
3192009-08-03 Nick Roberts <nickrob@snap.net.nz>
320
321 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
322 directory if CLASSPATH is not set.
323
adcbca53
MA
3242009-08-03 Michael Albinus <michael.albinus@gmx.de>
325
326 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
327 defconst.
7ef849b6 328 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 329
30924b0b
CY
3302009-08-02 Kevin Ryde <user42@zip.com.au>
331
332 * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
333 freshmeat link. Delete newsforge.com as it seems gone.
334
b6ce92f1
CY
3352009-08-02 Chong Yidong <cyd@stupidchicken.com>
336
d977a092
CY
337 * select.el (x-set-selection): Doc fix (Bug#4021).
338
339 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
340
b6ce92f1
CY
341 * help-fns.el (describe-variable): Treat list return values from
342 dir-locals-find-file properly (Bug#4005).
343
3eedbc85
MA
3442009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
345
346 * net/tramp.el (tramp-debug-message): Print also microseconds.
347
3482009-08-02 Michael Albinus <michael.albinus@gmx.de>
349
350 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
351 or END is non-nil.
352 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
353 (tramp-get-debug-buffer): Change `outline-regexp' according to new
354 format.
355
356 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
357 (tramp-get-file-property): Use it.
358
359 * autorevert.el (auto-revert-handler): Allow
360 `auto-revert-tail-mode' for remote files.
361
2aafe808
JR
3622009-08-02 Jason Rumney <jasonr@gnu.org>
363
364 * minibuffer.el (read-file-name): Treat confirm options to
365 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
366
e094097c
CY
3672009-08-02 Chong Yidong <cyd@stupidchicken.com>
368
369 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
370 (font-lock-variable-name-face, font-lock-constant-face): Darken
371 the colors for light backgrounds.
372
de94f281
EZ
3732009-08-01 Eli Zaretskii <eliz@gnu.org>
374
375 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
376 month names. (Bug#3987)
377
54b99340
CY
3782009-07-31 Chong Yidong <cyd@stupidchicken.com>
379
380 * simple.el (line-move-finish): Pass whole number to
381 line-move-to-column.
34be836c 382 (line-move-visual): Perform hscroll to the recorded position.
54b99340 383
38216c30
JB
3842009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
385
386 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
387
c779896d
CY
3882009-07-29 Alan Mackenzie <acm@muc.de>
389
390 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
391
592ccae0
DD
3922009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
393
35edc6c6
DD
394 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
395 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 396
5a9e3ab7
JB
3972009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
398
399 * calc/calc.el (calc-mode-map): Add keybinding for
400 `calc-transpose-lines'.
401
4022009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
403
404 * calc/calc-misc.el (calc-transpose-lines): New function.
405
905fb90e
MA
4062009-07-28 Michael Albinus <michael.albinus@gmx.de>
407
408 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
409 Simplify check for out-of-band methods.
410 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
411 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
412
76e14464
DN
4132009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
414
415 * vc-git.el (vc-git-checkin): Fix typo.
416
af077012
SY
4172009-07-28 Steve Yegge <steve.yegge@gmail.com>>
418
419 * progmodes/js2-mode.el: New file.
420
b85157fe
NR
4212009-07-28 Nick Roberts <nickrob@snap.net.nz>
422
423 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
424 (gud-menu-map): Adjust tooltip accordingly.
425
d43c2b06
DN
4262009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
427
1c0f0c3b
DN
428 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
429 (vc-bzr-log-view-mode): Adjust log-view-file-re.
430
d43c2b06
DN
431 * add-log.el (change-log-mode-map): Add a menu.
432
3dec5c36
MA
4332009-07-27 Michael Albinus <michael.albinus@gmx.de>
434
435 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
436 function returns nil.
437 (dbus-handle-event): Handle special return value :ignore.
438 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
439
5704140c
CY
4402009-07-26 Chong Yidong <cyd@stupidchicken.com>
441
442 * view.el (view-mode-enable): Don't define Helper-return-blurb if
443 it's not needed.
444
3077d1f6
EZ
4452009-07-25 Eli Zaretskii <eliz@gnu.org>
446
447 Fix Bug#3888:
448
449 * w32-vars.el (x-select-enable-clipboard): Doc fix.
450
451 * term/pc-win.el (x-display-name, x-colors)
452 (x-select-enable-clipboard, x-select-text): Doc fix.
453
454 * term/common-win.el (x-display-name, x-colors): Doc fix.
455
456 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
457 (xw-defined-colors): Doc fix.
458
459 * w32-fns.el (x-select-text, x-setup-function-keys)
460 (x-get-selection, x-set-selection): Doc fix.
461
462 * term/x-win.el (x-select-text, x-setup-function-keys)
463 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
464
465 * select.el (x-set-selection): Doc fix.
466
51768bc8
MA
4672009-07-25 Michael Albinus <michael.albinus@gmx.de>
468
469 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
470 instead of "IsNSSSupportAvailable". Avahi ought to work also when
471 "IsNSSSupportAvailable" method is not available. Reported by
472 Steve Youngs <steve@sxemacs.org>.
473
b11c2874
KH
4742009-07-24 Kenichi Handa <handa@m17n.org>
475
476 * international/characters.el: Fix setting of category ?C, ?|, ?K,
477 and ?H. Fix setting of case for Latin Extended and Greek
478 Extended.
479 (build-unicode-category-table): Fix range checks.
480
ba83b7b6
DN
4812009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
482
483 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
484 the buffer we try to sync is current when calling
485 vc-resynch-buffer.
486
487 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
488 not show up to date files.
489
7a8ae964
GM
4902009-07-24 Glenn Morris <rgm@gnu.org>
491
492 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
493 Add autoload cookies. If necessary, initialize.
494 (elint-log): Handle non-file buffers.
495 (elint-initialize): Add optional argument to reinitialize.
496 (elint-find-builtin-variables): Save excursion.
497
a707eb05
DN
4982009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
499
500 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
501 for Lint.
502
0a2ddfa6
DN
5032009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
504
d6a62b0d
DN
505 * vc.el (vc-print-log-internal): New function, split out from ...
506 (vc-print-log): ... here.
10b5dcad 507 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 508
0a2ddfa6
DN
509 * vc-git.el (vc-git-add-signoff): New variable.
510 (vc-git-checkin): Use it.
511 (vc-git-toggle-signoff): New function.
512 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
513 (vc-git--run-command-string): Accept a nil FILE argument.
514 (vc-git-stash-list): New function.
515 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 516
589a99f2
GM
5172009-07-23 Glenn Morris <rgm@gnu.org>
518
519 * help-fns.el (describe-variable): Describe ignored and risky local
520 variables in a similar way to that in which we describe safe ones.
521
522 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
523 (byte-compile-output-file-form, byte-compile-output-docform)
524 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
525 Give some more local variables with common names a "bytecomp-" prefix,
526 so as not to shadow things during compilation.
527 * emacs-lisp/cl-macs.el (load-time-value)
528 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
529 `outbuffer' to `bytecomp-outbuffer'.
530
531 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
532 since the next two variables cover them automatically now.
533 (elint-builtin-variables, elint-autoloaded-variables): New.
534 (elint-unknown-builtin-args): Remove all members, since they can be
535 parsed automatically now.
536 (elint-extra-errors): New.
537 (elint-env-add-env, elint-env-add-macro): Use cadr.
538 (elint-current-buffer): Use or. Change final message.
539 (elint-get-top-forms): Use line-end-position.
540 (elint-init-env): Use cadr. Handle autoload, declare-function,
541 and defalias.
542 (elint-add-required-env): Doc fix. Use or. Standardize error.
543 (regexp-assoc): Remove unused function.
544 (elint-top-form): Set elint-current-pos, to record the start of the
545 top-level form, for compilation-mode.
546 (elint-form): Trap errors in macro expansion. Use dolist.
547 (elint-unbound-variable): Use elint-builtin-variables and
548 elint-autoloaded-variables.
549 (elint-get-args): Use cadr, or.
550 (elint-check-cond-form): Use dolist, cadr.
551 (elint-check-condition-case-form): Doc fix. Use cadr.
552 Use elint-extra-errors.
553 (elint-log): New function.
554 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
555 Distinguish errors and warnings.
556 (elint-log-message): Use with-current-buffer. Inhibit read-only.
557 Use a bytecomp-style format.
558 (elint-clear-log): Preserve default-directory. Inhibit read-only.
559 (elint-get-log-buffer): Use compilation mode. Disable undo.
560 Don't truncate lines.
561 (elint-initialize): Set builtin and autoloaded variable lists.
562 Only process elint-unknown-builtin-args if non-nil.
563 (elint-find-builtin-variables, elint-find-autoloaded-variables):
564 New functions.
565 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
566
855b42a2
GM
5672009-07-22 Kevin Ryde <user42@zip.com.au>
568
569 * net/newst-backend.el (newsticker--parse-atom-1.0)
570 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
571 (newsticker--parse-rss-1.0):
572 * progmodes/idlwave.el (idlwave-mode):
573 * progmodes/idlw-shell.el (idlwave-shell-mode):
574 * progmodes/vera-mode.el (vera-mode):
575 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
576 * progmodes/vhdl-mode.el (vhdl-mode):
577 * textmodes/table.el (table-generate-source)
578 (table--warn-incompatibility):
579 Hyperlink urls in docstrings with URL `...'.
580
fd413a37
GM
5812009-07-22 Glenn Morris <rgm@gnu.org>
582
cb711556
GM
583 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
584 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
585 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
586 Remove leading * from defcustom docs.
587
fd413a37
GM
588 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
589
590 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
591 defcustom doc.
592 (list-load-path-shadows): Optionally, just return shadows as a string.
593
594 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
595
a4f69701
CY
5962009-07-21 Chong Yidong <cyd@stupidchicken.com>
597
598 * mail/rmailedit.el (rmail-edit-mode): Use
599 auto-save-include-big-deletions.
600
601 * mail/rmail.el (rmail-variables): Use
602 auto-save-include-big-deletions.
603
604 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
605 changes.
606
ec06459c
JB
6072009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
608
609 * calc/calc.el (calc-undo-length): New variable.
610 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
611
b41b0976
RS
6122009-07-21 Richard Stallman <rms@gnu.org>
613
614 * files.el (auto-save-mode): Handle buffer-save-size = -2
615 for toggling mode.
616
4ed32706
GM
6172009-07-21 Glenn Morris <rgm@gnu.org>
618
531b1264
GM
619 * textmodes/ispell.el (ispell-looking-back): Update declaration.
620
55d27f41
GM
621 * calendar/todo-mode.el (calendar-current-date): Update declaration.
622
02df3f4d
GM
623 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
624 silence compiler. Instead...
625 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
626 (ps-print-ensure-fontified): Update for above function name changes.
627
fdd8417e
GM
628 * printing.el (pr-mh-get-msg-num, pr-mh-show)
629 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
630 silence compiler. Instead...
631 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
632 (mh-show-buffer): Only define for compiler.
633 (pr-mh-current-message): Update for above function name changes.
634
4ed32706
GM
635 * files.el (abort-if-file-too-large): Explicitly pass `filename'
636 as an argument.
637 (find-file-noselect, insert-file-1): Update for above change.
638
639 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
640
641 * mail/mailclient.el (mailclient-send-it): Fix message.
642
643 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
644 (edebug-eval): Check cl-debug-env is bound.
645 (print-level, print-circle): Don't redefine built-in variables.
646
647 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
648 (custom-print-vectors): Remove old comments from doc.
649
650 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
651 (emerge-version): Make the variable an obsolete alias for the
652 emacs-version variable. Make the function obsolete.
653 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
654 Emerge options, rather than merging in into the main Options menu.
655 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
656 and auto advance modes. Disable edit/fast items when not relevant.
657
86812144
CY
6582009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
659
660 * term/vt420.el (terminal-init-vt420): Fix typo.
661
6bb90094
SS
6622009-07-20 Sam Steingold <sds@gnu.org>
663
664 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
665 variable (removed from compile.el on 2004-03-11).
666
42e0a725
CY
6672009-07-20 Chong Yidong <cyd@stupidchicken.com>
668
669 * files.el (hack-local-variables-filter): Fix last change.
670
2ee20f24
JL
6712009-07-19 Juri Linkov <juri@jurta.org>
672
673 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
674 (dir-local-variables-alist): New buffer-local variable.
675 (hack-local-variables-filter): If variable is not dir-local,
676 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
677 because file-local overrides dir-local.
678 (c-postprocess-file-styles)<declare-function>:
679 Remove obsolete declaration.
680 (hack-dir-local-variables): Add dir-local variable/value pair to
681 `dir-local-variables-alist' and remove duplicates. Doc fix.
682
683 * help-fns.el (describe-variable): Add information about
684 file-local and dir-local variables.
685
89bf83cd
CY
6862009-07-19 Chong Yidong <cyd@stupidchicken.com>
687
688 * files.el (hack-local-variables-filter): Rewrite.
689
1a8d3541
GM
6902009-07-19 Glenn Morris <rgm@gnu.org>
691
d9e8a018
GM
692 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
693 Silence compiler by only defining on XEmacs.
694
da332cfb
GM
695 * international/mule.el (auto-coding-regexp-alist): Only match
696 BABYL... at the start of buffer, not of lines. (Bug#3790)
697
1a8d3541
GM
698 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
699 non-calendar buffers (Bug#3862). Restore "not on a date" message.
700 (cal-menu-context-mouse-menu): Doc fix.
701
702 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
703
704 * simple.el (mail-user-agent): Doc fix. Set :version tag.
705
d842b103
JL
7062009-07-18 Juri Linkov <juri@jurta.org>
707
708 * info.el: Virtual Info keyword finder.
709 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
710 (Info-finder-file): New variable.
711 (Info-finder-find-file): New function.
712 (finder-known-keywords, finder-package-info)
713 (find-library-name, lm-commentary): Use defvar and
714 declare-function to silence compiler warnings.
715 (Info-finder-find-node): New function.
716 (info-finder): New command.
717
718 * subr.el (process-kill-buffer-query-function): New function.
719 (add-hook)<kill-buffer-query-functions>: Add hook
720 `process-kill-buffer-query-function'.
721
10d37df7
AM
7222009-07-18 Alan Mackenzie <acm@muc.de>
723
724 * progmodes/cc-mode.el (c-before-hack-hook),
725 (c-postprocess-file-styles): Give invocation of `c-set-style'
726 DONT-OVERRIDE parameter of t. Already set style variables will
727 thus not be overridden by style settings given by `c-file-syle'.
728
729 * files.el (hack-local-variables-filter): Remove entries with
730 duplicate keys from `file-local-variables-alist'.
731
102e1a41
EZ
7322009-07-18 Eli Zaretskii <eliz@gnu.org>
733
734 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
735 x-set-selection if display-selections-p returns nil for the
736 current frame.
737
16f2e9fc
CY
7382009-07-18 Chong Yidong <cyd@stupidchicken.com>
739
740 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
741
f22693fc
EZ
7422009-07-18 Eli Zaretskii <eliz@gnu.org>
743
a6c2c80c
EZ
744 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
745 Accept nil in addition to a regexp.
746 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
747 Accept nil in addition to a regexp.
748 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
749 buffers that have an associated file. Handle nil values of
750 desktop-buffers-not-to-save and desktop-files-not-to-save.
751 (Bug#3833)
752
f22693fc
EZ
753 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
754 (x-disown-selection-internal): New functions.
755
e456379a
NR
7562009-07-18 Nick Roberts <nickrob@snap.net.nz>
757
758 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
759 warning.
760 (gdb-breakpoints-header): Move forward to avoid compiler warning.
761 (gdb-make-header-line-mouse-map): Remove duplicate definition.
762
0013b70f
CY
7632009-07-18 David De La Harpe Golden <david@harpegolden.net>
764
765 * simple.el (set-mark): Revert last change.
766
0855c2ca
CY
7672009-07-17 Tassilo Horn <tassilo@member.fsf.org>
768
769 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
770 rendering of pngs is not possible instead of messaging a long
771 description.
772
3f5c9cad
CY
7732009-07-17 David De La Harpe Golden <david@harpegolden.net>
774
775 * w32-fns.el (x-selection-owner-p): New function.
776
777 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
778 (mouse-yank-at-click, mouse-yank-primary): If
779 select-active-regions is non-nil, deactivate the mark before
780 insertion.
3f5c9cad
CY
781
782 * simple.el (deactivate-mark, set-mark): Only save selection if we
783 own it.
784
1fc87f9b
KH
7852009-07-17 Kenichi Handa <handa@m17n.org>
786
787 * case-table.el (describe-buffer-case-table): Fix for the case
788 that KEY is a cons.
789
d56fdcd2
DN
7902009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
791
792 * vc-rcs.el (vc-rcs-find-file-hook):
793 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
794
bede3e9f
MA
7952009-07-16 Michael Albinus <michael.albinus@gmx.de>
796
797 * net/tramp.el (tramp-wait-for-output): Handle the case when
798 commands do not return a newline but a null byte before the shell
799 prompt. (Bug#3858)
800
7653ca1d
YM
8012009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
802
803 * term/ns-win.el (ns-set-alpha): Don't declare.
804 (ns-set-background-alpha): Remove function.
805
ed2a52e9
SM
8062009-07-16 Kevin Ryde <user42@zip.com.au>
807
808 * emacs-lisp/copyright.el (copyright-update): Save match-data across
809 y-or-n-p, for safety.
810
7a907299
RS
8112009-07-16 Richard Stallman <rms@gnu.org>
812
813 * files.el (auto-save-mode): If buffer-saved-size is -2,
814 don't clobber it.
815
816 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
817 (rmail-retry-ignored-headers): Add more uninteresting fields.
818
c0db3477
CY
8192009-07-15 Jari Aalto <jari.aalto@cante.net>
820
821 * net/rcirc.el (rcirc): Use history variables.
822 (rcirc-server-name-history, rcirc-nick-name-history)
823 (rcirc-server-port-history): New variables.
824
6c875452
KH
8252009-07-15 Kenichi Handa <handa@m17n.org>
826
bf974dc9
KH
827 * international/mule-cmds.el (set-language-environment-charset):
828 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
829 ignore them.
830
6c875452
KH
831 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
832 Delete unibyte-display.
833
2066b4fe
CY
8342009-07-15 Chong Yidong <cyd@stupidchicken.com>
835
836 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
837
f9be2e35
CY
8382009-07-15 Chong Yidong <cyd@stupidchicken.com>
839
840 * simple.el (deactivate-mark): Optional argument FORCE.
841 (set-mark): Use deactivate-mark.
842
843 * info.el (Info-search): No need to check transient-mark-mode
844 before calling deactivate-mark.
845
846 * select.el (x-set-selection): Doc fix.
847 (x-valid-simple-selection-p): Allow buffer values.
848 (xselect--selection-bounds): Handle buffer values. Suggested by
849 David De La Harpe Golden.
850
851 * mouse.el (mouse-set-region, mouse-drag-track): Call
852 copy-region-as-kill before setting the mark, to let
853 select-active-regions work.
854
8552009-06-28 David De La Harpe Golden <david@harpegolden.net>
856
857 * simple.el (deactivate-mark): If select-active-regions is
858 non-nil, copy the selection data into a string.
859 (activate-mark): If select-active-regions is non-nil, set the
860 selection to the current buffer.
861 (set-mark): Update selection if select-active-regions is non-nil.
862
863 * select.el (x-valid-simple-selection-p): Allow buffer values.
864
cbd61418
SM
8652009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
868 and more featureful message-mode.
869
f470187f
CY
8702009-07-14 Chong Yidong <cyd@stupidchicken.com>
871
872 * select.el (x-set-selection): Doc fix.
873 (x-valid-simple-selection-p): Disallow selection data consisting
874 of a list or cons of integers, since that is not used.
875 (xselect--selection-bounds, xselect--int-to-cons): New functions.
876 (xselect-convert-to-string, xselect-convert-to-length)
877 (xselect-convert-to-filename, xselect-convert-to-charpos)
878 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
879
bfc99364
DD
8802009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
881
882 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
883 output in -break-info command (Emacs bug #3794).
884
e32721f5
GM
8852009-07-14 Glenn Morris <rgm@gnu.org>
886
1e46f9e4
GM
887 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
888 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
889 (edebug-print-length, edebug-print-level, edebug-print-circle)
890 (edebug-sit-for-seconds, edebug-view-outside)
891 (edebug-bounce-point, edebug-set-global-break-condition)
892 (edebug-Go-nonstop-mode, edebug-trace-mode)
893 (edebug-Trace-fast-mode, edebug-continue-mode)
894 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
895 (edebug-visit-eval-list): Doc fixes.
896
e32721f5
GM
897 * subr.el (def-edebug-spec): Doc fix.
898
66a85e76
KH
8992009-07-14 Kenichi Handa <handa@m17n.org>
900
901 * international/characters.el: Fix setting of category ?C.
902
28571246
JD
9032009-07-13 Jan Djärv <jan.h.d@swipnet.se>
904
905 * term/ns-win.el (x-select-font): defailias x-select-font to
906 ns-popup-font-panel instead of generate-fontset-menu.
907
5d74672c
EZ
9082009-07-12 Eli Zaretskii <eliz@gnu.org>
909
910 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
911
eb1727a4
CY
9122009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
913
914 * arc-mode.el (archive-find-type): Allow for a PK00 string before
915 the PK\003\004 header (Bug#3770).
916
208384c5
CY
9172009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
918
919 * pcomplete.el (pcomplete-comint-setup): Check for
920 shell-dynamic-complete-filename too.
921
774409a1
CY
9222009-07-11 Chong Yidong <cyd@stupidchicken.com>
923
924 * simple.el (temporary-goal-column): Change the value for
925 line-move-visual to a cons cell.
926 (line-move-visual): Record or set the window hscroll, if
927 necessary (Bug#3494).
928 (line-move-1): Handle cons value of temporary-goal-column.
929
1639ee1d
KH
9302009-07-11 Kenichi Handa <handa@m17n.org>
931
932 * international/mule-diag.el (describe-character-set): Don't show
933 width.
934
2b1d2412
SS
9352009-07-10 Sam Steingold <sds@gnu.org>
936
937 * progmodes/compile.el (compilation-mode-font-lock-keywords):
938 Omake sometimes indents the errors it prints, so allow all
939 regexps to start with spaces.
940
ed3a5691
EZ
9412009-07-10 Eli Zaretskii <eliz@gnu.org>
942
ed2a52e9
SM
943 * cus-edit.el (customize-changed-options-previous-release):
944 Bump value to 22.1. (Bug#3804)
ed3a5691 945
49405d0e
SS
9462009-07-08 Sam Steingold <sds@gnu.org>
947
948 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
949 to be a cons cell (test . ignored-directory) to selectively ignore
950 some directories depending on the location of the search.
951
93c3eb7c
MA
9522009-07-08 Michael Albinus <michael.albinus@gmx.de>
953
954 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
955 remote user is root, on the local host.
956 (tramp-local-host-p): Either the local user or the remote user
957 must be root. (Bug#3771)
958
6f2a8484
NR
9592009-07-08 Nick Roberts <nickrob@snap.net.nz>
960
961 * progmodes/gdb-mi.el (gdb): Remove description of
962 gdb-use-separate-io-buffer.
69cb8d82 963 (menu): Don't allow toggling of or enable
6f2a8484
NR
964 gdb-use-separate-io-buffer from menubar.
965
88d03607
CY
9662009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
967
968 * mail/unrmail.el (unrmail): Make sure the message ends with two
969 newlines (Bug#3769).
970
7ef5b8b2
GM
9712009-07-08 Glenn Morris <rgm@gnu.org>
972
973 * calendar/calendar.el (calendar-current-date): Rework previous change.
974
3ce82f97
GM
9752009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
976
977 * calendar/calendar.el (calendar-current-date):
978 Add an optional argument giving an offset from today.
979
f35fc841
GM
9802009-07-08 Glenn Morris <rgm@gnu.org>
981
982 * tutorial.el (tutorial--describe-nonstandard-key):
983 Adjust the message for when a key has been unbound.
984 (help-with-tutorial): Hide the arch-tag.
985
40149292
KH
9862009-07-08 Kenichi Handa <handa@m17n.org>
987
69cb8d82
KH
988 * international/fontset.el (setup-default-fontset): For each
989 script, append (not set) font-specs.
990
40149292
KH
991 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
992 docstring.
993
ff0c4194
NR
9942009-07-08 Nick Roberts <nickrob@snap.net.nz>
995
996 * progmodes/gdb-mi.el (gdb-init-1): Move sending
997 -data-list-register-names to ...
998 (gdb-starting): ... here because GDB 7.0 requires execution to
999 have started when using this MI command.
1000 (gdb-set-header): New function to distinguish select and
1001 unselected tabs in gdb buffers.
1002 (gdb-propertize-header): New macro that uses gdb-set-header.
1003 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 1004 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 1005
8954c675
CY
10062009-07-07 Chong Yidong <cyd@stupidchicken.com>
1007
1008 * Makefile.in (ELCFILES): Remove fadr.elc.
1009
0996385d
DD
10102009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
1011
dc6b4519
DD
1012 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1013 may contain frame information, so `string-match' should be used.
1014 (gdb-update): Disassembly is invalidated through
1015 `gdb-get-selected-frame'.
1016 (gdb-pad-string): New function to pad string with spaces.
1017 (gdb-invalidate-disassembly): Invalidate only if the buffer
1018 exists.
1019 (gdb-disassembly-handler-custom): Column alignment.
1020 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1021 placing new ones.
1022 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1023 end of line, too.
1024 (gdb-frame-handler): Match convention to for disassembly buffer
1025 mode name.
17c1380b 1026 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
1027 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1028 not highlight breakpoints without line information.
69a197a2 1029 (gdb-input): Add trailing newline to command.
dc6b4519 1030
14340b25
DD
1031 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1032 buffer properly.
1033 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
1034 `gdb-break-list-handler'. Using real parser instead of regexps
1035 now.
1036 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1037 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1038 to place breakpoints.
14340b25
DD
1039 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1040 functions.
1041 (gdb-disassembly-handler-custom): Show overlay arrow.
1042 (gdb-disassembly-place-breakpoints): Show breakpoints in
1043 disassembly buffer.
1044 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
1045 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1046 instead of parsing breakpoints buffer. Fixed old menu references
1047 in `gud-menu-map'.
14340b25 1048
38d4f316 1049 * fadr.el: Remove.
1f2a6224 1050
0996385d
DD
1051 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1052 (gdb-memory-address): New variable which holds top address of
1053 memory page shown in memory buffer
1054 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1055 customization variables.
1056 New functions:
1057 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1058 display the memory buffer.
1059 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1060 buffer display parameters.
1061 (def-gdb-memory-format, gdb-memory-format-binary)
1062 (gdb-memory-format-octal, gdb-memory-format-unsigned)
1063 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1064 Functions for setting memory buffer format.
1065 (gdb-memory-unit-word, gdb-memory-unit-halfword)
1066 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1067 unit size used in memory buffer.
1068 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1069 to next/previous page of memory buffer.
28d67a53 1070 Now using (bindat-get-field) instead of fadr functions.
0996385d 1071
9ba562d3
SS
10722009-07-07 Sam Steingold <sds@gnu.org>
1073
1074 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1075 non-top-level files.
1076
a43977db
KH
10772009-07-07 Kenichi Handa <handa@m17n.org>
1078
1079 * international/mule-cmds.el (reset-language-environment): Put
1080 the highset priority to the charset iso-8859-1.
1081
d44d05e8
CY
10822009-07-06 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1085 to the end of the line when locating the block (Bug#700).
1086
3e2fa353
MA
10872009-07-06 Michael Albinus <michael.albinus@gmx.de>
1088
1089 * net/tramp.el (tramp-handle-write-region): Flush file properties
1090 in case of short track.
1091
d88782c3
DN
10922009-07-07 Michael McNamara <mac@mail.brushroad.com>
1093
1094 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1095 representation of verilog error regular expressions to work with
1096 Emacs-22's new format.
1097 (verilog-error-regexp-xemacs-alist): Coded custom representation
1098 of verilog error regular expressions to work with XEmacs format
1099 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1100 error recognition into XEmacs.
1101 (verilog-error-regexp-add-emacs): Hook routine to install verilog
1102 error recognition into Emacs-22.
1103
25c6f63e
CY
11042009-07-06 Chong Yidong <cyd@stupidchicken.com>
1105
1106 * woman.el: Remove stand-alone closing parentheses.
1107 (woman-file-name, woman2-format-paragraphs)
1108 (woman-leave-blank-lines): Code cleanup.
1109 (woman-use-own-frame): Change default to nil.
1110 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1111 defaults to inherit from default faces.
1112 (woman2-process-escapes): Consume the newline after a stand-alone
1113 filler character (Bug#3651).
1114
f176290e
GM
11152009-07-06 Glenn Morris <rgm@gnu.org>
1116
1117 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1118 (top-level): Move provide to the end.
1119 (ffap): Remove defunct URL from custom group.
1120
1121 * subr.el (eval-after-load): Doc fix.
1122
e4a5a307
JB
11232009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
1124
1125 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1126 `calc-embedded-word' is called twice.
1127
4b8b1ec5
SM
11282009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * files.el (find-alternate-file-other-window, find-alternate-file):
1131 Obey confirm-nonexistent-file-or-buffer.
1132
d6ceb380
MA
11332009-07-05 Michael Albinus <michael.albinus@gmx.de>
1134
1135 * dired-aux.el (dired-show-file-type): Handle remote files.
1136
c760f19e
CY
11372009-03-22 Jari Aalto <jari.aalto@cante.net>
1138
4b8b1ec5
SM
1139 * desktop.el (desktop-globals-to-save):
1140 Add file-name-history (Bug#2750).
c760f19e 1141
6d00ce04
CY
11422009-07-05 Chong Yidong <cyd@stupidchicken.com>
1143
4b8b1ec5 1144 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 1145
6ee21b07
JB
11462009-07-04 Johan Bockgård <bojohan@gnu.org>
1147
1148 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1149 property on entire argument since this is what eshell-lisp-command
1150 expects.
1151
f0dbdc25
MA
11522009-07-03 Michael Albinus <michael.albinus@gmx.de>
1153
1154 * net/tramp-gvfs.el (tramp-gvfs-methods)
1155 (tramp-gvfs-zeroconf-domain)
1156 (tramp-bluez-discover-devices-timeout): Add version flag.
1157 (tramp-gvfs-handler-mounted-unmounted)
1158 (tramp-gvfs-connection-mounted-p): Polish handling of
1159 incompatibilities between GVFS 0.2 and 1.0.
1160
e044e4fc
JD
11612009-07-03 Jan Djärv <jan.h.d@swipnet.se>
1162
4b8b1ec5 1163 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 1164
2e9b968b
JB
11652009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
1166
1167 * calc-math.el (math-use-emacs-fn): Make sure that the number is
1168 formatted correctly.
1169
baf1a55e
JL
11702009-07-02 Juri Linkov <juri@jurta.org>
1171
1172 * info.el: Virtual Info files and nodes.
1173 (Info-virtual-files, Info-virtual-nodes): New variables.
1174 (Info-current-node-virtual): New variable.
1175 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1176 New functions.
1177 (Info-file-supports-index-cookies): Use Info-virtual-file-p
1178 to check for a virtual file instead of checking a fixed list
1179 of node names.
1180 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1181 instead of ad-hoc processing of "dir" and (apropos history toc).
1182 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1183 instead of ad-hoc processing of "dir" and (apropos history toc).
1184 Reread a file when moving from a virtual node.
1185 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1186 (Info-directory-toc-nodes, Info-directory-find-file)
1187 (Info-directory-find-node): New functions.
1188 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1189 (Info-history): Move part of code to
1190 `Info-history-find-node'.
1191 (Info-history-toc-nodes, Info-history-find-file)
1192 (Info-history-find-node): New functions.
1193 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1194 (Info-toc): Move part of code to `Info-toc-find-node'.
1195 (Info-toc-find-node): New function.
4b8b1ec5 1196 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
1197 the current Info file name to references because now the node
1198 "*TOC*" belongs to the same Info manual.
4b8b1ec5 1199 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
1200 (Info-toc-nodes): Rename input argument `file' to `filename'.
1201 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1202 instead of ad-hoc processing of ("dir" apropos history toc).
1203 (Info-index-nodes): Use Info-virtual-file-p
1204 to check for a virtual file instead of checking a fixed list
1205 of node names.
1206 (Info-index-node): Add check for `Info-current-node-virtual'.
1207 Raise `save-match-data' higher up the tree to contain
1208 `search-forward' too (bug fix).
1209 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1210 (Info-virtual-index-nodes): New variable.
1211 (Info-virtual-index-find-node, Info-virtual-index): New functions.
1212 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1213 (Info-apropos-file, Info-apropos-nodes): New variables.
1214 (Info-apropos-toc-nodes, Info-apropos-find-file)
1215 (Info-apropos-find-node, Info-apropos-matches): New functions.
1216 (info-apropos): Move part of code to `Info-apropos-find-node' and
1217 `Info-apropos-matches'.
1218 (Info-mode-map): Bind "I" to `Info-virtual-index'.
1219 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1220 for a virtual file instead of checking a fixed list of node names.
1221
1222 * simple.el (async-shell-command): New command.
1223
1224 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1225
1226 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1227 instead of `mount-info'.
1228
d04bc496
MA
12292009-07-02 Michael Albinus <michael.albinus@gmx.de>
1230
1231 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 1232 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 1233
af0403e0
KH
12342009-07-02 Kenichi Handa <handa@m17n.org>
1235
1236 * international/mule.el (set-keyboard-coding-system): Force *-unix
1237 coding-system to avoid eol conversion.
1238
99278f8a
MA
12392009-07-01 Michael Albinus <michael.albinus@gmx.de>
1240
4b8b1ec5
SM
1241 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1242 Add handler for `process-file', `shell-command' and
99278f8a
MA
1243 `start-file-process'.
1244 (tramp-gvfs-handle-shell-command)
1245 (tramp-gvfs-handle-start-file-process)
1246 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 1247 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 1248
3f1c6666
JD
12492009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1250
1251 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
1252
3f396bac
KH
12532009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
1254
1255 * language/korean.el (set-language-info-alist): Add korean-cp949,
1256 cp949 to spec.
1257
c1185193
KH
12582009-07-01 Kenichi Handa <handa@m17n.org>
1259
1260 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
1261
1262 * international/encoded-kb.el: Deleted.
1263
1264 * international/mule.el (set-keyboard-coding-system): Perform the
1265 necessary setup here instead of calling encoded-kbd-setup-display.
1266
3f150a60
GM
12672009-07-01 Glenn Morris <rgm@gnu.org>
1268
1269 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
1270
b0d5b05b
GM
12712009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
1272
1273 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
1274
4f4126e6
MA
12752009-06-30 Michael Albinus <michael.albinus@gmx.de>
1276
4b8b1ec5
SM
1277 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1278 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 1279 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 1280
7ae3ea65 1281 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
1282 (top): Add a default for "synce" in `tramp-default-user-alist'.
1283 Add completion function for "synce" method.
1284 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
1285 (tramp-hal-interface-manager, tramp-hal-interface-device):
1286 New defconst.
1287 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
1288 (tramp-synce-list-devices, tramp-synce-parse-device-names):
1289 New defuns.
d6ceb380
MA
1290
1291 * net/trampver.el: Update release number.
7ae3ea65 1292
0ad6626b
KH
12932009-06-30 Kenichi Handa <handa@m17n.org>
1294
1295 * international/fontset.el (setup-default-fontset): Add CJK fonts
1296 for symbols and the other miscellaneous characters.
1297
4b8b1ec5
SM
1298 * language/korea-util.el (setup-korean-environment-internal):
1299 Make char-width-table suitable for Korean environments.
0ad6626b
KH
1300 (exit-korean-environment): Cancel above.
1301
1302 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1303 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
1304 setup-funcion to make char-widht-table suitable for respective
1305 environments, and an exit-function to cancel that.
1306
1307 * language/japan-util.el (setup-japanese-environment-internal):
1308 Call use-cjk-char-width-table with arg `ja_JP'.
1309
1310 * international/characters.el (cjk-char-width-table): Delete it.
1311 (cjk-char-width-table-list): New variable.
1312 (use-cjk-char-width-table): New arg local-name.
1313 (use-default-char-width-table): Fix for the case that Emacs is
1314 already using the default char-width-table.
1315
fd46e893
MA
13162009-06-29 Michael Albinus <michael.albinus@gmx.de>
1317
1318 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
1319 modes mandatory. (Bug#3712)
1320
b87d9f96
AM
13212009-06-29 Alan Mackenzie <acm@muc.de>
1322
1323 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 1324 correction between the visible width of TABs and their number of bytes.
b87d9f96 1325
2d25aa5a
CY
13262009-06-29 Chong Yidong <cyd@stupidchicken.com>
1327
1328 * server.el (server-buffer-done): Prevent kill-buffer from
1329 prompting by clearing the buffer modification flag (Bug#3696).
1330
a3a8b002
DN
13312009-06-28 Michael McNamara <mac@mail.brushroad.com>
1332
1333 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 1334 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
1335 (verilog-basic-complete-re): Support localparam lineup.
1336 (verilog-beg-of-statement-1): Fix for robustness, unique case.
1337 (verilog-set-auto-endcomments): Fix for unique case, always_comb
1338 commenting.
1339 (verilog-leap-to-case-head): Now support *nested* unique &
1340 priority case statements.
1341 (verilog-auto-lineup): Make just declarations the default (as it
1342 had been).
4b8b1ec5 1343 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
1344 (verilog-auto-lineup): Rework to give users radio buttons to
1345 select the various styles of automatic lineup
1346 (verilog-error-regexp-alist): Rework to support the XEmacs style
1347 of error regular expressions from compilers, lint tools &
1348 simulators. Note that GNU Emacs has made it impossible for a mode
1349 to load such things.
1350 (electric-verilog-terminate-line, verilog-indent-declaration)
1351 (verilog-auto-wiure): Rework for radio button selection of
1352 auto-lineup selection of specification of auto lineup.
1353 (verilog-beg-of-statement-1): Redesign to support proper operation
1354 in additional code, based on testing with auto-lineup.
1355 (verilog-calculate-indent, assignments & declarations)
1356 (verilog-backward-token): Enhance to support auto-lineup of
1357 assignments & declarations.
1358 (verilog-in-directive-p, verilog-at-struct-p): New function for
1359 easy test of whether we are.
1360 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
1361 to support safe execution at almost anyline.
1362 (verilog-calc-1): Properly support indenting deep inside generate
1363 blocks.
1364 (verilog-init-font) Remove definition & use of verilog-init-font,
1365 as it is redundant with font-lock-defaults.
1366 (verilog-mode): Alter the definition of verilog-font-lock-defualts
1367 to avoid circular calls if syntax-ppss is a function (as is the
1368 case now in 22.x GNU Emacs) as that function would sometimes call
1369 itself, leading to (nearly) infinite recursion
1370 (verilog-ovm-begin-re, verilog-ovm-end-re)
1371 (verilog-ovm-statement-re, verilog-leap-to-head)
1372 (verilog-backward-token): Add support for OVM macros. Some are
1373 complete statements, and others open and close scopes like begin
1374 and end.
1375 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
1376 (verilog-defun-level-generate-only-re): Really fix the defun-list
1377 compilation issue
1378 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
1379 coverpoint, constraint and cross statements
1380 (verilog-defun-level-list, verilog-generate-defun-level-list)
1381 (verilog-all-defun-level-list): Redo these specifications - it is
1382 too hard to support eval-when compile aggregation of lists also
1383 built at when-compile time.
1384 (verilog-defun-level-list): Place defconsts of variables used in
1385 building regular expressions which are built in eval-when-compile
1386 bodies in the same eval-when-compile body to facilitate compile
1387 without load.
1388 (verilog-beg-block-re-ordered): Support indenting
1389 virtual/protected tasks and functions.
1390 (verilog-defun-level-list,verilog-in-generate-region-p)
1391 (verilog-backward-ws&directives, verilog-calc-1): Speed up
1392 indentation of some module items (generate items).
1393 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
1394 across virtual/protected tasks and functions.
1395
13962009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
1397
4b8b1ec5
SM
1398 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
1399 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
1400 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
1401 in concatenations. Reported by Yishay Belkind.
1402 (verilog-auto-ascii-enum): Support one-hot state machines in
1403 AUTOASCIIENUM. Suggested by Lloyd Gomez.
1404 (verilog-auto-inst, verilog-auto-inst-port): Include interface
1405 modport in AUTOINST and add vl-modport for users. Reported by
1406 David Rogoff.
1407 (verilog-auto-inout-module, verilog-auto-inst)
1408 (verilog-decls-get-interfaces, verilog-insert-definition)
1409 (verilog-insert-one-definition, verilog-read-decls)
1410 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
1411 (verilog-sig-modport, verilog-signals-combine-bus)
1412 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
1413 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
1414 Suggested by David Rogoff.
1415 (verilog-repair-open-comma): Fix non-insertion of comma when
1416 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
1417 (verilog-make-width-expression): Simplify [A-1:0] expression
1418 widths to just {A{1'b0}}.
1419 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
1420 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
1421 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
1422 inputs/outputs or data type. Suggested by Vasu Kandadi.
1423 (next-error-last-buffer): Fix byte-compiler warning.
1424 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
1425 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 1426 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 1427 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
1428 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
1429 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
1430 in AUTOINOUT. Reported by Matthew Lovell.
1431 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
1432 causing use of <= assignments. Reported by Alex Reed.
1433 (verilog-read-decls): Fix triand, trior, wand, wor to be
1434 recognized by AUTOWIRE. Reported by Spencer Isaacson.
1435 (verilog-extended-complete-re): Support import "DPI-C" functions.
1436 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 1437 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
1438 (verilog-insert-date, verilog-insert-year)
1439 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
1440 Windows systems. Reported by Michael Potts.
1441 (verilog-read-module-name): Fix AUTOINST when the child module
1442 declaration's name is a tick define. Reported by Elliot Mednick.
1443 (verilog-read-decls): Fix V2K parameter bit subscripts getting
1444 passed to next parameter's definition. Reported by Bruce T.
1445 (verilog-read-decls): Fix detecting "parameter int" when using
1446 AUTOINSTPARAM. Reported by Bruce T.
1447 (verilog-goto-defun): Fix goto not finding modules unless first
1448 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 1449 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
1450 verilog-goto-defun will work. Reported by Lawrence Butcher.
1451 (verilog-getopt): Expand environment variables in -f file
1452 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 1453 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
1454 when reading enumerations.
1455 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
1456 Suggested by Stephen Peltan.
4b8b1ec5 1457 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
1458 files. Reported by Steve Peltan.
1459
f7c0d931
CY
14602009-06-28 David De La Harpe Golden <david@harpegolden.net>
1461
1462 * files.el (trash-directory): Fix defcustom type.
1463
baf1a55e 14642009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
1465
1466 * help-fns.el (describe-function-1): Correctly locate adviced
1467 functions in hyperlink (Bug#2438).
1468
d63a01ef
CY
14692009-06-28 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * files.el (trash-directory): Change default to nil.
1472 (move-file-to-trash): If trash-directory is nil and
1473 system-move-file-to-trash is unbound, perform freedesktop-style
1474 trashing.
1475
14762009-06-28 David De La Harpe Golden <david@harpegolden.net>
1477
1478 * files.el (move-file-to-trash): Add freedesktop trash
1479 support (Bug#973).
1480
fc2f6a26
GM
14812009-06-28 Glenn Morris <rgm@gnu.org>
1482
1483 * autorevert.el (global-auto-revert-non-file-buffers)
1484 (global-auto-revert-mode): Doc fixes.
1485
00242b07
JB
14862009-06-27 Johan Bockgård <bojohan@gnu.org>
1487
1488 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
1489
f5594f03
CY
14902009-06-27 Chong Yidong <cyd@stupidchicken.com>
1491
e8a2b2da
CY
1492 * faces.el (x-handle-named-frame-geometry): Ensure that we have
1493 opened an X connection before calling x-get-resource (Bug#3194).
1494
f5594f03
CY
1495 * play/doctor.el: Remove reference to obsolete website.
1496 (make-doctor-variables): Correct grammar mistake (Bug#2633).
1497
3c3bf6ce
DN
14982009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1499
1500 Remove find-file-not-found-hook VC method. (Bug#2757)
1501 * vc-hooks.el (vc-file-not-found-hook)
1502 (vc-default-find-file-not-found-hook): Remove functions.
1503 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
1504 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
1505 * vc.el:
1506 * vc-hg.el:
1507 * vc-git.el: Do not mention find-file-not-found-hook VC method.
1508
e26a7bc0
AM
15092009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1510
1511 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
1512 compatibility function for `looking-back'
1513
4b8b1ec5
SM
1514 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1515 Use `ispell-looking-back'
e26a7bc0 1516
d9848600
MA
15172009-06-24 Michael Albinus <michael.albinus@gmx.de>
1518
1519 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 1520 rather than `filename'.
d9848600 1521
05fbc4a9
MB
15222009-06-23 Miles Bader <miles@gnu.org>
1523
1524 * face-remap.el (text-scale-set): New function.
1525
f86ca715
GM
15262009-06-23 Glenn Morris <rgm@gnu.org>
1527
33e2c2e5
GM
1528 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1529
f529f302
GM
1530 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
1531
34995333
GM
1532 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
1533
cc80ccee
GM
1534 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
1535
84cb770d
GM
1536 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1537 Simplify Persian conditionals.
1538
d916c965
GM
1539 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
1540 variable `filename'.
1541
b6a44b27
GM
1542 * comint.el (comint-insert-input): Doc fix.
1543
f86ca715
GM
1544 * Makefile.in (ELCFILES): Fix typo in previous change.
1545
666e158e
MB
15462009-06-23 Miles Bader <miles@gnu.org>
1547
1548 * cus-start.el: Add entry for `recenter-redisplay'.
1549
77bf3f54
DN
15502009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1551
1552 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
1553 Add an optional argument for the backend, use it instead of
1554 calling vc-backend.
4b8b1ec5
SM
1555 (vc-mode-line): Add an optional argument for the backend.
1556 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
1557 special handling for vc-state being a buffer to ...
1558
1559 * vc-rcs.el (vc-rcs-find-file-hook):
1560 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
1561
1562 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
1563 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
1564 vc-stay-local-p and vc-mode-line calls.
1565
1566 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
1567 (vc-cvs-diff, vc-cvs-annotate-command)
1568 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
1569 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
1570 vc-mode-line calls.
1571
1572 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
1573 direct comparison.
1574 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
1575 backend when calling vc-mode-line.
1576 (vc-register): Do not create a closure for calling the vc register
1577 function, call it directly.
1578
2764748c
DN
15792009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1580
1581 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
1582 to make it obvious item can be clicked.
f5a0b281
DN
1583
1584 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
1585
d4a885b2
KH
15862009-06-23 Kenichi Handa <handa@m17n.org>
1587
1588 * language/korea-util.el (korean-key-bindings): Change the binding
1589 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
1590 same command.
1591
e3610693
MA
15922009-06-22 Michael Albinus <michael.albinus@gmx.de>
1593
1594 Sync with Tramp 2.1.16.
1595
1596 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
1597
1598 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
1599 when a loading of a package fails. Completion function for rsync
1600 is `tramp-completion-function-alist-ssh'.
1601 (all): Replace all calls of `split-string' and
1602 `tramp-split-string' by `tramp-compat-split-string'.
1603 (tramp-default-method): Use `tramp-compat-process-running-p'.
1604 (tramp-default-proxies-alist): Allow also Lisp forms.
1605 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 1606 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
1607 (tramp-domain-regexp): Allow also "-", "_" and ".".
1608 (tramp-end-of-output): Remove newlines, and add "$" at the end.
1609 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
1610 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
1611 (tramp-handle-directory-files-and-attributes-with-stat):
1612 Care about filenames with spaces, or starting with "-".
e3610693
MA
1613 (tramp-handle-dired-uncache): New defun.
1614 (tramp-handle-insert-directory): Don't flush the directory from
1615 cache, this is handled by `dired-uncache' now.
1616 (tramp-handle-insert-file-contents): Improve error handling.
1617 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1618 Quote `tramp-end-of-output'.
1619 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
1620 (tramp-check-for-regexp): Both echoes must be present, before removing.
1621 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
1622 (tramp-compute-multi-hops): Eval cons cells of
1623 `tramp-default-proxies-alist'.
1624 (tramp-maybe-open-connection): Use the same command pattern for
1625 first hop and further hops.
1626 (tramp-wait-for-output): Remove handling of newlines.
1627 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
1628 (tramp-split-string): Remove function. It is handled in
1629 tramp-compat now.
1630
4b8b1ec5
SM
1631 * net/tramp-cmds.el (tramp-bug):
1632 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
1633
1634 * net/tramp-compat.el (tramp-compat-split-string)
1635 (tramp-compat-process-running-p): New defuns.
1636
1637 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
1638 for `dired-uncache'.
1639
1640 * net/tramp-gvfs.el: New package.
1641
4b8b1ec5
SM
1642 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1643 Add handler for `dired-uncache'.
e3610693
MA
1644 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
1645
1646 * net/trampver.el: Update release number. Make version check fit
1647 for SXEmacs 22.
1648
13a3f374
JM
16492009-06-22 Jim Meyering <meyering@redhat.com>
1650
e0a28a3b 1651 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
1652 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
1653 XZ is the successor to LZMA: <http://tukaani.org/xz/>
1654
5242671e 16552009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 1656 Nick Roberts <nickrob@snap.net.nz>
13a3f374 1657
e0a28a3b 1658 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
1659 repository (http://sphinx.net.ru/hg/gdb-mi/).
1660
3fde45af
GM
16612009-06-22 Glenn Morris <rgm@gnu.org>
1662
46253b34
GM
1663 * files.el (dir-locals-collect-mode-variables): Allow for any number of
1664 `mode' and `eval' entries. (Bug#3430)
1665
97e18192
GM
1666 * Makefile.in (ELCFILES): Add fadr.elc.
1667
731a00fb
GM
1668 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
1669 differing behavior of \n and ^ in strings. (Bug#3385)
1670
c66cd0ff
GM
1671 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
1672
3fde45af
GM
1673 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
1674 property.
1675 (lisp-indent-function): Make it a defcustom.
1676
db2241a0
NR
16772009-06-21 Nick Roberts <nickrob@snap.net.nz>
1678
1679 * progmodes/gdb-ui.el: Replace with ...
5242671e 1680 * progmodes/gdb-mi.el: ... this file.
db2241a0 1681 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
1682
16832009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
1684
db2241a0
NR
1685 * fadr.el: New file.
1686
38d4f316 1687See ChangeLog.14 for earlier changes.
e3d51b27
MR
1688
1689;; Local Variables:
1690;; coding: utf-8
e3d51b27
MR
1691;; End:
1692
38d4f316 1693 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
1694
1695 This file is part of GNU Emacs.
1696
1697 GNU Emacs is free software: you can redistribute it and/or modify
1698 it under the terms of the GNU General Public License as published by
1699 the Free Software Foundation, either version 3 of the License, or
1700 (at your option) any later version.
1701
1702 GNU Emacs is distributed in the hope that it will be useful,
1703 but WITHOUT ANY WARRANTY; without even the implied warranty of
1704 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1705 GNU General Public License for more details.
1706
1707 You should have received a copy of the GNU General Public License
1708 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1709
38d4f316 1710;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1