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