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