* ido.el (ido-file-internal): Fix 2009-12-02 change.
[emacs.git] / lisp / ChangeLog
blob7ba138f310d9d3e224c7f872d555759581ce0a82
1 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
3         * ido.el (ido-file-internal): Fix 2009-12-02 change.
5 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
7         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
8         default settings (Bug#5928).
10 2010-04-10  Glenn Morris  <rgm@gnu.org>
12         * progmodes/fortran.el (fortran-match-and-skip-declaration):
13         New function.
14         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
16 2010-04-07  Kenichi Handa  <handa@m17n.org>
18         * language/indian.el (malayalam-composable-pattern): Fix previous
19         change (add U+0D4D "SIGN VIRAMA").
20         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
21         (tamil-composable-pattern): Fix typo in the regexp.
22         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
23         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
24         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
26 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
28         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
29         paragraph-separate (Bug#5821).
31 2010-04-05  Juri Linkov  <juri@jurta.org>
33         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
35         * info.el (Info-find-node-2): Comment out code that skips
36         breadcrumbs line.
37         (Info-mouse-follow-link): New command.
38         (Info-link-keymap): New keymap.
39         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
40         Return a string with links instead of inserting breadcrumbs
41         to the Info buffer.
42         (Info-fontify-node): Comment out code that inserts breadcrumbs.
43         Instead of putting the `invisible' text property over the Info
44         header, make an overlay over the Info header with the `invisible'
45         property and `after-string' set to the string returned by
46         `Info-breadcrumbs'.
48 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
50         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
51         Reported by monkey@sandpframing.com.
53 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
55         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
56         (semantic-create-imenu-directory-index): Fix typos in docstrings.
57         (semantic-imenu-goto-function): Reflow docstring.
59 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
61         * textmodes/artist.el (artist-mode): Fix typo in docstring.
62         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
64 2010-03-30  Kenichi Handa  <handa@m17n.org>
66         * language/sinhala.el (composition-function-table): Fix regexp for
67         the new Unicode specification.
69         * language/indian.el (devanagari-composable-pattern)
70         (tamil-composable-pattern, kannada-composable-pattern)
71         (malayalam-composable-pattern): Adjust for the new Unicode
72         specification.
73         (bengali-composable-pattern, gurmukhi-composable-pattern)
74         (gujarati-composable-pattern, oriya-composable-pattern)
75         (telugu-composable-pattern): New variables to cope with the new
76         Unicode specification.  Use them in composition-function-table.
78 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
80         Make tmm-menubar work for the Buffers menu again.
81         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
82         vectors rather than cons cells, as used in menu-bar-update-buffers.
84 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
86         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
87         (js-insert-and-indent): Revert 2009-08-15 change, restoring
88         electric punctuation for "{}();,:" (Bug#5586).
90         * mail/sendmail.el (mail-default-directory): Doc fix.
92 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
94         * mail/sendmail.el (mail-default-directory): Doc fix.
96 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
98         * subr.el (version-regexp-alist, version-to-list)
99         (version-list-<, version-list-=, version-list-<=)
100         (version-list-not-zero, version<, version<=, version=): Doc fix.
101         (Bug#5744).
103 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
104             Nick Roberts  <nickrob@snap.net.nz>
106         * progmodes/gdb-ui.el (gdb-apple-test): New function.
107         (gdb-init-1): Use it.
109 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
111         * vc.el (vc-root-diff): Doc fix.
113 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
115         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
117         * simple.el (append-to-buffer): Fix last change.
119 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
121         * simple.el (append-to-buffer): Ensure that point is preserved if
122         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
123         (Bug#5749)
125 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
127         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
128         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
129         not be present any more.
131 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
133         * faces.el (set-face-attribute): Fix typo in docstring.
134         (face-valid-attribute-values): Reflow docstring.
136         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
138 2010-03-23  Glenn Morris  <rgm@gnu.org>
140         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
142 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
144         * indent.el (indent-for-tab-command): Doc fix.
146 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
148         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
149         (image-dired-read-comment): Doc fix.
151         * json.el (json-object-type, json-array-type, json-key-type)
152         (json-false, json-null, json-read-number):
153         * minibuffer.el (completion-in-region-functions):
154         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
155         (cal-tex-cursor-week):
156         * emacs-lisp/trace.el (trace-function):
157         * eshell/em-basic.el (eshell/printnl):
158         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
159         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
160         * obsolete/levents.el (allocate-event, event-key, event-object)
161         (event-point, event-process, event-timestamp, event-to-character)
162         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
163         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
164         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
165         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
166         (reftex-highlight-selection): Fix typos in docstrings.
168 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
170         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
172 2010-03-18  Glenn Morris  <rgm@gnu.org>
174         * mail/rmail.el (rmail-highlight-face): Restore option deleted
175         2008-02-13 without comment; mark it obsolete.
176         (rmail-highlight-headers): Use rmail-highlight-face once more.
178 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
180         * woman.el (woman2-process-escapes): Only consume the newline if
181         the filler character is on a line by itself (Bug#5729).
183 2010-03-16  Kenichi Handa  <handa@m17n.org>
185         * language/indian.el (devanagari-composable-pattern): Add more
186         consonants.
188 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
190         * net/trampver.el: Update release number.
192 2010-03-13  Glenn Morris  <rgm@gnu.org>
194         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
196 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
198         * net/tramp.el (tramp-find-executable):
199         Use `tramp-get-connection-buffer'.  Make the regexp for checking
200         output of "wc -l" more robust.
201         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
202         (tramp-open-connection-setup-interactive-shell): Remove workaround
203         for OpenSolaris bug, it is not needed anymore.
205 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
207         * cedet/semantic/imenu.el: New file, from the CEDET repository
208         (Bug#5412).
210 2010-03-12  Glenn Morris  <rgm@gnu.org>
212         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
214 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
216         * files.el (auto-mode-alist): Accept more verilog file patterns.
218 2010-03-09  Miles Bader  <miles@gnu.org>>
220         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
221         instead of "format:"; this ensures that the output is
222         newline-terminated.
224 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
226         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
227         that all errors are caught, and that the return value is always a
228         list (Bug#5692).
230 2010-03-08  Kenichi Handa  <handa@m17n.org>
232         * language/misc-lang.el (windows-1256): New coding system.
233         (cp1256): New alias of windows-1256 (bug#5690).
235 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
237         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
238         call to rfc822-bad-address.  (Bug#5692)
240 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
242         * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
243         vc-git-root as default directory for revision path (Bug#5657).
245 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
247         * calculator.el (calculator): Don't bind split-window-keep-point
248         (Bug#5674).
250 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
252         * vc-git.el: Re-flow to fit into 80 columns.
253         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
254         Remove spurious `quote' element in each case alternative.
255         (vc-git-show-log-entry): Use prog1.
256         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
258 2010-03-06  Glenn Morris  <rgm@gnu.org>
260         * cedet/semantic/grammar.el (semantic-grammar-header-template):
261         Update template copyright to GPLv3+.
263 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
265         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
267 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
269         * macros.el (insert-kbd-macro): Look up keyboard macro using the
270         definition, not the name (Bug#5481).
272 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
274         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
275         argument with a local variable.  (Bug#5670)
277 2010-03-02  Juri Linkov  <juri@jurta.org>
279         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
281 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
283         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
284         error when FILENAME and NEWNAME are existing remote directories.
286         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
287         parameter DIR-FLAG.
289 2010-03-02  Glenn Morris  <rgm@gnu.org>
291         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
292         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
294 2010-03-01  Kenichi Handa  <handa@m17n.org>
296         * language/burmese.el (burmese-composable-pattern): Rename from
297         myanmar-composable-pattern.
299         * international/characters.el (script-list):
300         * international/fontset.el (script-representative-chars):
301         Change myanmar to burmese.
302         (otf-script-alist): Likewise.
303         (setup-default-fontset): Likewise.  Re-fix :otf spec.
305 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
307         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
309 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
311         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
313 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
315         * net/tramp.el (tramp-handle-write-region): START can be a string.
316         Take care in the checks.  Reported by Dan Davison
317         <davison@stats.ox.ac.uk>.
319 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
321         * net/dbus.el (dbus-introspect, dbus-get-property)
322         (dbus-set-property, dbus-get-all-properties): Use
323         `dbus-call-method' when noninteractive.  (Bug#5645)
325 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
327         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
328         * emacs-lisp/elint.el (elint-add-required-env):
329         * cedet/semantic/db-find.el
330         (semanticdb-find-translate-path-brutish-default):
331         * cedet/ede/make.el (ede-make-check-version):
332         * calendar/icalendar.el (icalendar--add-diary-entry):
333         * calc/calcalg2.el (math-tracing-integral):
334         * files.el (recover-session-finish): Use with-current-buffer
335         instead of save-excursion.
337 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
339         Fix in-buffer completion when after-change-functions modify the buffer.
340         * minibuffer.el (completion--replace): New function.
341         (completion--do-completion): Use it and use relative movement.
343 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
345         * international/fontset.el (setup-default-fontset): Fix :otf spec.
347 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
349         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
350         Allow the characters _<> in the stack entry (Bug#5653).
352 2010-02-26  Kenichi Handa  <handa@m17n.org>
354         * language/burmese.el: Fix entries in composition-function-table.
355         (myanmar-composable-pattern): New variable.
357         * international/fontset.el (setup-default-fontset): Add an entry
358         for myanmar.
360         * international/characters.el (script-list): Add Myanmar
361         Extended-A.
363 2010-02-26  Glenn Morris  <rgm@gnu.org>
365         * custom.el (custom-initialize-delay): Doc fix.
367         * mail/sendmail.el (send-mail-function): Autoload the call
368         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
370 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
372         * files.el (hack-local-variables-filter): For eval forms, also
373         check safe-local-variable-p (Bug#5636).
375 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
377         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
378         and use c(ad)r of cddr (Bug#5640).
380 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
382         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
383         setting the modes by `ignore-errors'.  It might fail, for example
384         if the file is not owned by the user but the group.
385         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
387 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
389         * files.el (directory-listing-before-filename-regexp): Use
390         stricter matching for iso-style dates, to avoid false matches with
391         date-like filenames (Bug#5597).
393         * htmlfontify.el (htmlfontify): Doc fix.
395         * eshell/eshell.el (eshell): Doc fix.
397         * startup.el (fancy-about-screen): In mode-line, apply
398         mode-line-buffer-id face only to the buffer name (Bug#5613).
400 2010-02-20  Kevin Ryde  <user42@zip.com.au>
402         * progmodes/compile.el (compilation-error-regexp-alist-alist):
403         In `watcom' anchor regexp to start of line, to avoid slowness
404         (Bug#5599).
406 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
408         * subr.el (remove-yank-excluded-properties): Explain in a comment
409         why `category' property is removed.
411 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
413         * isearch.el (isearch-update-post-hook, isearch-update): Revert
414         2010-02-17 change.
416 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
418         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
419         (icalendar--convert-weekly-to-ical)
420         (icalendar--convert-yearly-to-ical)
421         (icalendar--convert-block-to-ical)
422         (icalendar--convert-cyclic-to-ical)
423         (icalendar--convert-anniversary-to-ical): Take care of time
424         specifications where hour has 1-digit only (Bug#5549).
426 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
428         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
429         of disassemble output in GDB 7.1.
431 2010-02-19  Glenn Morris  <rgm@gnu.org>
433         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
434         property.  (Bug#5593)
436 2010-02-18  Sam Steingold  <sds@gnu.org>
438         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
440 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
442         Use abbreviated file names in bookmarks (bug#5591).
443         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
444         calls to expand-file-name.
445         (bookmark-relocate): Use abbreviated file names in bookmarks.
446         (bookmark-load): Use abbreviated file names in messages.
448 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
450         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
451         expand "." and "..".  Reported by Thierry Volpiatto
452         <thierry.volpiatto@gmail.com>.
454 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
456         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
457         permissions of the temporary file to "0600".  In case the remote
458         file has no read permissions for the owner, there might be
459         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
461 22010-02-18  Glenn Morris  <rgm@gnu.org>
463         * emacs-lisp/authors.el (authors-renamed-files-alist):
464         Add entries for INSTALL.CVS.
466 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
468         * vc-bzr.el: Fix typo in Known Bugs section.
470         * isearch.el (isearch-update-post-hook): New hook.
471         (isearch-update): Use the new hook.
473 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
475         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
476         Fix errors in copying directories.
477         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
478         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
479         (tramp-handle-delete-file)
480         (tramp-handle-dired-recursive-delete-directory)
481         (tramp-handle-write-region): Flush also the cache for the upper
482         directory.
484 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
486         * simple.el (save-interprogram-paste-before-kill): Doc fix.
488         * cus-edit.el (hardware): Doc fix.
490         * man.el (man): Add to external custom group.
492         * delim-col.el (columns): Move to wp custom group.
494         * doc-view.el (doc-view): Add to data custom group.
496         * cedet/data-debug.el (data-debug): Move to extensions group.
498         * cedet/ede.el (ede):
499         * cedet/srecode.el (srecode):
500         * cedet/semantic.el (semantic): Put in tools and extensions group.
502         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
504         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
505         by ispell-parse-output (Bug#5575).
507 2010-02-16  Kenichi Handa  <handa@m17n.org>
509         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
510         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
511         (skkdic-convert): Use `euc-japan' coding system for writing.
513 2010-02-16  Glenn Morris  <rgm@gnu.org>
515         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
516         tex-main-file before using it.  (Bug#5562)
518 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
520         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
521         warnings, since it is annoying for the user to see them each time he
522         runs the code.
524 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
526         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
527         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
528         instead of PROC for caching "first-password-request".  Otherwise,
529         new processes would not profit from passwords already entered.
531         * net/tramp-cache.el (tramp-dump-connection-properties):
532         Don't save "first-password-request" property.
534 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
536         * outline.el (outline-head-from-level):
537         * simple.el (with-wrapper-hook):
538         * cedet/ede.el (ede-run-target, project-delete-target)
539         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
540         (ede-adebug-project, ede-adebug-project-parent)
541         (ede-adebug-project-root):
542         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
543         (elint-defun, elint-buffer-env, elint-top-form-logged)
544         (elint-unbound-variable):
545         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
546         Fix typos in docstrings.
548 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
550         * files.el (insert-directory): When WILDCARD-REGEXP and
551         FULL-DIRECTORY-P are nil, insert the file entry instead of the
552         whole directory.  (Bug#5551)
554         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
555         dired's alignment sanity.  (Bug#5516)
557 2010-02-14  Juri Linkov  <juri@jurta.org>
559         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
560         Remove remaining ^H with their preceding chars.  (Bug#5566)
562 2010-02-13  Glenn Morris  <rgm@gnu.org>
564         * simple.el (transpose-subr): Give it a doc-string.
566         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
567         Doc fixes.
569 2010-02-12  Juri Linkov  <juri@jurta.org>
571         * arc-mode.el (archive-unique-fname): Make directories for nested
572         archives.  (Bug#5540)
574 2010-02-12  Juri Linkov  <juri@jurta.org>
576         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
578 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
580         * subr.el (copy-overlay): Handle deleted overlays.
582         * man.el (Man-completion-table): Don't signal an error if we can't run
583         manual-program (bug#4056).
585 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
587         * textmodes/artist.el (artist-mt): Fix typos in docstring.
589 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
591         * info.el (Info-bookmark-jump): Simplify.
593         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
594         (bookmark-default-handler): Accept new bookmark field `buffer'.
596 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
598         * iswitchb.el (iswitchb-completions): Revert last change.
600 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
602         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
603         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
604         This prevents file names like "~/" being listed literally.
606 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
608         * term/xterm.el (xterm-maybe-set-dark-background-mode):
609         Remove dead code.  (Bug#5546)
611 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
613         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
614         correctly (Bug#5548).
616 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
618         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
619         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
621 2010-02-08  Kenichi Handa  <handa@m17n.org>
623         * international/mule-util.el (with-coding-priority): Add autoload
624         cookie for putting `lisp-indent-function'.
626 2010-02-07  Glenn Morris  <rgm@gnu.org>
628         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
629         Move F2003 named interfaces from keywords-2 to keywords-1, and
630         use function-name-face rather than constant-face.
631         Simplify "abstract interface" regexp.
633 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
635         * eshell/esh-util.el (eshell-file-attributes): New optional arg
636         ID-FORMAT.  Pass it to `file-attributes'.
638         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
640 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
642         * faces.el (set-face-attribute): Allow calling
643         internal-set-lisp-face-attribute with 'unspecified family and
644         foundry argument (Bug#5536).
646 2010-02-07  Glenn Morris  <rgm@gnu.org>
648         * progmodes/f90.el (f90-font-lock-keywords-2)
649         (f90-looking-at-type-like, f90-looking-at-program-block-end):
650         Handle F2003 named interfaces.
652 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
654         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
655         beg and end before calling c-get-state-before-change-functions.
657 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
659         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
661 2010-02-05  Juri Linkov  <juri@jurta.org>
663         * doc-view.el (doc-view-mode):
664         * image-mode.el (image-mode): Put property mode-class=special.
665         (Bug#4896)
667 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
669         * vc-svn.el (vc-svn-revision-table): New function.
671 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
673         * net/ange-ftp.el (ange-ftp-insert-directory):
674         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
675         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
676         Handle also directories.  (Bug#5478)
678 2010-02-05  Glenn Morris  <rgm@gnu.org>
680         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
682 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
684         * startup.el (command-line-1): Convert options beginning with a
685         single dash as well (Bug#5519).
687 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
689         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
690         * minibuffer.el (completion-initials-expand): Only check the presence
691         of delims *within* the boundaries, since otherwise the / delim is
692         always found for files.
694         Fix up various corner case problems.
695         * doc-view.el (doc-view-last-page-number): New function.
696         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
697         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
698         (doc-view-kill-proc): Avoid inf-loop in freak cases.
699         (doc-view-reconvert-doc): Use the new recursive delete-directory.
700         (doc-view-convert-current-doc): Don't create the resolution.el file
701         here any more.
702         (doc-view-pdf/ps->png): Do it here instead.
703         (doc-view-already-converted-p): Check that resolution.el is present.
704         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
705         windows that are not yet showing images.
707 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
709         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
710         `dired-uncache' for every elemnt which is an absolute file name.
712         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
713         directory, handle its directory component.
714         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
715         function is called permanently and creates noise, otherwise.
717         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
718         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
719         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
721 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
723         * macros.el (apply-macro-to-region-lines):
724         Minor simplification.  (Bug#5485)
726 2010-02-04  Glenn Morris  <rgm@gnu.org>
728         * mail/rmail.el (rmail-show-message-1): Handle malformed
729         quoted-printable text.  (Bug#5441)
731         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
733         * simple.el (visual-line-mode): Capitalize lighter.
735 2010-02-03  John Wiegley  <jwiegley@gmail.com>
737         * iswitchb.el (iswitchb-completions): Add bookmark files to the
738         list of files considered for "virtual buffer" completions.
740 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
742         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
743         also in case of (and (not full) (not wildcard)). This is needed,
744         when dired is called with a list of files, which are not in
745         `default-directory'.  (Bug#5478)
747 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
749         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
751 2010-02-02  Juri Linkov  <juri@jurta.org>
753         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
754         from unidiff to allow function-line after @@.
756 2010-02-02  Juri Linkov  <juri@jurta.org>
758         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
759         '(RCS SCCS) with inverted condition.
761 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
763         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
764         messages.
766 2010-02-01  Juri Linkov  <juri@jurta.org>
768         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
769         compare with "pkunzip" and "pkzip" instead of only "pkzip".
770         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
771         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
773 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
775         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
776         (doc-view-revert-buffer): New command.
777         (doc-view-mode-map): Use it.
779 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
781         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
782         pending merge is detected.
784 2010-01-31  Juri Linkov  <juri@jurta.org>
786         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
787         beginning of interactive spec like all other grep commands do.
788         Put "all" in front of "gz".  (Bug#5260)
790 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
792         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
794 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
796         * dirtrack.el (dirtrack): Warn instead of signalling error if the
797         regexp is incorrect (Bug#5476).
799 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
801         * net/tramp.el (tramp-handle-insert-directory): Handle also
802         symlinks, when FILENAME is not in `default-directory'.
804 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
806         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
807         FILE is not in `default-directory'.  (Bug#5478)
809         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
810         of SWITCHES.  Handle the case, FILENAME is not in
811         `default-directory'.  (Bug#5478)
812         (tramp-register-file-name-handlers): Add safe-magic property.
814 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
816         * arc-mode.el (archive-zip-extract): Quote the argument passed to
817         unzip (Bug#5475).
819 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
821         * progmodes/flymake.el (flymake-allowed-file-name-masks)
822         (flymake-master-make-header-init): Add other C++ filename masks.
823         (flymake-find-possible-master-files)
824         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
826 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
828         Fix some busybox annoyances.
830         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
831         not responding." string.
832         (tramp-open-connection-setup-interactive-shell): Dump stty
833         settings.  Enable "neveropen" arg for all `tramp-send-command'
834         calls.  Handle "=" in variable values properly.
835         (tramp-find-inline-encoding): Raise an error, when no encoding is
836         found.
837         (tramp-wait-for-output): Check, whether PROC buffer is available.
838         Remove spurious " ^H" sequences, sent by busybox.
839         (tramp-get-ls-command): Suppress coloring, if possible.
841 2010-01-28  Glenn Morris  <rgm@gnu.org>
843         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
845         * log-edit.el (log-edit-strip-single-file-name): Add missing
846         :safe, :group, and :version tags.
848 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
850         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
851         buffers.  (Bug#5477)
853 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
855         * files.el (delete-directory): Handle moving to trash without
856         first doing recursion (Bug#5436).
858 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
860         * vc-hooks.el (vc-path): Mark as obsolete.
862 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
864         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
865         names too.
867         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
868         for the short log.
869         (vc-bzr-log-view-mode): Adjust regexp for the above change.
871 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
873         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
875         * vc-bzr.el (vc-bzr-revision-table): New function.
877 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
879         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
880         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
882 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
884         Remove support for adding --signoff on commit.
885         Future support will use an incompatible generic mechanism.
886         * vc-git.el (vc-git-add-signoff): Remove variable.
887         (vc-git-toggle-signoff): Remove function.
888         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
890         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
891         from xterm-set-background-mode.  Return t if the background mode
892         was set.
893         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
894         earlier, call it again in case the background mode has changed.
896 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
898         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
899         (Bug#3541).
901 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
903         * emacs-lisp/assoc.el (aelement): Doc fix.
904         (aput, adelete, amake): Use lexical-let (Bug#5450).
906 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
908         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
909         is the same as subprogram call, not declaration.  (Bug#5435).
911 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
913         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
914         (tramp-smb-maybe-open-connection): Use it.
916 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
918         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
920 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
922         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
923         just because we see "encoding: 8bit".
924         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
926 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
928         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
930 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
932         * jka-compr.el (jka-compr-load): If load-file is not in
933         load-history, try its file-truename version.  (bug#5447)
935 2010-01-21  Alan Mackenzie  <acm@muc.de>
937         Fix a situation where deletion of a cpp construct throws an error.
938         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
939         invoking c-with-all-but-one-cpps-commented-out, check that the
940         special cpp construct is still in the buffer.
941         (c-parse-state): Record the special cpp with markers, not numbers.
943 2010-01-21  Kenichi Handa  <handa@m17n.org>
945         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
946         process last-command-event, as it is now decoded first (Bug#5380).
948 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
950         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
952 2010-01-20  Glenn Morris  <rgm@gnu.org>
954         * indent.el (tab-always-indent): Fix custom-type.
956 2010-01-19  Alan Mackenzie  <acm@muc.de>
958         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
959         buffer throws "args out of range".
960         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
961         playing the role of delimiter.
963 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
965         * progmodes/ada-mode.el: Fix bug#5400.
966         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
967         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
968         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
969         Improve comments in "is" portion.  Handle null procedure declaration.
970         (ada-move-to-end): Improve doc string.
972 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
974         * ido.el (ido-cur-list): Initialize to nil.
975         Remove obsolete information from commentary.
976         (ido-choice-list): Initialize to nil.
977         (ido-get-bufname): Reject minibuffers.
978         (ido-make-buffer-list): If "default" is a nonexistent
979         buffer, ignore it, as per the function's comment.
980         (ido-kill-buffer-internal): New function.
981         (ido-kill-buffer-at-head): Use it.
982         (ido-visit-buffer): Likewise.
984 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
986         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
988 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
990         * cedet/ede/locate.el (ede-locate-file-in-project)
991         (ede-locate-file-in-project-impl): Fix typos in docstrings.
992         (ede-enable-locate-on-project): Fix typos in error messages.
994         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
995         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
996         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
997         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
998         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
999         Fix typos in menu help.
1001         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1002         Fix typos in chart titles.
1004         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1005         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1006         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1007         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1008         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1009         (semantic-parse-stream, semantic-parse-region)
1010         (semantic-parse-region-default, semantic--set-buffer-cache)
1011         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1012         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1013         (semantic-default-submodes):
1014         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1015         (semanticdb-create-ebrowse-database)
1016         (semanticdb-find-tags-for-completion-method)
1017         (semanticdb-find-tags-by-class-method)
1018         (semanticdb-deep-find-tags-by-name-method)
1019         (semanticdb-deep-find-tags-for-completion-method):
1020         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1021         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1022         (semanticdb-find-tags-for-completion-method)
1023         (semanticdb-find-tags-by-class-method)
1024         (semanticdb-deep-find-tags-for-completion-method):
1025         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1026         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1027         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1028         (semanticdb-find-tags-by-name-method)
1029         (semanticdb-find-tags-by-name-regexp-method)
1030         (semanticdb-find-tags-for-completion-method)
1031         (semanticdb-find-tags-by-class-method)
1032         (semanticdb-find-tags-external-children-of-type-method)
1033         (semanticdb-find-tags-subclasses-of-type-method)
1034         (semanticdb-deep-find-tags-by-name-method)
1035         (semanticdb-deep-find-tags-by-name-regexp-method)
1036         (semanticdb-deep-find-tags-for-completion-method):
1037         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1038         (semanticdb-enable-gnu-global-in-buffer)
1039         (semanticdb-find-tags-for-completion-method)
1040         (semanticdb-deep-find-tags-by-name-method)
1041         (semanticdb-deep-find-tags-for-completion-method):
1042         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1043         (javascript-mode, semanticdb-find-translate-path)
1044         (semanticdb-find-tags-for-completion-method)
1045         (semanticdb-find-tags-by-class-method)
1046         (semanticdb-deep-find-tags-by-name-method)
1047         (semanticdb-deep-find-tags-for-completion-method)
1048         (semanticdb-find-tags-external-children-of-type-method):
1049         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1050         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1051         (global-semantic-idle-scheduler-mode):
1052         * cedet/srecode/dictionary.el (srecode-field-value)
1053         (srecode-dictionary-add-section-dictionary):
1054         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1055         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1056         (describe-class, eieio-describe-generic, describe-generic):
1057         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1058         (eieio-speedbar-expand):
1059         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1060         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1061         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1062         (viper-del-backward-char-in-replace, viper-backward-indent)
1063         (viper-brac-function, viper-register-to-point, viper-submit-report):
1064         * net/tramp.el (tramp-remote-coding-commands):
1065         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1066         Fix typos in docstrings.
1068 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1070         * mail/sendmail.el (mail-yank-original): Set the mark if the
1071         specified function for yanking does not do it.
1073 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1075         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1077         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1078         resyncing a directory.
1080 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1082         * progmodes/ada-mode.el: Fix bug#1920.
1083         (ada-ident-re): Delete ., allow multibyte characters.
1084         (ada-goto-label-re): New; matches goto labels.
1085         (ada-block-label-re): New; matches block labels.
1086         (ada-label-re): New; matches both.
1087         (ada-named-block-re): Deleted; callers changed to use
1088         `ada-block-label-re' instead.
1089         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1090         Use `ada-block-label-re'.
1091         (ada-indent-on-previous-lines): Improve handling of goto labels.
1092         (ada-get-indent-block-start): Special-case block label.
1093         (ada-get-indent-label): Split into `ada-indent-block-label' and
1094         `ada-indent-goto-label'.
1095         (ada-goto-stmt-start, ada-goto-next-non-ws):
1096         Optionally ignore goto labels.
1097         (ada-goto-next-word): Simplify.
1098         (ada-indent-newline-indent-conditional): Insert newline before
1099         trying to fix indentation; doc fix.
1101 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1103         * calc/calc.el (calc-command-flags): Give it an initial value.
1105 2010-01-17  Glenn Morris  <rgm@gnu.org>
1107         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1109 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1111         * cedet/semantic.el (semantic-mode):
1112         * files.el (minibuffer-with-setup-hook):
1113         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1114         (artist-key-draw-continously, artist-key-do-continously-continously)
1115         (artist-key-set-point-continously, artist-mouse-draw-continously):
1116         Fix typos in docstrings.
1118 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
1120         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1121         return t (Bug#3898).
1123 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
1125         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1126         can parse the output of the external commands (Bug#5279).
1128 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
1130         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1132 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1134         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1136         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1138         * startup.el (command-line): Remove unused --icon-type arg.
1139         Handle --display arg, passing it to command-line-1 (Bug#5392).
1141 2010-01-16  Mario Lang  <mlang@delysid.org>
1143         * cedet/ede/cpp-root.el (ede-cpp-root-project):
1144         * cedet/ede/files.el (ede-expand-filename):
1145         * cedet/ede/simple.el (ede-simple-project):
1146         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1147         (semantic-complete-inline-tag-engine):
1148         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1149         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1150         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1151         * cedet/semantic/db.el (semanticdb-equivalent-mode):
1152         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1153         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1154         * emacs-lisp/chart.el (chart-translate-namezone):
1155         * textmodes/artist.el (artist-compute-popup-menu-table):
1156         Remove duplicated words in doc-strings.
1158 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
1160         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1161         to mairix-search to suppress threading (Bug#5342).
1163 2010-01-15  Kenichi Handa  <handa@m17n.org>
1165         * international/mule-cmds.el (canonicalize-coding-system-name):
1166         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1168 2010-01-15  Glenn Morris  <rgm@gnu.org>
1170         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
1172         * wid-edit.el (widget-keymap): Doc fix.
1174         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1175         former seems to be more widely accepted by various svn versions.
1177 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1179         * find-cmd.el (find-constituents):
1180         * vc-arch.el (vc-arch-root):
1181         * window.el (window-body-height, pop-up-frames):
1182         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1183         (semantic-no-reparse-needed-change-hook):
1184         * cedet/srecode/insert.el (srecode-resolve-argument-list)
1185         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1186         (srecode-template-inserter-ask, srecode-template-inserter-width)
1187         (srecode-template-inserter-section-start)
1188         (srecode-template-inserter-section-end, srecode-insert-method):
1189         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1190         * progmodes/ada-stmt.el (ada-if):
1191         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1192         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1193         (ispell-encoding8-command, ispell-aspell-supports-utf8)
1194         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1196         * progmodes/flymake.el (flymake-post-syntax-check):
1197         Fix typo in error message.
1199 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1201         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1202         which is always a string.  (Bug#5313)
1204 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1206         * progmodes/ada-xref.el (ada-default-prj-properties):
1207         Simplify previous change.
1209 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1211         * progmodes/ada-xref.el (ada-default-prj-properties):
1212         Default ada_project_path to $ADA_PROJECT_PATH.
1214 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1216         * progmodes/ada-mode.el (ada-create-keymap):
1217         Override `narrow-to-defun' with `ada-narrow-to-defun'.
1219 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1221         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1222         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1223         (ada-get-current-indent, ada-imenu-generic-expression)
1224         (ada-which-function): Check for it.
1226 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1228         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1229         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1231 2010-01-14  Glenn Morris  <rgm@gnu.org>
1233         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
1235 2010-01-14  Kenichi Handa  <handa@m17n.org>
1237         * composite.el (auto-composition-mode): Make it a buffer local
1238         variable (permanent-local).
1239         (auto-composition-function): Set the default value to
1240         auto-compose-chars.
1241         (auto-composition-mode): Make it a simple function, not a minor mode.
1242         (global-auto-composition-mode): Likewise.
1243         (turn-on-auto-composition-if-enabled): Delete it.
1245 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
1247         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1249 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
1251         * files.el (copy-directory): Compute target for recursive
1252         directories with identical names.  (Bug#5343)
1254 2010-01-12  Glenn Morris  <rgm@gnu.org>
1256         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1257         it to bug-gnu-emacs rather than emacs-pretest-bug.
1259 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1261         * cedet/data-debug.el (data-debug): Fix customization group reference.
1263 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1265         * cedet/semantic/analyze.el (semantic-analyze-push-error)
1266         (semantic-analyze-context, semantic-analyze-context-assignment)
1267         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1268         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1269         (semantic-java-doc-keywords-map):
1270         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1271         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1272         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1273         (semantic-c-classname, semantic-format-tag-uml-prototype)
1274         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1275         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1276         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1277         (semantic-get-local-variables, semantic-end-of-command)
1278         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1279         (lisp-mode):
1280         * cedet/semantic/bovine/make.el (makefile-mode):
1281         * cedet/semantic/wisent/python.el (wisent-python-string-re)
1282         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1283         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1284         (semantic-lex, semantic-get-local-variables, python-mode):
1285         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1286         * cedet/srecode/extract.el (srecode-extract-state-set)
1287         (srecode-extract-method): Fix typos in docstrings.
1289 2010-01-11  Sam Steingold  <sds@gnu.org>
1291         * imenu.el (imenu-default-create-index-function): Detect infinite
1292         loops caused by imenu-prev-index-position-function.
1294 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1296         * htmlfontify.el (htmlfontify-load-rgb-file)
1297         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1298         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1299         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1300         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1301         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1302         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1303         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1304         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1305         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1306         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1307         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1308         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1309         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1310         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1311         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1312         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1313         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1314         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1315         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1316         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1317         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1318         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1319         backslash-quoting from parentheses, etc.
1321 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1323         * progmodes/js.el: Autoload javascript-mode alias.
1325 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1327         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1328         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1329         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1330         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1331         Fix typos in docstrings.
1332         (ffap-url-regexp): Doc fix.
1333         (ffap-at-mouse): Fix typo in message.
1335 2010-01-11  Glenn Morris  <rgm@gnu.org>
1337         * version.el (emacs-copyright): Set copyright year to 2010.
1339 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1341         * format.el (format-annotate-function): Only set
1342         write-region-post-annotation-function after running to-fn so as not to
1343         affect nested write-region calls (bug#5273).
1345 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1347         * cedet/semantic.el (semantic-new-buffer-setup-functions):
1348         Add python parser.
1350         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1351         wisent/python.el.
1353 2010-01-10  Richard Kim  <emacs18@gmail.com>
1355         * cedet/semantic/wisent/python-wy.el:
1356         * cedet/semantic/wisent/python.el: New files.
1358 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1360         * man.el (Man-goto-section): Signal error if the section is not
1361         found (Bug#5317).
1363 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
1365         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1366         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
1368 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1370         * progmodes/compile.el: Don't treat compile-command as safe if
1371         compilation-read-command might be nil (Bug#4218).
1373 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1375         * startup.el (command-line-1): Use orig-argi to check for ignored X and
1376         NS options.
1378 2010-01-08  Kenichi Handa  <handa@m17n.org>
1380         * international/fontset.el (build-default-fontset-data):
1381         Exclude characters in scripts kana, hangul, han, or cjk-misc.
1383 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
1385         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1386         to `create-file-buffer' as it expects, not just a buffer name.
1387         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1388         to help uniquify.  (Bug#3224)
1390 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1392         * font-setting.el (font-setting-change-default-font): Use user-spec
1393         instead of name.
1395 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1397         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1399 2010-01-05  Tom Tromey  <tromey@redhat.com>
1401         * progmodes/python.el (python-font-lock-keywords):
1402         Handle qualified decorators (Bug#881).
1404 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1406         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1407         in a lightweight checkout.
1409 2010-01-05  Kenichi Handa  <handa@m17n.org>
1411         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1413 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1415         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1417 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1419         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1420         checkouts.  (Bug#618)
1421         (vc-bzr-log-view-mode): Also highlight the author.
1422         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1423         (vc-bzr-shelve-menu-map):
1424         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1425         (vc-bzr-shelve-apply): Make prompt more explicit.
1427 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1429         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1430         They are valid characters in URL paths (rfc3986), and at least
1431         Firefox does not understand the encoded version (Bug#3166).
1433 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
1435         * progmodes/octave-mod.el (octave-end-keywords)
1436         (octave-block-begin-or-end-regexp, octave-block-match-alist):
1437         Add "end" keyword (Bug#3061).
1438         (octave-end-as-array-index-p): New function.
1439         (calculate-octave-indent): Use it.
1441 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1443         * bookmark.el: Consistently put the text property on the bookmark name.
1444         (bookmark-bmenu-marks-width): Bump back to 2, to include
1445         annotation marks.
1446         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1447         property on the bookmark name, instead of not putting it at all.
1448         (bookmark-bmenu-list): Fix where we put the text property.
1450 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1452         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1453         for showing buffer modified state (as added in the previous change).
1455 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1457         * bookmark.el: Show modified state of bookmark buffer more accurately.
1458         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1459         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1460         (with-buffer-modified-unmodified): New macro.
1461         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1462         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1463         Use new macro to preserve the buffer modified state.
1465 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1467         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1468         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1469         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1470         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1471         (bookmark-bmenu-rename, bookmark-bmenu-locate)
1472         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1473         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1475 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1477         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1478         Make the lines in the generated doc string shorter.  (Bug#4668)
1480 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
1482         * net/rcirc.el: Add follow-link binding (Bug#4738).
1484 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1486         * Makefile.in (bzr-update): Rename from cvs-update.
1487         (cvs-update): New target for backward compatibility.
1489         * makefile.w32-in (bzr-update): Rename from cvs-update.
1490         (cvs-update): New target for backward compatibility.
1492 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1494         * bookmark.el: Remove gratuitous gratitude.
1496 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1498         * bookmark.el (bookmark-bmenu-any-marks): New function
1499         (bookmark-bmenu-save): Clear buffer modification if no marks.
1501 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1503         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1504         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1505         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1506         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1508         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1509         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1510         To: emacs-devel {_AT_} gnu.org
1511         Subject: bookmark.el bug report
1512         Date: Mon, 28 Dec 2009 14:19:16 +0800
1513         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1515 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1517         * bookmark.el: Improvements suggested by Drew Adams:
1518         (bookmark-bmenu-ensure-position): New name for
1519         `bookmark-bmenu-check-position'.  Just ensure the position,
1520         don't return any meaningful value.
1521         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1522         New constants.
1524 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1526         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1527         (bookmark-yank-point, bookmark-bmenu-check-position):
1528         Fix typos in docstrings.
1529         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1530         (bookmark-name-from-full-record, bookmark-get-position)
1531         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1532         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1533         Remove useless quoting of parenthesis, etc. in docstrings.
1535         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1536         (ediff-append-custom-diff): Fix typo in error message.
1537         (ediff-meta-mark-equal-files): Fix typos in messages.
1539         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1541         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1542         Fix typo in docstring.
1544         * net/imap-hash.el (imap-hash-make): Doc fix.
1545         (imap-hash-test): Fix typo in error message; reflow docstring.
1546         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1547         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1548         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1549         Fix typos in docstrings.
1550         (imap-hash-open-connection): Fix typo in error message.
1552         * play/gomoku.el (gomoku): Fix typos in docstring.
1554         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1555         (gdb-jsonify-buffer): Fix typos in docstring.
1556         (gdb-goto-breakpoint): Fix typo in error message.
1557         ("Display Other Windows"): Fix typo in help message.
1558         (gdb-speedbar-expand-node): Fix typo in question.
1560         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1561         (idlwave-html-system-help-location, idlwave-html-help-location)
1562         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1563         (idlwave-help-browser-generic-args, idlwave-help-directory)
1564         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1565         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1566         (idlwave-online-help, idlwave-help-html-link)
1567         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1568         Fix typos in docstrings.
1569         (idlwave-help-with-source, idlwave-help-find-routine-definition):
1570         Reflow docstrings.
1571         (idlwave-help-assistant-start): Fix typo in error message.
1573         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1574         (octave-electric-space): Fix typos in docstrings.
1576 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1578         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1580 2010-01-01  Juri Linkov  <juri@jurta.org>
1582         * comint.el (comint-input-ring-size): Make it a defcustom and
1583         increase the default to 500 (Bug#5148).
1585 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
1587         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1588         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1589         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1591 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
1593         Show working revision correctly for mercurial.
1594         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1595         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1597 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
1599         Declare some functions for the byte-compiler.
1600         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1601         (speedbar-timer-fn, speedbar-change-expand-button-char)
1602         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1604 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
1606         This changeset reverts GDB Graphical Interface to use annotations.
1607         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1609 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1611         Make vc-dir work on subdirectories of the bzr root.
1612         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
1613         file names relative to it.
1614         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1615         relative directory to vc-bzr-after-dir-status.
1617 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
1619         * font-lock.el (font-lock-refresh-defaults): New function, which
1620         can be used to let font-lock react to external changes in
1621         variables like font-lock-defaults and keywords.
1622         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1624 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1626         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1628         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1630 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1632         Supersede color.diff settings in git log (bug#5211).
1634         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1635         escape chars in its output when the user has color.diff set to `always'.
1636         This fix works on git 1.4.2 and newer (released on 2006-08-13).
1638 2009-12-26  Kevin Ryde  <user42@zip.com.au>
1640         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1641         node.  Keep previous "Index" name to work with past coreutils too.
1643         * man.el (man): Revise docstring a bit to show -a and -l as
1644         examples.  Add -k description since support for it has otherwise
1645         been a secret.  (Further to bug#3717.)
1646         (Man-bgproc-sentinel): When "-k foo" produces no output show error
1647         "no matches" rather than "Can't find manpage", as the latter reads
1648         like -k was interpreted as a page name, which is not so.  (Bug#5431)
1650 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
1652         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1653         switches.  Check also for //SUBDIRED// line.
1655 2009-12-25  Kenichi Handa  <handa@m17n.org>
1657         * language/indian.el (devanagari-composable-pattern): Fixed to
1658         handle ZWNJ and ZWJ.  Use it in composition-function-table for
1659         Devanagari.
1660         (malayalam-composable-pattern): Fix previous change.
1662 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1664         * ps-print.el (ps-face-attributes): It was not returning the
1665         attribute face for faces specified as string.  Reported by harven
1666         <harven@free.fr>.
1667         (ps-print-version): New version 7.3.5.
1669 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1671         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1672         timezone names.
1673         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1674         (icalendar--add-diary-entry): Remove the trailing blank that
1675         diary-make-entry inserts.
1677 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
1679         Make `file-expand-wildcards' work for remote files.
1681         * files.el (file-expand-wildcards): In case of remote files, check
1682         only local file name part for wildcards.  Provide feature 'files
1683         and subfeature 'remote-wildcards.  (Bug#5198)
1685         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1686         if there is already an established connection.
1687         (tramp-advice-file-expand-wildcards): Remove it.
1689         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1690         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1691         Activate advice for older GNU Emacs versions.  (Bug#5237)
1693 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
1695         Some doc fixes (more needed).
1697         * find-cmd.el (find-constituents): Reflow docstring.
1698         (find-cmd, find-prune, find-command): Fix typos in docstrings.
1699         (find-generic): Doc fix.
1701 2009-12-17  Juri Linkov  <juri@jurta.org>
1703         Fix regression from 23.1 to allow multiple modes in Local Variables.
1705         * files.el (hack-local-variables-filter): While ignoring duplicates,
1706         don't take `mode' into account.
1707         (hack-local-variables-filter, hack-dir-local-variables): Don't
1708         remove duplicate `mode' from local-variables-alist (like `eval').
1710 2009-12-17  Juri Linkov  <juri@jurta.org>
1712         Make `dired-diff' more safe.  (Bug#5225)
1714         * dired-aux.el (dired-diff): Signal an error when `file' equals to
1715         `current' or when `file' is a directory of the `current' file.
1717 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
1719         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1720         unconditionally preloaded files.
1722 2009-12-16  Juri Linkov  <juri@jurta.org>
1724         Revert to old 23.1 logic of using the file at the mark as default.
1725         * dired-aux.el (dired-diff): Use the file at the mark as default
1726         if it's not the same as the current file, and the target dir is
1727         the current dir or the mark is active.  Add the current file
1728         as the arg of `dired-dwim-target-defaults'.  Use the default file
1729         in the prompt.  (Bug#5225)
1731 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
1733         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1734         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1735         (tramp-check-for-regexp): Check also, when an echoing shell stops
1736         to echo sent commands.
1738 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1740         * Makefile.in: Revert last change (Bug#5191).
1742 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
1744         * vc-hg.el (vc-hg-print-log): Fix argument order.
1745         (vc-hg-working-revision): Make sure the command is executed in a
1746         known environment so that we can parse the output.  (Bug#4417)
1748 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1750         * progmodes/python.el (python-symbol-completions): Remove text
1751         properties from symbol string before calling python-send-receive.
1753 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
1755         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1756         when there are values for both file and line.  (Bug#5060)
1758 2009-12-14  Juri Linkov  <juri@jurta.org>
1760         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1761         whitespace after the file name of the first line of unified format,
1762         because git-diff doesn't output whitespace and file modification time
1763         after the file name.
1765 2009-12-14  David Kastrup  <dak@gnu.org>
1767         * info.el (Info-hide-cookies-node): Before hiding a cookie,
1768         check if it already has the `display' property added by
1769         `Info-display-images-node', and not put the `invisible' property
1770         in this case.
1772 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1774         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1775         (semantic-mru-bookmark-mode): Doc fixes.
1777         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1778         of assert.
1780 2009-12-13  Glenn Morris  <rgm@gnu.org>
1782         * mail/emacsbug.el (message-sort-headers): Define for compiler.
1783         (report-emacs-bug): In message-mode, sort manually before storing
1784         original report text.  (Bug#5178)
1785         Remove superfluous save-excursion.
1787 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
1789         * net/dbus.el (dbus-property-handler): Filter lambda forms out
1790         when responding to "GetAll" properties.
1792 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
1794         * simple.el (compose-mail): Remove mail-setup-with-from from
1795         customization checks.
1797 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
1799         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1800         RAR archives created on Unix systems.
1802 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1804         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1805         the varalias that was accidentally removed by the 2009-11-19 change
1806         (bug#5186).
1808 2009-12-12  Kenichi Handa  <handa@m17n.org>
1810         * language/indian.el (indian-compose-regexp): New function.
1811         (malayalam-composable-pattern): Fix the pattern.
1812         (composition-function-table): Set malayalam-composable-pattern for
1813         Malayalam characters.
1815 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
1817         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1818         rather than down-mouse-1, based on follow-link conventions.
1820         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1821         are compiled.
1823 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
1825         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1826         (verilog-vmm-statement-re, verilog-ovm-statement-re)
1827         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1828         (verilog-leap-to-head, verilog-backward-token):
1829         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
1831 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
1833         * progmodes/verilog-mode.el (verilog-auto-lineup)
1834         (verilog-nameable-item-re): Cleanup user-visible spelling and
1835         documentation errors.  One reported by Gary Delp.
1836         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1837         (verilog-read-decls): Fix AUTOWIRE with types declared in a
1838         package, bug195.  Reported by Pierre-David Pfister.
1840 2009-12-11  Glenn Morris  <rgm@gnu.org>
1842         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1844         * mail/emacsbug.el: No longer require sendmail.
1845         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
1846         (report-emacs-bug-orig-text): Doc fix.
1847         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1848         New local variables, to adapt to different mail-user-agents.
1849         (report-emacs-bug): Fix test for a gnu.org address.
1850         Use overlays for emphasis, since font-lock defeats 'face property.
1851         Pretest bugs also end up at the newsgroup these days.
1852         Stop message-mode stripping text properties.
1853         Set and use the new buffer-local variables.
1854         (report-emacs-bug-hook): Add doc-string.
1855         Remove some unnecessary save-excursions and simplify.
1856         Use the appropriate hook and send-command.
1858         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1859         capitalization of some menu entries.
1861 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1863         * whitespace.el (whitespace-display-char-on): Ensure
1864         `buffer-display-table' is unique when two or more windows are
1865         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1866         New version 12.1.
1868 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
1870         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1871         characters in the Attribute field.
1873 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
1875         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
1877 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1879         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1880         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1881         Disregard autoload-excludes.
1882         (update-directory-autoloads): Obey autoload-excludes here instead.
1883         But don't store its contents in no-autoloads and remove entries that
1884         refer to excludes files.
1886 2009-12-10  Glenn Morris  <rgm@gnu.org>
1888         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1889         (expand-mail-aliases): Define for compiler.
1891         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1892         Define for compiler.
1894         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1895         appropriate for the mail-user-agent in use.
1897 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
1899         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1901 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
1903         Fix short log parsing and fontification.
1904         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1905         Fix fontification for the [merge] label.
1907 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
1909         Drop some properties to avoid surprises.
1910         * htmlfontify.el (hfy-ignored-properties): New defcustom.
1911         (hfy-fontify-buffer): Use it.
1913 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1915         Minor cleanup.
1916         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1917         Adjust all callers.
1918         (ffap-locate-file): Remove unused arg `dir-ok' and make other
1919         args compulsory.  Adjust callers.
1920         (ffap-gopher-at-point): Remove unused var `name'.
1922         Get rid of the ELCFILES abomination.
1923         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1924         (compile-elcfiles): New phony target.
1925         (compile-main): Compute ELCFILES dynamically.
1926         (compile-clean): New target to remove left-over elc files.
1927         (compile, all): Use it.
1929 2009-12-09  Kenichi Handa  <handa@etlken>
1931         * international/mule-diag.el: Require help-mode instead of help-fns.
1933 2009-12-09  Kenichi Handa  <handa@m17n.org>
1935         * international/mule-cmds.el (ucs-names): Supply sufficiently
1936         fine ranges instead of pre-calculating accurate ranges.
1937         Iterate with bigger gc-cons-threshold.
1939 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1941         Add support for stashing a snapshot of the current tree.
1942         * vc-git.el (vc-git-stash-snapshot): New function.
1943         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1945 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
1947         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1948         instead of `(beginning|end)-of-line'.
1950 2009-12-08  Glenn Morris  <rgm@gnu.org>
1952         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1954         * Makefile.in (ELCFILES): Regenerate.
1956 2009-12-07  Juri Linkov  <juri@jurta.org>
1958         Don't lazy-highlight the comint output in history Isearch mode.
1960         * comint.el (comint-history-isearch-search): Instead of
1961         `comint-line-beginning-position', use `comint-after-pmark-p'
1962         to check if point if before the process mark, and go to
1963         `process-mark' in this case.
1965 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1967         * textmodes/tex-mode.el (latex-complete)
1968         (latex-indent-or-complete): Remove.
1969         (latex-mode): Set completion-at-point-functions instead.
1971         Provide a standard completion command and hook it into TAB.
1972         * minibuffer.el (completion-at-point-functions): New var.
1973         (completion-at-point): New command.
1974         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1975         * progmodes/python.el (python-mode-map): Use completion-at-point.
1976         (python-completion-at-point): Rename from python-partial-symbol and
1977         adjust for use in completion-at-point-functions.
1978         (python-mode): Setup completion-at-point for Python completion.
1979         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1980         extracted from lisp-complete-symbol.
1981         (lisp-complete-symbol): Use it.
1982         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1983         setup completion-at-point for Elisp completion.
1984         (emacs-lisp-mode-map, lisp-interaction-mode-map):
1985         Use completion-at-point.
1986         * ielm.el (ielm-map): Use completion-at-point.
1987         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1988         * progmodes/sym-comp.el: Move to...
1989         * obsolete/sym-comp.el: Move from progmodes.
1991 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
1993         Prevent save-buffer in Rmail buffers from using the coding-system
1994         of the current message, and from clobbering the encoding mnemonics
1995         in the mode line (Bug#4623).
1997         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1998         flag, too.
1999         (rmail-message-encoding): New variable.
2000         (rmail-write-region-annotate): Record the encoding of the current
2001         message in rmail-message-encoding.
2002         (rmail-after-save-hook): New function, restores the encoding of
2003         the current message after the message collection is saved.
2005 2009-12-07  Juri Linkov  <juri@jurta.org>
2007         * progmodes/grep.el (grep-read-files): Use `completing-read'
2008         instead of `read-string'.  Set its `collection' arg to
2009         `read-file-name-internal'.  (Bug#4301)
2011 2009-12-07  Juri Linkov  <juri@jurta.org>
2013         Correctly restore original Isearch point.  (Bug#4994)
2015         * isearch.el (isearch-mode): Move `isearch-push-state' after
2016         `(run-hooks 'isearch-mode-hook)'.
2017         (isearch-cancel): When `isearch-push-state-function' is defined,
2018         let-bind `isearch-cmds' to the first state (the last element of
2019         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2020         function and restores the original point).  Otherwise, move point
2021         to `isearch-opoint'.
2023 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2025         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2026         chars that don't have names, so the table can be built much faster at
2027         run-time.
2029 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2031         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2032         change.  Suggested by David Kastrup.
2034         * simple.el (compose-mail): Check for incompatibilities and warn.
2035         (compose-mail-user-agent-warnings): New option.
2037 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2039         Support showing a single log entry from vc-annotate.
2040         * vc.el (print-log): Add a new argument: START-REVISION.
2041         (vc-print-log-internal): Add a new optional argument and
2042         pass it to the backend.
2043         (vc-print-log, vc-print-root-log): Adjust callers.
2044         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2045         buffer already displays the requested log entry, use it.
2046         Otherwise display only the log entry in question.
2047         * vc-svn.el (vc-svn-print-log):
2048         * vc-mtn.el (vc-mtn-print-log):
2049         * vc-hg.el (vc-hg-state):
2050         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2051         (vc-git-show-log-entry): Return t on success.
2052         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2053         (vc-bzr-show-log-entry): Return t on success.
2054         * vc-rcs.el (vc-rcs-print-log):
2055         * vc-sccs.el (vc-sccs-print-log):
2056         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2058 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2060         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2061         Add menus to the meta mode.  (Bug#5043)
2063 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2065         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2066         event-key.
2068         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2070 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2072         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2073         Berbain <raphael.berbain@gmail.com>.
2075         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2076         characters.
2077         (tramp-initial-end-of-output): New defconst.
2078         (tramp-methods, tramp-find-shell)
2079         (tramp-open-connection-setup-interactive-shell)
2080         (tramp-maybe-open-connection): Use it.
2081         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2082         existence of `#' and `$'.
2084         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2085         `tramp-initial-end-of-output'.
2087 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2089         Get the background mode from the terminal for xterm, and set
2090         faces accordingly.
2091         * term/xterm.el (xterm-set-background-mode): New function.
2092         (terminal-init-xterm): Use it in case xterm supports background
2093         color queries.  Recompute faces after getting the background
2094         color.
2096 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2098         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2099         number comment back on its own line, for easier parsing.
2101 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2103         Make it work for non-file buffers (bug#5102).
2104         * doc-view.el (doc-view-current-cache-dir):
2105         Use doc-view-buffer-file-name rather than buffer-file-name.
2106         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2108 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2110         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2111         author field is too short.
2113 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2115         * vc-git.el (vc-git-print-log): Handle a limit argument.
2116         Display the short log in graph form and with labels.
2117         (vc-git-log-view-mode): Handle labels.
2119         Make vc-revert change VC state from 'added to 'unregistered.
2120         * vc-git.el (vc-git-revert): Call git reset first.
2122 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2124         * net/newst-backend.el, net/newst-plainview.el:
2125         * net/newst-reader.el, net/newst-ticker.el:
2126         * net/newst-treeview.el, net/newsticker.el:
2127         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2129 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2131         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2133         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2134         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2135         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2136         Update annotation regexp.
2138         * simple.el (beginning-of-visual-line): Constrain to field
2139         boundaries (Bug#5106).
2141 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2143         * xml.el (xml-substitute-numeric-entities): Move
2144         newsticker--decode-numeric-entities in newst-backend.el to
2145         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2146         * net/newst-backend.el (newsticker--parse-generic-feed)
2147         (newsticker--parse-generic-items)
2148         (newsticker--decode-numeric-entities): Move
2149         newsticker--decode-numeric-entities in newst-backend.el to
2150         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2152 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
2154         * progmodes/js.el (js--js-not): Add null to the list of values.
2156 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2158         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2160 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2162         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2163         delimiter if it is at the end of the current line.
2164         (bibtex-generate-url-list): Fix docstring.
2166 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2168         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2169         minibuffer's content with itself.
2170         Fold the confirm-after-completion case into the `confirm' case.
2171         (completion-pcm-word-delimiters): Add : and / to the delimiters.
2173 2009-12-06  Kevin Ryde  <user42@zip.com.au>
2175         * ffap.el (ffap-rfc-path): Make this a defcustom since
2176         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
2178         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2179         manuals, similar to existing setup for help-mode.  (Bug#3913.)
2181 2009-12-05  Juri Linkov  <juri@jurta.org>
2183         Save and restore dired buffer's point positions too.  (Bug#4880)
2185         * dired.el (dired-save-positions): Return in the first element
2186         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2187         Doc fix.
2188         (dired-restore-positions): First restore buffer's position.
2189         While restoring window's positions, check if window still displays
2190         the original buffer.
2192 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2194         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2195         if possible.
2197         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2198         Make argument optional.
2200         * shell.el (shell): Require ansi-color (Bug#5113).
2202         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2204         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2206 2009-12-05  Alan Mackenzie  <acm@muc.de>
2208         * progmodes/cc-mode.el (c-before-hack-hook)
2209         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2210         `c-file-style' to work again.  This reversion restores the current
2211         software to its state in Emacs 23.1.  (Bug#4146)
2213 2009-12-05  Kevin Ryde  <user42@zip.com.au>
2215         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2216         comment-start-skip to comment-end-skip as comment (Bug#4781).
2218 2009-12-05  Juri Linkov  <juri@jurta.org>
2220         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2221         for virtual nodes.  (Bug#4147)
2222         (Info-find-node-2): Set `Info-current-node-virtual' to nil
2223         when moving from a virtual node.
2224         (Info-mode-menu): Add `Info-virtual-index' to the menu.
2225         (Info-mode): Add `Info-virtual-index' to the docstring.
2227 2009-12-05  Eric Ludlam  <zappo@gnu.org>
2229         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2230         Describe project macro symbols.
2232         * cedet/semantic/complete.el (semantic-complete-do-completion):
2233         Don't call semantic-collector-current-exact-match.
2235         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2236         ede-objects as targets.
2238         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2239         a target's object list even if compiler vars are already in the
2240         Makefile.
2242         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2243         list of headers producing necessary macros.
2245 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2247         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2248         track of the buffer position of the end of a BibTeX entry as this
2249         position may change during reformatting.
2250         (bibtex-format-entry): Remove whitespace before processing
2251         numerical fields so that we recognize the latter properly.
2252         (bibtex-reformat): Do not use push which changes the global value
2253         of bibtex-entry-format.
2254         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2255         (bibtex-field-re-init): Replace only space characters by regexp
2256         for whitespace.
2257         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2258         (bibtex-initialize): Also update bibtex-strings.
2259         (bibtex-kill-field): Preserve white space at end of entry.
2260         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2261         Update bibtex-reference-keys.
2263 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2265         * minibuffer.el (completion-pcm--merge-try): Also consider placing
2266         point after a star, if that's the only place where modifications can
2267         make progress.
2269 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
2271         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2272         in docstrings.
2274 2009-12-04  Juri Linkov  <juri@jurta.org>
2276         * proced.el (proced): Call `(proced-update t)' to update process
2277         information instead of only running proced-post-display-hook.
2278         (proced-send-signal): Add a leading space to the buffer name
2279         " *Marked Processes*" to make this buffer ephemeral.
2281 2009-12-04  Juri Linkov  <juri@jurta.org>
2283         * dired.el (dired-auto-revert-buffer): New defcustom.
2284         (dired-internal-noselect): Use it.
2286 2009-12-04  Juri Linkov  <juri@jurta.org>
2288         Change roles of modes and functions in image-mode.el (Bug#5062).
2290         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2291         in `auto-mode-alist'.
2292         (image-mode-previous-major-mode): New variable.
2293         (image-minor-mode-map): Rename from `image-mode-text-map'.
2294         (image-mode): Move graceful error-handling code from
2295         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
2296         (image-minor-mode): Remove all image-handling code.
2297         Replace `image-mode-text-map' with `image-minor-mode-map'.
2298         Check for `image-type' in mode-line format string.
2299         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2300         (image-mode-as-text): New function with most code from
2301         `image-mode-maybe'.
2302         (image-toggle-display-text): Move code that removes image
2303         properties from `image-toggle-display' to here.
2304         (image-toggle-display-image): New function with code that adds
2305         image properties copied from `image-toggle-display'.
2306         (image-toggle-display): Remove most code with leaving only code
2307         that toggles between `image-mode-as-text' and `image-mode'.
2309 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
2311         * net/newst-treeview.el
2312         (newsticker--treeview-list-highlight-start): Restored call to
2313         save-excursion: Selected item was stuck.
2314         (newsticker--treeview-list-select): New.
2315         (newsticker--treeview-item-show-text)
2316         (newsticker--treeview-item-show)
2317         (newsticker--treeview-item-update): Use new
2318         newsticker-treeview-item-mode.
2319         (newsticker-treeview-update): Keep current item.
2320         (newsticker-treeview-next-new-or-immortal-item): Doc change.
2321         (newsticker--treeview-first-feed): Doc change.
2322         (newsticker-treeview-list-menu)
2323         (newsticker-treeview-item-menu): Added menu entries.
2324         (newsticker-treeview-item-mode): New.
2326         * net/newst-backend.el (newsticker-customize): Delete other
2327         windows.
2329 2009-12-04  Sam Steingold  <sds@gnu.org>
2331         * log-view.el (log-view-mode-map): "q" calls quit-window,
2332         like in all the other non-self-insert buffers.
2334 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2336         Minor cleanup.
2337         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2338         key decoding rather than do it manually via last-input-event +
2339         ascii-character.
2340         (term-exec): Use delete-and-extract-region.
2341         (term-handle-ansi-terminal-messages): Remove unused var `end'.
2342         (term-process-pager): Remove unused var `i'.
2343         (term-dynamic-simple-complete): Make obsolete.
2344         (serial-update-config-menu): Remove unused vars `y' and `str'.
2345         (term-update-mode-line): Remove unused var `temp'.
2347 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2349         Limit the number of log entries displayed by default.
2350         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2351         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2352         using a prefix argument.
2354 2009-12-03  Glenn Morris  <rgm@gnu.org>
2356         * progmodes/idlwave.el (class): Restore still useful declaration.
2358 2009-12-03  Alan Mackenzie  <acm@muc.de>
2360         Enhance `c-parse-state' to run efficiently in "brace deserts".
2362         * progmodes/cc-mode.el (c-basic-common-init):
2363         Call c-state-cache-init.
2364         (c-neutralize-syntax-in-and-mark-CPP): Rename from
2365         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
2366         placing `category' properties value 'c-cpp-delimiter at its boundaries.
2368         * progmodes/cc-langs.el (c-before-font-lock-function):
2369         c-extend-and-neutralize-syntax-in-CPP has been renamed
2370         c-neutralize-syntax-in-and-mark-CPP.
2372         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2373         with `category' properties now, not `syntax-table' ones.
2375         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2376         enhanced (but slower) version of c-end-of-macro that won't land
2377         inside a literal or on another awkward character.
2378         (c-state-cache-too-far, c-state-cache-start)
2379         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2380         (c-state-nonlit-pos-cache-limit, c-state-point-min)
2381         (c-state-point-min-lit-type, c-state-point-min-lit-start)
2382         (c-state-min-scan-pos, c-state-brace-pair-desert)
2383         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2384         buffer local variables.
2385         (c-state-literal-at, c-state-lit-beg)
2386         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2387         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2388         (c-state-cache-top-paren, c-state-cache-after-top-paren)
2389         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2390         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2391         (c-renarrow-state-cache)
2392         (c-append-lower-brace-pair-to-state-cache)
2393         (c-state-push-any-brace-pair, c-append-to-state-cache)
2394         (c-remove-stale-state-cache)
2395         (c-remove-stale-state-cache-backwards, c-state-cache-init)
2396         (c-invalidate-state-cache-1, c-parse-state-1)
2397         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2398         (c-parse-state): Enhance and refactor.
2399         (c-debug-parse-state): Amend to deal with all the new variables.
2401         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2402         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2403         modify to use category text properties rather than syntax-table ones.
2404         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2405         to switch off/on the syntactic paren property of C++ template
2406         delimiters using the category property.
2407         (c-with-<->-as-parens-suppressed): Macro to invoke code with
2408         template delims suppressed.
2409         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2410         New constant/macros which apply category properties to the start
2411         and end of preprocessor constructs.
2412         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2413         "comment out" the syntactic value of characters in preprocessor
2414         constructs.
2415         (c-with-cpps-commented-out)
2416         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2417         with characters in all or all but one preprocessor constructs
2418         "commented out".
2420 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2422         * proced.el (proced-filter-alist): Use regexp-quote.
2424 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
2426         Cleanup.
2427         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2428         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
2429         arguments.  Expand `default-directory'.
2431         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2432         the benefit of returning an expanded localname.
2433         (tramp-tramp-file-p): Handle the case NAME is not a string.
2435 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2437         Add support for bzr shelve/unshelve.
2438         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2439         (vc-bzr-extra-menu-map): New variables.
2440         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2441         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2442         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2443         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2444         (vc-bzr-dir-extra-headers): Display shelves.
2446         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2448 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2450         * textmodes/bibtex.el (bibtex-complete-internal):
2451         Use completion-in-region.
2452         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2454 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2456         Support applying stashes.  Improve UI.
2457         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2458         (vc-git-stash-apply, vc-git-stash-pop)
2459         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2460         (vc-git-stash-menu): New functions.
2461         (vc-git-stash-menu-map): New variable.
2462         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2464 2009-12-03  Glenn Morris  <rgm@gnu.org>
2466         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2467         (vc-print-log-internal): Fix previous change.
2468         (vc-revert): Correct pluralization.
2470 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * progmodes/make-mode.el (makefile-special-targets-list): No need for
2473         it to be an alist any more.
2474         (makefile-complete): Use completion-in-region.
2476         * progmodes/octave-mod.el (octave-complete-symbol):
2477         Use completion-in-region.
2479         Misc cleanup.
2480         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2481         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2482         (idlwave-complete-class): Don't quote lambda.
2483         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2484         (idlwave-mode-map): Move initialization into declaration.
2485         (idlwave-action-and-binding): Use backquotes.
2486         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2487         Simplify.
2488         (idlwave-is-pointer-dereference): Remove unused var `pos'.
2489         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2490         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2491         `parts', and `all-parts'.
2492         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2493         (idlwave-convert-xml-system-routine-info): Remove unused string
2494         `version-string'.
2495         (idlwave-display-user-catalog-widget): Use dolist.
2496         (idlwave-scanning-lib): Declare dynamically-scoped var.
2497         (idlwave-scan-library-catalogs): Remove unused var `flags'.
2498         (completion-highlight-first-word-only): Declare to silence bytecomp.
2499         (idlwave-popup-select): Tighten scope of `resp'.
2500         (idlwave-find-struct-tag): Remove unused var `beg'.
2501         (idlwave-after-load-rinfo-hook): Declare.
2502         (idlwave-sintern-class-info): Remove unused var `taglist'.
2503         (idlwave-find-class-definition): Remove unused var `list'.
2504         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2505         (idlwave-what-module-find-class): Remove unused var `classes'.
2507 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
2509         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2511 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2514         buffers visited.  Remove redundant current-buffer-saving.
2516 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2518         Use completion-in-buffer and remove uses of dynamic scoping.
2519         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2520         (pascal-buffer-to-use, pascal-flag): Don't declare.
2521         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2522         (pascal-get-completion-decl, pascal-keyword-completion):
2523         Add `pascal-str' argument, save-excursion,
2524         return the found completions, and don't filter with pascal-pred.
2525         (pascal-completion-cache): New var.
2526         (pascal-completion): Don't switch buffer any more (it was never
2527         necessary).  Don't save-excursion any more (it's done by the called
2528         subroutines).  Use a cache to avoid redundant computations.
2529         Use complete-with-action rather than pascal-completion-response and
2530         let it apply the predicate as well.
2531         (pascal-complete-word): Use completion-in-buffer when
2532         pascal-toggle-completions is nil.
2533         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2534         not used any more.
2535         (pascal-comp-defun): Don't change buffer any more.
2536         Use complete-with-action rather than pascal-completion-response and
2537         let it apply the predicate as well.
2538         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2539         when neded.
2541 2009-12-02  Kenichi Handa  <handa@m17n.org>
2543         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2544         shape for all Indic scripts.
2546 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2548         Use completion-in-buffer.
2549         * wid-edit.el (widget-field-text-end): New function.
2550         (widget-field-value-get): Use it.
2551         (widget-string-complete, widget-file-complete)
2552         (widget-color-complete): Use it and completion-in-region.
2553         (widget-complete): Don't narrow the buffer.
2555 2009-12-02  Glenn Morris  <rgm@gnu.org>
2557         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
2558         (rmail-select-summary): Use rmail-pop-to-buffer.
2559         * mail/rmailsum.el: Replace all pop-to-buffer calls with
2560         rmail-pop-to-buffer, to prevent horizontal splits.
2562         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2563         save-excursion with save-current-buffer.
2564         Widen before searching.  (Bug#5093)
2565         (diary-list-sexp-entries): Remove superfluous save-excursion.
2567 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
2569         * woman.el (woman-make-bufname): Handle man-pages with "." in the
2570         name.  (Bug#5038)
2572 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2574         * ido.el (ido-file-internal): Handle filenames at point that do
2575         not have a directory part.  (Bug#5049)
2577 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
2579         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2580         (mpc-songs-jump-to, mpc-resume): Doc fixes.
2582 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
2584         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2585         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2586         any more.
2588 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2590         * comint.el (comint-insert-input): Ignore clicks to the right of
2591         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2593         * vc.el (vc-print-log-internal): Don't wait for the process to
2594         terminate before setting up the major mode.
2596         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2597         in case.
2599         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2600         the last element.
2602         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2604 2009-12-01  Glenn Morris  <rgm@gnu.org>
2606         * window.el (window--display-buffer-2): Fix previous changes.
2608 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
2610         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2612 2009-12-01  Glenn Morris  <rgm@gnu.org>
2614         * Makefile.in (ELCFILES): Add mpc.elc.
2616 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2618         * mpc.el: New file.
2620 2009-12-01  Glenn Morris  <rgm@gnu.org>
2622         * window.el (window-to-use): Define for compiler.
2624         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2625         consistent with others (no final period).
2627         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2628         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
2630 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2632         Make vc-print-log buttons work.
2633         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2635 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
2637         * savehist.el (savehist-autosave-interval): Allow setting to nil
2638         through customize.  (Bug#5056)
2640 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
2642         Fix references to jit-lock properties.
2643         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2644         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2645         (perl-font-lock-special-syntactic-constructs):
2646         Quote jit-lock-defer-multiline property.
2648 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2650         * vc-git.el (vc-git-registered): Call vc-git-root only once.
2652 2009-11-30  Juri Linkov  <juri@jurta.org>
2654         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2655         value `buffer' of `multi-isearch-next-buffer-current-function'.
2656         Use `(current-buffer)' when `buffer' is nil.
2657         (multi-isearch-next-buffer-from-list): Don't fallback to
2658         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
2660 2009-11-30  Juri Linkov  <juri@jurta.org>
2662         * misearch.el (multi-isearch-read-buffers): Move canonicalization
2663         of buffers with `get-buffer' to `multi-isearch-buffers'.
2664         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2665         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
2666         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2667         FILES with `expand-file-name' converting relative file names
2668         to absolute.  Doc fix.  (Bug#4727)
2670 2009-11-30  Juri Linkov  <juri@jurta.org>
2672         * misearch.el (multi-isearch-read-buffers)
2673         (multi-isearch-read-matching-buffers): New functions.
2674         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2675         Use them in the `interactive' spec.  Doc fix.
2676         (multi-isearch-read-files, multi-isearch-read-matching-files):
2677         New functions.
2678         (multi-isearch-files, multi-isearch-files-regexp):
2679         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
2681 2009-11-30  Juri Linkov  <juri@jurta.org>
2683         * doc-view.el (doc-view-continuous):
2684         Rename from `doc-view-continuous-mode'.
2685         (doc-view-menu): Move "Toggle display" to the top.
2686         Add submenu "Continuous" with radio buttons "Off"/"On"
2687         and "Save as Default".
2688         (doc-view-scroll-up-or-next-page)
2689         (doc-view-scroll-down-or-previous-page)
2690         (doc-view-next-line-or-next-page)
2691         (doc-view-previous-line-or-previous-page): Rename
2692         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
2694 2009-11-30  Juri Linkov  <juri@jurta.org>
2696         * comint.el (comint-mode-map): Rebind `M-r' from
2697         `comint-previous-matching-input' to
2698         `comint-history-isearch-backward-regexp'.
2699         Unbind `M-s' to allow global key binding `M-s'.
2700         Add menu items for `comint-history-isearch-backward' and
2701         `comint-history-isearch-backward-regexp'.  (Bug#3746)
2703 2009-11-30  Juri Linkov  <juri@jurta.org>
2705         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2706         For def=recenter, replace `recenter' with `recenter-top-bottom'
2707         that is called with `this-command' and `last-command' let-bound
2708         to `recenter-top-bottom'.  When the last `def' was not `recenter',
2709         set `recenter-last-op' to nil.  (Bug#4981)
2711 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2713         Minor cleanup and simplification.
2714         * filecache.el (file-cache-add-directory)
2715         (file-cache-add-directory-recursively)
2716         (file-cache-add-from-file-cache-buffer)
2717         (file-cache-delete-file-regexp, file-cache-delete-directory)
2718         (file-cache-files-matching-internal, file-cache-display): Use dolist.
2719         (file-cache-temp-minibuffer-message): Delete function.
2720         (file-cache-minibuffer-complete): Use minibuffer-message instead.
2722         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2723         Don't signal an error when bumping into EOB in tr, s, or y.
2725 2009-11-29  Juri Linkov  <juri@jurta.org>
2727         * startup.el (fancy-about-text): Fix wording of Guided Tour.
2728         (Bug#4960)
2730         * descr-text.el (describe-char-unidata-list): Use lowercase name
2731         for "Unicode name" like in other tags.
2733 2009-11-29  Juri Linkov  <juri@jurta.org>
2735         * ediff-util.el (ediff-minibuffer-with-setup-hook):
2736         New compatibility macro.
2737         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2739 2009-11-29  Juri Linkov  <juri@jurta.org>
2741         Add defcustom to define the cycling order of `recenter-top-bottom'.
2742         (Bug#4981)
2744         * window.el (recenter-last-op): Doc fix.
2745         (recenter-positions): New defcustom.
2746         (recenter-top-bottom): Rewrite to use `recenter-positions'.
2747         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2749 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2751         Improve integration of Tramp and ange-ftp in eshell.
2753         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2754         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
2755         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
2757         * eshell/esh-util.el (top): Require also Tramp when compiling.
2758         (eshell-directory-files-and-attributes): Check for FTP remote
2759         connection.
2760         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2761         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2762         (eshell-file-attributes): Handle ".".  Return `entry'.
2764         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2765         (ange-ftp-directory-files-and-attributes)
2766         (ange-ftp-real-directory-files-and-attributes): New defuns.
2768         * net/tramp.el (tramp-maybe-open-connection): Open the remote
2769         shell with "exec" when possible.  This prevents trailing prompts
2770         in `start-file-process'.
2772 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         Try and remove assumptions about point-min==1.
2775         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2776         (rng-compute-mode-line-string): Show the validation percentage in
2777         terms of the narrowed text, not the widened text.
2778         (rng-do-some-validation): Don't catch internal errors when debugging.
2779         (rng-first-error): Simplify.
2780         (rng-after-change-function): Remove work around.  AFAIK the bug has
2781         been fixed a while ago.
2783         * image-mode.el (image-minor-mode): Exit more gracefully when the image
2784         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2786         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2788         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2789         `cd' doesn't always do it for us (bug#5067).
2791         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2792         on 2009-10-25 as part of some other change (bug#5067).
2794 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2796         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2797         `suspicious'.
2798         (byte-compile-warnings): Use byte-compile-warning-types.
2799         (byte-compile-save-excursion): Warn about use of set-buffer right
2800         after save-excursion.
2802         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2803         the excursion as well.
2805 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
2807         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2808         providing a Tramp related implementation of "su" and "sudo".
2809         (eshell-unix-initialize): Add "su" and "sudo".
2811 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
2813         * net/socks.el (socks-send-command): Convert binary request to
2814         unibyte before sending.  This fixes mishandling of some port
2815         numbers such as 129.
2817 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2819         * help.el (describe-bindings-internal): Remove `interactive'.
2821         * man.el (Man-completion-table): Trim a terminating "(".
2822         Remove the space between name page a section.
2823         Add the command's description on the `help-echo' property.
2824         Remove `process-connection-type' binding since it's unused by
2825         call-process.
2826         Provide completion for the "<section> <name>" format as well.
2827         (Man-default-man-entry): Remove spurious var shadowing the argument.
2829 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2831         * log-view.el: Add "Keywords: tools", since its other keywords
2832         aren't in finder-known-keywords, and following vc.el.
2834         * sha1.el (sha1-string-external): default-directory "/" in case
2835         otherwise non-existent.  process-connection-type pipe for touch of
2836         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2838 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2840         Misc coding convention cleanups.
2841         * htmlfontify.el (hfy-init-kludge-hook): Rename from
2842         hfy-init-kludge-hooks.
2843         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2844         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2845         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2846         and push.
2847         (hfy-slant, hfy-weight): Use tables rather than code.
2848         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2849         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2850         (hfy-face-attr-for-class): Initialize `face-spec' directly.
2851         (hfy-face-to-css): Remove `nconc' with single arg.
2852         (hfy-p-to-face-lennart): Use `or'.
2853         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
2854         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2855         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2856         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2857         (hfy-force-fontification): Use run-hooks.
2859 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
2861         Various minor fixes.
2862         * htmlfontify.el (hfy-default-header): Add toggle_invis since
2863         Javascript belongs in the header, not the body.
2864         (hfy-javascript): Remove.
2865         (hfy-fontify-buffer): Don't insert it any more.
2866         (hfy-face-at): Handle (face0 face1 face2) style face properties.
2867         Fix bug in invis handling when there were no invis props in a chunk.
2869 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2871         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2873 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
2875         * finder.el (finder-mode-map): Add a menu.
2877 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
2879         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2880         "unsigned" structs.
2882         (verilog-leap-to-head, verilog-backward-token): Handle "disable
2883         fork" statement better.
2885 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
2887         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2888         (verilog-delete-auto, verilog-delete-empty-auto-pair)
2889         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2890         Reported by Clay Douglass.
2892         (verilog-auto-inst, verilog-auto-star-safe)
2893         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2894         Fix removing "// Interfaces" when saving .* expansions.  Reported by
2895         Pierre-David Pfister.
2897 2009-11-26  Glenn Morris  <rgm@gnu.org>
2899         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2900         the scope.
2902 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
2904         * vc-annotate.el (vc-annotate-revision-previous-to-line):
2905         Really use previous revision.
2907 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2909         * man.el (Man-completion-table): default-directory "/" in case
2910         doesn't otherwise exist.  process-environment COLUMNS=999 so as
2911         not to truncate long names.  process-connection-type pipe to avoid
2912         any chance of hitting the pseudo-tty TIOCGWINSZ.
2913         (man): completion-ignore-case t for friendliness and since man
2914         itself is case-insensitive on the command line.
2915         Further to Bug#3717.
2917         * arc-mode.el: Add "Keywords: files", so the details in its
2918         commentary can be reached from finder-by-keyword.
2919         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
2920         editing mode, but it's comms related and sgml-mode.el has "comm"
2921         on that basis too.
2922         * textmodes/bibtex-style.el: Add "Keywords: tex".
2923         * international/isearch-x.el, international/ja-dic-cnv.el:
2924         * international/ja-dic-utl.el, international/kkc.el:
2925         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2927 2009-11-25  Juri Linkov  <juri@jurta.org>
2929         * man.el (Man-completion-table): Modify regexp to include
2930         section names to completion strings.  (Bug#3717)
2932 2009-11-25  Juri Linkov  <juri@jurta.org>
2934         Search recursively in gzipped files.  (Bug#4982)
2936         * progmodes/grep.el (grep-highlight-matches): Add new options
2937         `always' and `auto'.  Doc fix.
2938         (grep-process-setup): Check `grep-highlight-matches' for
2939         `auto-detect' to determine the need to compute grep defaults.
2940         Move Windows/DOS specific --colors settings handling
2941         to `grep-compute-defaults'.  Check `grep-highlight-matches'
2942         to get the value of "--color=".
2943         (grep-compute-defaults): Compute `grep-highlight-matches' when it
2944         has the value `auto-detect'.  Move Windows/DOS specific settings
2945         from `grep-process-setup'.
2946         (zrgrep): New command with alias `rzgrep'.
2948 2009-11-25  Juri Linkov  <juri@jurta.org>
2950         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2951         to nil instead of switching off view-mode.  (Bug#4896)
2953 2009-11-25  Juri Linkov  <juri@jurta.org>
2955         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
2957         * mwheel.el (mwheel-scroll-up-function)
2958         (mwheel-scroll-down-function): New defvars.
2959         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2960         `scroll-up', and `mwheel-scroll-down-function' instead of
2961         `scroll-down'.
2963         * doc-view.el (doc-view-scroll-up-or-next-page)
2964         (doc-view-scroll-down-or-previous-page): Add optional ARG.
2965         Use this ARG in the call to image-scroll-up/image-scroll-down.
2966         Change `interactive' spec to "P".  Goto next/previous page only
2967         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2968         SPC/DEL case).  Doc fix.
2969         (doc-view-next-line-or-next-page)
2970         (doc-view-previous-line-or-previous-page): Rename arg to ARG
2971         for consistency.
2972         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2973         `doc-view-scroll-up-or-next-page', and buffer-local
2974         `mwheel-scroll-down-function' to
2975         `doc-view-scroll-down-or-previous-page'.
2977 2009-11-25  Juri Linkov  <juri@jurta.org>
2979         Provide additional default values (directories at other Dired
2980         windows) via M-n in the minibuffer of some Dired commands.
2982         * dired-aux.el (dired-diff, dired-compare-directories)
2983         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2984         `minibuffer-default' in `minibuffer-with-setup-hook'.
2985         (dired-dwim-target-directory): Find a window that displays Dired
2986         buffer instead of failing when the next window is not Dired.
2987         Use `get-window-with-predicate' to find for the next Dired window.
2988         (dired-dwim-target-defaults): New function.
2990         * ediff-util.el (ediff-read-file-name):
2991         Use `dired-dwim-target-defaults' to set `minibuffer-default'
2992         in `minibuffer-with-setup-hook'.
2994 2009-11-25  Juri Linkov  <juri@jurta.org>
2996         Provide additional default values (file name at point or at the
2997         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
2999         * minibuffer.el (read-file-name-defaults): New function.
3000         (read-file-name): Reset `minibuffer-default' to nil when
3001         it duplicates initial input `insdef'.
3002         Bind `minibuffer-default-add-function' to lambda that
3003         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3004         (minibuffer-insert-file-name-at-point): New command.
3006         * files.el (file-name-at-point-functions): New defcustom.
3007         (find-file-default): Remove defvar.
3008         (find-file-read-args): Don't use `find-file-default'.
3009         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3010         to `read-file-name'.
3011         (find-file-literally): Use `read-file-name' with
3012         `confirm-nonexistent-file-or-buffer'.
3014         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3016         * dired.el (dired-read-dir-and-switches):
3017         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3018         to `read-file-name'.
3019         (dired-file-name-at-point): New function.
3020         (dired-mode): Add hook `dired-file-name-at-point' to
3021         `file-name-at-point-functions'.
3023 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3025         Really make the *Completions* window soft-dedicated (bug#5030).
3026         * window.el (window--display-buffer-2): Add `dedicated' argument.
3027         (display-buffer): Pass it when needed so the dedicated flag is set
3028         after calling set-window-buffer, which would otherwise reset it.
3030 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3032         * progmodes/meta-mode.el (meta-complete-symbol):
3033         * progmodes/etags.el (complete-tag):
3034         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3035         Use completion-in-region.
3037         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3038         (dabbrev-completion): Use completion-in-region.
3039         (dabbrev--abbrev-at-point): Simplify regexp.
3041         * abbrev.el (abbrev--before-point): Use word-motion functions
3042         if :regexp is not specified (bug#5031).
3044         * subr.el (string-prefix-p): New function.
3046         * man.el (Man-completion-cache): New var.
3047         (Man-completion-table): Use it.
3049         * vc.el (vc-print-log-internal): Make `limit' optional for better
3050         compatibility (e.g. with vc-annotate.el).
3052 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3054         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3055         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3057         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3058         when .el source file not found or other error.
3060 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3062         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3064 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3066         Handle the [back] button properly (bug#4979).
3067         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3068         Use help-setup-xref, help-buffer, and with-help-window.
3069         (describe-char): Add `buffer' argument.
3070         Pass proper command to help-setup-xref.  Don't meddle with
3071         help-xref-stack-item directly.
3072         (describe-text-category): Use with-help-window and help-buffer.
3074         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3075         for the displayed buffer (bug#4887).
3077         * man.el (Man-completion-table): New function.
3078         (man): Use it.
3080 2009-11-24  David Reitter  <david.reitter@gmail.com>
3082         * vc-git.el (vc-git-registered): Use checkout directory (where
3083         .git is) rather than the file's directory and a relative path spec
3084         to work around a bug in git.
3086 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3088         Improve handling of processes on remote hosts.
3090         * eshell/esh-util.el (eshell-path-env): New defvar.
3091         (eshell-parse-colon-path): New defun.
3092         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3094         * eshell/esh-ext.el (eshell-search-path):
3095         Use `eshell-parse-colon-path'.
3096         (eshell-remote-command): Remove argument HANDLER.
3097         (eshell-external-command): Check for FTP remote connection.
3099         * eshell/esh-proc.el (eshell-gather-process-output):
3100         Use `file-truename', in order to start also symlinked files.
3101         Apply `start-file-process' instead of `start-process'.
3102         Shorten `command' to the local file name part.
3104         * eshell/em-cmpl.el (eshell-complete-commands-list):
3105         Use `eshell-parse-colon-path'.
3107         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3109         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3110         to `eshell-directory-change-hook'.
3112 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3114         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3115         because it could be enabled automatically if view-read-only is non-nil.
3117 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3119         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3120         made on 2009-11-22.
3122 2009-11-24  Glenn Morris  <rgm@gnu.org>
3124         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3125         deleted variable bookmark-bmenu-bookmark-column.
3127         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3128         Move after definition of global-semantic-idle-tag-highlight-mode.
3130 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3132         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3134 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3136         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3137         two slashes to the "file:" prefix.
3138         (browse-url-file-url): De-munge Cygwin filenames before passing
3139         them to Windows browser.
3140         (browse-url-default-windows-browser): Use call-process.
3142 2009-11-23  Juri Linkov  <juri@jurta.org>
3144         Implement DocView Continuous mode.  (Bug#4896)
3145         * doc-view.el (doc-view-continuous-mode): New defcustom.
3146         (doc-view-mode-map): Bind C-n/<down> to
3147         `doc-view-next-line-or-next-page', C-p/<up> to
3148         `doc-view-previous-line-or-previous-page'.
3149         (doc-view-next-line-or-next-page)
3150         (doc-view-previous-line-or-previous-page): New commands.
3152 2009-11-23  Juri Linkov  <juri@jurta.org>
3154         Implement Isearch in comint input history.  (Bug#3746)
3155         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3156         `isearch-mode-hook'.
3157         (comint-history-isearch): New defcustom.
3158         (comint-history-isearch-backward)
3159         (comint-history-isearch-backward-regexp): New commands.
3160         (comint-history-isearch-message-overlay): New buffer-local variable.
3161         (comint-history-isearch-setup, comint-history-isearch-end)
3162         (comint-goto-input, comint-history-isearch-search)
3163         (comint-history-isearch-message, comint-history-isearch-wrap)
3164         (comint-history-isearch-push-state)
3165         (comint-history-isearch-pop-state): New functions.
3167 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3169         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3170         return.
3171         (tramp-handle-make-symbolic-link)
3172         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3173         Quote file names.
3174         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3175         (tramp-handle-process-file): Use it.
3177 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3179         * window.el (move-to-window-line-last-op): Remove.
3180         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3182 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3184         Make M-r mirror the new cycling behavior of C-l.
3185         * window.el (move-to-window-line-last-op): New var.
3186         (move-to-window-line-top-bottom): New command.
3187         (global-map): Bind M-r move-to-window-line-top-bottom.
3189 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
3191         * dired-x.el (dired-guess-shell-alist-default):
3192         Support xz format.  (Bug#4953)
3194 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
3196         * cedet/srecode/map.el (srecode-get-maps):
3197         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3198         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3199         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3200         (semantic-toggle-decoration-style):
3201         * cedet/semantic/decorate/include.el
3202         (semantic-decoration-include-describe)
3203         (semantic-decoration-unknown-include-describe)
3204         (semantic-decoration-unparsed-include-describe)
3205         (semantic-decoration-all-include-summary):
3206         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3207         * cedet/semantic/analyze/complete.el
3208         (semantic-analyze-possible-completions):
3209         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3210         (semantic-show-unmatched-syntax-mode)
3211         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3212         (semantic-highlight-func-mode):
3213         * cedet/semantic/util.el (semantic-describe-buffer):
3214         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3215         (semantic-symref-find-tags-by-name)
3216         (semantic-symref-find-tags-by-regexp)
3217         (semantic-symref-find-tags-by-completion)
3218         (semantic-symref-find-file-references-by-name)
3219         (semantic-symref-find-text):
3220         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3221         (senator-yank-tag):
3222         * cedet/semantic/scope.el (semantic-calculate-scope):
3223         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3224         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3225         (define-semantic-idle-service):
3226         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3227         (semantic-complete-analyze-inline-idle):
3228         * cedet/semantic/analyze.el (semantic-analyze-current-context):
3229         * cedet/mode-local.el (describe-mode-local-bindings)
3230         (describe-mode-local-bindings-in-mode):
3231         * cedet/ede/make.el (ede-make-check-version):
3232         * cedet/ede/locate.el (ede-enable-locate-on-project):
3233         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3234         (cedet-idutils-version-check):
3235         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3236         (cedet-gnu-global-version-check):
3237         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3238         (cedet-cscope-version-check): Use called-interactively-p instead
3239         of interactive-p.
3241         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3242         Use semantic-format-tag-prototype.
3244 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3246         * emulation/viper-cmd.el: Use viper-last-command-char instead of
3247         last-command-char/last-command-event.
3248         (viper-prefix-arg-value): Do correct conversion of event-char for
3249         XEmacs.
3251         * emulation/viper-util.el, emulation/viper.el:
3252         Use viper-last-command-char instead of
3253         last-command-char/last-command-event.
3255         * ediff-init.el, ediff-mult.el, ediff-util.el:
3256         Replace last-command-char and last-command-event
3257         with (ediff-last-command-char) everywhere.
3259         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3260         created in fundamental mode.
3262         * ediff.el (ediff-version): Revert the change of interactive-p to
3263         called-interactively-p.
3265 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3267         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3268         generation from word-movement command names.
3270 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
3272         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3273         (semantic-complete-jump-local, semantic-complete-jump):
3274         Improve prompt string.
3276 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3278         * cus-start.el (all): Add native condition for font-use-system-font.
3280 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
3282         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3283         Correct the patch from 2009-11-18.  (Bug#3910)
3285 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
3287         * progmodes/subword.el: Rename from lisp/subword.el.
3289         * subword.el: Rename to progmodes/subword.el.
3291         * Makefile.in (ELCFILES): Adapt to subword.el move.
3293 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3294             Stefan Monnier  <monnier@iro.umontreal.ca>
3296         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3297         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3298         (bookmark-bmenu-show-filenames): Use push.
3299         (bookmark-bmenu-hide-filenames): Use local var instead of
3300         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
3301         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3302         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3303         filenames now that the bookmark names are always available.
3305 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3307         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3308         (bookmark-search-pattern): Move and leave unbound.
3309         (bookmark-bmenu-mode-map): Change binding.
3310         (bookmark-read-search-input): Simplify.
3311         Don't use text-char-description.  Don't error on non-char events.
3312         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3313         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3314         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3315         Use a local var for the timer.
3316         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3317         (i.e. bookmark-bmenu-search).
3319 2009-11-21  Glenn Morris  <rgm@gnu.org>
3321         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
3323 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3325         * net/browse-url.el (browse-url-default-windows-browser):
3326         Use cygstart for cygwin.
3328 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
3330         * bookmark.el: Formatting and doc fixes only:
3331         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3332         (bookmark-bmenu-search): Wrap to fit within 80 columns.
3333         Minor grammar and punctuation fixes in doc string.
3334         (bookmark-read-search-input): Adjust to fit within 80 columns.
3336 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3338         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3339         (c-backward-into-nomenclature): Adapt to subword renaming.
3341         * subword.el (subword-forward, subword-backward, subword-mark)
3342         (subword-kill, subword-backward-kill, subword-transpose)
3343         (subword-downcase, subword-upcase, subword-capitalize)
3344         (subword-forward-internal, subword-backward-internal):
3345         Rename from forward-subword, backward-subword, mark-subword,
3346         kill-subword, backward-kill-subword, transpose-subwords,
3347         downcase-subword, upcase-subword, capitalize-subword,
3348         forward-subword-internal, backward-subword-internal.
3350 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3352         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3353         New options.
3354         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3355         New vars.
3356         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3357         (bookmark-bmenu-filter-alist-by-regexp)
3358         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3359         (bookmark-bmenu-search): New command.
3360         (bookmark-bmenu-mode-map): Bind it.
3362 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3364         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3366         * cedet/semantic/idle.el (define-semantic-idle-service)
3367         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3369 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3371         * progmodes/cc-cmds.el: declare-functioned forward-subword and
3372         backward-subword to quit the byte-compiler.
3374         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3376         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3378         * progmodes/cc-cmds.el (c-update-modeline)
3379         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3380         Refer to subword.el functions instead of cc-subword.el.
3382         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3383         subword.el functions instead of cc-subword.el.
3385         * progmodes/cc-subword.el: Rename to subword.el.
3386         * subword.el: Rename from progmodes/cc-subword.el.
3387         (subword-mode-map): Rename from c-subword-mode-map.
3388         (subword-mode): Rename from c-subword-mode.
3389         (global-subword-mode): New global minor mode.
3390         (forward-subword): Rename from c-forward-subword.
3391         (backward-subword): Rename from c-backward-subword.
3392         (mark-subword): Rename from c-mark-subword.
3393         (kill-subword): Rename from c-kill-subword.
3394         (backward-kill-subword): Rename from c-backward-kill-subword.
3395         (transpose-subwords): Rename from c-tranpose-subword.
3396         (downcase-subword): Rename from c-downcase-subword.
3397         (capitalize-subword): Rename from c-capitalize-subword.
3398         (forward-subword-internal): Rename from c-forward-subword-internal.
3399         (backward-subword-internal): Rename from c-backward-subword-internal.
3401 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3403         * vc.el (vc-deduce-fileset): Allow non-state changing operations
3404         from a dired buffer.
3405         (vc-dired-deduce-fileset): New function.
3406         (vc-root-diff, vc-print-root-log): Use it.
3408         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3409         nil LIMIT argument to vc-print-log-internal.
3411 2009-11-20  Glenn Morris  <rgm@gnu.org>
3413         * Makefile.in (ELCFILES): Regenerate.
3415 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3417         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3419         * cedet/semantic.el: Enable idle-mode menu items only if
3420         global-semantic-idle-scheduler-mode is enabled.
3421         (semantic-default-submodes): Doc fix.
3423         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3424         When turning off, disable other idle modes.
3426 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
3428         * calc/calc.el (calc-set-mode-line):
3429         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3430         (math-format-number): Rename `math-format-complement-signed' to
3431         `math-format-twos-complement'.
3433         * calc/calc-bin.el (math-format-twos-complement): Rename from
3434         math-format-complement-signed.
3435         (calc-radix): Rename `calc-complement-signed-mode' to
3436         `calc-twos-complement-mode'.
3437         (calc-octal-radix, calc-hex-radix): Add an argument for
3438         two's complement.
3440         * calc/calc-embed.el (calc-embedded-mode-vars):
3441         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3443         * calc/calc-ext.el (calc-init-extensions):
3444         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3445         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3447         * calc/calc-units.el (math-build-units-table-buffer):
3448         Let `calc-twos-complement-mode' be nil.
3450         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3451         entries.
3453         * calc/calc-vec.el (calcFunc-vunpack):
3454         * calc/calc-aent.el (calc-do-calc-eval):
3455         * calc/calc-forms.el (math-format-date):
3456         * calc/calc-graph.el (calc-graph-plot):
3457         * calc/calc-math.el (math-use-emacs-fn):
3458         * calc/calccomp.el (math-compose-expr):
3459         Let `calc-twos-complement-mode' be nil.
3461 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3463         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3464         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
3465         * minibuffer.el (completion-in-region-functions): New hook.
3466         (completion-in-region): New function.
3467         * emacs-lisp/lisp.el (lisp-complete-symbol):
3468         * pcomplete.el (pcomplete-std-complete): Use it.
3470 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3472         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3473         (latex-complete-alist): New vars.
3474         (latex-string-prefix-p, latex-complete-bibtex-keys)
3475         (latex-complete-envnames, latex-complete-refkeys)
3476         (latex-complete-data): New functions.
3477         (latex-complete, latex-indent-or-complete): New commands.
3479         * window.el (display-buffer-mark-dedicated): New var.
3480         (display-buffer): Obey it.
3481         * minibuffer.el (minibuffer-completion-help): Use it.
3483         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3485         * filecache.el (file-cache-add-file): Use push and cons.
3486         (file-cache-delete-file-regexp): Use push.
3487         (file-cache-complete): Use completion-in-region.
3489         * simple.el (with-wrapper-hook): Fix thinko.
3491         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3492         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3493         Use with-current-buffer and string-to-number.
3494         (hfy-fallback-colour-values): Use assoc-string.
3495         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3496         (hfy-face-at): Remove unused var `found-face'.
3497         (hfy-compile-stylesheet): Remove unused var `css'.
3498         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3499         and `orig-buffer'.
3500         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3501         Use with-current-buffer.
3502         (hfy-text-p): Use expand-file-name and fewer setq.
3504 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
3506         * htmlfontify.el, hfy-cmap.el: New files.
3508 2009-11-19  Juri Linkov  <juri@jurta.org>
3510         * minibuffer.el (completions-format): New defcustom.
3511         (completion--insert-strings): Implement vertical format.
3513         * simple.el (switch-to-completions): Move point to the first
3514         completion when point was at the beginning of the buffer.
3516 2009-11-19  Juri Linkov  <juri@jurta.org>
3518         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
3520         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3522 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3524         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3525         (mail-signature): Change default to t.
3526         (mail-from-style): Deprecate `system-default' value.
3527         (mail-insert-from-field): For default value of mail-from-style,
3528         default to `angles' unless `angles' needs quoting and `parens'
3529         does not.
3530         (mail-citation-prefix-regexp): Use citation regexp from
3531         message-mode.
3533 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
3535         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3536         Set variables for computing the prompt for reading password.
3538 2009-11-19  Glenn Morris  <rgm@gnu.org>
3540         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
3542         * textmodes/flyspell.el (sgml-lexical-context): Declare.
3544         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3545         (newsticker-treeview-listwindow-height): Fix custom type.
3547 2009-11-19  Kenichi Handa  <handa@m17n.org>
3549         * descr-text.el (describe-char-padded-string): Compose with TAB
3550         only if there's a font for CH.
3551         (describe-char): Fix the condition for detecting a trivial composition.
3553 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
3555         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3556         more accurate version of the regexp.  (Bug#3910)
3558 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3560         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3562 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
3564         * font-setting.el (font-use-system-font): Declare for byte-compiler.
3565         (font-setting-change-default-font): Fix typo in docstring.
3567 2009-11-18  Alan Mackenzie  <acm@muc.de>
3569         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3571 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3573         * font-setting.el (font-use-system-font): Move ...
3575         * cus-start.el (all): ... to here.
3577 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
3579         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3580         Don't set `ad-return-value' if `ad-do-it' doesn't.
3582         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3583         modification time.
3585 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3587         * menu-bar.el: Put "Use system font" in Option-menu.
3588         (menu-bar-options-save): Add font-use-system-font.
3590         * loadup.el: If feature system-font-setting or font-render-setting is
3591         there, load font-setting.
3593         * Makefile.in (ELCFILES): Add font-settings.el.
3594         * font-setting.el: New file.
3596 2009-11-17  Glenn Morris  <rgm@gnu.org>
3598         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3600         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3601         Preserve point in the list buffer.  (Bug#4939)
3602         Use point-at-eol.
3603         (newsticker--treeview-list-update-highlight)
3604         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3606 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3608         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3609         Remove.
3611         * calc/calc-ext.el (calc-init-extensions): Remove references to
3612         symclip.
3614         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3616         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3617         * calc/calc-help.el (calc-b-prefix-help): Remove references to
3618         `calc-symclip'.
3620 2009-11-16  Kevin Ryde  <user42@zip.com.au>
3622         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3623         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3625         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3626         (lm-keywords-list): Allow comma-only separator like "foo,bar".
3627         Ignore trailing spaces by omit-nulls to split-string (fixing
3628         regression from Emacs 21 due to the incompatible split-string
3629         change).  (Bug #4928.)
3631 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3633         * vc.el (vc-log-show-limit): Default to 2000.
3634         (vc-print-log-internal): Insert buttons to request more entries
3635         when limiting the output.
3637         * vc-sccs.el (vc-sccs-print-log):
3638         * vc-rcs.el (vc-rcs-print-log):
3639         * vc-cvs.el (vc-cvs-print-log):
3640         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3641         LIMIT is non-nil.
3643 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3645         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3646         error when `tramp-gvfs-dbus-event-vector' is set.
3647         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3649 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3653 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3655         * net/dbus.el (dbus-unregister-service): New defun.
3656         (dbus-register-property): Register the handlers of
3657         "org.freedesktop.DBus.Properties" for SERVICE.
3658         (dbus-property-handler): Fix docstring.
3660 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3662         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3663         Quote doc string reference in defvaralias as it is not in special form.
3664         (byte-compile-output-docform): Doc fix.
3666 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3668         * calc/calc.el (math-2-word-size, math-half-2-word-size)
3669         (calc-complement-signed-mode): New variables.
3670         (calc-set-mode-line): Add indicator for twos-complements.
3671         (math-format-number): Format twos-complement notation.
3673         * calc/calc-bin.el (calc-word-size): Reset the variables
3674         `math-2-word-size' and `math-half-2-word-size'.
3675         (math-format-complement-signed, math-symclip, calcFunc-symclip)
3676         (calc-symclip): New functions.
3678         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3680         * calc/calc-embed.el (calc-embedded-mode-vars):
3681         Add `calc-complement-signed-mode' to the list of modes.
3683         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3684         (calc-b-oper-keys): Add `calc-symclip' to list.
3686         * calc/calc-ext.el (math-read-number-fancy): Read complement
3687         signed numbers.
3688         (calc-init-extensions): Add binding for `calc-symclip'.
3689         Add autoload for `calcFunc-symclip' and `calc-symclip'.
3691         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3692         `calc-symclip'.
3693         (calc-modes-menu): Add item for twos complement mode.
3695         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3697 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3699         * register.el (jump-to-register, insert-register): Handle Semantic
3700         tags.  From commented-out advice in semantic/senator.el.
3702 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3704         * vc.el (vc-log-show-limit): New variable.
3705         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
3706         when using a prefix argument.
3707         (vc-print-log-internal): Add new argument LIMIT.
3709         * vc-svn.el (vc-svn-print-log):
3710         * vc-mtn.el (vc-mtn-print-log):
3711         * vc-hg.el (vc-hg-print-log):
3712         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3713         pass it to the log command when set.  Make the BUFFER argument
3714         non-optional.
3716         * vc-sccs.el (vc-sccs-print-log):
3717         * vc-rcs.el (vc-rcs-print-log):
3718         * vc-git.el (vc-git-print-log):
3719         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3720         ignore it.  Make the BUFFER argument non-optional
3722         * bindings.el (mode-line-buffer-identification): Do not purecopy.
3724 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3726         * dired.el (dired-mode-map): Move encryption items to "Operate"
3727         menu (Bug#4703).
3729         * strokes.el (strokes-update-window-configuration): Make strokes
3730         buffer current before erasing (Bug#4906).
3732         * cedet/semantic/idle.el (semantic-idle-summary-mode)
3733         (semantic-idle-summary-mode): Define using define-minor-mode
3734         instead of define-semantic-idle-service.
3735         (semantic-idle-summary-mode): New function.
3736         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3737         that mouse motion does not reset the echo area.
3739 2009-11-15  Juri Linkov  <juri@jurta.org>
3741         * simple.el (set-mark-default-inactive): Add :type, :group
3742         and :version.  (Bug#4876)
3744 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
3746         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3747         (archive-unique-fname): ... here.  (Bug#4929)
3749 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3751         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3752         with a real fix.
3754         * novice.el (disabled-command-function): Add useful args.
3755         Setup the help buffer so that [back] works.
3756         Remove redundant call to help-mode.
3757         (disabled-command-function): Use `case'.
3758         (en/disable-command): New function extracted from enable-command.
3759         (enable-command, disable-command): Use it.
3761 2009-11-14  Glenn Morris  <rgm@gnu.org>
3763         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3764         constants.  (Bug#4913)
3766         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3768 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3770         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3771         defined in C that have no doc-strings.  (Bug#1063)
3773 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
3775         * cus-edit.el (data, files):
3776         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
3778 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
3780         * simple.el (shell-command): Doc fix (Bug#4891).
3782         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3784 2009-11-14  Glenn Morris  <rgm@gnu.org>
3786         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3787         statements for vc-diff, emerge-quit, and rmail-cease-edit.
3788         If they are already loaded, eval-after-load will do the right thing.
3790         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3791         compiling.
3793         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3795         * simple.el (x-selection-owner-p): Declare.
3796         (read-mail-command): Use custom radio type rather than choice.
3797         (completion-no-auto-exit): Doc fix.
3799         * custom.el (defgroup):
3800         * epg-config.el (epg): Doc fixes.
3802 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3804         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3805         * international/ccl.el (define-ccl-program): Do not purecopy the
3806         docstring, defconst does it anyway.
3808 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3810         * add-log.el (add-change-log-entry): Avoid displaying the changelog
3811         a second time.
3813         * x-dnd.el (x-dnd-maybe-call-test-function):
3814         * window.el (split-window-vertically):
3815         * whitespace.el (whitespace-help-on):
3816         * vc-rcs.el (vc-rcs-consult-headers):
3817         * userlock.el (ask-user-about-lock-help)
3818         (ask-user-about-supersession-help):
3819         * type-break.el (type-break-force-mode-line-update):
3820         * time-stamp.el (time-stamp-conv-warn):
3821         * terminal.el (te-set-output-log, te-more-break, te-filter)
3822         (te-sentinel, terminal-emulator):
3823         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3824         (term-write-input-ring, term-check-source, term-start-output-log):
3825         (term-display-buffer-line, term-dynamic-list-completions):
3826         (term-ansi-make-term, serial-term):
3827         * subr.el (selective-display):
3828         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3829         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3830         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3831         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3832         (speedbar-remove-localized-speedbar-support)
3833         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3834         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3835         (speedbar-buffers-line-directory):
3836         * simple.el (shell-command-on-region, append-to-buffer)
3837         (prepend-to-buffer):
3838         * shadowfile.el (shadow-save-todo-file):
3839         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3840         (scroll-bar-maybe-set-window-start):
3841         * sb-image.el (speedbar-image-dump):
3842         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3843         (load-save-place-alist-from-file):
3844         * ps-samp.el (ps-print-message-from-summary):
3845         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3846         (ps-background-image, ps-begin-job, ps-do-despool):
3847         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3848         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3849         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3850         (pr-call-process, pr-file-list, pr-interface-save):
3851         * novice.el (disabled-command-function)
3852         (enable-command, disable-command):
3853         * mouse.el (mouse-buffer-menu-alist):
3854         * mouse-copy.el (mouse-kill-preserving-secondary):
3855         * macros.el (kbd-macro-query):
3856         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3857         * informat.el (batch-info-validate):
3858         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3859         * hippie-exp.el (try-expand-dabbrev-visible):
3860         * help-mode.el (help-make-xrefs):
3861         * help-fns.el (describe-variable):
3862         * generic-x.el (bat-generic-mode-run-as-comint):
3863         * finder.el (finder-mouse-select):
3864         * find-dired.el (find-dired-sentinel):
3865         * filesets.el (filesets-file-close):
3866         * files.el (list-directory):
3867         * faces.el (list-faces-display, describe-face):
3868         * facemenu.el (list-colors-display):
3869         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3870         * epg.el (epg--process-filter, epg-cancel):
3871         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3872         (epa--read-signature-type):
3873         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3874         (emerge-file-names):
3875         * ehelp.el (electric-helpify):
3876         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3877         * ediff-vers.el (rcs-ediff-view-revision):
3878         * ediff-util.el (ediff-setup):
3879         * ediff-mult.el (ediff-append-custom-diff):
3880         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3881         (ediff-wordify):
3882         * echistory.el (Electric-command-history-redo-expression):
3883         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3884         * disp-table.el (describe-display-table):
3885         * dired.el (dired-find-buffer-nocreate):
3886         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3887         * dabbrev.el (dabbrev--same-major-mode-p):
3888         * chistory.el (list-command-history):
3889         * apropos.el (apropos-documentation):
3890         * allout.el (allout-obtain-passphrase):
3891         (allout-copy-exposed-to-buffer):
3892         (allout-verify-passphrase): Use with-current-buffer.
3894 2009-11-13  Glenn Morris  <rgm@gnu.org>
3896         * Makefile.in (ELCFILES): Regenerate.
3898 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3900         * net/dbus.el (dbus-registered-objects-table): Rename from
3901         `dbus-registered-functions-table', because it contains also properties.
3902         (dbus-unregister-object): Unregister also properties.
3903         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3904         Use a timeout of 500 msec, in order to not block.
3905         (dbus-register-property, dbus-property-handler): New defuns.
3907 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3909         * simple.el (minibuffer-default-add-completions): Drop deprecated
3910         4th arg.
3912 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
3914         * textmodes/artist.el (artist-mouse-choose-operation):
3915         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3916         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3917         (artist-compute-up-event-key): New function.
3918         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3920 2009-11-13  Kenichi Handa  <handa@m17n.org>
3922         * language/japan-util.el: Make sure that the value of jisx0208
3923         property is jisx0208 character.
3925 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
3927         * international/mule.el (auto-coding-regexp-alist): Only purecopy
3928         car or each item, not the whole list.
3930 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3932         * minibuffer.el (minibuffer-completion-help):
3933         Use minibuffer-hide-completions.
3935 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
3937         * dired.el (dired-save-positions, dired-restore-positions): New funs.
3938         (dired-revert): Use them (bug#4880).
3940 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3942         * tooltip.el (tooltip-frame-parameters): Undo previous change.
3944 2009-11-12  Juri Linkov  <juri@jurta.org>
3946         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3947         New functions.
3948         (find-file-literally-at-point): Alias of `ffap-literally'.
3950 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3952         * textmodes/ispell.el (ispell-skip-region-alist):
3953         * textmodes/css-mode.el (auto-mode-alist):
3954         * progmodes/compile.el (auto-mode-alist):
3955         * international/mule.el (ctext-non-standard-encodings-alist)
3956         (ctext-non-standard-encodings-regexp):
3957         * simple.el (shell-command-switch, text-read-only):
3958         * replace.el (occur-mode-map):
3959         * paths.el (rmail-file-name):
3960         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3961         * find-file.el (ff-special-constructs):
3962         * files.el (file-name-handler-alist):
3963         * composite.el: Purecopy strings.
3965         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3967 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3969         * widget.el (define-widget): Purecopy the docstring.
3970         * international/mule-cmds.el (charset): Do not purecopy the
3971         docstring here, define-widget does it.
3973         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3974         * textmodes/bibtex-style.el (auto-mode-alist):
3975         * progmodes/inf-lisp.el (inferior-lisp-prompt):
3976         * progmodes/compile.el (compile-command):
3977         * language/korea-util.el (default-korean-keyboard):
3978         * international/mule-conf.el (file-coding-system-alist):
3979         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3980         * tooltip.el (tooltip-frame-parameters):
3981         * newcomment.el (comment-end, comment-padding):
3982         * dired.el (dired-trivial-filenames):
3983         * comint.el (comint-file-name-prefix): Purecopy initial values.
3985 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
3987         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3988         (tramp-advice-minibuffer-electric-tilde): Unload advices via
3989         `tramp-unload'.
3990         (tramp-advice-make-auto-save-file-name)
3991         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3992         after removing the advice.
3994 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3996         * progmodes/grep.el (grep-regexp-alist):
3997         * international/mule-cmds.el (iso-2022-control-alist):
3998         * emacs-lisp/timer.el (timer-duration-words):
3999         * subr.el (version-separator, version-regexp-alist):
4000         * minibuffer.el (completion-styles-alist):
4001         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4002         Change defvars to defconsts.
4004         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4005         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4006         * international/mule-conf.el: Allow to be byte compiled.
4008         * international/mule.el (define-charset): Purecopy props.
4009         (load-with-code-conversion): Purecopy doc string and file name.
4010         (put-charset-property): Purecopy strings.
4011         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4013         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4014         (define-char-code-property): Correctly purecopy the table.
4016         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4018         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4020         * subr.el (add-hook): Purecopy strings.
4021         (eval-after-load): Purecopy load-history-regexp and the form.
4023         * custom.el (custom-declare-group): Purecopy load-file-name.
4025         * subr.el (menu-bar-separator): New defconst.
4026         * net/eudc.el (eudc-tools-menu):
4027         * international/mule-cmds.el (set-coding-system-map)
4028         (mule-menu-keymap):
4029         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4030         * vc-hooks.el (vc-menu-map):
4031         * replace.el (occur-mode-map):
4032         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4033         (menu-bar-edit-menu, menu-bar-goto-menu)
4034         (menu-bar-custom-menu, menu-bar-showhide-menu)
4035         (menu-bar-options-menu, menu-bar-tools-menu)
4036         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4037         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4038         (menu-bar-help-menu):
4039         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4040         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4042         * term/x-win.el (x-gtk-stock-map):
4043         * progmodes/vera-mode.el (auto-mode-alist):
4044         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4045         (inferior-lisp-program, inferior-lisp-load-command):
4046         * progmodes/hideshow.el (hs-special-modes-alist):
4047         * progmodes/gud.el (same-window-regexps):
4048         * progmodes/grep.el (grep-program, find-program, xargs-program):
4049         * net/telnet.el (same-window-regexps):
4050         * net/rlogin.el (same-window-regexps):
4051         * language/ethiopic.el (font-ccl-encoder-alist):
4052         * vc-sccs.el (vc-sccs-master-templates):
4053         * vc-rcs.el (vc-rcs-master-templates):
4054         * subr.el (cl-assertion-failed):
4055         * simple.el (next-error-overlay-arrow-position):
4056         * lpr.el (lpr-command):
4057         * locate.el (locate-ls-subdir-switches):
4058         * info.el (same-window-regexps, info)
4059         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4060         * image-mode.el (image-mode, auto-mode-alist):
4061         * hippie-exp.el (hippie-expand-ignore-buffers):
4062         * format.el (format-alist):
4063         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4064         (find-name-arg):
4065         * facemenu.el (facemenu-keybindings):
4066         * dired.el (dired-listing-switches, dired-chown-program):
4067         * diff.el (diff-switches, diff-command):
4068         * cus-edit.el (same-window-regexps):
4069         * bindings.el (mode-line-mule-info)
4070         (mode-line-buffer-identification): Purecopy strings.
4072 2009-11-11  Juri Linkov  <juri@jurta.org>
4074         * simple.el (dired-get-filename) <declare-function>:
4075         Tell the byte-compiler about dired-get-filename.
4076         (shell-command): In Dired mode, get filename from the current line
4077         as the default value.
4079 2009-11-10  Glenn Morris  <rgm@gnu.org>
4081         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4082         * calendar/holidays.el, progmodes/cperl-mode.el:
4083         Update x-popup-menu declarations.
4085         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4086         (list-load-path-shadows): Use dolist.
4087         (list-load-path-shadows): Use with-current-buffer.
4089 2009-11-10  Juri Linkov  <juri@jurta.org>
4091         * minibuffer.el (read-file-name): Support a list of default values
4092         in `default-filename'.  Use the first file name where only one
4093         element is required.  Doc fix.
4095 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4097         * net/dbus.el (dbus-unregister-object): Release service, if no
4098         other method is registered for it.
4100 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4102         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4103         bookmark-sort-flag is non-nil (Bug#4653).
4105 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4107         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4108         the progress reporter entirely.
4110         * emulation/cua-base.el: Add CUA property to some CC mode commands
4111         (Bug#4100).
4113 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4115         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4116         at end of sentence (Bug#4818).
4118 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4120         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4121         Handle "see declaration of" MSFT statements (Bug#4100).
4123 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4125         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4126         (tramp-advice-file-expand-wildcards): Unload via
4127         `ad-remove-advice'.
4129         * net/trampver.el: Update release number.
4131 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4133         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4134         `ad-do-it'.
4136 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4138         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4139         in order to keep context in SELinux.
4141 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4143         * dired-aux.el (dired-query): Place cursor in echo area and allow
4144         C-g.
4146         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4147         menu item if not on a directory (Bug#4701).
4149 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4151         Sync with Tramp 2.1.17.
4153         * net/tramp.el (tramp-handle-copy-directory): Don't use
4154         `file-remote-p' (due to compatibility).
4156         * net/tramp-compat.el (tramp-compat-copy-directory)
4157         (tramp-compat-delete-directory): New defuns.
4159         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4160         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4161         `tramp-compat-delete-directory'.
4163         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4164         (tramp-smb-handle-delete-directory): Use
4165         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4167         * net/trampver.el: Update release number.
4169 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4171         * tar-mode.el (tar-copy): Call write-region on the right buffer
4172         (Bug#4857).
4174         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4175         by hand, if necessary (Bug#4878).
4177 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4179         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4180         align size column (Bug#4839).
4182         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4183         statement.
4185 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4187         * progmodes/ld-script.el (auto-mode-alist):
4188         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4190         * cus-face.el (custom-declare-face): Purecopy face spec.
4192 2009-11-06  Kenichi Handa  <handa@m17n.org>
4194         * international/uni-bidi.el: Re-generated.
4195         * international/uni-category.el: Re-generated.
4196         * international/uni-combining.el: Re-generated.
4197         * international/uni-mirrored.el: Re-generated.
4199 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4201         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4202         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4203         (tex-start-options, slitex-run-command, latex-run-command)
4204         (tex-run-command, tex-directory):
4205         * textmodes/ispell.el (ispell-html-skip-alists)
4206         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4207         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4208         (adaptive-fill-regexp):
4209         * textmodes/dns-mode.el (auto-mode-alist):
4210         * progmodes/python.el (interpreter-mode-alist):
4211         * progmodes/etags.el (tags-compression-info-list):
4212         * progmodes/etags.el (tags-file-name):
4213         * net/browse-url.el (browse-url-galeon-program)
4214         (browse-url-firefox-program):
4215         * mail/sendmail.el (mail-signature-file)
4216         (mail-citation-prefix-regexp):
4217         * international/mule-conf.el (eight-bit):
4218         * international/latexenc.el (latex-inputenc-coding-alist):
4219         * international/fontset.el (x-pixel-size-width-font-regexp):
4220         * emacs-lisp/warnings.el (warning-type-format):
4221         * emacs-lisp/trace.el (trace-buffer):
4222         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4223         (emacs-lisp-mode-map):
4224         * calendar/holidays.el (holiday-solar-holidays)
4225         (holiday-bahai-holidays, holiday-islamic-holidays)
4226         (holiday-christian-holidays, holiday-hebrew-holidays)
4227         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4228         (hebrew-holidays-1, holiday-oriental-holidays)
4229         (holiday-general-holidays):
4230         * x-dnd.el (x-dnd-known-types):
4231         * tool-bar.el (tool-bar):
4232         * startup.el (site-run-file):
4233         * shell.el (shell-dumb-shell-regexp):
4234         * rfn-eshadow.el (file-name-shadow-tty-properties)
4235         (file-name-shadow-properties):
4236         * paths.el (remote-shell-program, news-directory):
4237         * mouse.el ([C-down-mouse-3]):
4238         * menu-bar.el (menu-bar-tools-menu):
4239         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4240         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4241         (jka-compr-compression-info-list):
4242         * isearch.el (search-whitespace-regexp):
4243         * image-file.el (image-file-name-extensions):
4244         * find-dired.el (find-ls-option):
4245         * files.el (directory-listing-before-filename-regexp)
4246         (directory-free-space-args, insert-directory-program)
4247         (list-directory-brief-switches, magic-fallback-mode-alist)
4248         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4249         (automount-dir-prefix):
4250         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4251         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4252         (face-font-registry-alternatives, face-font-registry-alternatives)
4253         (face-font-family-alternatives):
4254         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4255         (facemenu-foreground-menu, facemenu-face-menu):
4256         * epa-hook.el (epa-file-name-regexp):
4257         * dnd.el (dnd-protocol-alist):
4258         * textmodes/rst.el (auto-mode-alist):
4259         * button.el (default-button): Purecopy strings.
4261 2009-11-06  Glenn Morris  <rgm@gnu.org>
4263         * Makefile.in (ELCFILES): Update.
4265 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4267         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4268         * emacs-lisp/levents.el: Move to obsolete/levents.el.
4270         * nxml/xsd-regexp.el (xsdre-gen-categories):
4271         * nxml/xmltok.el (xmltok-parse-entity):
4272         * nxml/rng-parse.el (rng-parse-validate-file):
4273         * nxml/rng-maint.el (rng-format-manual)
4274         (rng-manual-output-force-new-line):
4275         * nxml/rng-loc.el (rng-save-schema-location-1):
4276         * nxml/rng-cmpct.el (rng-c-parse-file):
4277         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4278         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4280 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
4282         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4283         Remove extra save-excursions and make-variable-buffer-local's.
4284         Suggested by Stefan Monnier.
4286         (verilog-getopt-file, verilog-module-inside-filename-p)
4287         (verilog-set-define): Merge GNU 1.35 and repair changes from
4288         switching to using with-current-buffer.
4290         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4291         being treated as a number and confusing AUTORESET.
4292         Reported by Dan Dever.
4294         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4295         Add verilog-auto-ignore-concat to fix backward compatibility with
4296         older verilog-modes.  Reported by Dan Katz.
4298         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4299         containing closing anchors "...$".
4301         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4302         Reported by Wade Smith.
4304         (verilog-batch-execute-func): Comment on function usage.
4306 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
4308         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4309         for labels.
4311         (verilog-label-re, verilog-calc-1): Support proper indent of named
4312         asserts.
4314         (verilog-backward-token, verilog-basic-complete-re)
4315         (verilog-beg-of-statement, verilog-indent-re): Support proper
4316         indent of the assert statement at the beginning of a block of text.
4318         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4319         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4320         tokens as begins.
4322 2009-11-05  Glenn Morris  <rgm@gnu.org>
4324         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4325         Emacs 19.  (Bug#1531)
4326         (byte-compile-fix-header): Update for the above change.
4327         Drop test for epoch::version.
4329         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4330         * cus-dep.el (custom-make-dependencies):
4331         * finder.el (finder-compile-keywords):
4332         Use autoload-rubric's feature argument.
4334         * calendar/diary-lib.el (top-level): Make load behave more like require.
4336         * vc-git.el (vc-git-stash-map): Move definition before use.
4338 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4340         * custom.el (custom-declare-group): Purecopy standard-value.
4341         (custom-declare-group): Purecopy custom-prefix.
4343         * international/mule.el (load-with-code-conversion):
4344         Call do-after-load-evaluation unconditionally.
4346         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4348 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4350         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4352 2009-11-04  Glenn Morris  <rgm@gnu.org>
4354         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4355         (byte-compile-compatibility): Remove option.
4356         (byte-compile-close-variables, byte-compile-fix-header)
4357         (byte-compile-insert-header, byte-compile-output-docform)
4358         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4359         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4360         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4361         (byte-compile-insert, byte-compile-defun):
4362         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
4363         (byte-defop-compiler19): Remove.
4364         Without byte-compile-compatibility, the 'emacs19-opcode property is not
4365         used by anything.  Replace all calls with byte-defop-compiler.
4367 2009-11-04  Juri Linkov  <juri@jurta.org>
4369         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4370         (menu-bar-options-menu): Don't quote the `prop' arg of
4371         `menu-bar-make-mm-toggle'.
4373 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
4375         * calendar/calendar.el (cal-loaddefs):
4376         * calendar/diary-lib.el (diary-loaddefs):
4377         * calendar/holidays.el (hol-loaddefs):
4378         * eshell/esh-module.el (esh-groups): Load rather than require.
4380 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4382         * calendar/todo-mode.el (todo-add-category): Don't hardcode
4383         point-min==1.
4384         (todo-top-priorities): Only display-buffer when called interactively.
4385         (todo-item-start): Don't save excursion point.
4386         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
4387         (todo-insert-item-here, todo-file-item, todo-remove-item):
4388         Adjust uses of todo-item-start and todo-item-end.
4390         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4391         (autoload-rubric): Don't use any more.
4392         * cedet/semantic/fw.el (semantic/loaddefs):
4393         * cedet/srecode.el (srecode/loaddefs):
4394         * cedet/ede.el (ede/loaddefs): Load rather than require.
4395         * cedet/ede/cpp-root.el:
4396         * cedet/ede/emacs.el:
4397         * cedet/ede/files.el:
4398         * cedet/ede/linux.el:
4399         * cedet/ede/locate.el:
4400         * cedet/ede/make.el:
4401         * cedet/ede/shell.el:
4402         * cedet/ede/speedbar.el:
4403         * cedet/ede/system.el:
4404         * cedet/ede/util.el:
4405         * cedet/semantic/analyze.el:
4406         * cedet/semantic/bovine.el:
4407         * cedet/semantic/complete.el:
4408         * cedet/semantic/ctxt.el:
4409         * cedet/semantic/db-file.el:
4410         * cedet/semantic/db-find.el:
4411         * cedet/semantic/db-global.el:
4412         * cedet/semantic/db-mode.el:
4413         * cedet/semantic/db-typecache.el:
4414         * cedet/semantic/db.el:
4415         * cedet/semantic/debug.el:
4416         * cedet/semantic/dep.el:
4417         * cedet/semantic/doc.el:
4418         * cedet/semantic/edit.el:
4419         * cedet/semantic/find.el:
4420         * cedet/semantic/format.el:
4421         * cedet/semantic/html.el:
4422         * cedet/semantic/ia-sb.el:
4423         * cedet/semantic/ia.el:
4424         * cedet/semantic/idle.el:
4425         * cedet/semantic/lex-spp.el:
4426         * cedet/semantic/lex.el:
4427         * cedet/semantic/mru-bookmark.el:
4428         * cedet/semantic/scope.el:
4429         * cedet/semantic/senator.el:
4430         * cedet/semantic/sort.el:
4431         * cedet/semantic/symref.el:
4432         * cedet/semantic/tag-file.el:
4433         * cedet/semantic/tag-ls.el:
4434         * cedet/semantic/tag-write.el:
4435         * cedet/semantic/tag.el:
4436         * cedet/semantic/util-modes.el:
4437         * cedet/semantic/analyze/complete.el:
4438         * cedet/semantic/analyze/refs.el:
4439         * cedet/semantic/bovine/c.el:
4440         * cedet/semantic/bovine/gcc.el:
4441         * cedet/semantic/bovine/make.el:
4442         * cedet/semantic/bovine/scm.el:
4443         * cedet/semantic/decorate/include.el:
4444         * cedet/semantic/decorate/mode.el:
4445         * cedet/semantic/symref/cscope.el:
4446         * cedet/semantic/symref/global.el:
4447         * cedet/semantic/symref/grep.el:
4448         * cedet/semantic/symref/idutils.el:
4449         * cedet/semantic/symref/list.el:
4450         * cedet/semantic/wisent/java-tags.el:
4451         * cedet/semantic/wisent/javascript.el:
4452         * cedet/srecode/compile.el:
4453         * cedet/srecode/cpp.el:
4454         * cedet/srecode/document.el:
4455         * cedet/srecode/el.el:
4456         * cedet/srecode/expandproto.el:
4457         * cedet/srecode/getset.el:
4458         * cedet/srecode/insert.el:
4459         * cedet/srecode/java.el:
4460         * cedet/srecode/map.el:
4461         * cedet/srecode/mode.el:
4462         * cedet/srecode/template.el:
4463         * cedet/srecode/texi.el: Remove the file-local setting of
4464         generated-autoload-feature.
4466         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4467         and only put a prop if it is non-nil.
4469 2009-11-03  Juri Linkov  <juri@jurta.org>
4471         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4472         (menu-bar-options-menu): Fix list quoting (Bug#4429).
4474         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4475         and "Menu" to make top-level menu item visually one unit (like
4476         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4477         multi-word menu items).  Fix :help string for quit-window.
4479 2009-11-03  Glenn Morris  <rgm@gnu.org>
4481         * cedet/mode-local.el (with-mode-local): Doc fix.
4483         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4484         (byte-compile-file-form-define-abbrev-table)
4485         (byte-compile-file-form-custom-declare-variable)
4486         (byte-compile-variable-ref, byte-compile-defvar):
4487         Whether or not a warning is enabled should only affect whether we issue
4488         the warning, not whether or not we collect the relevant data.
4489         Eg warnings can be turned on and off throughout the course of a file.
4491         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4492         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4494 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4496         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4497         * play/mpuz.el (mpuz-create-buffer):
4498         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4499         (lm-print-y,s,noise, lm-print-w0, lm-init):
4500         * play/gomoku.el (gomoku-prompt-for-move):
4501         * play/fortune.el (fortune-in-buffer):
4502         * play/dissociate.el (dissociated-press):
4503         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4504         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4505         * mail/supercite.el (sc-eref-show):
4506         * mail/smtpmail.el (smtpmail-send-it):
4507         * mail/rmailsum.el (rmail-summary-next-labeled-message)
4508         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4509         (rmail-summary-undelete-many, rmail-summary-rmail-update)
4510         (rmail-summary-goto-msg, rmail-summary-expunge)
4511         (rmail-summary-get-new-mail, rmail-summary-search-backward)
4512         (rmail-summary-add-label, rmail-summary-output-menu)
4513         (rmail-summary-output-body):
4514         * mail/rfc822.el (rfc822-addresses):
4515         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4516         * mail/mailpost.el (post-mail-send-it):
4517         * mail/hashcash.el (hashcash-generate-payment):
4518         * mail/feedmail.el (feedmail-run-the-queue)
4519         (feedmail-queue-send-edit-prompt-help-first)
4520         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4521         (feedmail-deduce-address-list):
4522         * eshell/esh-ext.el (eshell-remote-command):
4523         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4524         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4525         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4526         (viper-save-string-in-file, viper-valid-marker):
4527         * emulation/viper-keym.el (viper-toggle-key):
4528         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4529         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4530         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4531         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4532         (viper-exec-form-in-emacs, viper-brac-function):
4533         * emulation/viper.el (viper-delocalize-var):
4534         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4535         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4536         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4537         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4538         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4539         * emulation/edt.el (edt-electric-helpify):
4540         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4541         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4542         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4543         (cua-indent-to-global-mark-column):
4544         * calendar/diary-lib.el (calendar-mark-1):
4545         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4546         Use with-current-buffer.
4547         * emulation/viper.el (viper-delocalize-var): Use dolist.
4549 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
4551         * comint.el (comint-replace-by-expanded-history-before-point):
4552         Replace !! with the previous input string literally (Bug#1795).
4554 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
4556         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4557         to be made up of whitespace.
4559 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
4561         * minibuffer.el (read-file-name): Don't use file dialogs for
4562         remote directories (Bug#99).
4564 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
4566         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4568 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4570         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4571         instead of deleting the window or frame.
4573 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4575         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4576         Support face colors.
4578         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4579         New function.  Support face colors (Bug#1168).
4580         (tex-common-initialization): Use it.
4582         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4583         mode allows it (Bug#1168).
4585 2009-10-31  Juri Linkov  <juri@jurta.org>
4587         * facemenu.el (list-colors-display): Don't mark buffer as
4588         modified (Bug#3948).
4590 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4592         * international/mule-diag.el (list-character-sets-1): Minor
4593         message fix (Bug#3526).
4595         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4596         face property (Bug#4834).
4597         (etags-list-tags, etags-tags-apropos-additional)
4598         (etags-tags-apropos, tags-select-tags-table): Add follow-link
4599         property.
4601         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4602         items.
4604         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4605         items.
4607         * cedet/ede.el (ede-minor-mode):
4608         * cedet/semantic.el (semantic-mode): Toggle menu separators.
4610 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4612         * textmodes/two-column.el (2C-split):
4613         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4614         * textmodes/tex-mode.el (tex-set-buffer-directory):
4615         * textmodes/spell.el (spell-region, spell-string):
4616         * textmodes/reftex.el (reftex-erase-buffer):
4617         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4618         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4619         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4620         (reftex-select-item):
4621         * textmodes/reftex-ref.el (reftex-label-info-update)
4622         (reftex-offer-label-menu):
4623         * textmodes/reftex-index.el (reftex-index-change-entry)
4624         (reftex-index-phrases-info):
4625         * textmodes/reftex-global.el (reftex-create-tags-file)
4626         (reftex-save-all-document-buffers, reftex-ensure-write-access):
4627         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4628         (reftex-view-crossref-from-bibtex):
4629         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4630         (reftex-extract-bib-entries-from-thebibliography)
4631         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4632         * textmodes/refbib.el (r2b-capitalize-title):
4633         (r2b-convert-buffer, r2b-help):
4634         * textmodes/page-ext.el (pages-directory)
4635         (pages-directory-goto-with-mouse):
4636         * textmodes/bibtex.el (bibtex-validate-globally):
4637         * textmodes/bib-mode.el (bib-capitalize-title):
4638         * textmodes/artist.el (artist-clear-buffer, artist-system):
4639         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4640         (local-set-scheme-interaction-buffer, xscheme-process-filter)
4641         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4642         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4643         (xscheme-send-control-g-interrupt, xscheme-start-process)
4644         (xscheme-process-sentinel, xscheme-cd):
4645         * progmodes/verilog-mode.el (verilog-read-always-signals)
4646         (verilog-set-define, verilog-getopt-file)
4647         (verilog-module-inside-filename-p):
4648         * progmodes/sh-script.el:
4649         * progmodes/python.el (python-pdbtrack-get-source-buffer)
4650         (python-pdbtrack-grub-for-buffer, python-execute-file):
4651         * progmodes/octave-inf.el (inferior-octave):
4652         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4653         (idlwave-shell-compile-helper-routines, idlwave-set-local)
4654         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4655         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4656         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4657         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4658         (idlwave-shell-filter, idlwave-shell-examine-highlight)
4659         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4660         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4661         (idlwave-shell-examine-display, idlwave-shell-run-region)
4662         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4663         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4664         * progmodes/idlw-help.el (idlwave-help-get-special-help)
4665         (idlwave-help-get-help-buffer):
4666         * progmodes/gud.el (gud-basic-call, gud-find-class)
4667         (gud-tooltip-activate-mouse-motions-if-enabled):
4668         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4669         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4670         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4671         (ebrowse-tags-next-file):
4672         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4673         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4674         (ebnf-eps-finish-and-write):
4675         * progmodes/cpp.el (cpp-edit-save):
4676         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4677         * progmodes/cc-defs.el (c-emacs-features):
4678         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4679         (antlr-directory-dependencies):
4680         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4681         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4682         (ada-find-any-references, ada-make-filename-from-adaname)
4683         (ada-make-body-gnatstub):
4684         * obsolete/rnews.el (news-list-news-groups):
4685         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4686         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4687         * net/rcirc.el (rcirc-debug):
4688         * net/newst-treeview.el (newsticker--treeview-list-add-item)
4689         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4690         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4691         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4692         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4693         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4694         (newsticker--treeview-list-clear-highlight)
4695         (newsticker--treeview-list-update-highlight)
4696         (newsticker--treeview-list-highlight-start)
4697         (newsticker--treeview-tree-update-highlight)
4698         (newsticker--treeview-get-selected-item)
4699         (newsticker-treeview-mark-list-items-old)
4700         (newsticker--treeview-set-current-node):
4701         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4702         * net/newst-backend.el (newsticker--get-news-by-funcall)
4703         (newsticker--get-news-by-wget, newsticker--image-get)
4704         (newsticker--image-sentinel):
4705         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4706         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4707         (eudc-ph-close-session):
4708         * net/eudc.el (eudc-save-options):
4709         * language/thai-word.el (thai-update-word-table):
4710         * language/japan-util.el (japanese-string-conversion):
4711         * international/titdic-cnv.el (tsang-quick-converter)
4712         (ziranma-converter, ctlau-converter):
4713         * international/mule-cmds.el (describe-language-environment):
4714         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4715         (skkdic-convert-postfix, skkdic-convert-prefix):
4716         (skkdic-convert-okuri-nasi, skkdic-convert):
4717         * emacs-lisp/re-builder.el (reb-update-overlays):
4718         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4719         * emacs-lisp/gulp.el (gulp-send-requests):
4720         * emacs-lisp/find-gc.el (trace-call-tree):
4721         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4722         (eieio-describe-generic):
4723         * emacs-lisp/eieio-base.el (eieio-persistent-read):
4724         * emacs-lisp/edebug.el (edebug-outside-excursion):
4725         * emacs-lisp/debug.el (debugger-make-xrefs):
4726         * emacs-lisp/cust-print.el (custom-prin1-to-string):
4727         * emacs-lisp/chart.el (chart-new-buffer):
4728         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4729         Use with-current-buffer.
4730         * textmodes/artist.el (artist-system): Don't call
4731         copy-sequence on a fresh string.
4732         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4734 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
4736         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4737         is no item to edit.  (Bug#4820)
4738         (todo-top-priorities): Restore point and restore narrowing in Todo
4739         buffer.  (Bug#4820)
4741 2009-10-31  Glenn Morris  <rgm@gnu.org>
4743         * net/ange-ftp.el (top-level): Don't require dired when compiling.
4744         (comint-last-output-start, comint-last-input-start)
4745         (comint-last-input-end): Don't defvar when compiling.
4746         (ange-ftp-process-file): Use bound-and-true-p.
4748         * pcmpl-rpm.el (top-level): Move provide statement to end.
4749         (pcmpl-rpm): Remove unused custom group.
4751         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4753         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4755         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4756         (byte-compile-warnings): Add `constants' as an option.
4757         (byte-compile-callargs-warn, byte-compile-arglist-warn)
4758         (display-call-tree): Update for byte-compile-fdefinition possibly
4759         returning `(macro lambda ...)'.  (Bug#4778)
4760         (byte-compile-variable-ref, byte-compile-setq-default):
4761         Respect `constants' member of byte-compile-warnings.
4763         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4764         Use mapc rather than mapcar because the return value is never used.
4766         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4767         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4768         * cedet/semantic/html.el:
4769         Suppress harmless warnings about setting up semantic-imenu (not
4770         part of Emacs) variables.
4772 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4774         * vc-bzr.el (vc-bzr-revision-keywords): New var.
4775         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4776         to "submit:".
4778         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4779         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4780         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4781         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4782         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4783         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4784         (semantic-analyzer-debug-global-symbol)
4785         (semantic-analyzer-debug-missing-innertype)
4786         (semantic-analyzer-debug-insert-include-summary):
4787         * cedet/semantic/util.el (semantic-file-tag-table):
4788         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4789         (semantic-recursive-find-nonterminal-by-name):
4790         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4791         * cedet/semantic/tag-file.el (semantic-prototype-file):
4792         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4793         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4794         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4795         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4796         (semantic-idle-summary-maybe-highlight):
4797         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4798         (semantic-ia-sb-tag-info):
4799         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4800         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4801         * cedet/semantic/ede-grammar.el (project-compile-target):
4802         (ede-proj-makefile-insert-variables):
4803         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4804         (semantic-debug-set-source-location, semantic-debug-interface-layout)
4805         (semantic-debug-mode, semantic-debug):
4806         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4807         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4808         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4809         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4810         (semanticdb-find-translate-path-includes--internal)
4811         (semanticdb-reset-log, semanticdb-find-log-activity):
4812         * cedet/semantic/db-file.el (object-write):
4813         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4814         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4815         (semanticdb-create-ebrowse-database):
4816         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4817         * cedet/semantic/complete.el (semantic-displayor-focus-request)
4818         (semantic-collector-calculate-completions-raw)
4819         (semantic-complete-read-tag-analyzer):
4820         * cedet/semantic/analyze.el (semantic-analyze-pulse):
4821         * cedet/ede/util.el (ede-update-version-in-source):
4822         * cedet/ede/proj.el (project-delete-target):
4823         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4824         (ede-proj-flush-autoconf):
4825         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4826         (ede-proj-configure-synchronize):
4827         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4828         * cedet/ede/linux.el (ede-linux-version):
4829         * cedet/ede/emacs.el (ede-emacs-version):
4830         * cedet/ede/dired.el (ede-dired-add-to-target):
4831         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4832         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4833         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4834         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4835         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4836         (cedet-idutils-version-check):
4837         * cedet/cedet-global.el (cedet-gnu-global-call):
4838         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4839         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4840         * cedet/cedet-cscope.el (cedet-cscope-call)
4841         (cedet-cscope-expand-filename, cedet-cscope-version-check):
4842         Use with-current-buffer.
4843         * cedet/ede.el (ede-make-project-local-variable)
4844         (ede-set-project-variables, ede-set): Use dolist.
4846 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
4848         * textmodes/ispell.el (ispell-skip-region-alist):
4849         * international/mule-conf.el (eight-bit):
4850         * international/fontset.el (font-encoding-alist):
4851         * startup.el (pure-space-overflow-message):
4852         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4853         * paths.el (gnus-nntp-service, rmail-spool-directory)
4854         (term-file-prefix):
4855         * files.el (save-some-buffers-action-alist):
4856         * cmuscheme.el (same-window-buffer-names):
4857         * ielm.el (same-window-buffer-names):
4858         * shell.el (same-window-buffer-names):
4859         * mail/sendmail.el (same-window-buffer-names):
4860         * progmodes/inf-lisp.el (same-window-buffer-names):
4861         * bindings.el (mode-line-client)
4862         (mode-line-column-line-number-mode-map):
4863         * language/tibetan.el (tibetan-precomposition-rule-regexp)
4864         (tibetan-precomposed-regexp): Purecopy string arguments.
4866 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4868         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4869         (calcDigit-nondigit):
4870         * calc/calc-yank.el (calc-copy-to-buffer):
4871         * calc/calc-units.el (calc-invalidate-units-table):
4872         * calc/calc-trail.el (calc-trail-yank):
4873         * calc/calc-store.el (calc-insert-variables):
4874         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4875         * calc/calc-prog.el (calc-read-parse-table):
4876         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4877         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4878         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4879         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4880         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4881         (calc-graph-name, calc-graph-find-command, calc-graph-view)
4882         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4883         * calc/calc-ext.el (calc-realign):
4884         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4885         (calc-embedded-finish-edit, calc-embedded-make-info)
4886         (calc-embedded-finish-command, calc-embedded-stack-change):
4887         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4889         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4890         (overload-docstring-extension): Use that info.
4891         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4892         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4893         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4894         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4895         (semantic-nonterminal-full-name): Add the new `when' info.
4896         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4897         `assert'.
4899         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4900         shell-dynamic-complete-filename in preference to
4901         comint-dynamic-complete-filename.
4903         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4904         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4905         Don't consider whether the display supports colors.
4906         (bookmark-import-new-list): Use dolist.
4907         (bookmark-bmenu-mode-map): Move initialization into declaration.
4908         (bookmark-bmenu-list): Use dolist, simplify.
4909         (bookmark-show-all-annotations): Use save-selected-window and dolist.
4910         (menu-bar-final-items): Use push.
4912 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4914         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4915         it works on remote files.
4916         (vc-hg-diff): Don't pass any `--cwd' argument.
4918 2009-10-27  Kevin Ryde  <user42@zip.com.au>
4920         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4921         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4922         (Further to Bug#3921).
4924 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
4926         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4927         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4928         calling `tramp-imap-put-file'.  Add file size to the call.
4929         (tramp-imap-get-file-entries): Compute also user name, file size,
4930         and date.
4931         (tramp-imap-handle-insert-directory): Insert uid and gid.
4932         (tramp-imap-handle-file-attributes): Transform uid and gid
4933         according to `id-format'.
4934         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
4935         size in header X-Size.
4937 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
4939         * simple.el (transpose-subr): Give clearer error when the mark
4940         is not set.  (Bug#4807)
4942 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
4944         * net/tramp.el (tramp-perl-file-truename): New defconst.
4945         Perl code contributed by yary <not.com@gmail.com> (tiny change).
4946         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4947         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4948         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4950         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4951         Ignore `dired-call-process'.
4952         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4954 2009-10-26  Julian Scheid  <julians37@gmail.com>
4956         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4957         (tramp-get-remote-readlink): New defun.
4958         (tramp-handle-file-truename): Use it.
4959         (tramp-handle-file-exists-p): Check file-attributes cache, assume
4960         file exists if cache value present.
4961         (tramp-check-cached-permissions): New defun.
4962         (tramp-handle-file-readable-p): Use it.
4963         (tramp-handle-file-writable-p): Likewise.
4964         (tramp-handle-file-executable-p): Likewise.
4965         (tramp-handle-file-name-all-completions): Try using Perl to get
4966         partial completions.  When perl not available, combine `cd' and
4967         `ls' into single remote operation and use shell expansion to get
4968         partial remote directory contents.  Set `file-exists-p' cache for
4969         directory and any files returned by ls.  Change cache handling to
4970         support partial directory contents.  Use error message emitted by
4971         remote `cd' or Perl code for local tramp-error.
4972         (tramp-do-copy-or-rename-file-directly): Avoid separate
4973         tramp-send-command-and-check call.
4974         (tramp-handle-process-file): Merge three remote ops into one.
4975         Do not flush all caches when `process-file-side-effects' is set.
4976         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4977         file-attributes shows uid/gid to be set already.
4979 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4981         * textmodes/tex-mode.el (tex-dvi-view-command)
4982         (tex-show-queue-command, tex-open-quote):
4983         * progmodes/ruby-mode.el (auto-mode-alist)
4984         (interpreter-mode-alist): Purecopy strings.
4986         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4988         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4989         string for the hook, keymap and abbrev table.
4991         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4993         * x-dnd.el (x-dnd-xdnd-to-action):
4994         * startup.el (fancy-startup-text, fancy-about-text): Change to
4995         defconst from defvar.
4997         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4999         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5000         Purecopy initialization strings.
5002         * mail/sendmail.el (mail-header-separator)
5003         (mail-personal-alias-file):
5004         * mail/rmail.el (rmail-default-dont-reply-to-names)
5005         (rmail-ignored-headers, rmail-retry-ignored-headers)
5006         (rmail-highlighted-headers, rmail-secondary-file-directory)
5007         (rmail-secondary-file-regexp):
5008         * files.el (null-device, file-name-invalid-regexp)
5009         (locate-dominating-stop-dir-regexp)
5010         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5011         (interpreter-mode-alist): Use mapcar instead of mapc.
5013         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5015         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5016         (completion-ignored-extensions):
5017         (debug-ignored-errors): Purecopy strings.
5019 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5021         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5022         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5023         (pcomplete--here): Use push.
5025         * subr.el (all-completions): Declare the 4th arg obsolete.
5027 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5029         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5030         (pcomplete-unquote-argument): New function.
5031         (pcomplete--common-suffix): Always pay attention to case.
5032         (pcomplete--table-subvert): Quote and unquote the text.
5033         (pcomplete--common-quoted-suffix): New function.
5034         (pcomplete-std-complete): Use it and pcomplete-begin.
5036         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5037         we're inside a dedicated or minibuffer window.
5039 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5041         * cedet/semantic/fw.el (semantic-alias-obsolete)
5042         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5043         (define-mode-overload-implementation):
5044         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5045         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5046         * cedet/semantic/util.el (semantic-file-token-stream)
5047         (semantic-something-to-stream):
5048         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5049         (semantic-expand-nonterminal):
5050         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5051         (semantic-find-dependency, semantic-find-nonterminal)
5052         (semantic-find-dependency):
5053         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5054         (semantic-flex-text, semantic-flex-make-keyword-table)
5055         (semantic-flex-keyword-p, semantic-flex-keyword-put)
5056         (semantic-flex-keyword-get, semantic-flex-map-keywords)
5057         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5058         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5059         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5060         (semantic-after-idle-scheduler-reparse-hooks):
5061         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5062         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5063         * cedet/semantic.el (semantic-toplevel-bovine-table)
5064         (semantic-toplevel-bovine-cache)
5065         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5066         (semantic-init-mode-hooks, semantic-init-db-hooks)
5067         (semantic-bovination-working-type): Provide the `when' arg.
5069 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5071         * bookmark.el: Update documentation, especially documentation
5072         of `bookmark-alist' and of the bookmark file format.
5073         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5075 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5077         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5078         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5079         window to buffer.
5081         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5082         (global-whitespace-mode, global-whitespace-newline-mode)
5083         (whitespace-toggle-options, global-whitespace-toggle-options):
5084         Doc fix (Bug#3660).
5086         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5087         of xmltok-start before the end tag was inserted (Bug#2840).
5089         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5090         patterns that are preceded by an open-paren (Bug#1320).
5092 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5094         * files.el (delete-directory): Delete symlinks to directories with
5095         delete-file (Bug#4739).
5097 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5099         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5100         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5101         argument to make-obsolete.
5103         * cedet/semantic/fw.el (semantic-alias-obsolete)
5104         (semantic-varalias-obsolete): Add optional WHEN argument.
5106 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5108         * vc.el (vc-backend-for-registration): Rename from
5109         vc-get-backend-for-registration.  Update callers.
5111         * international/mule-cmds.el (set-language-info-alist):
5112         Purecopy lang-env.
5113         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5114         (charset): Purecopy the name.
5115         (define-char-code-property): Purecopy string arguments.
5117         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5118         Purecopy string arguments.
5120         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5121         * ediff-hook.el (menu-bar-ediff-menu):
5122         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5123         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5125 2009-10-24  Glenn Morris  <rgm@gnu.org>
5127         * comint.el (comint-dynamic-list-completions):
5128         * term.el (term-dynamic-list-completions): Use choose-completion rather
5129         than obsolete alias mouse-choose-completion.
5131         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5132         file-cache-choose-completion.
5133         (file-cache-choose-completion): Handle an optional event argument.
5134         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5136         * progmodes/octave-mod.el (octave-complete-symbol):
5137         Use choose-completion if mouse-choose-completion is ever removed.
5139         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5140         use.
5142         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5143         compiler.
5145         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5147 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5149         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5150         Ignore `pred' now that we receive one.
5151         Handle test-completion specially.
5153 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5155         * vc.el (vc-responsible-backend): Throw an error if not backend is
5156         found.  Remove the REGISTER argument.  Move the code dealing with
5157         REGISTER ...
5158         (vc-get-backend-for-registration): ... here.  New function.
5159         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5160         of vc-responsible-backend, pass the file name instead of the
5161         directory name.
5163 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5165         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5166         New funs.
5167         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5168         (pcomplete-comint-setup): Don't modify a global var via
5169         accidental side-effects.
5170         (pcomplete-shell-setup): Adjust call accordingly.
5171         (pcomplete-parse-comint-arguments): Use push.
5173 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5175         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5176         Allow uncapitalized info node names (Bug#3921).
5178         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5179         to the DEBUG file (Bug#3781).
5181 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5183         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5184         dictionary entry (Bug#4579).
5186 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5188         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5189         from `rfn-eshadow-update-overlay-hook' when unloading.
5190         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5191         "rsyncc".  Adjust doc string.
5192         (tramp-temp-buffer-file-name): New buffer-local defvar.
5193         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5194         Keep temporary file when indicated by method ("rsync" and
5195         "rsyncc").
5196         (tramp-handle-write-region): Handle APPEND.
5197         (tramp-delete-temp-file-function): New defun.  Added to
5198         `kill-buffer-hook'.
5200 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5202         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5204 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5206         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5207         (color-name-rgb-alist, tty-standard-colors)
5208         (tty-color-mode-alist): Change to defconst.
5210         * simple.el (mark-inactive): Purecopy message.
5212         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5213         (global-map, yank-menu):
5214         * textmodes/ispell.el (ispell-menu-map):
5215         * net/eudc.el (eudc-tools-menu):
5216         * international/mule-cmds.el (describe-language-environment-map)
5217         (setup-language-environment-map, set-coding-system-map)
5218         (mule-menu-keymap):
5219         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5220         * replace.el (occur-mode-map):
5221         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5223 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5225         * calc/calc.el (math-read-number, math-read-number-simple): Use
5226         `save-match-data'.
5228 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5231         rather than fiddling with global-map bindings, since it should only
5232         affect per-terminal settings.
5233         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5235         * minibuffer.el (completion-table-with-terminator): Allow to specify
5236         the terminator-regexp.
5238         * simple.el (switch-to-completions): Look for *Completions* in other
5239         frames as well.
5241         * pcomplete.el: Allow the use of completion-tables.
5242         (pcomplete-std-complete): New command.
5243         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5244         (pcomplete--here): Use a function for `form' rather than an expression,
5245         so it can be byte-compiled.
5246         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5247         Add edebug declaration.
5248         (pcomplete-show-completions): Remove unused var `curbuf'.
5249         (pcomplete-do-complete, pcomplete-stub):
5250         Don't assume `completions' is a list of strings any more.
5252 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5254         * find-dired.el (find-name-arg): Fix typo in docstring.
5256 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5258         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5259         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5261         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5262         pcomplete-entries.
5264         * comint.el (comint-read-input-ring, comint-write-input-ring)
5265         (comint-substitute-in-file-name)
5266         (comint-dynamic-complete-as-filename)
5267         (comint-dynamic-simple-complete)
5268         (comint-dynamic-list-filename-completions)
5269         (comint-dynamic-list-completions)
5270         (comint-redirect-results-list-from-process): Minor simplifications.
5272 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5274         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5275         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5276         the first form.  And insert a blank line after ";;; Code" since
5277         that's usual style.  (Bug#4612)
5279         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5281 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5283         * minibuffer.el (completion-table-with-terminator): Properly implement
5284         boundaries, in case `terminator' appears in the suffix.
5285         (completion--embedded-envvar-table): Don't return boundaries if
5286         there's no valid completion.  Simplify.
5287         (completion-file-name-table): New completion table extracted from
5288         completion--file-name-table.
5289         (completion--file-name-table): Use it.
5290         (read-file-name-predicate): Declare obsolete.
5291         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5292         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5293         completion-file-name-table, and use the `pred' argument.
5294         * files.el (locate-file-completion-table): Use the `pred' arg rather
5295         than read-file-name-predicate.
5296         (abbreviate-file-name): Use \` rather than ^ for BOS.
5298 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5300         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5301         vc-responsible-backend to register, it causes problems.
5303 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5305         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5307 2009-10-21  Eric Ludlam  <zappo@gnu.org>
5309         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5310         (semantic-c-debug-mode-init-pch): New functions.
5311         (semantic-c-debug-mode-init-last-mode): New var.
5312         (semantic-c-parse-lexical-token): Use them.
5314         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5315         When extracting the argument list, limit only by point-max.
5317 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5319         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5320         (tramp-smb-handle-file-attributes): Use it.
5321         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5322         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5323         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5324         Add `dired-filename' text properties.
5325         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5326         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5327         version.
5329 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5331         * subr.el (read-key-delay): Reduce to 0.01.
5332         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5333         (bug#4751).
5335 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5337         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5339         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5340         (Info-menu): Remove unused vars `last' and `completions'.
5341         (Info-index-nodes): Remove unused var `node'.
5343         * info.el (Info-complete-menu-item): Use complete-with-action.
5345 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5347         Make vc-annotate work through copies and renames.
5348         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5349         Return the file name too.
5350         (vc-annotate-revision-at-line)
5351         (vc-annotate-find-revision-at-line)
5352         (vc-annotate-revision-previous-to-line)
5353         (vc-annotate-show-log-revision-at-line): Update to get the file
5354         name from vc-annotate-extract-revision-at-line.
5355         (vc-annotate-show-diff-revision-at-line-internal): Change the
5356         argument to mean whether to show a file diff or not.  Get the file
5357         name from vc-annotate-extract-revision-at-line.
5358         (vc-annotate-show-diff-revision-at-line):
5359         Update vc-annotate-show-diff-revision-at-line call.
5360         (vc-annotate-warp-revision): Add an optional file argument.
5362         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5363         (vc-git-annotate-extract-revision-at-line): Also return the file
5364         name if found.
5366         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5367         command.  Remove unused code.
5368         (vc-hg-annotate-re): Update to match --follow output.
5369         (vc-hg-annotate-extract-revision-at-line): Also return the file
5370         name if found.
5372         * vc.el: Update annotate-extract-revision-at-line documentation.
5374 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5376         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5377         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5379         * net/browse-url.el (browse-url): Identify alist with "consp and
5380         not functionp" and let all other things go down the `apply' leg,
5381         as suggested by Stefan.  (Further to bug#4531.)
5383 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5385         * minibuffer.el (read-file-name): Check for repeat before putting
5386         a default argument in file-name-history (Bug#4657).
5388         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5389         read syntax (Bug#4737).
5391         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5393 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5395         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5396         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5397         entries and make note of obsolete tags.
5399 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5401         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5403 2009-10-18  Glenn Morris  <rgm@gnu.org>
5405         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5406         grep, so that binary files (eg international/uni-bidi.el) can match.
5407         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5408         now, and in any case the file header format has changed.
5410 2009-10-17  Glenn Morris  <rgm@gnu.org>
5412         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5413         (flyspell-get-word, flyspell-large-region)
5414         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5416 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5418         * Makefile.in (ELCFILES): Add ede/shell.
5420 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5422         * term/common-win.el (x-colors): Purecopy it.
5424 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5426         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5427         permissive for when the buffer is empty.
5428         (tar-header-block-tokenize): Decode the username and groupname.
5429         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5431 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5433         * cedet/srecode/srt.el:
5434         * cedet/srecode/compile.el:
5435         * cedet/semantic/mru-bookmark.el:
5436         * cedet/semantic/debug.el:
5437         * cedet/semantic/complete.el:
5438         * cedet/semantic/analyze.el: Require CL when compiling.
5440 2009-10-17  Eric Ludlam  <zappo@gnu.org>
5442         * cedet/semantic/scope.el
5443         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5444         tmpscope so that the regular scope will continue to work.
5446         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5447         Use semantic-idle-summary-highlight-face as the highlighting.
5449         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5450         contains multibyte characters, choose first applicable coding
5451         system automatically.
5453         * cedet/ede/project-am.el (project-run-target): New method.
5454         (project-run-target): New method.
5456         * cedet/ede.el (ede-target): Add run target menu item.
5457         (ede-project, ede-minor-keymap): Add ede-run-target binding.
5458         (ede-run-target): New function.
5459         (ede-target::project-run-target): New method.
5461         * cedet/ede/proj.el (project-run-target): New method.
5463         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5464         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
5465         Add :rules.
5466         (ede-proj-target-makefile-shared-object): Only libtool compilers
5467         now available.  Add linkers for libtool.
5468         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5469         (ede-proj-makefile-target-name): Always use .la extension.
5471         * cedet/ede/proj-prog.el (project-run-target): New method.
5473         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5474         (ede-g++-linker): Change Change link lines.
5476         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5477         When searching for old variables, go to the end of the buffer and
5478         search backward from there.
5479         (ede-proj-makefile-automake-insert-subdirs)
5480         (ede-proj-makefile-automake-insert-extradist): New methods.
5481         (ede-proj-makefile-create): Use them.
5483         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5484         Force FILE to expand to the current target.  Use file-exists-p to
5485         check that it exists.
5487         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5488         (ede-linux-load): Wrap dir in file-name-as-directory.
5489         Set :version slot.
5491         * cedet/ede/files.el (ede-get-locator-object): When enabling
5492         locate, do so on "top".
5494         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5495         file-name-as-directory during compare.
5496         (ede-emacs-version): Return Emacs/XEmacs differentiator.
5497         Get version number from different places.  Don't call egrep.
5498         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
5499         to set the directory.
5501         * cedet/ede/shell.el: New file.
5503         * cedet/inversion.el (inversion-decoders): Allow for stray . in
5504         alpha/beta variants.
5506 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5508         * international/mule-cmds.el (select-safe-coding-system): If the file
5509         has a coding cookie, use it regardless of any other setting (bug#4712).
5511 2009-10-17  Glenn Morris  <rgm@gnu.org>
5513         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5514         All errors should have messages.
5516         * foldout.el (foldout-mouse-swallow-events):
5517         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5519         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5520         (dired-keep-marker-copy, dired-keep-marker-hardlink)
5521         (dired-keep-marker-symlink, dired-dwim-target)
5522         (dired-copy-preserve-time): Do not autoload these defcustoms.
5524         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5525         messages from messing up the file coding.  (Bug#4623)
5527 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
5529         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5530         if no match is found for the current dictionary.  (Bug#4578)
5532         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5533         optional, since that is how it is documented, and this is often called
5534         with a nil argument.  (Bug#4577)
5535         (flyspell-external-point-words, flyspell-auto-correct-word)
5536         (flyspell-correct-word-before-point, flyspell-word-search-forward)
5537         (flyspell-word-search-backward): Remove nil argument in calls to
5538         flyspell-get-word, since it is not needed now.
5540 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
5542         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
5544 2009-10-16  Glenn Morris  <rgm@gnu.org>
5546         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5548 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5550         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5551         (ange-ftp-file-size): New function.
5552         (ange-ftp-file-attributes): Use it.
5554 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
5556         * net/tramp-smb.el (tramp-smb-version): New defvar.
5557         (tramp-smb-maybe-open-connection): Use it, in order to avoid
5558         repeated checks.
5560 2009-10-16  Glenn Morris  <rgm@gnu.org>
5562         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5563         Maybe copy some custom properties from old to new name.  (Bug#4706)
5565 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
5567         * subr.el (error, sit-for, start-process-shell-command)
5568         (start-file-process-shell-command): Set the calling convention
5569         after the function definition.
5571 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5573         * subr.el (error, sit-for, start-process-shell-command)
5574         (start-file-process-shell-command): Use the new
5575         set-advertised-calling-convention feature.
5577 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
5579         * international/ucs-normalize.el (ucs-normalize-version):
5580         Change to 1.2.
5581         (check-range): Adjust for Unicode 5.2.
5583 2009-10-15  Juri Linkov  <juri@jurta.org>
5585         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5586         to the `menu-item' format.
5588 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
5590         * net/tramp.el (tramp-replace-environment-variables): Do not fail
5591         if the environment variable does not exist.
5593         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5594         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5595         parameter.
5596         (tramp-smb-handle-add-name-to-file)
5597         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5598         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5599         (tramp-smb-handle-file-attributes)
5600         (tramp-smb-do-file-attributes-with-stat)
5601         (tramp-smb-handle-file-local-copy)
5602         (tramp-smb-handle-insert-directory)
5603         (tramp-smb-handle-make-directory)
5604         (tramp-smb-handle-make-directory-internal)
5605         (tramp-smb-handle-make-symbolic-link)
5606         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5607         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5608         (tramp-smb-maybe-open-connection): Apply the changed parameters.
5609         (tramp-smb-read-file-entry): Read Disk names in compressed format.
5610         Handle long file names.
5611         (tramp-smb-get-cifs-capabilities): Check, whether the connection
5612         process is running.
5613         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5614         Read share names with "-g" option.
5616 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
5618         * net/rcirc.el (rcirc-view-log-file): New command.
5619         (rcirc-track-minor-mode-map): Remove C-c ` binding.
5620         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5621         specified.
5623 2009-10-15  Glenn Morris  <rgm@gnu.org>
5625         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5626         from the second command-line argument.
5627         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5628         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5629         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5630         w32-batch-update-autoloads.
5631         * emacs-lisp/autoload.el (autoload-make-program): New variable.
5632         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5634         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5635         the headers cannot be located.  Simplify, subtracting superflous
5636         save-excursions.
5638 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5640         Replace completion-base-size by completion-base-position to fix bugs
5641         such as (bug#4699).
5642         * simple.el (completion-base-position): New var.
5643         (completion-base-size): Mark as obsolete.
5644         (choose-completion): Make it work for mouse events as well.
5645         Pass the new base-position to choose-completion-string.
5646         (choose-completion-guess-base-position): New function, extracted from
5647         choose-completion-delete-max-match.
5648         (choose-completion-delete-max-match): Use it.  Make obsolete.
5649         (choose-completion-string): Use the new base-position info.
5650         (completion-root-regexp): Delete.
5651         (completion-setup-function): Preserve completion-base-position.
5652         Eliminate obsolete base-size manipulation.
5653         * minibuffer.el (display-completion-list): Don't mess with base-size.
5654         (minibuffer-completion-help): Set completion-base-position instead.
5655         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5656         choose-completion.
5657         * textmodes/bibtex.el (bibtex-complete):
5658         * emacs-lisp/crm.el (crm--choose-completion-string):
5659         Adjust to new calling convention.
5660         * complete.el (partial-completion-mode): Use minibufferp to avoid
5661         bumping into incompatible change to choose-completion-string-functions.
5662         * ido.el (ido-choose-completion-string): Make its calling convention
5663         more permissive.
5664         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5665         base-size manipulation.
5666         (comint-dynamic-list-input-ring): Use dotimes and push.
5667         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5668         fundamental-mode.  Use `or'.
5670 2009-10-14  Juri Linkov  <juri@jurta.org>
5672         * misearch.el (multi-isearch-next-buffer-from-list)
5673         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
5675 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5677         * Makefile.in (compile-onefile): Load `bytecomp' rather than
5678         `bytecomp.el'.
5680         * minibuffer.el (completion-pcm--merge-completions): Make sure the
5681         string we return is all made up of text from the completions rather
5682         than part from the completions and part from the input (bug#4219).
5684         * ido.el (ido-everywhere): Use define-minor-mode.
5686         * buff-menu.el (list-buffers, ctl-x-map):
5687         Mark the entry points with ;;;###autoload cookies.
5689 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5691         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5692         correctly in the detached head case.
5693         (vc-git-print-log): Remove unused binding.
5695         * vc.el (vc-responsible-backend): When a directory is passed for
5696         for registration create a VC repository if no backend is
5697         responsible for the directory argument.
5698         (vc-deduce-fileset): Tell vc-responsible-backend to register.
5700         * vc.el: Move comments about RCS and SCCS ...
5701         * vc-rcs.el:
5702         * vc-sccs.el: ... here, respectively.
5704 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5706         * minibuffer.el (completion--file-name-table): Return nil if there's
5707         no file completion, even if substitute-in-file-name changed
5708         the string (bug#4708).
5710 2009-10-13  Juri Linkov  <juri@jurta.org>
5712         * files-x.el (read-file-local-variable-value): Don't filter out
5713         minor modes from mode name completion (bug#4664).
5715 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5717         * international/mule-cmds.el (ucs-names): Remove exclusion of
5718         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5720 2009-10-13  Kenichi Handa  <handa@m17n.org>
5722         * international/uni-name.el: Regenerated.
5724 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5726         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
5727         should be automatically buffer-local, but isn't.)
5729 2009-10-12  Sam Steingold  <sds@gnu.org>
5731         * progmodes/compile.el (compilation-next-error-function): Fix the
5732         timestamps if the buffer has been visited before.
5733         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5734         non-anchored patterns, like the perl one (bug#3928).
5736 2009-10-12  Glenn Morris  <rgm@gnu.org>
5738         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5739         Let-bind `size'.
5741 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
5743         * proced.el (proced-unload-function): New function.
5745         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5746         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5747         Doc fix.
5749         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5751 2009-10-11  Juri Linkov  <juri@jurta.org>
5753         * files-x.el (read-file-local-variable-value):
5754         Provide default value only for bound variables (bug#4664).
5756 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
5758         * net/tramp.el (tramp-local-host-p): Function shall return nil for
5759         connection methods like smb.
5761         * net/tramp-cache.el (tramp-flush-connection-property): The hash
5762         can be empty.
5764         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5765         (tramp-smb-file-name-handler-alist): Add handlers for
5766         `add-name-to-file', `make-symbolic-link'.
5767         (tramp-smb-handle-add-name-to-file)
5768         (tramp-smb-do-file-attributes-with-stat)
5769         (tramp-smb-handle-make-symbolic-link)
5770         (tramp-smb-get-cifs-capabilities): New defuns.
5771         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5772         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5773         (tramp-smb-handle-file-local-copy)
5774         (tramp-smb-handle-make-directory-internal)
5775         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5776         The file name syntax depends on cifs capabilities.
5777         (tramp-smb-handle-file-attributes):
5778         Call `tramp-smb-do-file-attributes-with-stat' if possible.
5779         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5780         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5782 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
5784         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5785         (eieio-defclass): Apply deftype handler and setf-method properties
5786         directly.
5787         (eieio-add-new-slot): Avoid union function from cl library.
5788         (eieio--typep): New function.
5789         (eieio-perform-slot-validation): Use it.
5791 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5793         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5794         Update documentation to refer to the variables documented in r1.135.
5795         (Bug#4188)
5797 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5799         * bookmark.el (Info-suffix-list): Remove this unused variable.
5800         (bookmark-current-point): Remove this obsolete variable.
5801         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5802         Adjust for removal of bookmark-current-point.
5804         (bookmarks-already-loaded, bookmark-current-buffer)
5805         (bookmark-yank-point): Document.  (Bug#4188)
5807 2009-10-10  Glenn Morris  <rgm@gnu.org>
5809         * frame.el (frame-height): Doc fix.
5811         * calendar/calendar.el (calendar-split-width-threshold): New option.
5812         (calendar-basic-setup): Use calendar-split-width-threshold.
5814 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
5816         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5817         Use .la for Automake.
5819 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
5821         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5822         Use "autoreconf -i".  Suggested by Andreas Schwab.
5824 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
5826         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5827         Ideographic Supplement" range (U+1F200..U+1F2FF).
5829 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5831         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5832         since the list will have been rebuilt anyway.  (Bug#4349)
5834 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5836         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5837         (bookmark-bmenu-execute-deletions): Don't save here, as
5838         bookmark-delete will now do so if necessary.
5839         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5840         (Bug#4348)
5842 2009-10-09  Glenn Morris  <rgm@gnu.org>
5844         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5846 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5848         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5849         (bookmark-jump-other-window): Just invoke bookmark-jump with new
5850         argument now, so the two function's behaviors will match.  (Bug#3645)
5852 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5854         * cedet/ede/proj.el (project-make-dist, project-compile-project):
5855         Fix filename test.
5856         (ede-proj-dist-makefile): Use expand-file-name instead of concat
5857         to expand file names.
5859 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
5861         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5862         (tramp-file-name-real-host, tramp-file-name-port):
5863         Apply `save-match-data'.
5865         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5866         case both directories are remote.
5867         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5868         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5870 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5872         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5873         (ede-proj-target-makefile-objectcode): Use it.
5875         * cedet/ede/source.el (ede-want-any-source-files-p)
5876         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5877         Return search result.  This error was introduced while merging.
5879 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5881         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5883 2009-10-07  Glenn Morris  <rgm@gnu.org>
5885         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5886         of concat.
5888 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5890         * files-x.el (read-file-local-variable): Include some
5891         non-user-variables in the completion table (bug#4664).
5893 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
5895         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5896         message.
5898         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5899         (tramp-smb-file-name-handler-alist): Add handler for
5900         `copy-directory', `expand-file-name', `set-file-modes'.
5901         (tramp-smb-handle-copy-directory)
5902         (tramp-smb-handle-expand-file-name)
5903         (tramp-smb-handle-set-file-modes): New defuns.
5904         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5905         (tramp-smb-handle-file-attributes): Simplify check for retrieving
5906         entry.
5907         (tramp-smb-handle-insert-directory): Don't flush the cache.
5908         (tramp-smb-maybe-open-connection): Check for samba client and
5909         server versions.
5911 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
5913         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5914         to not error out of search for "^lisp=" fails.
5916 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5918         * makefile.w32-in (WINS_UPDATES): New macro.
5919         (custom-deps, finder-data, autoloads): Use it.
5921 2009-10-07  Glenn Morris  <rgm@gnu.org>
5923         * Makefile.in (autoloads): Revert previous change.
5924         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5925         the list of preloaded files passed on the command-line, get
5926         it from src/Makefile.
5928         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5929         show the original buffer rather than a random one.
5931 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
5933         * help.el (describe-no-warranty): Place point in a slightly better
5934         position in the GPLv3 text.
5936 2009-10-06  Sam Steingold  <sds@gnu.org>
5938         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5939         the comm attribute is present before calling regexp-quote.
5941 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
5943         * play/animate.el (animate-string): For good effect, make sure
5944         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5946         * play/animate.el (animate-sequence, animate-birthday-present):
5947         * misc.el (butterfly): Don't set `indent-tabs-mode'.
5949 2009-10-06  Glenn Morris  <rgm@gnu.org>
5951         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5953         * emacs-lisp/autoload.el (autoload-excludes): New variable.
5954         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5955         (batch-update-autoloads): Process a string value of autoload-excludes,
5956         set during the build process.
5957         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
5959         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5960         inside with-parsed...  macro so that `v' is defined.
5962         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5963         * progmodes/fortran.el (fortran-end-of-block)
5964         (fortran-beginning-of-block):
5965         Also push mark in the macro case.
5967         * emerge.el (emerge-show-file-name):
5968         * calc/calc.el (calc-quit):
5969         * calc/calc-misc.el (calc-big-or-small):
5970         * calc/calc-graph.el (calc-graph-view):
5971         * calc/calc-ext.el (calc-reset):
5972         * calendar/calendar.el (calendar-basic-setup):
5973         Use window-full-height-p.
5975         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5976         header we don't understand, don't insert another.  (Bug#4624)
5977         If changing mime charset, insert the new one in the right place.
5979 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
5981         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5982         (cal-tex-cursor-month): Correctly increment the end date for diary and
5983         holiday listing.  (Bug#4626)
5985 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5987         * help-fns.el (describe-function-1): Don't burp if the function is not
5988         a symbol.
5990 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
5992         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5993         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5994         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5995         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5997         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5998         (eieio-default-superclass): Reflow docstrings.
5999         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6000         (eieio-unbind-method-implementations, defmethod)
6001         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6002         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6003         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6004         (eieio-slot-originating-class-p, eieio-slot-name-index)
6005         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6006         (constructor, initialize-instance, no-next-method, object-print)
6007         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6008         Fix typos in docstrings.
6009         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6010         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6011         (next-method-p): Doc fixes.
6012         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6013         Fix typos in error messages.
6014         (eieio-defmethod): Fix typo in description of generic method.
6016         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6017         (eieio-persistent-save-interactive, slot-missing):
6018         Fix typos in docstrings.
6019         (eieio-instance-inheritor-slot-boundp): Doc fix.
6021         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6022         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6024         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6025         (eieio-custom-object-apply-reset):
6026         Fix typos in docstrings and error messages.
6028         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6029         Fix typo in docstring.
6031         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6032         (eieio-browse-tree): Doc fix.
6033         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6034         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6035         Fix typos in docstrings.
6037         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6038         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6039         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6040         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6041         Reflow docstrings.
6043 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6045         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6046         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6047         Set log-view-vc-backend so that diff can work.
6049         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6050         vc-version-diff.
6051         (vc-diff-internal): Autoload this instead of vc-version-diff.
6053 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6055         * simple.el (eval-expression): Doc fix.
6057         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6059 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6061         * files.el (directory-files-no-dot-files-regexp): New defconst.
6062         (delete-directory): Use it.
6063         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6065         * net/tramp.el (tramp-verbose): Fix docstring.
6066         (tramp-methods): Add recursive option to `tramp-copy-args'.
6067         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6068         "scp1_old", "scp2_old", "rsync", "rsyncc".
6069         (tramp-default-method): Check also for `auth-source-user-or-password'.
6070         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6071         Add handler for `copy-directory'.
6072         (tramp-handle-copy-directory): New defun.
6073         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6074         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6075         Optimize sent command.
6077 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6079         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6080         window if necessary.
6082         * calendar/calendar.el (calendar-basic-setup): Don't call
6083         switch-to-buffer in a dedicated window.
6085 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6087         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6088         don't do anything related to relocating, just return nil.
6089         (bookmark-error-no-filename): New error.
6090         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6091         bookmark has no file.  Don't even attempt to handle things that
6092         are not files; the whole point of custom handlers is to keep that
6093         knowledge elsewhere anyway.  Tighten some comments.
6094         (bookmark-file-or-variation-thereof): Remove now-unused function.
6095         (bookmark-location): Doc string fix.
6096         (Bug#4250)
6098 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6100         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6101         don't use a file dialog, because they usually don't know how to read
6102         a directory target from the user.  (Bug#4230)
6103         Also, make sure the prompt can display directories as well as files.
6105 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6107         * bookmark.el (bookmark-set, bookmark-buffer-name):
6108         Improve doc strings.  (Bug#1193)
6110 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6112         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6113         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6114         (bookmark-get-annotation, bookmark-set-annotation)
6115         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6116         (bookmark-set-position, bookmark-get-front-context-string)
6117         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6118         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6119         (bookmark-jump-other-window, bookmark-handle-bookmark)
6120         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6121         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6122         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6123         Improve doc strings to say whether bookmark can be a string or
6124         a record or both, and make other consistency and clarity fixes.
6125         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6126         (bookmark-default-annotation-text, bookmark-yank-word)
6127         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6128         (bookmark-import-new-list, bookmark-maybe-rename)
6129         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6130         (bookmark-bmenu-bookmark): Give these doc strings.
6131         (bookmark-bmenu-check-position): Give this a doc string, but also
6132         add a FIXME comment about how the function may be pointless.
6133         (bookmark-default-handler): Rework doc string and change a
6134         parameter name, to clarify that this takes a bookmark record
6135         not a bookmark name.
6136         (bookmark-set): Change a parameter name to indicate its meaning,
6137         and improve the doc string a bit.
6138         (Bug#4188)
6140 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6142         * bookmark.el (bookmark-alist): Document the new `handler' element
6143         in the param alist.
6144         (bookmark-make-record-function): Adjust documentation for above.
6145         (Bug#4193)
6147 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6149         * info.el (Info-bookmark-make-record): Document this function.
6150         (Info-bookmark-jump): Document with a doc string, not just a comment.
6151         (Bug#4203)
6153 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6155         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6156         (semantic-new-buffer-fcn): Call parser setup functions here.
6157         (semantic-mode): Don't call parser setup functions here, it's done
6158         in semantic-new-buffer-fcn now.
6159         (semantic-mode): Parse all existing buffers when enabled.
6161         * cedet/srecode/compile.el (srecode-compile-file):
6162         Call semantic-new-buffer-fcn if the buffer has not been parsed.
6164 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6166         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6168         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6169         (proj-comp-insert-variable-once): New macro, renamed from
6170         ede-pmake-insert-variable-once in ede/pmake.edl.
6171         (ede-proj-makefile-insert-variables): Use it.
6173 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6175         * files.el (copy-directory): New defun.
6177         * dired-aux.el (dired-copy-file-recursive): Use it.
6179 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6181         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6182         (makefile-end-of-command):
6183         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6184         (semantic-end-of-context): Fix previous change.  Doc fixes.
6186 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6188         * files-x.el (modify-dir-local-variable)
6189         (copy-dir-locals-to-file-locals-prop-line):
6190         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6191         (makefile-end-of-command):
6192         * cedet/semantic/lex.el (semantic-lex-token):
6193         * cedet/semantic/analyze/fcn.el
6194         (semantic-analyze-dereference-metatype-1):
6195         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6196         (semantic-lex-cpp-undef):
6197         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6198         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6199         (semantic-end-of-context): Fix typos in docstrings.
6201         * recentf.el (recentf-unload-function): New function.
6203 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6205         * cedet/ede.el (ede-project-placeholder-cache-file):
6206         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6207         * cedet/srecode/map.el (srecode-map-save-file):
6208         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
6210 2009-10-04  Glenn Morris  <rgm@gnu.org>
6212         * window.el (window-full-height-p): Add doc string.
6214 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6216         * window.el (window-full-height-p): New function.  (Bug#4543)
6218 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
6220         * cedet/srecode/insert.el: Require srecode/args.
6222         * cedet/srecode/args.el: Require srecode/dictionary instead of
6223         srecode/insert.
6225         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6227         * files.el (auto-mode-alist): Add .srt and Project.ede.
6229         * cedet/semantic.el (semantic-mode):
6230         Handle srecode-template-mode-hook as well.
6231         (semantic-mode): Use js-mode-hook for Javascript hook.
6233         * cedet/srecode/template.el: Remove hook variable.
6235         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6237         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6238         projects exist.
6239         (ede-project-placeholder-cache-file): Default to a file in
6240         user-emacs-directory.
6242         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6243         templates in data-directory.
6244         (srecode-map-save-file): Default to a file in user-emacs-directory.
6246         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6247         directory.
6249 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6251         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6252         Doc fix.
6254         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6255         Only insert each variable once.
6257         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6258         (ede-pmake-insert-variable-shared): Use it.
6260         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6261         for lexical table iff table is nil.
6263 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6265         * vc.el: Remove commented out code.
6266         (vc-derived-from-dir-mode): Remove, unused.
6267         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6269 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6271         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6272         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6273         there could be recursive loading when `default-directory' is a
6274         remote file name.  (Bug#4614)
6276 2009-10-03  Glenn Morris  <rgm@gnu.org>
6278         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6279         the frame is wide.
6280         (calendar-generate-window): Test for shrinkability rather than width.
6282         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6283         declaration, currently false.
6285         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6286         reusing existing buffers, in case we happen to visit two files with the
6287         same basename.  (Bug#4593)
6289 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6291         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6292         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6293         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6294         subdirs of cedet as well.
6295         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6297 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6299         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6300         Obey advertised-signature-table.
6302         * help-fns.el (help-function-arglist): Don't check
6303         advertised-signature-table.
6304         (describe-function-1): Do it here instead so it also applies to subrs.
6306 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6308         * simple.el (start-file-process): Say in the doc-string, that file
6309         handlers might not support pty association, if PROGRAM is nil.
6311         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6312         HOST and USER are strings.  They are nil, when there are
6313         incomplete entries in ~/.netrc, for example.
6314         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6315         root directory ("device busy" error otherwise).
6317         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6318         Flush file properties of created directory.
6320 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6322         * makefile.w32-in (WINS_BASIC): Remove cedet.
6323         (WINS_CEDET): Add cedet.
6324         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6326 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6328         * net/browse-url.el (browse-url): Pass any symbol in
6329         browse-url-browser-function to `apply', since if you've mistakenly put
6330         an unbound symbol then the error is clearer.  (Bug#4531)
6332 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6334         * allout.el (allout-init, allout-back-to-current-heading)
6335         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6336         (allout-ascend, allout-up-current-level, allout-end-of-level)
6337         (allout-previous-visible-heading, allout-forward-current-level)
6338         (allout-backward-current-level, allout-show-children):
6339         * apropos.el (apropos-describe-plist):
6340         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6341         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6342         * completion.el (add-completion, add-permanent-completion):
6343         * descr-text.el (describe-text-category, describe-char):
6344         * desktop.el (desktop-lazy-abort):
6345         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6346         * dired.el (dired-build-subdir-alist):
6347         * ediff.el (ediff-version):
6348         * elide-head.el (elide-head, elide-head-show):
6349         * emerge.el (emerge-version):
6350         * env.el (getenv):
6351         * face-remap.el (variable-pitch-mode):
6352         * faces.el (describe-face):
6353         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6354         (dired-at-point):
6355         * files.el (find-file-existing, auto-save-mode):
6356         * font-lock.el (font-lock-fontify-buffer):
6357         * help-fns.el (describe-function, describe-variable)
6358         (describe-syntax, describe-categories):
6359         * help.el (view-lossage, describe-bindings, describe-key)
6360         (describe-mode):
6361         * hexl.el (hexl-current-address):
6362         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6363         * info.el (Info-goto-emacs-key-command-node):
6364         * log-edit.el (log-edit-insert-cvs-template)
6365         (log-edit-insert-cvs-rcstemplate):
6366         * menu-bar.el (menu-bar-mode):
6367         * mouse.el (mouse-appearance-menu):
6368         * newcomment.el (comment-indent-new-line):
6369         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6370         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6371         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6372         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6373         * recentf.el (recentf-mode):
6374         * savehist.el (savehist-mode, savehist-save):
6375         * shadowfile.el (shadow-copy-files):
6376         * simple.el (kill-ring-save, next-line, previous-line)
6377         (normal-erase-is-backspace-mode):
6378         * strokes.el (strokes-update-window-configuration)
6379         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6380         (strokes-xpm-for-stroke):
6381         * time.el (emacs-uptime, emacs-init-time):
6382         * tutorial.el (tutorial--describe-nonstandard-key)
6383         (tutorial--detailed-help):
6384         * type-break.el (type-break-mode)
6385         (type-break-mode-line-message-mode, type-break-query-mode)
6386         (type-break-guesstimate-keystroke-threshold):
6387         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6388         * version.el (emacs-version):
6389         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6390         * winner.el (winner-mode):
6391         * calendar/timeclock.el (timeclock-in, timeclock-out)
6392         (timeclock-status-string, timeclock-change)
6393         (timeclock-workday-remaining-string)
6394         (timeclock-workday-elapsed-string)
6395         (timeclock-when-to-leave-string):
6396         * calendar/todo-mode.el (todo-add-category):
6397         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6398         * emacs-lisp/autoload.el (update-file-autoloads):
6399         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6400         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6401         (checkdoc-message-text, checkdoc-defun):
6402         * emacs-lisp/debug.el (debugger-list-functions):
6403         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6404         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6405         (eieio-describe-generic):
6406         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6407         * emacs-lisp/shadow.el (list-load-path-shadows):
6408         * emulation/cua-base.el (cua-mode):
6409         * emulation/edt.el (edt-set-scroll-margins):
6410         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6411         (tpu-toggle-regexp, tpu-toggle-search-direction)
6412         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6413         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6414         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6415         (viper-set-parsing-style-toggling-macro)
6416         (viper-set-emacs-state-searchstyle-macros):
6417         * emulation/viper.el (viper-set-hooks):
6418         * eshell/esh-mode.el (eshell-truncate-buffer):
6419         * international/mule-cmds.el (prefer-coding-system)
6420         (describe-input-method, describe-language-environment):
6421         * international/mule-diag.el (list-character-sets)
6422         (describe-character-set, describe-coding-system)
6423         (describe-fontset, list-fontsets, list-input-methods):
6424         * mail/sendmail.el (mail-signature):
6425         * net/ange-ftp.el (ange-ftp-copy-file):
6426         * net/browse-url.el (browse-url):
6427         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6428         * net/quickurl.el (quickurl-add-url):
6429         * net/rcirc.el (names, topic):
6430         * net/xesam.el (xesam-mode):
6431         * play/5x5.el (5x5-new-game):
6432         * play/yow.el (apropos-zippy):
6433         * progmodes/ada-mode.el (ada-mode-version):
6434         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6435         (f90-end-of-block)
6436         (f90-beginning-of-block):
6437         * progmodes/fortran.el (fortran-end-of-block)
6438         (fortran-beginning-of-block):
6439         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6440         * progmodes/python.el (python-describe-symbol, python-shell):
6441         * term/ns-win.el (ns-print-buffer):
6442         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6443         * textmodes/flyspell.el (flyspell-mode-on):
6444         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6445         (pages-directory-for-addresses):
6446         * textmodes/table.el (table-recognize-cell)
6447         (table-query-dimension, table-generate-source)
6448         (table-insert-sequence, table--warn-incompatibility):
6449         * textmodes/tex-mode.el (tex-validate-buffer):
6450         * textmodes/texinfmt.el (texinfmt-version)
6451         (texinfo-format-buffer):
6452         Use `called-interactively-p' instead of `interactive-p'.
6454 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6456         * image-mode.el (image-toggle-display):
6457         * emacs-lisp/elp.el (elp-instrument-function):
6458         * emacs-lisp/advice.el (ad-make-advised-definition):
6459         * emacs-lisp/easy-mmode.el (define-minor-mode):
6460         * net/browse-url.el (browse-url-maybe-new-window):
6461         * progmodes/sh-script.el (sh-learn-buffer-indent):
6462         Pass new argument 'any to `called-interactively-p'.
6464 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6466         * international/uni-bidi.el:
6467         * international/uni-category.el:
6468         * international/uni-combining.el:
6469         * international/uni-comment.el:
6470         * international/uni-decimal.el:
6471         * international/uni-decomposition.el:
6472         * international/uni-digit.el:
6473         * international/uni-lowercase.el:
6474         * international/uni-mirrored.el:
6475         * international/uni-name.el:
6476         * international/uni-numeric.el:
6477         * international/uni-old-name.el:
6478         * international/uni-titlecase.el:
6479         * international/uni-uppercase.el:
6480         Regenerate from Unicode 5.2.0 data.
6482 2009-10-01  Glenn Morris  <rgm@gnu.org>
6484         * Makefile.in (ELCFILES): Regenerate.
6486 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6488         * subr.el (interactive-p): Mark obsolete.
6489         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6490         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6491         advertised-signature-table for subroutines as well.
6493         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6494         (set-advertised-calling-convention): New function.
6495         (make-obsolete, define-obsolete-function-alias)
6496         (make-obsolete-variable, define-obsolete-variable-alias):
6497         Make the optional-ness of `when' obsolete.
6498         (define-obsolete-face-alias): Make `when' non-optional.
6499         * help-fns.el (help-function-arglist):
6500         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6501         Use advertised-signature-table.
6503 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6505         * files.el (delete-directory): New defun.  The original function
6506         in fileio.c has been renamed to `delete-directory-internal'.
6508         * dired.el (dired-delete-file): Call `delete-directory' with
6509         RECURSIVE parameter.
6511         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6512         parameter RECURSIVE.  Implementation is missing.
6514         * net/tramp.el (tramp-handle-make-directory): Flush upper
6515         directory's file properties.
6516         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6517         (tramp-handle-dired-recursive-delete-directory): Flush directory
6518         properties after the remove command only.
6520         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6521         Handle optional parameter RECURSIVE.
6523         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6524         Handle optional parameter RECURSIVE.
6526         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6527         connection timeout.
6528         (tramp-smb-handle-delete-directory): Handle optional parameter
6529         RECURSIVE.
6531 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6533         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6534         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6535         (byte-compile-defmacro): Use backquotes.
6537         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6539         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6540         has no associated file.
6541         (vc-resynch-buffer): Use vc-dir-buffers.
6543 2009-10-01  Glenn Morris  <rgm@gnu.org>
6545         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6546         (chart-file-count):
6547         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6548         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6549         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6550         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6551         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6552         (eieio-copy-parents-into-subclass, make-instance, class-children)
6553         (eieio-generic-form):
6554         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6555         * cedet/cedet-idutils.el (cedet-idutils-search)
6556         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6557         (cedet-idutils-version-check):
6558         * cedet/cedet.el (cedet-version):
6559         * cedet/data-debug.el (data-debug-insert-overlay-button)
6560         (data-debug-insert-overlay-list-button)
6561         (data-debug-insert-buffer-button)
6562         (data-debug-insert-buffer-list-button)
6563         (data-debug-insert-process-button, data-debug-insert-ring-button)
6564         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6565         (data-debug-insert-stuff-vector-button)
6566         (data-debug-insert-symbol-button, data-debug-insert-string)
6567         (data-debug-insert-number, data-debug-insert-lambda-expression)
6568         (data-debug-insert-nil, data-debug-insert-simple-thing)
6569         (data-debug-insert-custom, data-debug-edebug-expr):
6570         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6571         (global-ede-mode-map, ede-new, ede-debug-target)
6572         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6573         * cedet/semantic.el (semantic-minimum-working-buffer-size)
6574         (semantic-fetch-tags, semantic-submode-list)
6575         (semantic-default-submodes):
6576         * cedet/ede/source.el (ede-source-match):
6577         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6578         (project-am-package-info):
6579         * cedet/ede/proj.el (ede-proj-target, project-new-target):
6580         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6581         * cedet/ede/proj-comp.el (ede-current-build-list):
6582         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6583         * cedet/ede/files.el (ede-toplevel-project-or-nil):
6584         * cedet/ede/cpp-root.el (initialize-instance):
6585         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6586         (autoconf-parameter-strip, autoconf-insert-new-macro):
6587         * cedet/semantic/wisent.el (wisent-lex-eoi):
6588         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6589         (semantic-show-parser-state-mode):
6590         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6591         * cedet/semantic/tag.el (semantic-tag-new-variable)
6592         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6593         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6594         (semantic--tag-deep-copy-tag-list)
6595         (semantic-tag-components-with-overlays-default):
6596         * cedet/semantic/symref.el (semantic-symref-find-text):
6597         * cedet/semantic/senator.el (senator-yank-tag)
6598         (senator-transpose-tags-up):
6599         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6600         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6601         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6602         * cedet/semantic/lex.el (semantic-lex-comment-regex)
6603         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6604         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6605         * cedet/semantic/lex-spp.el
6606         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6607         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6608         * cedet/semantic/idle.el
6609         (semantic-idle-summary-current-symbol-info-brutish)
6610         (semantic-idle-summary-current-symbol-info-default):
6611         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6612         (semantic--grammar-macro-compl-dict):
6613         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6614         * cedet/semantic/format.el (semantic-format-tag-custom-list)
6615         (semantic-format-tag-canonical-name-default):
6616         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6617         (semantic-find-tags-for-completion)
6618         (semantic-find-tags-by-scope-protection-default)
6619         (semantic-deep-find-tags-for-completion):
6620         * cedet/semantic/edit.el
6621         (semantic-edits-incremental-reparse-failed-hook)
6622         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6623         (semantic-edits-splice-remove, semantic-edits-splice-replace):
6624         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6625         * cedet/semantic/dep.el (semantic-dependency-include-path):
6626         * cedet/semantic/db.el (semanticdb-default-find-index-class)
6627         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6628         (semanticdb-project-roots):
6629         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6630         (semanticdb-find-adebug-insert-scanned-tag-cons)
6631         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6632         (semanticdb-brute-deep-find-tags-for-completion):
6633         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6634         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6635         (semantic-end-of-context-default)
6636         (semantic-ctxt-current-function-default)
6637         (semantic-ctxt-scoped-types-default):
6638         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6639         (semantic-complete-inline-tag-engine)
6640         (semantic-complete-inline-custom-type)
6641         (semantic-complete-read-tag-analyzer):
6642         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6643         (semantic-chart-database-size):
6644         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6645         (semantic-analyze-current-context):
6646         * cedet/semantic/symref/list.el (semantic-symref)
6647         (semantic-symref-hide-buffer, semantic-symref-symbol):
6648         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6649         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6650         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6651         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6652         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6653         (semantic-c-dereference-template):
6654         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6655         (semantic--analyze-refs-full-lookup-with-parents)
6656         (semantic--analyze-refs-full-lookup-simple):
6657         * cedet/semantic/analyze/complete.el
6658         (semantic-analyze-possible-completions):
6659         * cedet/srecode/table.el (srecode-mode-table-new):
6660         * cedet/srecode/srt.el (srecode-read-variable-name):
6661         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6662         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6663         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6664         * cedet/srecode/map.el (srecode-current-map):
6665         * cedet/srecode/insert.el (srecode-insert)
6666         (srecode-insert-variable-secondname-handler, srecode-insert-method)
6667         (srecode-template-inserter-point-override)
6668         (srecode-insert-include-lookup):
6669         * cedet/srecode/getset.el (srecode-auto-choose-class):
6670         * cedet/srecode/extract.el (srecode-inserter-extract):
6671         * cedet/srecode/document.el
6672         (srecode-document-autocomment-return-last-alist)
6673         (srecode-document-autocomment-param-type-alist)
6674         (srecode-document-insert-function-comment)
6675         (srecode-document-insert-variable-one-line-comment)
6676         (srecode-document-function-name-comment):
6677         * cedet/srecode/dictionary.el (srecode-create-dictionary)
6678         (srecode-compound-toString):
6679         * cedet/srecode/compile.el (srecode-flush-active-templates):
6680         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6681         Doc/message fixes.
6683         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6684         match-data.  (Bug#4555).
6686         * cedet/semantic/bovine/gcc.el
6687         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6688         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6690         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6691         rather than parsing it as a regexp.  This relaxes the layout
6692         requirements and makes errors easier to detect.
6693         (check-declare-verify): Check file is regular.
6694         (check-declare-directory): Doc fix.
6695         * subr.el (declare-function): Doc fix.
6697         * ibuffer.el (ibuffer-format-qualifier):
6698         * isearch.el (hi-lock-regexp-okay):
6699         * calc/calc.el (math-zerop):
6700         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6701         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6702         Remove unused declarations.
6704 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6706         * cedet/semantic/wisent/javat-wy.el
6707         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6709 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
6711         * cedet/srecode/expandproto.el: Fix provide statement.
6713 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6715         * emacs-lisp/eieio.el (boolean-p): Delete.
6717 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
6719         * cedet/ede/srecode.el: Fix provide statement.
6721 2009-09-30  Glenn Morris  <rgm@gnu.org>
6723         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6724         * cedet/ede/proj-aux.el (ede-aux-source):
6725         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6726         (ede-misc-source):
6727         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6728         (semantic-mrub-switch-tags): Fix doc typos.
6730         * cedet/semantic/db-global.el (data-debug-new-buffer)
6731         (data-debug-insert-thing): Remove unneeded declarations (one broken).
6732         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6734         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6736         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6737         use of CL function `remove-if-not'.
6739         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6741         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6742         filename is not a string.
6744 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6746         * files.el (safe-local-eval-forms): Fix typo.
6748 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6750         * vc-hooks.el (vc-dir-buffers): New var.
6751         (vc-state-refresh): New function.
6752         (vc-state): Use it.
6753         (vc-after-save): Always ask the backend to recompute the new state.
6754         Always call vc-dir if necessary, using vc-dir-buffers.
6755         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6756         Use vc-dir-buffers.
6757         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6758         (vc-dir-prepare-status-buffer, vc-dir-update)
6759         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6760         Don't call expand-file-name on default-directory.
6762 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6764         * speedbar.el (speedbar-item-delete):
6765         * calc/calc-prog.el (calc-kbd-if):
6766         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6768         * epa.el (epa-key-list-mode-map):
6769         * hi-lock.el (hi-lock-menu): Fix typos in menus.
6771         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6772         (hs-show-hook): Fix typo in docstring.
6774 2009-09-29  Glenn Morris  <rgm@gnu.org>
6776         * cedet/semantic/symref/idutils.el:
6777         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6779         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6781         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6782         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6783         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6784         Mark declarations not understood by check-declare.
6786         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6787         file-name-nondirectory call preventing location of cedet files.
6788         (check-declare-verify): Use literal search rather than re-search.
6789         Add basic defmethod and defclass, and define-overloadable-function.
6791         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6792         Use tramp-compat-file-attributes rather than nonexistent
6793         tramp-compat-handle-file-attributes.
6795         * Makefile.in (lisptagsfiles4): New.
6796         (AUTOGENEL): Add cedet loaddefs files.
6797         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6798         (update-elclist, compile-always, backup-compiled-files)
6799         (bootstrap-clean): Add yet another directory level.
6800         (update-elclist): Use LC_COLLATE rather than COLLATE.
6801         (ELCFILES): Update, via `make update-elclist'.
6803 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6805         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6806         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6807         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6809 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
6811         * Makefile.in (lisptagsfiles3): Define.
6812         (TAGS, TAGS-LISP): Use it.
6813         (update-elclist): Add third directory level to look for elc files.
6814         (compile-always): Likewise.
6815         (backup-compiled-files): Likewise.
6816         (bootstrap-clean): Likewise.
6817         (ELCFILES): Update.
6819 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
6821         * Makefile.in (ELCFILES): Add CEDET files.
6823 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6825         CEDET (development tools) package merged.
6827         * cedet/*.el:
6828         * cedet/ede/*.el:
6829         * cedet/semantic/*.el:
6830         * cedet/srecode/*.el: New files.
6832 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
6834         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6836         * net/tramp.el (top): Require tramp-imap.
6838         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6839         Use `tramp-compat-handle-file-attributes'.
6841 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6843         * net/tramp-imap.el: New package.
6845 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6847         * emacs-lisp/chart.el:
6848         * emacs-lisp/eieio-base.el:
6849         * emacs-lisp/eieio-comp.el:
6850         * emacs-lisp/eieio-custom.el:
6851         * emacs-lisp/eieio-datadebug.el:
6852         * emacs-lisp/eieio-opt.el:
6853         * emacs-lisp/eieio-speedbar.el:
6854         * emacs-lisp/eieio.el: New files.
6856         * cedet/cedet-cscope.el:
6857         * cedet/cedet-files.el:
6858         * cedet/cedet-global.el:
6859         * cedet/cedet-idutils.el:
6860         * cedet/data-debug.el:
6861         * cedet/inversion.el:
6862         * cedet/mode-local.el:
6863         * cedet/pulse.el: New files.
6865 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6867         * whitespace.el (whitespace-trailing-regexp)
6868         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6869         Fix doc string.
6871 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
6873         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6874         menu.
6876         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6877         menu-bar-ediff-menu.
6879         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6880         define-overloadable-function.
6882         * progmodes/autoconf.el: Provide autoconf as well, so that this
6883         file can be `require'd.
6885         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6887         * emacs-lisp/autoload.el (generated-autoload-feature)
6888         (generated-autoload-load-name): New vars.
6889         (autoload-rubric, autoload-generate-file-autoloads): Use them.
6890         (make-autoload): Recognize define-overloadable-function and
6891         defclass forms (for EIEIO).
6893         * Makefile.in (update-subdirs): Exclude cedet directory.
6895 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
6897         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
6899         * faces.el: Default light-background background for region face to
6900         ns_selection_color under NS.
6902 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6904         * net/imap-hash.el: New library, see NEWS.
6906         * Makefile.in (ELCFILES): Add imap-hash.el.
6908 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6910         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6911         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6912         * help-macro.el (make-help-screen): Avoid using an ambiguous function
6913         definition where the docstring could be taken for the return value.
6915 2009-09-26  Glenn Morris  <rgm@gnu.org>
6917         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6918         Add option to only show images below a certain size.
6919         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6920         save-excursion calls.
6922 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
6924         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6925         subdirectories) and eieio.
6927 2009-09-26  Alan Mackenzie  <acm@muc.de>
6929         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6930         buggy bracketing.  (Bug#4289)
6932         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6933         character constants (as case labels).  (Bug#4289)
6935 2009-09-25  Juri Linkov  <juri@jurta.org>
6937         * files.el (safe-local-eval-forms): Allow time-stamp in
6938         before-save-hook (Bug#4554).
6940 2009-09-25  Drew Adams  <drew.adams@oracle.com>
6942         * menu-bar.el (list-buffers-directory): Doc fix.
6944 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6946         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6947         Try and avoid copying twice the same paragraph.
6948         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6949         Remove save-excursion.
6950         (log-edit-changelog-entry): Do it here instead.
6952 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
6954         * bs.el (bs--get-file-name): Use `list-buffers-directory'
6955         when available, instead of hardcoding mode names.  Doc fix.
6957         * menu-bar.el (list-buffers-directory): Add docstring.
6958         Make automatically buffer-local.
6960         * dired.el (dired-mode):
6961         * files.el (cd-absolute):
6962         * pcvs.el (cvs-temp-buffer):
6963         * pcvs-util.el (cvs-get-buffer-create):
6964         * shell.el (shell-mode):
6965         * vc-dir.el (vc-dir-mode):
6966         Don't make `list-buffers-directory' buffer local.
6968 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
6970         * comint.el (comint-exec, comint-run, make-comint):
6971         Doc fixes (Bug#4542).
6973 2009-09-25  Glenn Morris  <rgm@gnu.org>
6975         * mail/rmailmm.el (rmail-mime): New custom group.
6976         Move all defcustoms in this file into this group.
6977         (rmail-mime-media-type-handlers-alist): Revert previous change.
6978         (rmail-mime-show-images): New option.
6979         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6980         references to it, since it wasn't actually used for anything.
6981         (rmail-mime-insert-image): New function.
6982         (rmail-mime-image): Use rmail-mime-insert-image.
6983         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6984         obey the value of `rmail-mime-show-images' option.  Print the size of
6985         attachments.
6987 2009-09-25  David Engster  <deng@randomsample.de>
6989         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
6991 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6993         * whitespace.el: Does not highlight trailing spaces While point is
6994         at end of line.  Does not highligt spaces at beginning of buffer
6995         while point is at beginning of buffer.  Does not highlight spaces
6996         at end of buffer while point is at end of buffer.  (Bug#4177)
6997         New version 12.0.
6998         (whitespace-display-mappings): Adjust initialization.
6999         (whitespace-point, whitespace-font-lock-refontify): New vars.
7000         (whitespace-color-on, whitespace-color-off): Adjust code.
7001         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7002         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7003         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7005 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7007         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7009         * textmodes/sgml-mode.el: Remove xml-mode alias.
7011         * files.el (auto-mode-alist, conf-mode-maybe)
7012         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7014 2009-09-24  Alan Mackenzie  <acm@muc.de>
7016         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7017         c-forward-conditionals, but it doesn't move point and doesn't set
7018         the mark.
7019         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7020         (c-down-conditional-with-else, c-backward-conditional)
7021         (c-forward-conditional): Refactor to use c-scan-conditionals.
7023 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7025         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7026         (help-default-arg-highlight): Remove.
7027         (help-highlight-arg): New function.
7028         (help-do-arg-highlight): Use it.
7029         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7031 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7033         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7034         Undo last change, which didn't fix the problem and introduced others.
7036 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7038         * progmodes/gdb-mi.el: Don't require speedbar.
7039         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7041 2009-09-24  Glenn Morris  <rgm@gnu.org>
7043         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7045         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7047         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7048         there is no newline after the final mime boundary.  (Bug#4539)
7049         Move markers on insertion so that any buttons inserted don't end up in
7050         the next part of a multipart message.
7051         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7052         (rmail-mime-bulk-handler): Optionally handle images.
7053         (rmail-mime-image): New button action.
7054         (rmail-mime-image-handler): New function.
7055         (rmail-mime-mode): New mode.
7056         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7058 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7061         than just dropping elements from it (bug#4504).
7063         * term.el (term-set-scroll-region): Don't move cursor any more.
7064         (term-handle-ansi-escape): Call term-goto here instead.
7065         Suggested by Ivan Kanis <apple@kanis.eu>.
7067         * term.el: Require CL.
7068         (term-ansi-reset): New function.
7069         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7070         (term-handle-colors-array): Simplify.
7072 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7074         * allout.el (allout-overlay-interior-modification-handler)
7075         (allout-obtain-passphrase):
7076         * epa-file.el (epa-file-write-region):
7077         * ps-print.el (ps-begin-job):
7078         * vc-hooks.el (vc-toggle-read-only):
7079         * vc-rcs.el (vc-rcs-rollback):
7080         * vc-sccs.el (vc-sccs-rollback):
7081         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7082         (vc-version-diff, vc-revert, vc-rollback):
7083         * wdired.el (wdired-check-kill-buffer):
7084         * emacs-lisp/authors.el (authors):
7085         * net/socks.el (socks-open-connection):
7086         * net/zeroconf.el (zeroconf-service-add-hook):
7087         * obsolete/vc-mcvs.el (vc-mcvs-register):
7088         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7089         (gdb-select-frame):
7090         * progmodes/grep.el (lgrep, rgrep):
7091         * progmodes/idlw-help.el (idlwave-help-check-locations)
7092         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7093         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7094         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7095         (reftex-toc-rename-label): Fix typos in error messages.
7097         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7098         (dired-copy-how-to-fn): Doc fix.
7099         (dired-files-attributes, dired-read-shell-command):
7100         Fix typos in docstrings.
7102         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7103         (dired-x-find-file-other-window): Reflow docstrings.
7104         (dired-omit-marker-char, dired-read-shell-command)
7105         (dired-x-submit-report): Fix typos in docstrings.
7107         * shell.el (shell-mode-hook):
7108         * view.el (View-scroll-line-forward):
7109         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7110         Fix typos in docstrings.
7112         * net/dig.el (dig-invoke): Fix typo in docstring.
7113         (query-dig): Reflow docstring.
7115         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7116         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7117         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7118         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7119         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7120         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7121         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7122         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7123         (idlwave-completion-map, idlwave-current-indent)
7124         (idlwave-custom-ampersand-surround, idlwave-customize)
7125         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7126         (idlwave-define-abbrev, idlwave-determine-class-special)
7127         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7128         (idlwave-end-block-reg, idlwave-end-of-statement)
7129         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7130         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7131         (idlwave-explicit-class-listed, idlwave-file-header)
7132         (idlwave-fill-paragraph, idlwave-find-class-definition)
7133         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7134         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7135         (idlwave-in-quote, idlwave-indent-action-table)
7136         (idlwave-indent-expand-table, idlwave-indent-line)
7137         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7138         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7139         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7140         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7141         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7142         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7143         (idlwave-outlawed-buffers, idlwave-popup-select)
7144         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7145         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7146         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7147         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7148         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7149         (idlwave-statement-type, idlwave-struct-skip)
7150         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7151         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7152         (idlwave-what-module-find-class): Fix typos in docstrings.
7153         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7154         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7155         (idlwave-find-module, idlwave-find-structure-definition)
7156         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7157         (idlwave-list-load-path-shadows, idlwave-next-statement)
7158         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7159         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7160         (idlwave-template): Reflow docstrings.
7162         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7163         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7164         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7165         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7166         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7167         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7168         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7169         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7170         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7171         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7172         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7173         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7174         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7175         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7176         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7177         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7178         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7179         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7180         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7181         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7182         Fix typos in docstrings.
7183         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7184         (idlwave-shell-hide-output, idlwave-shell-mode)
7185         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7186         Reflow docstrings.
7188         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7190 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7192         * term.el (term-bold-attribute): New var.
7193         (term-handle-colors-array): Use it.
7195 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7197         * progmodes/gdb-mi.el (gdb-version): New variable.
7198         (gdb-non-stop-handler): Set gdb-version.
7199         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7200         Condition "--thread" option on gdb-version.
7201         (gdb-invalidate-threads): Remove unused argument.
7203 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7205         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7206         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7208 2009-09-23  Glenn Morris  <rgm@gnu.org>
7210         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7211         replying to mail without References or Message-Id.  (Bug#4525)
7213 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7215         * term/ns-win.el (ns-reg-to-script): New variable.
7217 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7219         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7221 2009-09-22  Sam Steingold  <sds@gnu.org>
7223         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7224         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7225         to 1 because hg returns status 1 when nothing is found.
7226         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7228 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7230         * textmodes/fill.el: Convert to utf-8 encoding.
7231         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7232         pre-unicode days.
7234         * add-log.el (change-log-fill-forward-paragraph): New function.
7235         (change-log-mode): Use it so fill-region DTRT.
7236         Set fill-indent-according-to-mode here rather than in
7237         change-log-fill-paragraph.
7238         (change-log-fill-paragraph): Remove.
7240 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7242         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7243         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7245 2009-09-22  Glenn Morris  <rgm@gnu.org>
7247         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7248         the scroll-bar scroll the calendar window rather than the buffer.
7250         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7251         commands that move point (as opposed to scrolling).
7253         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7255         * emacs-lisp/elint.el (elint): New custom group.
7256         (elint-log-buffer): Make it a defcustom.
7257         (elint-scan-preloaded, elint-ignored-warnings)
7258         (elint-directory-skip-re): New options.
7259         (elint-builtin-variables): Doc fix.
7260         (elint-preloaded-env): New variable.
7261         (elint-unknown-builtin-args): Add an entry for encode-time.
7262         (elint-extra-errors): Make it a variable rather than a constant.
7263         (elint-preloaded-skip-re): New constant.
7264         (elint-directory): Skip files matching elint-directory-skip-re.
7265         (elint-features): New variable, local to linted buffers.
7266         (elint-update-env): Initialize elint-features.  Possibly add
7267         elint-preloaded-env to the buffer's environment.
7268         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7269         Skip quoted forms.
7270         (elint-init-form): New function, extracted from elint-init-env.
7271         Make non-list forms a warning rather than an error.
7272         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7273         easy-menu-define, put that adds an error-condition, and provide.
7274         When requiring cl, also require cl-macs.  Really require cl, to handle
7275         some cl macros.  Store required libraries in the list elint-features,
7276         so as not to re-load them.  Treat cc-require like require.
7277         (elint-init-env): Call elint-init-form to do the work.
7278         Handle eval-and-compile and such like.
7279         (elint-add-required-env): Do not clear messages.
7280         (elint-special-forms): Add handlers for function, defalias, if, when,
7281         unless, and, or.
7282         (elint-form): Add optional argument to ignore elint-special-forms,
7283         useful to prevent recursive calls from handlers.  Doc fix.
7284         Respect elint-ignored-warnings.
7285         (elint-form): Respect elint-ignored-warnings.
7286         (elint-bound-variable, elint-bound-function): New variables.
7287         (elint-unbound-variable): Respect elint-bound-variable.
7288         (elint-get-args): Respect elint-bound-function.
7289         (elint-check-cond-form): Add some simple handling for (f)boundp and
7290         featurep tests.
7291         (elint-check-defalias-form): New handler.
7292         (elint-check-let-form): Make an empty let a warning rather than an
7293         error.
7294         (elint-check-setq-form): Make an empty setq a warning rather than an
7295         error.  Respect elint-ignored-warnings.
7296         (elint-check-defvar-form): Accept null doc-strings.
7297         (elint-check-conditional-form): New handler.  Does some simple-minded
7298         checking of featurep and (f)boundp tests.
7299         (elint-put-function-args): New function.
7300         (elint-initialize): Use elint-scan-doc-file rather than
7301         elint-find-builtin-variables.  Use elint-put-function-args.
7302         Possibly scan preloaded-file-list.
7303         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7304         extend to handle functions as well.
7306 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7308         * linum.el (linum-delete-overlays, linum-update-window):
7309         Do not modify the right margin.  (Bug#3971)
7311 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7313         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7314         nxml-mode instead of xml-mode.
7316 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7318         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7320 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7322         * net/dig.el (dig-mode): Use define-derived-mode.
7324 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7326         * vc-dispatcher.el (vc-do-command): Return the process object in
7327         the asynchronous case.  Use when instead of if.  Do not run
7328         vc-exec-after to display a message if not enabled.  (Bug#4463)
7330         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7331         properties to the stash strings.
7332         (vc-git-stash-list): Return a list of strings.
7333         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7334         (vc-git-stash-show-at-point): New functions.
7335         (vc-git-stash-map): New keymap.
7337         * register.el (ctl-x-r-map): Define the keys here instead of
7338         using autoload.
7340 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7342         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7343         list, to workaround performance problem (bug#4485).
7345 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7347         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7349 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7351         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7352         Document that this option is not recommended to use.
7354 2009-09-19  Glenn Morris  <rgm@gnu.org>
7356         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7357         variable `var'.
7359         * calc/calc-alg.el (var):
7360         * calc/calcalg2.el (var): Define for compiler.
7362 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7364         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7365         Doc fix (Bug#3932).
7367         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7369         * time-stamp.el (time-stamp-month-dd-yyyy)
7370         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7371         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7372         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7373         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7374         Remove functions that have been obsolete since 1995 (Bug#4436).
7376         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7377         indent buffer only if called interactively (Bug#4452).
7379 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7380             Eli Zaretskii  <eliz@gnu.org>
7382         This fixes bug#4197 (merged to bug#865, though not identical).
7383         * server.el (server-auth-dir): Add docstring note about FAT32.
7384         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7385         but warn against using them.
7387 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7389         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7390         older GDB where there is no has_more field.
7392 2009-09-19  Glenn Morris  <rgm@gnu.org>
7394         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7396 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7398         * files.el (auto-mode-alist): Change default for XML files to nXML
7399         mode (Bug#4169).
7401 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7403         * server.el (server-ensure-safe-dir): Pass 'integer
7404         to `file-attributes', as suggested.
7406 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7408         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7409         (dired-query): Use read-key.
7411 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7413         * cus-start.el (ns-use-qd-smoothing): Remove.
7415 2009-09-18  Glenn Morris  <rgm@gnu.org>
7417         * allout.el (top-level): Remove unnecessary progn.
7419         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7421         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7422         definition of abbrev table.
7424         * speedbar.el (speedbar-track-mouse):
7425         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7426         * net/eudc.el (eudc-expand-inline):
7427         * net/newst-backend.el (newsticker--cache-read-feed):
7428         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7429         condition-case handlers.
7431 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7433         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7434         (gdb-var-list): Add an element for has_more field.
7435         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7436         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7437         (gdb-var-update-handler-1): Parse output of dynamic variable
7438         objects (STL containers).
7439         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7440         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7442         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7443         gdb-var-list.
7444         (gud-speedbar-buttons): Make node expandable if expression "has more"
7445         children.
7447 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7449         * startup.el (emacs-quick-startup): Remove variable and all uses.
7450         (command-line): Set `inhibit-x-resources' instead.
7451         (command-line-1): Use `inhibit-x-resources' instead.
7453 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7455         * subr.el: Fix last change to avoid using the `unless' macro,
7456         which breaks bootstrapping.
7458 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7460         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7461         extended definitions, in case we reload subr.el after having
7462         loaded CL.
7463         (eval-next-after-load): Mark as obsolete.
7465 2009-09-17  Juri Linkov  <juri@jurta.org>
7467         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7468         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7469         (menu-bar-showhide-menu, menu-bar-tools-menu)
7470         (menu-bar-describe-menu, menu-bar-help-menu)
7471         (minibuffer-local-completion-map, minibuffer-local-map):
7472         Fix list quoting.
7474 2009-09-17  Glenn Morris  <rgm@gnu.org>
7476         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7477         arguments, whether or not it has a handler.
7479         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7481         * simple.el (hard-newline): Give it a doc-string.
7483         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7484         (lisp-mode-syntax-table): Give them doc-strings.
7486 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7488         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7489         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7490         (menu-bar-options-menu, menu-bar-showhide-menu)
7491         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7492         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7493         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7494         (menu-bar-options-menu, menu-bar-tools-menu)
7495         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7496         (menu-bar-help-menu):
7497         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7498         string arguments.
7500         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7501         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7502         calls for the menu names and :help.
7504 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7506         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7507         to :minor-mode-function (bug#4455).
7509 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7511         * startup.el (command-line): Initialize the window-system after
7512         processing the command-line.
7514         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7515         page-delimiter matches the empty string.
7517 2009-09-16  Glenn Morris  <rgm@gnu.org>
7519         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7520         byte-compile-not-obsolete-var.  It's a list now.
7521         (byte-compile-not-obsolete-funcs): New variable.
7522         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7523         byte-compile-not-obsolete-funcs.
7524         (byte-compile-variable-ref, byte-compile-defvar): Update for
7525         byte-compile-not-obsolete-vars name-change and list nature.
7526         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7527         and variables behind (f)boundp tests.
7528         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7530 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7532         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7534 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7536         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7537         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7538         Don't autoload.
7540 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7542         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7543         the virtual-buffers, use the name of the buffer specified by
7544         find-file-noselect, as the match may be a symlink.  (This was a
7545         problem if the target and the symlink had different names.)
7547 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7549         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7551         * desktop.el (desktop-path): Check user-emacs-directory.
7553         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7555         * loadup.el: Use after-load-functions to GC after loading each file.
7556         Remove the explicit GC calls that used to be sprinkled around.
7558         * subr.el (after-load-functions): New hook.
7559         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7560         `obsolete' packages, rather than painfully extracting the relevant
7561         directory name.
7563 2009-09-15  Glenn Morris  <rgm@gnu.org>
7565         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7566         free variable `doc'.
7568         * dired.el (dired-mode-map): Add menu entry for async shell command.
7570         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7571         variables, also consider the .elc files, since the .el files are
7572         normally gzipped (subsequent code locates the .el.gz from the .elc).
7574         * calc/calc-prog.el (arglist): Define for compiler.
7576         * calendar/diary-lib.el (diary-display-function): Change the default to
7577         fancy display.
7578         (body): Define for compiler.
7580         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7581         (byte-compile-file-form, byte-compile-lambda)
7582         (byte-compile-top-level-body, byte-compile-form)
7583         (byte-compile-variable-ref, byte-compile-setq)
7584         (byte-compile-setq-default, byte-compile-body)
7585         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7586         (batch-byte-compile): Give some more local variables with common names
7587         a "bytecomp-" prefix to avoid masking warnings about free variables.
7589         * startup.el (command-line-1): Give local variables with common names a
7590         distinguishing prefix, so as not to hide free variable warnings during
7591         bootstrap.
7593         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7594         clever and add a suffix to make a unique name, just let the user decide
7595         whether or not to overwrite it.  If the input is a directory, write the
7596         default filename to that directory.  (Bug#4388)
7597         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7598         is a filename-as-a-directory.
7600 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7602         * textmodes/page.el (what-page): Don't move to beginning of line.
7603         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7605 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7607         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7609 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7611         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7612         * help.el (help-for-help-internal): Add purecopy calls for text.
7614         * vc.el (top): print-log method now takes an optional SHORTLOG
7615         argument.  Add a new method: root.
7616         (vc-root-diff, vc-print-root-log): New functions.
7617         (vc-log-short-style): New variable.
7618         (vc-print-log-internal): Add support for showing short logs.
7620         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7621         vc-print-root-log and vc-print-root-diff.
7623         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7624         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7625         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7626         short logs.
7628         * vc-cvs.el (vc-cvs-print-log):
7629         * vc-mtn.el (vc-mtn-print-log):
7630         * vc-rcs.el (vc-rcs-print-log):
7631         * vc-sccs.el (vc-sccs-print-log):
7632         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7633         that is ignored for now.
7635         * vc-mtn.el (vc-mtn-annotate-command):
7636         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7638 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7640         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7641         to function-key-map, and give them ascii-character property.
7642         * term/x-win.el (x-alternatives-map):
7643         * term/ns-win.el (ns-alternatives-map):
7644         * term/internal.el (msdos-key-remapping-map):
7645         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7647 2009-09-14  Glenn Morris  <rgm@gnu.org>
7649         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7650         temp-buffers (2009-09-12).
7652 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7654         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7655         the new read-key function.
7657 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7659         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7660         is defined (Bug#4405).
7662 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7664         * recentf.el (recentf-cleanup): Use a hash table to find
7665         duplicates (Bug#4407).
7667 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7669         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7670         kp-0 to ascii equivalents (Bug#4325).
7672 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7674         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7676         * eshell/em-hist.el:
7677         * eshell/em-dirs.el (eshell-complete-user-reference):
7678         Declare pcomplete functions and variables to avoid compiler warnings.
7680 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7682         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7683         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7684         * eshell/em-alias.el (eshell-aliases-file):
7685         * eshell/em-hist.el (eshell-history-file-name):
7686         Use expand-file-name instead of concat to make file names (Bug#4308).
7688 2009-09-13  Glenn Morris  <rgm@gnu.org>
7690         * ediff-merg.el (ediff-do-merge):
7691         * filesets.el (filesets-run-cmd):
7692         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7693         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7694         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7695         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7696         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7697         Replace empty `let's with `progn'.
7699 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7701         * mail/sendmail.el (send-mail-function):
7702         * tooltip.el (tooltip-mode):
7703         * simple.el (transient-mark-mode):
7704         * rfn-eshadow.el (file-name-shadow-mode):
7705         * frame.el (blink-cursor-mode):
7706         * font-core.el (global-font-lock-mode):
7707         * files.el (temporary-file-directory)
7708         (small-temporary-file-directory, auto-save-file-name-transforms):
7709         * epa-hook.el (auto-encryption-mode):
7710         * composite.el (global-auto-composition-mode):
7711         Use custom-initialize-delay.
7712         * startup.el (command-line): Don't explicitly call
7713         custom-reevaluate-setting for all the above vars.
7714         * custom.el (custom-initialize-safe-set)
7715         (custom-initialize-safe-default): Delete.
7717 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7719         * term/x-win.el (x-initialize-window-system):
7720         * term/w32-win.el (w32-initialize-window-system):
7721         * term/ns-win.el (ns-initialize-window-system): Don't call
7722         mouse-wheel-mode since it's enabled globally by default already.
7724         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7725         actually define the variable, but only silences the byte-compiler.
7726         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7727         before looking it up.
7728         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7729         is changed.
7731 2009-09-12  Glenn Morris  <rgm@gnu.org>
7733         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7734         1000.
7735         (elint-add-required-env): Don't beep on error.
7736         (elint-forms): In case of error, return ENV unchanged.
7737         (elint-init-env): Skip non-list forms.
7738         (elint-log): Handle unknown file positions.
7740 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7742         * epg.el (epg-make-context): Add autoload cookie.
7743         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7744         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7745         (epg-verify-string, epg-start-sign, epg-sign-file)
7746         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7747         (epg-encrypt-string, epg-start-export-keys)
7748         (epg-export-keys-to-file, epg-export-keys-to-string)
7749         (epg-start-import-keys, epg-import-keys-from-file)
7750         (epg-import-keys-from-string, epg-start-receive-keys)
7751         (epg-receive-keys, epg-import-keys-from-server)
7752         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7753         (epg-sign-keys, epg-start-generate-key)
7754         (epg-generate-key-from-file, epg-generate-key-from-string):
7755         Remove autoload cookie.
7757 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7759         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7760         reevaluation of trash-directory.
7762         * mwheel.el: Fix last change.
7763         (mouse-wheel-mode): New defvar.
7764         (mouse-wheel-mode): Remove autoload cookie.
7766 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7768         * mwheel.el (mwheel-installed-bindings): New var.
7769         (mouse-wheel-mode): Use it, so as to make sure we really remove all
7770         the bindings we set last time.  Use custom-initialize-delay.
7771         * loadup.el: Load mwheel after term/*-win.el.
7772         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7773         and mouse-wheel-up-event now that their first evaluation is done
7774         sufficiently late to be correct.
7776         * startup.el (tutorial-directory): Make it a defcustom.
7777         Use custom-initialize-delay rather than eval-at-startup to set it.
7778         * image.el (image-load-path): Make it a defcustom.
7779         Use custom-initialize-delay rather than eval-at-startup to set it.
7780         * subr.el (eval-at-startup): Remove.
7781         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7783         * subr.el (do-after-load-evaluation): Warn the user after loading an
7784         obsolete package.
7786 2009-09-12  Glenn Morris  <rgm@gnu.org>
7788         * proced.el (proced-mark-alt): Remove alias.
7789         (proced-mode-map): Remove proced-mark-alt.
7791         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7792         Elint file and directory.  Remove initialization entry.
7794         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7795         commands.
7796         (elint-current-buffer): Set mode-line-process.
7797         (elint-init-env): Handle define-derived-mode.
7798         Fix declare-function with unspecified arglist.  Guard against odd
7799         defalias statements (eg iso-insert's 8859-1-map).
7800         (elint-add-required-env): Use a temp buffer.
7801         (elint-form): Just print the function/macro name, not the whole form.
7802         Return env unchanged if we fail to parse a macro.
7803         (elint-forms): Guard against parse errors.
7804         (elint-output): New function, to handle batch mode.
7805         (elint-log-message): Add optional argument.  Use elint-output.
7806         (elint-set-mode-line): New function.
7808 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7810         * emacs-lisp/elp.el (elp-not-profilable): Add more
7811         functions (Bug#4233).
7813 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
7815         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7816         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7818 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7820         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7821         (gdb-var-list-children): Use json parsing.
7823 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
7825         * progmodes/js.el (js--proper-indentation): Handle the case where
7826         char-before is null.  Reported by Deniz Dogan.
7828 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7830         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7832 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
7834         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7835         (epg-digest-algorithm-alist): Add SHA224.
7836         (epg-context-set-passphrase-callback)
7837         (epg-context-set-progress-callback): Add description about
7838         callback function.
7840 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7842         * custom.el (custom-delayed-init-variables): New var.
7843         (custom-initialize-delay): New function.
7844         * startup.el (command-line): "Re"evaluate all vars in
7845         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
7846         explicitly any more.
7847         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7848         to avoid creating a ~/.emacs.d at build-time (bug#4347).
7850         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7852 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7854         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7855         (gdb-var-update-handler): Use json parsing.
7857 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7859         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7860         decode annotated text, regardless of language environment.  (Bug#2741)
7862 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7864         * Makefile.in (autoloads): Make rmail.el writable as well.
7866 2009-09-11  Glenn Morris  <rgm@gnu.org>
7868         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7869         loaddefs.el.
7870         * dired.el: Regenerate with extracted autoloads.
7871         * Makefile.in (autoloads): Make dired.el writable.
7873         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7874         * ibuffer.el: Regenerate with extracted autoloads.
7875         * Makefile.in (autoloads): Make ibuffer.el writable.
7877         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7878         * version.el (emacs-copyright, emacs-major-version)
7879         (emacs-minor-version): Reformat doc-strings for make-docfile.
7881         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7882         functions and variables, since they must be stuff specific to some other
7883         platform.
7884         (apropos-print): Make mouse-click message less specific about button.
7886         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7887         that records where a macro was defined.
7888         * help-fns.el (describe-function-1): Mention if a function has a
7889         compiler-macro.
7890         * help-mode.el (help-function-cmacro): New button.
7892         * locate.el (top-level): Always require dired.
7893         (locate-mode-map): Initialize inside the defvar.
7895         * net/ange-ftp.el (dired-compress-file): Declare.
7896         (ange-ftp-dired-compress-file): Add doc string.
7898         * term/ns-win.el (x-display-name, x-setup-function-keys):
7899         Unify doc-strings with X versions.
7901 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7903         * emulation/crisp.el (crisp-mode-map): Move initialization
7904         into declaration.
7905         (crisp-mode): Use define-minor-mode.
7907         * progmodes/xscheme.el (xscheme-evaluation-commands):
7908         Put a :advertised-binding property rather than using
7909         advertised-xscheme-send-previous-expression.
7910         (advertised-xscheme-send-previous-expression): Declare obsolete.
7911         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7912         `advertised-undo'.
7913         (crisp-mode): Add corresponding bindings to
7914         undo's :advertised-binding instead.
7915         * dired.el (dired-mode-map): Put a :advertised-binding property rather
7916         than using dired-advertised-find-file.
7917         (dired-advertised-find-file):
7918         * simple.el (advertised-undo):
7919         * wid-edit.el (advertised-widget-backward): Declare obsolete.
7920         (widget-keymap): Put a :advertised-binding property rather
7921         than using advertised-widget-backward.
7922         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7923         than using advertised-undo.
7924         * tutorial.el (tutorial--default-keys): Adjust accordingly.
7926 2009-09-10  Simon South  <ssouth@slowcomputing.org>
7928         * progmodes/delphi.el (delphi-tab): Indent region when Transient
7929         Mark mode is enabled and region is active; otherwise indent or
7930         insert TAB as usual.
7931         (delphi-mode): Update description of TAB-key binding.
7933 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7935         * subr.el (define-key-rebound-commands): Mark obsolete.
7936         * startup.el (precompute-menubar-bindings): Remove.
7937         (normal-top-level): Remove obsolete code that tried to precompute
7938         menubar bindings.
7939         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7940         define-key-rebound-commands and precompute-menubar-bindings.
7942 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7944         * net/imap.el (imap-interactive-login): Better messages.
7945         (imap-open): Fix bug with renamed buffer on reconnect.
7946         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7947         for easier debugging and cleaner code.  On successful (guessed based on
7948         server capabilities) secondary authentication, set imap-state
7949         correctly.
7950         (imap-last-authenticator): Define imap-last-authenticator as a variable
7951         to avoid warnings.
7953 2009-09-10  Glenn Morris  <rgm@gnu.org>
7955         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7957         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7958         (byte-compile-file-form-autoload): Don't warn about unknown functions
7959         where the autoload statement comes after the use.
7960         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7961         that any handlers inside the body (eg require) are in turn respected.
7963         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7964         effects.
7966         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7967         and syntax and abbrev tables basic docs, if they don't have any.
7969         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7971         * international/mule-cmds.el (top-level): Require cl when compiling.
7972         (view-hello-file): Use default-value rather than
7973         default-enable-multibyte-characters.
7975         * progmodes/fortran.el: Move all safe and risky properties into the
7976         defcustoms.
7978         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7979         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7980         * mail/undigest.el:
7981         Put autoloads in rmail.el rather than loaddefs.el.
7982         * mail/rmail.el: Regenerate with extracted autoloads.
7984         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7985         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7987 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
7989         Reported in thread for Bug#4375.
7990         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7991         "-data-evaluate-expression" instead of print.
7992         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7993         (gdb-tooltip-print): Parse output from above MI command.
7994         (gdb): Revert 2009-08-11 change.  User should detach inferior
7995         manually.
7997         Remove the word "separate" from IO functions as inferior
7998         output is now never displayed in the GUD buffer.
8000 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8002         * startup.el (command-line-normalize-file-name): On Windows and
8003         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8005 2009-09-10  Juri Linkov  <juri@jurta.org>
8007         * isearch.el (isearch-text-char-description): Propertize escape
8008         character sequences with the `escape-glyph' face.  (Bug#4344)
8010         * simple.el (shell-command): Set asynchronous process filter to
8011         `comint-output-filter'.  (Bug#4343)
8013         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8014         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8015         the list.  Move "asm" to the bottom.
8016         (grep-find-ignored-directories): Add `choice' with nil value
8017         to empty the list easily.
8018         (grep-find-ignored-files): New option.
8019         (grep-files-history): Set to nil by default instead of '("ch" "el").
8020         (grep-compute-defaults): Add "<X>" to `grep-template'.
8021         (grep-read-files): Bind new local variables `default-alias' and
8022         `default-extension'.  Use a list of default values for the file prompt.
8023         (lgrep): Add `--exclude=' command line options composed from
8024         `grep-find-ignored-files'.
8025         (rgrep): Add `-name' command line options composed from
8026         `grep-find-ignored-files'.  (Bug#4301)
8028 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8030         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8031         (bug#4368).
8033 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8035         * calendar/time-date.el (autoload):
8036         Expand define-obsolete-function-alias into defalias and make-obsolete
8037         for old Emacsen that Gnus supports.
8038         (with-no-warnings): Define it for old Emacsen.
8039         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8040         is available.
8041         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8042         float-time is available; suppress compile warning for time-to-seconds.
8044 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8046         * net/imap.el (imap-message-map): Docstring fix.
8048 2009-09-09  Glenn Morris  <rgm@gnu.org>
8050         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8051         line numbers too.  (Bug#4374)
8053 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8055         * smerge-mode.el (smerge-remove-props, smerge-refine):
8056         Use with-silent-modifications (bug#4342).
8058         * subr.el (with-silent-modifications): New macro.
8060 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8062         * files.el (top-level): Require `cl' when compiling.
8064 2009-09-07  Glenn Morris  <rgm@gnu.org>
8066         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8068         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8069         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8071 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8073         * vc-git.el (vc-git-annotate-command): Use separator to parse
8074         arguments correctly.
8076 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8078         * proced.el (proced-mode): Doc fix.
8080 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8082         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8083         lstat fails.
8084         (tramp-do-file-attributes-with-ls): Check for file existence at
8085         remote end.
8086         (tramp-do-file-attributes-with-stat): Likewise.
8087         (tramp-convert-file-attributes): Return nil when attr is nil.
8089 2009-09-05  Glenn Morris  <rgm@gnu.org>
8091         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8092         properties to this button.
8093         (diary-fancy-display): Don't extend the button to the final newline.
8094         (diary-fancy-display-mode): Continue to define "q" as a local key.
8096         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8097         efficient.
8099         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8101         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8102         (byte-compile-dest-file-function): New option.
8103         (byte-compile-dest-file): Doc fix.
8104         Obey byte-compile-dest-file-function.
8105         (byte-compile-cl-file-p): New function.
8106         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8107         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8108         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8109         than for file being previously loaded.
8110         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8111         (byte-compile-file-form-require): Handle the case where requiring a file
8112         indirectly causes CL to be loaded.
8114 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8116         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8117         before killing the old buffer, since by the time `kill-buffer' is
8118         run so many buffer variables have been set to nil that it may not
8119         behave as expected.  (Bug#4061)
8121 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8123         * files.el (find-alternate-file): If the old buffer is modified
8124         and visiting a file, behave similarly to `kill-buffer' when
8125         killing it, thus reverting to the pre-1.878 behavior; see
8126         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8127         for discussion.  Also, consult `buffer-file-name' as a variable
8128         not as a function, for consistency with the rest of the code.
8130 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8132         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8133         also when adding a new directory.
8135         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8136         defun.
8138 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8140         * files.el (locate-file-completion-table): Make it provide boundary
8141         information, so partial-completion works better.
8143 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8145         * mail/footnote.el (Footnote-text-under-cursor):
8146         Check footnote-text-marker-alist before using it (bug#4324).
8148 2009-09-04  Glenn Morris  <rgm@gnu.org>
8150         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8151         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8152         * play/solitaire.el, play/tetris.el:
8153         Remove leading * from defcustom and defface docs.
8155         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8156         necessary.
8157         (diary-fancy-overriding-map): New variable.
8158         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8159         Use view-mode.
8161         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8162         goto-line.
8164 2009-09-03  Glenn Morris  <rgm@gnu.org>
8166         * arc-mode.el (archive-mode):
8167         * dos-fns.el (set-default-process-coding-system):
8168         * man.el (Man-getpage-in-background):
8169         * menu-bar.el (menu-bar-describe-menu):
8170         * server.el (server-process-filter):
8171         * startup.el (command-line):
8172         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8173         * w32-fns.el (set-default-process-coding-system):
8174         * x-dnd.el (x-dnd-handle-file-name):
8175         * international/mule-cmds.el (mule-menu-keymap)
8176         (set-default-coding-systems, language-info-alist, set-language-info)
8177         (set-language-environment, standard-display-european-internal)
8178         (set-locale-environment):
8179         * international/mule-diag.el (mule-diag):
8180         * mail/emacsbug.el (report-emacs-bug):
8181         * mail/rmail.el (rmail-mode):
8182         * mail/sendmail.el (mail-setup):
8183         Use default-value rather than default-enable-multibyte-characters.
8185         * progmodes/f90.el: Move all safe properties into the defcustoms.
8186         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8188         * calendar/appt.el (appt-check):
8189         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8190         (diary-check-diary-file, diary-list-entries)
8191         (diary-include-other-diary-files, diary-simple-display)
8192         (diary-fancy-display, diary-print-entries)
8193         (diary-mark-included-diary-files, diary-make-entry):
8194         Don't call substitute-in-file-name on diary-file.
8196 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8197             Stefan Monnier  <monnier@iro.umontreal.ca>
8199         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8200         (footnote-mode-map): Move initialization into the declaration.
8201         (footnote-minor-mode-map): Define it rather than changing global-map.
8202         (footnote-mode): Use define-minor-mode.
8204 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8206         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8207         (tramp-do-file-attributes-with-perl)
8208         (tramp-do-file-attributes-with-stat): Rename from
8209         `tramp-handle-file-attributes-with-*'.
8210         (tramp-handle-file-attributes): Use them.
8211         (tramp-do-directory-files-and-attributes-with-perl)
8212         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8213         `tramp-handle-directory-files-and-attributes-with-*'.
8214         (tramp-handle-directory-files-and-attributes): Use them.
8215         (tramp-method-out-of-band-p): Additional parameter SIZE.
8216         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8217         (tramp-handle-write-region): Use it.
8218         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8219         (tramp-handle-vc-registered): Check, whether the first run did
8220         return files to be tested.
8221         (tramp-advice-make-auto-save-file-name): Do not call directly
8222         `tramp-handle-make-auto-save-file-name', because this would bypass
8223         the locking mechanism.
8225         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8226         (file-remote-p, process-file, start-file-process, set-file-times)
8227         (tramp-compat-file-attributes): Compatibility functions shall not
8228         call directly `tramp-handle-*', because this would bypass the
8229         locking mechanism.
8230         (tramp-compat-number-sequence): New defun.
8232 2009-09-02  Glenn Morris  <rgm@gnu.org>
8234         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8235         alias for float-time.
8236         (time-to-number-of-days): In Emacs, use float-time.
8237         * net/newst-backend.el (time-add): Suppress warnings from compat
8238         function.
8239         * time.el (emacs-uptime, emacs-init-time):
8240         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8241         Use float-time rather than time-to-seconds.
8243         * minibuffer.el (completion-initials-expand): Fix typo.
8245         * faces.el (modeline, modeline-inactive, modeline-highlight)
8246         (modeline-buffer-id):
8247         * info.el (info-menu-5): Mark these face aliases as obsolete.
8249 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8251         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8252         space ...
8253         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8254         no "--thread" option.
8255         (gdb-stopped): Don't print "Switched to thread" message when it is
8256         unchanged.
8258 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8260         * minibuffer.el (completion-try-completion)
8261         (completion-all-completions): Remove ill-defined (and
8262         mistakenly installed and luckily never used nor documented)
8263         `completion-styles' property.
8264         (completion-initials-expand, completion-initials-all-completions)
8265         (completion-initials-try-completion): New functions.
8266         (completion-styles-alist): Add doc to each entry.
8267         Add new `initials' entry.
8269 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8271         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8272         MI command -var-evaluate-expression.
8273         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8274         and tweak for case of string child.
8275         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8277 2009-09-01  Glenn Morris  <rgm@gnu.org>
8279         * add-log.el (change-log-date-face, change-log-name-face)
8280         (change-log-email-face, change-log-file-face, change-log-list-face)
8281         (change-log-conditionals-face, change-log-function-face)
8282         (change-log-acknowledgement-face):
8283         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8284         (custom-modified-face, custom-set-face, custom-changed-face)
8285         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8286         (custom-documentation-face, custom-state-face, custom-comment-face)
8287         (custom-comment-tag-face, custom-variable-tag-face)
8288         (custom-variable-button-face, custom-face-tag-face)
8289         (custom-group-tag-face-1, custom-group-tag-face):
8290         * diff-mode.el (diff-header-face, diff-file-header-face)
8291         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8292         (diff-added-face, diff-changed-face, diff-function-face)
8293         (diff-context-face, diff-nonexistent-face):
8294         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8295         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8296         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8297         (Info-title-4-face):
8298         * isearch.el (isearch-lazy-highlight-face):
8299         * log-view.el (log-view-file-face, log-view-message-face):
8300         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8301         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8302         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8303         (cvs-msg-face):
8304         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8305         (smerge-base-face, smerge-markers-face):
8306         * wid-edit.el (widget-documentation-face, widget-button-face)
8307         (widget-field-face, widget-single-line-field-face)
8308         (widget-inactive-face, widget-button-pressed-face):
8309         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8310         (woman-addition-face):
8311         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8312         (eshell-ls-executable-face, eshell-ls-readonly-face)
8313         (eshell-ls-unreadable-face, eshell-ls-special-face)
8314         (eshell-ls-missing-face, eshell-ls-archive-face)
8315         (eshell-ls-backup-face, eshell-ls-product-face)
8316         (eshell-ls-clutter-face):
8317         * eshell/em-prompt.el (eshell-prompt-face):
8318         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8319         * obsolete/old-whitespace.el (whitespace-highlight-face):
8320         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8321         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8322         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8323         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8324         (antlr-font-lock-literal-face):
8325         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8326         (ebrowse-root-class-face, ebrowse-file-name-face)
8327         (ebrowse-default-face, ebrowse-member-attribute-face)
8328         (ebrowse-member-class-face, ebrowse-progress-face):
8329         * progmodes/make-mode.el (makefile-space-face):
8330         * progmodes/sh-script.el (sh-heredoc-face):
8331         * textmodes/flyspell.el (flyspell-incorrect-face)
8332         (flyspell-duplicate-face):
8333         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8334         * textmodes/texinfo.el (texinfo-heading-face):
8335         Mark face aliases with "-face" suffix as obsolete.
8337         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8338         compiler.
8340         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8341         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8342         easy-menu-define wants to modify these.
8344         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8346         * net/browse-url.el (browse-url-file-url):
8347         * term/internal.el (dos-codepage-setup):
8348         Use default-value rather than default-enable-multibyte-characters.
8350         * progmodes/etags.el (etags-goto-tag-location):
8351         * progmodes/flymake.el (flymake-highlight-line)
8352         (flymake-goto-file-and-line, flymake-goto-line):
8353         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8354         (gdb-goto-breakpoint):
8355         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8356         * progmodes/python.el (python-find-function)
8357         (python-pdbtrack-track-stack-file):
8358         * progmodes/verilog-mode.el (verilog-surelint-off):
8359         * term/ns-win.el (ns-open-file-select-line):
8360         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8361         Use forward-line rather than goto-line.
8363         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8364         * textmodes/reftex-index.el (reftex-display-index):
8365         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8366         * textmodes/reftex-toc.el (reftex-toc):
8367         Remove unnecessary bindings of default-major-mode (all are followed by
8368         major-mode check and possible mode switch).
8370 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8372         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8373         Handle watchpoints (bug#4282).
8374         (def-gdb-thread-buffer-command): Enable thread to be selected by
8375         clicking without selecting threads buffer first.
8376         (gdb-current-context-command): Use selected frame so that "up",
8377         "down" etc work in the GUD buffer.
8378         (gdb-update): Find selected frame before rendering stack buffer.
8379         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8381 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8383         * progmodes/sym-comp.el (displayed-completions): Remove.
8384         (symbol-complete): Use minibuffer-complete.
8386 2009-08-31  Glenn Morris  <rgm@gnu.org>
8388         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8390         * apropos.el (apropos-symbols-internal):
8391         Handle (obsolete) face aliases.
8393         * faces.el (describe-face): Adjust the output format to be more like
8394         describe-variable, and to mention (obsolete) face aliases.
8395         Adjust the whitespace so that help-setup-xref works.
8397         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8398         * calendar/diary-lib.el (diary-button-face):
8399         Mark these face aliases as obsolete.
8401         * calendar/calendar.el (calendar-today): Doc fix.
8403 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8405         * progmodes/gdb-mi.el (gdb-control-all-threads)
8406         (gdb-control-current-thread): Force tool bar update.
8407         (gdb-non-stop-handler): New function.
8408         (gdb-init-1): Use it to test if non-stop mode is supported.
8409         Remove unused gdbmi buffer type.
8411 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8413         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8414         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8416 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8418         * comint.el (comint-exec-1): Check command is non-null first.
8419         Part of gdb-mi.el change (2009-08-28).
8421 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8423         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8425 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8427         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8428         instead of `dolist' to avoid a recursive require when bootstrapping.
8430 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8432         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8434         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8436         * net/imap.el (imap-send-command): Simplify.
8437         (imap-wait-for-tag): point-max -> buffer-size.
8439         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8441         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8442         with constant argument.
8444         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8446         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8448         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8449         Change default, since most of our files don't have a history.
8450         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8451         the user.
8453         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8454         Add comint-run.
8456         * calc/calc.el: Improve commenting convention.
8457         (calc-digit-map, toplevel): Simplify.
8459         * comint.el (comint-insert-input): Be careful to only set point if we
8460         don't delegate to some other command.
8462         * proced.el (proced-signal-list): Make it an alist.
8463         (proced-grammar-alist): Capitalize names.
8464         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8465         Disable undo manually and make it read-only.
8466         Use completion-annotate-function.
8468         * minibuffer.el (minibuffer-message): If the current buffer is not
8469         a minibuffer, insert the message in the echo area rather than at the
8470         end of the buffer.
8471         (completion-annotate-function): New variable.
8472         (minibuffer-completion-help): Use it.
8473         (completion--embedded-envvar-table): Environment vars are
8474         always case-sensitive.
8476 2009-08-30  Glenn Morris  <rgm@gnu.org>
8478         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8479         from fortran-current-defun.
8480         (fortran-beginning-of-subprogram): Be more precise about finding the
8481         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8482         (fortran-end-of-subprogram): Simplify.
8483         (fortran-current-defun): Use fortran-start-prog-re.
8485 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8487         * subr.el (do-after-load-evaluation): Simplify.
8489 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8491         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8493         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8494         (vc-rcs-print-log): Use it.
8496         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8498 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8500         * paths.el (abbrev-file-name): Move to abbrev.el.
8501         * abbrev.el (abbrev-file-name): Move from paths.el.
8502         Obey user-emacs-directory.
8503         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8504         user-emacs-directory.
8505         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8506         abbrev-file-name and calc-settings-file any more.
8507         * startup.el (command-line): Recompute abbrev-file-name and
8508         abbreviated-home-dir.
8509         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8510         of the special code for when C-h bindings haven't been changed.
8511         (display-startup-echo-area-message): Use with-current-buffer.
8512         (command-line-1): Use a list of strings, rather than a list of lists
8513         of strings for longopts.
8515         * files.el (get-free-disk-space): Use / for default-directory.
8517         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8518         Use with-current-buffer.
8520         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8521         Recognize immutable variables like most-positive-fixnum.
8522         (byte-compile-setq-default): Check and warn if trying to assign
8523         to an immutable variable, or a non-variable.
8525         * progmodes/cc-vars.el (c-comment-continuation-stars):
8526         * progmodes/cc-engine.el (c-looking-at-bos):
8527         * progmodes/cc-cmds.el (c-toggle-auto-state)
8528         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8529         (c-comment-line-break-function): Add version of obsolescence.
8531 2009-08-28  Juri Linkov  <juri@jurta.org>
8533         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8534         associated with `archive-mode'.
8536         * image.el (image-type-header-regexps): Use only JPEG magic number
8537         to determine JPEG images, and don't use `image-jpeg-p' because
8538         Emacs can display non-JFIF non-Exif JPEG images.
8540 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8542         * arc-mode.el (archive-mode):
8543         * emacs-lisp/re-builder.el (re-builder-unload-function):
8544         Protect against the default value of `major-mode' being nil.
8546 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8548         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8549         Fix typos in docstrings.
8551         * progmodes/js.el (js--macro-decl-re): Doc fix.
8552         (js--plain-method-re, js--split-name): Refloc docstring.
8553         (js--class-styles, js--make-merged-item, js--splice-into-items):
8554         Fix typos in docstrings; reflow docstrings.
8555         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8556         (js--variable-decl-matcher, js--inside-pitem-p)
8557         (js--parse-state-at-point, js--get-all-known-symbols)
8558         (js--symbol-history, js-find-symbol, js--js-references)
8559         (js--moz-interactor, js--js-encode-value, js--read-tab):
8560         Fix typos in docstrings.
8562 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8564         * textmodes/reftex.el (reftex-get-file-buffer-force):
8565         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8566         * emulation/viper.el (viper-go-away, viper-set-hooks):
8567         * emacs-lisp/re-builder.el (re-builder-unload-function):
8568         * emacs-lisp/bytecomp.el (byte-compile-file):
8569         * ses.el (ses-unload-function):
8570         * hexl.el (hexl-find-file):
8571         * files.el (normal-mode):
8572         * ehelp.el (with-electric-help):
8573         * autoinsert.el (auto-insert-alist):
8574         * arc-mode.el (archive-mode):
8575         Use (default-value 'major-mode) instead of default-major-mode.
8577         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8578         * international/mule.el (load-with-code-conversion):
8579         * emacs-lisp/debug.el (debug):
8580         * ediff-vers.el (ediff-rcs-get-output-buffer):
8581         * dired.el (dired-internal-noselect): Don't let-bind
8582         default-major-mode around code that doesn't use it.
8583         E.g. buffer creation via get-buffer-create doesn't use it.
8585 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8587         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8588         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8589         when writing the temp file.  Otherwise, epa-file gets confused.
8590         (tramp-register-file-name-handlers): Make it a defun.  Move also
8591         `epa-file-handler' to the front of `file-name-handler-alist'.
8593 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8595         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8596         start right after a ^M.
8597         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8598         (tramp-completion-file-name-regexp-separate)
8599         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8600         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8601         Don't modify last-coding-system-used by accident.
8602         (tramp-completion-file-name-handler): Apply the checks here,
8603         instead during registration.
8604         (tramp-register-file-name-handlers): Renamed from
8605         `tramp-register-file-name-handler'.  Register both
8606         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8607         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8609 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8611         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8612         Remove variable ...
8613         (gdb-init-1, gdb-display-separate-io-buffer)
8614         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8615         references to it.
8616         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8617         (gdb-inferior-filter): Use comint-output-filter to stop
8618         echoing and remove ^M characters.
8620 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8622         * emulation/viper-init.el (viper-restore-cursor-type):
8623         * emulation/cua-base.el (cua--update-indications):
8624         Replace default-cursor-type with (default-value 'cursor-type).
8626         * mail/sendmail.el (mail-recover-1):
8627         * international/mule-diag.el (describe-current-coding-system-briefly)
8628         (describe-current-coding-system):
8629         * international/mule-cmds.el (select-safe-coding-system)
8630         (select-message-coding-system)
8631         (set-language-environment-coding-systems, set-locale-environment):
8632         * hexl.el (hexl-insert-multibyte-char):
8633         * dos-w32.el (find-buffer-file-type-coding-system):
8634         * simple.el (what-cursor-position):
8635         Replace uses of default-buffer-file-coding-system
8636         with (default-value 'buffer-file-coding-system).
8638         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8639         Replace uses of default-cursor-in-non-selected-windows
8640         with (default-value 'cursor-in-non-selected-windows).
8641         Use with-current-buffer.
8643         * mail/feedmail.el: Use CL macros.
8644         (feedmail-run-the-queue, feedmail-send-it-immediately):
8645         * dos-w32.el (find-buffer-file-type): Replace uses of
8646         default-buffer-file-type with (default-value 'buffer-file-type).
8648 2009-08-28  Glenn Morris  <rgm@gnu.org>
8650         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8651         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8652         Use default-value of major-mode rather than default-major-mode.
8654 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8656         * Makefile.in (update-elcfiles): Report left over elc files.
8658         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8659         expand-file-name and with-current-buffer.
8660         (mail-get-names, mail-directory): Use with-current-buffer.
8662         * vc.el (vc-read-revision): New function.
8663         (vc-version-diff, vc-merge): Use it.
8665 2009-08-27  Sam Steingold  <sds@gnu.org>
8667         * simple.el (kill-do-not-save-duplicates): New user option.
8668         (kill-new): When it is non-nil, and the new string is the same as
8669         the latest kill, set replace to t to avoid duplicates in kill-ring.
8671 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8673         * net/tramp.el (tramp-handle-process-file): Do not flush all
8674         caches when `process-file-side-effects' is set.
8675         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8676         instead of `tramp-find-file-exists-command'.
8677         Unset `process-file-side-effects'.
8679 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8681         * net/tramp.el (tramp-methods): New method "rsyncc".
8682         (top): Add completion function for "rsyncc".
8683         (tramp-message-show-message): New defvar.
8684         (tramp-message, tramp-error): Use it.
8685         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8686         remote copying.
8687         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8688         `tramp-methods' entry `copy-env' of "rsyncc".
8689         (tramp-vc-registered-read-file-names): New defconst.
8690         (tramp-vc-registered-file-names): New defvar.
8691         (tramp-handle-vc-registered): Implement optimization strategy.
8692         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8693         (tramp-vc-file-name-handler): New defun.
8694         (tramp-get-ls-command, tramp-get-test-command)
8695         (tramp-get-file-exists-command, tramp-get-remote-ln)
8696         (tramp-get-remote-perl, tramp-get-remote-stat)
8697         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8699         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8700         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8701         timestamps.
8702         (tramp-get-file-property): Check for timestamps in
8703         `tramp-cache-inhibit-cache'.
8704         (tramp-set-file-property): Write timestamp.
8706 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8708         * language/japan-util.el (japanese-symbol-table): Add entries for
8709         cp932-2-byte.
8711         * international/characters.el: Add category `j' to cp932-2-byte.
8713 2009-08-27  Kenichi Handa  <handa@m17n.org>
8715         * international/fontset.el (build-default-fontset-data): New macro.
8716         (setup-default-fontset): Use build-default-fontset-data for CJK,
8717         tibetan, ethiopic, and ipa.
8719 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8721         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8722         (enable-multibyte-characters): Not customizable any more.
8724         * subr.el (default-mode-line-format, default-header-line-format)
8725         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8726         (default-direction-reversed, default-truncate-lines)
8727         (default-left-margin, default-tab-width, default-case-fold-search)
8728         (default-left-margin-width, default-right-margin-width)
8729         (default-left-fringe-width, default-right-fringe-width)
8730         (default-fringes-outside-margins, default-scroll-bar-width)
8731         (default-vertical-scroll-bar, default-indicate-empty-lines)
8732         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8733         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8734         (default-scroll-down-aggressively, default-fill-column)
8735         (default-cursor-type, default-buffer-file-type)
8736         (default-cursor-in-non-selected-windows)
8737         (default-buffer-file-coding-system, default-major-mode)
8738         (default-enable-multibyte-characters): Mark as obsolete.
8740 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8742         * vc-dir.el (vc-dir-update): Remove debug helper.
8744         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8746 2009-08-26  Sam Steingold  <sds@gnu.org>
8748         * simple.el (save-interprogram-paste-before-kill): New user option.
8749         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8750         save the interprogram-paste into kill-ring before overriding it
8751         with the Emacs kill.
8753 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8755         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8756         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8757         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8758         and move to vc-rcs.el.
8759         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8760         move to vc-rcs.el.
8761         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8762         (vc-rcs-update-changelog): Remove.
8763         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8764         and move to vc-rcs.el.
8766         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8767         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8768         renaming.
8769         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8770         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8771         vc.el, renamed to be RCS specific.
8773         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8774         New functions.
8775         (vc-cvs-update-changelog): Move here from vc.el.
8777         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8778         New functions.
8780 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8782         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8784 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8786         * vc-git.el (vc-git-register): Use "git add" for directories.
8787         (vc-git-stash, vc-git-stash-show): New functions.
8788         (vc-git-extra-menu-map): Bind them.
8790         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8791         directory correctly in case the item is a directory itself.
8793         * vc.el: Document the desired behavior for reverted files in the
8794         `added' state.
8795         (vc-default-prettify-state-info): Remove function, unused.
8797         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8799 2009-08-26  Glenn Morris  <rgm@gnu.org>
8801         * bindings.el (standard-mode-line-format): Reposition dashes in
8802         which-func entry.  (Bug#4217)
8804         * files.el (enable-local-variables, enable-local-eval)
8805         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8806         the defcustoms.
8807         (auto-mode-alist, ignored-local-variables)
8808         (save-some-buffers-action-alist): Move risky declarations to the
8809         definitions.
8810         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8811         (font-lock-defaults, format-alist, imenu--index-alist)
8812         (imenu-generic-expression, input-method-alist, minor-mode-alist)
8813         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8814         (mode-line-modified, mode-line-mule-info, mode-line-position)
8815         (mode-line-process, mode-line-remote, outline-level)
8816         (parse-time-rules, rmail-output-file-alist)
8817         (special-display-buffer-names, vc-mode):
8818         Move risky declarations to the relevant files.
8819         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8820         (mode-line-modified, mode-line-process, mode-line-position)
8821         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8822         * font-core.el (font-lock-defaults):
8823         * format.el (format-alist):
8824         * vc-hooks.el (vc-mode):
8825         * window.el (special-display-buffer-names):
8826         * international/mule-cmds.el (input-method-alist):
8827         Define riskiness here (dumped file) rather than in files.el.
8828         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8829         * imenu.el (imenu-generic-expression, imenu--index-alist):
8830         * outline.el (outline-level):
8831         * time.el (display-time-string):
8832         * calendar/parse-time.el (parse-time-rules):
8833         * mail/rmailout.el (rmail-output-file-alist):
8834         Autoload riskiness here, rather than placing in files.el.
8836 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
8838         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8840 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
8842         * simple.el (process-file-side-effects): New defvar.
8844         * dired-aux.el (dired-show-file-type):
8845         * vc.el (vc-diff-internal):
8846         * vc-arch.el (vc-arch-diff):
8847         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8848         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8849         * vc-git.el (vc-git-registered, vc-git-working-revision)
8850         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8851         (vc-git--empty-db-p):
8852         * vc-hooks.el (vc-user-login-name):
8853         * vc-svn.el (vc-svn-registered, vc-svn-state)
8854         (vc-svn-dir-extra-headers, vc-svn-find-revision):
8855         * progmodes/grep.el (grep-probe): Let-bind
8856         `process-file-side-effects' with nil.
8858         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8860         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8861         daemon.  Replace ping by checking for running service for bluez
8862         and zeroconf.  (Bug#4239)
8864 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8866         * net/dig.el (dig): Add autoload cookie.
8868 2009-08-25  Glenn Morris  <rgm@gnu.org>
8870         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8871         load-history for absolute file-names.
8872         (byte-compile-file-form-require): Warn about use of the cl package.
8874         * format.el (format-alist): Doc fix.
8876         * play/bubbles.el (top-level): Don't require cl at run-time.
8878         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8879         run-time cl).
8881 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
8883         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8884         from cl package.
8885         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8887 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
8889         * calc/calc-alg.el (math-trig-rewrite)
8890         (math-hyperbolic-trig-rewrite): New functions.
8891         (calc-simplify): Simplify trig functions when asked.
8893 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8895         * diff-mode.el (diff-find-source-location): Avoid goto-line.
8897 2009-08-24  Kenichi Handa  <handa@m17n.org>
8899         * language/ind-util.el (mapthread): Delete it.
8900         (combinatorial): New function.
8901         (indian--puthash-cv): Use combinatorial instead of mapthread.
8903 2009-08-22  Kevin Ryde  <user42@zip.com.au>
8905         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8906         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8907         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8908         Clarify docstring that the value is strings not symbols.
8909         (checkdoc-list-of-strings-p): New function.
8911 2009-08-22  Glenn Morris  <rgm@gnu.org>
8913         * files.el (auto-mode-alist):
8914         * hippie-exp.el (he-concat-directory-file-name):
8915         * lpr.el (lpr-windows-system, printer-name):
8916         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8917         * ps-print.el (ps-windows-system):
8918         * startup.el (command-line):
8919         * emulation/viper-ex.el (viper-glob-function):
8920         * international/mule-cmds.el (set-language-environment-coding-systems):
8921         * net/ange-ftp.el (ange-ftp-write-region):
8922         * obsolete/fast-lock.el (fast-lock-cache-name):
8923         Remove code for defunct system-types emx, macos, mswindows, next-mach,
8924         unisoft-unix, vax-vms, win32, w32.
8926         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8927         given name if the pattern is not more specific.
8929         * calendar/lunar.el (lunar-phase-names): New option.
8930         (lunar-phase): Doc fix.
8931         (lunar-cycles-per-year): New constant.
8932         (lunar-index): New function.
8933         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8934         (lunar-phase-name): Use lunar-phase-names.
8935         (calendar-lunar-phases): Use format.
8936         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8938         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8939         Copy imenu-example--name-and-position function here for own use.
8940         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8942         * bs.el (bs--redisplay):
8943         * cus-edit.el (custom-redraw):
8944         * ibuffer.el (ibuffer-bury-buffer):
8945         * server.el (server-goto-line-column):
8946         * startup.el (command-line-1):
8947         * strokes.el (strokes-xpm-for-stroke):
8948         * term.el (term-display-buffer-line):
8949         * view.el (View-goto-line):
8950         * calc/calc.el (calc-do, calc-trail-buffer):
8951         * play/gamegrid.el (gamegrid-add-score-insecure):
8952         * progmodes/ada-mode.el (ada-compile-goto-error):
8953         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8954         (ebrowse-select-1st-to-9nth):
8955         * progmodes/cperl-mode.el (cperl-time-fontification):
8956         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8957         * progmodes/gud.el (gud-display-line):
8958         (idlwave-shell-display-line):
8959         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8960         * progmodes/make-mode.el (makefile-browser-toggle):
8961         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8962         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8963         * textmodes/picture.el (picture-draw-rectangle):
8964         * textmodes/reftex-index.el (reftex-index-goto-letter):
8965         (reftex-select-jump-to-previous):
8966         * textmodes/reftex-sel.el (reftex-find-start-point)
8967         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8968         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8969         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8970         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8971         * textmodes/two-column.el (2C-associated-buffer):
8972         Use forward-line rather than goto-line.
8974         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8975         goto-line.
8977         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8978         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8979         (quick-check-list-to-regexp): Declare.
8981         * progmodes/make-mode.el (makefile-browser-insert-selection):
8982         Use goto-char rather than goto-line.
8984         * progmodes/prolog.el (compilation-error-regexp-alist)
8985         (compilation-forget-errors): Declare.
8987 2009-08-22  Juri Linkov  <juri@jurta.org>
8989         * progmodes/grep.el (lgrep, rgrep): At the beginning
8990         set `dir' to `default-directory' unless `dir' is a non-nil
8991         readable directory.  (Bug#4052)
8992         (lgrep, rgrep): Change a weird way to report an error
8993         from using `read-string' to using `error'.
8994         Instead of using interactive arguments in the function body,
8995         add new argument `confirm'.
8997 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8999         * textmodes/remember.el (remember-buffer):
9000         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9001         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9002         (icalendar-extract-ical-from-buffer):
9003         * net/newst-treeview.el (newsticker-groups-filename):
9004         * net/newst-backend.el (newsticker-cache-filename):
9005         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9006         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9007         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9008         (speedbar-buffers-line-path, speedbar-path-line)
9009         (speedbar-buffers-line-path):
9010         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9011         (epg-sign-keys):
9012         * epa.el (epa-display-verify-result):
9013         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9015 2009-08-21  Glenn Morris  <rgm@gnu.org>
9017         * progmodes/js.el (inferior-moz-process): Fix declaration.
9019         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9021         * obsolete/rnewspost.el (news-mail-reply):
9022         Use goto-char rather than goto-line.
9024         * term/ns-win.el (ns-open-file-select-line):
9025         Use line-beginning-position rather than goto-line.
9027         * apropos.el (apropos-command):
9028         * ehelp.el (electric-helpify):
9029         * printing.el (pr-show-setup):
9030         * strokes.el (strokes-help):
9031         * tutorial.el (tutorial--describe-nonstandard-key)
9032         (tutorial--detailed-help):
9033         * woman.el (woman-mini-help, woman-display-extended-fonts):
9034         * calc/calc-help.el (calc-describe-key):
9035         * emulation/edt.el (edt-electric-helpify):
9036         * international/mule-diag.el (mule-diag):
9037         * play/yow.el (apropos-zippy):
9038         * progmodes/python.el (python-describe-symbol):
9039         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9040         * textmodes/table.el (*table--cell-describe-mode)
9041         (*table--cell-describe-bindings):
9042         Use help-print-return-message rather than the now obsolete alias.
9044         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9045         (calendar-cursor-to-visible-date):
9046         * play/5x5.el (5x5-position-cursor):
9047         * play/decipher.el (decipher):
9048         * play/gomoku.el (gomoku-goto-xy):
9049         * play/landmark.el (lm-goto-xy):
9050         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9051         (mpuz-paint-digit):
9052         Use forward-line, not goto-line.
9054         * mail/rmail.el (rmail-obsolete): Delete custom group.
9055         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9056         (rmail-remote-password, rmail-remote-password-required):
9057         Remove unneeded :set-after and :set properties.
9059 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9061         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9063 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9065         * loadup.el: Remove leftover macos code.
9067         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9068         Explicitly pass the date format to git blame so that user local
9069         so that the output format can be parsed.
9071 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9073         * net/dbus.el (top): Don't check for (getenv
9074         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9076 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9078         * log-edit.el (log-edit-strip-single-file-name): New var.
9079         (log-edit-insert-changelog): Use it.  Bug#3571
9081 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9083         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9084         Bug#3287
9086         * help.el (help-print-return-message): Rename from
9087         print-help-return-message.
9089         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9090         cvs-mode-map parent hack.
9091         (log-view-mode): Derive from special-mode.
9093         * linum.el (linum-mode): window-size-change-functions is redundant.
9094         Adapt to new window-configuration-change-hook behavior.
9095         (linum-after-size, linum-after-config): Remove.
9097         * imenu.el (imenu-example--name-and-position)
9098         (imenu-example--lisp-extract-index-name)
9099         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9100         Mark as obsolete.
9102         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9103         (inferior-prolog-mode): Use it.
9104         (inferior-prolog-load-file): Reset list of errors.
9106 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9108         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9110         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9112 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9114         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9115         is running already.
9117 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9119         * subr.el (listify-key-sequence-1): Use normal syntax since those
9120         integers are nowadays always represented by the same (positive) number
9121         on all platforms.
9122         (read-key-empty-map): New const.
9123         (read-key-delay): New var.
9124         (read-key): New function.
9125         (force-mode-line-update): Use with-current-buffer.
9126         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9127         (start-process-shell-command, start-file-process-shell-command):
9128         Discourage the use of command-args.
9130 2009-08-19  Glenn Morris  <rgm@gnu.org>
9132         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9134 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9136         * simple.el (choose-completion-string): Don't rely on
9137         minibuffer-completing-file-name and ad-hoc checks to decide whether
9138         to continue completion or not.
9140         * minibuffer.el (minibuffer-hide-completions): New function.
9141         (completion--do-completion): Use it.
9142         (completions-annotations): New face.
9143         (completion--insert-strings): Use it.
9144         (completion-pcm--delim-wild-regex): Add docstring.
9145         (completion-pcm--string->pattern): Add support for 0-width delimiters
9146         in completion-pcm--delim-wild-regex.
9148 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9150         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9151         Remove unused var `buffer-modified-p'.
9153         * minibuffer.el (completion--do-completion): Move point for the #b001
9154         case as well (bug#4176).
9155         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9157 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9159         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9160         and :session buses.
9162 2009-08-18  Kenichi Handa  <handa@m17n.org>
9164         * international/ucs-normalize.el (ucs-normalize-version):
9165         Change to 1.1.
9166         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9167         (utf-8-hfs): Make it perform normalization on encoding too.
9169         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9170         (sentence-end-without-space): Delete duplicated chars.
9171         (sentence-end-base): Likewise.
9173         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9174         (html-mode): Delete duplicated chars from sentence-end-base.
9176         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9177         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9179 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9181         * files.el (hack-one-local-variable): If the mode function is for
9182         a minor mode, pass it an argument (Bug#4148).
9184 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9186         * net/tramp.el (tramp-register-completion-file-name-handler):
9187         Check also for (member 'partial-completion completion-styles).
9189 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9191         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9192         abbrev (Bug#3943).
9194 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9196         * progmodes/cperl-mode.el: Merge upstream 6.2.
9197         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9198         (cperl-forward-re): Check cperl-brace-recursing.
9199         (cperl-highlight-charclass): New function.
9200         (cperl-find-pods-heres): Use it.
9201         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9202         (cperl-beautify-regexp-piece): Fix column calculation.
9203         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9204         (cperl-beautify-level): Don't process entire regexp.
9205         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9206         calling man.
9207         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9208         (cperl-init-faces): Build a list in the normal way.
9210 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9212         * calendar/parse-time.el (parse-time-string-chars): Save match
9213         data.
9215 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9217         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9218         (sql-product): Use it.
9219         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9220         (sql-set-product): Add completion.
9221         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9222         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9223         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9224         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9225         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9226         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9227         (sql-highlight-db2-keywords): Remove.
9228         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9229         (sql-highlight-product): Use derived-mode-p.
9230         (sql-set-sqli-buffer): Use with-current-buffer.
9231         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9232         Simplify.
9234         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9236         * term.el: Fix commenting convention, turn comments into docstrings.
9238 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9240         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9242 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9244         * calendar/parse-time.el (parse-time-string-chars): Compute using
9245         character classes, to handle non-ascii characters (Bug#3190).
9247 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9249         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9250         another heredoc if the user adds another < (Bug#3226).
9252         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9253         Don't initialize based on window-system (Bug#4124).
9255         * facemenu.el (facemenu-read-color): Use a completion function
9256         that accepts any defined color, such as RGB triplets (Bug#3677).
9258         * files.el (get-free-disk-space): Change fallback default
9259         directory to /.  Expand DIR argument before switching to fallback.
9260         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9262 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9264         * files.el (load-library): Doc fix.
9266 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9268         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9269         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9270         incremental search string.
9272         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9273         XEmacs.
9275         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9276         (ediff-merge-region-is-non-clash)
9277         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9278         Also check if the job is really a merge job.
9280         * ediff.el (ediff-current-file): New function.
9282 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9284         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9285         conventions.
9286         (js-insert-and-indent): Delete function.
9287         (js-mode-map): Don't bind keys to js-insert-and-indent.
9288         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9289         (js-end-of-defun): Rename from js--end-of-defun.
9290         (js-auto-indent-flag): Delete variable.
9292 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9294         * progmodes/js.el: Remove proclaim statement.
9295         Defvar which-func-imenu-joiner-function to silence compiler.
9297         * files.el (auto-mode-alist): Use js-mode for .js files.
9299         * progmodes/js2-mode.el: Remove file.
9301         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9303         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9305         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9307 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9308             Karl Landstrom  <karl.landstrom@brgeight.se>
9310         * progmodes/js.el: New file.
9312 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9314         * timezone.el (timezone-parse-date): Add ability to understand ISO
9315         basic format (minimal separators) dates in addition to the
9316         already-supported extended format dates.
9318 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9320         * international/ucs-normalize.el: Add a `coding' file variable.
9322         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9324 2009-08-14  Sam Steingold  <sds@gnu.org>
9326         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9328 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9330         * faces.el (help-argument-name): Define it here instead of
9331         help-fns.el, because in daemon mode help-fns.el may be loaded when
9332         faces are still uninitialized (Bug#1078).
9334         * help-fns.el (help-argument-name): Move defface to faces.el.
9336 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9338         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9339         create buffer with a pty but no process so that GDB can make the
9340         inferior the controlling process.
9342 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9344         * international/ucs-normalize.el: New file.
9346 2009-08-13  Richard Stallman  <rms@gnu.org>
9348         * mail/rmail.el (rmail-get-attr-names):
9349         Accept an attribute header that is too short.
9351         * mail/rmail.el (rmail-forget-messages):
9352         Ignore nil elt in rmail-message-vector.  Use dotimes.
9354         * progmodes/compile.el (compilation-goto-locus):
9355         Use next-error-move-function.
9357         * simple.el (next-error-move-function): New variable.
9359 2009-08-12  Juri Linkov  <juri@jurta.org>
9361         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9362         always non-nil.  (Bug#4052)
9364         * replace.el (read-regexp): Return empty string when
9365         `default-value' is nil.
9366         (keep-lines-read-args): Don't use empty string as the
9367         default value for `read-regexp'.  (Bug#2495)
9369 2009-08-12  Juri Linkov  <juri@jurta.org>
9371         * international/mule-cmds.el (ucs-insert): Change arguments
9372         from `arg' to `character', `count', `inherit' to be the same
9373         as in `insert-char'.  Doc fix.  (Bug#4039)
9375         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9377 2009-08-12  Juri Linkov  <juri@jurta.org>
9379         * files-x.el: New file.
9381         * files.el: Move code that deals with adding/deleting
9382         file/directory-local variables to files-x.el.
9384         * Makefile.in (ELCFILES): Add files-x.elc.
9386 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9388         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9389         to use `goto-line'.
9390         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9391         `goto-line'.
9392         (gdb-invalidate-disassembly): Do not refresh upon receiving
9393         'update signal.  Instead, update all disassembly buffers only after
9394         threads list.
9395         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9396         (gdb-starting): Moved -data-list-register-names...
9397         (gdb-stopped): ...here so it's sent when first thread stops.
9398         (gdb-registers-handler-custom): Do nothing if register names are
9399         unknown yet.
9401         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9402         from `gdb-mi.el' to avoid extra tangling.
9404         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9405         change which breaks `gud-def' definitions used in `gdb'.
9406         (gdb-update-gud-running): No extra fuss for updating frame number.
9408 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9410         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9411         (describe-language-environment-map, setup-language-environment-map)
9412         (set-coding-system-map): Move initialization into declaration.
9413         (set-language-info-alist): Last arg to define-key-after can be skipped.
9415         * international/quail.el (quail-completion-1): Simplify.
9416         (quail-define-rules): Use slightly more compact code.
9417         (quail-insert-decode-map): Propertize keys, compact columns.
9419         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9420         Add goto-line.
9422 2009-08-10  Miles Bader  <miles@gnu.org>
9424         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9425         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9426         (js2-instance-member, js2-private-member, js2-private-function-call)
9427         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9428         (js2-magic-paren, js2-external-variable):
9429         Remove "-face" suffix from face names.
9430         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9431         (js2-highlight-undeclared-vars, js2-peek-token)
9432         (js2-parse-function-params, js2-mode-show-errors)
9433         (js2-mode-show-warnings, js2-make-magic-delimiter)
9434         (js2-mode-highlight-magic-parens): Update to use new face names.
9436 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9438         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9439         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9441 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9443         * subr.el: Provide hashtable-print-readable.
9445         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9446         hs-c-like-adjust-block-beginning.
9447         (hs-hide-block-at-point): Stop hiding at the beginning of
9448         hs-block-end-regexp (Bug#700).
9450 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9452         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9453         a macro.
9454         (gdb-registers-handler-custom): Do not fail when register names
9455         are unavailable.
9457 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9459         * progmodes/gdb-mi.el (gdb-control-all-threads)
9460         (gdb-control-current-thread): Interactive setters for
9461         `gdb-gud-control-all-threads' to use in menu.
9462         (gdb-show-run-p): Show «Go» when process is not active.
9463         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9464         gud/thread.xpm and gud/all.xpm.
9466 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9468         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9469         (nslookup-font-lock-keywords): Make it a variable.
9470         (net-utils-mode): New mode for viewing diagnostic network output.
9471         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9472         (net-utils-run-simple): New function.
9473         (ifconfig, iwconfig, netstat, arp, route): Use it.
9475 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9477         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9478         (gdb-memory-set-address, def-gdb-set-positive-number)
9479         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9480         after changing settings.
9481         (gdb-invalidate-disassembly): Update when first shown.
9482         (gdb-edit-locals-value): Fixed.
9483         (gdb-registers-handler-custom): Print registers in right order and
9484         allow changing register values (only for current thread yet).
9485         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9486         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9487         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9488         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9489         info in mode name.
9490         (gdb-registers-mode-map): TAB to switch to locals.
9492 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9494         * mail/rmail.el (rmail-add-mbox-headers)
9495         (rmail-set-message-counters-counter): Search for
9496         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9498 2009-08-08  Glenn Morris  <rgm@gnu.org>
9500         * Makefile.in (ELCFILES): Update.
9502 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9504         * mail/sendmail.el (mail-yank-original): Set
9505         buffer-file-coding-system from the one used by the message whose
9506         text is yanked.
9508         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9509         to "windows" when "pgnuplot" is used.
9510         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9511         call accept-process-output if "pgnuplot" is used.
9512         (calc-graph-init): Don't send -display and -geometry to
9513         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9514         running "pgnuplot -V" with shell-command-to-string.
9516         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9517         the default.
9519 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9521         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9522         org/org-latex.elc.
9524 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9526         * vc-dispatcher.el (vc-resynch-window): Update comment.
9528         * term.el (term-handle-ansi-escape): Add comments with the
9529         terminfo capabilities implemented.
9531 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9533         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9534         (gdb-var-create-handler): Rewritten using JSON parser.
9535         (gdb-propertize-header): Moved earlier.
9536         (gdb-set-header): Removed to avoid duplication.
9537         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9538         Refresh disassembly buffers only after threads list have been
9539         update.
9540         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9541         variables.
9543 2009-08-04  Juri Linkov  <juri@jurta.org>
9545         * files.el: Commands to add/delete file/directory-local variables.
9546         (read-file-local-variable, read-file-local-variable-value)
9547         (read-file-local-variable-mode, modify-file-local-variable)
9548         (modify-file-local-variable-prop-line)
9549         (modify-dir-local-variable): New functions.
9550         (add-file-local-variable, delete-file-local-variable)
9551         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9552         (add-dir-local-variable, delete-dir-local-variable)
9553         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9554         (copy-dir-locals-to-file-locals-prop-line): New commands.
9556 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9558         * abbrev.el (insert-abbrev-table-description): Prettify output.
9559         Suggested by Karl Chen.
9561 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9563         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9564         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9565         (gdb-overlay-arrow-position, gdb-thread-position)
9566         (gdb-disassembly-position): Declare variables.
9567         (gdb-wait-for-pending): Function now.
9568         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9569         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9570         compilation goes smoothly.
9571         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9572         (gdb-non-stop-setting): New customization setting which replaces
9573         `gdb-non-stop' so changing it doesn't break active GDB session.
9574         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9575         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9576         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9577         (gdb-show-threads-by-default): New customization options.
9578         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9579         routines.
9580         (gdb-get-buffer-create): Send buffers update signal when they are
9581         created.
9582         (gdb-invalidate-locals, gdb-invalidate-registers)
9583         (gdb-invalidate-breakpoints)
9584         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9585         (gdb-invalidate-memory): Accept update signal.
9586         (gdb-current-context-command): Use --frame option.
9587         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9588         Implement `gdb-frame-number' selection logic.
9589         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9590         whether to show GUD toolbar buttons.
9591         (gdb-thread-exited): Unselect current thread when it exits.
9592         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9593         (gdb-mark-line): Routine which sets overlay arrow or inverses
9594         video on fringeless displays.
9595         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9596         to build aligned columns of data in GDB buffers and set text
9597         properties line-by-line.
9598         (gdb-invalidate-breakpoints)
9599         (gdb-breakpoints-list-handler-custom)
9600         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9601         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9602         (gdb-registers-handler-custom): Align data columns.
9603         (gdb-locals-handler-custom): Now prints data like in variable
9604         declarations.
9605         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9606         Removed confusing buttons.
9607         (gdb-invalidate-threads): Append --frame.
9608         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9609         between breakpoints/threads buffers.
9610         (gdb-set-window-buffer): Now can ignore dedicated windows.
9611         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9612         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9613         (def-gdb-thread-buffer-gud-command): Replaces
9614         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9615         for fine thread control.
9616         (gdb-preempt-existing-or-display-buffer): New function used to
9617         display bound buffers without breaking window layout.
9618         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9619         (gdb-select-frame): New version of `gdb-frames-select' which now
9620         sets `gdb-frame-number' so commands may use --frame option instead
9621         of inner debugger state.
9622         (gdb-frame-handler): Do not set `gdb-frame-number'.
9623         (gdb-threads-mode-map): Select threads with mouse.
9625         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9626         avoid compilation warning.
9627         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9628         `gdb-show-stop-p`.
9630         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9631         Argument `key' renamed to `buffer-type'.
9632         (gdb-current-context-buffer-name): Do not add thread info to
9633         buffer name when no thread is selected.
9634         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9635         command (bug 3794).
9636         (gdb-thread-selected): Handle `=thread-selected' notification.
9637         (gdb-wait-for-pending): New macro to deal with congestion problems.
9638         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9639         breakpoints.
9640         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9641         This fixes problem similar to one described in bug 3947.
9642         (gud-menu-map): More menu items.
9643         (gdb-init-1): Reset `gdb-thread-number' to nil.
9645         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9646         non-stop settings.
9648         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9649         (gdb-current-context-command): Do not append --thread if
9650         `gdb-thread-number' is nil.
9651         (gdb-running-threads-count, gdb-stopped-threads-count): New
9652         variables.
9653         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9654         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9655         customization options.
9656         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9657         GUD commands.
9658         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9659         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9660         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9661         set `gdb-thread-number' and update `gud-running' properly.
9662         (gdb-running): Update threads list when new threads appear.
9663         (gdb-stopped): Support non-stop operation and new thread switching
9664         logic.
9665         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9666         (gdb-json-partial-output): New set of JSON routines.
9667         (def-gdb-auto-update-trigger): New `signal-list' optional
9668         argument.
9669         (gdb-thread-list-handler-custom): Update `gud-running',
9670         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9671         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9672         (gdb-continue-thread, gdb-step-thread): New commands for fine
9673         thread execution control.
9674         (gud-menu-map): New menu items to switch non-stop options.
9675         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9676         (gdb-send): Mimic RET properly (bug 3794).
9678         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9679         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9680         gdb-buffer-rules.
9681         (def-gdb-auto-update-handler): New nopreserve optional argument.
9682         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9684         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9685         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9686         (gdb-parent-mode): New mode to derive other GDB modes from.
9687         (gdb-display-disassembly-for-thread)
9688         (gdb-frame-disassembly-for-thread): New commands for threads
9689         buffer.
9691         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9692         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9693         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9694         (gdb-update): We now store all GDB buffers in a list so that they
9695         can be updated by traversing a list instead of calling invalidate
9696         triggers explicitly.
9697         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9698         pair for GDB buffer.
9699         (gdb-stack-buffer-name): Add thread information.
9700         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9701         handle pending triggers.
9702         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9703         (def-gdb-thread-buffer-simple-command)
9704         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9705         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9706         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9707         New commands which show buffers bound to thread.
9708         (gdb-stack-list-locals-regexp): Removed unused regexp.
9710         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9711         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9712         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9713         to (gud-comint-buffer) in *-buffer-name functions
9714         because (gdb-get-target-string) already does that.
9715         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9716         (gdb-changed-registers-handler): Rewritten without regexps.
9718         * progmodes/gdb-mi.el: Basic thread selection support.
9719         (gdb-thread-number): New variable.
9720         (gdb-current-context-command): New macro which adds --thread
9721         option to command.
9722         (gdb-threads-mode-map): Select thread with SPC.
9723         (gdb-thread-list-handler-custom): Mark current thread with overlay
9724         arrow.  Synchronize GDB thread and Emacs thread.
9725         (gdb-select-thread): New command which selects current thread.
9726         (gdb-invalidate-frames, gdb-invalidate-locals)
9727         (gdb-invalidate-registers): Use --thread option.
9729 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9731         * net/tramp.el (top): Make check for tramp-gvfs loading more
9732         robust.  (Bug#3977)
9733         (tramp-handle-insert-file-contents): `unwind-protect' must be
9734         inside `with-parsed-tramp-file-name'.
9736         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9737         fails.
9739 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9741         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9742         directory if CLASSPATH is not set.
9744 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9746         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9747         New defconst.
9748         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9750 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9752         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9753         Update freshmeat link.  Delete newsforge.com as it seems gone.
9755 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9757         * select.el (x-set-selection): Doc fix (Bug#4021).
9759         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9761         * help-fns.el (describe-variable): Treat list return values from
9762         dir-locals-find-file properly (Bug#4005).
9764 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
9766         * net/tramp.el (tramp-debug-message): Print also microseconds.
9768 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
9770         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9771         or END is non-nil.
9772         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9773         (tramp-get-debug-buffer): Change `outline-regexp' according to new
9774         format.
9776         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9777         (tramp-get-file-property): Use it.
9779         * autorevert.el (auto-revert-handler): Allow
9780         `auto-revert-tail-mode' for remote files.
9782 2009-08-02  Jason Rumney  <jasonr@gnu.org>
9784         * minibuffer.el (read-file-name): Treat confirm options to
9785         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
9787 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9789         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9790         (font-lock-variable-name-face, font-lock-constant-face): Darken
9791         the colors for light backgrounds.
9793 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
9795         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9796         month names.  (Bug#3987)
9798 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
9800         * simple.el (line-move-finish): Pass whole number to
9801         line-move-to-column.
9802         (line-move-visual): Perform hscroll to the recorded position.
9804 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
9806         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9808 2009-07-29  Alan Mackenzie  <acm@muc.de>
9810         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9812 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
9814         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9815         (gdb-place-breakpoints): Use full path when setting breakpoints.
9817 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9819         * calc/calc.el (calc-mode-map): Add keybinding for
9820         `calc-transpose-lines'.
9822 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
9824         * calc/calc-misc.el (calc-transpose-lines): New function.
9826 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
9828         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9829         Simplify check for out-of-band methods.
9830         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9831         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
9833 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
9835         * vc-git.el (vc-git-checkin): Fix typo.
9837 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
9839         * progmodes/js2-mode.el: New file.
9841 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
9843         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9844         (gud-menu-map): Adjust tooltip accordingly.
9846 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9848         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9849         (vc-bzr-log-view-mode): Adjust log-view-file-re.
9851         * add-log.el (change-log-mode-map): Add a menu.
9853 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
9855         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9856         function returns nil.
9857         (dbus-handle-event): Handle special return value :ignore.
9858         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9860 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
9862         * view.el (view-mode-enable): Don't define Helper-return-blurb if
9863         it's not needed.
9865 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
9867         Fix Bug#3888:
9869         * w32-vars.el (x-select-enable-clipboard): Doc fix.
9871         * term/pc-win.el (x-display-name, x-colors)
9872         (x-select-enable-clipboard, x-select-text): Doc fix.
9874         * term/common-win.el (x-display-name, x-colors): Doc fix.
9876         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9877         (xw-defined-colors): Doc fix.
9879         * w32-fns.el (x-select-text, x-setup-function-keys)
9880         (x-get-selection, x-set-selection): Doc fix.
9882         * term/x-win.el (x-select-text, x-setup-function-keys)
9883         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9885         * select.el (x-set-selection): Doc fix.
9887 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
9889         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9890         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
9891         "IsNSSSupportAvailable" method is not available.  Reported by
9892         Steve Youngs <steve@sxemacs.org>.
9894 2009-07-24  Kenichi Handa  <handa@m17n.org>
9896         * international/characters.el: Fix setting of category ?C, ?|, ?K,
9897         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
9898         (build-unicode-category-table): Fix range checks.
9900 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
9902         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9903         the buffer we try to sync is current when calling
9904         vc-resynch-buffer.
9906         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9907         not show up to date files.
9909 2009-07-24  Glenn Morris  <rgm@gnu.org>
9911         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9912         Add autoload cookies.  If necessary, initialize.
9913         (elint-log): Handle non-file buffers.
9914         (elint-initialize): Add optional argument to reinitialize.
9915         (elint-find-builtin-variables): Save excursion.
9917 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
9919         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9920         for Lint.
9922 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9924         * vc.el (vc-print-log-internal): New function, split out from ...
9925         (vc-print-log): ... here.
9926         (vc-dir-move-to-goal-column): Declare.
9928         * vc-git.el (vc-git-add-signoff): New variable.
9929         (vc-git-checkin): Use it.
9930         (vc-git-toggle-signoff): New function.
9931         (vc-git-extra-menu-map): Bind it to menu.
9932         (vc-git--run-command-string): Accept a nil FILE argument.
9933         (vc-git-stash-list): New function.
9934         (vc-git-dir-extra-headers): Use it.
9936 2009-07-23  Glenn Morris  <rgm@gnu.org>
9938         * help-fns.el (describe-variable): Describe ignored and risky local
9939         variables in a similar way to that in which we describe safe ones.
9941         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9942         (byte-compile-output-file-form, byte-compile-output-docform)
9943         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9944         Give some more local variables with common names a "bytecomp-" prefix,
9945         so as not to shadow things during compilation.
9946         * emacs-lisp/cl-macs.el (load-time-value)
9947         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9948         `outbuffer' to `bytecomp-outbuffer'.
9950         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9951         since the next two variables cover them automatically now.
9952         (elint-builtin-variables, elint-autoloaded-variables): New.
9953         (elint-unknown-builtin-args): Remove all members, since they can be
9954         parsed automatically now.
9955         (elint-extra-errors): New.
9956         (elint-env-add-env, elint-env-add-macro): Use cadr.
9957         (elint-current-buffer): Use or.  Change final message.
9958         (elint-get-top-forms): Use line-end-position.
9959         (elint-init-env): Use cadr.  Handle autoload, declare-function,
9960         and defalias.
9961         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
9962         (regexp-assoc): Remove unused function.
9963         (elint-top-form): Set elint-current-pos, to record the start of the
9964         top-level form, for compilation-mode.
9965         (elint-form): Trap errors in macro expansion.  Use dolist.
9966         (elint-unbound-variable): Use elint-builtin-variables and
9967         elint-autoloaded-variables.
9968         (elint-get-args): Use cadr, or.
9969         (elint-check-cond-form): Use dolist, cadr.
9970         (elint-check-condition-case-form): Doc fix.  Use cadr.
9971         Use elint-extra-errors.
9972         (elint-log): New function.
9973         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9974         Distinguish errors and warnings.
9975         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
9976         Use a bytecomp-style format.
9977         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
9978         (elint-get-log-buffer): Use compilation mode.  Disable undo.
9979         Don't truncate lines.
9980         (elint-initialize): Set builtin and autoloaded variable lists.
9981         Only process elint-unknown-builtin-args if non-nil.
9982         (elint-find-builtin-variables, elint-find-autoloaded-variables):
9983         New functions.
9984         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
9986 2009-07-22  Kevin Ryde  <user42@zip.com.au>
9988         * net/newst-backend.el (newsticker--parse-atom-1.0)
9989         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9990         (newsticker--parse-rss-1.0):
9991         * progmodes/idlwave.el (idlwave-mode):
9992         * progmodes/idlw-shell.el (idlwave-shell-mode):
9993         * progmodes/vera-mode.el (vera-mode):
9994         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9995         * progmodes/vhdl-mode.el (vhdl-mode):
9996         * textmodes/table.el (table-generate-source)
9997         (table--warn-incompatibility):
9998         Hyperlink urls in docstrings with URL `...'.
10000 2009-07-22  Glenn Morris  <rgm@gnu.org>
10002         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10003         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10004         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10005         Remove leading * from defcustom docs.
10007         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10009         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10010         defcustom doc.
10011         (list-load-path-shadows): Optionally, just return shadows as a string.
10013         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10015 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10017         * mail/rmailedit.el (rmail-edit-mode): Use
10018         auto-save-include-big-deletions.
10020         * mail/rmail.el (rmail-variables): Use
10021         auto-save-include-big-deletions.
10023         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10024         changes.
10026 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10028         * calc/calc.el (calc-undo-length): New variable.
10029         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10031 2009-07-21  Richard Stallman  <rms@gnu.org>
10033         * files.el (auto-save-mode): Handle buffer-save-size = -2
10034         for toggling mode.
10036 2009-07-21  Glenn Morris  <rgm@gnu.org>
10038         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10040         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10042         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10043         silence compiler.  Instead...
10044         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10045         (ps-print-ensure-fontified): Update for above function name changes.
10047         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10048         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10049         silence compiler.  Instead...
10050         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10051         (mh-show-buffer): Only define for compiler.
10052         (pr-mh-current-message): Update for above function name changes.
10054         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10055         as an argument.
10056         (find-file-noselect, insert-file-1): Update for above change.
10058         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10060         * mail/mailclient.el (mailclient-send-it): Fix message.
10062         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10063         (edebug-eval): Check cl-debug-env is bound.
10064         (print-level, print-circle): Don't redefine built-in variables.
10066         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10067         (custom-print-vectors): Remove old comments from doc.
10069         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10070         (emerge-version): Make the variable an obsolete alias for the
10071         emacs-version variable.  Make the function obsolete.
10072         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10073         Emerge options, rather than merging in into the main Options menu.
10074         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10075         and auto advance modes.  Disable edit/fast items when not relevant.
10077 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10079         * term/vt420.el (terminal-init-vt420): Fix typo.
10081 2009-07-20  Sam Steingold  <sds@gnu.org>
10083         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10084         variable (removed from compile.el on 2004-03-11).
10086 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10088         * files.el (hack-local-variables-filter): Fix last change.
10090 2009-07-19  Juri Linkov  <juri@jurta.org>
10092         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10093         (dir-local-variables-alist): New buffer-local variable.
10094         (hack-local-variables-filter): If variable is not dir-local,
10095         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10096         because file-local overrides dir-local.
10097         (c-postprocess-file-styles) <declare-function>:
10098         Remove obsolete declaration.
10099         (hack-dir-local-variables): Add dir-local variable/value pair to
10100         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10102         * help-fns.el (describe-variable): Add information about
10103         file-local and dir-local variables.
10105 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10107         * files.el (hack-local-variables-filter): Rewrite.
10109 2009-07-19  Glenn Morris  <rgm@gnu.org>
10111         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10112         Silence compiler by only defining on XEmacs.
10114         * international/mule.el (auto-coding-regexp-alist): Only match
10115         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10117         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10118         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10119         (cal-menu-context-mouse-menu): Doc fix.
10121         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10123         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10125 2009-07-18  Juri Linkov  <juri@jurta.org>
10127         * info.el: Virtual Info keyword finder.
10128         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10129         (Info-finder-file): New variable.
10130         (Info-finder-find-file): New function.
10131         (finder-known-keywords, finder-package-info)
10132         (find-library-name, lm-commentary): Use defvar and
10133         declare-function to silence compiler warnings.
10134         (Info-finder-find-node): New function.
10135         (info-finder): New command.
10137         * subr.el (process-kill-buffer-query-function): New function.
10138         (add-hook)<kill-buffer-query-functions>: Add hook
10139         `process-kill-buffer-query-function'.
10141 2009-07-18  Alan Mackenzie  <acm@muc.de>
10143         * progmodes/cc-mode.el (c-before-hack-hook)
10144         (c-postprocess-file-styles): Give invocation of `c-set-style'
10145         DONT-OVERRIDE parameter of t.  Already set style variables will
10146         thus not be overridden by style settings given by `c-file-syle'.
10148         * files.el (hack-local-variables-filter): Remove entries with
10149         duplicate keys from `file-local-variables-alist'.
10151 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10153         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10154         x-set-selection if display-selections-p returns nil for the
10155         current frame.
10157 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10159         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10161 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10163         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10164         Accept nil in addition to a regexp.
10165         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10166         Accept nil in addition to a regexp.
10167         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10168         buffers that have an associated file.  Handle nil values of
10169         desktop-buffers-not-to-save and desktop-files-not-to-save.
10170         (Bug#3833)
10172         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10173         (x-disown-selection-internal): New functions.
10175 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10177         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10178         warning.
10179         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10180         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10182 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10184         * simple.el (set-mark): Revert last change.
10186 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10188         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10189         rendering of pngs is not possible instead of messaging a long
10190         description.
10192 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10194         * w32-fns.el (x-selection-owner-p): New function.
10196         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10197         (mouse-yank-at-click, mouse-yank-primary): If
10198         select-active-regions is non-nil, deactivate the mark before
10199         insertion.
10201         * simple.el (deactivate-mark, set-mark): Only save selection if we
10202         own it.
10204 2009-07-17  Kenichi Handa  <handa@m17n.org>
10206         * case-table.el (describe-buffer-case-table): Fix for the case
10207         that KEY is a cons.
10209 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10211         * vc-rcs.el (vc-rcs-find-file-hook):
10212         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10214 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10216         * net/tramp.el (tramp-wait-for-output): Handle the case when
10217         commands do not return a newline but a null byte before the shell
10218         prompt.  (Bug#3858)
10220 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10222         * term/ns-win.el (ns-set-alpha): Don't declare.
10223         (ns-set-background-alpha): Remove function.
10225 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10227         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10228         y-or-n-p, for safety.
10230 2009-07-16  Richard Stallman  <rms@gnu.org>
10232         * files.el (auto-save-mode): If buffer-saved-size is -2,
10233         don't clobber it.
10235         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10236         (rmail-retry-ignored-headers): Add more uninteresting fields.
10238 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10240         * net/rcirc.el (rcirc): Use history variables.
10241         (rcirc-server-name-history, rcirc-nick-name-history)
10242         (rcirc-server-port-history): New variables.
10244 2009-07-15  Kenichi Handa  <handa@m17n.org>
10246         * international/mule-cmds.el (set-language-environment-charset):
10247         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10248         ignore them.
10250         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10251         Delete unibyte-display.
10253 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10255         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10257 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10259         * simple.el (deactivate-mark): Optional argument FORCE.
10260         (set-mark): Use deactivate-mark.
10262         * info.el (Info-search): No need to check transient-mark-mode
10263         before calling deactivate-mark.
10265         * select.el (x-set-selection): Doc fix.
10266         (x-valid-simple-selection-p): Allow buffer values.
10267         (xselect--selection-bounds): Handle buffer values.  Suggested by
10268         David De La Harpe Golden.
10270         * mouse.el (mouse-set-region, mouse-drag-track): Call
10271         copy-region-as-kill before setting the mark, to let
10272         select-active-regions work.
10274 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10276         * simple.el (deactivate-mark): If select-active-regions is
10277         non-nil, copy the selection data into a string.
10278         (activate-mark): If select-active-regions is non-nil, set the
10279         selection to the current buffer.
10280         (set-mark): Update selection if select-active-regions is non-nil.
10282         * select.el (x-valid-simple-selection-p): Allow buffer values.
10284 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10286         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10287         and more featureful message-mode.
10289 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10291         * select.el (x-set-selection): Doc fix.
10292         (x-valid-simple-selection-p): Disallow selection data consisting
10293         of a list or cons of integers, since that is not used.
10294         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10295         (xselect-convert-to-string, xselect-convert-to-length)
10296         (xselect-convert-to-filename, xselect-convert-to-charpos)
10297         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10299 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10301         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10302         output in -break-info command (Emacs bug #3794).
10304 2009-07-14  Glenn Morris  <rgm@gnu.org>
10306         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10307         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10308         (edebug-print-length, edebug-print-level, edebug-print-circle)
10309         (edebug-sit-for-seconds, edebug-view-outside)
10310         (edebug-bounce-point, edebug-set-global-break-condition)
10311         (edebug-Go-nonstop-mode, edebug-trace-mode)
10312         (edebug-Trace-fast-mode, edebug-continue-mode)
10313         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10314         (edebug-visit-eval-list): Doc fixes.
10316         * subr.el (def-edebug-spec): Doc fix.
10318 2009-07-14  Kenichi Handa  <handa@m17n.org>
10320         * international/characters.el: Fix setting of category ?C.
10322 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10324         * term/ns-win.el (x-select-font): defalias x-select-font to
10325         ns-popup-font-panel instead of generate-fontset-menu.
10327 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10329         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10331 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10333         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10334         the PK\003\004 header (Bug#3770).
10336 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10338         * pcomplete.el (pcomplete-comint-setup): Check for
10339         shell-dynamic-complete-filename too.
10341 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10343         * simple.el (temporary-goal-column): Change the value for
10344         line-move-visual to a cons cell.
10345         (line-move-visual): Record or set the window hscroll, if
10346         necessary (Bug#3494).
10347         (line-move-1): Handle cons value of temporary-goal-column.
10349 2009-07-11  Kenichi Handa  <handa@m17n.org>
10351         * international/mule-diag.el (describe-character-set): Don't show
10352         width.
10354 2009-07-10  Sam Steingold  <sds@gnu.org>
10356         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10357         Omake sometimes indents the errors it prints, so allow all
10358         regexps to start with spaces.
10360 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10362         * cus-edit.el (customize-changed-options-previous-release):
10363         Bump value to 22.1.  (Bug#3804)
10365 2009-07-08  Sam Steingold  <sds@gnu.org>
10367         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10368         to be a cons cell (test . ignored-directory) to selectively ignore
10369         some directories depending on the location of the search.
10371 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10373         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10374         remote user is root, on the local host.
10375         (tramp-local-host-p): Either the local user or the remote user
10376         must be root.  (Bug#3771)
10378 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10380         * progmodes/gdb-mi.el (gdb): Remove description of
10381         gdb-use-separate-io-buffer.
10382         (menu): Don't allow toggling of or enable
10383         gdb-use-separate-io-buffer from menubar.
10385 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10387         * mail/unrmail.el (unrmail): Make sure the message ends with two
10388         newlines (Bug#3769).
10390 2009-07-08  Glenn Morris  <rgm@gnu.org>
10392         * calendar/calendar.el (calendar-current-date): Rework previous change.
10394 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10396         * calendar/calendar.el (calendar-current-date):
10397         Add an optional argument giving an offset from today.
10399 2009-07-08  Glenn Morris  <rgm@gnu.org>
10401         * tutorial.el (tutorial--describe-nonstandard-key):
10402         Adjust the message for when a key has been unbound.
10403         (help-with-tutorial): Hide the arch-tag.
10405 2009-07-08  Kenichi Handa  <handa@m17n.org>
10407         * international/fontset.el (setup-default-fontset): For each
10408         script, append (not set) font-specs.
10410         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10411         docstring.
10413 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10415         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10416         -data-list-register-names to ...
10417         (gdb-starting): ... here because GDB 7.0 requires execution to
10418         have started when using this MI command.
10419         (gdb-set-header): New function to distinguish select and
10420         unselected tabs in gdb buffers.
10421         (gdb-propertize-header): New macro that uses gdb-set-header.
10422         (gdb-breakpoints-header, gdb-locals-header): Use it.
10423         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10425 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10427         * Makefile.in (ELCFILES): Remove fadr.elc.
10429 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10431         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10432         may contain frame information, so `string-match' should be used.
10433         (gdb-update): Disassembly is invalidated through
10434         `gdb-get-selected-frame'.
10435         (gdb-pad-string): New function to pad string with spaces.
10436         (gdb-invalidate-disassembly): Invalidate only if the buffer
10437         exists.
10438         (gdb-disassembly-handler-custom): Column alignment.
10439         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10440         placing new ones.
10441         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10442         end of line, too.
10443         (gdb-frame-handler): Match convention to for disassembly buffer
10444         mode name.
10445         (gdb-stack-list-frames-handler): Rewritten without regexps.
10446         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10447         not highlight breakpoints without line information.
10448         (gdb-input): Add trailing newline to command.
10450         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10451         buffer properly.
10452         (gdb-breakpoints-list-handler-custom): Replacement for
10453         `gdb-break-list-handler'.  Using real parser instead of regexps
10454         now.
10455         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10456         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10457         to place breakpoints.
10458         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10459         functions.
10460         (gdb-disassembly-handler-custom): Show overlay arrow.
10461         (gdb-disassembly-place-breakpoints): Show breakpoints in
10462         disassembly buffer.
10463         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10464         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10465         instead of parsing breakpoints buffer.  Fixed old menu references
10466         in `gud-menu-map'.
10468         * fadr.el: Remove.
10470         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10471         (gdb-memory-address): New variable which holds top address of
10472         memory page shown in memory buffer.
10473         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10474         customization variables.
10475         New functions:
10476         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10477         display the memory buffer.
10478         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10479         buffer display parameters.
10480         (def-gdb-memory-format, gdb-memory-format-binary)
10481         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10482         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10483         Functions for setting memory buffer format.
10484         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10485         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10486         unit size used in memory buffer.
10487         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10488         to next/previous page of memory buffer.
10489         Now using (bindat-get-field) instead of fadr functions.
10491 2009-07-07  Sam Steingold  <sds@gnu.org>
10493         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10494         non-top-level files.
10496 2009-07-07  Kenichi Handa  <handa@m17n.org>
10498         * international/mule-cmds.el (reset-language-environment): Put
10499         the highset priority to the charset iso-8859-1.
10501 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10503         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10504         to the end of the line when locating the block (Bug#700).
10506 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10508         * net/tramp.el (tramp-handle-write-region): Flush file properties
10509         in case of short track.
10511 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10513         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10514         Coded custom representation of verilog error regular expressions
10515         to work with Emacs-22's new format.
10516         (verilog-error-regexp-xemacs-alist): Coded custom representation
10517         of verilog error regular expressions to work with XEmacs format.
10518         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10519         error recognition into XEmacs.
10520         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10521         error recognition into Emacs-22.
10523 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10525         * woman.el: Remove stand-alone closing parentheses.
10526         (woman-file-name, woman2-format-paragraphs)
10527         (woman-leave-blank-lines): Code cleanup.
10528         (woman-use-own-frame): Change default to nil.
10529         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10530         defaults to inherit from default faces.
10531         (woman2-process-escapes): Consume the newline after a stand-alone
10532         filler character (Bug#3651).
10534 2009-07-06  Glenn Morris  <rgm@gnu.org>
10536         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10537         (top-level): Move provide to the end.
10538         (ffap): Remove defunct URL from custom group.
10540         * subr.el (eval-after-load): Doc fix.
10542 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10544         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10545         `calc-embedded-word' is called twice.
10547 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10549         * files.el (find-alternate-file-other-window, find-alternate-file):
10550         Obey confirm-nonexistent-file-or-buffer.
10552 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10554         * dired-aux.el (dired-show-file-type): Handle remote files.
10556 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10558         * desktop.el (desktop-globals-to-save):
10559         Add file-name-history (Bug#2750).
10561 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10563         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10565 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10567         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10568         property on entire argument since this is what eshell-lisp-command
10569         expects.
10571 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10573         * net/tramp-gvfs.el (tramp-gvfs-methods)
10574         (tramp-gvfs-zeroconf-domain)
10575         (tramp-bluez-discover-devices-timeout): Add version flag.
10576         (tramp-gvfs-handler-mounted-unmounted)
10577         (tramp-gvfs-connection-mounted-p): Polish handling of
10578         incompatibilities between GVFS 0.2 and 1.0.
10580 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10582         * cus-start.el (all): Add make-pointer-invisible.
10584 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10586         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10587         formatted correctly.
10589 2009-07-02  Juri Linkov  <juri@jurta.org>
10591         * info.el: Virtual Info files and nodes.
10592         (Info-virtual-files, Info-virtual-nodes): New variables.
10593         (Info-current-node-virtual): New variable.
10594         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10595         New functions.
10596         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10597         to check for a virtual file instead of checking a fixed list
10598         of node names.
10599         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10600         instead of ad-hoc processing of "dir" and (apropos history toc).
10601         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10602         instead of ad-hoc processing of "dir" and (apropos history toc).
10603         Reread a file when moving from a virtual node.
10604         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10605         (Info-directory-toc-nodes, Info-directory-find-file)
10606         (Info-directory-find-node): New functions.
10607         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10608         (Info-history): Move part of code to
10609         `Info-history-find-node'.
10610         (Info-history-toc-nodes, Info-history-find-file)
10611         (Info-history-find-node): New functions.
10612         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10613         (Info-toc): Move part of code to `Info-toc-find-node'.
10614         (Info-toc-find-node): New function.
10615         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10616         the current Info file name to references because now the node
10617         "*TOC*" belongs to the same Info manual.
10618         (Info-toc-build): Rename from `Info-build-toc'.
10619         (Info-toc-nodes): Rename input argument `file' to `filename'.
10620         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10621         instead of ad-hoc processing of ("dir" apropos history toc).
10622         (Info-index-nodes): Use Info-virtual-file-p
10623         to check for a virtual file instead of checking a fixed list
10624         of node names.
10625         (Info-index-node): Add check for `Info-current-node-virtual'.
10626         Raise `save-match-data' higher up the tree to contain
10627         `search-forward' too (bug fix).
10628         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10629         (Info-virtual-index-nodes): New variable.
10630         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10631         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10632         (Info-apropos-file, Info-apropos-nodes): New variables.
10633         (Info-apropos-toc-nodes, Info-apropos-find-file)
10634         (Info-apropos-find-node, Info-apropos-matches): New functions.
10635         (info-apropos): Move part of code to `Info-apropos-find-node' and
10636         `Info-apropos-matches'.
10637         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10638         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10639         for a virtual file instead of checking a fixed list of node names.
10641         * simple.el (async-shell-command): New command.
10643         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10645         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10646         instead of `mount-info'.
10648 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10650         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10651         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10653 2009-07-02  Kenichi Handa  <handa@m17n.org>
10655         * international/mule.el (set-keyboard-coding-system): Force *-unix
10656         coding-system to avoid eol conversion.
10658 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10660         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10661         Add handler for `process-file', `shell-command' and
10662         `start-file-process'.
10663         (tramp-gvfs-handle-shell-command)
10664         (tramp-gvfs-handle-start-file-process)
10665         (tramp-gvfs-handle-process-file): New defuns.
10666         (tramp-synce-list-devices): Simplify check for existence of property.
10668 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10670         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10672 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10674         * language/korean.el (set-language-info-alist): Add korean-cp949,
10675         cp949 to spec.
10677 2009-07-01  Kenichi Handa  <handa@m17n.org>
10679         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10681         * international/encoded-kb.el: Deleted.
10683         * international/mule.el (set-keyboard-coding-system): Perform the
10684         necessary setup here instead of calling encoded-kbd-setup-display.
10686 2009-07-01  Glenn Morris  <rgm@gnu.org>
10688         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10690 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10692         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10694 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10696         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10697         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10698         (tramp-default-file-modes): Remove execute permissions.
10700         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10701         (top): Add a default for "synce" in `tramp-default-user-alist'.
10702         Add completion function for "synce" method.
10703         (tramp-hal-service, tramp-hal-path-manager)
10704         (tramp-hal-interface-manager, tramp-hal-interface-device):
10705         New defconst.
10706         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10707         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10708         New defuns.
10710         * net/trampver.el: Update release number.
10712 2009-06-30  Kenichi Handa  <handa@m17n.org>
10714         * international/fontset.el (setup-default-fontset): Add CJK fonts
10715         for symbols and the other miscellaneous characters.
10717         * language/korea-util.el (setup-korean-environment-internal):
10718         Make char-width-table suitable for Korean environments.
10719         (exit-korean-environment): Cancel above.
10721         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10722         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10723         setup-function to make char-width-table suitable for respective
10724         environments, and an exit-function to cancel that.
10726         * language/japan-util.el (setup-japanese-environment-internal):
10727         Call use-cjk-char-width-table with arg `ja_JP'.
10729         * international/characters.el (cjk-char-width-table): Delete it.
10730         (cjk-char-width-table-list): New variable.
10731         (use-cjk-char-width-table): New arg local-name.
10732         (use-default-char-width-table): Fix for the case that Emacs is
10733         already using the default char-width-table.
10735 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10737         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10738         modes mandatory.  (Bug#3712)
10740 2009-06-29  Alan Mackenzie  <acm@muc.de>
10742         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10743         correction between the visible width of TABs and their number of bytes.
10745 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10747         * server.el (server-buffer-done): Prevent kill-buffer from
10748         prompting by clearing the buffer modification flag (Bug#3696).
10750 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10752         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10753         (verilog-endcomment-reason-re): Support unique case and priority case.
10754         (verilog-basic-complete-re): Support localparam lineup.
10755         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10756         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10757         commenting.
10758         (verilog-leap-to-case-head): Now support *nested* unique &
10759         priority case statements.
10760         (verilog-auto-lineup): Make just declarations the default (as it
10761         had been).
10762         (verilog-leap-to-case-head): Support priority/unique case statements.
10763         (verilog-auto-lineup): Rework to give users radio buttons to
10764         select the various styles of automatic lineup.
10765         (verilog-error-regexp-alist): Rework to support the XEmacs style
10766         of error regular expressions from compilers, lint tools &
10767         simulators.  Note that GNU Emacs has made it impossible for a mode
10768         to load such things.
10769         (electric-verilog-terminate-line, verilog-indent-declaration)
10770         (verilog-auto-wiure): Rework for radio button selection of
10771         auto-lineup selection of specification of auto lineup.
10772         (verilog-beg-of-statement-1): Redesign to support proper operation
10773         in additional code, based on testing with auto-lineup.
10774         (verilog-calculate-indent, assignments & declarations)
10775         (verilog-backward-token): Enhance to support auto-lineup of
10776         assignments & declarations.
10777         (verilog-in-directive-p, verilog-at-struct-p): New function for
10778         easy test of whether we are.
10779         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10780         to support safe execution at almost anyline.
10781         (verilog-calc-1): Properly support indenting deep inside generate
10782         blocks.
10783         (verilog-init-font): Remove definition & use of verilog-init-font,
10784         as it is redundant with font-lock-defaults.
10785         (verilog-mode): Alter the definition of verilog-font-lock-defaults
10786         to avoid circular calls if syntax-ppss is a function (as is the
10787         case now in 22.x GNU Emacs) as that function would sometimes call
10788         itself, leading to (nearly) infinite recursion.
10789         (verilog-ovm-begin-re, verilog-ovm-end-re)
10790         (verilog-ovm-statement-re, verilog-leap-to-head)
10791         (verilog-backward-token): Add support for OVM macros.  Some are
10792         complete statements, and others open and close scopes like begin
10793         and end.
10794         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10795         (verilog-defun-level-generate-only-re): Really fix the defun-list
10796         compilation issue.
10797         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10798         coverpoint, constraint and cross statements.
10799         (verilog-defun-level-list, verilog-generate-defun-level-list)
10800         (verilog-all-defun-level-list): Redo these specifications - it is
10801         too hard to support eval-when compile aggregation of lists also
10802         built at when-compile time.
10803         (verilog-defun-level-list): Place defconsts of variables used in
10804         building regular expressions which are built in eval-when-compile
10805         bodies in the same eval-when-compile body to facilitate compile
10806         without load.
10807         (verilog-beg-block-re-ordered): Support indenting
10808         virtual/protected tasks and functions.
10809         (verilog-defun-level-list, verilog-in-generate-region-p)
10810         (verilog-backward-ws&directives, verilog-calc-1): Speed up
10811         indentation of some module items (generate items).
10812         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10813         across virtual/protected tasks and functions.
10815 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
10817         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10818         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
10819         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10820         in concatenations.  Reported by Yishay Belkind.
10821         (verilog-auto-ascii-enum): Support one-hot state machines in
10822         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
10823         (verilog-auto-inst, verilog-auto-inst-port): Include interface
10824         modport in AUTOINST and add vl-modport for users.  Reported by
10825         David Rogoff.
10826         (verilog-auto-inout-module, verilog-auto-inst)
10827         (verilog-decls-get-interfaces, verilog-insert-definition)
10828         (verilog-insert-one-definition, verilog-read-decls)
10829         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10830         (verilog-sig-modport, verilog-signals-combine-bus)
10831         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10832         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10833         Suggested by David Rogoff.
10834         (verilog-repair-open-comma): Fix non-insertion of comma when
10835         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
10836         (verilog-make-width-expression): Simplify [A-1:0] expression
10837         widths to just {A{1'b0}}.
10838         (verilog-mode): Cleanup checkdoc warnings.
10839         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10840         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10841         inputs/outputs or data type.  Suggested by Vasu Kandadi.
10842         (next-error-last-buffer): Fix byte-compiler warning.
10843         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10844         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10845         or shell command text during AUTO expansion.  Suggested by Tad Truex.
10846         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10847         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10848         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10849         in AUTOINOUT.  Reported by Matthew Lovell.
10850         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10851         causing use of <= assignments.  Reported by Alex Reed.
10852         (verilog-read-decls): Fix triand, trior, wand, wor to be
10853         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
10854         (verilog-extended-complete-re): Support import "DPI-C" functions.
10855         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10856         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
10857         (verilog-insert-date, verilog-insert-year)
10858         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10859         Windows systems.  Reported by Michael Potts.
10860         (verilog-read-module-name): Fix AUTOINST when the child module
10861         declaration's name is a tick define.  Reported by Elliot Mednick.
10862         (verilog-read-decls): Fix V2K parameter bit subscripts getting
10863         passed to next parameter's definition.  Reported by Bruce T.
10864         (verilog-read-decls): Fix detecting "parameter int" when using
10865         AUTOINSTPARAM.  Reported by Bruce T.
10866         (verilog-goto-defun): Fix goto not finding modules unless first
10867         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
10868         (verilog-mode): Expand -f flag arguments on entry to mode so
10869         verilog-goto-defun will work.  Reported by Lawrence Butcher.
10870         (verilog-getopt): Expand environment variables in -f file
10871         arguments.  Suggested by Lawrence Butcher.
10872         (verilog-set-define): Fix "Symbol's value as variable is void"
10873         when reading enumerations.
10874         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10875         Suggested by Stephen Peltan.
10876         (verilog-read-defines): Fix reading of enumerations in include
10877         files.  Reported by Steve Peltan.
10879 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
10881         * files.el (trash-directory): Fix defcustom type.
10883 2009-06-28  Juri Linkov  <juri@jurta.org>
10885         * help-fns.el (describe-function-1): Correctly locate adviced
10886         functions in hyperlink (Bug#2438).
10888 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
10890         * files.el (trash-directory): Change default to nil.
10891         (move-file-to-trash): If trash-directory is nil and
10892         system-move-file-to-trash is unbound, perform freedesktop-style
10893         trashing.
10895 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
10897         * files.el (move-file-to-trash): Add freedesktop trash
10898         support (Bug#973).
10900 2009-06-28  Glenn Morris  <rgm@gnu.org>
10902         * autorevert.el (global-auto-revert-non-file-buffers)
10903         (global-auto-revert-mode): Doc fixes.
10905 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
10907         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10909 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
10911         * faces.el (x-handle-named-frame-geometry): Ensure that we have
10912         opened an X connection before calling x-get-resource (Bug#3194).
10914         * play/doctor.el: Remove reference to obsolete website.
10915         (make-doctor-variables): Correct grammar mistake (Bug#2633).
10917 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
10919         Remove find-file-not-found-hook VC method.  (Bug#2757)
10920         * vc-hooks.el (vc-file-not-found-hook)
10921         (vc-default-find-file-not-found-hook): Remove functions.
10922         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10923         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10924         * vc.el:
10925         * vc-hg.el:
10926         * vc-git.el: Do not mention find-file-not-found-hook VC method.
10928 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
10930         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10931         compatibility function for `looking-back'.
10933         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10934         Use `ispell-looking-back'.
10936 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
10938         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10939         rather than `filename'.
10941 2009-06-23  Miles Bader  <miles@gnu.org>
10943         * face-remap.el (text-scale-set): New function.
10945 2009-06-23  Glenn Morris  <rgm@gnu.org>
10947         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10949         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10951         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10953         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10955         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10956         Simplify Persian conditionals.
10958         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10959         variable `filename'.
10961         * comint.el (comint-insert-input): Doc fix.
10963         * Makefile.in (ELCFILES): Fix typo in previous change.
10965 2009-06-23  Miles Bader  <miles@gnu.org>
10967         * cus-start.el: Add entry for `recenter-redisplay'.
10969 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
10971         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10972         Add an optional argument for the backend, use it instead of
10973         calling vc-backend.
10974         (vc-mode-line): Add an optional argument for the backend.
10975         Pass the backend to vc-state and vc-working-revision.  Move code for
10976         special handling for vc-state being a buffer to ...
10978         * vc-rcs.el (vc-rcs-find-file-hook):
10979         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
10981         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10982         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10983         vc-stay-local-p and vc-mode-line calls.
10985         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10986         (vc-cvs-diff, vc-cvs-annotate-command)
10987         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10988         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10989         vc-mode-line calls.
10991         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10992         direct comparison.
10993         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10994         backend when calling vc-mode-line.
10995         (vc-register): Do not create a closure for calling the vc register
10996         function, call it directly.
10998 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11000         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11001         to make it obvious item can be clicked.
11003         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11005 2009-06-23  Kenichi Handa  <handa@m17n.org>
11007         * language/korea-util.el (korean-key-bindings): Change the binding
11008         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11009         same command.
11011 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11013         Sync with Tramp 2.1.16.
11015         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11017         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11018         when a loading of a package fails.  Completion function for rsync
11019         is `tramp-completion-function-alist-ssh'.
11020         (all): Replace all calls of `split-string' and
11021         `tramp-split-string' by `tramp-compat-split-string'.
11022         (tramp-default-method): Use `tramp-compat-process-running-p'.
11023         (tramp-default-proxies-alist): Allow also Lisp forms.
11024         (tramp-remote-path): Add choice "Private Directories".
11025         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11026         (tramp-domain-regexp): Allow also "-", "_" and ".".
11027         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11028         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11029         (tramp-debug-message): Insert header line in debug buffer.
11030         (tramp-handle-directory-files-and-attributes-with-stat):
11031         Care about filenames with spaces, or starting with "-".
11032         (tramp-handle-dired-uncache): New defun.
11033         (tramp-handle-insert-directory): Don't flush the directory from
11034         cache, this is handled by `dired-uncache' now.
11035         (tramp-handle-insert-file-contents): Improve error handling.
11036         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11037         Quote `tramp-end-of-output'.
11038         (tramp-action-password): Improve trace message.
11039         (tramp-check-for-regexp): Both echoes must be present, before removing.
11040         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11041         (tramp-compute-multi-hops): Eval cons cells of
11042         `tramp-default-proxies-alist'.
11043         (tramp-maybe-open-connection): Use the same command pattern for
11044         first hop and further hops.
11045         (tramp-wait-for-output): Remove handling of newlines.
11046         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11047         (tramp-split-string): Remove function.  It is handled in
11048         tramp-compat now.
11050         * net/tramp-cmds.el (tramp-bug):
11051         Recommend `tramp-cleanup-all-connections' in the bug mail.
11053         * net/tramp-compat.el (tramp-compat-split-string)
11054         (tramp-compat-process-running-p): New defuns.
11056         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11057         for `dired-uncache'.
11059         * net/tramp-gvfs.el: New package.
11061         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11062         Add handler for `dired-uncache'.
11063         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11065         * net/trampver.el: Update release number.  Make version check fit
11066         for SXEmacs 22.
11068 2009-06-22  Jim Meyering  <meyering@redhat.com>
11070         Automatically handle .xz suffix (XZ-compressed files), too.
11071         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11072         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11074 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11075             Nick Roberts  <nickrob@snap.net.nz>
11077         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11078         repository (http://sphinx.net.ru/hg/gdb-mi/).
11080 2009-06-22  Glenn Morris  <rgm@gnu.org>
11082         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11083         `mode' and `eval' entries.  (Bug#3430)
11085         * Makefile.in (ELCFILES): Add fadr.elc.
11087         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11088         differing behavior of \n and ^ in strings.  (Bug#3385)
11090         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11092         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11093         property.
11094         (lisp-indent-function): Make it a defcustom.
11096 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11098         * progmodes/gdb-ui.el: Replace with ...
11099         * progmodes/gdb-mi.el: ... this file.
11100         * progmodes/gud.el: Modify for gdb-mi.el.
11102 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11104         * fadr.el: New file.
11106 See ChangeLog.14 for earlier changes.
11108 ;; Local Variables:
11109 ;; coding: utf-8
11110 ;; End:
11112     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11114   This file is part of GNU Emacs.
11116   GNU Emacs is free software: you can redistribute it and/or modify
11117   it under the terms of the GNU General Public License as published by
11118   the Free Software Foundation, either version 3 of the License, or
11119   (at your option) any later version.
11121   GNU Emacs is distributed in the hope that it will be useful,
11122   but WITHOUT ANY WARRANTY; without even the implied warranty of
11123   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11124   GNU General Public License for more details.
11126   You should have received a copy of the GNU General Public License
11127   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11129 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1