(Undoing Mistakes): Mention that the undo list will be truncated when
[emacs.git] / lisp / ChangeLog
blob6d480f8d7d33fdc462a65e44218f515faf9cdab8
1 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3         * calc/calc.el (calc-undo-length): New variable.
4         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
6 2009-07-21  Richard Stallman  <rms@gnu.org>
8         * files.el (auto-save-mode): Handle buffer-save-size = -2
9         for toggling mode.
11 2009-07-21  Glenn Morris  <rgm@gnu.org>
13         * textmodes/ispell.el (ispell-looking-back): Update declaration.
15         * calendar/todo-mode.el (calendar-current-date): Update declaration.
17         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
18         silence compiler.  Instead...
19         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
20         (ps-print-ensure-fontified): Update for above function name changes.
22         * printing.el (pr-mh-get-msg-num, pr-mh-show)
23         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
24         silence compiler.  Instead...
25         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
26         (mh-show-buffer): Only define for compiler.
27         (pr-mh-current-message): Update for above function name changes.
29         * files.el (abort-if-file-too-large): Explicitly pass `filename'
30         as an argument.
31         (find-file-noselect, insert-file-1): Update for above change.
33         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
35         * mail/mailclient.el (mailclient-send-it): Fix message.
37         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
38         (edebug-eval): Check cl-debug-env is bound.
39         (print-level, print-circle): Don't redefine built-in variables.
41         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
42         (custom-print-vectors): Remove old comments from doc.
44         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
45         (emerge-version): Make the variable an obsolete alias for the
46         emacs-version variable.  Make the function obsolete.
47         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
48         Emerge options, rather than merging in into the main Options menu.
49         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
50         and auto advance modes.  Disable edit/fast items when not relevant.
52 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
54         * term/vt420.el (terminal-init-vt420): Fix typo.
56 2009-07-20  Sam Steingold  <sds@gnu.org>
58         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
59         variable (removed from compile.el on 2004-03-11).
61 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
63         * files.el (hack-local-variables-filter): Fix last change.
65 2009-07-19  Juri Linkov  <juri@jurta.org>
67         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
68         (dir-local-variables-alist): New buffer-local variable.
69         (hack-local-variables-filter): If variable is not dir-local,
70         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
71         because file-local overrides dir-local.
72         (c-postprocess-file-styles)<declare-function>:
73         Remove obsolete declaration.
74         (hack-dir-local-variables): Add dir-local variable/value pair to
75         `dir-local-variables-alist' and remove duplicates.  Doc fix.
77         * help-fns.el (describe-variable): Add information about
78         file-local and dir-local variables.
80 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
82         * files.el (hack-local-variables-filter): Rewrite.
84 2009-07-19  Glenn Morris  <rgm@gnu.org>
86         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
87         Silence compiler by only defining on XEmacs.
89         * international/mule.el (auto-coding-regexp-alist): Only match
90         BABYL... at the start of buffer, not of lines.  (Bug#3790)
92         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
93         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
94         (cal-menu-context-mouse-menu): Doc fix.
96         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
98         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
100 2009-07-18  Juri Linkov  <juri@jurta.org>
102         * info.el: Virtual Info keyword finder.
103         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
104         (Info-finder-file): New variable.
105         (Info-finder-find-file): New function.
106         (finder-known-keywords, finder-package-info)
107         (find-library-name, lm-commentary): Use defvar and
108         declare-function to silence compiler warnings.
109         (Info-finder-find-node): New function.
110         (info-finder): New command.
112         * subr.el (process-kill-buffer-query-function): New function.
113         (add-hook)<kill-buffer-query-functions>: Add hook
114         `process-kill-buffer-query-function'.
116 2009-07-18  Alan Mackenzie  <acm@muc.de>
118         * progmodes/cc-mode.el (c-before-hack-hook),
119         (c-postprocess-file-styles): Give invocation of `c-set-style'
120         DONT-OVERRIDE parameter of t.  Already set style variables will
121         thus not be overridden by style settings given by `c-file-syle'.
123         * files.el (hack-local-variables-filter): Remove entries with
124         duplicate keys from `file-local-variables-alist'.
126 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
128         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
129         x-set-selection if display-selections-p returns nil for the
130         current frame.
132 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
134         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
136 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
138         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
139         Accept nil in addition to a regexp.
140         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
141         Accept nil in addition to a regexp.
142         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
143         buffers that have an associated file.  Handle nil values of
144         desktop-buffers-not-to-save and desktop-files-not-to-save.
145         (Bug#3833)
147         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
148         (x-disown-selection-internal): New functions.
150 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
152         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
153         warning.
154         (gdb-breakpoints-header): Move forward to avoid compiler warning.
155         (gdb-make-header-line-mouse-map): Remove duplicate definition.
157 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
159         * simple.el (set-mark): Revert last change.
161 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
163         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
164         rendering of pngs is not possible instead of messaging a long
165         description.
167 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
169         * w32-fns.el (x-selection-owner-p): New function.
171         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
172         (mouse-yank-at-click, mouse-yank-primary): If
173         select-active-regions is non-nil, deactivate the mark before
174         insertion.
176         * simple.el (deactivate-mark, set-mark): Only save selection if we
177         own it.
179 2009-07-17  Kenichi Handa  <handa@m17n.org>
181         * case-table.el (describe-buffer-case-table): Fix for the case
182         that KEY is a cons.
184 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
186         * vc-rcs.el (vc-rcs-find-file-hook):
187         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
189 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
191         * net/tramp.el (tramp-wait-for-output): Handle the case when
192         commands do not return a newline but a null byte before the shell
193         prompt.  (Bug#3858)
195 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
197         * term/ns-win.el (ns-set-alpha): Don't declare.
198         (ns-set-background-alpha): Remove function.
200 2009-07-16  Kevin Ryde  <user42@zip.com.au>
202         * emacs-lisp/copyright.el (copyright-update): Save match-data across
203         y-or-n-p, for safety.
205 2009-07-16  Richard Stallman  <rms@gnu.org>
207         * files.el (auto-save-mode): If buffer-saved-size is -2,
208         don't clobber it.
210         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
211         (rmail-retry-ignored-headers): Add more uninteresting fields.
213 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
215         * net/rcirc.el (rcirc): Use history variables.
216         (rcirc-server-name-history, rcirc-nick-name-history)
217         (rcirc-server-port-history): New variables.
219 2009-07-15  Kenichi Handa  <handa@m17n.org>
221         * international/mule-cmds.el (set-language-environment-charset):
222         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
223         ignore them.
225         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
226         Delete unibyte-display.
228 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
230         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
232 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
234         * simple.el (deactivate-mark): Optional argument FORCE.
235         (set-mark): Use deactivate-mark.
237         * info.el (Info-search): No need to check transient-mark-mode
238         before calling deactivate-mark.
240         * select.el (x-set-selection): Doc fix.
241         (x-valid-simple-selection-p): Allow buffer values.
242         (xselect--selection-bounds): Handle buffer values.  Suggested by
243         David De La Harpe Golden.
245         * mouse.el (mouse-set-region, mouse-drag-track): Call
246         copy-region-as-kill before setting the mark, to let
247         select-active-regions work.
249 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
251         * simple.el (deactivate-mark): If select-active-regions is
252         non-nil, copy the selection data into a string.
253         (activate-mark): If select-active-regions is non-nil, set the
254         selection to the current buffer.
255         (set-mark): Update selection if select-active-regions is non-nil.
257         * select.el (x-valid-simple-selection-p): Allow buffer values.
259 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
261         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
262         and more featureful message-mode.
264 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
266         * select.el (x-set-selection): Doc fix.
267         (x-valid-simple-selection-p): Disallow selection data consisting
268         of a list or cons of integers, since that is not used.
269         (xselect--selection-bounds, xselect--int-to-cons): New functions.
270         (xselect-convert-to-string, xselect-convert-to-length)
271         (xselect-convert-to-filename, xselect-convert-to-charpos)
272         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
274 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
276         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
277         output in -break-info command (Emacs bug #3794).
279 2009-07-14  Glenn Morris  <rgm@gnu.org>
281         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
282         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
283         (edebug-print-length, edebug-print-level, edebug-print-circle)
284         (edebug-sit-for-seconds, edebug-view-outside)
285         (edebug-bounce-point, edebug-set-global-break-condition)
286         (edebug-Go-nonstop-mode, edebug-trace-mode)
287         (edebug-Trace-fast-mode, edebug-continue-mode)
288         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
289         (edebug-visit-eval-list): Doc fixes.
291         * subr.el (def-edebug-spec): Doc fix.
293 2009-07-14  Kenichi Handa  <handa@m17n.org>
295         * international/characters.el: Fix setting of category ?C.
297 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
299         * term/ns-win.el (x-select-font): defailias x-select-font to
300         ns-popup-font-panel instead of generate-fontset-menu.
302 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
304         * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
306 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
308         * arc-mode.el (archive-find-type): Allow for a PK00 string before
309         the PK\003\004 header (Bug#3770).
311 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
313         * pcomplete.el (pcomplete-comint-setup): Check for
314         shell-dynamic-complete-filename too.
316 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
318         * simple.el (temporary-goal-column): Change the value for
319         line-move-visual to a cons cell.
320         (line-move-visual): Record or set the window hscroll, if
321         necessary (Bug#3494).
322         (line-move-1): Handle cons value of temporary-goal-column.
324 2009-07-11  Kenichi Handa  <handa@m17n.org>
326         * international/mule-diag.el (describe-character-set): Don't show
327         width.
329 2009-07-10  Sam Steingold  <sds@gnu.org>
331         * progmodes/compile.el (compilation-mode-font-lock-keywords):
332         Omake sometimes indents the errors it prints, so allow all
333         regexps to start with spaces.
335 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
337         * cus-edit.el (customize-changed-options-previous-release):
338         Bump value to 22.1.  (Bug#3804)
340 2009-07-08  Sam Steingold  <sds@gnu.org>
342         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
343         to be a cons cell (test . ignored-directory) to selectively ignore
344         some directories depending on the location of the search.
346 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
348         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
349         remote user is root, on the local host.
350         (tramp-local-host-p): Either the local user or the remote user
351         must be root.  (Bug#3771)
353 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
355         * progmodes/gdb-mi.el (gdb): Remove description of
356         gdb-use-separate-io-buffer.
357         (menu): Don't allow toggling of or enable
358         gdb-use-separate-io-buffer from menubar.
360 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
362         * mail/unrmail.el (unrmail): Make sure the message ends with two
363         newlines (Bug#3769).
365 2009-07-08  Glenn Morris  <rgm@gnu.org>
367         * calendar/calendar.el (calendar-current-date): Rework previous change.
369 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
371         * calendar/calendar.el (calendar-current-date):
372         Add an optional argument giving an offset from today.
374 2009-07-08  Glenn Morris  <rgm@gnu.org>
376         * tutorial.el (tutorial--describe-nonstandard-key):
377         Adjust the message for when a key has been unbound.
378         (help-with-tutorial): Hide the arch-tag.
380 2009-07-08  Kenichi Handa  <handa@m17n.org>
382         * international/fontset.el (setup-default-fontset): For each
383         script, append (not set) font-specs.
385         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
386         docstring.
388 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
390         * progmodes/gdb-mi.el (gdb-init-1): Move sending
391         -data-list-register-names to ...
392         (gdb-starting): ... here because GDB 7.0 requires execution to
393         have started when using this MI command.
394         (gdb-set-header): New function to distinguish select and
395         unselected tabs in gdb buffers.
396         (gdb-propertize-header): New macro that uses gdb-set-header.
397         (gdb-breakpoints-header, gdb-locals-header): Use it.
398         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
400 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
402         * Makefile.in (ELCFILES): Remove fadr.elc.
404 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
406         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
407         may contain frame information, so `string-match' should be used.
408         (gdb-update): Disassembly is invalidated through
409         `gdb-get-selected-frame'.
410         (gdb-pad-string): New function to pad string with spaces.
411         (gdb-invalidate-disassembly): Invalidate only if the buffer
412         exists.
413         (gdb-disassembly-handler-custom): Column alignment.
414         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
415         placing new ones.
416         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
417         end of line, too.
418         (gdb-frame-handler): Match convention to for disassembly buffer
419         mode name.
420         (gdb-stack-list-frames-handler): Rewritten without regexps.
421         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
422         not highlight breakpoints without line information.
423         (gdb-input): Add trailing newline to command.
425         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
426         buffer properly.
427         (gdb-breakpoints-list-handler-custom): Replacement for
428         `gdb-break-list-handler'. Using real parser instead of regexps
429         now.
430         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
431         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
432         to place breakpoints.
433         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
434         functions.
435         (gdb-disassembly-handler-custom): Show overlay arrow.
436         (gdb-disassembly-place-breakpoints): Show breakpoints in
437         disassembly buffer.
438         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
439         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
440         instead of parsing breakpoints buffer. Fixed old menu references
441         in `gud-menu-map'.
443         * fadr.el: Remove.
445         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
446         (gdb-memory-address): New variable which holds top address of
447         memory page shown in memory buffer
448         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
449         customization variables.
450         New functions:
451         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
452         display the memory buffer.
453         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
454         buffer display parameters.
455         (def-gdb-memory-format, gdb-memory-format-binary)
456         (gdb-memory-format-octal, gdb-memory-format-unsigned)
457         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
458         Functions for setting memory buffer format.
459         (gdb-memory-unit-word, gdb-memory-unit-halfword)
460         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
461         unit size used in memory buffer.
462         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
463         to next/previous page of memory buffer.
464         Now using (bindat-get-field) instead of fadr functions.
466 2009-07-07  Sam Steingold  <sds@gnu.org>
468         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
469         non-top-level files.
471 2009-07-07  Kenichi Handa  <handa@m17n.org>
473         * international/mule-cmds.el (reset-language-environment): Put
474         the highset priority to the charset iso-8859-1.
476 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
478         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
479         to the end of the line when locating the block (Bug#700).
481 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
483         * net/tramp.el (tramp-handle-write-region): Flush file properties
484         in case of short track.
486 2009-07-07  Michael McNamara  <mac@mail.brushroad.com>
488         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
489         representation of verilog error regular expressions to work with
490         Emacs-22's new format.
491         (verilog-error-regexp-xemacs-alist): Coded custom representation
492         of verilog error regular expressions to work with XEmacs format
493         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
494         error recognition into XEmacs.
495         (verilog-error-regexp-add-emacs): Hook routine to install verilog
496         error recognition into Emacs-22.
498 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
500         * woman.el: Remove stand-alone closing parentheses.
501         (woman-file-name, woman2-format-paragraphs)
502         (woman-leave-blank-lines): Code cleanup.
503         (woman-use-own-frame): Change default to nil.
504         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
505         defaults to inherit from default faces.
506         (woman2-process-escapes): Consume the newline after a stand-alone
507         filler character (Bug#3651).
509 2009-07-06  Glenn Morris  <rgm@gnu.org>
511         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
512         (top-level): Move provide to the end.
513         (ffap): Remove defunct URL from custom group.
515         * subr.el (eval-after-load): Doc fix.
517 2009-07-06  Vincent Belaïche <vincent.belaiche@gmail.com>
519         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
520         `calc-embedded-word' is called twice.
522 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
524         * files.el (find-alternate-file-other-window, find-alternate-file):
525         Obey confirm-nonexistent-file-or-buffer.
527 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
529         * dired-aux.el (dired-show-file-type): Handle remote files.
531 2009-03-22  Jari Aalto  <jari.aalto@cante.net>
533         * desktop.el (desktop-globals-to-save):
534         Add file-name-history (Bug#2750).
536 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
538         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
540 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
542         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
543         property on entire argument since this is what eshell-lisp-command
544         expects.
546 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
548         * net/tramp-gvfs.el (tramp-gvfs-methods)
549         (tramp-gvfs-zeroconf-domain)
550         (tramp-bluez-discover-devices-timeout): Add version flag.
551         (tramp-gvfs-handler-mounted-unmounted)
552         (tramp-gvfs-connection-mounted-p): Polish handling of
553         incompatibilities between GVFS 0.2 and 1.0.
555 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
557         * cus-start.el (all): Add make-pointer-invisible.
559 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
561         * calc-math.el (math-use-emacs-fn): Make sure that the number is
562         formatted correctly.
564 2009-07-02  Juri Linkov  <juri@jurta.org>
566         * info.el: Virtual Info files and nodes.
567         (Info-virtual-files, Info-virtual-nodes): New variables.
568         (Info-current-node-virtual): New variable.
569         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
570         New functions.
571         (Info-file-supports-index-cookies): Use Info-virtual-file-p
572         to check for a virtual file instead of checking a fixed list
573         of node names.
574         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
575         instead of ad-hoc processing of "dir" and (apropos history toc).
576         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
577         instead of ad-hoc processing of "dir" and (apropos history toc).
578         Reread a file when moving from a virtual node.
579         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
580         (Info-directory-toc-nodes, Info-directory-find-file)
581         (Info-directory-find-node): New functions.
582         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
583         (Info-history): Move part of code to
584         `Info-history-find-node'.
585         (Info-history-toc-nodes, Info-history-find-file)
586         (Info-history-find-node): New functions.
587         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
588         (Info-toc): Move part of code to `Info-toc-find-node'.
589         (Info-toc-find-node): New function.
590         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
591         the current Info file name to references because now the node
592         "*TOC*" belongs to the same Info manual.
593         (Info-toc-build): Rename from `Info-build-toc'.
594         (Info-toc-nodes): Rename input argument `file' to `filename'.
595         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
596         instead of ad-hoc processing of ("dir" apropos history toc).
597         (Info-index-nodes): Use Info-virtual-file-p
598         to check for a virtual file instead of checking a fixed list
599         of node names.
600         (Info-index-node): Add check for `Info-current-node-virtual'.
601         Raise `save-match-data' higher up the tree to contain
602         `search-forward' too (bug fix).
603         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
604         (Info-virtual-index-nodes): New variable.
605         (Info-virtual-index-find-node, Info-virtual-index): New functions.
606         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
607         (Info-apropos-file, Info-apropos-nodes): New variables.
608         (Info-apropos-toc-nodes, Info-apropos-find-file)
609         (Info-apropos-find-node, Info-apropos-matches): New functions.
610         (info-apropos): Move part of code to `Info-apropos-find-node' and
611         `Info-apropos-matches'.
612         (Info-mode-map): Bind "I" to `Info-virtual-index'.
613         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
614         for a virtual file instead of checking a fixed list of node names.
616         * simple.el (async-shell-command): New command.
618         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
620         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
621         instead of `mount-info'.
623 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
625         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
626         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
628 2009-07-02  Kenichi Handa  <handa@m17n.org>
630         * international/mule.el (set-keyboard-coding-system): Force *-unix
631         coding-system to avoid eol conversion.
633 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
635         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
636         Add handler for `process-file', `shell-command' and
637         `start-file-process'.
638         (tramp-gvfs-handle-shell-command)
639         (tramp-gvfs-handle-start-file-process)
640         (tramp-gvfs-handle-process-file): New defuns.
641         (tramp-synce-list-devices): Simplify check for existence of property.
643 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
645         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
647 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
649         * language/korean.el (set-language-info-alist): Add korean-cp949,
650         cp949 to spec.
652 2009-07-01  Kenichi Handa  <handa@m17n.org>
654         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
656         * international/encoded-kb.el: Deleted.
658         * international/mule.el (set-keyboard-coding-system): Perform the
659         necessary setup here instead of calling encoded-kbd-setup-display.
661 2009-07-01  Glenn Morris  <rgm@gnu.org>
663         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
665 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
667         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
669 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
671         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
672         Handle also the 'rename case, when setting file modes.  (Bug#3712)
673         (tramp-default-file-modes) Remove execute permissions.
675         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
676         (top): Add a default for "synce" in `tramp-default-user-alist'.
677         Add completion function for "synce" method.
678         (tramp-hal-service, tramp-hal-path-manager)
679         (tramp-hal-interface-manager, tramp-hal-interface-device):
680         New defconst.
681         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
682         (tramp-synce-list-devices, tramp-synce-parse-device-names):
683         New defuns.
685         * net/trampver.el: Update release number.
687 2009-06-30  Kenichi Handa  <handa@m17n.org>
689         * international/fontset.el (setup-default-fontset): Add CJK fonts
690         for symbols and the other miscellaneous characters.
692         * language/korea-util.el (setup-korean-environment-internal):
693         Make char-width-table suitable for Korean environments.
694         (exit-korean-environment): Cancel above.
696         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
697         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
698         setup-funcion to make char-widht-table suitable for respective
699         environments, and an exit-function to cancel that.
701         * language/japan-util.el (setup-japanese-environment-internal):
702         Call use-cjk-char-width-table with arg `ja_JP'.
704         * international/characters.el (cjk-char-width-table): Delete it.
705         (cjk-char-width-table-list): New variable.
706         (use-cjk-char-width-table): New arg local-name.
707         (use-default-char-width-table): Fix for the case that Emacs is
708         already using the default char-width-table.
710 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
712         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
713         modes mandatory.  (Bug#3712)
715 2009-06-29  Alan Mackenzie  <acm@muc.de>
717         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
718         correction between the visible width of TABs and their number of bytes.
720 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
722         * server.el (server-buffer-done): Prevent kill-buffer from
723         prompting by clearing the buffer modification flag (Bug#3696).
725 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
727         * verilog-mode.el (verilog-beg-of-statement)
728         (verilog-endcomment-reason-re): Support unique case and priority case.
729         (verilog-basic-complete-re): Support localparam lineup.
730         (verilog-beg-of-statement-1): Fix for robustness, unique case.
731         (verilog-set-auto-endcomments): Fix for unique case, always_comb
732         commenting.
733         (verilog-leap-to-case-head): Now support *nested* unique &
734         priority case statements.
735         (verilog-auto-lineup): Make just declarations the default (as it
736         had been).
737         (verilog-leap-to-case-head): Support priority/unique case statements.
738         (verilog-auto-lineup): Rework to give users radio buttons to
739         select the various styles of automatic lineup
740         (verilog-error-regexp-alist): Rework to support the XEmacs style
741         of error regular expressions from compilers, lint tools &
742         simulators.  Note that GNU Emacs has made it impossible for a mode
743         to load such things.
744         (electric-verilog-terminate-line, verilog-indent-declaration)
745         (verilog-auto-wiure): Rework for radio button selection of
746         auto-lineup selection of specification of auto lineup.
747         (verilog-beg-of-statement-1): Redesign to support proper operation
748         in additional code, based on testing with auto-lineup.
749         (verilog-calculate-indent, assignments & declarations)
750         (verilog-backward-token): Enhance to support auto-lineup of
751         assignments & declarations.
752         (verilog-in-directive-p, verilog-at-struct-p): New function for
753         easy test of whether we are.
754         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
755         to support safe execution at almost anyline.
756         (verilog-calc-1): Properly support indenting deep inside generate
757         blocks.
758         (verilog-init-font) Remove definition & use of verilog-init-font,
759         as it is redundant with font-lock-defaults.
760         (verilog-mode): Alter the definition of verilog-font-lock-defualts
761         to avoid circular calls if syntax-ppss is a function (as is the
762         case now in 22.x GNU Emacs) as that function would sometimes call
763         itself, leading to (nearly) infinite recursion
764         (verilog-ovm-begin-re, verilog-ovm-end-re)
765         (verilog-ovm-statement-re, verilog-leap-to-head)
766         (verilog-backward-token): Add support for OVM macros.  Some are
767         complete statements, and others open and close scopes like begin
768         and end.
769         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
770         (verilog-defun-level-generate-only-re): Really fix the defun-list
771         compilation issue
772         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
773         coverpoint, constraint and cross statements
774         (verilog-defun-level-list, verilog-generate-defun-level-list)
775         (verilog-all-defun-level-list): Redo these specifications - it is
776         too hard to support eval-when compile aggregation of lists also
777         built at when-compile time.
778         (verilog-defun-level-list): Place defconsts of variables used in
779         building regular expressions which are built in eval-when-compile
780         bodies in the same eval-when-compile body to facilitate compile
781         without load.
782         (verilog-beg-block-re-ordered): Support indenting
783         virtual/protected tasks and functions.
784         (verilog-defun-level-list,verilog-in-generate-region-p)
785         (verilog-backward-ws&directives, verilog-calc-1): Speed up
786         indentation of some module items (generate items).
787         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
788         across virtual/protected tasks and functions.
790 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
792         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
793         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
794         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
795         in concatenations.  Reported by Yishay Belkind.
796         (verilog-auto-ascii-enum): Support one-hot state machines in
797         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
798         (verilog-auto-inst, verilog-auto-inst-port): Include interface
799         modport in AUTOINST and add vl-modport for users.  Reported by
800         David Rogoff.
801         (verilog-auto-inout-module, verilog-auto-inst)
802         (verilog-decls-get-interfaces, verilog-insert-definition)
803         (verilog-insert-one-definition, verilog-read-decls)
804         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
805         (verilog-sig-modport, verilog-signals-combine-bus)
806         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
807         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
808         Suggested by David Rogoff.
809         (verilog-repair-open-comma): Fix non-insertion of comma when
810         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
811         (verilog-make-width-expression): Simplify [A-1:0] expression
812         widths to just {A{1'b0}}.
813         (verilog-mode): Cleanup checkdoc warnings.
814         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
815         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
816         inputs/outputs or data type.  Suggested by Vasu Kandadi.
817         (next-error-last-buffer): Fix byte-compiler warning.
818         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
819         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
820         or shell command text during AUTO expansion.  Suggested by Tad Truex.
821         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
822         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
823         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
824         in AUTOINOUT. Reported by Matthew Lovell.
825         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
826         causing use of <= assignments.  Reported by Alex Reed.
827         (verilog-read-decls): Fix triand, trior, wand, wor to be
828         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
829         (verilog-extended-complete-re): Support import "DPI-C" functions.
830         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
831         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
832         (verilog-insert-date, verilog-insert-year)
833         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
834         Windows systems.  Reported by Michael Potts.
835         (verilog-read-module-name): Fix AUTOINST when the child module
836         declaration's name is a tick define. Reported by Elliot Mednick.
837         (verilog-read-decls): Fix V2K parameter bit subscripts getting
838         passed to next parameter's definition. Reported by Bruce T.
839         (verilog-read-decls): Fix detecting "parameter int" when using
840         AUTOINSTPARAM.  Reported by Bruce T.
841         (verilog-goto-defun): Fix goto not finding modules unless first
842         perform a verilog-auto expansion. Suggested by Lawrence Butcher.
843         (verilog-mode): Expand -f flag arguments on entry to mode so
844         verilog-goto-defun will work.  Reported by Lawrence Butcher.
845         (verilog-getopt): Expand environment variables in -f file
846         arguments.  Suggested by Lawrence Butcher.
847         (verilog-set-define): Fix "Symbol's value as variable is void"
848         when reading enumerations.
849         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
850         Suggested by Stephen Peltan.
851         (verilog-read-defines): Fix reading of enumerations in include
852         files.  Reported by Steve Peltan.
854 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
856         * files.el (trash-directory): Fix defcustom type.
858 2009-06-28  Juri Linkov  <juri@jurta.org>
860         * help-fns.el (describe-function-1): Correctly locate adviced
861         functions in hyperlink (Bug#2438).
863 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
865         * files.el (trash-directory): Change default to nil.
866         (move-file-to-trash): If trash-directory is nil and
867         system-move-file-to-trash is unbound, perform freedesktop-style
868         trashing.
870 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
872         * files.el (move-file-to-trash): Add freedesktop trash
873         support (Bug#973).
875 2009-06-28  Glenn Morris  <rgm@gnu.org>
877         * autorevert.el (global-auto-revert-non-file-buffers)
878         (global-auto-revert-mode): Doc fixes.
880 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
882         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
884 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
886         * faces.el (x-handle-named-frame-geometry): Ensure that we have
887         opened an X connection before calling x-get-resource (Bug#3194).
889         * play/doctor.el: Remove reference to obsolete website.
890         (make-doctor-variables): Correct grammar mistake (Bug#2633).
892 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
894         Remove find-file-not-found-hook VC method.  (Bug#2757)
895         * vc-hooks.el (vc-file-not-found-hook)
896         (vc-default-find-file-not-found-hook): Remove functions.
897         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
898         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
899         * vc.el:
900         * vc-hg.el:
901         * vc-git.el: Do not mention find-file-not-found-hook VC method.
903 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
905         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
906           compatibility function for `looking-back'
908         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
909         Use `ispell-looking-back'
911 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
913         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
914         rather than `filename'.
916 2009-06-23  Miles Bader  <miles@gnu.org>
918         * face-remap.el (text-scale-set): New function.
920 2009-06-23  Glenn Morris  <rgm@gnu.org>
922         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
924         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
926         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
928         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
930         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
931         Simplify Persian conditionals.
933         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
934         variable `filename'.
936         * comint.el (comint-insert-input): Doc fix.
938         * Makefile.in (ELCFILES): Fix typo in previous change.
940 2009-06-23  Miles Bader  <miles@gnu.org>
942         * cus-start.el: Add entry for `recenter-redisplay'.
944 2009-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
946         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
947         Add an optional argument for the backend, use it instead of
948         calling vc-backend.
949         (vc-mode-line): Add an optional argument for the backend.
950         Pass the backend to vc-state and vc-working-revision.  Move code for
951         special handling for vc-state being a buffer to ...
953         * vc-rcs.el (vc-rcs-find-file-hook):
954         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
956         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
957         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
958         vc-stay-local-p and vc-mode-line calls.
960         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
961         (vc-cvs-diff, vc-cvs-annotate-command)
962         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
963         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
964         vc-mode-line calls.
966         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
967         direct comparison.
968         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
969         backend when calling vc-mode-line.
970         (vc-register): Do not create a closure for calling the vc register
971         function, call it directly.
973 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
975         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
976         to make it obvious item can be clicked.
978         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
980 2009-06-23  Kenichi Handa  <handa@m17n.org>
982         * language/korea-util.el (korean-key-bindings): Change the binding
983         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
984         same command.
986 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
988         Sync with Tramp 2.1.16.
990         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
992         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
993         when a loading of a package fails.  Completion function for rsync
994         is `tramp-completion-function-alist-ssh'.
995         (all): Replace all calls of `split-string' and
996         `tramp-split-string' by `tramp-compat-split-string'.
997         (tramp-default-method): Use `tramp-compat-process-running-p'.
998         (tramp-default-proxies-alist): Allow also Lisp forms.
999         (tramp-remote-path): Add choice "Private Directories".
1000         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
1001         (tramp-domain-regexp): Allow also "-", "_" and ".".
1002         (tramp-end-of-output): Remove newlines, and add "$" at the end.
1003         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
1004         (tramp-debug-message): Insert header line in debug buffer.
1005         (tramp-handle-directory-files-and-attributes-with-stat):
1006         Care about filenames with spaces, or starting with "-".
1007         (tramp-handle-dired-uncache): New defun.
1008         (tramp-handle-insert-directory): Don't flush the directory from
1009         cache, this is handled by `dired-uncache' now.
1010         (tramp-handle-insert-file-contents): Improve error handling.
1011         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1012         Quote `tramp-end-of-output'.
1013         (tramp-action-password): Improve trace message.
1014         (tramp-check-for-regexp): Both echoes must be present, before removing.
1015         (tramp-open-connection-setup-interactive-shell): Trace coding system.
1016         (tramp-compute-multi-hops): Eval cons cells of
1017         `tramp-default-proxies-alist'.
1018         (tramp-maybe-open-connection): Use the same command pattern for
1019         first hop and further hops.
1020         (tramp-wait-for-output): Remove handling of newlines.
1021         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
1022         (tramp-split-string): Remove function.  It is handled in
1023         tramp-compat now.
1025         * net/tramp-cmds.el (tramp-bug):
1026         Recommend `tramp-cleanup-all-connections' in the bug mail.
1028         * net/tramp-compat.el (tramp-compat-split-string)
1029         (tramp-compat-process-running-p): New defuns.
1031         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
1032         for `dired-uncache'.
1034         * net/tramp-gvfs.el: New package.
1036         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1037         Add handler for `dired-uncache'.
1038         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
1040         * net/trampver.el: Update release number.  Make version check fit
1041         for SXEmacs 22.
1043 2009-06-22  Jim Meyering  <meyering@redhat.com>
1045         Automatically handle .xz suffix (XZ-compressed files), too.
1046         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
1047         XZ is the successor to LZMA: <http://tukaani.org/xz/>
1049 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
1050             Nick Roberts  <nickrob@snap.net.nz>
1052         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
1053         repository (http://sphinx.net.ru/hg/gdb-mi/).
1055 2009-06-22  Glenn Morris  <rgm@gnu.org>
1057         * files.el (dir-locals-collect-mode-variables): Allow for any number of
1058         `mode' and `eval' entries.  (Bug#3430)
1060         * Makefile.in (ELCFILES): Add fadr.elc.
1062         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
1063         differing behavior of \n and ^ in strings.  (Bug#3385)
1065         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
1067         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
1068         property.
1069         (lisp-indent-function): Make it a defcustom.
1071 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
1073         * progmodes/gdb-ui.el: Replace with ...
1074         * progmodes/gdb-mi.el: ... this file.
1075         * progmodes/gud.el: Modify for gdb-mi.el.
1077 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
1079         * fadr.el: New file.
1081 See ChangeLog.14 for earlier changes.
1083 ;; Local Variables:
1084 ;; coding: utf-8
1085 ;; End:
1087     Copyright (C) 2009  Free Software Foundation, Inc.
1089   This file is part of GNU Emacs.
1091   GNU Emacs is free software: you can redistribute it and/or modify
1092   it under the terms of the GNU General Public License as published by
1093   the Free Software Foundation, either version 3 of the License, or
1094   (at your option) any later version.
1096   GNU Emacs is distributed in the hope that it will be useful,
1097   but WITHOUT ANY WARRANTY; without even the implied warranty of
1098   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1099   GNU General Public License for more details.
1101   You should have received a copy of the GNU General Public License
1102   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1104 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1