* net/newst-treeview.el (newsticker-groups-filename):
[emacs.git] / lisp / ChangeLog
blobaa36a8441a6b7ddf1534c21477af5559aa2af7cc
1 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * net/newst-treeview.el (newsticker-groups-filename):
4         * net/newst-backend.el (newsticker-cache-filename):
5         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
7         (speedbar-add-ignored-path-regexp, speedbar-line-path)
8         (speedbar-buffers-line-path, speedbar-path-line)
9         (speedbar-buffers-line-path):
10         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11         (epg-sign-keys):
12         * epa.el (epa-display-verify-result):
13         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15 2009-08-21  Glenn Morris  <rgm@gnu.org>
17         * progmodes/js.el (inferior-moz-process): Fix declaration.
19         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21         * obsolete/rnewspost.el (news-mail-reply):
22         Use goto-char rather than goto-line.
24         * term/ns-win.el (ns-open-file-select-line):
25         Use line-beginning-position rather than goto-line.
27         * apropos.el (apropos-command):
28         * ehelp.el (electric-helpify):
29         * printing.el (pr-show-setup):
30         * strokes.el (strokes-help):
31         * tutorial.el (tutorial--describe-nonstandard-key)
32         (tutorial--detailed-help):
33         * woman.el (woman-mini-help, woman-display-extended-fonts):
34         * calc/calc-help.el (calc-describe-key):
35         * emulation/edt.el (edt-electric-helpify):
36         * international/mule-diag.el (mule-diag):
37         * play/yow.el (apropos-zippy):
38         * progmodes/python.el (python-describe-symbol):
39         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
40         * textmodes/table.el (*table--cell-describe-mode)
41         (*table--cell-describe-bindings):
42         Use help-print-return-message rather than the now obsolete alias.
44         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
45         (calendar-cursor-to-visible-date):
46         * play/5x5.el (5x5-position-cursor):
47         * play/decipher.el (decipher):
48         * play/gomoku.el (gomoku-goto-xy):
49         * play/landmark.el (lm-goto-xy):
50         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
51         (mpuz-paint-digit):
52         Use forward-line, not goto-line.
54         * mail/rmail.el (rmail-obsolete): Delete custom group.
55         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
56         (rmail-remote-password, rmail-remote-password-required):
57         Remove unneeded :set-after and :set properties.
59 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
61         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
63 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
65         * loadup.el: Remove leftover macos code.
67         * vc-git.el (vc-git-annotate-command): Run asynchronously.
68         Explicitly pass the date format to git blame so that user local
69         so that the output format can be parsed.
71 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
73         * net/dbus.el (top): Don't check for (getenv
74         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
76 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
78         * log-edit.el (log-edit-strip-single-file-name): New var.
79         (log-edit-insert-changelog): Use it.  Bug#3571
81 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
83         * subr.el (read-passwd): Use read-key so keypad keys work as well.
84         Bug#3287
86         * help.el (help-print-return-message): Rename from
87         print-help-return-message.
89         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
90         cvs-mode-map parent hack.
91         (log-view-mode): Derive from special-mode.
93         * linum.el (linum-mode): window-size-change-functions is redundant.
94         Adapt to new window-configuration-change-hook behavior.
95         (linum-after-size, linum-after-config): Remove.
97         * imenu.el (imenu-example--name-and-position)
98         (imenu-example--lisp-extract-index-name)
99         (imenu-example--create-lisp-index, imenu-example--create-c-index):
100         Mark as obsolete.
102         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
103         (inferior-prolog-mode): Use it.
104         (inferior-prolog-load-file): Reset list of errors.
106 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
108         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
110         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
112 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
114         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
115         is running already.
117 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
119         * subr.el (listify-key-sequence-1): Use normal syntax since those
120         integers are nowadays always represented by the same (positive) number
121         on all platforms.
122         (read-key-empty-map): New const.
123         (read-key-delay): New var.
124         (read-key): New function.
125         (force-mode-line-update): Use with-current-buffer.
126         (locate-user-emacs-file): Don't forget to abbreviate the file name.
127         (start-process-shell-command, start-file-process-shell-command):
128         Discourage the use of command-args.
130 2009-08-19  Glenn Morris  <rgm@gnu.org>
132         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
134 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
136         * simple.el (choose-completion-string): Don't rely on
137         minibuffer-completing-file-name and ad-hoc checks to decide whether
138         to continue completion or not.
140         * minibuffer.el (minibuffer-hide-completions): New function.
141         (completion--do-completion): Use it.
142         (completions-annotations): New face.
143         (completion--insert-strings): Use it.
144         (completion-pcm--delim-wild-regex): Add docstring.
145         (completion-pcm--string->pattern): Add support for 0-width delimiters
146         in completion-pcm--delim-wild-regex.
148 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
150         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
151         Remove unused var `buffer-modified-p'.
153         * minibuffer.el (completion--do-completion): Move point for the #b001
154         case as well (bug#4176).
155         (minibuffer-complete, minibuffer-complete-word): Don't move point.
157 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
159         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
160         and :session buses.
162 2009-08-18  Kenichi Handa  <handa@m17n.org>
164         * international/ucs-normalize.el (ucs-normalize-version):
165         Change to 1.1.
166         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
167         (utf-8-hfs): Make it perform normalization on encoding too.
169         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
170         (sentence-end-without-space): Delete duplicated chars.
171         (sentence-end-base): Likewise.
173         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
174         (html-mode): Delete duplicated chars from sentence-end-base.
176         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
177         (texinfo-mode): Delete duplicated chars from sentence-end-base.
179 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
181         * files.el (hack-one-local-variable): If the mode function is for
182         a minor mode, pass it an argument (Bug#4148).
184 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
186         * net/tramp.el (tramp-register-completion-file-name-handler):
187         Check also for (member 'partial-completion completion-styles).
189 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
191         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
192         abbrev (Bug#3943).
194 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
196         * progmodes/cperl-mode.el: Merge upstream 6.2.
197         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
198         (cperl-forward-re): Check cperl-brace-recursing.
199         (cperl-highlight-charclass): New function.
200         (cperl-find-pods-heres): Use it.
201         (cperl-fill-paragraph): Synch to save-excursion placement used
202         upstream.
203         (cperl-beautify-regexp-piece): Fix column calculation.
204         (cperl-make-regexp-x): Handle case where point is between "q" and
205         "rs".
206         (cperl-beautify-level): Don't process entire regexp.
207         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
208         calling man.
209         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
210         (cperl-init-faces): Build a list in the normal way.
212 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
214         * calendar/parse-time.el (parse-time-string-chars): Save match
215         data.
217 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
219         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
220         (sql-product): Use it.
221         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
222         (sql-set-product): Add completion.
223         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
224         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
225         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
226         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
227         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
228         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
229         (sql-highlight-db2-keywords): Remove.
230         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
231         (sql-highlight-product): Use derived-mode-p.
232         (sql-set-sqli-buffer): Use with-current-buffer.
233         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
234         Simplify.
236         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
238         * term.el: Fix commenting convention, turn comments into docstrings.
240 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
242         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
244 2009-08-16  Jan Seeger <jan.seeger@thenybble.de>  (tiny change)
246         * calendar/parse-time.el (parse-time-string-chars): Compute using
247         character classes, to handle non-ascii characters (Bug#3190).
249 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
251         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
252         another heredoc if the user adds another < (Bug#3226).
254         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
255         Don't initialize based on window-system (Bug#4124).
257         * facemenu.el (facemenu-read-color): Use a completion function
258         that accepts any defined color, such as RGB triplets (Bug#3677).
260         * files.el (get-free-disk-space): Change fallback default
261         directory to /.  Expand DIR argument before switching to fallback.
262         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
264 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
266         * files.el (load-library): Doc fix.
268 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
270         * viper-cmd.el (viper-insert-isearch-string): New function.
271         (viper-if-string): Redefine C-s in the minibuffer to insert the last
272         incremental search string.
274         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
275         XEmacs.
277         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
278         (ediff-merge-region-is-non-clash)
279         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
280         Also check if the job is really a merge job.
282         * ediff.el (ediff-current-file): New function.
284 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
286         * progmodes/js.el: Edit docstrings throughout to follow Emacs
287         conventions.
288         (js-insert-and-indent): Delete function.
289         (js-mode-map): Don't bind keys to js-insert-and-indent.
290         (js-beginning-of-defun): Rename from js--beginning-of-defun.
291         (js-end-of-defun): Rename from js--end-of-defun.
292         (js-auto-indent-flag): Delete variable.
294 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
296         * progmodes/js.el: Remove proclaim statement.
297         Defvar which-func-imenu-joiner-function to silence compiler.
299         * files.el (auto-mode-alist): Use js-mode for .js files.
301         * progmodes/js2-mode.el: Remove file.
303         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
305         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
307         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
309 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
310         Karl Landstrom  <karl.landstrom@brgeight.se>
312         * progmodes/js.el: New file.
314 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
316         * timezone.el (timezone-parse-date): Add ability to understand ISO
317         basic format (minimal separators) dates in addition to the
318         already-supported extended format dates.
320 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
322         * international/ucs-normalize.el: Add a `coding' file variable.
324         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
326 2009-08-14  Sam Steingold  <sds@gnu.org>
328         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
330 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
332         * faces.el (help-argument-name): Define it here instead of
333         help-fns.el, because in daemon mode help-fns.el may be loaded when
334         faces are still uninitialized (Bug#1078).
336         * help-fns.el (help-argument-name): Move defface to faces.el.
338 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
340         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
341         create buffer with a pty but no process so that GDB can make the
342         inferior the controlling process.
344 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
346         * international/ucs-normalize.el: New file.
348 2009-08-13  Richard Stallman  <rms@gnu.org>
350         * mail/rmail.el (rmail-get-attr-names):
351         Accept an attribute header that is too short.
353         * mail/rmail.el (rmail-forget-messages):
354         Ignore nil elt in rmail-message-vector.  Use dotimes.
356         * progmodes/compile.el (compilation-goto-locus):
357         Use next-error-move-function.
359         * simple.el (next-error-move-function): New variable.
361 2009-08-12  Juri Linkov  <juri@jurta.org>
363         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
364         always non-nil.  (Bug#4052)
366         * replace.el (read-regexp): Return empty string when
367         `default-value' is nil.
368         (keep-lines-read-args): Don't use empty string as the
369         default value for `read-regexp'.  (Bug#2495)
371 2009-08-12  Juri Linkov  <juri@jurta.org>
373         * international/mule-cmds.el (ucs-insert): Change arguments
374         from `arg' to `character', `count', `inherit' to be the same
375         as in `insert-char'.  Doc fix.  (Bug#4039)
377         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
379 2009-08-12  Juri Linkov  <juri@jurta.org>
381         * files-x.el: New file.
383         * files.el: Move code that deals with adding/deleting
384         file/directory-local variables to files-x.el.
386         * Makefile.in (ELCFILES): Add files-x.elc.
388 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
390         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
391         to use `goto-line'.
392         (gdb-place-breakpoints, gdb-get-location): Rewritten without
393         `goto-line'.
394         (gdb-invalidate-disassembly): Do not refresh upon receiving
395         'update signal. Instead, update all disassembly buffers only after
396         threads list.
397         (gdb): Send -target-detach when buffer is killed (#3794).
398         (gdb-starting): Moved -data-list-register-names...
399         (gdb-stopped): ...here so it's sent when first thread stops.
400         (gdb-registers-handler-custom): Do nothing if register names are
401         unknown yet.
403         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
404         from `gdb-mi.el' to avoid extra tangling.
406         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
407         change which breaks `gud-def' definitions. used in `gdb'.
408         (gdb-update-gud-running): No extra fuss for updating frame number.
410 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
412         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
413         (describe-language-environment-map, setup-language-environment-map)
414         (set-coding-system-map): Move initialization into declaration.
415         (set-language-info-alist): Last arg to define-key-after can be skipped.
417         * international/quail.el (quail-completion-1): Simplify.
418         (quail-define-rules): Use slightly more compact code.
419         (quail-insert-decode-map): Propertize keys, compact columns.
421         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
422         Add goto-line.
424 2009-08-10  Miles Bader  <miles@gnu.org>
426         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
427         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
428         (js2-instance-member, js2-private-member, js2-private-function-call)
429         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
430         (js2-magic-paren, js2-external-variable):
431         Remove "-face" suffix from face names.
432         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
433         (js2-highlight-undeclared-vars, js2-peek-token)
434         (js2-parse-function-params, js2-mode-show-errors)
435         (js2-mode-show-warnings, js2-make-magic-delimiter)
436         (js2-mode-highlight-magic-parens): Update to use new face names.
438 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
440         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
441         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
443 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
445         * subr.el: Provide hashtable-print-readable.
447         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
448         hs-c-like-adjust-block-beginning.
449         (hs-hide-block-at-point): Stop hiding at the beginning of
450         hs-block-end-regexp (Bug#700).
452 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
454         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
455         a macro.
456         (gdb-registers-handler-custom): Do not fail when register names
457         are unavailable.
459 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
461         * progmodes/gdb-mi.el (gdb-control-all-threads)
462         (gdb-control-current-thread): Interactive setters for
463         `gdb-gud-control-all-threads' to use in menu.
464         (gdb-show-run-p): Show «Go» when process is not active.
465         (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
466         gud/thread.xpm and gud/all.xpm.
468 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
470         * net/net-utils.el (net-utils-font-lock-keywords): New var.
471         (nslookup-font-lock-keywords): Make it a variable.
472         (net-utils-mode): New mode for viewing diagnostic network output.
473         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
474         (net-utils-run-simple): New function.
475         (ifconfig, iwconfig, netstat, arp, route): Use it.
477 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
479         * progmodes/gdb-mi.el (gdb-read-memory-custom)
480         (gdb-memory-set-address, def-gdb-set-positive-number)
481         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
482         after changing settings.
483         (gdb-invalidate-disassembly): Update when first shown.
484         (gdb-edit-locals-value): Fixed.
485         (gdb-registers-handler-custom): Print registers in right order and
486         allow changing register values (only for current thread yet).
487         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
488         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
489         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
490         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
491         info in mode name.
492         (gdb-registers-mode-map): TAB to switch to locals.
494 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
496         * mail/rmail.el (rmail-add-mbox-headers)
497         (rmail-set-message-counters-counter): Search for
498         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
500 2009-08-08  Glenn Morris  <rgm@gnu.org>
502         * Makefile.in (ELCFILES): Update.
504 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
506         * mail/sendmail.el (mail-yank-original): Set
507         buffer-file-coding-system from the one used by the message whose
508         text is yanked.
510         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
511         to "windows" when "pgnuplot" is used.
512         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
513         call accept-process-output if "pgnuplot" is used.
514         (calc-graph-init): Don't send -display and -geometry to
515         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
516         running "pgnuplot -V" with shell-command-to-string.
518         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
519         the default.
521 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
523         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
524         org/org-latex.elc.
526 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
528         * vc-dispatcher.el (vc-resynch-window): Update comment.
530         * term.el (term-handle-ansi-escape): Add comments with the
531         terminfo capabilities implemented.
533 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
535         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
536         (gdb-var-create-handler): Rewritten using JSON parser.
537         (gdb-propertize-header): Moved earlier.
538         (gdb-set-header): Removed to avoid duplication.
539         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
540         Refresh disassembly buffers only after threads list have been
541         update.
542         (gdb-threads-header, gdb-registers-header): Per-buffer header line
543         variables.
545 2009-08-04  Juri Linkov  <juri@jurta.org>
547         * files.el: Commands to add/delete file/directory-local variables.
548         (read-file-local-variable, read-file-local-variable-value)
549         (read-file-local-variable-mode, modify-file-local-variable)
550         (modify-file-local-variable-prop-line)
551         (modify-dir-local-variable): New functions.
552         (add-file-local-variable, delete-file-local-variable)
553         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
554         (add-dir-local-variable, delete-dir-local-variable)
555         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
556         (copy-dir-locals-to-file-locals-prop-line): New commands.
558 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
560         * abbrev.el (insert-abbrev-table-description): Prettify output.
561         Suggested by Karl Chen.
563 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
565         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
566         (gdb-overlay-arrow-position): Renamed to
567         `gdb-disassembly-position'.
568         (gdb-overlay-arrow-position, gdb-thread-position)
569         (gdb-disassembly-position): Declare variables.
570         (gdb-wait-for-pending): Function now.
571         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
572         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
573         compilation goes smoothly.
574         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
575         (gdb-non-stop-setting): New customization setting which replaces
576         `gdb-non-stop' so changing it doesn't break active GDB session.
577         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
578         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
579         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
580         (gdb-show-threads-by-default): New customization options.
581         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
582         routines.
583         (gdb-get-buffer-create): Send buffers update signal when they are
584         created.
585         (gdb-invalidate-locals, gdb-invalidate-registers)
586         (gdb-invalidate-breakpoints)
587         (gdb-invalidate-threads, gdb-invalidate-disassembly)
588         (gdb-invalidate-memory): Accept update signal.
589         (gdb-current-context-command): Use --frame option.
590         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
591         Implement `gdb-frame-number' selection logic.
592         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
593         whether to show GUD toolbar buttons.
594         (gdb-thread-exited): Unselect current thread when it exits.
595         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
596         (gdb-mark-line): Routine which sets overlay arrow or inverses
597         video on fringeless displays.
598         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
599         to build aligned columns of data in GDB buffers and set text
600         properties line-by-line.
601         (gdb-invalidate-breakpoints)
602         (gdb-breakpoints-list-handler-custom)
603         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
604         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
605         (gdb-registers-handler-custom): Align data columns.
606         (gdb-locals-handler-custom): Now prints data like in variable
607         declarations.
608         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
609         Removed confusing buttons.
610         (gdb-invalidate-threads): Append --frame.
611         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
612         between breakpoints/threads buffers.
613         (gdb-set-window-buffer): Now can ignore dedicated windows.
614         (gdb-propertize-header): Use `gdb-set-window-buffer'.
615         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
616         (def-gdb-thread-buffer-gud-command): Replaces
617         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
618         for fine thread control.
619         (gdb-preempt-existing-or-display-buffer): New function used to
620         display bound buffers without breaking window layout.
621         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
622         (gdb-select-frame): New version of `gdb-frames-select' which now
623         sets `gdb-frame-number' so commands may use --frame option instead
624         of inner debugger state.
625         (gdb-frame-handler): Do not set `gdb-frame-number'.
626         (gdb-threads-mode-map): Select threads with mouse.
628         * progmodes/gud.el (gdb-gud-context-call): Declare function to
629         avoid compilation warning.
630         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
631         `gdb-show-stop-p`.
633         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
634         Argument `key' renamed to `buffer-type'.
635         (gdb-current-context-buffer-name): Do not add thread info to
636         buffer name when no thread is selected.
637         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
638         command (bug 3794).
639         (gdb-thread-selected): Handle `=thread-selected' notification.
640         (gdb-wait-for-pending): New macro to deal with congestion problems.
641         (gdb-breakpoints-list-handler-custom): Don't fail on pending
642         breakpoints.
643         (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
644         fixes problem similar to one described in bug 3947.
645         (gud-menu-map): More menu items.
646         (gdb-init-1): Reset `gdb-thread-number' to nil.
648         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
649         non-stop settings.
651         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
652         (gdb-current-context-command): Do not append --thread if
653         `gdb-thread-number' is nil.
654         (gdb-running-threads-count, gdb-stopped-threads-count): New
655         variables.
656         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
657         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
658         customization options.
659         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
660         GUD commands.
661         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
662         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
663         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
664         set `gdb-thread-number' and update `gud-running' properly.
665         (gdb-running): Update threads list when new threads appear.
666         (gdb-stopped): Support non-stop operation and new thread switching
667         logic.
668         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
669         (gdb-json-partial-output): New set of JSON routines.
670         (def-gdb-auto-update-trigger): New `signal-list' optional
671         argument.
672         (gdb-thread-list-handler-custom): Update `gud-running',
673         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
674         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
675         (gdb-continue-thread, gdb-step-thread): New commands for fine
676         thread execution control.
677         (gud-menu-map): New menu items to switch non-stop options.
678         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
679         (gdb-send): Mimic RET properly (bug 3794).
681         * progmodes/gdb-mi.el (gdb-rules-name-maker)
682         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
683         gdb-buffer-rules.
684         (def-gdb-auto-update-handler): New nopreserve optional argument.
685         (gdb-stack-list-frames-custom): Print stack from top to bottom.
687         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
688         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
689         (gdb-parent-mode): New mode to derive other GDB modes from.
690         (gdb-display-disassembly-for-thread)
691         (gdb-frame-disassembly-for-thread): New commands for threads
692         buffer.
694         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
695         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
696         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
697         (gdb-update): We now store all GDB buffers in a list so that they
698         can be updated by traversing a list instead of calling invalidate
699         triggers explicitly
700         (def-gdb-trigger-and-handler): New macro to define trigger-handler
701         pair for GDB buffer.
702         (gdb-stack-buffer-name): Add thread information.
703         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
704         handle pending triggers.
705         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
706         (def-gdb-thread-buffer-simple-command)
707         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
708         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
709         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
710         commands which show buffers bound to thread.
711         (gdb-stack-list-locals-regexp): Removed unused regexp.
713         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
714         (gdb-registers-buffer-name)
715         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
716         to (gud-comint-buffer) in *-buffer-name functions
717         because (gdb-get-target-string) already does that.
718         (gdb-locals-handler-custom, gdb-registers-handler-custom)
719         (gdb-changed-registers-handler): Rewritten without regexps.
721         * progmodes/gdb-mi.el Basic thread selection support.
722         (gdb-thread-number): New variable.
723         (gdb-current-context-command): New macro which adds --thread
724         option to command.
725         (gdb-threads-mode-map): Select thread with SPC
726         (gdb-thread-list-handler-custom): Mark current thread with overlay
727         arrow. Synchronize GDB thread and Emacs thread.
728         (gdb-select-thread): New command which selects current thread.
729         (gdb-invalidate-frames, gdb-invalidate-locals)
730         (gdb-invalidate-registers): Use --thread option.
732 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
734         * net/tramp.el (top): Make check for tramp-gvfs loading more
735         robust.  (Bug#3977)
736         (tramp-handle-insert-file-contents): `unwind-protect' must be
737         inside `with-parsed-tramp-file-name'.
739         * net/tramp-gvfs.el (top): Remove superfluous message when loading
740         fails.
742 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
744         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
745         directory if CLASSPATH is not set.
747 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
749         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
750         defconst.
751         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
753 2009-08-02  Kevin Ryde  <user42@zip.com.au>
755         * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
756         freshmeat link.  Delete newsforge.com as it seems gone.
758 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
760         * select.el (x-set-selection): Doc fix (Bug#4021).
762         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
764         * help-fns.el (describe-variable): Treat list return values from
765         dir-locals-find-file properly (Bug#4005).
767 2009-08-02  Julian Scheid <julians37@googlemail.com>  (tiny change)
769         * net/tramp.el (tramp-debug-message): Print also microseconds.
771 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
773         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
774         or END is non-nil.
775         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
776         (tramp-get-debug-buffer): Change `outline-regexp' according to new
777         format.
779         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
780         (tramp-get-file-property): Use it.
782         * autorevert.el (auto-revert-handler): Allow
783         `auto-revert-tail-mode' for remote files.
785 2009-08-02  Jason Rumney  <jasonr@gnu.org>
787         * minibuffer.el (read-file-name): Treat confirm options to
788         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
790 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
792         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
793         (font-lock-variable-name-face, font-lock-constant-face): Darken
794         the colors for light backgrounds.
796 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
798         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
799         month names.  (Bug#3987)
801 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
803         * simple.el (line-move-finish): Pass whole number to
804         line-move-to-column.
805         (line-move-visual): Perform hscroll to the recorded position.
807 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
809         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
811 2009-07-29  Alan Mackenzie  <acm@muc.de>
813         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
815 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
817         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
818         (gdb-place-breakpoints): Use full path when setting breakpoints.
820 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
822         * calc/calc.el (calc-mode-map): Add keybinding for
823         `calc-transpose-lines'.
825 2009-07-29  Vincent Belaïche <vincent.belaiche@gmail.com>
827         * calc/calc-misc.el (calc-transpose-lines): New function.
829 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
831         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
832         Simplify check for out-of-band methods.
833         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
834         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
836 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
838         * vc-git.el (vc-git-checkin): Fix typo.
840 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>>
842         * progmodes/js2-mode.el: New file.
844 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
846         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
847         (gud-menu-map): Adjust tooltip accordingly.
849 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
851         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
852         (vc-bzr-log-view-mode): Adjust log-view-file-re.
854         * add-log.el (change-log-mode-map): Add a menu.
856 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
858         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
859         function returns nil.
860         (dbus-handle-event): Handle special return value :ignore.
861         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
863 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
865         * view.el (view-mode-enable): Don't define Helper-return-blurb if
866         it's not needed.
868 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
870         Fix Bug#3888:
872         * w32-vars.el (x-select-enable-clipboard): Doc fix.
874         * term/pc-win.el (x-display-name, x-colors)
875         (x-select-enable-clipboard, x-select-text): Doc fix.
877         * term/common-win.el (x-display-name, x-colors): Doc fix.
879         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
880         (xw-defined-colors): Doc fix.
882         * w32-fns.el (x-select-text, x-setup-function-keys)
883         (x-get-selection, x-set-selection): Doc fix.
885         * term/x-win.el (x-select-text, x-setup-function-keys)
886         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
888         * select.el (x-set-selection): Doc fix.
890 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
892         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
893         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
894         "IsNSSSupportAvailable" method is not available.  Reported by
895         Steve Youngs <steve@sxemacs.org>.
897 2009-07-24  Kenichi Handa  <handa@m17n.org>
899         * international/characters.el: Fix setting of category ?C, ?|, ?K,
900         and ?H.  Fix setting of case for Latin Extended and Greek
901         Extended.
902         (build-unicode-category-table): Fix range checks.
904 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
906         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
907         the buffer we try to sync is current when calling
908         vc-resynch-buffer.
910         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
911         not show up to date files.
913 2009-07-24  Glenn Morris  <rgm@gnu.org>
915         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
916         Add autoload cookies.  If necessary, initialize.
917         (elint-log): Handle non-file buffers.
918         (elint-initialize): Add optional argument to reinitialize.
919         (elint-find-builtin-variables): Save excursion.
921 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
923         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
924         for Lint.
926 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
928         * vc.el (vc-print-log-internal): New function, split out from ...
929         (vc-print-log): ... here.
930         (vc-dir-move-to-goal-column): Declare.
932         * vc-git.el (vc-git-add-signoff): New variable.
933         (vc-git-checkin): Use it.
934         (vc-git-toggle-signoff): New function.
935         (vc-git-extra-menu-map): Bind it to menu.
936         (vc-git--run-command-string): Accept a nil FILE argument.
937         (vc-git-stash-list): New function.
938         (vc-git-dir-extra-headers): Use it.
940 2009-07-23  Glenn Morris  <rgm@gnu.org>
942         * help-fns.el (describe-variable): Describe ignored and risky local
943         variables in a similar way to that in which we describe safe ones.
945         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
946         (byte-compile-output-file-form, byte-compile-output-docform)
947         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
948         Give some more local variables with common names a "bytecomp-" prefix,
949         so as not to shadow things during compilation.
950         * emacs-lisp/cl-macs.el (load-time-value)
951         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
952         `outbuffer' to `bytecomp-outbuffer'.
954         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
955         since the next two variables cover them automatically now.
956         (elint-builtin-variables, elint-autoloaded-variables): New.
957         (elint-unknown-builtin-args): Remove all members, since they can be
958         parsed automatically now.
959         (elint-extra-errors): New.
960         (elint-env-add-env, elint-env-add-macro): Use cadr.
961         (elint-current-buffer): Use or.  Change final message.
962         (elint-get-top-forms): Use line-end-position.
963         (elint-init-env): Use cadr.  Handle autoload, declare-function,
964         and defalias.
965         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
966         (regexp-assoc): Remove unused function.
967         (elint-top-form): Set elint-current-pos, to record the start of the
968         top-level form, for compilation-mode.
969         (elint-form): Trap errors in macro expansion.  Use dolist.
970         (elint-unbound-variable): Use elint-builtin-variables and
971         elint-autoloaded-variables.
972         (elint-get-args): Use cadr, or.
973         (elint-check-cond-form): Use dolist, cadr.
974         (elint-check-condition-case-form): Doc fix.  Use cadr.
975         Use elint-extra-errors.
976         (elint-log): New function.
977         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
978         Distinguish errors and warnings.
979         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
980         Use a bytecomp-style format.
981         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
982         (elint-get-log-buffer): Use compilation mode.  Disable undo.
983         Don't truncate lines.
984         (elint-initialize): Set builtin and autoloaded variable lists.
985         Only process elint-unknown-builtin-args if non-nil.
986         (elint-find-builtin-variables, elint-find-autoloaded-variables):
987         New functions.
988         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
990 2009-07-22  Kevin Ryde  <user42@zip.com.au>
992         * net/newst-backend.el (newsticker--parse-atom-1.0)
993         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
994         (newsticker--parse-rss-1.0):
995         * progmodes/idlwave.el (idlwave-mode):
996         * progmodes/idlw-shell.el (idlwave-shell-mode):
997         * progmodes/vera-mode.el (vera-mode):
998         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
999         * progmodes/vhdl-mode.el (vhdl-mode):
1000         * textmodes/table.el (table-generate-source)
1001         (table--warn-incompatibility):
1002         Hyperlink urls in docstrings with URL `...'.
1004 2009-07-22  Glenn Morris  <rgm@gnu.org>
1006         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
1007         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
1008         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
1009         Remove leading * from defcustom docs.
1011         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
1013         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
1014         defcustom doc.
1015         (list-load-path-shadows): Optionally, just return shadows as a string.
1017         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
1019 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
1021         * mail/rmailedit.el (rmail-edit-mode): Use
1022         auto-save-include-big-deletions.
1024         * mail/rmail.el (rmail-variables): Use
1025         auto-save-include-big-deletions.
1027         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
1028         changes.
1030 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
1032         * calc/calc.el (calc-undo-length): New variable.
1033         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
1035 2009-07-21  Richard Stallman  <rms@gnu.org>
1037         * files.el (auto-save-mode): Handle buffer-save-size = -2
1038         for toggling mode.
1040 2009-07-21  Glenn Morris  <rgm@gnu.org>
1042         * textmodes/ispell.el (ispell-looking-back): Update declaration.
1044         * calendar/todo-mode.el (calendar-current-date): Update declaration.
1046         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
1047         silence compiler.  Instead...
1048         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
1049         (ps-print-ensure-fontified): Update for above function name changes.
1051         * printing.el (pr-mh-get-msg-num, pr-mh-show)
1052         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
1053         silence compiler.  Instead...
1054         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
1055         (mh-show-buffer): Only define for compiler.
1056         (pr-mh-current-message): Update for above function name changes.
1058         * files.el (abort-if-file-too-large): Explicitly pass `filename'
1059         as an argument.
1060         (find-file-noselect, insert-file-1): Update for above change.
1062         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
1064         * mail/mailclient.el (mailclient-send-it): Fix message.
1066         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
1067         (edebug-eval): Check cl-debug-env is bound.
1068         (print-level, print-circle): Don't redefine built-in variables.
1070         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
1071         (custom-print-vectors): Remove old comments from doc.
1073         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
1074         (emerge-version): Make the variable an obsolete alias for the
1075         emacs-version variable.  Make the function obsolete.
1076         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
1077         Emerge options, rather than merging in into the main Options menu.
1078         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
1079         and auto advance modes.  Disable edit/fast items when not relevant.
1081 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1083         * term/vt420.el (terminal-init-vt420): Fix typo.
1085 2009-07-20  Sam Steingold  <sds@gnu.org>
1087         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
1088         variable (removed from compile.el on 2004-03-11).
1090 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
1092         * files.el (hack-local-variables-filter): Fix last change.
1094 2009-07-19  Juri Linkov  <juri@jurta.org>
1096         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
1097         (dir-local-variables-alist): New buffer-local variable.
1098         (hack-local-variables-filter): If variable is not dir-local,
1099         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
1100         because file-local overrides dir-local.
1101         (c-postprocess-file-styles)<declare-function>:
1102         Remove obsolete declaration.
1103         (hack-dir-local-variables): Add dir-local variable/value pair to
1104         `dir-local-variables-alist' and remove duplicates.  Doc fix.
1106         * help-fns.el (describe-variable): Add information about
1107         file-local and dir-local variables.
1109 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
1111         * files.el (hack-local-variables-filter): Rewrite.
1113 2009-07-19  Glenn Morris  <rgm@gnu.org>
1115         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
1116         Silence compiler by only defining on XEmacs.
1118         * international/mule.el (auto-coding-regexp-alist): Only match
1119         BABYL... at the start of buffer, not of lines.  (Bug#3790)
1121         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
1122         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
1123         (cal-menu-context-mouse-menu): Doc fix.
1125         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
1127         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
1129 2009-07-18  Juri Linkov  <juri@jurta.org>
1131         * info.el: Virtual Info keyword finder.
1132         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
1133         (Info-finder-file): New variable.
1134         (Info-finder-find-file): New function.
1135         (finder-known-keywords, finder-package-info)
1136         (find-library-name, lm-commentary): Use defvar and
1137         declare-function to silence compiler warnings.
1138         (Info-finder-find-node): New function.
1139         (info-finder): New command.
1141         * subr.el (process-kill-buffer-query-function): New function.
1142         (add-hook)<kill-buffer-query-functions>: Add hook
1143         `process-kill-buffer-query-function'.
1145 2009-07-18  Alan Mackenzie  <acm@muc.de>
1147         * progmodes/cc-mode.el (c-before-hack-hook),
1148         (c-postprocess-file-styles): Give invocation of `c-set-style'
1149         DONT-OVERRIDE parameter of t.  Already set style variables will
1150         thus not be overridden by style settings given by `c-file-syle'.
1152         * files.el (hack-local-variables-filter): Remove entries with
1153         duplicate keys from `file-local-variables-alist'.
1155 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
1157         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
1158         x-set-selection if display-selections-p returns nil for the
1159         current frame.
1161 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
1163         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
1165 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
1167         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
1168         Accept nil in addition to a regexp.
1169         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
1170         Accept nil in addition to a regexp.
1171         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
1172         buffers that have an associated file.  Handle nil values of
1173         desktop-buffers-not-to-save and desktop-files-not-to-save.
1174         (Bug#3833)
1176         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1177         (x-disown-selection-internal): New functions.
1179 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
1181         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
1182         warning.
1183         (gdb-breakpoints-header): Move forward to avoid compiler warning.
1184         (gdb-make-header-line-mouse-map): Remove duplicate definition.
1186 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
1188         * simple.el (set-mark): Revert last change.
1190 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
1192         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
1193         rendering of pngs is not possible instead of messaging a long
1194         description.
1196 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
1198         * w32-fns.el (x-selection-owner-p): New function.
1200         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
1201         (mouse-yank-at-click, mouse-yank-primary): If
1202         select-active-regions is non-nil, deactivate the mark before
1203         insertion.
1205         * simple.el (deactivate-mark, set-mark): Only save selection if we
1206         own it.
1208 2009-07-17  Kenichi Handa  <handa@m17n.org>
1210         * case-table.el (describe-buffer-case-table): Fix for the case
1211         that KEY is a cons.
1213 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1215         * vc-rcs.el (vc-rcs-find-file-hook):
1216         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
1218 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
1220         * net/tramp.el (tramp-wait-for-output): Handle the case when
1221         commands do not return a newline but a null byte before the shell
1222         prompt.  (Bug#3858)
1224 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1226         * term/ns-win.el (ns-set-alpha): Don't declare.
1227         (ns-set-background-alpha): Remove function.
1229 2009-07-16  Kevin Ryde  <user42@zip.com.au>
1231         * emacs-lisp/copyright.el (copyright-update): Save match-data across
1232         y-or-n-p, for safety.
1234 2009-07-16  Richard Stallman  <rms@gnu.org>
1236         * files.el (auto-save-mode): If buffer-saved-size is -2,
1237         don't clobber it.
1239         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
1240         (rmail-retry-ignored-headers): Add more uninteresting fields.
1242 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
1244         * net/rcirc.el (rcirc): Use history variables.
1245         (rcirc-server-name-history, rcirc-nick-name-history)
1246         (rcirc-server-port-history): New variables.
1248 2009-07-15  Kenichi Handa  <handa@m17n.org>
1250         * international/mule-cmds.el (set-language-environment-charset):
1251         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
1252         ignore them.
1254         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
1255         Delete unibyte-display.
1257 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1259         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
1261 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1263         * simple.el (deactivate-mark): Optional argument FORCE.
1264         (set-mark): Use deactivate-mark.
1266         * info.el (Info-search): No need to check transient-mark-mode
1267         before calling deactivate-mark.
1269         * select.el (x-set-selection): Doc fix.
1270         (x-valid-simple-selection-p): Allow buffer values.
1271         (xselect--selection-bounds): Handle buffer values.  Suggested by
1272         David De La Harpe Golden.
1274         * mouse.el (mouse-set-region, mouse-drag-track): Call
1275         copy-region-as-kill before setting the mark, to let
1276         select-active-regions work.
1278 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
1280         * simple.el (deactivate-mark): If select-active-regions is
1281         non-nil, copy the selection data into a string.
1282         (activate-mark): If select-active-regions is non-nil, set the
1283         selection to the current buffer.
1284         (set-mark): Update selection if select-active-regions is non-nil.
1286         * select.el (x-valid-simple-selection-p): Allow buffer values.
1288 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1290         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
1291         and more featureful message-mode.
1293 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
1295         * select.el (x-set-selection): Doc fix.
1296         (x-valid-simple-selection-p): Disallow selection data consisting
1297         of a list or cons of integers, since that is not used.
1298         (xselect--selection-bounds, xselect--int-to-cons): New functions.
1299         (xselect-convert-to-string, xselect-convert-to-length)
1300         (xselect-convert-to-filename, xselect-convert-to-charpos)
1301         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
1303 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
1305         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
1306         output in -break-info command (Emacs bug #3794).
1308 2009-07-14  Glenn Morris  <rgm@gnu.org>
1310         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
1311         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
1312         (edebug-print-length, edebug-print-level, edebug-print-circle)
1313         (edebug-sit-for-seconds, edebug-view-outside)
1314         (edebug-bounce-point, edebug-set-global-break-condition)
1315         (edebug-Go-nonstop-mode, edebug-trace-mode)
1316         (edebug-Trace-fast-mode, edebug-continue-mode)
1317         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
1318         (edebug-visit-eval-list): Doc fixes.
1320         * subr.el (def-edebug-spec): Doc fix.
1322 2009-07-14  Kenichi Handa  <handa@m17n.org>
1324         * international/characters.el: Fix setting of category ?C.
1326 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
1328         * term/ns-win.el (x-select-font): defailias x-select-font to
1329         ns-popup-font-panel instead of generate-fontset-menu.
1331 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
1333         * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
1335 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
1337         * arc-mode.el (archive-find-type): Allow for a PK00 string before
1338         the PK\003\004 header (Bug#3770).
1340 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
1342         * pcomplete.el (pcomplete-comint-setup): Check for
1343         shell-dynamic-complete-filename too.
1345 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
1347         * simple.el (temporary-goal-column): Change the value for
1348         line-move-visual to a cons cell.
1349         (line-move-visual): Record or set the window hscroll, if
1350         necessary (Bug#3494).
1351         (line-move-1): Handle cons value of temporary-goal-column.
1353 2009-07-11  Kenichi Handa  <handa@m17n.org>
1355         * international/mule-diag.el (describe-character-set): Don't show
1356         width.
1358 2009-07-10  Sam Steingold  <sds@gnu.org>
1360         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1361         Omake sometimes indents the errors it prints, so allow all
1362         regexps to start with spaces.
1364 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
1366         * cus-edit.el (customize-changed-options-previous-release):
1367         Bump value to 22.1.  (Bug#3804)
1369 2009-07-08  Sam Steingold  <sds@gnu.org>
1371         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
1372         to be a cons cell (test . ignored-directory) to selectively ignore
1373         some directories depending on the location of the search.
1375 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
1377         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
1378         remote user is root, on the local host.
1379         (tramp-local-host-p): Either the local user or the remote user
1380         must be root.  (Bug#3771)
1382 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
1384         * progmodes/gdb-mi.el (gdb): Remove description of
1385         gdb-use-separate-io-buffer.
1386         (menu): Don't allow toggling of or enable
1387         gdb-use-separate-io-buffer from menubar.
1389 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
1391         * mail/unrmail.el (unrmail): Make sure the message ends with two
1392         newlines (Bug#3769).
1394 2009-07-08  Glenn Morris  <rgm@gnu.org>
1396         * calendar/calendar.el (calendar-current-date): Rework previous change.
1398 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
1400         * calendar/calendar.el (calendar-current-date):
1401         Add an optional argument giving an offset from today.
1403 2009-07-08  Glenn Morris  <rgm@gnu.org>
1405         * tutorial.el (tutorial--describe-nonstandard-key):
1406         Adjust the message for when a key has been unbound.
1407         (help-with-tutorial): Hide the arch-tag.
1409 2009-07-08  Kenichi Handa  <handa@m17n.org>
1411         * international/fontset.el (setup-default-fontset): For each
1412         script, append (not set) font-specs.
1414         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
1415         docstring.
1417 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
1419         * progmodes/gdb-mi.el (gdb-init-1): Move sending
1420         -data-list-register-names to ...
1421         (gdb-starting): ... here because GDB 7.0 requires execution to
1422         have started when using this MI command.
1423         (gdb-set-header): New function to distinguish select and
1424         unselected tabs in gdb buffers.
1425         (gdb-propertize-header): New macro that uses gdb-set-header.
1426         (gdb-breakpoints-header, gdb-locals-header): Use it.
1427         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
1429 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
1431         * Makefile.in (ELCFILES): Remove fadr.elc.
1433 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
1435         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1436         may contain frame information, so `string-match' should be used.
1437         (gdb-update): Disassembly is invalidated through
1438         `gdb-get-selected-frame'.
1439         (gdb-pad-string): New function to pad string with spaces.
1440         (gdb-invalidate-disassembly): Invalidate only if the buffer
1441         exists.
1442         (gdb-disassembly-handler-custom): Column alignment.
1443         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1444         placing new ones.
1445         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1446         end of line, too.
1447         (gdb-frame-handler): Match convention to for disassembly buffer
1448         mode name.
1449         (gdb-stack-list-frames-handler): Rewritten without regexps.
1450         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1451         not highlight breakpoints without line information.
1452         (gdb-input): Add trailing newline to command.
1454         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1455         buffer properly.
1456         (gdb-breakpoints-list-handler-custom): Replacement for
1457         `gdb-break-list-handler'. Using real parser instead of regexps
1458         now.
1459         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1460         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1461         to place breakpoints.
1462         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1463         functions.
1464         (gdb-disassembly-handler-custom): Show overlay arrow.
1465         (gdb-disassembly-place-breakpoints): Show breakpoints in
1466         disassembly buffer.
1467         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1468         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1469         instead of parsing breakpoints buffer. Fixed old menu references
1470         in `gud-menu-map'.
1472         * fadr.el: Remove.
1474         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1475         (gdb-memory-address): New variable which holds top address of
1476         memory page shown in memory buffer
1477         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1478         customization variables.
1479         New functions:
1480         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1481         display the memory buffer.
1482         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1483         buffer display parameters.
1484         (def-gdb-memory-format, gdb-memory-format-binary)
1485         (gdb-memory-format-octal, gdb-memory-format-unsigned)
1486         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1487         Functions for setting memory buffer format.
1488         (gdb-memory-unit-word, gdb-memory-unit-halfword)
1489         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1490         unit size used in memory buffer.
1491         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1492         to next/previous page of memory buffer.
1493         Now using (bindat-get-field) instead of fadr functions.
1495 2009-07-07  Sam Steingold  <sds@gnu.org>
1497         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1498         non-top-level files.
1500 2009-07-07  Kenichi Handa  <handa@m17n.org>
1502         * international/mule-cmds.el (reset-language-environment): Put
1503         the highset priority to the charset iso-8859-1.
1505 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
1507         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1508         to the end of the line when locating the block (Bug#700).
1510 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
1512         * net/tramp.el (tramp-handle-write-region): Flush file properties
1513         in case of short track.
1515 2009-07-07  Michael McNamara  <mac@mail.brushroad.com>
1517         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1518         representation of verilog error regular expressions to work with
1519         Emacs-22's new format.
1520         (verilog-error-regexp-xemacs-alist): Coded custom representation
1521         of verilog error regular expressions to work with XEmacs format
1522         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1523         error recognition into XEmacs.
1524         (verilog-error-regexp-add-emacs): Hook routine to install verilog
1525         error recognition into Emacs-22.
1527 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
1529         * woman.el: Remove stand-alone closing parentheses.
1530         (woman-file-name, woman2-format-paragraphs)
1531         (woman-leave-blank-lines): Code cleanup.
1532         (woman-use-own-frame): Change default to nil.
1533         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1534         defaults to inherit from default faces.
1535         (woman2-process-escapes): Consume the newline after a stand-alone
1536         filler character (Bug#3651).
1538 2009-07-06  Glenn Morris  <rgm@gnu.org>
1540         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1541         (top-level): Move provide to the end.
1542         (ffap): Remove defunct URL from custom group.
1544         * subr.el (eval-after-load): Doc fix.
1546 2009-07-06  Vincent Belaïche <vincent.belaiche@gmail.com>
1548         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1549         `calc-embedded-word' is called twice.
1551 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1553         * files.el (find-alternate-file-other-window, find-alternate-file):
1554         Obey confirm-nonexistent-file-or-buffer.
1556 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
1558         * dired-aux.el (dired-show-file-type): Handle remote files.
1560 2009-03-22  Jari Aalto  <jari.aalto@cante.net>
1562         * desktop.el (desktop-globals-to-save):
1563         Add file-name-history (Bug#2750).
1565 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
1567         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
1569 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
1571         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1572         property on entire argument since this is what eshell-lisp-command
1573         expects.
1575 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
1577         * net/tramp-gvfs.el (tramp-gvfs-methods)
1578         (tramp-gvfs-zeroconf-domain)
1579         (tramp-bluez-discover-devices-timeout): Add version flag.
1580         (tramp-gvfs-handler-mounted-unmounted)
1581         (tramp-gvfs-connection-mounted-p): Polish handling of
1582         incompatibilities between GVFS 0.2 and 1.0.
1584 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
1586         * cus-start.el (all): Add make-pointer-invisible.
1588 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
1590         * calc-math.el (math-use-emacs-fn): Make sure that the number is
1591         formatted correctly.
1593 2009-07-02  Juri Linkov  <juri@jurta.org>
1595         * info.el: Virtual Info files and nodes.
1596         (Info-virtual-files, Info-virtual-nodes): New variables.
1597         (Info-current-node-virtual): New variable.
1598         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1599         New functions.
1600         (Info-file-supports-index-cookies): Use Info-virtual-file-p
1601         to check for a virtual file instead of checking a fixed list
1602         of node names.
1603         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1604         instead of ad-hoc processing of "dir" and (apropos history toc).
1605         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1606         instead of ad-hoc processing of "dir" and (apropos history toc).
1607         Reread a file when moving from a virtual node.
1608         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1609         (Info-directory-toc-nodes, Info-directory-find-file)
1610         (Info-directory-find-node): New functions.
1611         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1612         (Info-history): Move part of code to
1613         `Info-history-find-node'.
1614         (Info-history-toc-nodes, Info-history-find-file)
1615         (Info-history-find-node): New functions.
1616         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1617         (Info-toc): Move part of code to `Info-toc-find-node'.
1618         (Info-toc-find-node): New function.
1619         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
1620         the current Info file name to references because now the node
1621         "*TOC*" belongs to the same Info manual.
1622         (Info-toc-build): Rename from `Info-build-toc'.
1623         (Info-toc-nodes): Rename input argument `file' to `filename'.
1624         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1625         instead of ad-hoc processing of ("dir" apropos history toc).
1626         (Info-index-nodes): Use Info-virtual-file-p
1627         to check for a virtual file instead of checking a fixed list
1628         of node names.
1629         (Info-index-node): Add check for `Info-current-node-virtual'.
1630         Raise `save-match-data' higher up the tree to contain
1631         `search-forward' too (bug fix).
1632         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1633         (Info-virtual-index-nodes): New variable.
1634         (Info-virtual-index-find-node, Info-virtual-index): New functions.
1635         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1636         (Info-apropos-file, Info-apropos-nodes): New variables.
1637         (Info-apropos-toc-nodes, Info-apropos-find-file)
1638         (Info-apropos-find-node, Info-apropos-matches): New functions.
1639         (info-apropos): Move part of code to `Info-apropos-find-node' and
1640         `Info-apropos-matches'.
1641         (Info-mode-map): Bind "I" to `Info-virtual-index'.
1642         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1643         for a virtual file instead of checking a fixed list of node names.
1645         * simple.el (async-shell-command): New command.
1647         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1649         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1650         instead of `mount-info'.
1652 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
1654         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
1655         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
1657 2009-07-02  Kenichi Handa  <handa@m17n.org>
1659         * international/mule.el (set-keyboard-coding-system): Force *-unix
1660         coding-system to avoid eol conversion.
1662 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
1664         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1665         Add handler for `process-file', `shell-command' and
1666         `start-file-process'.
1667         (tramp-gvfs-handle-shell-command)
1668         (tramp-gvfs-handle-start-file-process)
1669         (tramp-gvfs-handle-process-file): New defuns.
1670         (tramp-synce-list-devices): Simplify check for existence of property.
1672 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1674         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
1676 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
1678         * language/korean.el (set-language-info-alist): Add korean-cp949,
1679         cp949 to spec.
1681 2009-07-01  Kenichi Handa  <handa@m17n.org>
1683         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
1685         * international/encoded-kb.el: Deleted.
1687         * international/mule.el (set-keyboard-coding-system): Perform the
1688         necessary setup here instead of calling encoded-kbd-setup-display.
1690 2009-07-01  Glenn Morris  <rgm@gnu.org>
1692         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
1694 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
1696         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
1698 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
1700         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1701         Handle also the 'rename case, when setting file modes.  (Bug#3712)
1702         (tramp-default-file-modes) Remove execute permissions.
1704         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
1705         (top): Add a default for "synce" in `tramp-default-user-alist'.
1706         Add completion function for "synce" method.
1707         (tramp-hal-service, tramp-hal-path-manager)
1708         (tramp-hal-interface-manager, tramp-hal-interface-device):
1709         New defconst.
1710         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
1711         (tramp-synce-list-devices, tramp-synce-parse-device-names):
1712         New defuns.
1714         * net/trampver.el: Update release number.
1716 2009-06-30  Kenichi Handa  <handa@m17n.org>
1718         * international/fontset.el (setup-default-fontset): Add CJK fonts
1719         for symbols and the other miscellaneous characters.
1721         * language/korea-util.el (setup-korean-environment-internal):
1722         Make char-width-table suitable for Korean environments.
1723         (exit-korean-environment): Cancel above.
1725         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1726         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
1727         setup-funcion to make char-widht-table suitable for respective
1728         environments, and an exit-function to cancel that.
1730         * language/japan-util.el (setup-japanese-environment-internal):
1731         Call use-cjk-char-width-table with arg `ja_JP'.
1733         * international/characters.el (cjk-char-width-table): Delete it.
1734         (cjk-char-width-table-list): New variable.
1735         (use-cjk-char-width-table): New arg local-name.
1736         (use-default-char-width-table): Fix for the case that Emacs is
1737         already using the default char-width-table.
1739 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
1741         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
1742         modes mandatory.  (Bug#3712)
1744 2009-06-29  Alan Mackenzie  <acm@muc.de>
1746         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
1747         correction between the visible width of TABs and their number of bytes.
1749 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
1751         * server.el (server-buffer-done): Prevent kill-buffer from
1752         prompting by clearing the buffer modification flag (Bug#3696).
1754 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
1756         * verilog-mode.el (verilog-beg-of-statement)
1757         (verilog-endcomment-reason-re): Support unique case and priority case.
1758         (verilog-basic-complete-re): Support localparam lineup.
1759         (verilog-beg-of-statement-1): Fix for robustness, unique case.
1760         (verilog-set-auto-endcomments): Fix for unique case, always_comb
1761         commenting.
1762         (verilog-leap-to-case-head): Now support *nested* unique &
1763         priority case statements.
1764         (verilog-auto-lineup): Make just declarations the default (as it
1765         had been).
1766         (verilog-leap-to-case-head): Support priority/unique case statements.
1767         (verilog-auto-lineup): Rework to give users radio buttons to
1768         select the various styles of automatic lineup
1769         (verilog-error-regexp-alist): Rework to support the XEmacs style
1770         of error regular expressions from compilers, lint tools &
1771         simulators.  Note that GNU Emacs has made it impossible for a mode
1772         to load such things.
1773         (electric-verilog-terminate-line, verilog-indent-declaration)
1774         (verilog-auto-wiure): Rework for radio button selection of
1775         auto-lineup selection of specification of auto lineup.
1776         (verilog-beg-of-statement-1): Redesign to support proper operation
1777         in additional code, based on testing with auto-lineup.
1778         (verilog-calculate-indent, assignments & declarations)
1779         (verilog-backward-token): Enhance to support auto-lineup of
1780         assignments & declarations.
1781         (verilog-in-directive-p, verilog-at-struct-p): New function for
1782         easy test of whether we are.
1783         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
1784         to support safe execution at almost anyline.
1785         (verilog-calc-1): Properly support indenting deep inside generate
1786         blocks.
1787         (verilog-init-font) Remove definition & use of verilog-init-font,
1788         as it is redundant with font-lock-defaults.
1789         (verilog-mode): Alter the definition of verilog-font-lock-defualts
1790         to avoid circular calls if syntax-ppss is a function (as is the
1791         case now in 22.x GNU Emacs) as that function would sometimes call
1792         itself, leading to (nearly) infinite recursion
1793         (verilog-ovm-begin-re, verilog-ovm-end-re)
1794         (verilog-ovm-statement-re, verilog-leap-to-head)
1795         (verilog-backward-token): Add support for OVM macros.  Some are
1796         complete statements, and others open and close scopes like begin
1797         and end.
1798         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
1799         (verilog-defun-level-generate-only-re): Really fix the defun-list
1800         compilation issue
1801         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
1802         coverpoint, constraint and cross statements
1803         (verilog-defun-level-list, verilog-generate-defun-level-list)
1804         (verilog-all-defun-level-list): Redo these specifications - it is
1805         too hard to support eval-when compile aggregation of lists also
1806         built at when-compile time.
1807         (verilog-defun-level-list): Place defconsts of variables used in
1808         building regular expressions which are built in eval-when-compile
1809         bodies in the same eval-when-compile body to facilitate compile
1810         without load.
1811         (verilog-beg-block-re-ordered): Support indenting
1812         virtual/protected tasks and functions.
1813         (verilog-defun-level-list,verilog-in-generate-region-p)
1814         (verilog-backward-ws&directives, verilog-calc-1): Speed up
1815         indentation of some module items (generate items).
1816         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
1817         across virtual/protected tasks and functions.
1819 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
1821         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
1822         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
1823         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
1824         in concatenations.  Reported by Yishay Belkind.
1825         (verilog-auto-ascii-enum): Support one-hot state machines in
1826         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
1827         (verilog-auto-inst, verilog-auto-inst-port): Include interface
1828         modport in AUTOINST and add vl-modport for users.  Reported by
1829         David Rogoff.
1830         (verilog-auto-inout-module, verilog-auto-inst)
1831         (verilog-decls-get-interfaces, verilog-insert-definition)
1832         (verilog-insert-one-definition, verilog-read-decls)
1833         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
1834         (verilog-sig-modport, verilog-signals-combine-bus)
1835         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
1836         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
1837         Suggested by David Rogoff.
1838         (verilog-repair-open-comma): Fix non-insertion of comma when
1839         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
1840         (verilog-make-width-expression): Simplify [A-1:0] expression
1841         widths to just {A{1'b0}}.
1842         (verilog-mode): Cleanup checkdoc warnings.
1843         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
1844         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
1845         inputs/outputs or data type.  Suggested by Vasu Kandadi.
1846         (next-error-last-buffer): Fix byte-compiler warning.
1847         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
1848         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
1849         or shell command text during AUTO expansion.  Suggested by Tad Truex.
1850         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
1851         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
1852         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
1853         in AUTOINOUT. Reported by Matthew Lovell.
1854         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
1855         causing use of <= assignments.  Reported by Alex Reed.
1856         (verilog-read-decls): Fix triand, trior, wand, wor to be
1857         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
1858         (verilog-extended-complete-re): Support import "DPI-C" functions.
1859         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
1860         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
1861         (verilog-insert-date, verilog-insert-year)
1862         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
1863         Windows systems.  Reported by Michael Potts.
1864         (verilog-read-module-name): Fix AUTOINST when the child module
1865         declaration's name is a tick define. Reported by Elliot Mednick.
1866         (verilog-read-decls): Fix V2K parameter bit subscripts getting
1867         passed to next parameter's definition. Reported by Bruce T.
1868         (verilog-read-decls): Fix detecting "parameter int" when using
1869         AUTOINSTPARAM.  Reported by Bruce T.
1870         (verilog-goto-defun): Fix goto not finding modules unless first
1871         perform a verilog-auto expansion. Suggested by Lawrence Butcher.
1872         (verilog-mode): Expand -f flag arguments on entry to mode so
1873         verilog-goto-defun will work.  Reported by Lawrence Butcher.
1874         (verilog-getopt): Expand environment variables in -f file
1875         arguments.  Suggested by Lawrence Butcher.
1876         (verilog-set-define): Fix "Symbol's value as variable is void"
1877         when reading enumerations.
1878         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
1879         Suggested by Stephen Peltan.
1880         (verilog-read-defines): Fix reading of enumerations in include
1881         files.  Reported by Steve Peltan.
1883 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
1885         * files.el (trash-directory): Fix defcustom type.
1887 2009-06-28  Juri Linkov  <juri@jurta.org>
1889         * help-fns.el (describe-function-1): Correctly locate adviced
1890         functions in hyperlink (Bug#2438).
1892 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
1894         * files.el (trash-directory): Change default to nil.
1895         (move-file-to-trash): If trash-directory is nil and
1896         system-move-file-to-trash is unbound, perform freedesktop-style
1897         trashing.
1899 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
1901         * files.el (move-file-to-trash): Add freedesktop trash
1902         support (Bug#973).
1904 2009-06-28  Glenn Morris  <rgm@gnu.org>
1906         * autorevert.el (global-auto-revert-non-file-buffers)
1907         (global-auto-revert-mode): Doc fixes.
1909 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
1911         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
1913 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
1915         * faces.el (x-handle-named-frame-geometry): Ensure that we have
1916         opened an X connection before calling x-get-resource (Bug#3194).
1918         * play/doctor.el: Remove reference to obsolete website.
1919         (make-doctor-variables): Correct grammar mistake (Bug#2633).
1921 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1923         Remove find-file-not-found-hook VC method.  (Bug#2757)
1924         * vc-hooks.el (vc-file-not-found-hook)
1925         (vc-default-find-file-not-found-hook): Remove functions.
1926         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
1927         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
1928         * vc.el:
1929         * vc-hg.el:
1930         * vc-git.el: Do not mention find-file-not-found-hook VC method.
1932 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
1934         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
1935           compatibility function for `looking-back'
1937         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1938         Use `ispell-looking-back'
1940 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
1942         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
1943         rather than `filename'.
1945 2009-06-23  Miles Bader  <miles@gnu.org>
1947         * face-remap.el (text-scale-set): New function.
1949 2009-06-23  Glenn Morris  <rgm@gnu.org>
1951         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1953         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
1955         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
1957         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
1959         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1960         Simplify Persian conditionals.
1962         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
1963         variable `filename'.
1965         * comint.el (comint-insert-input): Doc fix.
1967         * Makefile.in (ELCFILES): Fix typo in previous change.
1969 2009-06-23  Miles Bader  <miles@gnu.org>
1971         * cus-start.el: Add entry for `recenter-redisplay'.
1973 2009-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1975         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
1976         Add an optional argument for the backend, use it instead of
1977         calling vc-backend.
1978         (vc-mode-line): Add an optional argument for the backend.
1979         Pass the backend to vc-state and vc-working-revision.  Move code for
1980         special handling for vc-state being a buffer to ...
1982         * vc-rcs.el (vc-rcs-find-file-hook):
1983         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
1985         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
1986         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
1987         vc-stay-local-p and vc-mode-line calls.
1989         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
1990         (vc-cvs-diff, vc-cvs-annotate-command)
1991         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
1992         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
1993         vc-mode-line calls.
1995         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
1996         direct comparison.
1997         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
1998         backend when calling vc-mode-line.
1999         (vc-register): Do not create a closure for calling the vc register
2000         function, call it directly.
2002 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
2004         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
2005         to make it obvious item can be clicked.
2007         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
2009 2009-06-23  Kenichi Handa  <handa@m17n.org>
2011         * language/korea-util.el (korean-key-bindings): Change the binding
2012         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
2013         same command.
2015 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
2017         Sync with Tramp 2.1.16.
2019         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
2021         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
2022         when a loading of a package fails.  Completion function for rsync
2023         is `tramp-completion-function-alist-ssh'.
2024         (all): Replace all calls of `split-string' and
2025         `tramp-split-string' by `tramp-compat-split-string'.
2026         (tramp-default-method): Use `tramp-compat-process-running-p'.
2027         (tramp-default-proxies-alist): Allow also Lisp forms.
2028         (tramp-remote-path): Add choice "Private Directories".
2029         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
2030         (tramp-domain-regexp): Allow also "-", "_" and ".".
2031         (tramp-end-of-output): Remove newlines, and add "$" at the end.
2032         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
2033         (tramp-debug-message): Insert header line in debug buffer.
2034         (tramp-handle-directory-files-and-attributes-with-stat):
2035         Care about filenames with spaces, or starting with "-".
2036         (tramp-handle-dired-uncache): New defun.
2037         (tramp-handle-insert-directory): Don't flush the directory from
2038         cache, this is handled by `dired-uncache' now.
2039         (tramp-handle-insert-file-contents): Improve error handling.
2040         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2041         Quote `tramp-end-of-output'.
2042         (tramp-action-password): Improve trace message.
2043         (tramp-check-for-regexp): Both echoes must be present, before removing.
2044         (tramp-open-connection-setup-interactive-shell): Trace coding system.
2045         (tramp-compute-multi-hops): Eval cons cells of
2046         `tramp-default-proxies-alist'.
2047         (tramp-maybe-open-connection): Use the same command pattern for
2048         first hop and further hops.
2049         (tramp-wait-for-output): Remove handling of newlines.
2050         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
2051         (tramp-split-string): Remove function.  It is handled in
2052         tramp-compat now.
2054         * net/tramp-cmds.el (tramp-bug):
2055         Recommend `tramp-cleanup-all-connections' in the bug mail.
2057         * net/tramp-compat.el (tramp-compat-split-string)
2058         (tramp-compat-process-running-p): New defuns.
2060         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
2061         for `dired-uncache'.
2063         * net/tramp-gvfs.el: New package.
2065         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2066         Add handler for `dired-uncache'.
2067         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
2069         * net/trampver.el: Update release number.  Make version check fit
2070         for SXEmacs 22.
2072 2009-06-22  Jim Meyering  <meyering@redhat.com>
2074         Automatically handle .xz suffix (XZ-compressed files), too.
2075         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
2076         XZ is the successor to LZMA: <http://tukaani.org/xz/>
2078 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
2079             Nick Roberts  <nickrob@snap.net.nz>
2081         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
2082         repository (http://sphinx.net.ru/hg/gdb-mi/).
2084 2009-06-22  Glenn Morris  <rgm@gnu.org>
2086         * files.el (dir-locals-collect-mode-variables): Allow for any number of
2087         `mode' and `eval' entries.  (Bug#3430)
2089         * Makefile.in (ELCFILES): Add fadr.elc.
2091         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
2092         differing behavior of \n and ^ in strings.  (Bug#3385)
2094         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
2096         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
2097         property.
2098         (lisp-indent-function): Make it a defcustom.
2100 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
2102         * progmodes/gdb-ui.el: Replace with ...
2103         * progmodes/gdb-mi.el: ... this file.
2104         * progmodes/gud.el: Modify for gdb-mi.el.
2106 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
2108         * fadr.el: New file.
2110 See ChangeLog.14 for earlier changes.
2112 ;; Local Variables:
2113 ;; coding: utf-8
2114 ;; End:
2116     Copyright (C) 2009  Free Software Foundation, Inc.
2118   This file is part of GNU Emacs.
2120   GNU Emacs is free software: you can redistribute it and/or modify
2121   it under the terms of the GNU General Public License as published by
2122   the Free Software Foundation, either version 3 of the License, or
2123   (at your option) any later version.
2125   GNU Emacs is distributed in the hope that it will be useful,
2126   but WITHOUT ANY WARRANTY; without even the implied warranty of
2127   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2128   GNU General Public License for more details.
2130   You should have received a copy of the GNU General Public License
2131   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2133 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1