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