Fix last change to use existing comm Custom group instead of `net'.
[emacs.git] / lisp / ChangeLog
blobc46604ee4b7c12a067239e35aba87fa839db4d0f
1 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3         * cus-edit.el (processes): Remove from development group.
4         (oop, hypermedia): Delete group.
5         (comm): Promote to top-level group.
7         * net/browse-url.el (browse-url):
8         * net/xesam.el (xesam):
9         * net/tramp.el (tramp):
10         * net/goto-addr.el (goto-address):
11         * net/ange-ftp.el (ange-ftp): Put in comm group.
13         * view.el (view): Remove from editing group.
15         * uniquify.el (uniquify): Put in files group.
17         * net/browse-url.el (browse-url):
18         * ps-print.el (postscript): Put in external group.
20         * cus-edit.el (outlines):
21         * textmodes/text-mode.el (text-mode-hook):
22         * textmodes/table.el (table):
23         * textmodes/picture.el (picture):
24         * outline.el (outlines): Put in wp group.
26         * nxml/nxml-mode.el (nxml): Remove from wp group.
28         * net/tramp-imap.el (tramp-imap): Put in tramp group.
30         * mail/metamail.el (metamail): Remove from hypermedia group.
32         * cus-edit.el (abbrev):
33         * whitespace.el (whitespace):
34         * vcursor.el (vcursor):
35         * reveal.el (reveal):
36         * hl-line.el (hl-line): Put in convenience group.
38         * epg-config.el (epg): Put in data group.
40         * emulation/pc-select.el (pc-select): Put in emulations group.
42         * calculator.el (calculator): Put in applications group.
44 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
46         Add .dir-locals.el support for file-less buffers.
47         * files.el (hack-local-variables): Split out code to apply local
48         variable settings ...
49         (hack-local-variables-apply): ... here.  New function.
50         (hack-dir-local-variables): Use the default directory for when the
51         buffer does not have an associated file.
52         (hack-dir-local-variables-non-file-buffer): New function.
53         * diff-mode.el (diff-mode):
54         * vc-annotate.el (vc-annotate-mode):
55         * vc-dir.el (vc-dir-mode):
56         * log-edit.el (log-edit-mode):
57         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
59 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
61         Add support for shelving snapshots and for showing shelves.
62         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
63         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
64         New functions.
65         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
66         (vc-bzr-extra-menu-map): Map them.
68 2010-03-11  Glenn Morris  <rgm@gnu.org>
70         * cus-edit.el (customize-changed-options-previous-release):
71         Bump to 23.1.
73         * image.el (image-animate-max-time): Fix :version tag.
75 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
77         * Branch for 23.2.
79 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
81         * vc-git.el (vc-git-revision-table): Include remote branches.
83 2010-03-10  Kim F. Storm  <storm@cua.dk>
85         Animated image API.
86         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
88         * image.el (image-animate-max-time): New defcustom.
89         (image-animated-types): New defconst.
90         (create-animated-image, image-animate-timer)
91         (image-animate-start, image-animate-stop, image-animate-timeout)
92         (image-animated-p): New functions.
94         * image-mode.el (image-toggle-display-image):
95         Replace `create-image' with `create-animated-image'.
97 2010-03-09  Miles Bader  <Miles Bader <miles@gnu.org>>
99         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
100         instead of "format:"; this ensures that the output is
101         newline-terminated.
103 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
105         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
106         that all errors are caught, and that the return value is always a
107         list (Bug#5692).
109 2010-03-08  Kenichi Handa  <handa@m17n.org>
111         * language/misc-lang.el (windows-1256): New coding system.
112         (cp1256): New alias of windows-1256 (bug#5690).
114 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
116         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
117         call to rfc822-bad-address.  (Bug#5692)
119 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
121         * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
122         vc-git-root as default directory for revision path (Bug#5657).
124 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
126         * calculator.el (calculator): Don't bind split-window-keep-point
127         (Bug#5674).
129 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
131         * vc-git.el: Re-flow to fit into 80 columns.
132         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
133         Remove spurious `quote' element in each case alternative.
134         (vc-git-show-log-entry): Use prog1.
135         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
137 2010-03-06  Glenn Morris  <rgm@gnu.org>
139         * cedet/semantic/grammar.el (semantic-grammar-header-template):
140         Update template copyright to GPLv3+.
142 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
144         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
146 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
148         * macros.el (insert-kbd-macro): Look up keyboard macro using the
149         definition, not the name (Bug#5481).
151 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
153         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
154         argument with a local variable.  (Bug#5670)
156 2010-03-02  Juri Linkov  <juri@jurta.org>
158         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
160 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
162         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
163         error when FILENAME and NEWNAME are existing remote directories.
165         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
166         parameter DIR-FLAG.
168 2010-03-02  Glenn Morris  <rgm@gnu.org>
170         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
171         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
173 2010-03-01  Alan Mackenzie  <acm@muc.de>
175         * progmodes/cc-engine.el (c-remove-stale-state-cache):
176         Correct previous patch.
178 2010-03-01  Kenichi Handa  <handa@m17n.org>
180         * language/burmese.el (burmese-composable-pattern): Rename from
181         myanmar-composable-pattern.
183         * international/characters.el (script-list):
184         * international/fontset.el (script-representative-chars):
185         Change myanmar to burmese.
186         (otf-script-alist): Likewise.
187         (setup-default-fontset): Likewise.  Re-fix :otf spec.
189 2010-03-01  Alan Mackenzie  <bug-cc-mode@gnu.org>
191         * cc-engine.el (c-remove-stale-state-cache): Take account of when
192         `good-pos' is in the same macro as `here'.  Fixes bug#5649.
194 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
196         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
198 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
200         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
202 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
204         * net/tramp.el (tramp-handle-write-region): START can be a string.
205         Take care in the checks.  Reported by Dan Davison
206         <davison@stats.ox.ac.uk>.
208 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
210         * net/dbus.el (dbus-introspect, dbus-get-property)
211         (dbus-set-property, dbus-get-all-properties): Use
212         `dbus-call-method' when noninteractive.  (Bug#5645)
214 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
216         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
217         * emacs-lisp/elint.el (elint-add-required-env):
218         * cedet/semantic/db-find.el
219         (semanticdb-find-translate-path-brutish-default):
220         * cedet/ede/make.el (ede-make-check-version):
221         * calendar/icalendar.el (icalendar--add-diary-entry):
222         * calc/calcalg2.el (math-tracing-integral):
223         * files.el (recover-session-finish): Use with-current-buffer
224         instead of save-excursion.
226 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
228         Fix in-buffer completion when after-change-functions modify the buffer.
229         * minibuffer.el (completion--replace): New function.
230         (completion--do-completion): Use it and use relative movement.
232 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
234         * international/fontset.el (setup-default-fontset): Fix :otf spec.
236 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
238         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
239         Allow the characters _<> in the stack entry (Bug#5653).
241 2010-02-26  Kenichi Handa  <handa@m17n.org>
243         * language/burmese.el: Fix entries in composition-function-table.
244         (myanmar-composable-pattern): New variable.
246         * international/fontset.el (setup-default-fontset): Add an entry
247         for myanmar.
249         * international/characters.el (script-list): Add Myanmar
250         Extended-A.
252 2010-02-26  Glenn Morris  <rgm@gnu.org>
254         * custom.el (custom-initialize-delay): Doc fix.
256         * mail/sendmail.el (send-mail-function): Autoload the call
257         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
259 2010-02-25  Alan Mackenzie  <acm@muc.de>
261         * progmodes/cc-engine.el (c-clear-<-pair-props)
262         (c-clear->-pair-props): Correct to wipe category text props, not
263         syntax-table ones.
265         * progmodes/cc-mode.el (c-after-change): Remove any hard
266         syntax-table properties for <, > which, e.g., C-y has
267         inopportunely converted from category properties.
269 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
271         * files.el (hack-local-variables-filter): For eval forms, also
272         check safe-local-variable-p (Bug#5636).
274 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
276         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
277         and use c(ad)r of cddr (Bug#5640).
279 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
281         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
282         setting the modes by `ignore-errors'.  It might fail, for example
283         if the file is not owned by the user but the group.
284         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
286 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
288         * files.el (directory-listing-before-filename-regexp): Use
289         stricter matching for iso-style dates, to avoid false matches with
290         date-like filenames (Bug#5597).
292         * htmlfontify.el (htmlfontify): Doc fix.
294         * eshell/eshell.el (eshell): Doc fix.
296         * startup.el (fancy-about-screen): In mode-line, apply
297         mode-line-buffer-id face only to the buffer name (Bug#5613).
299 2010-02-20  Kevin Ryde  <user42@zip.com.au>
301         * progmodes/compile.el (compilation-error-regexp-alist-alist):
302         In `watcom' anchor regexp to start of line, to avoid slowness
303         (Bug#5599).
305 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
307         * subr.el (remove-yank-excluded-properties): Explain in a comment
308         why `category' property is removed.
310 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
312         * isearch.el (isearch-update-post-hook, isearch-update): Revert
313         2010-02-17 change.
315 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
317         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
318         (icalendar--convert-weekly-to-ical)
319         (icalendar--convert-yearly-to-ical)
320         (icalendar--convert-block-to-ical)
321         (icalendar--convert-cyclic-to-ical)
322         (icalendar--convert-anniversary-to-ical): Take care of time
323         specifications where hour has 1-digit only (Bug#5549).
325 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
327         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
328         of disassemble output in GDB 7.1.
330 2010-02-19  Glenn Morris  <rgm@gnu.org>
332         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
333         property.  (Bug#5593)
335 2010-02-18  Sam Steingold  <sds@gnu.org>
337         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
339 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
341         Use abbreviated file names in bookmarks (bug#5591).
342         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
343         calls to expand-file-name.
344         (bookmark-relocate): Use abbreviated file names in bookmarks.
345         (bookmark-load): Use abbreviated file names in messages.
347 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
349         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
350         expand "." and "..".  Reported by Thierry Volpiatto
351         <thierry.volpiatto@gmail.com>.
353 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
355         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
356         permissions of the temporary file to "0600".  In case the remote
357         file has no read permissions for the owner, there might be
358         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
360 22010-02-18  Glenn Morris  <rgm@gnu.org>
362         * emacs-lisp/authors.el (authors-renamed-files-alist):
363         Add entries for INSTALL.CVS.
365 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
367         * vc-bzr.el: Fix typo in Known Bugs section.
369         * isearch.el (isearch-update-post-hook): New hook.
370         (isearch-update): Use the new hook.
372 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
374         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
375         Fix errors in copying directories.
376         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
377         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
378         (tramp-handle-delete-file)
379         (tramp-handle-dired-recursive-delete-directory)
380         (tramp-handle-write-region): Flush also the cache for the upper
381         directory.
383 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
385         * simple.el (save-interprogram-paste-before-kill): Doc fix.
387         * cus-edit.el (hardware): Doc fix.
389         * man.el (man): Add to external custom group.
391         * delim-col.el (columns): Move to wp custom group.
393         * doc-view.el (doc-view): Add to data custom group.
395         * cedet/data-debug.el (data-debug): Move to extensions group.
397         * cedet/ede.el (ede):
398         * cedet/srecode.el (srecode):
399         * cedet/semantic.el (semantic): Put in tools and extensions group.
401         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
403         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
404         by ispell-parse-output (Bug#5575).
406 2010-02-16  Kenichi Handa  <handa@m17n.org>
408         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
409         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
410         (skkdic-convert): Use `euc-japan' coding system for writing.
412 2010-02-16  Glenn Morris  <rgm@gnu.org>
414         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
415         tex-main-file before using it.  (Bug#5562)
417 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
419         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
420         warnings, since it is annoying for the user to see them each time he
421         runs the code.
423 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
425         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
426         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
427         instead of PROC for caching "first-password-request".  Otherwise,
428         new processes would not profit from passwords already entered.
430         * net/tramp-cache.el (tramp-dump-connection-properties):
431         Don't save "first-password-request" property.
433 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
435         * outline.el (outline-head-from-level):
436         * simple.el (with-wrapper-hook):
437         * cedet/ede.el (ede-run-target, project-delete-target)
438         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
439         (ede-adebug-project, ede-adebug-project-parent)
440         (ede-adebug-project-root):
441         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
442         (elint-defun, elint-buffer-env, elint-top-form-logged)
443         (elint-unbound-variable):
444         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
445         Fix typos in docstrings.
447 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
449         * files.el (insert-directory): When WILDCARD-REGEXP and
450         FULL-DIRECTORY-P are nil, insert the file entry instead of the
451         whole directory.  (Bug#5551)
453         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
454         dired's alignment sanity.  (Bug#5516)
456 2010-02-14  Juri Linkov  <juri@jurta.org>
458         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
459         Remove remaining ^H with their preceding chars.  (Bug#5566)
461 2010-02-13  Glenn Morris  <rgm@gnu.org>
463         * simple.el (transpose-subr): Give it a doc-string.
465         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
466         Doc fixes.
468 2010-02-12  Juri Linkov  <juri@jurta.org>
470         * arc-mode.el (archive-unique-fname): Make directories for nested
471         archives.  (Bug#5540)
473 2010-02-12  Juri Linkov  <juri@jurta.org>
475         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
477 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
479         * subr.el (copy-overlay): Handle deleted overlays.
481         * man.el (Man-completion-table): Don't signal an error if we can't run
482         manual-program (bug#4056).
484 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
486         * textmodes/artist.el (artist-mt): Fix typos in docstring.
488 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
490         * info.el (Info-bookmark-jump): Simplify.
492         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
493         (bookmark-default-handler): Accept new bookmark field `buffer'.
495 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
497         * iswitchb.el (iswitchb-completions): Revert last change.
499 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
501         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
502         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
503         This prevents file names like "~/" being listed literally.
505 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
507         * term/xterm.el (xterm-maybe-set-dark-background-mode):
508         Remove dead code.  (Bug#5546)
510 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
512         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
513         correctly (Bug#5548).
515 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
517         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
518         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
520 2010-02-08  Kenichi Handa  <handa@m17n.org>
522         * international/mule-util.el (with-coding-priority): Add autoload
523         cookie for putting `lisp-indent-function'.
525 2010-02-07  Glenn Morris  <rgm@gnu.org>
527         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
528         Move F2003 named interfaces from keywords-2 to keywords-1, and
529         use function-name-face rather than constant-face.
530         Simplify "abstract interface" regexp.
532 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
534         * eshell/esh-util.el (eshell-file-attributes): New optional arg
535         ID-FORMAT.  Pass it to `file-attributes'.
537         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
539 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
541         * faces.el (set-face-attribute): Allow calling
542         internal-set-lisp-face-attribute with 'unspecified family and
543         foundry argument (Bug#5536).
545 2010-02-07  Glenn Morris  <rgm@gnu.org>
547         * progmodes/f90.el (f90-font-lock-keywords-2)
548         (f90-looking-at-type-like, f90-looking-at-program-block-end):
549         Handle F2003 named interfaces.
551 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
553         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
554         beg and end before calling c-get-state-before-change-functions.
556 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
558         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
560 2010-02-05  Juri Linkov  <juri@jurta.org>
562         * doc-view.el (doc-view-mode):
563         * image-mode.el (image-mode): Put property mode-class=special.
564         (Bug#4896)
566 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
568         * vc-svn.el (vc-svn-revision-table): New function.
570 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
572         * net/ange-ftp.el (ange-ftp-insert-directory):
573         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
574         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
575         Handle also directories.  (Bug#5478)
577 2010-02-05  Glenn Morris  <rgm@gnu.org>
579         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
581 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
583         * startup.el (command-line-1): Convert options beginning with a
584         single dash as well (Bug#5519).
586 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
588         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
589         * minibuffer.el (completion-initials-expand): Only check the presence
590         of delims *within* the boundaries, since otherwise the / delim is
591         always found for files.
593         Fix up various corner case problems.
594         * doc-view.el (doc-view-last-page-number): New function.
595         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
596         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
597         (doc-view-kill-proc): Avoid inf-loop in freak cases.
598         (doc-view-reconvert-doc): Use the new recursive delete-directory.
599         (doc-view-convert-current-doc): Don't create the resolution.el file
600         here any more.
601         (doc-view-pdf/ps->png): Do it here instead.
602         (doc-view-already-converted-p): Check that resolution.el is present.
603         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
604         windows that are not yet showing images.
606 2010-02-04  Alan Mackenzie  <acm@muc.de>
608         Change strategy for marking < and > as template delimiters: mark
609         them strictly in matching pairs.
611         * cc-mode.el (c-before-change):
612         Use c-get-state-before-change-functions.
613         (c-common-init): Adapt to use
614         c-get-state-before-change-functions (note plural).
616         * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
617         for searching syntactically for matching <s and >s.
618         (c-get-state-before-change-functions): New language variable (note
619         the plural) which supersedes c-get-state-before-change-function.
621         * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
622         (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
623         (c-clear->-pair-props-if-match-before)
624         (c-before-change-check-<>-operators): New functions.
625         (c-after-change-check-<>-operators): Use macro
626         c-unmark-<->-as-paren.
628         * cc-defs.el (c-search-backward-char-property): New macro.
630         * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
631         and > any more.  (These will be handled by font locking.)
633 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
635         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
636         `dired-uncache' for every elemnt which is an absolute file name.
638         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
639         directory, handle its directory component.
640         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
641         function is called permanently and creates noise, otherwise.
643         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
644         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
645         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
647 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
649         * macros.el (apply-macro-to-region-lines):
650         Minor simplification.  (Bug#5485)
652 2010-02-04  Glenn Morris  <rgm@gnu.org>
654         * mail/rmail.el (rmail-show-message-1): Handle malformed
655         quoted-printable text.  (Bug#5441)
657         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
659         * simple.el (visual-line-mode): Capitalize lighter.
661 2010-02-03  John Wiegley  <jwiegley@gmail.com>
663         * iswitchb.el (iswitchb-completions): Add bookmark files to the
664         list of files considered for "virtual buffer" completions.
666 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
668         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
669         also in case of (and (not full) (not wildcard)). This is needed,
670         when dired is called with a list of files, which are not in
671         `default-directory'.  (Bug#5478)
673 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
675         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
677 2010-02-02  Juri Linkov  <juri@jurta.org>
679         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
680         from unidiff to allow function-line after @@.
682 2010-02-02  Juri Linkov  <juri@jurta.org>
684         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
685         '(RCS SCCS) with inverted condition.
687 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
689         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
690         messages.
692 2010-02-01  Juri Linkov  <juri@jurta.org>
694         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
695         compare with "pkunzip" and "pkzip" instead of only "pkzip".
696         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
697         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
699 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
701         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
702         (doc-view-revert-buffer): New command.
703         (doc-view-mode-map): Use it.
705 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
707         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
708         pending merge is detected.
710 2010-01-31  Juri Linkov  <juri@jurta.org>
712         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
713         beginning of interactive spec like all other grep commands do.
714         Put "all" in front of "gz".  (Bug#5260)
716 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
718         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
720 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
722         * dirtrack.el (dirtrack): Warn instead of signalling error if the
723         regexp is incorrect (Bug#5476).
725 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
727         * net/tramp.el (tramp-handle-insert-directory): Handle also
728         symlinks, when FILENAME is not in `default-directory'.
730 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
732         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
733         FILE is not in `default-directory'.  (Bug#5478)
735         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
736         of SWITCHES.  Handle the case, FILENAME is not in
737         `default-directory'.  (Bug#5478)
738         (tramp-register-file-name-handlers): Add safe-magic property.
740 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
742         * arc-mode.el (archive-zip-extract): Quote the argument passed to
743         unzip (Bug#5475).
745 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
747         * progmodes/flymake.el (flymake-allowed-file-name-masks)
748         (flymake-master-make-header-init): Add other C++ filename masks.
749         (flymake-find-possible-master-files)
750         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
752 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
754         Fix some busybox annoyances.
756         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
757         not responding." string.
758         (tramp-open-connection-setup-interactive-shell): Dump stty
759         settings.  Enable "neveropen" arg for all `tramp-send-command'
760         calls.  Handle "=" in variable values properly.
761         (tramp-find-inline-encoding): Raise an error, when no encoding is
762         found.
763         (tramp-wait-for-output): Check, whether PROC buffer is available.
764         Remove spurious " ^H" sequences, sent by busybox.
765         (tramp-get-ls-command): Suppress coloring, if possible.
767 2010-01-28  Glenn Morris  <rgm@gnu.org>
769         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
771         * log-edit.el (log-edit-strip-single-file-name): Add missing
772         :safe, :group, and :version tags.
774 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
776         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
777         buffers.  (Bug#5477)
779 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
781         * files.el (delete-directory): Handle moving to trash without
782         first doing recursion (Bug#5436).
784 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
786         * vc-hooks.el (vc-path): Mark as obsolete.
788 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
790         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
791         names too.
793         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
794         for the short log.
795         (vc-bzr-log-view-mode): Adjust regexp for the above change.
797 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
799         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
801         * vc-bzr.el (vc-bzr-revision-table): New function.
803 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
805         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
806         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
808 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
810         Remove support for adding --signoff on commit.
811         Future support will use an incompatible generic mechanism.
812         * vc-git.el (vc-git-add-signoff): Remove variable.
813         (vc-git-toggle-signoff): Remove function.
814         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
816         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
817         from xterm-set-background-mode.  Return t if the background mode
818         was set.
819         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
820         earlier, call it again in case the background mode has changed.
822 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
824         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
825         (Bug#3541).
827 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
829         * emacs-lisp/assoc.el (aelement): Doc fix.
830         (aput, adelete, amake): Use lexical-let (Bug#5450).
832 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
834         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
835         is the same as subprogram call, not declaration.  (Bug#5435).
837 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
839         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
840         (tramp-smb-maybe-open-connection): Use it.
842 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
844         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
846 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
848         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
849         just because we see "encoding: 8bit".
850         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
852 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
854         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
856 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
858         * jka-compr.el (jka-compr-load): If load-file is not in
859         load-history, try its file-truename version.  (bug#5447)
861 2010-01-21  Alan Mackenzie  <acm@muc.de>
863         Fix a situation where deletion of a cpp construct throws an error.
864         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
865         invoking c-with-all-but-one-cpps-commented-out, check that the
866         special cpp construct is still in the buffer.
867         (c-parse-state): Record the special cpp with markers, not numbers.
869 2010-01-21  Kenichi Handa  <handa@m17n.org>
871         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
872         process last-command-event, as it is now decoded first (Bug#5380).
874 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
876         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
878 2010-01-20  Glenn Morris  <rgm@gnu.org>
880         * indent.el (tab-always-indent): Fix custom-type.
882 2010-01-19  Alan Mackenzie  <acm@muc.de>
884         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
885         buffer throws "args out of range".
886         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
887         playing the role of delimiter.
889 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
891         * progmodes/ada-mode.el: Fix bug#5400.
892         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
893         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
894         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
895         Improve comments in "is" portion.  Handle null procedure declaration.
896         (ada-move-to-end): Improve doc string.
898 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
900         * ido.el (ido-cur-list): Initialize to nil.
901         Remove obsolete information from commentary.
902         (ido-choice-list): Initialize to nil.
903         (ido-get-bufname): Reject minibuffers.
904         (ido-make-buffer-list): If "default" is a nonexistent
905         buffer, ignore it, as per the function's comment.
906         (ido-kill-buffer-internal): New function.
907         (ido-kill-buffer-at-head): Use it.
908         (ido-visit-buffer): Likewise.
910 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
912         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
914 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
916         * cedet/ede/locate.el (ede-locate-file-in-project)
917         (ede-locate-file-in-project-impl): Fix typos in docstrings.
918         (ede-enable-locate-on-project): Fix typos in error messages.
920         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
921         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
922         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
923         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
924         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
925         Fix typos in menu help.
927         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
928         Fix typos in chart titles.
930         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
931         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
932         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
933         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
934         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
935         (semantic-parse-stream, semantic-parse-region)
936         (semantic-parse-region-default, semantic--set-buffer-cache)
937         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
938         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
939         (semantic-default-submodes):
940         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
941         (semanticdb-create-ebrowse-database)
942         (semanticdb-find-tags-for-completion-method)
943         (semanticdb-find-tags-by-class-method)
944         (semanticdb-deep-find-tags-by-name-method)
945         (semanticdb-deep-find-tags-for-completion-method):
946         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
947         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
948         (semanticdb-find-tags-for-completion-method)
949         (semanticdb-find-tags-by-class-method)
950         (semanticdb-deep-find-tags-for-completion-method):
951         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
952         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
953         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
954         (semanticdb-find-tags-by-name-method)
955         (semanticdb-find-tags-by-name-regexp-method)
956         (semanticdb-find-tags-for-completion-method)
957         (semanticdb-find-tags-by-class-method)
958         (semanticdb-find-tags-external-children-of-type-method)
959         (semanticdb-find-tags-subclasses-of-type-method)
960         (semanticdb-deep-find-tags-by-name-method)
961         (semanticdb-deep-find-tags-by-name-regexp-method)
962         (semanticdb-deep-find-tags-for-completion-method):
963         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
964         (semanticdb-enable-gnu-global-in-buffer)
965         (semanticdb-find-tags-for-completion-method)
966         (semanticdb-deep-find-tags-by-name-method)
967         (semanticdb-deep-find-tags-for-completion-method):
968         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
969         (javascript-mode, semanticdb-find-translate-path)
970         (semanticdb-find-tags-for-completion-method)
971         (semanticdb-find-tags-by-class-method)
972         (semanticdb-deep-find-tags-by-name-method)
973         (semanticdb-deep-find-tags-for-completion-method)
974         (semanticdb-find-tags-external-children-of-type-method):
975         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
976         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
977         (global-semantic-idle-scheduler-mode):
978         * cedet/srecode/dictionary.el (srecode-field-value)
979         (srecode-dictionary-add-section-dictionary):
980         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
981         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
982         (describe-class, eieio-describe-generic, describe-generic):
983         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
984         (eieio-speedbar-expand):
985         * emulation/viper-cmd.el (viper-exec-form-in-vi)
986         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
987         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
988         (viper-del-backward-char-in-replace, viper-backward-indent)
989         (viper-brac-function, viper-register-to-point, viper-submit-report):
990         * net/tramp.el (tramp-remote-coding-commands):
991         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
992         Fix typos in docstrings.
994 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
996         * mail/sendmail.el (mail-yank-original): Set the mark if the
997         specified function for yanking does not do it.
999 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1001         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1003         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1004         resyncing a directory.
1006 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1008         * progmodes/ada-mode.el: Fix bug#1920.
1009         (ada-ident-re): Delete ., allow multibyte characters.
1010         (ada-goto-label-re): New; matches goto labels.
1011         (ada-block-label-re): New; matches block labels.
1012         (ada-label-re): New; matches both.
1013         (ada-named-block-re): Deleted; callers changed to use
1014         `ada-block-label-re' instead.
1015         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1016         Use `ada-block-label-re'.
1017         (ada-indent-on-previous-lines): Improve handling of goto labels.
1018         (ada-get-indent-block-start): Special-case block label.
1019         (ada-get-indent-label): Split into `ada-indent-block-label' and
1020         `ada-indent-goto-label'.
1021         (ada-goto-stmt-start, ada-goto-next-non-ws):
1022         Optionally ignore goto labels.
1023         (ada-goto-next-word): Simplify.
1024         (ada-indent-newline-indent-conditional): Insert newline before
1025         trying to fix indentation; doc fix.
1027 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1029         * calc/calc.el (calc-command-flags): Give it an initial value.
1031 2010-01-17  Glenn Morris  <rgm@gnu.org>
1033         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1035 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1037         * cedet/semantic.el (semantic-mode):
1038         * files.el (minibuffer-with-setup-hook):
1039         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1040         (artist-key-draw-continously, artist-key-do-continously-continously)
1041         (artist-key-set-point-continously, artist-mouse-draw-continously):
1042         Fix typos in docstrings.
1044 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
1046         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1047         return t (Bug#3898).
1049 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
1051         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1052         can parse the output of the external commands (Bug#5279).
1054 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
1056         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1058 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1060         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1062         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1064         * startup.el (command-line): Remove unused --icon-type arg.
1065         Handle --display arg, passing it to command-line-1 (Bug#5392).
1067 2010-01-16  Mario Lang  <mlang@delysid.org>
1069         * cedet/ede/cpp-root.el (ede-cpp-root-project):
1070         * cedet/ede/files.el (ede-expand-filename):
1071         * cedet/ede/simple.el (ede-simple-project):
1072         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1073         (semantic-complete-inline-tag-engine):
1074         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1075         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1076         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1077         * cedet/semantic/db.el (semanticdb-equivalent-mode):
1078         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1079         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1080         * emacs-lisp/chart.el (chart-translate-namezone):
1081         * textmodes/artist.el (artist-compute-popup-menu-table):
1082         Remove duplicated words in doc-strings.
1084 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
1086         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1087         to mairix-search to suppress threading (Bug#5342).
1089 2010-01-15  Kenichi Handa  <handa@m17n.org>
1091         * international/mule-cmds.el (canonicalize-coding-system-name):
1092         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1094 2010-01-15  Glenn Morris  <rgm@gnu.org>
1096         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
1098         * wid-edit.el (widget-keymap): Doc fix.
1100         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1101         former seems to be more widely accepted by various svn versions.
1103 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1105         * find-cmd.el (find-constituents):
1106         * vc-arch.el (vc-arch-root):
1107         * window.el (window-body-height, pop-up-frames):
1108         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1109         (semantic-no-reparse-needed-change-hook):
1110         * cedet/srecode/insert.el (srecode-resolve-argument-list)
1111         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1112         (srecode-template-inserter-ask, srecode-template-inserter-width)
1113         (srecode-template-inserter-section-start)
1114         (srecode-template-inserter-section-end, srecode-insert-method):
1115         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1116         * progmodes/ada-stmt.el (ada-if):
1117         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1118         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1119         (ispell-encoding8-command, ispell-aspell-supports-utf8)
1120         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1122         * progmodes/flymake.el (flymake-post-syntax-check):
1123         Fix typo in error message.
1125 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1127         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1128         which is always a string.  (Bug#5313)
1130 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1132         * progmodes/ada-xref.el (ada-default-prj-properties):
1133         Simplify previous change.
1135 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1137         * progmodes/ada-xref.el (ada-default-prj-properties):
1138         Default ada_project_path to $ADA_PROJECT_PATH.
1140 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1142         * progmodes/ada-mode.el (ada-create-keymap):
1143         Override `narrow-to-defun' with `ada-narrow-to-defun'.
1145 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1147         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1148         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1149         (ada-get-current-indent, ada-imenu-generic-expression)
1150         (ada-which-function): Check for it.
1152 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1154         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1155         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1157 2010-01-14  Glenn Morris  <rgm@gnu.org>
1159         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
1161 2010-01-14  Kenichi Handa  <handa@m17n.org>
1163         * composite.el (auto-composition-mode): Make it a buffer local
1164         variable (permanent-local).
1165         (auto-composition-function): Set the default value to
1166         auto-compose-chars.
1167         (auto-composition-mode): Make it a simple function, not a minor mode.
1168         (global-auto-composition-mode): Likewise.
1169         (turn-on-auto-composition-if-enabled): Delete it.
1171 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
1173         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1175 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
1177         * files.el (copy-directory): Compute target for recursive
1178         directories with identical names.  (Bug#5343)
1180 2010-01-12  Glenn Morris  <rgm@gnu.org>
1182         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1183         it to bug-gnu-emacs rather than emacs-pretest-bug.
1185 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1187         * cedet/data-debug.el (data-debug): Fix customization group reference.
1189 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1191         * cedet/semantic/analyze.el (semantic-analyze-push-error)
1192         (semantic-analyze-context, semantic-analyze-context-assignment)
1193         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1194         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1195         (semantic-java-doc-keywords-map):
1196         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1197         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1198         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1199         (semantic-c-classname, semantic-format-tag-uml-prototype)
1200         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1201         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1202         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1203         (semantic-get-local-variables, semantic-end-of-command)
1204         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1205         (lisp-mode):
1206         * cedet/semantic/bovine/make.el (makefile-mode):
1207         * cedet/semantic/wisent/python.el (wisent-python-string-re)
1208         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1209         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1210         (semantic-lex, semantic-get-local-variables, python-mode):
1211         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1212         * cedet/srecode/extract.el (srecode-extract-state-set)
1213         (srecode-extract-method): Fix typos in docstrings.
1215 2010-01-11  Sam Steingold  <sds@gnu.org>
1217         * imenu.el (imenu-default-create-index-function): Detect infinite
1218         loops caused by imenu-prev-index-position-function.
1220 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1222         * htmlfontify.el (htmlfontify-load-rgb-file)
1223         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1224         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1225         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1226         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1227         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1228         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1229         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1230         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1231         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1232         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1233         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1234         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1235         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1236         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1237         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1238         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1239         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1240         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1241         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1242         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1243         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1244         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1245         backslash-quoting from parentheses, etc.
1247 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1249         * progmodes/js.el: Autoload javascript-mode alias.
1251 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1253         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1254         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1255         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1256         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1257         Fix typos in docstrings.
1258         (ffap-url-regexp): Doc fix.
1259         (ffap-at-mouse): Fix typo in message.
1261 2010-01-11  Glenn Morris  <rgm@gnu.org>
1263         * version.el (emacs-copyright): Set copyright year to 2010.
1265 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1267         * format.el (format-annotate-function): Only set
1268         write-region-post-annotation-function after running to-fn so as not to
1269         affect nested write-region calls (bug#5273).
1271 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1273         * cedet/semantic.el (semantic-new-buffer-setup-functions):
1274         Add python parser.
1276         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1277         wisent/python.el.
1279 2010-01-10  Richard Kim  <emacs18@gmail.com>
1281         * cedet/semantic/wisent/python-wy.el:
1282         * cedet/semantic/wisent/python.el: New files.
1284 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1286         * man.el (Man-goto-section): Signal error if the section is not
1287         found (Bug#5317).
1289 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
1291         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1292         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
1294 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1296         * progmodes/compile.el: Don't treat compile-command as safe if
1297         compilation-read-command might be nil (Bug#4218).
1299 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1301         * startup.el (command-line-1): Use orig-argi to check for ignored X and
1302         NS options.
1304 2010-01-08  Kenichi Handa  <handa@m17n.org>
1306         * international/fontset.el (build-default-fontset-data):
1307         Exclude characters in scripts kana, hangul, han, or cjk-misc.
1309 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
1311         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1312         to `create-file-buffer' as it expects, not just a buffer name.
1313         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1314         to help uniquify.  (Bug#3224)
1316 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1318         * font-setting.el (font-setting-change-default-font): Use user-spec
1319         instead of name.
1321 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1323         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1325 2010-01-05  Tom Tromey  <tromey@redhat.com>
1327         * progmodes/python.el (python-font-lock-keywords):
1328         Handle qualified decorators (Bug#881).
1330 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1332         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1333         in a lightweight checkout.
1335 2010-01-05  Kenichi Handa  <handa@m17n.org>
1337         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1339 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1341         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1343 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1345         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1346         checkouts.  (Bug#618)
1347         (vc-bzr-log-view-mode): Also highlight the author.
1348         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1349         (vc-bzr-shelve-menu-map):
1350         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1351         (vc-bzr-shelve-apply): Make prompt more explicit.
1353 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1355         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1356         They are valid characters in URL paths (rfc3986), and at least
1357         Firefox does not understand the encoded version (Bug#3166).
1359 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
1361         * progmodes/octave-mod.el (octave-end-keywords)
1362         (octave-block-begin-or-end-regexp, octave-block-match-alist):
1363         Add "end" keyword (Bug#3061).
1364         (octave-end-as-array-index-p): New function.
1365         (calculate-octave-indent): Use it.
1367 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1369         * bookmark.el: Consistently put the text property on the bookmark name.
1370         (bookmark-bmenu-marks-width): Bump back to 2, to include
1371         annotation marks.
1372         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1373         property on the bookmark name, instead of not putting it at all.
1374         (bookmark-bmenu-list): Fix where we put the text property.
1376 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1378         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1379         for showing buffer modified state (as added in the previous change).
1381 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1383         * bookmark.el: Show modified state of bookmark buffer more accurately.
1384         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1385         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1386         (with-buffer-modified-unmodified): New macro.
1387         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1388         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1389         Use new macro to preserve the buffer modified state.
1391 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1393         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1394         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1395         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1396         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1397         (bookmark-bmenu-rename, bookmark-bmenu-locate)
1398         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1399         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1401 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1403         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1404         Make the lines in the generated doc string shorter.  (Bug#4668)
1406 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
1408         * net/rcirc.el: Add follow-link binding (Bug#4738).
1410 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1412         * Makefile.in (bzr-update): Rename from cvs-update.
1413         (cvs-update): New target for backward compatibility.
1415         * makefile.w32-in (bzr-update): Rename from cvs-update.
1416         (cvs-update): New target for backward compatibility.
1418 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1420         * bookmark.el: Remove gratuitous gratitude.
1422 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1424         * bookmark.el (bookmark-bmenu-any-marks): New function
1425         (bookmark-bmenu-save): Clear buffer modification if no marks.
1427 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1429         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1430         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1431         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1432         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1434         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1435         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1436         To: emacs-devel {_AT_} gnu.org
1437         Subject: bookmark.el bug report
1438         Date: Mon, 28 Dec 2009 14:19:16 +0800
1439         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1441 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1443         * bookmark.el: Improvements suggested by Drew Adams:
1444         (bookmark-bmenu-ensure-position): New name for
1445         `bookmark-bmenu-check-position'.  Just ensure the position,
1446         don't return any meaningful value.
1447         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1448         New constants.
1450 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1452         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1453         (bookmark-yank-point, bookmark-bmenu-check-position):
1454         Fix typos in docstrings.
1455         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1456         (bookmark-name-from-full-record, bookmark-get-position)
1457         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1458         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1459         Remove useless quoting of parenthesis, etc. in docstrings.
1461         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1462         (ediff-append-custom-diff): Fix typo in error message.
1463         (ediff-meta-mark-equal-files): Fix typos in messages.
1465         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1467         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1468         Fix typo in docstring.
1470         * net/imap-hash.el (imap-hash-make): Doc fix.
1471         (imap-hash-test): Fix typo in error message; reflow docstring.
1472         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1473         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1474         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1475         Fix typos in docstrings.
1476         (imap-hash-open-connection): Fix typo in error message.
1478         * play/gomoku.el (gomoku): Fix typos in docstring.
1480         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1481         (gdb-jsonify-buffer): Fix typos in docstring.
1482         (gdb-goto-breakpoint): Fix typo in error message.
1483         ("Display Other Windows"): Fix typo in help message.
1484         (gdb-speedbar-expand-node): Fix typo in question.
1486         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1487         (idlwave-html-system-help-location, idlwave-html-help-location)
1488         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1489         (idlwave-help-browser-generic-args, idlwave-help-directory)
1490         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1491         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1492         (idlwave-online-help, idlwave-help-html-link)
1493         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1494         Fix typos in docstrings.
1495         (idlwave-help-with-source, idlwave-help-find-routine-definition):
1496         Reflow docstrings.
1497         (idlwave-help-assistant-start): Fix typo in error message.
1499         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1500         (octave-electric-space): Fix typos in docstrings.
1502 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1504         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1506 2010-01-01  Juri Linkov  <juri@jurta.org>
1508         * comint.el (comint-input-ring-size): Make it a defcustom and
1509         increase the default to 500 (Bug#5148).
1511 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
1513         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1514         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1515         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1517 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
1519         Show working revision correctly for mercurial.
1520         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1521         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1523 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
1525         Declare some functions for the byte-compiler.
1526         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1527         (speedbar-timer-fn, speedbar-change-expand-button-char)
1528         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1530 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
1532         This changeset reverts GDB Graphical Interface to use annotations.
1533         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1535 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1537         Make vc-dir work on subdirectories of the bzr root.
1538         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
1539         file names relative to it.
1540         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1541         relative directory to vc-bzr-after-dir-status.
1543 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
1545         * font-lock.el (font-lock-refresh-defaults): New function, which
1546         can be used to let font-lock react to external changes in
1547         variables like font-lock-defaults and keywords.
1548         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1550 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1552         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1554         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1556 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1558         Supersede color.diff settings in git log (bug#5211).
1560         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1561         escape chars in its output when the user has color.diff set to `always'.
1562         This fix works on git 1.4.2 and newer (released on 2006-08-13).
1564 2009-12-26  Kevin Ryde  <user42@zip.com.au>
1566         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1567         node.  Keep previous "Index" name to work with past coreutils too.
1569         * man.el (man): Revise docstring a bit to show -a and -l as
1570         examples.  Add -k description since support for it has otherwise
1571         been a secret.  (Further to bug#3717.)
1572         (Man-bgproc-sentinel): When "-k foo" produces no output show error
1573         "no matches" rather than "Can't find manpage", as the latter reads
1574         like -k was interpreted as a page name, which is not so.  (Bug#5431)
1576 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
1578         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1579         switches.  Check also for //SUBDIRED// line.
1581 2009-12-25  Kenichi Handa  <handa@m17n.org>
1583         * language/indian.el (devanagari-composable-pattern): Fixed to
1584         handle ZWNJ and ZWJ.  Use it in composition-function-table for
1585         Devanagari.
1586         (malayalam-composable-pattern): Fix previous change.
1588 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1590         * ps-print.el (ps-face-attributes): It was not returning the
1591         attribute face for faces specified as string.  Reported by harven
1592         <harven@free.fr>.
1593         (ps-print-version): New version 7.3.5.
1595 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1597         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1598         timezone names.
1599         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1600         (icalendar--add-diary-entry): Remove the trailing blank that
1601         diary-make-entry inserts.
1603 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
1605         Make `file-expand-wildcards' work for remote files.
1607         * files.el (file-expand-wildcards): In case of remote files, check
1608         only local file name part for wildcards.  Provide feature 'files
1609         and subfeature 'remote-wildcards.  (Bug#5198)
1611         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1612         if there is already an established connection.
1613         (tramp-advice-file-expand-wildcards): Remove it.
1615         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1616         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1617         Activate advice for older GNU Emacs versions.  (Bug#5237)
1619 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
1621         Some doc fixes (more needed).
1623         * find-cmd.el (find-constituents): Reflow docstring.
1624         (find-cmd, find-prune, find-command): Fix typos in docstrings.
1625         (find-generic): Doc fix.
1627 2009-12-17  Juri Linkov  <juri@jurta.org>
1629         Fix regression from 23.1 to allow multiple modes in Local Variables.
1631         * files.el (hack-local-variables-filter): While ignoring duplicates,
1632         don't take `mode' into account.
1633         (hack-local-variables-filter, hack-dir-local-variables): Don't
1634         remove duplicate `mode' from local-variables-alist (like `eval').
1636 2009-12-17  Juri Linkov  <juri@jurta.org>
1638         Make `dired-diff' more safe.  (Bug#5225)
1640         * dired-aux.el (dired-diff): Signal an error when `file' equals to
1641         `current' or when `file' is a directory of the `current' file.
1643 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
1645         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1646         unconditionally preloaded files.
1648 2009-12-16  Juri Linkov  <juri@jurta.org>
1650         Revert to old 23.1 logic of using the file at the mark as default.
1651         * dired-aux.el (dired-diff): Use the file at the mark as default
1652         if it's not the same as the current file, and the target dir is
1653         the current dir or the mark is active.  Add the current file
1654         as the arg of `dired-dwim-target-defaults'.  Use the default file
1655         in the prompt.  (Bug#5225)
1657 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
1659         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1660         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1661         (tramp-check-for-regexp): Check also, when an echoing shell stops
1662         to echo sent commands.
1664 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1666         * Makefile.in: Revert last change (Bug#5191).
1668 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
1670         * vc-hg.el (vc-hg-print-log): Fix argument order.
1671         (vc-hg-working-revision): Make sure the command is executed in a
1672         known environment so that we can parse the output.  (Bug#4417)
1674 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1676         * progmodes/python.el (python-symbol-completions): Remove text
1677         properties from symbol string before calling python-send-receive.
1679 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
1681         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1682         when there are values for both file and line.  (Bug#5060)
1684 2009-12-14  Juri Linkov  <juri@jurta.org>
1686         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1687         whitespace after the file name of the first line of unified format,
1688         because git-diff doesn't output whitespace and file modification time
1689         after the file name.
1691 2009-12-14  David Kastrup  <dak@gnu.org>
1693         * info.el (Info-hide-cookies-node): Before hiding a cookie,
1694         check if it already has the `display' property added by
1695         `Info-display-images-node', and not put the `invisible' property
1696         in this case.
1698 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1700         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1701         (semantic-mru-bookmark-mode): Doc fixes.
1703         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1704         of assert.
1706 2009-12-13  Glenn Morris  <rgm@gnu.org>
1708         * mail/emacsbug.el (message-sort-headers): Define for compiler.
1709         (report-emacs-bug): In message-mode, sort manually before storing
1710         original report text.  (Bug#5178)
1711         Remove superfluous save-excursion.
1713 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
1715         * net/dbus.el (dbus-property-handler): Filter lambda forms out
1716         when responding to "GetAll" properties.
1718 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
1720         * simple.el (compose-mail): Remove mail-setup-with-from from
1721         customization checks.
1723 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
1725         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1726         RAR archives created on Unix systems.
1728 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1730         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1731         the varalias that was accidentally removed by the 2009-11-19 change
1732         (bug#5186).
1734 2009-12-12  Kenichi Handa  <handa@m17n.org>
1736         * language/indian.el (indian-compose-regexp): New function.
1737         (malayalam-composable-pattern): Fix the pattern.
1738         (composition-function-table): Set malayalam-composable-pattern for
1739         Malayalam characters.
1741 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
1743         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1744         rather than down-mouse-1, based on follow-link conventions.
1746         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1747         are compiled.
1749 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
1751         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1752         (verilog-vmm-statement-re, verilog-ovm-statement-re)
1753         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1754         (verilog-leap-to-head, verilog-backward-token):
1755         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
1757 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
1759         * progmodes/verilog-mode.el (verilog-auto-lineup)
1760         (verilog-nameable-item-re): Cleanup user-visible spelling and
1761         documentation errors.  One reported by Gary Delp.
1762         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1763         (verilog-read-decls): Fix AUTOWIRE with types declared in a
1764         package, bug195.  Reported by Pierre-David Pfister.
1766 2009-12-11  Glenn Morris  <rgm@gnu.org>
1768         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1770         * mail/emacsbug.el: No longer require sendmail.
1771         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
1772         (report-emacs-bug-orig-text): Doc fix.
1773         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1774         New local variables, to adapt to different mail-user-agents.
1775         (report-emacs-bug): Fix test for a gnu.org address.
1776         Use overlays for emphasis, since font-lock defeats 'face property.
1777         Pretest bugs also end up at the newsgroup these days.
1778         Stop message-mode stripping text properties.
1779         Set and use the new buffer-local variables.
1780         (report-emacs-bug-hook): Add doc-string.
1781         Remove some unnecessary save-excursions and simplify.
1782         Use the appropriate hook and send-command.
1784         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1785         capitalization of some menu entries.
1787 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1789         * whitespace.el (whitespace-display-char-on): Ensure
1790         `buffer-display-table' is unique when two or more windows are
1791         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1792         New version 12.1.
1794 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
1796         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1797         characters in the Attribute field.
1799 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
1801         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
1803 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1805         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1806         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1807         Disregard autoload-excludes.
1808         (update-directory-autoloads): Obey autoload-excludes here instead.
1809         But don't store its contents in no-autoloads and remove entries that
1810         refer to excludes files.
1812 2009-12-10  Glenn Morris  <rgm@gnu.org>
1814         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1815         (expand-mail-aliases): Define for compiler.
1817         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1818         Define for compiler.
1820         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1821         appropriate for the mail-user-agent in use.
1823 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
1825         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1827 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
1829         Fix short log parsing and fontification.
1830         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1831         Fix fontification for the [merge] label.
1833 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
1835         Drop some properties to avoid surprises.
1836         * htmlfontify.el (hfy-ignored-properties): New defcustom.
1837         (hfy-fontify-buffer): Use it.
1839 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1841         Minor cleanup.
1842         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1843         Adjust all callers.
1844         (ffap-locate-file): Remove unused arg `dir-ok' and make other
1845         args compulsory.  Adjust callers.
1846         (ffap-gopher-at-point): Remove unused var `name'.
1848         Get rid of the ELCFILES abomination.
1849         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1850         (compile-elcfiles): New phony target.
1851         (compile-main): Compute ELCFILES dynamically.
1852         (compile-clean): New target to remove left-over elc files.
1853         (compile, all): Use it.
1855 2009-12-09  Kenichi Handa  <handa@etlken>
1857         * international/mule-diag.el: Require help-mode instead of help-fns.
1859 2009-12-09  Kenichi Handa  <handa@m17n.org>
1861         * international/mule-cmds.el (ucs-names): Supply sufficiently
1862         fine ranges instead of pre-calculating accurate ranges.
1863         Iterate with bigger gc-cons-threshold.
1865 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1867         Add support for stashing a snapshot of the current tree.
1868         * vc-git.el (vc-git-stash-snapshot): New function.
1869         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1871 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
1873         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1874         instead of `(beginning|end)-of-line'.
1876 2009-12-08  Glenn Morris  <rgm@gnu.org>
1878         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1880         * Makefile.in (ELCFILES): Regenerate.
1882 2009-12-07  Juri Linkov  <juri@jurta.org>
1884         Don't lazy-highlight the comint output in history Isearch mode.
1886         * comint.el (comint-history-isearch-search): Instead of
1887         `comint-line-beginning-position', use `comint-after-pmark-p'
1888         to check if point if before the process mark, and go to
1889         `process-mark' in this case.
1891 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1893         * textmodes/tex-mode.el (latex-complete)
1894         (latex-indent-or-complete): Remove.
1895         (latex-mode): Set completion-at-point-functions instead.
1897         Provide a standard completion command and hook it into TAB.
1898         * minibuffer.el (completion-at-point-functions): New var.
1899         (completion-at-point): New command.
1900         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1901         * progmodes/python.el (python-mode-map): Use completion-at-point.
1902         (python-completion-at-point): Rename from python-partial-symbol and
1903         adjust for use in completion-at-point-functions.
1904         (python-mode): Setup completion-at-point for Python completion.
1905         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1906         extracted from lisp-complete-symbol.
1907         (lisp-complete-symbol): Use it.
1908         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1909         setup completion-at-point for Elisp completion.
1910         (emacs-lisp-mode-map, lisp-interaction-mode-map):
1911         Use completion-at-point.
1912         * ielm.el (ielm-map): Use completion-at-point.
1913         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1914         * progmodes/sym-comp.el: Move to...
1915         * obsolete/sym-comp.el: Move from progmodes.
1917 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
1919         Prevent save-buffer in Rmail buffers from using the coding-system
1920         of the current message, and from clobbering the encoding mnemonics
1921         in the mode line (Bug#4623).
1923         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1924         flag, too.
1925         (rmail-message-encoding): New variable.
1926         (rmail-write-region-annotate): Record the encoding of the current
1927         message in rmail-message-encoding.
1928         (rmail-after-save-hook): New function, restores the encoding of
1929         the current message after the message collection is saved.
1931 2009-12-07  Juri Linkov  <juri@jurta.org>
1933         * progmodes/grep.el (grep-read-files): Use `completing-read'
1934         instead of `read-string'.  Set its `collection' arg to
1935         `read-file-name-internal'.  (Bug#4301)
1937 2009-12-07  Juri Linkov  <juri@jurta.org>
1939         Correctly restore original Isearch point.  (Bug#4994)
1941         * isearch.el (isearch-mode): Move `isearch-push-state' after
1942         `(run-hooks 'isearch-mode-hook)'.
1943         (isearch-cancel): When `isearch-push-state-function' is defined,
1944         let-bind `isearch-cmds' to the first state (the last element of
1945         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1946         function and restores the original point).  Otherwise, move point
1947         to `isearch-opoint'.
1949 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1951         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1952         chars that don't have names, so the table can be built much faster at
1953         run-time.
1955 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
1957         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1958         change.  Suggested by David Kastrup.
1960         * simple.el (compose-mail): Check for incompatibilities and warn.
1961         (compose-mail-user-agent-warnings): New option.
1963 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
1965         Support showing a single log entry from vc-annotate.
1966         * vc.el (print-log): Add a new argument: START-REVISION.
1967         (vc-print-log-internal): Add a new optional argument and
1968         pass it to the backend.
1969         (vc-print-log, vc-print-root-log): Adjust callers.
1970         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1971         buffer already displays the requested log entry, use it.
1972         Otherwise display only the log entry in question.
1973         * vc-svn.el (vc-svn-print-log):
1974         * vc-mtn.el (vc-mtn-print-log):
1975         * vc-hg.el (vc-hg-state):
1976         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1977         (vc-git-show-log-entry): Return t on success.
1978         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1979         (vc-bzr-show-log-entry): Return t on success.
1980         * vc-rcs.el (vc-rcs-print-log):
1981         * vc-sccs.el (vc-sccs-print-log):
1982         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1984 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
1986         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1987         Add menus to the meta mode.  (Bug#5043)
1989 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
1991         * ediff-init.el (ediff-event-key): Use event-to-character instead of
1992         event-key.
1994         * ediff.el (ediff-buffers-internal): Add unwind-protect.
1996 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
1998         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
1999         Berbain <raphael.berbain@gmail.com>.
2001         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2002         characters.
2003         (tramp-initial-end-of-output): New defconst.
2004         (tramp-methods, tramp-find-shell)
2005         (tramp-open-connection-setup-interactive-shell)
2006         (tramp-maybe-open-connection): Use it.
2007         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2008         existence of `#' and `$'.
2010         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2011         `tramp-initial-end-of-output'.
2013 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2015         Get the background mode from the terminal for xterm, and set
2016         faces accordingly.
2017         * term/xterm.el (xterm-set-background-mode): New function.
2018         (terminal-init-xterm): Use it in case xterm supports background
2019         color queries.  Recompute faces after getting the background
2020         color.
2022 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2024         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2025         number comment back on its own line, for easier parsing.
2027 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         Make it work for non-file buffers (bug#5102).
2030         * doc-view.el (doc-view-current-cache-dir):
2031         Use doc-view-buffer-file-name rather than buffer-file-name.
2032         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2034 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2036         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2037         author field is too short.
2039 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2041         * vc-git.el (vc-git-print-log): Handle a limit argument.
2042         Display the short log in graph form and with labels.
2043         (vc-git-log-view-mode): Handle labels.
2045         Make vc-revert change VC state from 'added to 'unregistered.
2046         * vc-git.el (vc-git-revert): Call git reset first.
2048 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2050         * net/newst-backend.el, net/newst-plainview.el:
2051         * net/newst-reader.el, net/newst-ticker.el:
2052         * net/newst-treeview.el, net/newsticker.el:
2053         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2055 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2057         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2059         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2060         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2061         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2062         Update annotation regexp.
2064         * simple.el (beginning-of-visual-line): Constrain to field
2065         boundaries (Bug#5106).
2067 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2069         * xml.el (xml-substitute-numeric-entities): Move
2070         newsticker--decode-numeric-entities in newst-backend.el to
2071         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2072         * net/newst-backend.el (newsticker--parse-generic-feed)
2073         (newsticker--parse-generic-items)
2074         (newsticker--decode-numeric-entities): Move
2075         newsticker--decode-numeric-entities in newst-backend.el to
2076         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2078 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
2080         * progmodes/js.el (js--js-not): Add null to the list of values.
2082 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2084         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2086 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2088         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2089         delimiter if it is at the end of the current line.
2090         (bibtex-generate-url-list): Fix docstring.
2092 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2094         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2095         minibuffer's content with itself.
2096         Fold the confirm-after-completion case into the `confirm' case.
2097         (completion-pcm-word-delimiters): Add : and / to the delimiters.
2099 2009-12-06  Kevin Ryde  <user42@zip.com.au>
2101         * ffap.el (ffap-rfc-path): Make this a defcustom since
2102         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
2104         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2105         manuals, similar to existing setup for help-mode.  (Bug#3913.)
2107 2009-12-05  Juri Linkov  <juri@jurta.org>
2109         Save and restore dired buffer's point positions too.  (Bug#4880)
2111         * dired.el (dired-save-positions): Return in the first element
2112         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2113         Doc fix.
2114         (dired-restore-positions): First restore buffer's position.
2115         While restoring window's positions, check if window still displays
2116         the original buffer.
2118 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2120         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2121         if possible.
2123         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2124         Make argument optional.
2126         * shell.el (shell): Require ansi-color (Bug#5113).
2128         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2130         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2132 2009-12-05  Alan Mackenzie  <acm@muc.de>
2134         * progmodes/cc-mode.el (c-before-hack-hook)
2135         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2136         `c-file-style' to work again.  This reversion restores the current
2137         software to its state in Emacs 23.1.  (Bug#4146)
2139 2009-12-05  Kevin Ryde  <user42@zip.com.au>
2141         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2142         comment-start-skip to comment-end-skip as comment (Bug#4781).
2144 2009-12-05  Juri Linkov  <juri@jurta.org>
2146         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2147         for virtual nodes.  (Bug#4147)
2148         (Info-find-node-2): Set `Info-current-node-virtual' to nil
2149         when moving from a virtual node.
2150         (Info-mode-menu): Add `Info-virtual-index' to the menu.
2151         (Info-mode): Add `Info-virtual-index' to the docstring.
2153 2009-12-05  Eric Ludlam  <zappo@gnu.org>
2155         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2156         Describe project macro symbols.
2158         * cedet/semantic/complete.el (semantic-complete-do-completion):
2159         Don't call semantic-collector-current-exact-match.
2161         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2162         ede-objects as targets.
2164         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2165         a target's object list even if compiler vars are already in the
2166         Makefile.
2168         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2169         list of headers producing necessary macros.
2171 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2173         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2174         track of the buffer position of the end of a BibTeX entry as this
2175         position may change during reformatting.
2176         (bibtex-format-entry): Remove whitespace before processing
2177         numerical fields so that we recognize the latter properly.
2178         (bibtex-reformat): Do not use push which changes the global value
2179         of bibtex-entry-format.
2180         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2181         (bibtex-field-re-init): Replace only space characters by regexp
2182         for whitespace.
2183         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2184         (bibtex-initialize): Also update bibtex-strings.
2185         (bibtex-kill-field): Preserve white space at end of entry.
2186         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2187         Update bibtex-reference-keys.
2189 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2191         * minibuffer.el (completion-pcm--merge-try): Also consider placing
2192         point after a star, if that's the only place where modifications can
2193         make progress.
2195 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
2197         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2198         in docstrings.
2200 2009-12-04  Juri Linkov  <juri@jurta.org>
2202         * proced.el (proced): Call `(proced-update t)' to update process
2203         information instead of only running proced-post-display-hook.
2204         (proced-send-signal): Add a leading space to the buffer name
2205         " *Marked Processes*" to make this buffer ephemeral.
2207 2009-12-04  Juri Linkov  <juri@jurta.org>
2209         * dired.el (dired-auto-revert-buffer): New defcustom.
2210         (dired-internal-noselect): Use it.
2212 2009-12-04  Juri Linkov  <juri@jurta.org>
2214         Change roles of modes and functions in image-mode.el (Bug#5062).
2216         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2217         in `auto-mode-alist'.
2218         (image-mode-previous-major-mode): New variable.
2219         (image-minor-mode-map): Rename from `image-mode-text-map'.
2220         (image-mode): Move graceful error-handling code from
2221         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
2222         (image-minor-mode): Remove all image-handling code.
2223         Replace `image-mode-text-map' with `image-minor-mode-map'.
2224         Check for `image-type' in mode-line format string.
2225         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2226         (image-mode-as-text): New function with most code from
2227         `image-mode-maybe'.
2228         (image-toggle-display-text): Move code that removes image
2229         properties from `image-toggle-display' to here.
2230         (image-toggle-display-image): New function with code that adds
2231         image properties copied from `image-toggle-display'.
2232         (image-toggle-display): Remove most code with leaving only code
2233         that toggles between `image-mode-as-text' and `image-mode'.
2235 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
2237         * net/newst-treeview.el
2238         (newsticker--treeview-list-highlight-start): Restored call to
2239         save-excursion: Selected item was stuck.
2240         (newsticker--treeview-list-select): New.
2241         (newsticker--treeview-item-show-text)
2242         (newsticker--treeview-item-show)
2243         (newsticker--treeview-item-update): Use new
2244         newsticker-treeview-item-mode.
2245         (newsticker-treeview-update): Keep current item.
2246         (newsticker-treeview-next-new-or-immortal-item): Doc change.
2247         (newsticker--treeview-first-feed): Doc change.
2248         (newsticker-treeview-list-menu)
2249         (newsticker-treeview-item-menu): Added menu entries.
2250         (newsticker-treeview-item-mode): New.
2252         * net/newst-backend.el (newsticker-customize): Delete other
2253         windows.
2255 2009-12-04  Sam Steingold  <sds@gnu.org>
2257         * log-view.el (log-view-mode-map): "q" calls quit-window,
2258         like in all the other non-self-insert buffers.
2260 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2262         Minor cleanup.
2263         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2264         key decoding rather than do it manually via last-input-event +
2265         ascii-character.
2266         (term-exec): Use delete-and-extract-region.
2267         (term-handle-ansi-terminal-messages): Remove unused var `end'.
2268         (term-process-pager): Remove unused var `i'.
2269         (term-dynamic-simple-complete): Make obsolete.
2270         (serial-update-config-menu): Remove unused vars `y' and `str'.
2271         (term-update-mode-line): Remove unused var `temp'.
2273 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2275         Limit the number of log entries displayed by default.
2276         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2277         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2278         using a prefix argument.
2280 2009-12-03  Glenn Morris  <rgm@gnu.org>
2282         * progmodes/idlwave.el (class): Restore still useful declaration.
2284 2009-12-03  Alan Mackenzie  <acm@muc.de>
2286         Enhance `c-parse-state' to run efficiently in "brace deserts".
2288         * progmodes/cc-mode.el (c-basic-common-init):
2289         Call c-state-cache-init.
2290         (c-neutralize-syntax-in-and-mark-CPP): Rename from
2291         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
2292         placing `category' properties value 'c-cpp-delimiter at its boundaries.
2294         * progmodes/cc-langs.el (c-before-font-lock-function):
2295         c-extend-and-neutralize-syntax-in-CPP has been renamed
2296         c-neutralize-syntax-in-and-mark-CPP.
2298         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2299         with `category' properties now, not `syntax-table' ones.
2301         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2302         enhanced (but slower) version of c-end-of-macro that won't land
2303         inside a literal or on another awkward character.
2304         (c-state-cache-too-far, c-state-cache-start)
2305         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2306         (c-state-nonlit-pos-cache-limit, c-state-point-min)
2307         (c-state-point-min-lit-type, c-state-point-min-lit-start)
2308         (c-state-min-scan-pos, c-state-brace-pair-desert)
2309         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2310         buffer local variables.
2311         (c-state-literal-at, c-state-lit-beg)
2312         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2313         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2314         (c-state-cache-top-paren, c-state-cache-after-top-paren)
2315         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2316         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2317         (c-renarrow-state-cache)
2318         (c-append-lower-brace-pair-to-state-cache)
2319         (c-state-push-any-brace-pair, c-append-to-state-cache)
2320         (c-remove-stale-state-cache)
2321         (c-remove-stale-state-cache-backwards, c-state-cache-init)
2322         (c-invalidate-state-cache-1, c-parse-state-1)
2323         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2324         (c-parse-state): Enhance and refactor.
2325         (c-debug-parse-state): Amend to deal with all the new variables.
2327         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2328         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2329         modify to use category text properties rather than syntax-table ones.
2330         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2331         to switch off/on the syntactic paren property of C++ template
2332         delimiters using the category property.
2333         (c-with-<->-as-parens-suppressed): Macro to invoke code with
2334         template delims suppressed.
2335         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2336         New constant/macros which apply category properties to the start
2337         and end of preprocessor constructs.
2338         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2339         "comment out" the syntactic value of characters in preprocessor
2340         constructs.
2341         (c-with-cpps-commented-out)
2342         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2343         with characters in all or all but one preprocessor constructs
2344         "commented out".
2346 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2348         * proced.el (proced-filter-alist): Use regexp-quote.
2350 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
2352         Cleanup.
2353         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2354         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
2355         arguments.  Expand `default-directory'.
2357         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2358         the benefit of returning an expanded localname.
2359         (tramp-tramp-file-p): Handle the case NAME is not a string.
2361 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2363         Add support for bzr shelve/unshelve.
2364         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2365         (vc-bzr-extra-menu-map): New variables.
2366         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2367         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2368         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2369         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2370         (vc-bzr-dir-extra-headers): Display shelves.
2372         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2374 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2376         * textmodes/bibtex.el (bibtex-complete-internal):
2377         Use completion-in-region.
2378         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2380 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2382         Support applying stashes.  Improve UI.
2383         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2384         (vc-git-stash-apply, vc-git-stash-pop)
2385         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2386         (vc-git-stash-menu): New functions.
2387         (vc-git-stash-menu-map): New variable.
2388         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2390 2009-12-03  Glenn Morris  <rgm@gnu.org>
2392         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2393         (vc-print-log-internal): Fix previous change.
2394         (vc-revert): Correct pluralization.
2396 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2398         * progmodes/make-mode.el (makefile-special-targets-list): No need for
2399         it to be an alist any more.
2400         (makefile-complete): Use completion-in-region.
2402         * progmodes/octave-mod.el (octave-complete-symbol):
2403         Use completion-in-region.
2405         Misc cleanup.
2406         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2407         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2408         (idlwave-complete-class): Don't quote lambda.
2409         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2410         (idlwave-mode-map): Move initialization into declaration.
2411         (idlwave-action-and-binding): Use backquotes.
2412         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2413         Simplify.
2414         (idlwave-is-pointer-dereference): Remove unused var `pos'.
2415         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2416         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2417         `parts', and `all-parts'.
2418         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2419         (idlwave-convert-xml-system-routine-info): Remove unused string
2420         `version-string'.
2421         (idlwave-display-user-catalog-widget): Use dolist.
2422         (idlwave-scanning-lib): Declare dynamically-scoped var.
2423         (idlwave-scan-library-catalogs): Remove unused var `flags'.
2424         (completion-highlight-first-word-only): Declare to silence bytecomp.
2425         (idlwave-popup-select): Tighten scope of `resp'.
2426         (idlwave-find-struct-tag): Remove unused var `beg'.
2427         (idlwave-after-load-rinfo-hook): Declare.
2428         (idlwave-sintern-class-info): Remove unused var `taglist'.
2429         (idlwave-find-class-definition): Remove unused var `list'.
2430         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2431         (idlwave-what-module-find-class): Remove unused var `classes'.
2433 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
2435         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2437 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2439         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2440         buffers visited.  Remove redundant current-buffer-saving.
2442 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2444         Use completion-in-buffer and remove uses of dynamic scoping.
2445         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2446         (pascal-buffer-to-use, pascal-flag): Don't declare.
2447         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2448         (pascal-get-completion-decl, pascal-keyword-completion):
2449         Add `pascal-str' argument, save-excursion,
2450         return the found completions, and don't filter with pascal-pred.
2451         (pascal-completion-cache): New var.
2452         (pascal-completion): Don't switch buffer any more (it was never
2453         necessary).  Don't save-excursion any more (it's done by the called
2454         subroutines).  Use a cache to avoid redundant computations.
2455         Use complete-with-action rather than pascal-completion-response and
2456         let it apply the predicate as well.
2457         (pascal-complete-word): Use completion-in-buffer when
2458         pascal-toggle-completions is nil.
2459         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2460         not used any more.
2461         (pascal-comp-defun): Don't change buffer any more.
2462         Use complete-with-action rather than pascal-completion-response and
2463         let it apply the predicate as well.
2464         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2465         when neded.
2467 2009-12-02  Kenichi Handa  <handa@m17n.org>
2469         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2470         shape for all Indic scripts.
2472 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2474         Use completion-in-buffer.
2475         * wid-edit.el (widget-field-text-end): New function.
2476         (widget-field-value-get): Use it.
2477         (widget-string-complete, widget-file-complete)
2478         (widget-color-complete): Use it and completion-in-region.
2479         (widget-complete): Don't narrow the buffer.
2481 2009-12-02  Glenn Morris  <rgm@gnu.org>
2483         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
2484         (rmail-select-summary): Use rmail-pop-to-buffer.
2485         * mail/rmailsum.el: Replace all pop-to-buffer calls with
2486         rmail-pop-to-buffer, to prevent horizontal splits.
2488         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2489         save-excursion with save-current-buffer.
2490         Widen before searching.  (Bug#5093)
2491         (diary-list-sexp-entries): Remove superfluous save-excursion.
2493 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
2495         * woman.el (woman-make-bufname): Handle man-pages with "." in the
2496         name.  (Bug#5038)
2498 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2500         * ido.el (ido-file-internal): Handle filenames at point that do
2501         not have a directory part.  (Bug#5049)
2503 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
2505         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2506         (mpc-songs-jump-to, mpc-resume): Doc fixes.
2508 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
2510         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2511         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2512         any more.
2514 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2516         * comint.el (comint-insert-input): Ignore clicks to the right of
2517         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2519         * vc.el (vc-print-log-internal): Don't wait for the process to
2520         terminate before setting up the major mode.
2522         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2523         in case.
2525         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2526         the last element.
2528         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2530 2009-12-01  Glenn Morris  <rgm@gnu.org>
2532         * window.el (window--display-buffer-2): Fix previous changes.
2534 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
2536         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2538 2009-12-01  Glenn Morris  <rgm@gnu.org>
2540         * Makefile.in (ELCFILES): Add mpc.elc.
2542 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2544         * mpc.el: New file.
2546 2009-12-01  Glenn Morris  <rgm@gnu.org>
2548         * window.el (window-to-use): Define for compiler.
2550         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2551         consistent with others (no final period).
2553         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2554         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
2556 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2558         Make vc-print-log buttons work.
2559         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2561 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
2563         * savehist.el (savehist-autosave-interval): Allow setting to nil
2564         through customize.  (Bug#5056)
2566 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
2568         Fix references to jit-lock properties.
2569         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2570         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2571         (perl-font-lock-special-syntactic-constructs):
2572         Quote jit-lock-defer-multiline property.
2574 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2576         * vc-git.el (vc-git-registered): Call vc-git-root only once.
2578 2009-11-30  Juri Linkov  <juri@jurta.org>
2580         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2581         value `buffer' of `multi-isearch-next-buffer-current-function'.
2582         Use `(current-buffer)' when `buffer' is nil.
2583         (multi-isearch-next-buffer-from-list): Don't fallback to
2584         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
2586 2009-11-30  Juri Linkov  <juri@jurta.org>
2588         * misearch.el (multi-isearch-read-buffers): Move canonicalization
2589         of buffers with `get-buffer' to `multi-isearch-buffers'.
2590         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2591         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
2592         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2593         FILES with `expand-file-name' converting relative file names
2594         to absolute.  Doc fix.  (Bug#4727)
2596 2009-11-30  Juri Linkov  <juri@jurta.org>
2598         * misearch.el (multi-isearch-read-buffers)
2599         (multi-isearch-read-matching-buffers): New functions.
2600         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2601         Use them in the `interactive' spec.  Doc fix.
2602         (multi-isearch-read-files, multi-isearch-read-matching-files):
2603         New functions.
2604         (multi-isearch-files, multi-isearch-files-regexp):
2605         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
2607 2009-11-30  Juri Linkov  <juri@jurta.org>
2609         * doc-view.el (doc-view-continuous):
2610         Rename from `doc-view-continuous-mode'.
2611         (doc-view-menu): Move "Toggle display" to the top.
2612         Add submenu "Continuous" with radio buttons "Off"/"On"
2613         and "Save as Default".
2614         (doc-view-scroll-up-or-next-page)
2615         (doc-view-scroll-down-or-previous-page)
2616         (doc-view-next-line-or-next-page)
2617         (doc-view-previous-line-or-previous-page): Rename
2618         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
2620 2009-11-30  Juri Linkov  <juri@jurta.org>
2622         * comint.el (comint-mode-map): Rebind `M-r' from
2623         `comint-previous-matching-input' to
2624         `comint-history-isearch-backward-regexp'.
2625         Unbind `M-s' to allow global key binding `M-s'.
2626         Add menu items for `comint-history-isearch-backward' and
2627         `comint-history-isearch-backward-regexp'.  (Bug#3746)
2629 2009-11-30  Juri Linkov  <juri@jurta.org>
2631         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2632         For def=recenter, replace `recenter' with `recenter-top-bottom'
2633         that is called with `this-command' and `last-command' let-bound
2634         to `recenter-top-bottom'.  When the last `def' was not `recenter',
2635         set `recenter-last-op' to nil.  (Bug#4981)
2637 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2639         Minor cleanup and simplification.
2640         * filecache.el (file-cache-add-directory)
2641         (file-cache-add-directory-recursively)
2642         (file-cache-add-from-file-cache-buffer)
2643         (file-cache-delete-file-regexp, file-cache-delete-directory)
2644         (file-cache-files-matching-internal, file-cache-display): Use dolist.
2645         (file-cache-temp-minibuffer-message): Delete function.
2646         (file-cache-minibuffer-complete): Use minibuffer-message instead.
2648         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2649         Don't signal an error when bumping into EOB in tr, s, or y.
2651 2009-11-29  Juri Linkov  <juri@jurta.org>
2653         * startup.el (fancy-about-text): Fix wording of Guided Tour.
2654         (Bug#4960)
2656         * descr-text.el (describe-char-unidata-list): Use lowercase name
2657         for "Unicode name" like in other tags.
2659 2009-11-29  Juri Linkov  <juri@jurta.org>
2661         * ediff-util.el (ediff-minibuffer-with-setup-hook):
2662         New compatibility macro.
2663         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2665 2009-11-29  Juri Linkov  <juri@jurta.org>
2667         Add defcustom to define the cycling order of `recenter-top-bottom'.
2668         (Bug#4981)
2670         * window.el (recenter-last-op): Doc fix.
2671         (recenter-positions): New defcustom.
2672         (recenter-top-bottom): Rewrite to use `recenter-positions'.
2673         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2675 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2677         Improve integration of Tramp and ange-ftp in eshell.
2679         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2680         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
2681         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
2683         * eshell/esh-util.el (top): Require also Tramp when compiling.
2684         (eshell-directory-files-and-attributes): Check for FTP remote
2685         connection.
2686         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2687         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2688         (eshell-file-attributes): Handle ".".  Return `entry'.
2690         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2691         (ange-ftp-directory-files-and-attributes)
2692         (ange-ftp-real-directory-files-and-attributes): New defuns.
2694         * net/tramp.el (tramp-maybe-open-connection): Open the remote
2695         shell with "exec" when possible.  This prevents trailing prompts
2696         in `start-file-process'.
2698 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2700         Try and remove assumptions about point-min==1.
2701         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2702         (rng-compute-mode-line-string): Show the validation percentage in
2703         terms of the narrowed text, not the widened text.
2704         (rng-do-some-validation): Don't catch internal errors when debugging.
2705         (rng-first-error): Simplify.
2706         (rng-after-change-function): Remove work around.  AFAIK the bug has
2707         been fixed a while ago.
2709         * image-mode.el (image-minor-mode): Exit more gracefully when the image
2710         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2712         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2714         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2715         `cd' doesn't always do it for us (bug#5067).
2717         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2718         on 2009-10-25 as part of some other change (bug#5067).
2720 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2722         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2723         `suspicious'.
2724         (byte-compile-warnings): Use byte-compile-warning-types.
2725         (byte-compile-save-excursion): Warn about use of set-buffer right
2726         after save-excursion.
2728         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2729         the excursion as well.
2731 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
2733         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2734         providing a Tramp related implementation of "su" and "sudo".
2735         (eshell-unix-initialize): Add "su" and "sudo".
2737 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
2739         * net/socks.el (socks-send-command): Convert binary request to
2740         unibyte before sending.  This fixes mishandling of some port
2741         numbers such as 129.
2743 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2745         * help.el (describe-bindings-internal): Remove `interactive'.
2747         * man.el (Man-completion-table): Trim a terminating "(".
2748         Remove the space between name page a section.
2749         Add the command's description on the `help-echo' property.
2750         Remove `process-connection-type' binding since it's unused by
2751         call-process.
2752         Provide completion for the "<section> <name>" format as well.
2753         (Man-default-man-entry): Remove spurious var shadowing the argument.
2755 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2757         * log-view.el: Add "Keywords: tools", since its other keywords
2758         aren't in finder-known-keywords, and following vc.el.
2760         * sha1.el (sha1-string-external): default-directory "/" in case
2761         otherwise non-existent.  process-connection-type pipe for touch of
2762         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2764 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2766         Misc coding convention cleanups.
2767         * htmlfontify.el (hfy-init-kludge-hook): Rename from
2768         hfy-init-kludge-hooks.
2769         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2770         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2771         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2772         and push.
2773         (hfy-slant, hfy-weight): Use tables rather than code.
2774         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2775         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2776         (hfy-face-attr-for-class): Initialize `face-spec' directly.
2777         (hfy-face-to-css): Remove `nconc' with single arg.
2778         (hfy-p-to-face-lennart): Use `or'.
2779         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
2780         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2781         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2782         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2783         (hfy-force-fontification): Use run-hooks.
2785 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
2787         Various minor fixes.
2788         * htmlfontify.el (hfy-default-header): Add toggle_invis since
2789         Javascript belongs in the header, not the body.
2790         (hfy-javascript): Remove.
2791         (hfy-fontify-buffer): Don't insert it any more.
2792         (hfy-face-at): Handle (face0 face1 face2) style face properties.
2793         Fix bug in invis handling when there were no invis props in a chunk.
2795 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2797         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2799 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
2801         * finder.el (finder-mode-map): Add a menu.
2803 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
2805         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2806         "unsigned" structs.
2808         (verilog-leap-to-head, verilog-backward-token): Handle "disable
2809         fork" statement better.
2811 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
2813         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2814         (verilog-delete-auto, verilog-delete-empty-auto-pair)
2815         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2816         Reported by Clay Douglass.
2818         (verilog-auto-inst, verilog-auto-star-safe)
2819         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2820         Fix removing "// Interfaces" when saving .* expansions.  Reported by
2821         Pierre-David Pfister.
2823 2009-11-26  Glenn Morris  <rgm@gnu.org>
2825         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2826         the scope.
2828 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
2830         * vc-annotate.el (vc-annotate-revision-previous-to-line):
2831         Really use previous revision.
2833 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2835         * man.el (Man-completion-table): default-directory "/" in case
2836         doesn't otherwise exist.  process-environment COLUMNS=999 so as
2837         not to truncate long names.  process-connection-type pipe to avoid
2838         any chance of hitting the pseudo-tty TIOCGWINSZ.
2839         (man): completion-ignore-case t for friendliness and since man
2840         itself is case-insensitive on the command line.
2841         Further to Bug#3717.
2843         * arc-mode.el: Add "Keywords: files", so the details in its
2844         commentary can be reached from finder-by-keyword.
2845         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
2846         editing mode, but it's comms related and sgml-mode.el has "comm"
2847         on that basis too.
2848         * textmodes/bibtex-style.el: Add "Keywords: tex".
2849         * international/isearch-x.el, international/ja-dic-cnv.el:
2850         * international/ja-dic-utl.el, international/kkc.el:
2851         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2853 2009-11-25  Juri Linkov  <juri@jurta.org>
2855         * man.el (Man-completion-table): Modify regexp to include
2856         section names to completion strings.  (Bug#3717)
2858 2009-11-25  Juri Linkov  <juri@jurta.org>
2860         Search recursively in gzipped files.  (Bug#4982)
2862         * progmodes/grep.el (grep-highlight-matches): Add new options
2863         `always' and `auto'.  Doc fix.
2864         (grep-process-setup): Check `grep-highlight-matches' for
2865         `auto-detect' to determine the need to compute grep defaults.
2866         Move Windows/DOS specific --colors settings handling
2867         to `grep-compute-defaults'.  Check `grep-highlight-matches'
2868         to get the value of "--color=".
2869         (grep-compute-defaults): Compute `grep-highlight-matches' when it
2870         has the value `auto-detect'.  Move Windows/DOS specific settings
2871         from `grep-process-setup'.
2872         (zrgrep): New command with alias `rzgrep'.
2874 2009-11-25  Juri Linkov  <juri@jurta.org>
2876         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2877         to nil instead of switching off view-mode.  (Bug#4896)
2879 2009-11-25  Juri Linkov  <juri@jurta.org>
2881         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
2883         * mwheel.el (mwheel-scroll-up-function)
2884         (mwheel-scroll-down-function): New defvars.
2885         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2886         `scroll-up', and `mwheel-scroll-down-function' instead of
2887         `scroll-down'.
2889         * doc-view.el (doc-view-scroll-up-or-next-page)
2890         (doc-view-scroll-down-or-previous-page): Add optional ARG.
2891         Use this ARG in the call to image-scroll-up/image-scroll-down.
2892         Change `interactive' spec to "P".  Goto next/previous page only
2893         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2894         SPC/DEL case).  Doc fix.
2895         (doc-view-next-line-or-next-page)
2896         (doc-view-previous-line-or-previous-page): Rename arg to ARG
2897         for consistency.
2898         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2899         `doc-view-scroll-up-or-next-page', and buffer-local
2900         `mwheel-scroll-down-function' to
2901         `doc-view-scroll-down-or-previous-page'.
2903 2009-11-25  Juri Linkov  <juri@jurta.org>
2905         Provide additional default values (directories at other Dired
2906         windows) via M-n in the minibuffer of some Dired commands.
2908         * dired-aux.el (dired-diff, dired-compare-directories)
2909         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2910         `minibuffer-default' in `minibuffer-with-setup-hook'.
2911         (dired-dwim-target-directory): Find a window that displays Dired
2912         buffer instead of failing when the next window is not Dired.
2913         Use `get-window-with-predicate' to find for the next Dired window.
2914         (dired-dwim-target-defaults): New function.
2916         * ediff-util.el (ediff-read-file-name):
2917         Use `dired-dwim-target-defaults' to set `minibuffer-default'
2918         in `minibuffer-with-setup-hook'.
2920 2009-11-25  Juri Linkov  <juri@jurta.org>
2922         Provide additional default values (file name at point or at the
2923         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
2925         * minibuffer.el (read-file-name-defaults): New function.
2926         (read-file-name): Reset `minibuffer-default' to nil when
2927         it duplicates initial input `insdef'.
2928         Bind `minibuffer-default-add-function' to lambda that
2929         calls `read-file-name-defaults' in `minibuffer-selected-window'.
2930         (minibuffer-insert-file-name-at-point): New command.
2932         * files.el (file-name-at-point-functions): New defcustom.
2933         (find-file-default): Remove defvar.
2934         (find-file-read-args): Don't use `find-file-default'.
2935         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2936         to `read-file-name'.
2937         (find-file-literally): Use `read-file-name' with
2938         `confirm-nonexistent-file-or-buffer'.
2940         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2942         * dired.el (dired-read-dir-and-switches):
2943         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2944         to `read-file-name'.
2945         (dired-file-name-at-point): New function.
2946         (dired-mode): Add hook `dired-file-name-at-point' to
2947         `file-name-at-point-functions'.
2949 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2951         Really make the *Completions* window soft-dedicated (bug#5030).
2952         * window.el (window--display-buffer-2): Add `dedicated' argument.
2953         (display-buffer): Pass it when needed so the dedicated flag is set
2954         after calling set-window-buffer, which would otherwise reset it.
2956 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2958         * progmodes/meta-mode.el (meta-complete-symbol):
2959         * progmodes/etags.el (complete-tag):
2960         * mail/mailabbrev.el (mail-abbrev-complete-alias):
2961         Use completion-in-region.
2963         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2964         (dabbrev-completion): Use completion-in-region.
2965         (dabbrev--abbrev-at-point): Simplify regexp.
2967         * abbrev.el (abbrev--before-point): Use word-motion functions
2968         if :regexp is not specified (bug#5031).
2970         * subr.el (string-prefix-p): New function.
2972         * man.el (Man-completion-cache): New var.
2973         (Man-completion-table): Use it.
2975         * vc.el (vc-print-log-internal): Make `limit' optional for better
2976         compatibility (e.g. with vc-annotate.el).
2978 2009-11-24  Kevin Ryde  <user42@zip.com.au>
2980         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2981         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
2983         * emacs-lisp/elint.el (elint-add-required-env): Better error message
2984         when .el source file not found or other error.
2986 2009-11-24  Markus Triska  <markus.triska@gmx.at>
2988         * linum.el (linum-update-window): Ignore intangible (bug#4996).
2990 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2992         Handle the [back] button properly (bug#4979).
2993         * descr-text.el (describe-text-properties): Add a `buffer' argument.
2994         Use help-setup-xref, help-buffer, and with-help-window.
2995         (describe-char): Add `buffer' argument.
2996         Pass proper command to help-setup-xref.  Don't meddle with
2997         help-xref-stack-item directly.
2998         (describe-text-category): Use with-help-window and help-buffer.
3000         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3001         for the displayed buffer (bug#4887).
3003         * man.el (Man-completion-table): New function.
3004         (man): Use it.
3006 2009-11-24  David Reitter  <david.reitter@gmail.com>
3008         * vc-git.el (vc-git-registered): Use checkout directory (where
3009         .git is) rather than the file's directory and a relative path spec
3010         to work around a bug in git.
3012 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3014         Improve handling of processes on remote hosts.
3016         * eshell/esh-util.el (eshell-path-env): New defvar.
3017         (eshell-parse-colon-path): New defun.
3018         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3020         * eshell/esh-ext.el (eshell-search-path):
3021         Use `eshell-parse-colon-path'.
3022         (eshell-remote-command): Remove argument HANDLER.
3023         (eshell-external-command): Check for FTP remote connection.
3025         * eshell/esh-proc.el (eshell-gather-process-output):
3026         Use `file-truename', in order to start also symlinked files.
3027         Apply `start-file-process' instead of `start-process'.
3028         Shorten `command' to the local file name part.
3030         * eshell/em-cmpl.el (eshell-complete-commands-list):
3031         Use `eshell-parse-colon-path'.
3033         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3035         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3036         to `eshell-directory-change-hook'.
3038 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3040         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3041         because it could be enabled automatically if view-read-only is non-nil.
3043 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3045         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3046         made on 2009-11-22.
3048 2009-11-24  Glenn Morris  <rgm@gnu.org>
3050         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3051         deleted variable bookmark-bmenu-bookmark-column.
3053         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3054         Move after definition of global-semantic-idle-tag-highlight-mode.
3056 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3058         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3060 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3062         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3063         two slashes to the "file:" prefix.
3064         (browse-url-file-url): De-munge Cygwin filenames before passing
3065         them to Windows browser.
3066         (browse-url-default-windows-browser): Use call-process.
3068 2009-11-23  Juri Linkov  <juri@jurta.org>
3070         Implement DocView Continuous mode.  (Bug#4896)
3071         * doc-view.el (doc-view-continuous-mode): New defcustom.
3072         (doc-view-mode-map): Bind C-n/<down> to
3073         `doc-view-next-line-or-next-page', C-p/<up> to
3074         `doc-view-previous-line-or-previous-page'.
3075         (doc-view-next-line-or-next-page)
3076         (doc-view-previous-line-or-previous-page): New commands.
3078 2009-11-23  Juri Linkov  <juri@jurta.org>
3080         Implement Isearch in comint input history.  (Bug#3746)
3081         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3082         `isearch-mode-hook'.
3083         (comint-history-isearch): New defcustom.
3084         (comint-history-isearch-backward)
3085         (comint-history-isearch-backward-regexp): New commands.
3086         (comint-history-isearch-message-overlay): New buffer-local variable.
3087         (comint-history-isearch-setup, comint-history-isearch-end)
3088         (comint-goto-input, comint-history-isearch-search)
3089         (comint-history-isearch-message, comint-history-isearch-wrap)
3090         (comint-history-isearch-push-state)
3091         (comint-history-isearch-pop-state): New functions.
3093 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3095         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3096         return.
3097         (tramp-handle-make-symbolic-link)
3098         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3099         Quote file names.
3100         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3101         (tramp-handle-process-file): Use it.
3103 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3105         * window.el (move-to-window-line-last-op): Remove.
3106         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3108 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3110         Make M-r mirror the new cycling behavior of C-l.
3111         * window.el (move-to-window-line-last-op): New var.
3112         (move-to-window-line-top-bottom): New command.
3113         (global-map): Bind M-r move-to-window-line-top-bottom.
3115 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
3117         * dired-x.el (dired-guess-shell-alist-default):
3118         Support xz format.  (Bug#4953)
3120 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
3122         * cedet/srecode/map.el (srecode-get-maps):
3123         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3124         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3125         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3126         (semantic-toggle-decoration-style):
3127         * cedet/semantic/decorate/include.el
3128         (semantic-decoration-include-describe)
3129         (semantic-decoration-unknown-include-describe)
3130         (semantic-decoration-unparsed-include-describe)
3131         (semantic-decoration-all-include-summary):
3132         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3133         * cedet/semantic/analyze/complete.el
3134         (semantic-analyze-possible-completions):
3135         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3136         (semantic-show-unmatched-syntax-mode)
3137         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3138         (semantic-highlight-func-mode):
3139         * cedet/semantic/util.el (semantic-describe-buffer):
3140         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3141         (semantic-symref-find-tags-by-name)
3142         (semantic-symref-find-tags-by-regexp)
3143         (semantic-symref-find-tags-by-completion)
3144         (semantic-symref-find-file-references-by-name)
3145         (semantic-symref-find-text):
3146         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3147         (senator-yank-tag):
3148         * cedet/semantic/scope.el (semantic-calculate-scope):
3149         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3150         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3151         (define-semantic-idle-service):
3152         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3153         (semantic-complete-analyze-inline-idle):
3154         * cedet/semantic/analyze.el (semantic-analyze-current-context):
3155         * cedet/mode-local.el (describe-mode-local-bindings)
3156         (describe-mode-local-bindings-in-mode):
3157         * cedet/ede/make.el (ede-make-check-version):
3158         * cedet/ede/locate.el (ede-enable-locate-on-project):
3159         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3160         (cedet-idutils-version-check):
3161         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3162         (cedet-gnu-global-version-check):
3163         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3164         (cedet-cscope-version-check): Use called-interactively-p instead
3165         of interactive-p.
3167         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3168         Use semantic-format-tag-prototype.
3170 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3172         * emulation/viper-cmd.el: Use viper-last-command-char instead of
3173         last-command-char/last-command-event.
3174         (viper-prefix-arg-value): Do correct conversion of event-char for
3175         XEmacs.
3177         * emulation/viper-util.el, emulation/viper.el:
3178         Use viper-last-command-char instead of
3179         last-command-char/last-command-event.
3181         * ediff-init.el, ediff-mult.el, ediff-util.el:
3182         Replace last-command-char and last-command-event
3183         with (ediff-last-command-char) everywhere.
3185         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3186         created in fundamental mode.
3188         * ediff.el (ediff-version): Revert the change of interactive-p to
3189         called-interactively-p.
3191 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3193         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3194         generation from word-movement command names.
3196 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
3198         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3199         (semantic-complete-jump-local, semantic-complete-jump):
3200         Improve prompt string.
3202 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3204         * cus-start.el (all): Add native condition for font-use-system-font.
3206 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
3208         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3209         Correct the patch from 2009-11-18.  (Bug#3910)
3211 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
3213         * progmodes/subword.el: Rename from lisp/subword.el.
3215         * subword.el: Rename to progmodes/subword.el.
3217         * Makefile.in (ELCFILES): Adapt to subword.el move.
3219 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3220             Stefan Monnier  <monnier@iro.umontreal.ca>
3222         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3223         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3224         (bookmark-bmenu-show-filenames): Use push.
3225         (bookmark-bmenu-hide-filenames): Use local var instead of
3226         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
3227         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3228         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3229         filenames now that the bookmark names are always available.
3231 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3233         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3234         (bookmark-search-pattern): Move and leave unbound.
3235         (bookmark-bmenu-mode-map): Change binding.
3236         (bookmark-read-search-input): Simplify.
3237         Don't use text-char-description.  Don't error on non-char events.
3238         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3239         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3240         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3241         Use a local var for the timer.
3242         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3243         (i.e. bookmark-bmenu-search).
3245 2009-11-21  Glenn Morris  <rgm@gnu.org>
3247         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
3249 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3251         * net/browse-url.el (browse-url-default-windows-browser):
3252         Use cygstart for cygwin.
3254 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
3256         * bookmark.el: Formatting and doc fixes only:
3257         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3258         (bookmark-bmenu-search): Wrap to fit within 80 columns.
3259           Minor grammar and punctuation fixes in doc string.
3260         (bookmark-read-search-input): Adjust to fit within 80 columns.
3262 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3264         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3265         (c-backward-into-nomenclature): Adapt to subword renaming.
3267         * subword.el (subword-forward, subword-backward, subword-mark)
3268         (subword-kill, subword-backward-kill, subword-transpose)
3269         (subword-downcase, subword-upcase, subword-capitalize)
3270         (subword-forward-internal, subword-backward-internal):
3271         Rename from forward-subword, backward-subword, mark-subword,
3272         kill-subword, backward-kill-subword, transpose-subwords,
3273         downcase-subword, upcase-subword, capitalize-subword,
3274         forward-subword-internal, backward-subword-internal.
3276 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3278         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3279         New options.
3280         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3281         New vars.
3282         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3283         (bookmark-bmenu-filter-alist-by-regexp)
3284         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3285         (bookmark-bmenu-search): New command.
3286         (bookmark-bmenu-mode-map): Bind it.
3288 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3290         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3292         * cedet/semantic/idle.el (define-semantic-idle-service)
3293         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3295 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3297         * progmodes/cc-cmds.el: declare-functioned forward-subword and
3298         backward-subword to quit the byte-compiler.
3300         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3302         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3304         * progmodes/cc-cmds.el (c-update-modeline)
3305         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3306         Refer to subword.el functions instead of cc-subword.el.
3308         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3309         subword.el functions instead of cc-subword.el.
3311         * progmodes/cc-subword.el: Rename to subword.el.
3312         * subword.el: Rename from progmodes/cc-subword.el.
3313         (subword-mode-map): Rename from c-subword-mode-map.
3314         (subword-mode): Rename from c-subword-mode.
3315         (global-subword-mode): New global minor mode.
3316         (forward-subword): Rename from c-forward-subword.
3317         (backward-subword): Rename from c-backward-subword.
3318         (mark-subword): Rename from c-mark-subword.
3319         (kill-subword): Rename from c-kill-subword.
3320         (backward-kill-subword): Rename from c-backward-kill-subword.
3321         (transpose-subwords): Rename from c-tranpose-subword.
3322         (downcase-subword): Rename from c-downcase-subword.
3323         (capitalize-subword): Rename from c-capitalize-subword.
3324         (forward-subword-internal): Rename from c-forward-subword-internal.
3325         (backward-subword-internal): Rename from c-backward-subword-internal.
3327 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3329         * vc.el (vc-deduce-fileset): Allow non-state changing operations
3330         from a dired buffer.
3331         (vc-dired-deduce-fileset): New function.
3332         (vc-root-diff, vc-print-root-log): Use it.
3334         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3335         nil LIMIT argument to vc-print-log-internal.
3337 2009-11-20  Glenn Morris  <rgm@gnu.org>
3339         * Makefile.in (ELCFILES): Regenerate.
3341 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3343         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3345         * cedet/semantic.el: Enable idle-mode menu items only if
3346         global-semantic-idle-scheduler-mode is enabled.
3347         (semantic-default-submodes): Doc fix.
3349         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3350         When turning off, disable other idle modes.
3352 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
3354         * calc/calc.el (calc-set-mode-line):
3355         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3356         (math-format-number): Rename `math-format-complement-signed' to
3357         `math-format-twos-complement'.
3359         * calc/calc-bin.el (math-format-twos-complement): Rename from
3360         math-format-complement-signed.
3361         (calc-radix): Rename `calc-complement-signed-mode' to
3362         `calc-twos-complement-mode'.
3363         (calc-octal-radix, calc-hex-radix): Add an argument for
3364         two's complement.
3366         * calc/calc-embed.el (calc-embedded-mode-vars):
3367         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3369         * calc/calc-ext.el (calc-init-extensions):
3370         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3371         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3373         * calc/calc-units.el (math-build-units-table-buffer):
3374         Let `calc-twos-complement-mode' be nil.
3376         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3377         entries.
3379         * calc/calc-vec.el (calcFunc-vunpack):
3380         * calc/calc-aent.el (calc-do-calc-eval):
3381         * calc/calc-forms.el (math-format-date):
3382         * calc/calc-graph.el (calc-graph-plot):
3383         * calc/calc-math.el (math-use-emacs-fn):
3384         * calc/calccomp.el (math-compose-expr):
3385         Let `calc-twos-complement-mode' be nil.
3387 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3389         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3390         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
3391         * minibuffer.el (completion-in-region-functions): New hook.
3392         (completion-in-region): New function.
3393         * emacs-lisp/lisp.el (lisp-complete-symbol):
3394         * pcomplete.el (pcomplete-std-complete): Use it.
3396 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3398         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3399         (latex-complete-alist): New vars.
3400         (latex-string-prefix-p, latex-complete-bibtex-keys)
3401         (latex-complete-envnames, latex-complete-refkeys)
3402         (latex-complete-data): New functions.
3403         (latex-complete, latex-indent-or-complete): New commands.
3405         * window.el (display-buffer-mark-dedicated): New var.
3406         (display-buffer): Obey it.
3407         * minibuffer.el (minibuffer-completion-help): Use it.
3409         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3411         * filecache.el (file-cache-add-file): Use push and cons.
3412         (file-cache-delete-file-regexp): Use push.
3413         (file-cache-complete): Use completion-in-region.
3415         * simple.el (with-wrapper-hook): Fix thinko.
3417         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3418         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3419         Use with-current-buffer and string-to-number.
3420         (hfy-fallback-colour-values): Use assoc-string.
3421         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3422         (hfy-face-at): Remove unused var `found-face'.
3423         (hfy-compile-stylesheet): Remove unused var `css'.
3424         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3425         and `orig-buffer'.
3426         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3427         Use with-current-buffer.
3428         (hfy-text-p): Use expand-file-name and fewer setq.
3430 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
3432         * htmlfontify.el, hfy-cmap.el: New files.
3434 2009-11-19  Juri Linkov  <juri@jurta.org>
3436         * minibuffer.el (completions-format): New defcustom.
3437         (completion--insert-strings): Implement vertical format.
3439         * simple.el (switch-to-completions): Move point to the first
3440         completion when point was at the beginning of the buffer.
3442 2009-11-19  Juri Linkov  <juri@jurta.org>
3444         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
3446         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3448 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3450         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3451         (mail-signature): Change default to t.
3452         (mail-from-style): Deprecate `system-default' value.
3453         (mail-insert-from-field): For default value of mail-from-style,
3454         default to `angles' unless `angles' needs quoting and `parens'
3455         does not.
3456         (mail-citation-prefix-regexp): Use citation regexp from
3457         message-mode.
3459 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
3461         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3462         Set variables for computing the prompt for reading password.
3464 2009-11-19  Glenn Morris  <rgm@gnu.org>
3466         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
3468         * textmodes/flyspell.el (sgml-lexical-context): Declare.
3470         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3471         (newsticker-treeview-listwindow-height): Fix custom type.
3473 2009-11-19  Kenichi Handa  <handa@m17n.org>
3475         * descr-text.el (describe-char-padded-string): Compose with TAB
3476         only if there's a font for CH.
3477         (describe-char): Fix the condition for detecting a trivial composition.
3479 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
3481         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3482         more accurate version of the regexp.  (Bug#3910)
3484 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3486         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3488 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
3490         * font-setting.el (font-use-system-font): Declare for byte-compiler.
3491         (font-setting-change-default-font): Fix typo in docstring.
3493 2009-11-18  Alan Mackenzie  <acm@muc.de>
3495         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3497 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3499         * font-setting.el (font-use-system-font): Move ...
3501         * cus-start.el (all): ... to here.
3503 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
3505         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3506         Don't set `ad-return-value' if `ad-do-it' doesn't.
3508         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3509         modification time.
3511 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3513         * menu-bar.el: Put "Use system font" in Option-menu.
3514         (menu-bar-options-save): Add font-use-system-font.
3516         * loadup.el: If feature system-font-setting or font-render-setting is
3517         there, load font-setting.
3519         * Makefile.in (ELCFILES): Add font-settings.el.
3520         * font-setting.el: New file.
3522 2009-11-17  Glenn Morris  <rgm@gnu.org>
3524         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3526         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3527         Preserve point in the list buffer.  (Bug#4939)
3528         Use point-at-eol.
3529         (newsticker--treeview-list-update-highlight)
3530         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3532 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3534         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3535         Remove.
3537         * calc/calc-ext.el (calc-init-extensions): Remove references to
3538         symclip.
3540         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3542         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3543         * calc/calc-help.el (calc-b-prefix-help): Remove references to
3544         `calc-symclip'.
3546 2009-11-16  Kevin Ryde  <user42@zip.com.au>
3548         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3549         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3551         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3552         (lm-keywords-list): Allow comma-only separator like "foo,bar".
3553         Ignore trailing spaces by omit-nulls to split-string (fixing
3554         regression from Emacs 21 due to the incompatible split-string
3555         change).  (Bug #4928.)
3557 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3559         * vc.el (vc-log-show-limit): Default to 2000.
3560         (vc-print-log-internal): Insert buttons to request more entries
3561         when limiting the output.
3563         * vc-sccs.el (vc-sccs-print-log):
3564         * vc-rcs.el (vc-rcs-print-log):
3565         * vc-cvs.el (vc-cvs-print-log):
3566         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3567         LIMIT is non-nil.
3569 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3571         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3572         error when `tramp-gvfs-dbus-event-vector' is set.
3573         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3575 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3577         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3579 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3581         * net/dbus.el (dbus-unregister-service): New defun.
3582         (dbus-register-property): Register the handlers of
3583         "org.freedesktop.DBus.Properties" for SERVICE.
3584         (dbus-property-handler): Fix docstring.
3586 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3588         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3589         Quote doc string reference in defvaralias as it is not in special form.
3590         (byte-compile-output-docform): Doc fix.
3592 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3594         * calc/calc.el (math-2-word-size, math-half-2-word-size)
3595         (calc-complement-signed-mode): New variables.
3596         (calc-set-mode-line): Add indicator for twos-complements.
3597         (math-format-number): Format twos-complement notation.
3599         * calc/calc-bin.el (calc-word-size): Reset the variables
3600         `math-2-word-size' and `math-half-2-word-size'.
3601         (math-format-complement-signed, math-symclip, calcFunc-symclip)
3602         (calc-symclip): New functions.
3604         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3606         * calc/calc-embed.el (calc-embedded-mode-vars):
3607         Add `calc-complement-signed-mode' to the list of modes.
3609         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3610         (calc-b-oper-keys): Add `calc-symclip' to list.
3612         * calc/calc-ext.el (math-read-number-fancy): Read complement
3613         signed numbers.
3614         (calc-init-extensions): Add binding for `calc-symclip'.
3615         Add autoload for `calcFunc-symclip' and `calc-symclip'.
3617         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3618         `calc-symclip'.
3619         (calc-modes-menu): Add item for twos complement mode.
3621         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3623 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3625         * register.el (jump-to-register, insert-register): Handle Semantic
3626         tags.  From commented-out advice in semantic/senator.el.
3628 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3630         * vc.el (vc-log-show-limit): New variable.
3631         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
3632         when using a prefix argument.
3633         (vc-print-log-internal): Add new argument LIMIT.
3635         * vc-svn.el (vc-svn-print-log):
3636         * vc-mtn.el (vc-mtn-print-log):
3637         * vc-hg.el (vc-hg-print-log):
3638         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3639         pass it to the log command when set.  Make the BUFFER argument
3640         non-optional.
3642         * vc-sccs.el (vc-sccs-print-log):
3643         * vc-rcs.el (vc-rcs-print-log):
3644         * vc-git.el (vc-git-print-log):
3645         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3646         ignore it.  Make the BUFFER argument non-optional
3648         * bindings.el (mode-line-buffer-identification): Do not purecopy.
3650 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3652         * dired.el (dired-mode-map): Move encryption items to "Operate"
3653         menu (Bug#4703).
3655         * strokes.el (strokes-update-window-configuration): Make strokes
3656         buffer current before erasing (Bug#4906).
3658         * cedet/semantic/idle.el (semantic-idle-summary-mode)
3659         (semantic-idle-summary-mode): Define using define-minor-mode
3660         instead of define-semantic-idle-service.
3661         (semantic-idle-summary-mode): New function.
3662         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3663         that mouse motion does not reset the echo area.
3665 2009-11-15  Juri Linkov  <juri@jurta.org>
3667         * simple.el (set-mark-default-inactive): Add :type, :group
3668         and :version.  (Bug#4876)
3670 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
3672         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3673         (archive-unique-fname): ... here.  (Bug#4929)
3675 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3677         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3678         with a real fix.
3680         * novice.el (disabled-command-function): Add useful args.
3681         Setup the help buffer so that [back] works.
3682         Remove redundant call to help-mode.
3683         (disabled-command-function): Use `case'.
3684         (en/disable-command): New function extracted from enable-command.
3685         (enable-command, disable-command): Use it.
3687 2009-11-14  Glenn Morris  <rgm@gnu.org>
3689         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3690         constants.  (Bug#4913)
3692         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3694 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3696         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3697         defined in C that have no doc-strings.  (Bug#1063)
3699 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
3701         * cus-edit.el (data, files):
3702         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
3704 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
3706         * simple.el (shell-command): Doc fix (Bug#4891).
3708         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3710 2009-11-14  Glenn Morris  <rgm@gnu.org>
3712         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3713         statements for vc-diff, emerge-quit, and rmail-cease-edit.
3714         If they are already loaded, eval-after-load will do the right thing.
3716         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3717         compiling.
3719         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3721         * simple.el (x-selection-owner-p): Declare.
3722         (read-mail-command): Use custom radio type rather than choice.
3723         (completion-no-auto-exit): Doc fix.
3725         * custom.el (defgroup):
3726         * epg-config.el (epg): Doc fixes.
3728 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3730         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3731         * international/ccl.el (define-ccl-program): Do not purecopy the
3732         docstring, defconst does it anyway.
3734 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3736         * add-log.el (add-change-log-entry): Avoid displaying the changelog
3737         a second time.
3739         * x-dnd.el (x-dnd-maybe-call-test-function):
3740         * window.el (split-window-vertically):
3741         * whitespace.el (whitespace-help-on):
3742         * vc-rcs.el (vc-rcs-consult-headers):
3743         * userlock.el (ask-user-about-lock-help)
3744         (ask-user-about-supersession-help):
3745         * type-break.el (type-break-force-mode-line-update):
3746         * time-stamp.el (time-stamp-conv-warn):
3747         * terminal.el (te-set-output-log, te-more-break, te-filter)
3748         (te-sentinel, terminal-emulator):
3749         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3750         (term-write-input-ring, term-check-source, term-start-output-log):
3751         (term-display-buffer-line, term-dynamic-list-completions):
3752         (term-ansi-make-term, serial-term):
3753         * subr.el (selective-display):
3754         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3755         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3756         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3757         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3758         (speedbar-remove-localized-speedbar-support)
3759         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3760         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3761         (speedbar-buffers-line-directory):
3762         * simple.el (shell-command-on-region, append-to-buffer)
3763         (prepend-to-buffer):
3764         * shadowfile.el (shadow-save-todo-file):
3765         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3766         (scroll-bar-maybe-set-window-start):
3767         * sb-image.el (speedbar-image-dump):
3768         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3769         (load-save-place-alist-from-file):
3770         * ps-samp.el (ps-print-message-from-summary):
3771         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3772         (ps-background-image, ps-begin-job, ps-do-despool):
3773         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3774         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3775         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3776         (pr-call-process, pr-file-list, pr-interface-save):
3777         * novice.el (disabled-command-function)
3778         (enable-command, disable-command):
3779         * mouse.el (mouse-buffer-menu-alist):
3780         * mouse-copy.el (mouse-kill-preserving-secondary):
3781         * macros.el (kbd-macro-query):
3782         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3783         * informat.el (batch-info-validate):
3784         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3785         * hippie-exp.el (try-expand-dabbrev-visible):
3786         * help-mode.el (help-make-xrefs):
3787         * help-fns.el (describe-variable):
3788         * generic-x.el (bat-generic-mode-run-as-comint):
3789         * finder.el (finder-mouse-select):
3790         * find-dired.el (find-dired-sentinel):
3791         * filesets.el (filesets-file-close):
3792         * files.el (list-directory):
3793         * faces.el (list-faces-display, describe-face):
3794         * facemenu.el (list-colors-display):
3795         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3796         * epg.el (epg--process-filter, epg-cancel):
3797         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3798         (epa--read-signature-type):
3799         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3800         (emerge-file-names):
3801         * ehelp.el (electric-helpify):
3802         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3803         * ediff-vers.el (rcs-ediff-view-revision):
3804         * ediff-util.el (ediff-setup):
3805         * ediff-mult.el (ediff-append-custom-diff):
3806         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3807         (ediff-wordify):
3808         * echistory.el (Electric-command-history-redo-expression):
3809         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3810         * disp-table.el (describe-display-table):
3811         * dired.el (dired-find-buffer-nocreate):
3812         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3813         * dabbrev.el (dabbrev--same-major-mode-p):
3814         * chistory.el (list-command-history):
3815         * apropos.el (apropos-documentation):
3816         * allout.el (allout-obtain-passphrase):
3817         (allout-copy-exposed-to-buffer):
3818         (allout-verify-passphrase): Use with-current-buffer.
3820 2009-11-13  Glenn Morris  <rgm@gnu.org>
3822         * Makefile.in (ELCFILES): Regenerate.
3824 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3826         * net/dbus.el (dbus-registered-objects-table): Rename from
3827         `dbus-registered-functions-table', because it contains also properties.
3828         (dbus-unregister-object): Unregister also properties.
3829         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3830         Use a timeout of 500 msec, in order to not block.
3831         (dbus-register-property, dbus-property-handler): New defuns.
3833 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3835         * simple.el (minibuffer-default-add-completions): Drop deprecated
3836         4th arg.
3838 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
3840         * textmodes/artist.el (artist-mouse-choose-operation):
3841         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3842         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3843         (artist-compute-up-event-key): New function.
3844         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3846 2009-11-13  Kenichi Handa  <handa@m17n.org>
3848         * language/japan-util.el: Make sure that the value of jisx0208
3849         property is jisx0208 character.
3851 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
3853         * international/mule.el (auto-coding-regexp-alist): Only purecopy
3854         car or each item, not the whole list.
3856 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3858         * minibuffer.el (minibuffer-completion-help):
3859         Use minibuffer-hide-completions.
3861 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
3863         * dired.el (dired-save-positions, dired-restore-positions): New funs.
3864         (dired-revert): Use them (bug#4880).
3866 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3868         * tooltip.el (tooltip-frame-parameters): Undo previous change.
3870 2009-11-12  Juri Linkov  <juri@jurta.org>
3872         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3873         New functions.
3874         (find-file-literally-at-point): Alias of `ffap-literally'.
3876 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3878         * textmodes/ispell.el (ispell-skip-region-alist):
3879         * textmodes/css-mode.el (auto-mode-alist):
3880         * progmodes/compile.el (auto-mode-alist):
3881         * international/mule.el (ctext-non-standard-encodings-alist)
3882         (ctext-non-standard-encodings-regexp):
3883         * simple.el (shell-command-switch, text-read-only):
3884         * replace.el (occur-mode-map):
3885         * paths.el (rmail-file-name):
3886         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3887         * find-file.el (ff-special-constructs):
3888         * files.el (file-name-handler-alist):
3889         * composite.el: Purecopy strings.
3891         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3893 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3895         * widget.el (define-widget): Purecopy the docstring.
3896         * international/mule-cmds.el (charset): Do not purecopy the
3897         docstring here, define-widget does it.
3899         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3900         * textmodes/bibtex-style.el (auto-mode-alist):
3901         * progmodes/inf-lisp.el (inferior-lisp-prompt):
3902         * progmodes/compile.el (compile-command):
3903         * language/korea-util.el (default-korean-keyboard):
3904         * international/mule-conf.el (file-coding-system-alist):
3905         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3906         * tooltip.el (tooltip-frame-parameters):
3907         * newcomment.el (comment-end, comment-padding):
3908         * dired.el (dired-trivial-filenames):
3909         * comint.el (comint-file-name-prefix): Purecopy initial values.
3911 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
3913         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3914         (tramp-advice-minibuffer-electric-tilde): Unload advices via
3915         `tramp-unload'.
3916         (tramp-advice-make-auto-save-file-name)
3917         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3918         after removing the advice.
3920 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3922         * progmodes/grep.el (grep-regexp-alist):
3923         * international/mule-cmds.el (iso-2022-control-alist):
3924         * emacs-lisp/timer.el (timer-duration-words):
3925         * subr.el (version-separator, version-regexp-alist):
3926         * minibuffer.el (completion-styles-alist):
3927         * faces.el (face-attribute-name-alist, list-faces-sample-text):
3928         Change defvars to defconsts.
3930         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3931         * loadup.el ("international/mule-conf"): Load the byte compiled version.
3932         * international/mule-conf.el: Allow to be byte compiled.
3934         * international/mule.el (define-charset): Purecopy props.
3935         (load-with-code-conversion): Purecopy doc string and file name.
3936         (put-charset-property): Purecopy strings.
3937         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3939         * international/mule-cmds.el (register-input-method): Purecopy arguments.
3940         (define-char-code-property): Correctly purecopy the table.
3942         * international/ccl.el (define-ccl-program): Purecopy the docstring.
3944         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3946         * subr.el (add-hook): Purecopy strings.
3947         (eval-after-load): Purecopy load-history-regexp and the form.
3949         * custom.el (custom-declare-group): Purecopy load-file-name.
3951         * subr.el (menu-bar-separator): New defconst.
3952         * net/eudc.el (eudc-tools-menu):
3953         * international/mule-cmds.el (set-coding-system-map)
3954         (mule-menu-keymap):
3955         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3956         * vc-hooks.el (vc-menu-map):
3957         * replace.el (occur-mode-map):
3958         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3959         (menu-bar-edit-menu, menu-bar-goto-menu)
3960         (menu-bar-custom-menu, menu-bar-showhide-menu)
3961         (menu-bar-options-menu, menu-bar-tools-menu)
3962         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3963         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3964         (menu-bar-help-menu):
3965         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3966         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3968         * term/x-win.el (x-gtk-stock-map):
3969         * progmodes/vera-mode.el (auto-mode-alist):
3970         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3971         (inferior-lisp-program, inferior-lisp-load-command):
3972         * progmodes/hideshow.el (hs-special-modes-alist):
3973         * progmodes/gud.el (same-window-regexps):
3974         * progmodes/grep.el (grep-program, find-program, xargs-program):
3975         * net/telnet.el (same-window-regexps):
3976         * net/rlogin.el (same-window-regexps):
3977         * language/ethiopic.el (font-ccl-encoder-alist):
3978         * vc-sccs.el (vc-sccs-master-templates):
3979         * vc-rcs.el (vc-rcs-master-templates):
3980         * subr.el (cl-assertion-failed):
3981         * simple.el (next-error-overlay-arrow-position):
3982         * lpr.el (lpr-command):
3983         * locate.el (locate-ls-subdir-switches):
3984         * info.el (same-window-regexps, info)
3985         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3986         * image-mode.el (image-mode, auto-mode-alist):
3987         * hippie-exp.el (hippie-expand-ignore-buffers):
3988         * format.el (format-alist):
3989         * find-dired.el (find-ls-subdir-switches, find-grep-options)
3990         (find-name-arg):
3991         * facemenu.el (facemenu-keybindings):
3992         * dired.el (dired-listing-switches, dired-chown-program):
3993         * diff.el (diff-switches, diff-command):
3994         * cus-edit.el (same-window-regexps):
3995         * bindings.el (mode-line-mule-info)
3996         (mode-line-buffer-identification): Purecopy strings.
3998 2009-11-11  Juri Linkov  <juri@jurta.org>
4000         * simple.el (dired-get-filename) <declare-function>:
4001         Tell the byte-compiler about dired-get-filename.
4002         (shell-command): In Dired mode, get filename from the current line
4003         as the default value.
4005 2009-11-10  Glenn Morris  <rgm@gnu.org>
4007         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4008         * calendar/holidays.el, progmodes/cperl-mode.el:
4009         Update x-popup-menu declarations.
4011         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4012         (list-load-path-shadows): Use dolist.
4013         (list-load-path-shadows): Use with-current-buffer.
4015 2009-11-10  Juri Linkov  <juri@jurta.org>
4017         * minibuffer.el (read-file-name): Support a list of default values
4018         in `default-filename'.  Use the first file name where only one
4019         element is required.  Doc fix.
4021 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4023         * net/dbus.el (dbus-unregister-object): Release service, if no
4024         other method is registered for it.
4026 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4028         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4029         bookmark-sort-flag is non-nil (Bug#4653).
4031 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4033         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4034         the progress reporter entirely.
4036         * emulation/cua-base.el: Add CUA property to some CC mode commands
4037         (Bug#4100).
4039 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4041         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4042         at end of sentence (Bug#4818).
4044 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4046         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4047         Handle "see declaration of" MSFT statements (Bug#4100).
4049 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4051         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4052         (tramp-advice-file-expand-wildcards): Unload via
4053         `ad-remove-advice'.
4055         * net/trampver.el: Update release number.
4057 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4059         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4060         `ad-do-it'.
4062 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4064         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4065         in order to keep context in SELinux.
4067 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4069         * dired-aux.el (dired-query): Place cursor in echo area and allow
4070         C-g.
4072         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4073         menu item if not on a directory (Bug#4701).
4075 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4077         Sync with Tramp 2.1.17.
4079         * net/tramp.el (tramp-handle-copy-directory): Don't use
4080         `file-remote-p' (due to compatibility).
4082         * net/tramp-compat.el (tramp-compat-copy-directory)
4083         (tramp-compat-delete-directory): New defuns.
4085         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4086         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4087         `tramp-compat-delete-directory'.
4089         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4090         (tramp-smb-handle-delete-directory): Use
4091         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4093         * net/trampver.el: Update release number.
4095 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4097         * tar-mode.el (tar-copy): Call write-region on the right buffer
4098         (Bug#4857).
4100         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4101         by hand, if necessary (Bug#4878).
4103 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4105         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4106         align size column (Bug#4839).
4108         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4109         statement.
4111 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4113         * progmodes/ld-script.el (auto-mode-alist):
4114         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4116         * cus-face.el (custom-declare-face): Purecopy face spec.
4118 2009-11-06  Kenichi Handa  <handa@m17n.org>
4120         * international/uni-bidi.el: Re-generated.
4121         * international/uni-category.el: Re-generated.
4122         * international/uni-combining.el: Re-generated.
4123         * international/uni-mirrored.el: Re-generated.
4125 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4127         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4128         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4129         (tex-start-options, slitex-run-command, latex-run-command)
4130         (tex-run-command, tex-directory):
4131         * textmodes/ispell.el (ispell-html-skip-alists)
4132         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4133         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4134         (adaptive-fill-regexp):
4135         * textmodes/dns-mode.el (auto-mode-alist):
4136         * progmodes/python.el (interpreter-mode-alist):
4137         * progmodes/etags.el (tags-compression-info-list):
4138         * progmodes/etags.el (tags-file-name):
4139         * net/browse-url.el (browse-url-galeon-program)
4140         (browse-url-firefox-program):
4141         * mail/sendmail.el (mail-signature-file)
4142         (mail-citation-prefix-regexp):
4143         * international/mule-conf.el (eight-bit):
4144         * international/latexenc.el (latex-inputenc-coding-alist):
4145         * international/fontset.el (x-pixel-size-width-font-regexp):
4146         * emacs-lisp/warnings.el (warning-type-format):
4147         * emacs-lisp/trace.el (trace-buffer):
4148         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4149         (emacs-lisp-mode-map):
4150         * calendar/holidays.el (holiday-solar-holidays)
4151         (holiday-bahai-holidays, holiday-islamic-holidays)
4152         (holiday-christian-holidays, holiday-hebrew-holidays)
4153         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4154         (hebrew-holidays-1, holiday-oriental-holidays)
4155         (holiday-general-holidays):
4156         * x-dnd.el (x-dnd-known-types):
4157         * tool-bar.el (tool-bar):
4158         * startup.el (site-run-file):
4159         * shell.el (shell-dumb-shell-regexp):
4160         * rfn-eshadow.el (file-name-shadow-tty-properties)
4161         (file-name-shadow-properties):
4162         * paths.el (remote-shell-program, news-directory):
4163         * mouse.el ([C-down-mouse-3]):
4164         * menu-bar.el (menu-bar-tools-menu):
4165         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4166         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4167         (jka-compr-compression-info-list):
4168         * isearch.el (search-whitespace-regexp):
4169         * image-file.el (image-file-name-extensions):
4170         * find-dired.el (find-ls-option):
4171         * files.el (directory-listing-before-filename-regexp)
4172         (directory-free-space-args, insert-directory-program)
4173         (list-directory-brief-switches, magic-fallback-mode-alist)
4174         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4175         (automount-dir-prefix):
4176         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4177         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4178         (face-font-registry-alternatives, face-font-registry-alternatives)
4179         (face-font-family-alternatives):
4180         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4181         (facemenu-foreground-menu, facemenu-face-menu):
4182         * epa-hook.el (epa-file-name-regexp):
4183         * dnd.el (dnd-protocol-alist):
4184         * textmodes/rst.el (auto-mode-alist):
4185         * button.el (default-button): Purecopy strings.
4187 2009-11-06  Glenn Morris  <rgm@gnu.org>
4189         * Makefile.in (ELCFILES): Update.
4191 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4193         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4194         * emacs-lisp/levents.el: Move to obsolete/levents.el.
4196         * nxml/xsd-regexp.el (xsdre-gen-categories):
4197         * nxml/xmltok.el (xmltok-parse-entity):
4198         * nxml/rng-parse.el (rng-parse-validate-file):
4199         * nxml/rng-maint.el (rng-format-manual)
4200         (rng-manual-output-force-new-line):
4201         * nxml/rng-loc.el (rng-save-schema-location-1):
4202         * nxml/rng-cmpct.el (rng-c-parse-file):
4203         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4204         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4206 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
4208         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4209         Remove extra save-excursions and make-variable-buffer-local's.
4210         Suggested by Stefan Monnier.
4212         (verilog-getopt-file, verilog-module-inside-filename-p)
4213         (verilog-set-define): Merge GNU 1.35 and repair changes from
4214         switching to using with-current-buffer.
4216         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4217         being treated as a number and confusing AUTORESET.
4218         Reported by Dan Dever.
4220         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4221         Add verilog-auto-ignore-concat to fix backward compatibility with
4222         older verilog-modes.  Reported by Dan Katz.
4224         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4225         containing closing anchors "...$".
4227         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4228         Reported by Wade Smith.
4230         (verilog-batch-execute-func): Comment on function usage.
4232 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
4234         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4235         for labels.
4237         (verilog-label-re, verilog-calc-1): Support proper indent of named
4238         asserts.
4240         (verilog-backward-token, verilog-basic-complete-re)
4241         (verilog-beg-of-statement, verilog-indent-re): Support proper
4242         indent of the assert statement at the beginning of a block of text.
4244         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4245         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4246         tokens as begins.
4248 2009-11-05  Glenn Morris  <rgm@gnu.org>
4250         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4251         Emacs 19.  (Bug#1531)
4252         (byte-compile-fix-header): Update for the above change.
4253         Drop test for epoch::version.
4255         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4256         * cus-dep.el (custom-make-dependencies):
4257         * finder.el (finder-compile-keywords):
4258         Use autoload-rubric's feature argument.
4260         * calendar/diary-lib.el (top-level): Make load behave more like require.
4262         * vc-git.el (vc-git-stash-map): Move definition before use.
4264 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4266         * custom.el (custom-declare-group): Purecopy standard-value.
4267         (custom-declare-group): Purecopy custom-prefix.
4269         * international/mule.el (load-with-code-conversion):
4270         Call do-after-load-evaluation unconditionally.
4272         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4274 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4276         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4278 2009-11-04  Glenn Morris  <rgm@gnu.org>
4280         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4281         (byte-compile-compatibility): Remove option.
4282         (byte-compile-close-variables, byte-compile-fix-header)
4283         (byte-compile-insert-header, byte-compile-output-docform)
4284         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4285         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4286         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4287         (byte-compile-insert, byte-compile-defun):
4288         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
4289         (byte-defop-compiler19): Remove.
4290         Without byte-compile-compatibility, the 'emacs19-opcode property is not
4291         used by anything.  Replace all calls with byte-defop-compiler.
4293 2009-11-04  Juri Linkov  <juri@jurta.org>
4295         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4296         (menu-bar-options-menu): Don't quote the `prop' arg of
4297         `menu-bar-make-mm-toggle'.
4299 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
4301         * calendar/calendar.el (cal-loaddefs):
4302         * calendar/diary-lib.el (diary-loaddefs):
4303         * calendar/holidays.el (hol-loaddefs):
4304         * eshell/esh-module.el (esh-groups): Load rather than require.
4306 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4308         * calendar/todo-mode.el (todo-add-category): Don't hardcode
4309         point-min==1.
4310         (todo-top-priorities): Only display-buffer when called interactively.
4311         (todo-item-start): Don't save excursion point.
4312         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
4313         (todo-insert-item-here, todo-file-item, todo-remove-item):
4314         Adjust uses of todo-item-start and todo-item-end.
4316         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4317         (autoload-rubric): Don't use any more.
4318         * cedet/semantic/fw.el (semantic/loaddefs):
4319         * cedet/srecode.el (srecode/loaddefs):
4320         * cedet/ede.el (ede/loaddefs): Load rather than require.
4321         * cedet/ede/cpp-root.el:
4322         * cedet/ede/emacs.el:
4323         * cedet/ede/files.el:
4324         * cedet/ede/linux.el:
4325         * cedet/ede/locate.el:
4326         * cedet/ede/make.el:
4327         * cedet/ede/shell.el:
4328         * cedet/ede/speedbar.el:
4329         * cedet/ede/system.el:
4330         * cedet/ede/util.el:
4331         * cedet/semantic/analyze.el:
4332         * cedet/semantic/bovine.el:
4333         * cedet/semantic/complete.el:
4334         * cedet/semantic/ctxt.el:
4335         * cedet/semantic/db-file.el:
4336         * cedet/semantic/db-find.el:
4337         * cedet/semantic/db-global.el:
4338         * cedet/semantic/db-mode.el:
4339         * cedet/semantic/db-typecache.el:
4340         * cedet/semantic/db.el:
4341         * cedet/semantic/debug.el:
4342         * cedet/semantic/dep.el:
4343         * cedet/semantic/doc.el:
4344         * cedet/semantic/edit.el:
4345         * cedet/semantic/find.el:
4346         * cedet/semantic/format.el:
4347         * cedet/semantic/html.el:
4348         * cedet/semantic/ia-sb.el:
4349         * cedet/semantic/ia.el:
4350         * cedet/semantic/idle.el:
4351         * cedet/semantic/lex-spp.el:
4352         * cedet/semantic/lex.el:
4353         * cedet/semantic/mru-bookmark.el:
4354         * cedet/semantic/scope.el:
4355         * cedet/semantic/senator.el:
4356         * cedet/semantic/sort.el:
4357         * cedet/semantic/symref.el:
4358         * cedet/semantic/tag-file.el:
4359         * cedet/semantic/tag-ls.el:
4360         * cedet/semantic/tag-write.el:
4361         * cedet/semantic/tag.el:
4362         * cedet/semantic/util-modes.el:
4363         * cedet/semantic/analyze/complete.el:
4364         * cedet/semantic/analyze/refs.el:
4365         * cedet/semantic/bovine/c.el:
4366         * cedet/semantic/bovine/gcc.el:
4367         * cedet/semantic/bovine/make.el:
4368         * cedet/semantic/bovine/scm.el:
4369         * cedet/semantic/decorate/include.el:
4370         * cedet/semantic/decorate/mode.el:
4371         * cedet/semantic/symref/cscope.el:
4372         * cedet/semantic/symref/global.el:
4373         * cedet/semantic/symref/grep.el:
4374         * cedet/semantic/symref/idutils.el:
4375         * cedet/semantic/symref/list.el:
4376         * cedet/semantic/wisent/java-tags.el:
4377         * cedet/semantic/wisent/javascript.el:
4378         * cedet/srecode/compile.el:
4379         * cedet/srecode/cpp.el:
4380         * cedet/srecode/document.el:
4381         * cedet/srecode/el.el:
4382         * cedet/srecode/expandproto.el:
4383         * cedet/srecode/getset.el:
4384         * cedet/srecode/insert.el:
4385         * cedet/srecode/java.el:
4386         * cedet/srecode/map.el:
4387         * cedet/srecode/mode.el:
4388         * cedet/srecode/template.el:
4389         * cedet/srecode/texi.el: Remove the file-local setting of
4390         generated-autoload-feature.
4392         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4393         and only put a prop if it is non-nil.
4395 2009-11-03  Juri Linkov  <juri@jurta.org>
4397         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4398         (menu-bar-options-menu): Fix list quoting (Bug#4429).
4400         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4401         and "Menu" to make top-level menu item visually one unit (like
4402         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4403         multi-word menu items).  Fix :help string for quit-window.
4405 2009-11-03  Glenn Morris  <rgm@gnu.org>
4407         * cedet/mode-local.el (with-mode-local): Doc fix.
4409         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4410         (byte-compile-file-form-define-abbrev-table)
4411         (byte-compile-file-form-custom-declare-variable)
4412         (byte-compile-variable-ref, byte-compile-defvar):
4413         Whether or not a warning is enabled should only affect whether we issue
4414         the warning, not whether or not we collect the relevant data.
4415         Eg warnings can be turned on and off throughout the course of a file.
4417         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4418         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4420 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4422         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4423         * play/mpuz.el (mpuz-create-buffer):
4424         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4425         (lm-print-y,s,noise, lm-print-w0, lm-init):
4426         * play/gomoku.el (gomoku-prompt-for-move):
4427         * play/fortune.el (fortune-in-buffer):
4428         * play/dissociate.el (dissociated-press):
4429         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4430         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4431         * mail/supercite.el (sc-eref-show):
4432         * mail/smtpmail.el (smtpmail-send-it):
4433         * mail/rmailsum.el (rmail-summary-next-labeled-message)
4434         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4435         (rmail-summary-undelete-many, rmail-summary-rmail-update)
4436         (rmail-summary-goto-msg, rmail-summary-expunge)
4437         (rmail-summary-get-new-mail, rmail-summary-search-backward)
4438         (rmail-summary-add-label, rmail-summary-output-menu)
4439         (rmail-summary-output-body):
4440         * mail/rfc822.el (rfc822-addresses):
4441         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4442         * mail/mailpost.el (post-mail-send-it):
4443         * mail/hashcash.el (hashcash-generate-payment):
4444         * mail/feedmail.el (feedmail-run-the-queue)
4445         (feedmail-queue-send-edit-prompt-help-first)
4446         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4447         (feedmail-deduce-address-list):
4448         * eshell/esh-ext.el (eshell-remote-command):
4449         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4450         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4451         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4452         (viper-save-string-in-file, viper-valid-marker):
4453         * emulation/viper-keym.el (viper-toggle-key):
4454         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4455         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4456         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4457         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4458         (viper-exec-form-in-emacs, viper-brac-function):
4459         * emulation/viper.el (viper-delocalize-var):
4460         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4461         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4462         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4463         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4464         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4465         * emulation/edt.el (edt-electric-helpify):
4466         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4467         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4468         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4469         (cua-indent-to-global-mark-column):
4470         * calendar/diary-lib.el (calendar-mark-1):
4471         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4472         Use with-current-buffer.
4473         * emulation/viper.el (viper-delocalize-var): Use dolist.
4475 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
4477         * comint.el (comint-replace-by-expanded-history-before-point):
4478         Replace !! with the previous input string literally (Bug#1795).
4480 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
4482         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4483         to be made up of whitespace.
4485 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
4487         * minibuffer.el (read-file-name): Don't use file dialogs for
4488         remote directories (Bug#99).
4490 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
4492         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4494 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4496         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4497         instead of deleting the window or frame.
4499 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4501         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4502         Support face colors.
4504         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4505         New function.  Support face colors (Bug#1168).
4506         (tex-common-initialization): Use it.
4508         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4509         mode allows it (Bug#1168).
4511 2009-10-31  Juri Linkov  <juri@jurta.org>
4513         * facemenu.el (list-colors-display): Don't mark buffer as
4514         modified (Bug#3948).
4516 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4518         * international/mule-diag.el (list-character-sets-1): Minor
4519         message fix (Bug#3526).
4521         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4522         face property (Bug#4834).
4523         (etags-list-tags, etags-tags-apropos-additional)
4524         (etags-tags-apropos, tags-select-tags-table): Add follow-link
4525         property.
4527         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4528         items.
4530         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4531         items.
4533         * cedet/ede.el (ede-minor-mode):
4534         * cedet/semantic.el (semantic-mode): Toggle menu separators.
4536 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * textmodes/two-column.el (2C-split):
4539         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4540         * textmodes/tex-mode.el (tex-set-buffer-directory):
4541         * textmodes/spell.el (spell-region, spell-string):
4542         * textmodes/reftex.el (reftex-erase-buffer):
4543         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4544         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4545         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4546         (reftex-select-item):
4547         * textmodes/reftex-ref.el (reftex-label-info-update)
4548         (reftex-offer-label-menu):
4549         * textmodes/reftex-index.el (reftex-index-change-entry)
4550         (reftex-index-phrases-info):
4551         * textmodes/reftex-global.el (reftex-create-tags-file)
4552         (reftex-save-all-document-buffers, reftex-ensure-write-access):
4553         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4554         (reftex-view-crossref-from-bibtex):
4555         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4556         (reftex-extract-bib-entries-from-thebibliography)
4557         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4558         * textmodes/refbib.el (r2b-capitalize-title):
4559         (r2b-convert-buffer, r2b-help):
4560         * textmodes/page-ext.el (pages-directory)
4561         (pages-directory-goto-with-mouse):
4562         * textmodes/bibtex.el (bibtex-validate-globally):
4563         * textmodes/bib-mode.el (bib-capitalize-title):
4564         * textmodes/artist.el (artist-clear-buffer, artist-system):
4565         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4566         (local-set-scheme-interaction-buffer, xscheme-process-filter)
4567         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4568         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4569         (xscheme-send-control-g-interrupt, xscheme-start-process)
4570         (xscheme-process-sentinel, xscheme-cd):
4571         * progmodes/verilog-mode.el (verilog-read-always-signals)
4572         (verilog-set-define, verilog-getopt-file)
4573         (verilog-module-inside-filename-p):
4574         * progmodes/sh-script.el:
4575         * progmodes/python.el (python-pdbtrack-get-source-buffer)
4576         (python-pdbtrack-grub-for-buffer, python-execute-file):
4577         * progmodes/octave-inf.el (inferior-octave):
4578         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4579         (idlwave-shell-compile-helper-routines, idlwave-set-local)
4580         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4581         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4582         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4583         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4584         (idlwave-shell-filter, idlwave-shell-examine-highlight)
4585         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4586         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4587         (idlwave-shell-examine-display, idlwave-shell-run-region)
4588         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4589         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4590         * progmodes/idlw-help.el (idlwave-help-get-special-help)
4591         (idlwave-help-get-help-buffer):
4592         * progmodes/gud.el (gud-basic-call, gud-find-class)
4593         (gud-tooltip-activate-mouse-motions-if-enabled):
4594         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4595         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4596         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4597         (ebrowse-tags-next-file):
4598         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4599         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4600         (ebnf-eps-finish-and-write):
4601         * progmodes/cpp.el (cpp-edit-save):
4602         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4603         * progmodes/cc-defs.el (c-emacs-features):
4604         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4605         (antlr-directory-dependencies):
4606         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4607         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4608         (ada-find-any-references, ada-make-filename-from-adaname)
4609         (ada-make-body-gnatstub):
4610         * obsolete/rnews.el (news-list-news-groups):
4611         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4612         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4613         * net/rcirc.el (rcirc-debug):
4614         * net/newst-treeview.el (newsticker--treeview-list-add-item)
4615         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4616         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4617         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4618         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4619         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4620         (newsticker--treeview-list-clear-highlight)
4621         (newsticker--treeview-list-update-highlight)
4622         (newsticker--treeview-list-highlight-start)
4623         (newsticker--treeview-tree-update-highlight)
4624         (newsticker--treeview-get-selected-item)
4625         (newsticker-treeview-mark-list-items-old)
4626         (newsticker--treeview-set-current-node):
4627         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4628         * net/newst-backend.el (newsticker--get-news-by-funcall)
4629         (newsticker--get-news-by-wget, newsticker--image-get)
4630         (newsticker--image-sentinel):
4631         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4632         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4633         (eudc-ph-close-session):
4634         * net/eudc.el (eudc-save-options):
4635         * language/thai-word.el (thai-update-word-table):
4636         * language/japan-util.el (japanese-string-conversion):
4637         * international/titdic-cnv.el (tsang-quick-converter)
4638         (ziranma-converter, ctlau-converter):
4639         * international/mule-cmds.el (describe-language-environment):
4640         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4641         (skkdic-convert-postfix, skkdic-convert-prefix):
4642         (skkdic-convert-okuri-nasi, skkdic-convert):
4643         * emacs-lisp/re-builder.el (reb-update-overlays):
4644         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4645         * emacs-lisp/gulp.el (gulp-send-requests):
4646         * emacs-lisp/find-gc.el (trace-call-tree):
4647         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4648         (eieio-describe-generic):
4649         * emacs-lisp/eieio-base.el (eieio-persistent-read):
4650         * emacs-lisp/edebug.el (edebug-outside-excursion):
4651         * emacs-lisp/debug.el (debugger-make-xrefs):
4652         * emacs-lisp/cust-print.el (custom-prin1-to-string):
4653         * emacs-lisp/chart.el (chart-new-buffer):
4654         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4655         Use with-current-buffer.
4656         * textmodes/artist.el (artist-system): Don't call
4657         copy-sequence on a fresh string.
4658         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4660 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
4662         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4663         is no item to edit.  (Bug#4820)
4664         (todo-top-priorities): Restore point and restore narrowing in Todo
4665         buffer.  (Bug#4820)
4667 2009-10-31  Glenn Morris  <rgm@gnu.org>
4669         * net/ange-ftp.el (top-level): Don't require dired when compiling.
4670         (comint-last-output-start, comint-last-input-start)
4671         (comint-last-input-end): Don't defvar when compiling.
4672         (ange-ftp-process-file): Use bound-and-true-p.
4674         * pcmpl-rpm.el (top-level): Move provide statement to end.
4675         (pcmpl-rpm): Remove unused custom group.
4677         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4679         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4681         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4682         (byte-compile-warnings): Add `constants' as an option.
4683         (byte-compile-callargs-warn, byte-compile-arglist-warn)
4684         (display-call-tree): Update for byte-compile-fdefinition possibly
4685         returning `(macro lambda ...)'.  (Bug#4778)
4686         (byte-compile-variable-ref, byte-compile-setq-default):
4687         Respect `constants' member of byte-compile-warnings.
4689         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4690         Use mapc rather than mapcar because the return value is never used.
4692         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4693         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4694         * cedet/semantic/html.el:
4695         Suppress harmless warnings about setting up semantic-imenu (not
4696         part of Emacs) variables.
4698 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4700         * vc-bzr.el (vc-bzr-revision-keywords): New var.
4701         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4702         to "submit:".
4704         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4705         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4706         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4707         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4708         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4709         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4710         (semantic-analyzer-debug-global-symbol)
4711         (semantic-analyzer-debug-missing-innertype)
4712         (semantic-analyzer-debug-insert-include-summary):
4713         * cedet/semantic/util.el (semantic-file-tag-table):
4714         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4715         (semantic-recursive-find-nonterminal-by-name):
4716         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4717         * cedet/semantic/tag-file.el (semantic-prototype-file):
4718         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4719         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4720         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4721         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4722         (semantic-idle-summary-maybe-highlight):
4723         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4724         (semantic-ia-sb-tag-info):
4725         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4726         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4727         * cedet/semantic/ede-grammar.el (project-compile-target):
4728         (ede-proj-makefile-insert-variables):
4729         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4730         (semantic-debug-set-source-location, semantic-debug-interface-layout)
4731         (semantic-debug-mode, semantic-debug):
4732         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4733         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4734         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4735         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4736         (semanticdb-find-translate-path-includes--internal)
4737         (semanticdb-reset-log, semanticdb-find-log-activity):
4738         * cedet/semantic/db-file.el (object-write):
4739         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4740         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4741         (semanticdb-create-ebrowse-database):
4742         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4743         * cedet/semantic/complete.el (semantic-displayor-focus-request)
4744         (semantic-collector-calculate-completions-raw)
4745         (semantic-complete-read-tag-analyzer):
4746         * cedet/semantic/analyze.el (semantic-analyze-pulse):
4747         * cedet/ede/util.el (ede-update-version-in-source):
4748         * cedet/ede/proj.el (project-delete-target):
4749         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4750         (ede-proj-flush-autoconf):
4751         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4752         (ede-proj-configure-synchronize):
4753         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4754         * cedet/ede/linux.el (ede-linux-version):
4755         * cedet/ede/emacs.el (ede-emacs-version):
4756         * cedet/ede/dired.el (ede-dired-add-to-target):
4757         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4758         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4759         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4760         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4761         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4762         (cedet-idutils-version-check):
4763         * cedet/cedet-global.el (cedet-gnu-global-call):
4764         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4765         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4766         * cedet/cedet-cscope.el (cedet-cscope-call)
4767         (cedet-cscope-expand-filename, cedet-cscope-version-check):
4768         Use with-current-buffer.
4769         * cedet/ede.el (ede-make-project-local-variable)
4770         (ede-set-project-variables, ede-set): Use dolist.
4772 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
4774         * textmodes/ispell.el (ispell-skip-region-alist):
4775         * international/mule-conf.el (eight-bit):
4776         * international/fontset.el (font-encoding-alist):
4777         * startup.el (pure-space-overflow-message):
4778         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4779         * paths.el (gnus-nntp-service, rmail-spool-directory)
4780         (term-file-prefix):
4781         * files.el (save-some-buffers-action-alist):
4782         * cmuscheme.el (same-window-buffer-names):
4783         * ielm.el (same-window-buffer-names):
4784         * shell.el (same-window-buffer-names):
4785         * mail/sendmail.el (same-window-buffer-names):
4786         * progmodes/inf-lisp.el (same-window-buffer-names):
4787         * bindings.el (mode-line-client)
4788         (mode-line-column-line-number-mode-map):
4789         * language/tibetan.el (tibetan-precomposition-rule-regexp)
4790         (tibetan-precomposed-regexp): Purecopy string arguments.
4792 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4794         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4795         (calcDigit-nondigit):
4796         * calc/calc-yank.el (calc-copy-to-buffer):
4797         * calc/calc-units.el (calc-invalidate-units-table):
4798         * calc/calc-trail.el (calc-trail-yank):
4799         * calc/calc-store.el (calc-insert-variables):
4800         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4801         * calc/calc-prog.el (calc-read-parse-table):
4802         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4803         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4804         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4805         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4806         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4807         (calc-graph-name, calc-graph-find-command, calc-graph-view)
4808         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4809         * calc/calc-ext.el (calc-realign):
4810         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4811         (calc-embedded-finish-edit, calc-embedded-make-info)
4812         (calc-embedded-finish-command, calc-embedded-stack-change):
4813         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4815         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4816         (overload-docstring-extension): Use that info.
4817         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4818         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4819         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4820         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4821         (semantic-nonterminal-full-name): Add the new `when' info.
4822         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4823         `assert'.
4825         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4826         shell-dynamic-complete-filename in preference to
4827         comint-dynamic-complete-filename.
4829         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4830         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4831         Don't consider whether the display supports colors.
4832         (bookmark-import-new-list): Use dolist.
4833         (bookmark-bmenu-mode-map): Move initialization into declaration.
4834         (bookmark-bmenu-list): Use dolist, simplify.
4835         (bookmark-show-all-annotations): Use save-selected-window and dolist.
4836         (menu-bar-final-items): Use push.
4838 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4840         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4841         it works on remote files.
4842         (vc-hg-diff): Don't pass any `--cwd' argument.
4844 2009-10-27  Kevin Ryde  <user42@zip.com.au>
4846         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4847         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4848         (Further to Bug#3921).
4850 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
4852         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4853         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4854         calling `tramp-imap-put-file'.  Add file size to the call.
4855         (tramp-imap-get-file-entries): Compute also user name, file size,
4856         and date.
4857         (tramp-imap-handle-insert-directory): Insert uid and gid.
4858         (tramp-imap-handle-file-attributes): Transform uid and gid
4859         according to `id-format'.
4860         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
4861         size in header X-Size.
4863 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
4865         * simple.el (transpose-subr): Give clearer error when the mark
4866         is not set.  (Bug#4807)
4868 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
4870         * net/tramp.el (tramp-perl-file-truename): New defconst.
4871         Perl code contributed by yary <not.com@gmail.com> (tiny change).
4872         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4873         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4874         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4876         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4877         Ignore `dired-call-process'.
4878         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4880 2009-10-26  Julian Scheid  <julians37@gmail.com>
4882         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4883         (tramp-get-remote-readlink): New defun.
4884         (tramp-handle-file-truename): Use it.
4885         (tramp-handle-file-exists-p): Check file-attributes cache, assume
4886         file exists if cache value present.
4887         (tramp-check-cached-permissions): New defun.
4888         (tramp-handle-file-readable-p): Use it.
4889         (tramp-handle-file-writable-p): Likewise.
4890         (tramp-handle-file-executable-p): Likewise.
4891         (tramp-handle-file-name-all-completions): Try using Perl to get
4892         partial completions.  When perl not available, combine `cd' and
4893         `ls' into single remote operation and use shell expansion to get
4894         partial remote directory contents.  Set `file-exists-p' cache for
4895         directory and any files returned by ls.  Change cache handling to
4896         support partial directory contents.  Use error message emitted by
4897         remote `cd' or Perl code for local tramp-error.
4898         (tramp-do-copy-or-rename-file-directly): Avoid separate
4899         tramp-send-command-and-check call.
4900         (tramp-handle-process-file): Merge three remote ops into one.
4901         Do not flush all caches when `process-file-side-effects' is set.
4902         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4903         file-attributes shows uid/gid to be set already.
4905 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4907         * textmodes/tex-mode.el (tex-dvi-view-command)
4908         (tex-show-queue-command, tex-open-quote):
4909         * progmodes/ruby-mode.el (auto-mode-alist)
4910         (interpreter-mode-alist): Purecopy strings.
4912         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4914         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4915         string for the hook, keymap and abbrev table.
4917         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4919         * x-dnd.el (x-dnd-xdnd-to-action):
4920         * startup.el (fancy-startup-text, fancy-about-text): Change to
4921         defconst from defvar.
4923         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4925         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4926         Purecopy initialization strings.
4928         * mail/sendmail.el (mail-header-separator)
4929         (mail-personal-alias-file):
4930         * mail/rmail.el (rmail-default-dont-reply-to-names)
4931         (rmail-ignored-headers, rmail-retry-ignored-headers)
4932         (rmail-highlighted-headers, rmail-secondary-file-directory)
4933         (rmail-secondary-file-regexp):
4934         * files.el (null-device, file-name-invalid-regexp)
4935         (locate-dominating-stop-dir-regexp)
4936         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4937         (interpreter-mode-alist): Use mapcar instead of mapc.
4939         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4941         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4942         (completion-ignored-extensions):
4943         (debug-ignored-errors): Purecopy strings.
4945 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4947         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4948         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4949         (pcomplete--here): Use push.
4951         * subr.el (all-completions): Declare the 4th arg obsolete.
4953 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4955         * pcomplete.el (pcomplete-unquote-argument-function): New var.
4956         (pcomplete-unquote-argument): New function.
4957         (pcomplete--common-suffix): Always pay attention to case.
4958         (pcomplete--table-subvert): Quote and unquote the text.
4959         (pcomplete--common-quoted-suffix): New function.
4960         (pcomplete-std-complete): Use it and pcomplete-begin.
4962         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4963         we're inside a dedicated or minibuffer window.
4965 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4967         * cedet/semantic/fw.el (semantic-alias-obsolete)
4968         (semantic-varalias-obsolete): Make the `when' arg mandatory.
4969         (define-mode-overload-implementation):
4970         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4971         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4972         * cedet/semantic/util.el (semantic-file-token-stream)
4973         (semantic-something-to-stream):
4974         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4975         (semantic-expand-nonterminal):
4976         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4977         (semantic-find-dependency, semantic-find-nonterminal)
4978         (semantic-find-dependency):
4979         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4980         (semantic-flex-text, semantic-flex-make-keyword-table)
4981         (semantic-flex-keyword-p, semantic-flex-keyword-put)
4982         (semantic-flex-keyword-get, semantic-flex-map-keywords)
4983         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4984         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4985         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4986         (semantic-after-idle-scheduler-reparse-hooks):
4987         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4988         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4989         * cedet/semantic.el (semantic-toplevel-bovine-table)
4990         (semantic-toplevel-bovine-cache)
4991         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4992         (semantic-init-mode-hooks, semantic-init-db-hooks)
4993         (semantic-bovination-working-type): Provide the `when' arg.
4995 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
4997         * bookmark.el: Update documentation, especially documentation
4998         of `bookmark-alist' and of the bookmark file format.
4999         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5001 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5003         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5004         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5005         window to buffer.
5007         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5008         (global-whitespace-mode, global-whitespace-newline-mode)
5009         (whitespace-toggle-options, global-whitespace-toggle-options):
5010         Doc fix (Bug#3660).
5012         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5013         of xmltok-start before the end tag was inserted (Bug#2840).
5015         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5016         patterns that are preceded by an open-paren (Bug#1320).
5018 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5020         * files.el (delete-directory): Delete symlinks to directories with
5021         delete-file (Bug#4739).
5023 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5025         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5026         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5027         argument to make-obsolete.
5029         * cedet/semantic/fw.el (semantic-alias-obsolete)
5030         (semantic-varalias-obsolete): Add optional WHEN argument.
5032 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5034         * vc.el (vc-backend-for-registration): Rename from
5035         vc-get-backend-for-registration.  Update callers.
5037         * international/mule-cmds.el (set-language-info-alist):
5038         Purecopy lang-env.
5039         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5040         (charset): Purecopy the name.
5041         (define-char-code-property): Purecopy string arguments.
5043         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5044         Purecopy string arguments.
5046         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5047         * ediff-hook.el (menu-bar-ediff-menu):
5048         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5049         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5051 2009-10-24  Glenn Morris  <rgm@gnu.org>
5053         * comint.el (comint-dynamic-list-completions):
5054         * term.el (term-dynamic-list-completions): Use choose-completion rather
5055         than obsolete alias mouse-choose-completion.
5057         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5058         file-cache-choose-completion.
5059         (file-cache-choose-completion): Handle an optional event argument.
5060         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5062         * progmodes/octave-mod.el (octave-complete-symbol):
5063         Use choose-completion if mouse-choose-completion is ever removed.
5065         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5066         use.
5068         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5069         compiler.
5071         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5073 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5075         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5076         Ignore `pred' now that we receive one.
5077         Handle test-completion specially.
5079 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5081         * vc.el (vc-responsible-backend): Throw an error if not backend is
5082         found.  Remove the REGISTER argument.  Move the code dealing with
5083         REGISTER ...
5084         (vc-get-backend-for-registration): ... here.  New function.
5085         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5086         of vc-responsible-backend, pass the file name instead of the
5087         directory name.
5089 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5091         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5092         New funs.
5093         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5094         (pcomplete-comint-setup): Don't modify a global var via
5095         accidental side-effects.
5096         (pcomplete-shell-setup): Adjust call accordingly.
5097         (pcomplete-parse-comint-arguments): Use push.
5099 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5101         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5102         Allow uncapitalized info node names (Bug#3921).
5104         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5105         to the DEBUG file (Bug#3781).
5107 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5109         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5110         dictionary entry (Bug#4579).
5112 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5114         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5115         from `rfn-eshadow-update-overlay-hook' when unloading.
5116         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5117         "rsyncc".  Adjust doc string.
5118         (tramp-temp-buffer-file-name): New buffer-local defvar.
5119         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5120         Keep temporary file when indicated by method ("rsync" and
5121         "rsyncc").
5122         (tramp-handle-write-region): Handle APPEND.
5123         (tramp-delete-temp-file-function): New defun.  Added to
5124         `kill-buffer-hook'.
5126 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5128         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5130 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5132         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5133         (color-name-rgb-alist, tty-standard-colors)
5134         (tty-color-mode-alist): Change to defconst.
5136         * simple.el (mark-inactive): Purecopy message.
5138         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5139         (global-map, yank-menu):
5140         * textmodes/ispell.el (ispell-menu-map):
5141         * net/eudc.el (eudc-tools-menu):
5142         * international/mule-cmds.el (describe-language-environment-map)
5143         (setup-language-environment-map, set-coding-system-map)
5144         (mule-menu-keymap):
5145         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5146         * replace.el (occur-mode-map):
5147         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5149 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5151         * calc/calc.el (math-read-number, math-read-number-simple): Use
5152         `save-match-data'.
5154 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5156         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5157         rather than fiddling with global-map bindings, since it should only
5158         affect per-terminal settings.
5159         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5161         * minibuffer.el (completion-table-with-terminator): Allow to specify
5162         the terminator-regexp.
5164         * simple.el (switch-to-completions): Look for *Completions* in other
5165         frames as well.
5167         * pcomplete.el: Allow the use of completion-tables.
5168         (pcomplete-std-complete): New command.
5169         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5170         (pcomplete--here): Use a function for `form' rather than an expression,
5171         so it can be byte-compiled.
5172         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5173         Add edebug declaration.
5174         (pcomplete-show-completions): Remove unused var `curbuf'.
5175         (pcomplete-do-complete, pcomplete-stub):
5176         Don't assume `completions' is a list of strings any more.
5178 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5180         * find-dired.el (find-name-arg): Fix typo in docstring.
5182 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5184         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5185         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5187         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5188         pcomplete-entries.
5190         * comint.el (comint-read-input-ring, comint-write-input-ring)
5191         (comint-substitute-in-file-name)
5192         (comint-dynamic-complete-as-filename)
5193         (comint-dynamic-simple-complete)
5194         (comint-dynamic-list-filename-completions)
5195         (comint-dynamic-list-completions)
5196         (comint-redirect-results-list-from-process): Minor simplifications.
5198 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5200         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5201         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5202         the first form.  And insert a blank line after ";;; Code" since
5203         that's usual style.  (Bug#4612)
5205         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5207 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5209         * minibuffer.el (completion-table-with-terminator): Properly implement
5210         boundaries, in case `terminator' appears in the suffix.
5211         (completion--embedded-envvar-table): Don't return boundaries if
5212         there's no valid completion.  Simplify.
5213         (completion-file-name-table): New completion table extracted from
5214         completion--file-name-table.
5215         (completion--file-name-table): Use it.
5216         (read-file-name-predicate): Declare obsolete.
5217         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5218         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5219         completion-file-name-table, and use the `pred' argument.
5220         * files.el (locate-file-completion-table): Use the `pred' arg rather
5221         than read-file-name-predicate.
5222         (abbreviate-file-name): Use \` rather than ^ for BOS.
5224 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5226         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5227         vc-responsible-backend to register, it causes problems.
5229 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5231         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5233 2009-10-21  Eric Ludlam  <zappo@gnu.org>
5235         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5236         (semantic-c-debug-mode-init-pch): New functions.
5237         (semantic-c-debug-mode-init-last-mode): New var.
5238         (semantic-c-parse-lexical-token): Use them.
5240         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5241         When extracting the argument list, limit only by point-max.
5243 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5245         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5246         (tramp-smb-handle-file-attributes): Use it.
5247         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5248         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5249         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5250         Add `dired-filename' text properties.
5251         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5252         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5253         version.
5255 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5257         * subr.el (read-key-delay): Reduce to 0.01.
5258         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5259         (bug#4751).
5261 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5263         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5265         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5266         (Info-menu): Remove unused vars `last' and `completions'.
5267         (Info-index-nodes): Remove unused var `node'.
5269         * info.el (Info-complete-menu-item): Use complete-with-action.
5271 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5273         Make vc-annotate work through copies and renames.
5274         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5275         Return the file name too.
5276         (vc-annotate-revision-at-line)
5277         (vc-annotate-find-revision-at-line)
5278         (vc-annotate-revision-previous-to-line)
5279         (vc-annotate-show-log-revision-at-line): Update to get the file
5280         name from vc-annotate-extract-revision-at-line.
5281         (vc-annotate-show-diff-revision-at-line-internal): Change the
5282         argument to mean whether to show a file diff or not.  Get the file
5283         name from vc-annotate-extract-revision-at-line.
5284         (vc-annotate-show-diff-revision-at-line):
5285         Update vc-annotate-show-diff-revision-at-line call.
5286         (vc-annotate-warp-revision): Add an optional file argument.
5288         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5289         (vc-git-annotate-extract-revision-at-line): Also return the file
5290         name if found.
5292         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5293         command.  Remove unused code.
5294         (vc-hg-annotate-re): Update to match --follow output.
5295         (vc-hg-annotate-extract-revision-at-line): Also return the file
5296         name if found.
5298         * vc.el: Update annotate-extract-revision-at-line documentation.
5300 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5302         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5303         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5305         * net/browse-url.el (browse-url): Identify alist with "consp and
5306         not functionp" and let all other things go down the `apply' leg,
5307         as suggested by Stefan.  (Further to bug#4531.)
5309 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5311         * minibuffer.el (read-file-name): Check for repeat before putting
5312         a default argument in file-name-history (Bug#4657).
5314         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5315         read syntax (Bug#4737).
5317         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5319 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5321         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5322         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5323         entries and make note of obsolete tags.
5325 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5327         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5329 2009-10-18  Glenn Morris  <rgm@gnu.org>
5331         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5332         grep, so that binary files (eg international/uni-bidi.el) can match.
5333         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5334         now, and in any case the file header format has changed.
5336 2009-10-17  Glenn Morris  <rgm@gnu.org>
5338         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5339         (flyspell-get-word, flyspell-large-region)
5340         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5342 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5344         * Makefile.in (ELCFILES): Add ede/shell.
5346 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5348         * term/common-win.el (x-colors): Purecopy it.
5350 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5352         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5353         permissive for when the buffer is empty.
5354         (tar-header-block-tokenize): Decode the username and groupname.
5355         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5357 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5359         * cedet/srecode/srt.el:
5360         * cedet/srecode/compile.el:
5361         * cedet/semantic/mru-bookmark.el:
5362         * cedet/semantic/debug.el:
5363         * cedet/semantic/complete.el:
5364         * cedet/semantic/analyze.el: Require CL when compiling.
5366 2009-10-17  Eric Ludlam  <zappo@gnu.org>
5368         * cedet/semantic/scope.el
5369         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5370         tmpscope so that the regular scope will continue to work.
5372         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5373         Use semantic-idle-summary-highlight-face as the highlighting.
5375         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5376         contains multibyte characters, choose first applicable coding
5377         system automatically.
5379         * cedet/ede/project-am.el (project-run-target): New method.
5380         (project-run-target): New method.
5382         * cedet/ede.el (ede-target): Add run target menu item.
5383         (ede-project, ede-minor-keymap): Add ede-run-target binding.
5384         (ede-run-target): New function.
5385         (ede-target::project-run-target): New method.
5387         * cedet/ede/proj.el (project-run-target): New method.
5389         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5390         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
5391         Add :rules.
5392         (ede-proj-target-makefile-shared-object): Only libtool compilers
5393         now available.  Add linkers for libtool.
5394         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5395         (ede-proj-makefile-target-name): Always use .la extension.
5397         * cedet/ede/proj-prog.el (project-run-target): New method.
5399         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5400         (ede-g++-linker): Change Change link lines.
5402         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5403         When searching for old variables, go to the end of the buffer and
5404         search backward from there.
5405         (ede-proj-makefile-automake-insert-subdirs)
5406         (ede-proj-makefile-automake-insert-extradist): New methods.
5407         (ede-proj-makefile-create): Use them.
5409         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5410         Force FILE to expand to the current target.  Use file-exists-p to
5411         check that it exists.
5413         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5414         (ede-linux-load): Wrap dir in file-name-as-directory.
5415         Set :version slot.
5417         * cedet/ede/files.el (ede-get-locator-object): When enabling
5418         locate, do so on "top".
5420         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5421         file-name-as-directory during compare.
5422         (ede-emacs-version): Return Emacs/XEmacs differentiator.
5423         Get version number from different places.  Don't call egrep.
5424         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
5425         to set the directory.
5427         * cedet/ede/shell.el: New file.
5429         * cedet/inversion.el (inversion-decoders): Allow for stray . in
5430         alpha/beta variants.
5432 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5434         * international/mule-cmds.el (select-safe-coding-system): If the file
5435         has a coding cookie, use it regardless of any other setting (bug#4712).
5437 2009-10-17  Glenn Morris  <rgm@gnu.org>
5439         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5440         All errors should have messages.
5442         * foldout.el (foldout-mouse-swallow-events):
5443         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5445         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5446         (dired-keep-marker-copy, dired-keep-marker-hardlink)
5447         (dired-keep-marker-symlink, dired-dwim-target)
5448         (dired-copy-preserve-time): Do not autoload these defcustoms.
5450         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5451         messages from messing up the file coding.  (Bug#4623)
5453 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
5455         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5456         if no match is found for the current dictionary.  (Bug#4578)
5458         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5459         optional, since that is how it is documented, and this is often called
5460         with a nil argument.  (Bug#4577)
5461         (flyspell-external-point-words, flyspell-auto-correct-word)
5462         (flyspell-correct-word-before-point, flyspell-word-search-forward)
5463         (flyspell-word-search-backward): Remove nil argument in calls to
5464         flyspell-get-word, since it is not needed now.
5466 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
5468         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
5470 2009-10-16  Glenn Morris  <rgm@gnu.org>
5472         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5474 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5476         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5477         (ange-ftp-file-size): New function.
5478         (ange-ftp-file-attributes): Use it.
5480 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
5482         * net/tramp-smb.el (tramp-smb-version): New defvar.
5483         (tramp-smb-maybe-open-connection): Use it, in order to avoid
5484         repeated checks.
5486 2009-10-16  Glenn Morris  <rgm@gnu.org>
5488         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5489         Maybe copy some custom properties from old to new name.  (Bug#4706)
5491 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
5493         * subr.el (error, sit-for, start-process-shell-command)
5494         (start-file-process-shell-command): Set the calling convention
5495         after the function definition.
5497 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5499         * subr.el (error, sit-for, start-process-shell-command)
5500         (start-file-process-shell-command): Use the new
5501         set-advertised-calling-convention feature.
5503 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
5505         * international/ucs-normalize.el (ucs-normalize-version):
5506         Change to 1.2.
5507         (check-range): Adjust for Unicode 5.2.
5509 2009-10-15  Juri Linkov  <juri@jurta.org>
5511         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5512         to the `menu-item' format.
5514 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
5516         * net/tramp.el (tramp-replace-environment-variables): Do not fail
5517         if the environment variable does not exist.
5519         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5520         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5521         parameter.
5522         (tramp-smb-handle-add-name-to-file)
5523         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5524         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5525         (tramp-smb-handle-file-attributes)
5526         (tramp-smb-do-file-attributes-with-stat)
5527         (tramp-smb-handle-file-local-copy)
5528         (tramp-smb-handle-insert-directory)
5529         (tramp-smb-handle-make-directory)
5530         (tramp-smb-handle-make-directory-internal)
5531         (tramp-smb-handle-make-symbolic-link)
5532         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5533         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5534         (tramp-smb-maybe-open-connection): Apply the changed parameters.
5535         (tramp-smb-read-file-entry): Read Disk names in compressed format.
5536         Handle long file names.
5537         (tramp-smb-get-cifs-capabilities): Check, whether the connection
5538         process is running.
5539         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5540         Read share names with "-g" option.
5542 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
5544         * net/rcirc.el (rcirc-view-log-file): New command.
5545         (rcirc-track-minor-mode-map): Remove C-c ` binding.
5546         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5547         specified.
5549 2009-10-15  Glenn Morris  <rgm@gnu.org>
5551         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5552         from the second command-line argument.
5553         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5554         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5555         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5556         w32-batch-update-autoloads.
5557         * emacs-lisp/autoload.el (autoload-make-program): New variable.
5558         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5560         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5561         the headers cannot be located.  Simplify, subtracting superflous
5562         save-excursions.
5564 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5566         Replace completion-base-size by completion-base-position to fix bugs
5567         such as (bug#4699).
5568         * simple.el (completion-base-position): New var.
5569         (completion-base-size): Mark as obsolete.
5570         (choose-completion): Make it work for mouse events as well.
5571         Pass the new base-position to choose-completion-string.
5572         (choose-completion-guess-base-position): New function, extracted from
5573         choose-completion-delete-max-match.
5574         (choose-completion-delete-max-match): Use it.  Make obsolete.
5575         (choose-completion-string): Use the new base-position info.
5576         (completion-root-regexp): Delete.
5577         (completion-setup-function): Preserve completion-base-position.
5578         Eliminate obsolete base-size manipulation.
5579         * minibuffer.el (display-completion-list): Don't mess with base-size.
5580         (minibuffer-completion-help): Set completion-base-position instead.
5581         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5582         choose-completion.
5583         * textmodes/bibtex.el (bibtex-complete):
5584         * emacs-lisp/crm.el (crm--choose-completion-string):
5585         Adjust to new calling convention.
5586         * complete.el (partial-completion-mode): Use minibufferp to avoid
5587         bumping into incompatible change to choose-completion-string-functions.
5588         * ido.el (ido-choose-completion-string): Make its calling convention
5589         more permissive.
5590         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5591         base-size manipulation.
5592         (comint-dynamic-list-input-ring): Use dotimes and push.
5593         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5594         fundamental-mode.  Use `or'.
5596 2009-10-14  Juri Linkov  <juri@jurta.org>
5598         * misearch.el (multi-isearch-next-buffer-from-list)
5599         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
5601 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5603         * Makefile.in (compile-onefile): Load `bytecomp' rather than
5604         `bytecomp.el'.
5606         * minibuffer.el (completion-pcm--merge-completions): Make sure the
5607         string we return is all made up of text from the completions rather
5608         than part from the completions and part from the input (bug#4219).
5610         * ido.el (ido-everywhere): Use define-minor-mode.
5612         * buff-menu.el (list-buffers, ctl-x-map):
5613         Mark the entry points with ;;;###autoload cookies.
5615 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5617         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5618         correctly in the detached head case.
5619         (vc-git-print-log): Remove unused binding.
5621         * vc.el (vc-responsible-backend): When a directory is passed for
5622         for registration create a VC repository if no backend is
5623         responsible for the directory argument.
5624         (vc-deduce-fileset): Tell vc-responsible-backend to register.
5626         * vc.el: Move comments about RCS and SCCS ...
5627         * vc-rcs.el:
5628         * vc-sccs.el: ... here, respectively.
5630 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5632         * minibuffer.el (completion--file-name-table): Return nil if there's
5633         no file completion, even if substitute-in-file-name changed
5634         the string (bug#4708).
5636 2009-10-13  Juri Linkov  <juri@jurta.org>
5638         * files-x.el (read-file-local-variable-value): Don't filter out
5639         minor modes from mode name completion (bug#4664).
5641 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5643         * international/mule-cmds.el (ucs-names): Remove exclusion of
5644         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5646 2009-10-13  Kenichi Handa  <handa@m17n.org>
5648         * international/uni-name.el: Regenerated.
5650 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5652         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
5653         should be automatically buffer-local, but isn't.)
5655 2009-10-12  Sam Steingold  <sds@gnu.org>
5657         * progmodes/compile.el (compilation-next-error-function): Fix the
5658         timestamps if the buffer has been visited before.
5659         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5660         non-anchored patterns, like the perl one (bug#3928).
5662 2009-10-12  Glenn Morris  <rgm@gnu.org>
5664         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5665         Let-bind `size'.
5667 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
5669         * proced.el (proced-unload-function): New function.
5671         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5672         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5673         Doc fix.
5675         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5677 2009-10-11  Juri Linkov  <juri@jurta.org>
5679         * files-x.el (read-file-local-variable-value):
5680         Provide default value only for bound variables (bug#4664).
5682 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
5684         * net/tramp.el (tramp-local-host-p): Function shall return nil for
5685         connection methods like smb.
5687         * net/tramp-cache.el (tramp-flush-connection-property): The hash
5688         can be empty.
5690         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5691         (tramp-smb-file-name-handler-alist): Add handlers for
5692         `add-name-to-file', `make-symbolic-link'.
5693         (tramp-smb-handle-add-name-to-file)
5694         (tramp-smb-do-file-attributes-with-stat)
5695         (tramp-smb-handle-make-symbolic-link)
5696         (tramp-smb-get-cifs-capabilities): New defuns.
5697         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5698         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5699         (tramp-smb-handle-file-local-copy)
5700         (tramp-smb-handle-make-directory-internal)
5701         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5702         The file name syntax depends on cifs capabilities.
5703         (tramp-smb-handle-file-attributes):
5704         Call `tramp-smb-do-file-attributes-with-stat' if possible.
5705         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5706         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5708 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
5710         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5711         (eieio-defclass): Apply deftype handler and setf-method properties
5712         directly.
5713         (eieio-add-new-slot): Avoid union function from cl library.
5714         (eieio--typep): New function.
5715         (eieio-perform-slot-validation): Use it.
5717 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5719         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5720         Update documentation to refer to the variables documented in r1.135.
5721         (Bug#4188)
5723 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5725         * bookmark.el (Info-suffix-list): Remove this unused variable.
5726         (bookmark-current-point): Remove this obsolete variable.
5727         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5728         Adjust for removal of bookmark-current-point.
5730         (bookmarks-already-loaded, bookmark-current-buffer)
5731         (bookmark-yank-point): Document.  (Bug#4188)
5733 2009-10-10  Glenn Morris  <rgm@gnu.org>
5735         * frame.el (frame-height): Doc fix.
5737         * calendar/calendar.el (calendar-split-width-threshold): New option.
5738         (calendar-basic-setup): Use calendar-split-width-threshold.
5740 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
5742         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5743         Use .la for Automake.
5745 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
5747         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5748         Use "autoreconf -i".  Suggested by Andreas Schwab.
5750 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
5752         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5753         Ideographic Supplement" range (U+1F200..U+1F2FF).
5755 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5757         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5758         since the list will have been rebuilt anyway.  (Bug#4349)
5760 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5762         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5763         (bookmark-bmenu-execute-deletions): Don't save here, as
5764         bookmark-delete will now do so if necessary.
5765         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5766         (Bug#4348)
5768 2009-10-09  Glenn Morris  <rgm@gnu.org>
5770         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5772 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5774         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5775         (bookmark-jump-other-window): Just invoke bookmark-jump with new
5776         argument now, so the two function's behaviors will match.  (Bug#3645)
5778 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5780         * cedet/ede/proj.el (project-make-dist, project-compile-project):
5781         Fix filename test.
5782         (ede-proj-dist-makefile): Use expand-file-name instead of concat
5783         to expand file names.
5785 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
5787         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5788         (tramp-file-name-real-host, tramp-file-name-port):
5789         Apply `save-match-data'.
5791         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5792         case both directories are remote.
5793         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5794         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5796 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5798         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5799         (ede-proj-target-makefile-objectcode): Use it.
5801         * cedet/ede/source.el (ede-want-any-source-files-p)
5802         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5803         Return search result.  This error was introduced while merging.
5805 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5807         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5809 2009-10-07  Glenn Morris  <rgm@gnu.org>
5811         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5812         of concat.
5814 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5816         * files-x.el (read-file-local-variable): Include some
5817         non-user-variables in the completion table (bug#4664).
5819 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
5821         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5822         message.
5824         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5825         (tramp-smb-file-name-handler-alist): Add handler for
5826         `copy-directory', `expand-file-name', `set-file-modes'.
5827         (tramp-smb-handle-copy-directory)
5828         (tramp-smb-handle-expand-file-name)
5829         (tramp-smb-handle-set-file-modes): New defuns.
5830         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5831         (tramp-smb-handle-file-attributes): Simplify check for retrieving
5832         entry.
5833         (tramp-smb-handle-insert-directory): Don't flush the cache.
5834         (tramp-smb-maybe-open-connection): Check for samba client and
5835         server versions.
5837 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
5839         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5840         to not error out of search for "^lisp=" fails.
5842 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5844         * makefile.w32-in (WINS_UPDATES): New macro.
5845         (custom-deps, finder-data, autoloads): Use it.
5847 2009-10-07  Glenn Morris  <rgm@gnu.org>
5849         * Makefile.in (autoloads): Revert previous change.
5850         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5851         the list of preloaded files passed on the command-line, get
5852         it from src/Makefile.
5854         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5855         show the original buffer rather than a random one.
5857 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
5859         * help.el (describe-no-warranty): Place point in a slightly better
5860         position in the GPLv3 text.
5862 2009-10-06  Sam Steingold  <sds@gnu.org>
5864         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5865         the comm attribute is present before calling regexp-quote.
5867 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
5869         * play/animate.el (animate-string): For good effect, make sure
5870         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5872         * play/animate.el (animate-sequence, animate-birthday-present):
5873         * misc.el (butterfly): Don't set `indent-tabs-mode'.
5875 2009-10-06  Glenn Morris  <rgm@gnu.org>
5877         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5879         * emacs-lisp/autoload.el (autoload-excludes): New variable.
5880         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5881         (batch-update-autoloads): Process a string value of autoload-excludes,
5882         set during the build process.
5883         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
5885         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5886         inside with-parsed...  macro so that `v' is defined.
5888         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5889         * progmodes/fortran.el (fortran-end-of-block)
5890         (fortran-beginning-of-block):
5891         Also push mark in the macro case.
5893         * emerge.el (emerge-show-file-name):
5894         * calc/calc.el (calc-quit):
5895         * calc/calc-misc.el (calc-big-or-small):
5896         * calc/calc-graph.el (calc-graph-view):
5897         * calc/calc-ext.el (calc-reset):
5898         * calendar/calendar.el (calendar-basic-setup):
5899         Use window-full-height-p.
5901         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5902         header we don't understand, don't insert another.  (Bug#4624)
5903         If changing mime charset, insert the new one in the right place.
5905 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
5907         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5908         (cal-tex-cursor-month): Correctly increment the end date for diary and
5909         holiday listing.  (Bug#4626)
5911 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5913         * help-fns.el (describe-function-1): Don't burp if the function is not
5914         a symbol.
5916 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
5918         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5919         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5920         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5921         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5923         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5924         (eieio-default-superclass): Reflow docstrings.
5925         (this, class-option-assoc, defclass, eieio-class-un-autoload)
5926         (eieio-unbind-method-implementations, defmethod)
5927         (eieio-validate-slot-value, eieio-validate-class-slot-value)
5928         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5929         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5930         (eieio-slot-originating-class-p, eieio-slot-name-index)
5931         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5932         (constructor, initialize-instance, no-next-method, object-print)
5933         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5934         Fix typos in docstrings.
5935         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5936         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5937         (next-method-p): Doc fixes.
5938         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5939         Fix typos in error messages.
5940         (eieio-defmethod): Fix typo in description of generic method.
5942         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5943         (eieio-persistent-save-interactive, slot-missing):
5944         Fix typos in docstrings.
5945         (eieio-instance-inheritor-slot-boundp): Doc fix.
5947         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5948         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5950         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5951         (eieio-custom-object-apply-reset):
5952         Fix typos in docstrings and error messages.
5954         * emacs-lisp/eieio-datadebug.el (data-debug-show):
5955         Fix typo in docstring.
5957         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5958         (eieio-browse-tree): Doc fix.
5959         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5960         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5961         Fix typos in docstrings.
5963         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5964         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5965         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5966         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5967         Reflow docstrings.
5969 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
5971         * vc-hg.el (log-view-vc-backend): Declare for compiler.
5972         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5973         Set log-view-vc-backend so that diff can work.
5975         * log-view.el (log-view-diff): Use vc-diff-internal instead of
5976         vc-version-diff.
5977         (vc-diff-internal): Autoload this instead of vc-version-diff.
5979 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
5981         * simple.el (eval-expression): Doc fix.
5983         * progmodes/cwarn.el (cwarn-mode): Doc fix.
5985 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5987         * files.el (directory-files-no-dot-files-regexp): New defconst.
5988         (delete-directory): Use it.
5989         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
5991         * net/tramp.el (tramp-verbose): Fix docstring.
5992         (tramp-methods): Add recursive option to `tramp-copy-args'.
5993         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
5994         "scp1_old", "scp2_old", "rsync", "rsyncc".
5995         (tramp-default-method): Check also for `auth-source-user-or-password'.
5996         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5997         Add handler for `copy-directory'.
5998         (tramp-handle-copy-directory): New defun.
5999         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6000         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6001         Optimize sent command.
6003 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6005         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6006         window if necessary.
6008         * calendar/calendar.el (calendar-basic-setup): Don't call
6009         switch-to-buffer in a dedicated window.
6011 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6013         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6014           don't do anything related to relocating, just return nil.
6015         (bookmark-error-no-filename): New error.
6016         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6017           bookmark has no file.  Don't even attempt to handle things that
6018           are not files; the whole point of custom handlers is to keep that
6019           knowledge elsewhere anyway.  Tighten some comments.
6020         (bookmark-file-or-variation-thereof): Remove now-unused function.
6021         (bookmark-location): Doc string fix.
6022         (Bug#4250)
6024 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6026         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6027         don't use a file dialog, because they usually don't know how to read
6028         a directory target from the user.  (Bug#4230)
6029         Also, make sure the prompt can display directories as well as files.
6031 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6033         * bookmark.el (bookmark-set, bookmark-buffer-name):
6034         Improve doc strings.  (Bug#1193)
6036 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6038         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6039         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6040         (bookmark-get-annotation, bookmark-set-annotation)
6041         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6042         (bookmark-set-position, bookmark-get-front-context-string)
6043         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6044         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6045         (bookmark-jump-other-window, bookmark-handle-bookmark)
6046         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6047         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6048         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6049            Improve doc strings to say whether bookmark can be a string or
6050            a record or both, and make other consistency and clarity fixes.
6051         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6052         (bookmark-default-annotation-text, bookmark-yank-word)
6053         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6054         (bookmark-import-new-list, bookmark-maybe-rename)
6055         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6056         (bookmark-bmenu-bookmark): Give these doc strings.
6057         (bookmark-bmenu-check-position): Give this a doc string, but also
6058            add a FIXME comment about how the function may be pointless.
6059         (bookmark-default-handler): Rework doc string and change a
6060            parameter name, to clarify that this takes a bookmark record
6061            not a bookmark name.
6062         (bookmark-set): Change a parameter name to indicate its meaning,
6063            and improve the doc string a bit.
6064         (Bug#4188)
6066 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6068         * bookmark.el (bookmark-alist): Document the new `handler' element
6069         in the param alist.
6070         (bookmark-make-record-function): Adjust documentation for above.
6071         (Bug#4193)
6073 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6075         * info.el (Info-bookmark-make-record): Document this function.
6076         (Info-bookmark-jump): Document with a doc string, not just a comment.
6077         (Bug#4203)
6079 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6081         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6082         (semantic-new-buffer-fcn): Call parser setup functions here.
6083         (semantic-mode): Don't call parser setup functions here, it's done
6084         in semantic-new-buffer-fcn now.
6085         (semantic-mode): Parse all existing buffers when enabled.
6087         * cedet/srecode/compile.el (srecode-compile-file):
6088         Call semantic-new-buffer-fcn if the buffer has not been parsed.
6090 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6092         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6094         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6095         (proj-comp-insert-variable-once): New macro, renamed from
6096         ede-pmake-insert-variable-once in ede/pmake.edl.
6097         (ede-proj-makefile-insert-variables): Use it.
6099 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6101         * files.el (copy-directory): New defun.
6103         * dired-aux.el (dired-copy-file-recursive): Use it.
6105 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6107         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6108         (makefile-end-of-command):
6109         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6110         (semantic-end-of-context): Fix previous change.  Doc fixes.
6112 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6114         * files-x.el (modify-dir-local-variable)
6115         (copy-dir-locals-to-file-locals-prop-line):
6116         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6117         (makefile-end-of-command):
6118         * cedet/semantic/lex.el (semantic-lex-token):
6119         * cedet/semantic/analyze/fcn.el
6120         (semantic-analyze-dereference-metatype-1):
6121         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6122         (semantic-lex-cpp-undef):
6123         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6124         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6125         (semantic-end-of-context): Fix typos in docstrings.
6127         * recentf.el (recentf-unload-function): New function.
6129 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6131         * cedet/ede.el (ede-project-placeholder-cache-file):
6132         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6133         * cedet/srecode/map.el (srecode-map-save-file):
6134         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
6136 2009-10-04  Glenn Morris  <rgm@gnu.org>
6138         * window.el (window-full-height-p): Add doc string.
6140 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6142         * window.el (window-full-height-p): New function.  (Bug#4543)
6144 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
6146         * cedet/srecode/insert.el: Require srecode/args.
6148         * cedet/srecode/args.el: Require srecode/dictionary instead of
6149         srecode/insert.
6151         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6153         * files.el (auto-mode-alist): Add .srt and Project.ede.
6155         * cedet/semantic.el (semantic-mode):
6156         Handle srecode-template-mode-hook as well.
6157         (semantic-mode): Use js-mode-hook for Javascript hook.
6159         * cedet/srecode/template.el: Remove hook variable.
6161         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6163         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6164         projects exist.
6165         (ede-project-placeholder-cache-file): Default to a file in
6166         user-emacs-directory.
6168         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6169         templates in data-directory.
6170         (srecode-map-save-file): Default to a file in user-emacs-directory.
6172         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6173         directory.
6175 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6177         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6178         Doc fix.
6180         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6181         Only insert each variable once.
6183         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6184         (ede-pmake-insert-variable-shared): Use it.
6186         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6187         for lexical table iff table is nil.
6189 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6191         * vc.el: Remove commented out code.
6192         (vc-derived-from-dir-mode): Remove, unused.
6193         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6195 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6197         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6198         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6199         there could be recursive loading when `default-directory' is a
6200         remote file name.  (Bug#4614)
6202 2009-10-03  Glenn Morris  <rgm@gnu.org>
6204         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6205         the frame is wide.
6206         (calendar-generate-window): Test for shrinkability rather than width.
6208         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6209         declaration, currently false.
6211         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6212         reusing existing buffers, in case we happen to visit two files with the
6213         same basename.  (Bug#4593)
6215 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6217         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6218         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6219         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6220         subdirs of cedet as well.
6221         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6223 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6225         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6226         Obey advertised-signature-table.
6228         * help-fns.el (help-function-arglist): Don't check
6229         advertised-signature-table.
6230         (describe-function-1): Do it here instead so it also applies to subrs.
6232 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6234         * simple.el (start-file-process): Say in the doc-string, that file
6235         handlers might not support pty association, if PROGRAM is nil.
6237         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6238         HOST and USER are strings.  They are nil, when there are
6239         incomplete entries in ~/.netrc, for example.
6240         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6241         root directory ("device busy" error otherwise).
6243         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6244         Flush file properties of created directory.
6246 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6248         * makefile.w32-in (WINS_BASIC): Remove cedet.
6249         (WINS_CEDET): Add cedet.
6250         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6252 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6254         * net/browse-url.el (browse-url): Pass any symbol in
6255         browse-url-browser-function to `apply', since if you've mistakenly put
6256         an unbound symbol then the error is clearer.  (Bug#4531)
6258 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6260         * allout.el (allout-init, allout-back-to-current-heading)
6261         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6262         (allout-ascend, allout-up-current-level, allout-end-of-level)
6263         (allout-previous-visible-heading, allout-forward-current-level)
6264         (allout-backward-current-level, allout-show-children):
6265         * apropos.el (apropos-describe-plist):
6266         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6267         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6268         * completion.el (add-completion, add-permanent-completion):
6269         * descr-text.el (describe-text-category, describe-char):
6270         * desktop.el (desktop-lazy-abort):
6271         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6272         * dired.el (dired-build-subdir-alist):
6273         * ediff.el (ediff-version):
6274         * elide-head.el (elide-head, elide-head-show):
6275         * emerge.el (emerge-version):
6276         * env.el (getenv):
6277         * face-remap.el (variable-pitch-mode):
6278         * faces.el (describe-face):
6279         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6280         (dired-at-point):
6281         * files.el (find-file-existing, auto-save-mode):
6282         * font-lock.el (font-lock-fontify-buffer):
6283         * help-fns.el (describe-function, describe-variable)
6284         (describe-syntax, describe-categories):
6285         * help.el (view-lossage, describe-bindings, describe-key)
6286         (describe-mode):
6287         * hexl.el (hexl-current-address):
6288         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6289         * info.el (Info-goto-emacs-key-command-node):
6290         * log-edit.el (log-edit-insert-cvs-template)
6291         (log-edit-insert-cvs-rcstemplate):
6292         * menu-bar.el (menu-bar-mode):
6293         * mouse.el (mouse-appearance-menu):
6294         * newcomment.el (comment-indent-new-line):
6295         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6296         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6297         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6298         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6299         * recentf.el (recentf-mode):
6300         * savehist.el (savehist-mode, savehist-save):
6301         * shadowfile.el (shadow-copy-files):
6302         * simple.el (kill-ring-save, next-line, previous-line)
6303         (normal-erase-is-backspace-mode):
6304         * strokes.el (strokes-update-window-configuration)
6305         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6306         (strokes-xpm-for-stroke):
6307         * time.el (emacs-uptime, emacs-init-time):
6308         * tutorial.el (tutorial--describe-nonstandard-key)
6309         (tutorial--detailed-help):
6310         * type-break.el (type-break-mode)
6311         (type-break-mode-line-message-mode, type-break-query-mode)
6312         (type-break-guesstimate-keystroke-threshold):
6313         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6314         * version.el (emacs-version):
6315         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6316         * winner.el (winner-mode):
6317         * calendar/timeclock.el (timeclock-in, timeclock-out)
6318         (timeclock-status-string, timeclock-change)
6319         (timeclock-workday-remaining-string)
6320         (timeclock-workday-elapsed-string)
6321         (timeclock-when-to-leave-string):
6322         * calendar/todo-mode.el (todo-add-category):
6323         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6324         * emacs-lisp/autoload.el (update-file-autoloads):
6325         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6326         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6327         (checkdoc-message-text, checkdoc-defun):
6328         * emacs-lisp/debug.el (debugger-list-functions):
6329         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6330         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6331         (eieio-describe-generic):
6332         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6333         * emacs-lisp/shadow.el (list-load-path-shadows):
6334         * emulation/cua-base.el (cua-mode):
6335         * emulation/edt.el (edt-set-scroll-margins):
6336         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6337         (tpu-toggle-regexp, tpu-toggle-search-direction)
6338         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6339         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6340         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6341         (viper-set-parsing-style-toggling-macro)
6342         (viper-set-emacs-state-searchstyle-macros):
6343         * emulation/viper.el (viper-set-hooks):
6344         * eshell/esh-mode.el (eshell-truncate-buffer):
6345         * international/mule-cmds.el (prefer-coding-system)
6346         (describe-input-method, describe-language-environment):
6347         * international/mule-diag.el (list-character-sets)
6348         (describe-character-set, describe-coding-system)
6349         (describe-fontset, list-fontsets, list-input-methods):
6350         * mail/sendmail.el (mail-signature):
6351         * net/ange-ftp.el (ange-ftp-copy-file):
6352         * net/browse-url.el (browse-url):
6353         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6354         * net/quickurl.el (quickurl-add-url):
6355         * net/rcirc.el (names, topic):
6356         * net/xesam.el (xesam-mode):
6357         * play/5x5.el (5x5-new-game):
6358         * play/yow.el (apropos-zippy):
6359         * progmodes/ada-mode.el (ada-mode-version):
6360         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6361         (f90-end-of-block)
6362         (f90-beginning-of-block):
6363         * progmodes/fortran.el (fortran-end-of-block)
6364         (fortran-beginning-of-block):
6365         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6366         * progmodes/python.el (python-describe-symbol, python-shell):
6367         * term/ns-win.el (ns-print-buffer):
6368         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6369         * textmodes/flyspell.el (flyspell-mode-on):
6370         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6371         (pages-directory-for-addresses):
6372         * textmodes/table.el (table-recognize-cell)
6373         (table-query-dimension, table-generate-source)
6374         (table-insert-sequence, table--warn-incompatibility):
6375         * textmodes/tex-mode.el (tex-validate-buffer):
6376         * textmodes/texinfmt.el (texinfmt-version)
6377         (texinfo-format-buffer):
6378         Use `called-interactively-p' instead of `interactive-p'.
6380 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6382         * image-mode.el (image-toggle-display):
6383         * emacs-lisp/elp.el (elp-instrument-function):
6384         * emacs-lisp/advice.el (ad-make-advised-definition):
6385         * emacs-lisp/easy-mmode.el (define-minor-mode):
6386         * net/browse-url.el (browse-url-maybe-new-window):
6387         * progmodes/sh-script.el (sh-learn-buffer-indent):
6388         Pass new argument 'any to `called-interactively-p'.
6390 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6392         * international/uni-bidi.el:
6393         * international/uni-category.el:
6394         * international/uni-combining.el:
6395         * international/uni-comment.el:
6396         * international/uni-decimal.el:
6397         * international/uni-decomposition.el:
6398         * international/uni-digit.el:
6399         * international/uni-lowercase.el:
6400         * international/uni-mirrored.el:
6401         * international/uni-name.el:
6402         * international/uni-numeric.el:
6403         * international/uni-old-name.el:
6404         * international/uni-titlecase.el:
6405         * international/uni-uppercase.el:
6406         Regenerate from Unicode 5.2.0 data.
6408 2009-10-01  Glenn Morris  <rgm@gnu.org>
6410         * Makefile.in (ELCFILES): Regenerate.
6412 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6414         * subr.el (interactive-p): Mark obsolete.
6415         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6416         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6417         advertised-signature-table for subroutines as well.
6419         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6420         (set-advertised-calling-convention): New function.
6421         (make-obsolete, define-obsolete-function-alias)
6422         (make-obsolete-variable, define-obsolete-variable-alias):
6423         Make the optional-ness of `when' obsolete.
6424         (define-obsolete-face-alias): Make `when' non-optional.
6425         * help-fns.el (help-function-arglist):
6426         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6427         Use advertised-signature-table.
6429 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6431         * files.el (delete-directory): New defun.  The original function
6432         in fileio.c has been renamed to `delete-directory-internal'.
6434         * dired.el (dired-delete-file): Call `delete-directory' with
6435         RECURSIVE parameter.
6437         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6438         parameter RECURSIVE.  Implementation is missing.
6440         * net/tramp.el (tramp-handle-make-directory): Flush upper
6441         directory's file properties.
6442         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6443         (tramp-handle-dired-recursive-delete-directory): Flush directory
6444         properties after the remove command only.
6446         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6447         Handle optional parameter RECURSIVE.
6449         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6450         Handle optional parameter RECURSIVE.
6452         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6453         connection timeout.
6454         (tramp-smb-handle-delete-directory): Handle optional parameter
6455         RECURSIVE.
6457 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6459         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6460         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6461         (byte-compile-defmacro): Use backquotes.
6463         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6465         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6466         has no associated file.
6467         (vc-resynch-buffer): Use vc-dir-buffers.
6469 2009-10-01  Glenn Morris  <rgm@gnu.org>
6471         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6472         (chart-file-count):
6473         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6474         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6475         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6476         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6477         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6478         (eieio-copy-parents-into-subclass, make-instance, class-children)
6479         (eieio-generic-form):
6480         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6481         * cedet/cedet-idutils.el (cedet-idutils-search)
6482         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6483         (cedet-idutils-version-check):
6484         * cedet/cedet.el (cedet-version):
6485         * cedet/data-debug.el (data-debug-insert-overlay-button)
6486         (data-debug-insert-overlay-list-button)
6487         (data-debug-insert-buffer-button)
6488         (data-debug-insert-buffer-list-button)
6489         (data-debug-insert-process-button, data-debug-insert-ring-button)
6490         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6491         (data-debug-insert-stuff-vector-button)
6492         (data-debug-insert-symbol-button, data-debug-insert-string)
6493         (data-debug-insert-number, data-debug-insert-lambda-expression)
6494         (data-debug-insert-nil, data-debug-insert-simple-thing)
6495         (data-debug-insert-custom, data-debug-edebug-expr):
6496         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6497         (global-ede-mode-map, ede-new, ede-debug-target)
6498         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6499         * cedet/semantic.el (semantic-minimum-working-buffer-size)
6500         (semantic-fetch-tags, semantic-submode-list)
6501         (semantic-default-submodes):
6502         * cedet/ede/source.el (ede-source-match):
6503         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6504         (project-am-package-info):
6505         * cedet/ede/proj.el (ede-proj-target, project-new-target):
6506         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6507         * cedet/ede/proj-comp.el (ede-current-build-list):
6508         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6509         * cedet/ede/files.el (ede-toplevel-project-or-nil):
6510         * cedet/ede/cpp-root.el (initialize-instance):
6511         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6512         (autoconf-parameter-strip, autoconf-insert-new-macro):
6513         * cedet/semantic/wisent.el (wisent-lex-eoi):
6514         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6515         (semantic-show-parser-state-mode):
6516         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6517         * cedet/semantic/tag.el (semantic-tag-new-variable)
6518         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6519         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6520         (semantic--tag-deep-copy-tag-list)
6521         (semantic-tag-components-with-overlays-default):
6522         * cedet/semantic/symref.el (semantic-symref-find-text):
6523         * cedet/semantic/senator.el (senator-yank-tag)
6524         (senator-transpose-tags-up):
6525         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6526         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6527         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6528         * cedet/semantic/lex.el (semantic-lex-comment-regex)
6529         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6530         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6531         * cedet/semantic/lex-spp.el
6532         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6533         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6534         * cedet/semantic/idle.el
6535         (semantic-idle-summary-current-symbol-info-brutish)
6536         (semantic-idle-summary-current-symbol-info-default):
6537         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6538         (semantic--grammar-macro-compl-dict):
6539         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6540         * cedet/semantic/format.el (semantic-format-tag-custom-list)
6541         (semantic-format-tag-canonical-name-default):
6542         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6543         (semantic-find-tags-for-completion)
6544         (semantic-find-tags-by-scope-protection-default)
6545         (semantic-deep-find-tags-for-completion):
6546         * cedet/semantic/edit.el
6547         (semantic-edits-incremental-reparse-failed-hook)
6548         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6549         (semantic-edits-splice-remove, semantic-edits-splice-replace):
6550         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6551         * cedet/semantic/dep.el (semantic-dependency-include-path):
6552         * cedet/semantic/db.el (semanticdb-default-find-index-class)
6553         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6554         (semanticdb-project-roots):
6555         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6556         (semanticdb-find-adebug-insert-scanned-tag-cons)
6557         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6558         (semanticdb-brute-deep-find-tags-for-completion):
6559         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6560         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6561         (semantic-end-of-context-default)
6562         (semantic-ctxt-current-function-default)
6563         (semantic-ctxt-scoped-types-default):
6564         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6565         (semantic-complete-inline-tag-engine)
6566         (semantic-complete-inline-custom-type)
6567         (semantic-complete-read-tag-analyzer):
6568         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6569         (semantic-chart-database-size):
6570         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6571         (semantic-analyze-current-context):
6572         * cedet/semantic/symref/list.el (semantic-symref)
6573         (semantic-symref-hide-buffer, semantic-symref-symbol):
6574         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6575         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6576         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6577         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6578         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6579         (semantic-c-dereference-template):
6580         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6581         (semantic--analyze-refs-full-lookup-with-parents)
6582         (semantic--analyze-refs-full-lookup-simple):
6583         * cedet/semantic/analyze/complete.el
6584         (semantic-analyze-possible-completions):
6585         * cedet/srecode/table.el (srecode-mode-table-new):
6586         * cedet/srecode/srt.el (srecode-read-variable-name):
6587         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6588         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6589         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6590         * cedet/srecode/map.el (srecode-current-map):
6591         * cedet/srecode/insert.el (srecode-insert)
6592         (srecode-insert-variable-secondname-handler, srecode-insert-method)
6593         (srecode-template-inserter-point-override)
6594         (srecode-insert-include-lookup):
6595         * cedet/srecode/getset.el (srecode-auto-choose-class):
6596         * cedet/srecode/extract.el (srecode-inserter-extract):
6597         * cedet/srecode/document.el
6598         (srecode-document-autocomment-return-last-alist)
6599         (srecode-document-autocomment-param-type-alist)
6600         (srecode-document-insert-function-comment)
6601         (srecode-document-insert-variable-one-line-comment)
6602         (srecode-document-function-name-comment):
6603         * cedet/srecode/dictionary.el (srecode-create-dictionary)
6604         (srecode-compound-toString):
6605         * cedet/srecode/compile.el (srecode-flush-active-templates):
6606         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6607         Doc/message fixes.
6609         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6610         match-data.  (Bug#4555).
6612         * cedet/semantic/bovine/gcc.el
6613         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6614         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6616         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6617         rather than parsing it as a regexp.  This relaxes the layout
6618         requirements and makes errors easier to detect.
6619         (check-declare-verify): Check file is regular.
6620         (check-declare-directory): Doc fix.
6621         * subr.el (declare-function): Doc fix.
6623         * ibuffer.el (ibuffer-format-qualifier):
6624         * isearch.el (hi-lock-regexp-okay):
6625         * calc/calc.el (math-zerop):
6626         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6627         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6628         Remove unused declarations.
6630 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6632         * cedet/semantic/wisent/javat-wy.el
6633         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6635 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
6637         * cedet/srecode/expandproto.el: Fix provide statement.
6639 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6641         * emacs-lisp/eieio.el (boolean-p): Delete.
6643 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
6645         * cedet/ede/srecode.el: Fix provide statement.
6647 2009-09-30  Glenn Morris  <rgm@gnu.org>
6649         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6650         * cedet/ede/proj-aux.el (ede-aux-source):
6651         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6652         (ede-misc-source):
6653         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6654         (semantic-mrub-switch-tags): Fix doc typos.
6656         * cedet/semantic/db-global.el (data-debug-new-buffer)
6657         (data-debug-insert-thing): Remove unneeded declarations (one broken).
6658         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6660         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6662         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6663         use of CL function `remove-if-not'.
6665         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6667         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6668         filename is not a string.
6670 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6672         * files.el (safe-local-eval-forms): Fix typo.
6674 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6676         * vc-hooks.el (vc-dir-buffers): New var.
6677         (vc-state-refresh): New function.
6678         (vc-state): Use it.
6679         (vc-after-save): Always ask the backend to recompute the new state.
6680         Always call vc-dir if necessary, using vc-dir-buffers.
6681         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6682         Use vc-dir-buffers.
6683         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6684         (vc-dir-prepare-status-buffer, vc-dir-update)
6685         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6686         Don't call expand-file-name on default-directory.
6688 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6690         * speedbar.el (speedbar-item-delete):
6691         * calc/calc-prog.el (calc-kbd-if):
6692         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6694         * epa.el (epa-key-list-mode-map):
6695         * hi-lock.el (hi-lock-menu): Fix typos in menus.
6697         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6698         (hs-show-hook): Fix typo in docstring.
6700 2009-09-29  Glenn Morris  <rgm@gnu.org>
6702         * cedet/semantic/symref/idutils.el:
6703         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6705         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6707         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6708         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6709         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6710         Mark declarations not understood by check-declare.
6712         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6713         file-name-nondirectory call preventing location of cedet files.
6714         (check-declare-verify): Use literal search rather than re-search.
6715         Add basic defmethod and defclass, and define-overloadable-function.
6717         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6718         Use tramp-compat-file-attributes rather than nonexistent
6719         tramp-compat-handle-file-attributes.
6721         * Makefile.in (lisptagsfiles4): New.
6722         (AUTOGENEL): Add cedet loaddefs files.
6723         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6724         (update-elclist, compile-always, backup-compiled-files)
6725         (bootstrap-clean): Add yet another directory level.
6726         (update-elclist): Use LC_COLLATE rather than COLLATE.
6727         (ELCFILES): Update, via `make update-elclist'.
6729 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6731         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6732         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6733         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6735 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
6737         * Makefile.in (lisptagsfiles3): Define.
6738         (TAGS, TAGS-LISP): Use it.
6739         (update-elclist): Add third directory level to look for elc files.
6740         (compile-always): Likewise.
6741         (backup-compiled-files): Likewise.
6742         (bootstrap-clean): Likewise.
6743         (ELCFILES): Update.
6745 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
6747         * Makefile.in (ELCFILES): Add CEDET files.
6749 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6751         CEDET (development tools) package merged.
6753         * cedet/*.el:
6754         * cedet/ede/*.el:
6755         * cedet/semantic/*.el:
6756         * cedet/srecode/*.el: New files.
6758 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
6760         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6762         * net/tramp.el (top): Require tramp-imap.
6764         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6765         Use `tramp-compat-handle-file-attributes'.
6767 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6769         * net/tramp-imap.el: New package.
6771 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6773         * emacs-lisp/chart.el:
6774         * emacs-lisp/eieio-base.el:
6775         * emacs-lisp/eieio-comp.el:
6776         * emacs-lisp/eieio-custom.el:
6777         * emacs-lisp/eieio-datadebug.el:
6778         * emacs-lisp/eieio-opt.el:
6779         * emacs-lisp/eieio-speedbar.el:
6780         * emacs-lisp/eieio.el: New files.
6782         * cedet/cedet-cscope.el:
6783         * cedet/cedet-files.el:
6784         * cedet/cedet-global.el:
6785         * cedet/cedet-idutils.el:
6786         * cedet/data-debug.el:
6787         * cedet/inversion.el:
6788         * cedet/mode-local.el:
6789         * cedet/pulse.el: New files.
6791 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6793         * whitespace.el (whitespace-trailing-regexp)
6794         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6795         Fix doc string.
6797 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
6799         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6800         menu.
6802         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6803         menu-bar-ediff-menu.
6805         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6806         define-overloadable-function.
6808         * progmodes/autoconf.el: Provide autoconf as well, so that this
6809         file can be `require'd.
6811         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6813         * emacs-lisp/autoload.el (generated-autoload-feature)
6814         (generated-autoload-load-name): New vars.
6815         (autoload-rubric, autoload-generate-file-autoloads): Use them.
6816         (make-autoload): Recognize define-overloadable-function and
6817         defclass forms (for EIEIO).
6819         * Makefile.in (update-subdirs): Exclude cedet directory.
6821 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
6823         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
6825         * faces.el: Default light-background background for region face to
6826         ns_selection_color under NS.
6828 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6830         * net/imap-hash.el: New library, see NEWS.
6832         * Makefile.in (ELCFILES): Add imap-hash.el.
6834 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6836         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6837         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6838         * help-macro.el (make-help-screen): Avoid using an ambiguous function
6839         definition where the docstring could be taken for the return value.
6841 2009-09-26  Glenn Morris  <rgm@gnu.org>
6843         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6844         Add option to only show images below a certain size.
6845         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6846         save-excursion calls.
6848 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
6850         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6851         subdirectories) and eieio.
6853 2009-09-26  Alan Mackenzie  <acm@muc.de>
6855         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6856         buggy bracketing.  (Bug#4289)
6858         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6859         character constants (as case labels).  (Bug#4289)
6861 2009-09-25  Juri Linkov  <juri@jurta.org>
6863         * files.el (safe-local-eval-forms): Allow time-stamp in
6864         before-save-hook (Bug#4554).
6866 2009-09-25  Drew Adams  <drew.adams@oracle.com>
6868         * menu-bar.el (list-buffers-directory): Doc fix.
6870 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6873         Try and avoid copying twice the same paragraph.
6874         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6875         Remove save-excursion.
6876         (log-edit-changelog-entry): Do it here instead.
6878 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
6880         * bs.el (bs--get-file-name): Use `list-buffers-directory'
6881         when available, instead of hardcoding mode names.  Doc fix.
6883         * menu-bar.el (list-buffers-directory): Add docstring.
6884         Make automatically buffer-local.
6886         * dired.el (dired-mode):
6887         * files.el (cd-absolute):
6888         * pcvs.el (cvs-temp-buffer):
6889         * pcvs-util.el (cvs-get-buffer-create):
6890         * shell.el (shell-mode):
6891         * vc-dir.el (vc-dir-mode):
6892         Don't make `list-buffers-directory' buffer local.
6894 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
6896         * comint.el (comint-exec, comint-run, make-comint):
6897         Doc fixes (Bug#4542).
6899 2009-09-25  Glenn Morris  <rgm@gnu.org>
6901         * mail/rmailmm.el (rmail-mime): New custom group.
6902         Move all defcustoms in this file into this group.
6903         (rmail-mime-media-type-handlers-alist): Revert previous change.
6904         (rmail-mime-show-images): New option.
6905         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6906         references to it, since it wasn't actually used for anything.
6907         (rmail-mime-insert-image): New function.
6908         (rmail-mime-image): Use rmail-mime-insert-image.
6909         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6910         obey the value of `rmail-mime-show-images' option.  Print the size of
6911         attachments.
6913 2009-09-25  David Engster  <deng@randomsample.de>
6915         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
6917 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6919         * whitespace.el: Does not highlight trailing spaces While point is
6920         at end of line.  Does not highligt spaces at beginning of buffer
6921         while point is at beginning of buffer.  Does not highlight spaces
6922         at end of buffer while point is at end of buffer.  (Bug#4177)
6923         New version 12.0.
6924         (whitespace-display-mappings): Adjust initialization.
6925         (whitespace-point, whitespace-font-lock-refontify): New vars.
6926         (whitespace-color-on, whitespace-color-off): Adjust code.
6927         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6928         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6929         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6931 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
6933         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6935         * textmodes/sgml-mode.el: Remove xml-mode alias.
6937         * files.el (auto-mode-alist, conf-mode-maybe)
6938         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6940 2009-09-24  Alan Mackenzie  <acm@muc.de>
6942         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6943         c-forward-conditionals, but it doesn't move point and doesn't set
6944         the mark.
6945         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6946         (c-down-conditional-with-else, c-backward-conditional)
6947         (c-forward-conditional): Refactor to use c-scan-conditionals.
6949 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6951         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6952         (help-default-arg-highlight): Remove.
6953         (help-highlight-arg): New function.
6954         (help-do-arg-highlight): Use it.
6955         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
6957 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6959         * term.el (term-set-scroll-region, term-handle-ansi-escape):
6960         Undo last change, which didn't fix the problem and introduced others.
6962 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
6964         * progmodes/gdb-mi.el: Don't require speedbar.
6965         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6967 2009-09-24  Glenn Morris  <rgm@gnu.org>
6969         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6971         * term/ns-win.el (ns-reg-to-script): Define for compiler.
6973         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6974         there is no newline after the final mime boundary.  (Bug#4539)
6975         Move markers on insertion so that any buttons inserted don't end up in
6976         the next part of a multipart message.
6977         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
6978         (rmail-mime-bulk-handler): Optionally handle images.
6979         (rmail-mime-image): New button action.
6980         (rmail-mime-image-handler): New function.
6981         (rmail-mime-mode): New mode.
6982         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
6984 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6986         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6987         than just dropping elements from it (bug#4504).
6989         * term.el (term-set-scroll-region): Don't move cursor any more.
6990         (term-handle-ansi-escape): Call term-goto here instead.
6991         Suggested by Ivan Kanis <apple@kanis.eu>.
6993         * term.el: Require CL.
6994         (term-ansi-reset): New function.
6995         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6996         (term-handle-colors-array): Simplify.
6998 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7000         * allout.el (allout-overlay-interior-modification-handler)
7001         (allout-obtain-passphrase):
7002         * epa-file.el (epa-file-write-region):
7003         * ps-print.el (ps-begin-job):
7004         * vc-hooks.el (vc-toggle-read-only):
7005         * vc-rcs.el (vc-rcs-rollback):
7006         * vc-sccs.el (vc-sccs-rollback):
7007         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7008         (vc-version-diff, vc-revert, vc-rollback):
7009         * wdired.el (wdired-check-kill-buffer):
7010         * emacs-lisp/authors.el (authors):
7011         * net/socks.el (socks-open-connection):
7012         * net/zeroconf.el (zeroconf-service-add-hook):
7013         * obsolete/vc-mcvs.el (vc-mcvs-register):
7014         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7015         (gdb-select-frame):
7016         * progmodes/grep.el (lgrep, rgrep):
7017         * progmodes/idlw-help.el (idlwave-help-check-locations)
7018         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7019         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7020         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7021         (reftex-toc-rename-label): Fix typos in error messages.
7023         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7024         (dired-copy-how-to-fn): Doc fix.
7025         (dired-files-attributes, dired-read-shell-command):
7026         Fix typos in docstrings.
7028         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7029         (dired-x-find-file-other-window): Reflow docstrings.
7030         (dired-omit-marker-char, dired-read-shell-command)
7031         (dired-x-submit-report): Fix typos in docstrings.
7033         * shell.el (shell-mode-hook):
7034         * view.el (View-scroll-line-forward):
7035         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7036         Fix typos in docstrings.
7038         * net/dig.el (dig-invoke): Fix typo in docstring.
7039         (query-dig): Reflow docstring.
7041         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7042         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7043         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7044         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7045         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7046         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7047         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7048         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7049         (idlwave-completion-map, idlwave-current-indent)
7050         (idlwave-custom-ampersand-surround, idlwave-customize)
7051         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7052         (idlwave-define-abbrev, idlwave-determine-class-special)
7053         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7054         (idlwave-end-block-reg, idlwave-end-of-statement)
7055         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7056         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7057         (idlwave-explicit-class-listed, idlwave-file-header)
7058         (idlwave-fill-paragraph, idlwave-find-class-definition)
7059         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7060         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7061         (idlwave-in-quote, idlwave-indent-action-table)
7062         (idlwave-indent-expand-table, idlwave-indent-line)
7063         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7064         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7065         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7066         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7067         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7068         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7069         (idlwave-outlawed-buffers, idlwave-popup-select)
7070         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7071         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7072         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7073         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7074         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7075         (idlwave-statement-type, idlwave-struct-skip)
7076         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7077         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7078         (idlwave-what-module-find-class): Fix typos in docstrings.
7079         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7080         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7081         (idlwave-find-module, idlwave-find-structure-definition)
7082         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7083         (idlwave-list-load-path-shadows, idlwave-next-statement)
7084         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7085         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7086         (idlwave-template): Reflow docstrings.
7088         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7089         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7090         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7091         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7092         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7093         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7094         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7095         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7096         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7097         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7098         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7099         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7100         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7101         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7102         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7103         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7104         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7105         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7106         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7107         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7108         Fix typos in docstrings.
7109         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7110         (idlwave-shell-hide-output, idlwave-shell-mode)
7111         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7112         Reflow docstrings.
7114         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7116 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7118         * term.el (term-bold-attribute): New var.
7119         (term-handle-colors-array): Use it.
7121 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7123         * progmodes/gdb-mi.el (gdb-version): New variable.
7124         (gdb-non-stop-handler): Set gdb-version.
7125         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7126         Condition "--thread" option on gdb-version.
7127         (gdb-invalidate-threads): Remove unused argument.
7129 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7131         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7132         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7134 2009-09-23  Glenn Morris  <rgm@gnu.org>
7136         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7137         replying to mail without References or Message-Id.  (Bug#4525)
7139 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7141         * term/ns-win.el (ns-reg-to-script): New variable.
7143 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7145         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7147 2009-09-22  Sam Steingold  <sds@gnu.org>
7149         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7150         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7151         to 1 because hg returns status 1 when nothing is found.
7152         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7154 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7156         * textmodes/fill.el: Convert to utf-8 encoding.
7157         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7158         pre-unicode days.
7160         * add-log.el (change-log-fill-forward-paragraph): New function.
7161         (change-log-mode): Use it so fill-region DTRT.
7162         Set fill-indent-according-to-mode here rather than in
7163         change-log-fill-paragraph.
7164         (change-log-fill-paragraph): Remove.
7166 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7168         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7169         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7171 2009-09-22  Glenn Morris  <rgm@gnu.org>
7173         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7174         the scroll-bar scroll the calendar window rather than the buffer.
7176         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7177         commands that move point (as opposed to scrolling).
7179         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7181         * emacs-lisp/elint.el (elint): New custom group.
7182         (elint-log-buffer): Make it a defcustom.
7183         (elint-scan-preloaded, elint-ignored-warnings)
7184         (elint-directory-skip-re): New options.
7185         (elint-builtin-variables): Doc fix.
7186         (elint-preloaded-env): New variable.
7187         (elint-unknown-builtin-args): Add an entry for encode-time.
7188         (elint-extra-errors): Make it a variable rather than a constant.
7189         (elint-preloaded-skip-re): New constant.
7190         (elint-directory): Skip files matching elint-directory-skip-re.
7191         (elint-features): New variable, local to linted buffers.
7192         (elint-update-env): Initialize elint-features.  Possibly add
7193         elint-preloaded-env to the buffer's environment.
7194         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7195         Skip quoted forms.
7196         (elint-init-form): New function, extracted from elint-init-env.
7197         Make non-list forms a warning rather than an error.
7198         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7199         easy-menu-define, put that adds an error-condition, and provide.
7200         When requiring cl, also require cl-macs.  Really require cl, to handle
7201         some cl macros.  Store required libraries in the list elint-features,
7202         so as not to re-load them.  Treat cc-require like require.
7203         (elint-init-env): Call elint-init-form to do the work.
7204         Handle eval-and-compile and such like.
7205         (elint-add-required-env): Do not clear messages.
7206         (elint-special-forms): Add handlers for function, defalias, if, when,
7207         unless, and, or.
7208         (elint-form): Add optional argument to ignore elint-special-forms,
7209         useful to prevent recursive calls from handlers.  Doc fix.
7210         Respect elint-ignored-warnings.
7211         (elint-form): Respect elint-ignored-warnings.
7212         (elint-bound-variable, elint-bound-function): New variables.
7213         (elint-unbound-variable): Respect elint-bound-variable.
7214         (elint-get-args): Respect elint-bound-function.
7215         (elint-check-cond-form): Add some simple handling for (f)boundp and
7216         featurep tests.
7217         (elint-check-defalias-form): New handler.
7218         (elint-check-let-form): Make an empty let a warning rather than an
7219         error.
7220         (elint-check-setq-form): Make an empty setq a warning rather than an
7221         error.  Respect elint-ignored-warnings.
7222         (elint-check-defvar-form): Accept null doc-strings.
7223         (elint-check-conditional-form): New handler.  Does some simple-minded
7224         checking of featurep and (f)boundp tests.
7225         (elint-put-function-args): New function.
7226         (elint-initialize): Use elint-scan-doc-file rather than
7227         elint-find-builtin-variables.  Use elint-put-function-args.
7228         Possibly scan preloaded-file-list.
7229         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7230         extend to handle functions as well.
7232 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7234         * linum.el (linum-delete-overlays, linum-update-window):
7235         Do not modify the right margin.  (Bug#3971)
7237 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7239         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7240         nxml-mode instead of xml-mode.
7242 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7244         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7246 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7248         * net/dig.el (dig-mode): Use define-derived-mode.
7250 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7252         * vc-dispatcher.el (vc-do-command): Return the process object in
7253         the asynchronous case.  Use when instead of if.  Do not run
7254         vc-exec-after to display a message if not enabled.  (Bug#4463)
7256         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7257         properties to the stash strings.
7258         (vc-git-stash-list): Return a list of strings.
7259         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7260         (vc-git-stash-show-at-point): New functions.
7261         (vc-git-stash-map): New keymap.
7263         * register.el (ctl-x-r-map): Define the keys here instead of
7264         using autoload.
7266 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7268         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7269         list, to workaround performance problem (bug#4485).
7271 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7273         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7275 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7277         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7278         Document that this option is not recommended to use.
7280 2009-09-19  Glenn Morris  <rgm@gnu.org>
7282         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7283         variable `var'.
7285         * calc/calc-alg.el (var):
7286         * calc/calcalg2.el (var): Define for compiler.
7288 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7290         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7291         Doc fix (Bug#3932).
7293         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7295         * time-stamp.el (time-stamp-month-dd-yyyy)
7296         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7297         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7298         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7299         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7300         Remove functions that have been obsolete since 1995 (Bug#4436).
7302         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7303         indent buffer only if called interactively (Bug#4452).
7305 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7306             Eli Zaretskii  <eliz@gnu.org>
7308         This fixes bug#4197 (merged to bug#865, though not identical).
7309         * server.el (server-auth-dir): Add docstring note about FAT32.
7310         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7311         but warn against using them.
7313 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7315         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7316         older GDB where there is no has_more field.
7318 2009-09-19  Glenn Morris  <rgm@gnu.org>
7320         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7322 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7324         * files.el (auto-mode-alist): Change default for XML files to nXML
7325         mode (Bug#4169).
7327 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7329         * server.el (server-ensure-safe-dir): Pass 'integer
7330         to `file-attributes', as suggested.
7332 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7334         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7335         (dired-query): Use read-key.
7337 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7339         * cus-start.el (ns-use-qd-smoothing): Remove.
7341 2009-09-18  Glenn Morris  <rgm@gnu.org>
7343         * allout.el (top-level): Remove unnecessary progn.
7345         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7347         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7348         definition of abbrev table.
7350         * speedbar.el (speedbar-track-mouse):
7351         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7352         * net/eudc.el (eudc-expand-inline):
7353         * net/newst-backend.el (newsticker--cache-read-feed):
7354         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7355         condition-case handlers.
7357 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7359         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7360         (gdb-var-list): Add an element for has_more field.
7361         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7362         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7363         (gdb-var-update-handler-1): Parse output of dynamic variable
7364         objects (STL containers).
7365         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7366         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7368         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7369         gdb-var-list.
7370         (gud-speedbar-buttons): Make node expandable if expression "has more"
7371         children.
7373 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7375         * startup.el (emacs-quick-startup): Remove variable and all uses.
7376         (command-line): Set `inhibit-x-resources' instead.
7377         (command-line-1): Use `inhibit-x-resources' instead.
7379 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7381         * subr.el: Fix last change to avoid using the `unless' macro,
7382         which breaks bootstrapping.
7384 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7386         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7387         extended definitions, in case we reload subr.el after having
7388         loaded CL.
7389         (eval-next-after-load): Mark as obsolete.
7391 2009-09-17  Juri Linkov  <juri@jurta.org>
7393         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7394         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7395         (menu-bar-showhide-menu, menu-bar-tools-menu)
7396         (menu-bar-describe-menu, menu-bar-help-menu)
7397         (minibuffer-local-completion-map, minibuffer-local-map):
7398         Fix list quoting.
7400 2009-09-17  Glenn Morris  <rgm@gnu.org>
7402         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7403         arguments, whether or not it has a handler.
7405         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7407         * simple.el (hard-newline): Give it a doc-string.
7409         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7410         (lisp-mode-syntax-table): Give them doc-strings.
7412 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7414         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7415         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7416         (menu-bar-options-menu, menu-bar-showhide-menu)
7417         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7418         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7419         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7420         (menu-bar-options-menu, menu-bar-tools-menu)
7421         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7422         (menu-bar-help-menu):
7423         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7424         string arguments.
7426         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7427         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7428         calls for the menu names and :help.
7430 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7432         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7433         to :minor-mode-function (bug#4455).
7435 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7437         * startup.el (command-line): Initialize the window-system after
7438         processing the command-line.
7440         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7441         page-delimiter matches the empty string.
7443 2009-09-16  Glenn Morris  <rgm@gnu.org>
7445         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7446         byte-compile-not-obsolete-var.  It's a list now.
7447         (byte-compile-not-obsolete-funcs): New variable.
7448         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7449         byte-compile-not-obsolete-funcs.
7450         (byte-compile-variable-ref, byte-compile-defvar): Update for
7451         byte-compile-not-obsolete-vars name-change and list nature.
7452         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7453         and variables behind (f)boundp tests.
7454         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7456 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7458         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7460 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7462         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7463         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7464         Don't autoload.
7466 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7468         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7469         the virtual-buffers, use the name of the buffer specified by
7470         find-file-noselect, as the match may be a symlink.  (This was a
7471         problem if the target and the symlink had different names.)
7473 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7475         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7477         * desktop.el (desktop-path): Check user-emacs-directory.
7479         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7481         * loadup.el: Use after-load-functions to GC after loading each file.
7482         Remove the explicit GC calls that used to be sprinkled around.
7484         * subr.el (after-load-functions): New hook.
7485         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7486         `obsolete' packages, rather than painfully extracting the relevant
7487         directory name.
7489 2009-09-15  Glenn Morris  <rgm@gnu.org>
7491         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7492         free variable `doc'.
7494         * dired.el (dired-mode-map): Add menu entry for async shell command.
7496         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7497         variables, also consider the .elc files, since the .el files are
7498         normally gzipped (subsequent code locates the .el.gz from the .elc).
7500         * calc/calc-prog.el (arglist): Define for compiler.
7502         * calendar/diary-lib.el (diary-display-function): Change the default to
7503         fancy display.
7504         (body): Define for compiler.
7506         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7507         (byte-compile-file-form, byte-compile-lambda)
7508         (byte-compile-top-level-body, byte-compile-form)
7509         (byte-compile-variable-ref, byte-compile-setq)
7510         (byte-compile-setq-default, byte-compile-body)
7511         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7512         (batch-byte-compile): Give some more local variables with common names
7513         a "bytecomp-" prefix to avoid masking warnings about free variables.
7515         * startup.el (command-line-1): Give local variables with common names a
7516         distinguishing prefix, so as not to hide free variable warnings during
7517         bootstrap.
7519         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7520         clever and add a suffix to make a unique name, just let the user decide
7521         whether or not to overwrite it.  If the input is a directory, write the
7522         default filename to that directory.  (Bug#4388)
7523         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7524         is a filename-as-a-directory.
7526 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7528         * textmodes/page.el (what-page): Don't move to beginning of line.
7529         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7531 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7533         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7535 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7537         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7538         * help.el (help-for-help-internal): Add purecopy calls for text.
7540         * vc.el (top): print-log method now takes an optional SHORTLOG
7541         argument.  Add a new method: root.
7542         (vc-root-diff, vc-print-root-log): New functions.
7543         (vc-log-short-style): New variable.
7544         (vc-print-log-internal): Add support for showing short logs.
7546         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7547         vc-print-root-log and vc-print-root-diff.
7549         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7550         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7551         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7552         short logs.
7554         * vc-cvs.el (vc-cvs-print-log):
7555         * vc-mtn.el (vc-mtn-print-log):
7556         * vc-rcs.el (vc-rcs-print-log):
7557         * vc-sccs.el (vc-sccs-print-log):
7558         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7559         that is ignored for now.
7561         * vc-mtn.el (vc-mtn-annotate-command):
7562         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7564 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7566         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7567         to function-key-map, and give them ascii-character property.
7568         * term/x-win.el (x-alternatives-map):
7569         * term/ns-win.el (ns-alternatives-map):
7570         * term/internal.el (msdos-key-remapping-map):
7571         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7573 2009-09-14  Glenn Morris  <rgm@gnu.org>
7575         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7576         temp-buffers (2009-09-12).
7578 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7580         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7581         the new read-key function.
7583 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7585         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7586         is defined (Bug#4405).
7588 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7590         * recentf.el (recentf-cleanup): Use a hash table to find
7591         duplicates (Bug#4407).
7593 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7595         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7596         kp-0 to ascii equivalents (Bug#4325).
7598 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7600         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7602         * eshell/em-hist.el:
7603         * eshell/em-dirs.el (eshell-complete-user-reference):
7604         Declare pcomplete functions and variables to avoid compiler warnings.
7606 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7608         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7609         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7610         * eshell/em-alias.el (eshell-aliases-file):
7611         * eshell/em-hist.el (eshell-history-file-name):
7612         Use expand-file-name instead of concat to make file names (Bug#4308).
7614 2009-09-13  Glenn Morris  <rgm@gnu.org>
7616         * ediff-merg.el (ediff-do-merge):
7617         * filesets.el (filesets-run-cmd):
7618         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7619         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7620         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7621         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7622         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7623         Replace empty `let's with `progn'.
7625 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7627         * mail/sendmail.el (send-mail-function):
7628         * tooltip.el (tooltip-mode):
7629         * simple.el (transient-mark-mode):
7630         * rfn-eshadow.el (file-name-shadow-mode):
7631         * frame.el (blink-cursor-mode):
7632         * font-core.el (global-font-lock-mode):
7633         * files.el (temporary-file-directory)
7634         (small-temporary-file-directory, auto-save-file-name-transforms):
7635         * epa-hook.el (auto-encryption-mode):
7636         * composite.el (global-auto-composition-mode):
7637         Use custom-initialize-delay.
7638         * startup.el (command-line): Don't explicitly call
7639         custom-reevaluate-setting for all the above vars.
7640         * custom.el (custom-initialize-safe-set)
7641         (custom-initialize-safe-default): Delete.
7643 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7645         * term/x-win.el (x-initialize-window-system):
7646         * term/w32-win.el (w32-initialize-window-system):
7647         * term/ns-win.el (ns-initialize-window-system): Don't call
7648         mouse-wheel-mode since it's enabled globally by default already.
7650         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7651         actually define the variable, but only silences the byte-compiler.
7652         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7653         before looking it up.
7654         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7655         is changed.
7657 2009-09-12  Glenn Morris  <rgm@gnu.org>
7659         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7660         1000.
7661         (elint-add-required-env): Don't beep on error.
7662         (elint-forms): In case of error, return ENV unchanged.
7663         (elint-init-env): Skip non-list forms.
7664         (elint-log): Handle unknown file positions.
7666 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7668         * epg.el (epg-make-context): Add autoload cookie.
7669         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7670         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7671         (epg-verify-string, epg-start-sign, epg-sign-file)
7672         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7673         (epg-encrypt-string, epg-start-export-keys)
7674         (epg-export-keys-to-file, epg-export-keys-to-string)
7675         (epg-start-import-keys, epg-import-keys-from-file)
7676         (epg-import-keys-from-string, epg-start-receive-keys)
7677         (epg-receive-keys, epg-import-keys-from-server)
7678         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7679         (epg-sign-keys, epg-start-generate-key)
7680         (epg-generate-key-from-file, epg-generate-key-from-string):
7681         Remove autoload cookie.
7683 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7685         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7686         reevaluation of trash-directory.
7688         * mwheel.el: Fix last change.
7689         (mouse-wheel-mode): New defvar.
7690         (mouse-wheel-mode): Remove autoload cookie.
7692 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7694         * mwheel.el (mwheel-installed-bindings): New var.
7695         (mouse-wheel-mode): Use it, so as to make sure we really remove all
7696         the bindings we set last time.  Use custom-initialize-delay.
7697         * loadup.el: Load mwheel after term/*-win.el.
7698         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7699         and mouse-wheel-up-event now that their first evaluation is done
7700         sufficiently late to be correct.
7702         * startup.el (tutorial-directory): Make it a defcustom.
7703         Use custom-initialize-delay rather than eval-at-startup to set it.
7704         * image.el (image-load-path): Make it a defcustom.
7705         Use custom-initialize-delay rather than eval-at-startup to set it.
7706         * subr.el (eval-at-startup): Remove.
7707         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7709         * subr.el (do-after-load-evaluation): Warn the user after loading an
7710         obsolete package.
7712 2009-09-12  Glenn Morris  <rgm@gnu.org>
7714         * proced.el (proced-mark-alt): Remove alias.
7715         (proced-mode-map): Remove proced-mark-alt.
7717         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7718         Elint file and directory.  Remove initialization entry.
7720         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7721         commands.
7722         (elint-current-buffer): Set mode-line-process.
7723         (elint-init-env): Handle define-derived-mode.
7724         Fix declare-function with unspecified arglist.  Guard against odd
7725         defalias statements (eg iso-insert's 8859-1-map).
7726         (elint-add-required-env): Use a temp buffer.
7727         (elint-form): Just print the function/macro name, not the whole form.
7728         Return env unchanged if we fail to parse a macro.
7729         (elint-forms): Guard against parse errors.
7730         (elint-output): New function, to handle batch mode.
7731         (elint-log-message): Add optional argument.  Use elint-output.
7732         (elint-set-mode-line): New function.
7734 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7736         * emacs-lisp/elp.el (elp-not-profilable): Add more
7737         functions (Bug#4233).
7739 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
7741         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7742         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7744 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7746         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7747         (gdb-var-list-children): Use json parsing.
7749 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
7751         * progmodes/js.el (js--proper-indentation): Handle the case where
7752         char-before is null.  Reported by Deniz Dogan.
7754 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7756         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7758 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
7760         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7761         (epg-digest-algorithm-alist): Add SHA224.
7762         (epg-context-set-passphrase-callback)
7763         (epg-context-set-progress-callback): Add description about
7764         callback function.
7766 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7768         * custom.el (custom-delayed-init-variables): New var.
7769         (custom-initialize-delay): New function.
7770         * startup.el (command-line): "Re"evaluate all vars in
7771         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
7772         explicitly any more.
7773         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7774         to avoid creating a ~/.emacs.d at build-time (bug#4347).
7776         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7778 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7780         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7781         (gdb-var-update-handler): Use json parsing.
7783 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7785         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7786         decode annotated text, regardless of language environment.  (Bug#2741)
7788 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7790         * Makefile.in (autoloads): Make rmail.el writable as well.
7792 2009-09-11  Glenn Morris  <rgm@gnu.org>
7794         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7795         loaddefs.el.
7796         * dired.el: Regenerate with extracted autoloads.
7797         * Makefile.in (autoloads): Make dired.el writable.
7799         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7800         * ibuffer.el: Regenerate with extracted autoloads.
7801         * Makefile.in (autoloads): Make ibuffer.el writable.
7803         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7804         * version.el (emacs-copyright, emacs-major-version)
7805         (emacs-minor-version): Reformat doc-strings for make-docfile.
7807         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7808         functions and variables, since they must be stuff specific to some other
7809         platform.
7810         (apropos-print): Make mouse-click message less specific about button.
7812         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7813         that records where a macro was defined.
7814         * help-fns.el (describe-function-1): Mention if a function has a
7815         compiler-macro.
7816         * help-mode.el (help-function-cmacro): New button.
7818         * locate.el (top-level): Always require dired.
7819         (locate-mode-map): Initialize inside the defvar.
7821         * net/ange-ftp.el (dired-compress-file): Declare.
7822         (ange-ftp-dired-compress-file): Add doc string.
7824         * term/ns-win.el (x-display-name, x-setup-function-keys):
7825         Unify doc-strings with X versions.
7827 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7829         * emulation/crisp.el (crisp-mode-map): Move initialization
7830         into declaration.
7831         (crisp-mode): Use define-minor-mode.
7833         * progmodes/xscheme.el (xscheme-evaluation-commands):
7834         Put a :advertised-binding property rather than using
7835         advertised-xscheme-send-previous-expression.
7836         (advertised-xscheme-send-previous-expression): Declare obsolete.
7837         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7838         `advertised-undo'.
7839         (crisp-mode): Add corresponding bindings to
7840         undo's :advertised-binding instead.
7841         * dired.el (dired-mode-map): Put a :advertised-binding property rather
7842         than using dired-advertised-find-file.
7843         (dired-advertised-find-file):
7844         * simple.el (advertised-undo):
7845         * wid-edit.el (advertised-widget-backward): Declare obsolete.
7846         (widget-keymap): Put a :advertised-binding property rather
7847         than using advertised-widget-backward.
7848         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7849         than using advertised-undo.
7850         * tutorial.el (tutorial--default-keys): Adjust accordingly.
7852 2009-09-10  Simon South  <ssouth@slowcomputing.org>
7854         * progmodes/delphi.el (delphi-tab): Indent region when Transient
7855         Mark mode is enabled and region is active; otherwise indent or
7856         insert TAB as usual.
7857         (delphi-mode): Update description of TAB-key binding.
7859 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7861         * subr.el (define-key-rebound-commands): Mark obsolete.
7862         * startup.el (precompute-menubar-bindings): Remove.
7863         (normal-top-level): Remove obsolete code that tried to precompute
7864         menubar bindings.
7865         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7866         define-key-rebound-commands and precompute-menubar-bindings.
7868 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7870         * net/imap.el (imap-interactive-login): Better messages.
7871         (imap-open): Fix bug with renamed buffer on reconnect.
7872         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7873         for easier debugging and cleaner code.  On successful (guessed based on
7874         server capabilities) secondary authentication, set imap-state
7875         correctly.
7876         (imap-last-authenticator): Define imap-last-authenticator as a variable
7877         to avoid warnings.
7879 2009-09-10  Glenn Morris  <rgm@gnu.org>
7881         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7883         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7884         (byte-compile-file-form-autoload): Don't warn about unknown functions
7885         where the autoload statement comes after the use.
7886         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7887         that any handlers inside the body (eg require) are in turn respected.
7889         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7890         effects.
7892         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7893         and syntax and abbrev tables basic docs, if they don't have any.
7895         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7897         * international/mule-cmds.el (top-level): Require cl when compiling.
7898         (view-hello-file): Use default-value rather than
7899         default-enable-multibyte-characters.
7901         * progmodes/fortran.el: Move all safe and risky properties into the
7902         defcustoms.
7904         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7905         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7906         * mail/undigest.el:
7907         Put autoloads in rmail.el rather than loaddefs.el.
7908         * mail/rmail.el: Regenerate with extracted autoloads.
7910         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7911         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7913 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
7915         Reported in thread for Bug#4375.
7916         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7917         "-data-evaluate-expression" instead of print.
7918         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7919         (gdb-tooltip-print): Parse output from above MI command.
7920         (gdb): Revert 2009-08-11 change.  User should detach inferior
7921         manually.
7923         Remove the word "separate" from IO functions as inferior
7924         output is now never displayed in the GUD buffer.
7926 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
7928         * startup.el (command-line-normalize-file-name): On Windows and
7929         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7931 2009-09-10  Juri Linkov  <juri@jurta.org>
7933         * isearch.el (isearch-text-char-description): Propertize escape
7934         character sequences with the `escape-glyph' face.  (Bug#4344)
7936         * simple.el (shell-command): Set asynchronous process filter to
7937         `comint-output-filter'.  (Bug#4343)
7939         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7940         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
7941         the list.  Move "asm" to the bottom.
7942         (grep-find-ignored-directories): Add `choice' with nil value
7943         to empty the list easily.
7944         (grep-find-ignored-files): New option.
7945         (grep-files-history): Set to nil by default instead of '("ch" "el").
7946         (grep-compute-defaults): Add "<X>" to `grep-template'.
7947         (grep-read-files): Bind new local variables `default-alias' and
7948         `default-extension'.  Use a list of default values for the file prompt.
7949         (lgrep): Add `--exclude=' command line options composed from
7950         `grep-find-ignored-files'.
7951         (rgrep): Add `-name' command line options composed from
7952         `grep-find-ignored-files'.  (Bug#4301)
7954 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7956         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7957         (bug#4368).
7959 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7961         * calendar/time-date.el (autoload):
7962         Expand define-obsolete-function-alias into defalias and make-obsolete
7963         for old Emacsen that Gnus supports.
7964         (with-no-warnings): Define it for old Emacsen.
7965         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7966         is available.
7967         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7968         float-time is available; suppress compile warning for time-to-seconds.
7970 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7972         * net/imap.el (imap-message-map): Docstring fix.
7974 2009-09-09  Glenn Morris  <rgm@gnu.org>
7976         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7977         line numbers too.  (Bug#4374)
7979 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7981         * smerge-mode.el (smerge-remove-props, smerge-refine):
7982         Use with-silent-modifications (bug#4342).
7984         * subr.el (with-silent-modifications): New macro.
7986 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
7988         * files.el (top-level): Require `cl' when compiling.
7990 2009-09-07  Glenn Morris  <rgm@gnu.org>
7992         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7994         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7995         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
7997 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
7999         * vc-git.el (vc-git-annotate-command): Use separator to parse
8000         arguments correctly.
8002 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8004         * proced.el (proced-mode): Doc fix.
8006 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8008         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8009         lstat fails.
8010         (tramp-do-file-attributes-with-ls): Check for file existence at
8011         remote end.
8012         (tramp-do-file-attributes-with-stat): Likewise.
8013         (tramp-convert-file-attributes): Return nil when attr is nil.
8015 2009-09-05  Glenn Morris  <rgm@gnu.org>
8017         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8018         properties to this button.
8019         (diary-fancy-display): Don't extend the button to the final newline.
8020         (diary-fancy-display-mode): Continue to define "q" as a local key.
8022         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8023         efficient.
8025         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8027         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8028         (byte-compile-dest-file-function): New option.
8029         (byte-compile-dest-file): Doc fix.
8030         Obey byte-compile-dest-file-function.
8031         (byte-compile-cl-file-p): New function.
8032         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8033         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8034         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8035         than for file being previously loaded.
8036         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8037         (byte-compile-file-form-require): Handle the case where requiring a file
8038         indirectly causes CL to be loaded.
8040 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8042         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8043         before killing the old buffer, since by the time `kill-buffer' is
8044         run so many buffer variables have been set to nil that it may not
8045         behave as expected.  (Bug#4061)
8047 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8049         * files.el (find-alternate-file): If the old buffer is modified
8050         and visiting a file, behave similarly to `kill-buffer' when
8051         killing it, thus reverting to the pre-1.878 behavior; see
8052         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8053         for discussion.  Also, consult `buffer-file-name' as a variable
8054         not as a function, for consistency with the rest of the code.
8056 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8058         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8059         also when adding a new directory.
8061         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8062         defun.
8064 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8066         * files.el (locate-file-completion-table): Make it provide boundary
8067         information, so partial-completion works better.
8069 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8071         * mail/footnote.el (Footnote-text-under-cursor):
8072         Check footnote-text-marker-alist before using it (bug#4324).
8074 2009-09-04  Glenn Morris  <rgm@gnu.org>
8076         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8077         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8078         * play/solitaire.el, play/tetris.el:
8079         Remove leading * from defcustom and defface docs.
8081         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8082         necessary.
8083         (diary-fancy-overriding-map): New variable.
8084         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8085         Use view-mode.
8087         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8088         goto-line.
8090 2009-09-03  Glenn Morris  <rgm@gnu.org>
8092         * arc-mode.el (archive-mode):
8093         * dos-fns.el (set-default-process-coding-system):
8094         * man.el (Man-getpage-in-background):
8095         * menu-bar.el (menu-bar-describe-menu):
8096         * server.el (server-process-filter):
8097         * startup.el (command-line):
8098         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8099         * w32-fns.el (set-default-process-coding-system):
8100         * x-dnd.el (x-dnd-handle-file-name):
8101         * international/mule-cmds.el (mule-menu-keymap)
8102         (set-default-coding-systems, language-info-alist, set-language-info)
8103         (set-language-environment, standard-display-european-internal)
8104         (set-locale-environment):
8105         * international/mule-diag.el (mule-diag):
8106         * mail/emacsbug.el (report-emacs-bug):
8107         * mail/rmail.el (rmail-mode):
8108         * mail/sendmail.el (mail-setup):
8109         Use default-value rather than default-enable-multibyte-characters.
8111         * progmodes/f90.el: Move all safe properties into the defcustoms.
8112         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8114         * calendar/appt.el (appt-check):
8115         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8116         (diary-check-diary-file, diary-list-entries)
8117         (diary-include-other-diary-files, diary-simple-display)
8118         (diary-fancy-display, diary-print-entries)
8119         (diary-mark-included-diary-files, diary-make-entry):
8120         Don't call substitute-in-file-name on diary-file.
8122 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8123             Stefan Monnier  <monnier@iro.umontreal.ca>
8125         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8126         (footnote-mode-map): Move initialization into the declaration.
8127         (footnote-minor-mode-map): Define it rather than changing global-map.
8128         (footnote-mode): Use define-minor-mode.
8130 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8132         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8133         (tramp-do-file-attributes-with-perl)
8134         (tramp-do-file-attributes-with-stat): Rename from
8135         `tramp-handle-file-attributes-with-*'.
8136         (tramp-handle-file-attributes): Use them.
8137         (tramp-do-directory-files-and-attributes-with-perl)
8138         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8139         `tramp-handle-directory-files-and-attributes-with-*'.
8140         (tramp-handle-directory-files-and-attributes): Use them.
8141         (tramp-method-out-of-band-p): Additional parameter SIZE.
8142         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8143         (tramp-handle-write-region): Use it.
8144         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8145         (tramp-handle-vc-registered): Check, whether the first run did
8146         return files to be tested.
8147         (tramp-advice-make-auto-save-file-name): Do not call directly
8148         `tramp-handle-make-auto-save-file-name', because this would bypass
8149         the locking mechanism.
8151         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8152         (file-remote-p, process-file, start-file-process, set-file-times)
8153         (tramp-compat-file-attributes): Compatibility functions shall not
8154         call directly `tramp-handle-*', because this would bypass the
8155         locking mechanism.
8156         (tramp-compat-number-sequence): New defun.
8158 2009-09-02  Glenn Morris  <rgm@gnu.org>
8160         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8161         alias for float-time.
8162         (time-to-number-of-days): In Emacs, use float-time.
8163         * net/newst-backend.el (time-add): Suppress warnings from compat
8164         function.
8165         * time.el (emacs-uptime, emacs-init-time):
8166         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8167         Use float-time rather than time-to-seconds.
8169         * minibuffer.el (completion-initials-expand): Fix typo.
8171         * faces.el (modeline, modeline-inactive, modeline-highlight)
8172         (modeline-buffer-id):
8173         * info.el (info-menu-5): Mark these face aliases as obsolete.
8175 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8177         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8178         space ...
8179         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8180         no "--thread" option.
8181         (gdb-stopped): Don't print "Switched to thread" message when it is
8182         unchanged.
8184 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8186         * minibuffer.el (completion-try-completion)
8187         (completion-all-completions): Remove ill-defined (and
8188         mistakenly installed and luckily never used nor documented)
8189         `completion-styles' property.
8190         (completion-initials-expand, completion-initials-all-completions)
8191         (completion-initials-try-completion): New functions.
8192         (completion-styles-alist): Add doc to each entry.
8193         Add new `initials' entry.
8195 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8197         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8198         MI command -var-evaluate-expression.
8199         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8200         and tweak for case of string child.
8201         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8203 2009-09-01  Glenn Morris  <rgm@gnu.org>
8205         * add-log.el (change-log-date-face, change-log-name-face)
8206         (change-log-email-face, change-log-file-face, change-log-list-face)
8207         (change-log-conditionals-face, change-log-function-face)
8208         (change-log-acknowledgement-face):
8209         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8210         (custom-modified-face, custom-set-face, custom-changed-face)
8211         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8212         (custom-documentation-face, custom-state-face, custom-comment-face)
8213         (custom-comment-tag-face, custom-variable-tag-face)
8214         (custom-variable-button-face, custom-face-tag-face)
8215         (custom-group-tag-face-1, custom-group-tag-face):
8216         * diff-mode.el (diff-header-face, diff-file-header-face)
8217         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8218         (diff-added-face, diff-changed-face, diff-function-face)
8219         (diff-context-face, diff-nonexistent-face):
8220         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8221         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8222         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8223         (Info-title-4-face):
8224         * isearch.el (isearch-lazy-highlight-face):
8225         * log-view.el (log-view-file-face, log-view-message-face):
8226         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8227         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8228         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8229         (cvs-msg-face):
8230         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8231         (smerge-base-face, smerge-markers-face):
8232         * wid-edit.el (widget-documentation-face, widget-button-face)
8233         (widget-field-face, widget-single-line-field-face)
8234         (widget-inactive-face, widget-button-pressed-face):
8235         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8236         (woman-addition-face):
8237         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8238         (eshell-ls-executable-face, eshell-ls-readonly-face)
8239         (eshell-ls-unreadable-face, eshell-ls-special-face)
8240         (eshell-ls-missing-face, eshell-ls-archive-face)
8241         (eshell-ls-backup-face, eshell-ls-product-face)
8242         (eshell-ls-clutter-face):
8243         * eshell/em-prompt.el (eshell-prompt-face):
8244         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8245         * obsolete/old-whitespace.el (whitespace-highlight-face):
8246         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8247         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8248         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8249         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8250         (antlr-font-lock-literal-face):
8251         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8252         (ebrowse-root-class-face, ebrowse-file-name-face)
8253         (ebrowse-default-face, ebrowse-member-attribute-face)
8254         (ebrowse-member-class-face, ebrowse-progress-face):
8255         * progmodes/make-mode.el (makefile-space-face):
8256         * progmodes/sh-script.el (sh-heredoc-face):
8257         * textmodes/flyspell.el (flyspell-incorrect-face)
8258         (flyspell-duplicate-face):
8259         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8260         * textmodes/texinfo.el (texinfo-heading-face):
8261         Mark face aliases with "-face" suffix as obsolete.
8263         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8264         compiler.
8266         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8267         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8268         easy-menu-define wants to modify these.
8270         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8272         * net/browse-url.el (browse-url-file-url):
8273         * term/internal.el (dos-codepage-setup):
8274         Use default-value rather than default-enable-multibyte-characters.
8276         * progmodes/etags.el (etags-goto-tag-location):
8277         * progmodes/flymake.el (flymake-highlight-line)
8278         (flymake-goto-file-and-line, flymake-goto-line):
8279         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8280         (gdb-goto-breakpoint):
8281         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8282         * progmodes/python.el (python-find-function)
8283         (python-pdbtrack-track-stack-file):
8284         * progmodes/verilog-mode.el (verilog-surelint-off):
8285         * term/ns-win.el (ns-open-file-select-line):
8286         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8287         Use forward-line rather than goto-line.
8289         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8290         * textmodes/reftex-index.el (reftex-display-index):
8291         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8292         * textmodes/reftex-toc.el (reftex-toc):
8293         Remove unnecessary bindings of default-major-mode (all are followed by
8294         major-mode check and possible mode switch).
8296 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8298         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8299         Handle watchpoints (bug#4282).
8300         (def-gdb-thread-buffer-command): Enable thread to be selected by
8301         clicking without selecting threads buffer first.
8302         (gdb-current-context-command): Use selected frame so that "up",
8303         "down" etc work in the GUD buffer.
8304         (gdb-update): Find selected frame before rendering stack buffer.
8305         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8307 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * progmodes/sym-comp.el (displayed-completions): Remove.
8310         (symbol-complete): Use minibuffer-complete.
8312 2009-08-31  Glenn Morris  <rgm@gnu.org>
8314         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8316         * apropos.el (apropos-symbols-internal):
8317         Handle (obsolete) face aliases.
8319         * faces.el (describe-face): Adjust the output format to be more like
8320         describe-variable, and to mention (obsolete) face aliases.
8321         Adjust the whitespace so that help-setup-xref works.
8323         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8324         * calendar/diary-lib.el (diary-button-face):
8325         Mark these face aliases as obsolete.
8327         * calendar/calendar.el (calendar-today): Doc fix.
8329 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8331         * progmodes/gdb-mi.el (gdb-control-all-threads)
8332         (gdb-control-current-thread): Force tool bar update.
8333         (gdb-non-stop-handler): New function.
8334         (gdb-init-1): Use it to test if non-stop mode is supported.
8335         Remove unused gdbmi buffer type.
8337 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8339         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8340         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8342 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8344         * comint.el (comint-exec-1): Check command is non-null first.
8345         Part of gdb-mi.el change (2009-08-28).
8347 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8349         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8351 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8353         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8354         instead of `dolist' to avoid a recursive require when bootstrapping.
8356 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8358         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8360         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8362         * net/imap.el (imap-send-command): Simplify.
8363         (imap-wait-for-tag): point-max -> buffer-size.
8365         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8367         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8368         with constant argument.
8370         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8372         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8374         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8375         Change default, since most of our files don't have a history.
8376         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8377         the user.
8379         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8380         Add comint-run.
8382         * calc/calc.el: Improve commenting convention.
8383         (calc-digit-map, toplevel): Simplify.
8385         * comint.el (comint-insert-input): Be careful to only set point if we
8386         don't delegate to some other command.
8388         * proced.el (proced-signal-list): Make it an alist.
8389         (proced-grammar-alist): Capitalize names.
8390         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8391         Disable undo manually and make it read-only.
8392         Use completion-annotate-function.
8394         * minibuffer.el (minibuffer-message): If the current buffer is not
8395         a minibuffer, insert the message in the echo area rather than at the
8396         end of the buffer.
8397         (completion-annotate-function): New variable.
8398         (minibuffer-completion-help): Use it.
8399         (completion--embedded-envvar-table): Environment vars are
8400         always case-sensitive.
8402 2009-08-30  Glenn Morris  <rgm@gnu.org>
8404         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8405         from fortran-current-defun.
8406         (fortran-beginning-of-subprogram): Be more precise about finding the
8407         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8408         (fortran-end-of-subprogram): Simplify.
8409         (fortran-current-defun): Use fortran-start-prog-re.
8411 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8413         * subr.el (do-after-load-evaluation): Simplify.
8415 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8417         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8419         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8420         (vc-rcs-print-log): Use it.
8422         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8424 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8426         * paths.el (abbrev-file-name): Move to abbrev.el.
8427         * abbrev.el (abbrev-file-name): Move from paths.el.
8428         Obey user-emacs-directory.
8429         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8430         user-emacs-directory.
8431         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8432         abbrev-file-name and calc-settings-file any more.
8433         * startup.el (command-line): Recompute abbrev-file-name and
8434         abbreviated-home-dir.
8435         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8436         of the special code for when C-h bindings haven't been changed.
8437         (display-startup-echo-area-message): Use with-current-buffer.
8438         (command-line-1): Use a list of strings, rather than a list of lists
8439         of strings for longopts.
8441         * files.el (get-free-disk-space): Use / for default-directory.
8443         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8444         Use with-current-buffer.
8446         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8447         Recognize immutable variables like most-positive-fixnum.
8448         (byte-compile-setq-default): Check and warn if trying to assign
8449         to an immutable variable, or a non-variable.
8451         * progmodes/cc-vars.el (c-comment-continuation-stars):
8452         * progmodes/cc-engine.el (c-looking-at-bos):
8453         * progmodes/cc-cmds.el (c-toggle-auto-state)
8454         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8455         (c-comment-line-break-function): Add version of obsolescence.
8457 2009-08-28  Juri Linkov  <juri@jurta.org>
8459         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8460         associated with `archive-mode'.
8462         * image.el (image-type-header-regexps): Use only JPEG magic number
8463         to determine JPEG images, and don't use `image-jpeg-p' because
8464         Emacs can display non-JFIF non-Exif JPEG images.
8466 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8468         * arc-mode.el (archive-mode):
8469         * emacs-lisp/re-builder.el (re-builder-unload-function):
8470         Protect against the default value of `major-mode' being nil.
8472 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8474         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8475         Fix typos in docstrings.
8477         * progmodes/js.el (js--macro-decl-re): Doc fix.
8478         (js--plain-method-re, js--split-name): Refloc docstring.
8479         (js--class-styles, js--make-merged-item, js--splice-into-items):
8480         Fix typos in docstrings; reflow docstrings.
8481         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8482         (js--variable-decl-matcher, js--inside-pitem-p)
8483         (js--parse-state-at-point, js--get-all-known-symbols)
8484         (js--symbol-history, js-find-symbol, js--js-references)
8485         (js--moz-interactor, js--js-encode-value, js--read-tab):
8486         Fix typos in docstrings.
8488 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8490         * textmodes/reftex.el (reftex-get-file-buffer-force):
8491         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8492         * emulation/viper.el (viper-go-away, viper-set-hooks):
8493         * emacs-lisp/re-builder.el (re-builder-unload-function):
8494         * emacs-lisp/bytecomp.el (byte-compile-file):
8495         * ses.el (ses-unload-function):
8496         * hexl.el (hexl-find-file):
8497         * files.el (normal-mode):
8498         * ehelp.el (with-electric-help):
8499         * autoinsert.el (auto-insert-alist):
8500         * arc-mode.el (archive-mode):
8501         Use (default-value 'major-mode) instead of default-major-mode.
8503         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8504         * international/mule.el (load-with-code-conversion):
8505         * emacs-lisp/debug.el (debug):
8506         * ediff-vers.el (ediff-rcs-get-output-buffer):
8507         * dired.el (dired-internal-noselect): Don't let-bind
8508         default-major-mode around code that doesn't use it.
8509         E.g. buffer creation via get-buffer-create doesn't use it.
8511 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8513         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8514         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8515         when writing the temp file.  Otherwise, epa-file gets confused.
8516         (tramp-register-file-name-handlers): Make it a defun.  Move also
8517         `epa-file-handler' to the front of `file-name-handler-alist'.
8519 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8521         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8522         start right after a ^M.
8523         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8524         (tramp-completion-file-name-regexp-separate)
8525         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8526         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8527         Don't modify last-coding-system-used by accident.
8528         (tramp-completion-file-name-handler): Apply the checks here,
8529         instead during registration.
8530         (tramp-register-file-name-handlers): Renamed from
8531         `tramp-register-file-name-handler'.  Register both
8532         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8533         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8535 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8537         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8538         Remove variable ...
8539         (gdb-init-1, gdb-display-separate-io-buffer)
8540         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8541         references to it.
8542         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8543         (gdb-inferior-filter): Use comint-output-filter to stop
8544         echoing and remove ^M characters.
8546 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8548         * emulation/viper-init.el (viper-restore-cursor-type):
8549         * emulation/cua-base.el (cua--update-indications):
8550         Replace default-cursor-type with (default-value 'cursor-type).
8552         * mail/sendmail.el (mail-recover-1):
8553         * international/mule-diag.el (describe-current-coding-system-briefly)
8554         (describe-current-coding-system):
8555         * international/mule-cmds.el (select-safe-coding-system)
8556         (select-message-coding-system)
8557         (set-language-environment-coding-systems, set-locale-environment):
8558         * hexl.el (hexl-insert-multibyte-char):
8559         * dos-w32.el (find-buffer-file-type-coding-system):
8560         * simple.el (what-cursor-position):
8561         Replace uses of default-buffer-file-coding-system
8562         with (default-value 'buffer-file-coding-system).
8564         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8565         Replace uses of default-cursor-in-non-selected-windows
8566         with (default-value 'cursor-in-non-selected-windows).
8567         Use with-current-buffer.
8569         * mail/feedmail.el: Use CL macros.
8570         (feedmail-run-the-queue, feedmail-send-it-immediately):
8571         * dos-w32.el (find-buffer-file-type): Replace uses of
8572         default-buffer-file-type with (default-value 'buffer-file-type).
8574 2009-08-28  Glenn Morris  <rgm@gnu.org>
8576         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8577         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8578         Use default-value of major-mode rather than default-major-mode.
8580 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8582         * Makefile.in (update-elcfiles): Report left over elc files.
8584         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8585         expand-file-name and with-current-buffer.
8586         (mail-get-names, mail-directory): Use with-current-buffer.
8588         * vc.el (vc-read-revision): New function.
8589         (vc-version-diff, vc-merge): Use it.
8591 2009-08-27  Sam Steingold  <sds@gnu.org>
8593         * simple.el (kill-do-not-save-duplicates): New user option.
8594         (kill-new): When it is non-nil, and the new string is the same as
8595         the latest kill, set replace to t to avoid duplicates in kill-ring.
8597 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8599         * net/tramp.el (tramp-handle-process-file): Do not flush all
8600         caches when `process-file-side-effects' is set.
8601         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8602         instead of `tramp-find-file-exists-command'.
8603         Unset `process-file-side-effects'.
8605 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8607         * net/tramp.el (tramp-methods): New method "rsyncc".
8608         (top): Add completion function for "rsyncc".
8609         (tramp-message-show-message): New defvar.
8610         (tramp-message, tramp-error): Use it.
8611         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8612         remote copying.
8613         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8614         `tramp-methods' entry `copy-env' of "rsyncc".
8615         (tramp-vc-registered-read-file-names): New defconst.
8616         (tramp-vc-registered-file-names): New defvar.
8617         (tramp-handle-vc-registered): Implement optimization strategy.
8618         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8619         (tramp-vc-file-name-handler): New defun.
8620         (tramp-get-ls-command, tramp-get-test-command)
8621         (tramp-get-file-exists-command, tramp-get-remote-ln)
8622         (tramp-get-remote-perl, tramp-get-remote-stat)
8623         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8625         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8626         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8627         timestamps.
8628         (tramp-get-file-property): Check for timestamps in
8629         `tramp-cache-inhibit-cache'.
8630         (tramp-set-file-property): Write timestamp.
8632 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8634         * language/japan-util.el (japanese-symbol-table): Add entries for
8635         cp932-2-byte.
8637         * international/characters.el: Add category `j' to cp932-2-byte.
8639 2009-08-27  Kenichi Handa  <handa@m17n.org>
8641         * international/fontset.el (build-default-fontset-data): New macro.
8642         (setup-default-fontset): Use build-default-fontset-data for CJK,
8643         tibetan, ethiopic, and ipa.
8645 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8647         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8648         (enable-multibyte-characters): Not customizable any more.
8650         * subr.el (default-mode-line-format, default-header-line-format)
8651         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8652         (default-direction-reversed, default-truncate-lines)
8653         (default-left-margin, default-tab-width, default-case-fold-search)
8654         (default-left-margin-width, default-right-margin-width)
8655         (default-left-fringe-width, default-right-fringe-width)
8656         (default-fringes-outside-margins, default-scroll-bar-width)
8657         (default-vertical-scroll-bar, default-indicate-empty-lines)
8658         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8659         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8660         (default-scroll-down-aggressively, default-fill-column)
8661         (default-cursor-type, default-buffer-file-type)
8662         (default-cursor-in-non-selected-windows)
8663         (default-buffer-file-coding-system, default-major-mode)
8664         (default-enable-multibyte-characters): Mark as obsolete.
8666 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8668         * vc-dir.el (vc-dir-update): Remove debug helper.
8670         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8672 2009-08-26  Sam Steingold  <sds@gnu.org>
8674         * simple.el (save-interprogram-paste-before-kill): New user option.
8675         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8676         save the interprogram-paste into kill-ring before overriding it
8677         with the Emacs kill.
8679 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8681         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8682         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8683         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8684         and move to vc-rcs.el.
8685         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8686         move to vc-rcs.el.
8687         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8688         (vc-rcs-update-changelog): Remove.
8689         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8690         and move to vc-rcs.el.
8692         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8693         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8694         renaming.
8695         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8696         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8697         vc.el, renamed to be RCS specific.
8699         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8700         New functions.
8701         (vc-cvs-update-changelog): Move here from vc.el.
8703         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8704         New functions.
8706 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8708         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8710 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8712         * vc-git.el (vc-git-register): Use "git add" for directories.
8713         (vc-git-stash, vc-git-stash-show): New functions.
8714         (vc-git-extra-menu-map): Bind them.
8716         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8717         directory correctly in case the item is a directory itself.
8719         * vc.el: Document the desired behavior for reverted files in the
8720         `added' state.
8721         (vc-default-prettify-state-info): Remove function, unused.
8723         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8725 2009-08-26  Glenn Morris  <rgm@gnu.org>
8727         * bindings.el (standard-mode-line-format): Reposition dashes in
8728         which-func entry.  (Bug#4217)
8730         * files.el (enable-local-variables, enable-local-eval)
8731         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8732         the defcustoms.
8733         (auto-mode-alist, ignored-local-variables)
8734         (save-some-buffers-action-alist): Move risky declarations to the
8735         definitions.
8736         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8737         (font-lock-defaults, format-alist, imenu--index-alist)
8738         (imenu-generic-expression, input-method-alist, minor-mode-alist)
8739         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8740         (mode-line-modified, mode-line-mule-info, mode-line-position)
8741         (mode-line-process, mode-line-remote, outline-level)
8742         (parse-time-rules, rmail-output-file-alist)
8743         (special-display-buffer-names, vc-mode):
8744         Move risky declarations to the relevant files.
8745         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8746         (mode-line-modified, mode-line-process, mode-line-position)
8747         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8748         * font-core.el (font-lock-defaults):
8749         * format.el (format-alist):
8750         * vc-hooks.el (vc-mode):
8751         * window.el (special-display-buffer-names):
8752         * international/mule-cmds.el (input-method-alist):
8753         Define riskiness here (dumped file) rather than in files.el.
8754         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8755         * imenu.el (imenu-generic-expression, imenu--index-alist):
8756         * outline.el (outline-level):
8757         * time.el (display-time-string):
8758         * calendar/parse-time.el (parse-time-rules):
8759         * mail/rmailout.el (rmail-output-file-alist):
8760         Autoload riskiness here, rather than placing in files.el.
8762 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
8764         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8766 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
8768         * simple.el (process-file-side-effects): New defvar.
8770         * dired-aux.el (dired-show-file-type):
8771         * vc.el (vc-diff-internal):
8772         * vc-arch.el (vc-arch-diff):
8773         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8774         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8775         * vc-git.el (vc-git-registered, vc-git-working-revision)
8776         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8777         (vc-git--empty-db-p):
8778         * vc-hooks.el (vc-user-login-name):
8779         * vc-svn.el (vc-svn-registered, vc-svn-state)
8780         (vc-svn-dir-extra-headers, vc-svn-find-revision):
8781         * progmodes/grep.el (grep-probe): Let-bind
8782         `process-file-side-effects' with nil.
8784         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8786         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8787         daemon.  Replace ping by checking for running service for bluez
8788         and zeroconf.  (Bug#4239)
8790 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8792         * net/dig.el (dig): Add autoload cookie.
8794 2009-08-25  Glenn Morris  <rgm@gnu.org>
8796         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8797         load-history for absolute file-names.
8798         (byte-compile-file-form-require): Warn about use of the cl package.
8800         * format.el (format-alist): Doc fix.
8802         * play/bubbles.el (top-level): Don't require cl at run-time.
8804         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8805         run-time cl).
8807 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
8809         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8810         from cl package.
8811         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8813 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
8815         * calc/calc-alg.el (math-trig-rewrite)
8816         (math-hyperbolic-trig-rewrite): New functions.
8817         (calc-simplify): Simplify trig functions when asked.
8819 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8821         * diff-mode.el (diff-find-source-location): Avoid goto-line.
8823 2009-08-24  Kenichi Handa  <handa@m17n.org>
8825         * language/ind-util.el (mapthread): Delete it.
8826         (combinatorial): New function.
8827         (indian--puthash-cv): Use combinatorial instead of mapthread.
8829 2009-08-22  Kevin Ryde  <user42@zip.com.au>
8831         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8832         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8833         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8834         Clarify docstring that the value is strings not symbols.
8835         (checkdoc-list-of-strings-p): New function.
8837 2009-08-22  Glenn Morris  <rgm@gnu.org>
8839         * files.el (auto-mode-alist):
8840         * hippie-exp.el (he-concat-directory-file-name):
8841         * lpr.el (lpr-windows-system, printer-name):
8842         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8843         * ps-print.el (ps-windows-system):
8844         * startup.el (command-line):
8845         * emulation/viper-ex.el (viper-glob-function):
8846         * international/mule-cmds.el (set-language-environment-coding-systems):
8847         * net/ange-ftp.el (ange-ftp-write-region):
8848         * obsolete/fast-lock.el (fast-lock-cache-name):
8849         Remove code for defunct system-types emx, macos, mswindows, next-mach,
8850         unisoft-unix, vax-vms, win32, w32.
8852         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8853         given name if the pattern is not more specific.
8855         * calendar/lunar.el (lunar-phase-names): New option.
8856         (lunar-phase): Doc fix.
8857         (lunar-cycles-per-year): New constant.
8858         (lunar-index): New function.
8859         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8860         (lunar-phase-name): Use lunar-phase-names.
8861         (calendar-lunar-phases): Use format.
8862         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8864         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8865         Copy imenu-example--name-and-position function here for own use.
8866         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8868         * bs.el (bs--redisplay):
8869         * cus-edit.el (custom-redraw):
8870         * ibuffer.el (ibuffer-bury-buffer):
8871         * server.el (server-goto-line-column):
8872         * startup.el (command-line-1):
8873         * strokes.el (strokes-xpm-for-stroke):
8874         * term.el (term-display-buffer-line):
8875         * view.el (View-goto-line):
8876         * calc/calc.el (calc-do, calc-trail-buffer):
8877         * play/gamegrid.el (gamegrid-add-score-insecure):
8878         * progmodes/ada-mode.el (ada-compile-goto-error):
8879         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8880         (ebrowse-select-1st-to-9nth):
8881         * progmodes/cperl-mode.el (cperl-time-fontification):
8882         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8883         * progmodes/gud.el (gud-display-line):
8884         (idlwave-shell-display-line):
8885         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8886         * progmodes/make-mode.el (makefile-browser-toggle):
8887         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8888         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8889         * textmodes/picture.el (picture-draw-rectangle):
8890         * textmodes/reftex-index.el (reftex-index-goto-letter):
8891         (reftex-select-jump-to-previous):
8892         * textmodes/reftex-sel.el (reftex-find-start-point)
8893         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8894         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8895         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8896         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8897         * textmodes/two-column.el (2C-associated-buffer):
8898         Use forward-line rather than goto-line.
8900         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8901         goto-line.
8903         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8904         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8905         (quick-check-list-to-regexp): Declare.
8907         * progmodes/make-mode.el (makefile-browser-insert-selection):
8908         Use goto-char rather than goto-line.
8910         * progmodes/prolog.el (compilation-error-regexp-alist)
8911         (compilation-forget-errors): Declare.
8913 2009-08-22  Juri Linkov  <juri@jurta.org>
8915         * progmodes/grep.el (lgrep, rgrep): At the beginning
8916         set `dir' to `default-directory' unless `dir' is a non-nil
8917         readable directory.  (Bug#4052)
8918         (lgrep, rgrep): Change a weird way to report an error
8919         from using `read-string' to using `error'.
8920         Instead of using interactive arguments in the function body,
8921         add new argument `confirm'.
8923 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8925         * textmodes/remember.el (remember-buffer):
8926         * progmodes/cperl-mode.el (cperl-vc-header-alist):
8927         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8928         (icalendar-extract-ical-from-buffer):
8929         * net/newst-treeview.el (newsticker-groups-filename):
8930         * net/newst-backend.el (newsticker-cache-filename):
8931         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8932         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8933         (speedbar-add-ignored-path-regexp, speedbar-line-path)
8934         (speedbar-buffers-line-path, speedbar-path-line)
8935         (speedbar-buffers-line-path):
8936         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8937         (epg-sign-keys):
8938         * epa.el (epa-display-verify-result):
8939         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8941 2009-08-21  Glenn Morris  <rgm@gnu.org>
8943         * progmodes/js.el (inferior-moz-process): Fix declaration.
8945         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8947         * obsolete/rnewspost.el (news-mail-reply):
8948         Use goto-char rather than goto-line.
8950         * term/ns-win.el (ns-open-file-select-line):
8951         Use line-beginning-position rather than goto-line.
8953         * apropos.el (apropos-command):
8954         * ehelp.el (electric-helpify):
8955         * printing.el (pr-show-setup):
8956         * strokes.el (strokes-help):
8957         * tutorial.el (tutorial--describe-nonstandard-key)
8958         (tutorial--detailed-help):
8959         * woman.el (woman-mini-help, woman-display-extended-fonts):
8960         * calc/calc-help.el (calc-describe-key):
8961         * emulation/edt.el (edt-electric-helpify):
8962         * international/mule-diag.el (mule-diag):
8963         * play/yow.el (apropos-zippy):
8964         * progmodes/python.el (python-describe-symbol):
8965         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8966         * textmodes/table.el (*table--cell-describe-mode)
8967         (*table--cell-describe-bindings):
8968         Use help-print-return-message rather than the now obsolete alias.
8970         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8971         (calendar-cursor-to-visible-date):
8972         * play/5x5.el (5x5-position-cursor):
8973         * play/decipher.el (decipher):
8974         * play/gomoku.el (gomoku-goto-xy):
8975         * play/landmark.el (lm-goto-xy):
8976         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8977         (mpuz-paint-digit):
8978         Use forward-line, not goto-line.
8980         * mail/rmail.el (rmail-obsolete): Delete custom group.
8981         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8982         (rmail-remote-password, rmail-remote-password-required):
8983         Remove unneeded :set-after and :set properties.
8985 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
8987         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8989 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
8991         * loadup.el: Remove leftover macos code.
8993         * vc-git.el (vc-git-annotate-command): Run asynchronously.
8994         Explicitly pass the date format to git blame so that user local
8995         so that the output format can be parsed.
8997 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
8999         * net/dbus.el (top): Don't check for (getenv
9000         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9002 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9004         * log-edit.el (log-edit-strip-single-file-name): New var.
9005         (log-edit-insert-changelog): Use it.  Bug#3571
9007 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9009         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9010         Bug#3287
9012         * help.el (help-print-return-message): Rename from
9013         print-help-return-message.
9015         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9016         cvs-mode-map parent hack.
9017         (log-view-mode): Derive from special-mode.
9019         * linum.el (linum-mode): window-size-change-functions is redundant.
9020         Adapt to new window-configuration-change-hook behavior.
9021         (linum-after-size, linum-after-config): Remove.
9023         * imenu.el (imenu-example--name-and-position)
9024         (imenu-example--lisp-extract-index-name)
9025         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9026         Mark as obsolete.
9028         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9029         (inferior-prolog-mode): Use it.
9030         (inferior-prolog-load-file): Reset list of errors.
9032 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9034         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9036         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9038 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9040         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9041         is running already.
9043 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9045         * subr.el (listify-key-sequence-1): Use normal syntax since those
9046         integers are nowadays always represented by the same (positive) number
9047         on all platforms.
9048         (read-key-empty-map): New const.
9049         (read-key-delay): New var.
9050         (read-key): New function.
9051         (force-mode-line-update): Use with-current-buffer.
9052         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9053         (start-process-shell-command, start-file-process-shell-command):
9054         Discourage the use of command-args.
9056 2009-08-19  Glenn Morris  <rgm@gnu.org>
9058         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9060 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9062         * simple.el (choose-completion-string): Don't rely on
9063         minibuffer-completing-file-name and ad-hoc checks to decide whether
9064         to continue completion or not.
9066         * minibuffer.el (minibuffer-hide-completions): New function.
9067         (completion--do-completion): Use it.
9068         (completions-annotations): New face.
9069         (completion--insert-strings): Use it.
9070         (completion-pcm--delim-wild-regex): Add docstring.
9071         (completion-pcm--string->pattern): Add support for 0-width delimiters
9072         in completion-pcm--delim-wild-regex.
9074 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9076         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9077         Remove unused var `buffer-modified-p'.
9079         * minibuffer.el (completion--do-completion): Move point for the #b001
9080         case as well (bug#4176).
9081         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9083 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9085         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9086         and :session buses.
9088 2009-08-18  Kenichi Handa  <handa@m17n.org>
9090         * international/ucs-normalize.el (ucs-normalize-version):
9091         Change to 1.1.
9092         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9093         (utf-8-hfs): Make it perform normalization on encoding too.
9095         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9096         (sentence-end-without-space): Delete duplicated chars.
9097         (sentence-end-base): Likewise.
9099         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9100         (html-mode): Delete duplicated chars from sentence-end-base.
9102         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9103         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9105 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9107         * files.el (hack-one-local-variable): If the mode function is for
9108         a minor mode, pass it an argument (Bug#4148).
9110 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9112         * net/tramp.el (tramp-register-completion-file-name-handler):
9113         Check also for (member 'partial-completion completion-styles).
9115 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9117         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9118         abbrev (Bug#3943).
9120 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9122         * progmodes/cperl-mode.el: Merge upstream 6.2.
9123         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9124         (cperl-forward-re): Check cperl-brace-recursing.
9125         (cperl-highlight-charclass): New function.
9126         (cperl-find-pods-heres): Use it.
9127         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9128         (cperl-beautify-regexp-piece): Fix column calculation.
9129         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9130         (cperl-beautify-level): Don't process entire regexp.
9131         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9132         calling man.
9133         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9134         (cperl-init-faces): Build a list in the normal way.
9136 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9138         * calendar/parse-time.el (parse-time-string-chars): Save match
9139         data.
9141 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9143         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9144         (sql-product): Use it.
9145         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9146         (sql-set-product): Add completion.
9147         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9148         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9149         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9150         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9151         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9152         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9153         (sql-highlight-db2-keywords): Remove.
9154         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9155         (sql-highlight-product): Use derived-mode-p.
9156         (sql-set-sqli-buffer): Use with-current-buffer.
9157         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9158         Simplify.
9160         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9162         * term.el: Fix commenting convention, turn comments into docstrings.
9164 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9166         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9168 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9170         * calendar/parse-time.el (parse-time-string-chars): Compute using
9171         character classes, to handle non-ascii characters (Bug#3190).
9173 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9175         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9176         another heredoc if the user adds another < (Bug#3226).
9178         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9179         Don't initialize based on window-system (Bug#4124).
9181         * facemenu.el (facemenu-read-color): Use a completion function
9182         that accepts any defined color, such as RGB triplets (Bug#3677).
9184         * files.el (get-free-disk-space): Change fallback default
9185         directory to /.  Expand DIR argument before switching to fallback.
9186         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9188 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9190         * files.el (load-library): Doc fix.
9192 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9194         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9195         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9196         incremental search string.
9198         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9199         XEmacs.
9201         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9202         (ediff-merge-region-is-non-clash)
9203         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9204         Also check if the job is really a merge job.
9206         * ediff.el (ediff-current-file): New function.
9208 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9210         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9211         conventions.
9212         (js-insert-and-indent): Delete function.
9213         (js-mode-map): Don't bind keys to js-insert-and-indent.
9214         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9215         (js-end-of-defun): Rename from js--end-of-defun.
9216         (js-auto-indent-flag): Delete variable.
9218 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9220         * progmodes/js.el: Remove proclaim statement.
9221         Defvar which-func-imenu-joiner-function to silence compiler.
9223         * files.el (auto-mode-alist): Use js-mode for .js files.
9225         * progmodes/js2-mode.el: Remove file.
9227         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9229         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9231         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9233 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9234             Karl Landstrom  <karl.landstrom@brgeight.se>
9236         * progmodes/js.el: New file.
9238 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9240         * timezone.el (timezone-parse-date): Add ability to understand ISO
9241         basic format (minimal separators) dates in addition to the
9242         already-supported extended format dates.
9244 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9246         * international/ucs-normalize.el: Add a `coding' file variable.
9248         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9250 2009-08-14  Sam Steingold  <sds@gnu.org>
9252         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9254 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9256         * faces.el (help-argument-name): Define it here instead of
9257         help-fns.el, because in daemon mode help-fns.el may be loaded when
9258         faces are still uninitialized (Bug#1078).
9260         * help-fns.el (help-argument-name): Move defface to faces.el.
9262 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9264         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9265         create buffer with a pty but no process so that GDB can make the
9266         inferior the controlling process.
9268 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9270         * international/ucs-normalize.el: New file.
9272 2009-08-13  Richard Stallman  <rms@gnu.org>
9274         * mail/rmail.el (rmail-get-attr-names):
9275         Accept an attribute header that is too short.
9277         * mail/rmail.el (rmail-forget-messages):
9278         Ignore nil elt in rmail-message-vector.  Use dotimes.
9280         * progmodes/compile.el (compilation-goto-locus):
9281         Use next-error-move-function.
9283         * simple.el (next-error-move-function): New variable.
9285 2009-08-12  Juri Linkov  <juri@jurta.org>
9287         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9288         always non-nil.  (Bug#4052)
9290         * replace.el (read-regexp): Return empty string when
9291         `default-value' is nil.
9292         (keep-lines-read-args): Don't use empty string as the
9293         default value for `read-regexp'.  (Bug#2495)
9295 2009-08-12  Juri Linkov  <juri@jurta.org>
9297         * international/mule-cmds.el (ucs-insert): Change arguments
9298         from `arg' to `character', `count', `inherit' to be the same
9299         as in `insert-char'.  Doc fix.  (Bug#4039)
9301         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9303 2009-08-12  Juri Linkov  <juri@jurta.org>
9305         * files-x.el: New file.
9307         * files.el: Move code that deals with adding/deleting
9308         file/directory-local variables to files-x.el.
9310         * Makefile.in (ELCFILES): Add files-x.elc.
9312 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9314         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9315         to use `goto-line'.
9316         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9317         `goto-line'.
9318         (gdb-invalidate-disassembly): Do not refresh upon receiving
9319         'update signal.  Instead, update all disassembly buffers only after
9320         threads list.
9321         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9322         (gdb-starting): Moved -data-list-register-names...
9323         (gdb-stopped): ...here so it's sent when first thread stops.
9324         (gdb-registers-handler-custom): Do nothing if register names are
9325         unknown yet.
9327         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9328         from `gdb-mi.el' to avoid extra tangling.
9330         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9331         change which breaks `gud-def' definitions used in `gdb'.
9332         (gdb-update-gud-running): No extra fuss for updating frame number.
9334 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9337         (describe-language-environment-map, setup-language-environment-map)
9338         (set-coding-system-map): Move initialization into declaration.
9339         (set-language-info-alist): Last arg to define-key-after can be skipped.
9341         * international/quail.el (quail-completion-1): Simplify.
9342         (quail-define-rules): Use slightly more compact code.
9343         (quail-insert-decode-map): Propertize keys, compact columns.
9345         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9346         Add goto-line.
9348 2009-08-10  Miles Bader  <miles@gnu.org>
9350         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9351         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9352         (js2-instance-member, js2-private-member, js2-private-function-call)
9353         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9354         (js2-magic-paren, js2-external-variable):
9355         Remove "-face" suffix from face names.
9356         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9357         (js2-highlight-undeclared-vars, js2-peek-token)
9358         (js2-parse-function-params, js2-mode-show-errors)
9359         (js2-mode-show-warnings, js2-make-magic-delimiter)
9360         (js2-mode-highlight-magic-parens): Update to use new face names.
9362 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9364         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9365         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9367 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9369         * subr.el: Provide hashtable-print-readable.
9371         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9372         hs-c-like-adjust-block-beginning.
9373         (hs-hide-block-at-point): Stop hiding at the beginning of
9374         hs-block-end-regexp (Bug#700).
9376 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9378         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9379         a macro.
9380         (gdb-registers-handler-custom): Do not fail when register names
9381         are unavailable.
9383 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9385         * progmodes/gdb-mi.el (gdb-control-all-threads)
9386         (gdb-control-current-thread): Interactive setters for
9387         `gdb-gud-control-all-threads' to use in menu.
9388         (gdb-show-run-p): Show «Go» when process is not active.
9389         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9390         gud/thread.xpm and gud/all.xpm.
9392 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9394         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9395         (nslookup-font-lock-keywords): Make it a variable.
9396         (net-utils-mode): New mode for viewing diagnostic network output.
9397         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9398         (net-utils-run-simple): New function.
9399         (ifconfig, iwconfig, netstat, arp, route): Use it.
9401 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9403         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9404         (gdb-memory-set-address, def-gdb-set-positive-number)
9405         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9406         after changing settings.
9407         (gdb-invalidate-disassembly): Update when first shown.
9408         (gdb-edit-locals-value): Fixed.
9409         (gdb-registers-handler-custom): Print registers in right order and
9410         allow changing register values (only for current thread yet).
9411         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9412         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9413         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9414         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9415         info in mode name.
9416         (gdb-registers-mode-map): TAB to switch to locals.
9418 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9420         * mail/rmail.el (rmail-add-mbox-headers)
9421         (rmail-set-message-counters-counter): Search for
9422         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9424 2009-08-08  Glenn Morris  <rgm@gnu.org>
9426         * Makefile.in (ELCFILES): Update.
9428 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9430         * mail/sendmail.el (mail-yank-original): Set
9431         buffer-file-coding-system from the one used by the message whose
9432         text is yanked.
9434         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9435         to "windows" when "pgnuplot" is used.
9436         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9437         call accept-process-output if "pgnuplot" is used.
9438         (calc-graph-init): Don't send -display and -geometry to
9439         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9440         running "pgnuplot -V" with shell-command-to-string.
9442         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9443         the default.
9445 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9447         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9448         org/org-latex.elc.
9450 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9452         * vc-dispatcher.el (vc-resynch-window): Update comment.
9454         * term.el (term-handle-ansi-escape): Add comments with the
9455         terminfo capabilities implemented.
9457 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9459         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9460         (gdb-var-create-handler): Rewritten using JSON parser.
9461         (gdb-propertize-header): Moved earlier.
9462         (gdb-set-header): Removed to avoid duplication.
9463         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9464         Refresh disassembly buffers only after threads list have been
9465         update.
9466         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9467         variables.
9469 2009-08-04  Juri Linkov  <juri@jurta.org>
9471         * files.el: Commands to add/delete file/directory-local variables.
9472         (read-file-local-variable, read-file-local-variable-value)
9473         (read-file-local-variable-mode, modify-file-local-variable)
9474         (modify-file-local-variable-prop-line)
9475         (modify-dir-local-variable): New functions.
9476         (add-file-local-variable, delete-file-local-variable)
9477         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9478         (add-dir-local-variable, delete-dir-local-variable)
9479         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9480         (copy-dir-locals-to-file-locals-prop-line): New commands.
9482 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9484         * abbrev.el (insert-abbrev-table-description): Prettify output.
9485         Suggested by Karl Chen.
9487 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9489         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9490         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9491         (gdb-overlay-arrow-position, gdb-thread-position)
9492         (gdb-disassembly-position): Declare variables.
9493         (gdb-wait-for-pending): Function now.
9494         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9495         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9496         compilation goes smoothly.
9497         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9498         (gdb-non-stop-setting): New customization setting which replaces
9499         `gdb-non-stop' so changing it doesn't break active GDB session.
9500         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9501         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9502         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9503         (gdb-show-threads-by-default): New customization options.
9504         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9505         routines.
9506         (gdb-get-buffer-create): Send buffers update signal when they are
9507         created.
9508         (gdb-invalidate-locals, gdb-invalidate-registers)
9509         (gdb-invalidate-breakpoints)
9510         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9511         (gdb-invalidate-memory): Accept update signal.
9512         (gdb-current-context-command): Use --frame option.
9513         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9514         Implement `gdb-frame-number' selection logic.
9515         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9516         whether to show GUD toolbar buttons.
9517         (gdb-thread-exited): Unselect current thread when it exits.
9518         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9519         (gdb-mark-line): Routine which sets overlay arrow or inverses
9520         video on fringeless displays.
9521         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9522         to build aligned columns of data in GDB buffers and set text
9523         properties line-by-line.
9524         (gdb-invalidate-breakpoints)
9525         (gdb-breakpoints-list-handler-custom)
9526         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9527         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9528         (gdb-registers-handler-custom): Align data columns.
9529         (gdb-locals-handler-custom): Now prints data like in variable
9530         declarations.
9531         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9532         Removed confusing buttons.
9533         (gdb-invalidate-threads): Append --frame.
9534         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9535         between breakpoints/threads buffers.
9536         (gdb-set-window-buffer): Now can ignore dedicated windows.
9537         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9538         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9539         (def-gdb-thread-buffer-gud-command): Replaces
9540         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9541         for fine thread control.
9542         (gdb-preempt-existing-or-display-buffer): New function used to
9543         display bound buffers without breaking window layout.
9544         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9545         (gdb-select-frame): New version of `gdb-frames-select' which now
9546         sets `gdb-frame-number' so commands may use --frame option instead
9547         of inner debugger state.
9548         (gdb-frame-handler): Do not set `gdb-frame-number'.
9549         (gdb-threads-mode-map): Select threads with mouse.
9551         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9552         avoid compilation warning.
9553         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9554         `gdb-show-stop-p`.
9556         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9557         Argument `key' renamed to `buffer-type'.
9558         (gdb-current-context-buffer-name): Do not add thread info to
9559         buffer name when no thread is selected.
9560         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9561         command (bug 3794).
9562         (gdb-thread-selected): Handle `=thread-selected' notification.
9563         (gdb-wait-for-pending): New macro to deal with congestion problems.
9564         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9565         breakpoints.
9566         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9567         This fixes problem similar to one described in bug 3947.
9568         (gud-menu-map): More menu items.
9569         (gdb-init-1): Reset `gdb-thread-number' to nil.
9571         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9572         non-stop settings.
9574         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9575         (gdb-current-context-command): Do not append --thread if
9576         `gdb-thread-number' is nil.
9577         (gdb-running-threads-count, gdb-stopped-threads-count): New
9578         variables.
9579         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9580         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9581         customization options.
9582         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9583         GUD commands.
9584         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9585         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9586         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9587         set `gdb-thread-number' and update `gud-running' properly.
9588         (gdb-running): Update threads list when new threads appear.
9589         (gdb-stopped): Support non-stop operation and new thread switching
9590         logic.
9591         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9592         (gdb-json-partial-output): New set of JSON routines.
9593         (def-gdb-auto-update-trigger): New `signal-list' optional
9594         argument.
9595         (gdb-thread-list-handler-custom): Update `gud-running',
9596         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9597         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9598         (gdb-continue-thread, gdb-step-thread): New commands for fine
9599         thread execution control.
9600         (gud-menu-map): New menu items to switch non-stop options.
9601         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9602         (gdb-send): Mimic RET properly (bug 3794).
9604         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9605         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9606         gdb-buffer-rules.
9607         (def-gdb-auto-update-handler): New nopreserve optional argument.
9608         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9610         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9611         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9612         (gdb-parent-mode): New mode to derive other GDB modes from.
9613         (gdb-display-disassembly-for-thread)
9614         (gdb-frame-disassembly-for-thread): New commands for threads
9615         buffer.
9617         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9618         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9619         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9620         (gdb-update): We now store all GDB buffers in a list so that they
9621         can be updated by traversing a list instead of calling invalidate
9622         triggers explicitly.
9623         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9624         pair for GDB buffer.
9625         (gdb-stack-buffer-name): Add thread information.
9626         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9627         handle pending triggers.
9628         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9629         (def-gdb-thread-buffer-simple-command)
9630         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9631         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9632         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9633         New commands which show buffers bound to thread.
9634         (gdb-stack-list-locals-regexp): Removed unused regexp.
9636         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9637         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9638         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9639         to (gud-comint-buffer) in *-buffer-name functions
9640         because (gdb-get-target-string) already does that.
9641         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9642         (gdb-changed-registers-handler): Rewritten without regexps.
9644         * progmodes/gdb-mi.el: Basic thread selection support.
9645         (gdb-thread-number): New variable.
9646         (gdb-current-context-command): New macro which adds --thread
9647         option to command.
9648         (gdb-threads-mode-map): Select thread with SPC.
9649         (gdb-thread-list-handler-custom): Mark current thread with overlay
9650         arrow.  Synchronize GDB thread and Emacs thread.
9651         (gdb-select-thread): New command which selects current thread.
9652         (gdb-invalidate-frames, gdb-invalidate-locals)
9653         (gdb-invalidate-registers): Use --thread option.
9655 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9657         * net/tramp.el (top): Make check for tramp-gvfs loading more
9658         robust.  (Bug#3977)
9659         (tramp-handle-insert-file-contents): `unwind-protect' must be
9660         inside `with-parsed-tramp-file-name'.
9662         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9663         fails.
9665 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9667         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9668         directory if CLASSPATH is not set.
9670 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9672         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9673         New defconst.
9674         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9676 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9678         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9679         Update freshmeat link.  Delete newsforge.com as it seems gone.
9681 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9683         * select.el (x-set-selection): Doc fix (Bug#4021).
9685         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9687         * help-fns.el (describe-variable): Treat list return values from
9688         dir-locals-find-file properly (Bug#4005).
9690 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
9692         * net/tramp.el (tramp-debug-message): Print also microseconds.
9694 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
9696         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9697         or END is non-nil.
9698         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9699         (tramp-get-debug-buffer): Change `outline-regexp' according to new
9700         format.
9702         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9703         (tramp-get-file-property): Use it.
9705         * autorevert.el (auto-revert-handler): Allow
9706         `auto-revert-tail-mode' for remote files.
9708 2009-08-02  Jason Rumney  <jasonr@gnu.org>
9710         * minibuffer.el (read-file-name): Treat confirm options to
9711         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
9713 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9715         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9716         (font-lock-variable-name-face, font-lock-constant-face): Darken
9717         the colors for light backgrounds.
9719 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
9721         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9722         month names.  (Bug#3987)
9724 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
9726         * simple.el (line-move-finish): Pass whole number to
9727         line-move-to-column.
9728         (line-move-visual): Perform hscroll to the recorded position.
9730 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
9732         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9734 2009-07-29  Alan Mackenzie  <acm@muc.de>
9736         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9738 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
9740         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9741         (gdb-place-breakpoints): Use full path when setting breakpoints.
9743 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9745         * calc/calc.el (calc-mode-map): Add keybinding for
9746         `calc-transpose-lines'.
9748 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
9750         * calc/calc-misc.el (calc-transpose-lines): New function.
9752 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
9754         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9755         Simplify check for out-of-band methods.
9756         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9757         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
9759 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
9761         * vc-git.el (vc-git-checkin): Fix typo.
9763 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
9765         * progmodes/js2-mode.el: New file.
9767 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
9769         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9770         (gud-menu-map): Adjust tooltip accordingly.
9772 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9774         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9775         (vc-bzr-log-view-mode): Adjust log-view-file-re.
9777         * add-log.el (change-log-mode-map): Add a menu.
9779 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
9781         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9782         function returns nil.
9783         (dbus-handle-event): Handle special return value :ignore.
9784         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9786 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
9788         * view.el (view-mode-enable): Don't define Helper-return-blurb if
9789         it's not needed.
9791 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
9793         Fix Bug#3888:
9795         * w32-vars.el (x-select-enable-clipboard): Doc fix.
9797         * term/pc-win.el (x-display-name, x-colors)
9798         (x-select-enable-clipboard, x-select-text): Doc fix.
9800         * term/common-win.el (x-display-name, x-colors): Doc fix.
9802         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9803         (xw-defined-colors): Doc fix.
9805         * w32-fns.el (x-select-text, x-setup-function-keys)
9806         (x-get-selection, x-set-selection): Doc fix.
9808         * term/x-win.el (x-select-text, x-setup-function-keys)
9809         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9811         * select.el (x-set-selection): Doc fix.
9813 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
9815         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9816         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
9817         "IsNSSSupportAvailable" method is not available.  Reported by
9818         Steve Youngs <steve@sxemacs.org>.
9820 2009-07-24  Kenichi Handa  <handa@m17n.org>
9822         * international/characters.el: Fix setting of category ?C, ?|, ?K,
9823         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
9824         (build-unicode-category-table): Fix range checks.
9826 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
9828         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9829         the buffer we try to sync is current when calling
9830         vc-resynch-buffer.
9832         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9833         not show up to date files.
9835 2009-07-24  Glenn Morris  <rgm@gnu.org>
9837         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9838         Add autoload cookies.  If necessary, initialize.
9839         (elint-log): Handle non-file buffers.
9840         (elint-initialize): Add optional argument to reinitialize.
9841         (elint-find-builtin-variables): Save excursion.
9843 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
9845         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9846         for Lint.
9848 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9850         * vc.el (vc-print-log-internal): New function, split out from ...
9851         (vc-print-log): ... here.
9852         (vc-dir-move-to-goal-column): Declare.
9854         * vc-git.el (vc-git-add-signoff): New variable.
9855         (vc-git-checkin): Use it.
9856         (vc-git-toggle-signoff): New function.
9857         (vc-git-extra-menu-map): Bind it to menu.
9858         (vc-git--run-command-string): Accept a nil FILE argument.
9859         (vc-git-stash-list): New function.
9860         (vc-git-dir-extra-headers): Use it.
9862 2009-07-23  Glenn Morris  <rgm@gnu.org>
9864         * help-fns.el (describe-variable): Describe ignored and risky local
9865         variables in a similar way to that in which we describe safe ones.
9867         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9868         (byte-compile-output-file-form, byte-compile-output-docform)
9869         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9870         Give some more local variables with common names a "bytecomp-" prefix,
9871         so as not to shadow things during compilation.
9872         * emacs-lisp/cl-macs.el (load-time-value)
9873         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9874         `outbuffer' to `bytecomp-outbuffer'.
9876         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9877         since the next two variables cover them automatically now.
9878         (elint-builtin-variables, elint-autoloaded-variables): New.
9879         (elint-unknown-builtin-args): Remove all members, since they can be
9880         parsed automatically now.
9881         (elint-extra-errors): New.
9882         (elint-env-add-env, elint-env-add-macro): Use cadr.
9883         (elint-current-buffer): Use or.  Change final message.
9884         (elint-get-top-forms): Use line-end-position.
9885         (elint-init-env): Use cadr.  Handle autoload, declare-function,
9886         and defalias.
9887         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
9888         (regexp-assoc): Remove unused function.
9889         (elint-top-form): Set elint-current-pos, to record the start of the
9890         top-level form, for compilation-mode.
9891         (elint-form): Trap errors in macro expansion.  Use dolist.
9892         (elint-unbound-variable): Use elint-builtin-variables and
9893         elint-autoloaded-variables.
9894         (elint-get-args): Use cadr, or.
9895         (elint-check-cond-form): Use dolist, cadr.
9896         (elint-check-condition-case-form): Doc fix.  Use cadr.
9897         Use elint-extra-errors.
9898         (elint-log): New function.
9899         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9900         Distinguish errors and warnings.
9901         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
9902         Use a bytecomp-style format.
9903         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
9904         (elint-get-log-buffer): Use compilation mode.  Disable undo.
9905         Don't truncate lines.
9906         (elint-initialize): Set builtin and autoloaded variable lists.
9907         Only process elint-unknown-builtin-args if non-nil.
9908         (elint-find-builtin-variables, elint-find-autoloaded-variables):
9909         New functions.
9910         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
9912 2009-07-22  Kevin Ryde  <user42@zip.com.au>
9914         * net/newst-backend.el (newsticker--parse-atom-1.0)
9915         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9916         (newsticker--parse-rss-1.0):
9917         * progmodes/idlwave.el (idlwave-mode):
9918         * progmodes/idlw-shell.el (idlwave-shell-mode):
9919         * progmodes/vera-mode.el (vera-mode):
9920         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9921         * progmodes/vhdl-mode.el (vhdl-mode):
9922         * textmodes/table.el (table-generate-source)
9923         (table--warn-incompatibility):
9924         Hyperlink urls in docstrings with URL `...'.
9926 2009-07-22  Glenn Morris  <rgm@gnu.org>
9928         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9929         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9930         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9931         Remove leading * from defcustom docs.
9933         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
9935         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9936         defcustom doc.
9937         (list-load-path-shadows): Optionally, just return shadows as a string.
9939         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9941 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
9943         * mail/rmailedit.el (rmail-edit-mode): Use
9944         auto-save-include-big-deletions.
9946         * mail/rmail.el (rmail-variables): Use
9947         auto-save-include-big-deletions.
9949         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9950         changes.
9952 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
9954         * calc/calc.el (calc-undo-length): New variable.
9955         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9957 2009-07-21  Richard Stallman  <rms@gnu.org>
9959         * files.el (auto-save-mode): Handle buffer-save-size = -2
9960         for toggling mode.
9962 2009-07-21  Glenn Morris  <rgm@gnu.org>
9964         * textmodes/ispell.el (ispell-looking-back): Update declaration.
9966         * calendar/todo-mode.el (calendar-current-date): Update declaration.
9968         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9969         silence compiler.  Instead...
9970         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9971         (ps-print-ensure-fontified): Update for above function name changes.
9973         * printing.el (pr-mh-get-msg-num, pr-mh-show)
9974         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9975         silence compiler.  Instead...
9976         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9977         (mh-show-buffer): Only define for compiler.
9978         (pr-mh-current-message): Update for above function name changes.
9980         * files.el (abort-if-file-too-large): Explicitly pass `filename'
9981         as an argument.
9982         (find-file-noselect, insert-file-1): Update for above change.
9984         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9986         * mail/mailclient.el (mailclient-send-it): Fix message.
9988         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9989         (edebug-eval): Check cl-debug-env is bound.
9990         (print-level, print-circle): Don't redefine built-in variables.
9992         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9993         (custom-print-vectors): Remove old comments from doc.
9995         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9996         (emerge-version): Make the variable an obsolete alias for the
9997         emacs-version variable.  Make the function obsolete.
9998         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9999         Emerge options, rather than merging in into the main Options menu.
10000         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10001         and auto advance modes.  Disable edit/fast items when not relevant.
10003 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10005         * term/vt420.el (terminal-init-vt420): Fix typo.
10007 2009-07-20  Sam Steingold  <sds@gnu.org>
10009         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10010         variable (removed from compile.el on 2004-03-11).
10012 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10014         * files.el (hack-local-variables-filter): Fix last change.
10016 2009-07-19  Juri Linkov  <juri@jurta.org>
10018         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10019         (dir-local-variables-alist): New buffer-local variable.
10020         (hack-local-variables-filter): If variable is not dir-local,
10021         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10022         because file-local overrides dir-local.
10023         (c-postprocess-file-styles) <declare-function>:
10024         Remove obsolete declaration.
10025         (hack-dir-local-variables): Add dir-local variable/value pair to
10026         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10028         * help-fns.el (describe-variable): Add information about
10029         file-local and dir-local variables.
10031 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10033         * files.el (hack-local-variables-filter): Rewrite.
10035 2009-07-19  Glenn Morris  <rgm@gnu.org>
10037         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10038         Silence compiler by only defining on XEmacs.
10040         * international/mule.el (auto-coding-regexp-alist): Only match
10041         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10043         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10044         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10045         (cal-menu-context-mouse-menu): Doc fix.
10047         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10049         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10051 2009-07-18  Juri Linkov  <juri@jurta.org>
10053         * info.el: Virtual Info keyword finder.
10054         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10055         (Info-finder-file): New variable.
10056         (Info-finder-find-file): New function.
10057         (finder-known-keywords, finder-package-info)
10058         (find-library-name, lm-commentary): Use defvar and
10059         declare-function to silence compiler warnings.
10060         (Info-finder-find-node): New function.
10061         (info-finder): New command.
10063         * subr.el (process-kill-buffer-query-function): New function.
10064         (add-hook)<kill-buffer-query-functions>: Add hook
10065         `process-kill-buffer-query-function'.
10067 2009-07-18  Alan Mackenzie  <acm@muc.de>
10069         * progmodes/cc-mode.el (c-before-hack-hook)
10070         (c-postprocess-file-styles): Give invocation of `c-set-style'
10071         DONT-OVERRIDE parameter of t.  Already set style variables will
10072         thus not be overridden by style settings given by `c-file-syle'.
10074         * files.el (hack-local-variables-filter): Remove entries with
10075         duplicate keys from `file-local-variables-alist'.
10077 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10079         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10080         x-set-selection if display-selections-p returns nil for the
10081         current frame.
10083 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10085         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10087 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10089         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10090         Accept nil in addition to a regexp.
10091         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10092         Accept nil in addition to a regexp.
10093         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10094         buffers that have an associated file.  Handle nil values of
10095         desktop-buffers-not-to-save and desktop-files-not-to-save.
10096         (Bug#3833)
10098         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10099         (x-disown-selection-internal): New functions.
10101 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10103         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10104         warning.
10105         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10106         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10108 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10110         * simple.el (set-mark): Revert last change.
10112 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10114         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10115         rendering of pngs is not possible instead of messaging a long
10116         description.
10118 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10120         * w32-fns.el (x-selection-owner-p): New function.
10122         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10123         (mouse-yank-at-click, mouse-yank-primary): If
10124         select-active-regions is non-nil, deactivate the mark before
10125         insertion.
10127         * simple.el (deactivate-mark, set-mark): Only save selection if we
10128         own it.
10130 2009-07-17  Kenichi Handa  <handa@m17n.org>
10132         * case-table.el (describe-buffer-case-table): Fix for the case
10133         that KEY is a cons.
10135 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10137         * vc-rcs.el (vc-rcs-find-file-hook):
10138         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10140 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10142         * net/tramp.el (tramp-wait-for-output): Handle the case when
10143         commands do not return a newline but a null byte before the shell
10144         prompt.  (Bug#3858)
10146 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10148         * term/ns-win.el (ns-set-alpha): Don't declare.
10149         (ns-set-background-alpha): Remove function.
10151 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10153         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10154         y-or-n-p, for safety.
10156 2009-07-16  Richard Stallman  <rms@gnu.org>
10158         * files.el (auto-save-mode): If buffer-saved-size is -2,
10159         don't clobber it.
10161         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10162         (rmail-retry-ignored-headers): Add more uninteresting fields.
10164 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10166         * net/rcirc.el (rcirc): Use history variables.
10167         (rcirc-server-name-history, rcirc-nick-name-history)
10168         (rcirc-server-port-history): New variables.
10170 2009-07-15  Kenichi Handa  <handa@m17n.org>
10172         * international/mule-cmds.el (set-language-environment-charset):
10173         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10174         ignore them.
10176         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10177         Delete unibyte-display.
10179 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10181         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10183 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10185         * simple.el (deactivate-mark): Optional argument FORCE.
10186         (set-mark): Use deactivate-mark.
10188         * info.el (Info-search): No need to check transient-mark-mode
10189         before calling deactivate-mark.
10191         * select.el (x-set-selection): Doc fix.
10192         (x-valid-simple-selection-p): Allow buffer values.
10193         (xselect--selection-bounds): Handle buffer values.  Suggested by
10194         David De La Harpe Golden.
10196         * mouse.el (mouse-set-region, mouse-drag-track): Call
10197         copy-region-as-kill before setting the mark, to let
10198         select-active-regions work.
10200 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10202         * simple.el (deactivate-mark): If select-active-regions is
10203         non-nil, copy the selection data into a string.
10204         (activate-mark): If select-active-regions is non-nil, set the
10205         selection to the current buffer.
10206         (set-mark): Update selection if select-active-regions is non-nil.
10208         * select.el (x-valid-simple-selection-p): Allow buffer values.
10210 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10212         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10213         and more featureful message-mode.
10215 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10217         * select.el (x-set-selection): Doc fix.
10218         (x-valid-simple-selection-p): Disallow selection data consisting
10219         of a list or cons of integers, since that is not used.
10220         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10221         (xselect-convert-to-string, xselect-convert-to-length)
10222         (xselect-convert-to-filename, xselect-convert-to-charpos)
10223         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10225 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10227         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10228         output in -break-info command (Emacs bug #3794).
10230 2009-07-14  Glenn Morris  <rgm@gnu.org>
10232         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10233         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10234         (edebug-print-length, edebug-print-level, edebug-print-circle)
10235         (edebug-sit-for-seconds, edebug-view-outside)
10236         (edebug-bounce-point, edebug-set-global-break-condition)
10237         (edebug-Go-nonstop-mode, edebug-trace-mode)
10238         (edebug-Trace-fast-mode, edebug-continue-mode)
10239         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10240         (edebug-visit-eval-list): Doc fixes.
10242         * subr.el (def-edebug-spec): Doc fix.
10244 2009-07-14  Kenichi Handa  <handa@m17n.org>
10246         * international/characters.el: Fix setting of category ?C.
10248 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10250         * term/ns-win.el (x-select-font): defalias x-select-font to
10251         ns-popup-font-panel instead of generate-fontset-menu.
10253 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10255         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10257 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10259         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10260         the PK\003\004 header (Bug#3770).
10262 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10264         * pcomplete.el (pcomplete-comint-setup): Check for
10265         shell-dynamic-complete-filename too.
10267 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10269         * simple.el (temporary-goal-column): Change the value for
10270         line-move-visual to a cons cell.
10271         (line-move-visual): Record or set the window hscroll, if
10272         necessary (Bug#3494).
10273         (line-move-1): Handle cons value of temporary-goal-column.
10275 2009-07-11  Kenichi Handa  <handa@m17n.org>
10277         * international/mule-diag.el (describe-character-set): Don't show
10278         width.
10280 2009-07-10  Sam Steingold  <sds@gnu.org>
10282         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10283         Omake sometimes indents the errors it prints, so allow all
10284         regexps to start with spaces.
10286 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10288         * cus-edit.el (customize-changed-options-previous-release):
10289         Bump value to 22.1.  (Bug#3804)
10291 2009-07-08  Sam Steingold  <sds@gnu.org>
10293         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10294         to be a cons cell (test . ignored-directory) to selectively ignore
10295         some directories depending on the location of the search.
10297 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10299         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10300         remote user is root, on the local host.
10301         (tramp-local-host-p): Either the local user or the remote user
10302         must be root.  (Bug#3771)
10304 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10306         * progmodes/gdb-mi.el (gdb): Remove description of
10307         gdb-use-separate-io-buffer.
10308         (menu): Don't allow toggling of or enable
10309         gdb-use-separate-io-buffer from menubar.
10311 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10313         * mail/unrmail.el (unrmail): Make sure the message ends with two
10314         newlines (Bug#3769).
10316 2009-07-08  Glenn Morris  <rgm@gnu.org>
10318         * calendar/calendar.el (calendar-current-date): Rework previous change.
10320 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10322         * calendar/calendar.el (calendar-current-date):
10323         Add an optional argument giving an offset from today.
10325 2009-07-08  Glenn Morris  <rgm@gnu.org>
10327         * tutorial.el (tutorial--describe-nonstandard-key):
10328         Adjust the message for when a key has been unbound.
10329         (help-with-tutorial): Hide the arch-tag.
10331 2009-07-08  Kenichi Handa  <handa@m17n.org>
10333         * international/fontset.el (setup-default-fontset): For each
10334         script, append (not set) font-specs.
10336         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10337         docstring.
10339 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10341         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10342         -data-list-register-names to ...
10343         (gdb-starting): ... here because GDB 7.0 requires execution to
10344         have started when using this MI command.
10345         (gdb-set-header): New function to distinguish select and
10346         unselected tabs in gdb buffers.
10347         (gdb-propertize-header): New macro that uses gdb-set-header.
10348         (gdb-breakpoints-header, gdb-locals-header): Use it.
10349         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10351 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10353         * Makefile.in (ELCFILES): Remove fadr.elc.
10355 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10357         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10358         may contain frame information, so `string-match' should be used.
10359         (gdb-update): Disassembly is invalidated through
10360         `gdb-get-selected-frame'.
10361         (gdb-pad-string): New function to pad string with spaces.
10362         (gdb-invalidate-disassembly): Invalidate only if the buffer
10363         exists.
10364         (gdb-disassembly-handler-custom): Column alignment.
10365         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10366         placing new ones.
10367         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10368         end of line, too.
10369         (gdb-frame-handler): Match convention to for disassembly buffer
10370         mode name.
10371         (gdb-stack-list-frames-handler): Rewritten without regexps.
10372         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10373         not highlight breakpoints without line information.
10374         (gdb-input): Add trailing newline to command.
10376         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10377         buffer properly.
10378         (gdb-breakpoints-list-handler-custom): Replacement for
10379         `gdb-break-list-handler'.  Using real parser instead of regexps
10380         now.
10381         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10382         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10383         to place breakpoints.
10384         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10385         functions.
10386         (gdb-disassembly-handler-custom): Show overlay arrow.
10387         (gdb-disassembly-place-breakpoints): Show breakpoints in
10388         disassembly buffer.
10389         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10390         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10391         instead of parsing breakpoints buffer.  Fixed old menu references
10392         in `gud-menu-map'.
10394         * fadr.el: Remove.
10396         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10397         (gdb-memory-address): New variable which holds top address of
10398         memory page shown in memory buffer.
10399         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10400         customization variables.
10401         New functions:
10402         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10403         display the memory buffer.
10404         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10405         buffer display parameters.
10406         (def-gdb-memory-format, gdb-memory-format-binary)
10407         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10408         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10409         Functions for setting memory buffer format.
10410         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10411         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10412         unit size used in memory buffer.
10413         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10414         to next/previous page of memory buffer.
10415         Now using (bindat-get-field) instead of fadr functions.
10417 2009-07-07  Sam Steingold  <sds@gnu.org>
10419         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10420         non-top-level files.
10422 2009-07-07  Kenichi Handa  <handa@m17n.org>
10424         * international/mule-cmds.el (reset-language-environment): Put
10425         the highset priority to the charset iso-8859-1.
10427 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10429         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10430         to the end of the line when locating the block (Bug#700).
10432 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10434         * net/tramp.el (tramp-handle-write-region): Flush file properties
10435         in case of short track.
10437 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10439         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10440         Coded custom representation of verilog error regular expressions
10441         to work with Emacs-22's new format.
10442         (verilog-error-regexp-xemacs-alist): Coded custom representation
10443         of verilog error regular expressions to work with XEmacs format.
10444         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10445         error recognition into XEmacs.
10446         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10447         error recognition into Emacs-22.
10449 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10451         * woman.el: Remove stand-alone closing parentheses.
10452         (woman-file-name, woman2-format-paragraphs)
10453         (woman-leave-blank-lines): Code cleanup.
10454         (woman-use-own-frame): Change default to nil.
10455         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10456         defaults to inherit from default faces.
10457         (woman2-process-escapes): Consume the newline after a stand-alone
10458         filler character (Bug#3651).
10460 2009-07-06  Glenn Morris  <rgm@gnu.org>
10462         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10463         (top-level): Move provide to the end.
10464         (ffap): Remove defunct URL from custom group.
10466         * subr.el (eval-after-load): Doc fix.
10468 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10470         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10471         `calc-embedded-word' is called twice.
10473 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10475         * files.el (find-alternate-file-other-window, find-alternate-file):
10476         Obey confirm-nonexistent-file-or-buffer.
10478 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10480         * dired-aux.el (dired-show-file-type): Handle remote files.
10482 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10484         * desktop.el (desktop-globals-to-save):
10485         Add file-name-history (Bug#2750).
10487 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10489         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10491 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10493         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10494         property on entire argument since this is what eshell-lisp-command
10495         expects.
10497 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10499         * net/tramp-gvfs.el (tramp-gvfs-methods)
10500         (tramp-gvfs-zeroconf-domain)
10501         (tramp-bluez-discover-devices-timeout): Add version flag.
10502         (tramp-gvfs-handler-mounted-unmounted)
10503         (tramp-gvfs-connection-mounted-p): Polish handling of
10504         incompatibilities between GVFS 0.2 and 1.0.
10506 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10508         * cus-start.el (all): Add make-pointer-invisible.
10510 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10512         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10513         formatted correctly.
10515 2009-07-02  Juri Linkov  <juri@jurta.org>
10517         * info.el: Virtual Info files and nodes.
10518         (Info-virtual-files, Info-virtual-nodes): New variables.
10519         (Info-current-node-virtual): New variable.
10520         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10521         New functions.
10522         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10523         to check for a virtual file instead of checking a fixed list
10524         of node names.
10525         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10526         instead of ad-hoc processing of "dir" and (apropos history toc).
10527         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10528         instead of ad-hoc processing of "dir" and (apropos history toc).
10529         Reread a file when moving from a virtual node.
10530         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10531         (Info-directory-toc-nodes, Info-directory-find-file)
10532         (Info-directory-find-node): New functions.
10533         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10534         (Info-history): Move part of code to
10535         `Info-history-find-node'.
10536         (Info-history-toc-nodes, Info-history-find-file)
10537         (Info-history-find-node): New functions.
10538         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10539         (Info-toc): Move part of code to `Info-toc-find-node'.
10540         (Info-toc-find-node): New function.
10541         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10542         the current Info file name to references because now the node
10543         "*TOC*" belongs to the same Info manual.
10544         (Info-toc-build): Rename from `Info-build-toc'.
10545         (Info-toc-nodes): Rename input argument `file' to `filename'.
10546         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10547         instead of ad-hoc processing of ("dir" apropos history toc).
10548         (Info-index-nodes): Use Info-virtual-file-p
10549         to check for a virtual file instead of checking a fixed list
10550         of node names.
10551         (Info-index-node): Add check for `Info-current-node-virtual'.
10552         Raise `save-match-data' higher up the tree to contain
10553         `search-forward' too (bug fix).
10554         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10555         (Info-virtual-index-nodes): New variable.
10556         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10557         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10558         (Info-apropos-file, Info-apropos-nodes): New variables.
10559         (Info-apropos-toc-nodes, Info-apropos-find-file)
10560         (Info-apropos-find-node, Info-apropos-matches): New functions.
10561         (info-apropos): Move part of code to `Info-apropos-find-node' and
10562         `Info-apropos-matches'.
10563         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10564         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10565         for a virtual file instead of checking a fixed list of node names.
10567         * simple.el (async-shell-command): New command.
10569         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10571         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10572         instead of `mount-info'.
10574 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10576         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10577         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10579 2009-07-02  Kenichi Handa  <handa@m17n.org>
10581         * international/mule.el (set-keyboard-coding-system): Force *-unix
10582         coding-system to avoid eol conversion.
10584 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10586         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10587         Add handler for `process-file', `shell-command' and
10588         `start-file-process'.
10589         (tramp-gvfs-handle-shell-command)
10590         (tramp-gvfs-handle-start-file-process)
10591         (tramp-gvfs-handle-process-file): New defuns.
10592         (tramp-synce-list-devices): Simplify check for existence of property.
10594 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10596         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10598 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10600         * language/korean.el (set-language-info-alist): Add korean-cp949,
10601         cp949 to spec.
10603 2009-07-01  Kenichi Handa  <handa@m17n.org>
10605         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10607         * international/encoded-kb.el: Deleted.
10609         * international/mule.el (set-keyboard-coding-system): Perform the
10610         necessary setup here instead of calling encoded-kbd-setup-display.
10612 2009-07-01  Glenn Morris  <rgm@gnu.org>
10614         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10616 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10618         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10620 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10622         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10623         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10624         (tramp-default-file-modes): Remove execute permissions.
10626         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10627         (top): Add a default for "synce" in `tramp-default-user-alist'.
10628         Add completion function for "synce" method.
10629         (tramp-hal-service, tramp-hal-path-manager)
10630         (tramp-hal-interface-manager, tramp-hal-interface-device):
10631         New defconst.
10632         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10633         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10634         New defuns.
10636         * net/trampver.el: Update release number.
10638 2009-06-30  Kenichi Handa  <handa@m17n.org>
10640         * international/fontset.el (setup-default-fontset): Add CJK fonts
10641         for symbols and the other miscellaneous characters.
10643         * language/korea-util.el (setup-korean-environment-internal):
10644         Make char-width-table suitable for Korean environments.
10645         (exit-korean-environment): Cancel above.
10647         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10648         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10649         setup-function to make char-width-table suitable for respective
10650         environments, and an exit-function to cancel that.
10652         * language/japan-util.el (setup-japanese-environment-internal):
10653         Call use-cjk-char-width-table with arg `ja_JP'.
10655         * international/characters.el (cjk-char-width-table): Delete it.
10656         (cjk-char-width-table-list): New variable.
10657         (use-cjk-char-width-table): New arg local-name.
10658         (use-default-char-width-table): Fix for the case that Emacs is
10659         already using the default char-width-table.
10661 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10663         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10664         modes mandatory.  (Bug#3712)
10666 2009-06-29  Alan Mackenzie  <acm@muc.de>
10668         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10669         correction between the visible width of TABs and their number of bytes.
10671 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10673         * server.el (server-buffer-done): Prevent kill-buffer from
10674         prompting by clearing the buffer modification flag (Bug#3696).
10676 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10678         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10679         (verilog-endcomment-reason-re): Support unique case and priority case.
10680         (verilog-basic-complete-re): Support localparam lineup.
10681         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10682         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10683         commenting.
10684         (verilog-leap-to-case-head): Now support *nested* unique &
10685         priority case statements.
10686         (verilog-auto-lineup): Make just declarations the default (as it
10687         had been).
10688         (verilog-leap-to-case-head): Support priority/unique case statements.
10689         (verilog-auto-lineup): Rework to give users radio buttons to
10690         select the various styles of automatic lineup.
10691         (verilog-error-regexp-alist): Rework to support the XEmacs style
10692         of error regular expressions from compilers, lint tools &
10693         simulators.  Note that GNU Emacs has made it impossible for a mode
10694         to load such things.
10695         (electric-verilog-terminate-line, verilog-indent-declaration)
10696         (verilog-auto-wiure): Rework for radio button selection of
10697         auto-lineup selection of specification of auto lineup.
10698         (verilog-beg-of-statement-1): Redesign to support proper operation
10699         in additional code, based on testing with auto-lineup.
10700         (verilog-calculate-indent, assignments & declarations)
10701         (verilog-backward-token): Enhance to support auto-lineup of
10702         assignments & declarations.
10703         (verilog-in-directive-p, verilog-at-struct-p): New function for
10704         easy test of whether we are.
10705         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10706         to support safe execution at almost anyline.
10707         (verilog-calc-1): Properly support indenting deep inside generate
10708         blocks.
10709         (verilog-init-font): Remove definition & use of verilog-init-font,
10710         as it is redundant with font-lock-defaults.
10711         (verilog-mode): Alter the definition of verilog-font-lock-defaults
10712         to avoid circular calls if syntax-ppss is a function (as is the
10713         case now in 22.x GNU Emacs) as that function would sometimes call
10714         itself, leading to (nearly) infinite recursion.
10715         (verilog-ovm-begin-re, verilog-ovm-end-re)
10716         (verilog-ovm-statement-re, verilog-leap-to-head)
10717         (verilog-backward-token): Add support for OVM macros.  Some are
10718         complete statements, and others open and close scopes like begin
10719         and end.
10720         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10721         (verilog-defun-level-generate-only-re): Really fix the defun-list
10722         compilation issue.
10723         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10724         coverpoint, constraint and cross statements.
10725         (verilog-defun-level-list, verilog-generate-defun-level-list)
10726         (verilog-all-defun-level-list): Redo these specifications - it is
10727         too hard to support eval-when compile aggregation of lists also
10728         built at when-compile time.
10729         (verilog-defun-level-list): Place defconsts of variables used in
10730         building regular expressions which are built in eval-when-compile
10731         bodies in the same eval-when-compile body to facilitate compile
10732         without load.
10733         (verilog-beg-block-re-ordered): Support indenting
10734         virtual/protected tasks and functions.
10735         (verilog-defun-level-list, verilog-in-generate-region-p)
10736         (verilog-backward-ws&directives, verilog-calc-1): Speed up
10737         indentation of some module items (generate items).
10738         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10739         across virtual/protected tasks and functions.
10741 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
10743         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10744         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
10745         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10746         in concatenations.  Reported by Yishay Belkind.
10747         (verilog-auto-ascii-enum): Support one-hot state machines in
10748         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
10749         (verilog-auto-inst, verilog-auto-inst-port): Include interface
10750         modport in AUTOINST and add vl-modport for users.  Reported by
10751         David Rogoff.
10752         (verilog-auto-inout-module, verilog-auto-inst)
10753         (verilog-decls-get-interfaces, verilog-insert-definition)
10754         (verilog-insert-one-definition, verilog-read-decls)
10755         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10756         (verilog-sig-modport, verilog-signals-combine-bus)
10757         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10758         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10759         Suggested by David Rogoff.
10760         (verilog-repair-open-comma): Fix non-insertion of comma when
10761         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
10762         (verilog-make-width-expression): Simplify [A-1:0] expression
10763         widths to just {A{1'b0}}.
10764         (verilog-mode): Cleanup checkdoc warnings.
10765         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10766         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10767         inputs/outputs or data type.  Suggested by Vasu Kandadi.
10768         (next-error-last-buffer): Fix byte-compiler warning.
10769         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10770         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10771         or shell command text during AUTO expansion.  Suggested by Tad Truex.
10772         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10773         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10774         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10775         in AUTOINOUT.  Reported by Matthew Lovell.
10776         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10777         causing use of <= assignments.  Reported by Alex Reed.
10778         (verilog-read-decls): Fix triand, trior, wand, wor to be
10779         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
10780         (verilog-extended-complete-re): Support import "DPI-C" functions.
10781         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10782         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
10783         (verilog-insert-date, verilog-insert-year)
10784         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10785         Windows systems.  Reported by Michael Potts.
10786         (verilog-read-module-name): Fix AUTOINST when the child module
10787         declaration's name is a tick define.  Reported by Elliot Mednick.
10788         (verilog-read-decls): Fix V2K parameter bit subscripts getting
10789         passed to next parameter's definition.  Reported by Bruce T.
10790         (verilog-read-decls): Fix detecting "parameter int" when using
10791         AUTOINSTPARAM.  Reported by Bruce T.
10792         (verilog-goto-defun): Fix goto not finding modules unless first
10793         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
10794         (verilog-mode): Expand -f flag arguments on entry to mode so
10795         verilog-goto-defun will work.  Reported by Lawrence Butcher.
10796         (verilog-getopt): Expand environment variables in -f file
10797         arguments.  Suggested by Lawrence Butcher.
10798         (verilog-set-define): Fix "Symbol's value as variable is void"
10799         when reading enumerations.
10800         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10801         Suggested by Stephen Peltan.
10802         (verilog-read-defines): Fix reading of enumerations in include
10803         files.  Reported by Steve Peltan.
10805 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
10807         * files.el (trash-directory): Fix defcustom type.
10809 2009-06-28  Juri Linkov  <juri@jurta.org>
10811         * help-fns.el (describe-function-1): Correctly locate adviced
10812         functions in hyperlink (Bug#2438).
10814 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
10816         * files.el (trash-directory): Change default to nil.
10817         (move-file-to-trash): If trash-directory is nil and
10818         system-move-file-to-trash is unbound, perform freedesktop-style
10819         trashing.
10821 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
10823         * files.el (move-file-to-trash): Add freedesktop trash
10824         support (Bug#973).
10826 2009-06-28  Glenn Morris  <rgm@gnu.org>
10828         * autorevert.el (global-auto-revert-non-file-buffers)
10829         (global-auto-revert-mode): Doc fixes.
10831 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
10833         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10835 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
10837         * faces.el (x-handle-named-frame-geometry): Ensure that we have
10838         opened an X connection before calling x-get-resource (Bug#3194).
10840         * play/doctor.el: Remove reference to obsolete website.
10841         (make-doctor-variables): Correct grammar mistake (Bug#2633).
10843 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
10845         Remove find-file-not-found-hook VC method.  (Bug#2757)
10846         * vc-hooks.el (vc-file-not-found-hook)
10847         (vc-default-find-file-not-found-hook): Remove functions.
10848         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10849         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10850         * vc.el:
10851         * vc-hg.el:
10852         * vc-git.el: Do not mention find-file-not-found-hook VC method.
10854 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
10856         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10857         compatibility function for `looking-back'.
10859         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10860         Use `ispell-looking-back'.
10862 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
10864         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10865         rather than `filename'.
10867 2009-06-23  Miles Bader  <miles@gnu.org>
10869         * face-remap.el (text-scale-set): New function.
10871 2009-06-23  Glenn Morris  <rgm@gnu.org>
10873         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10875         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10877         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10879         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10881         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10882         Simplify Persian conditionals.
10884         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10885         variable `filename'.
10887         * comint.el (comint-insert-input): Doc fix.
10889         * Makefile.in (ELCFILES): Fix typo in previous change.
10891 2009-06-23  Miles Bader  <miles@gnu.org>
10893         * cus-start.el: Add entry for `recenter-redisplay'.
10895 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
10897         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10898         Add an optional argument for the backend, use it instead of
10899         calling vc-backend.
10900         (vc-mode-line): Add an optional argument for the backend.
10901         Pass the backend to vc-state and vc-working-revision.  Move code for
10902         special handling for vc-state being a buffer to ...
10904         * vc-rcs.el (vc-rcs-find-file-hook):
10905         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
10907         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10908         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10909         vc-stay-local-p and vc-mode-line calls.
10911         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10912         (vc-cvs-diff, vc-cvs-annotate-command)
10913         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10914         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10915         vc-mode-line calls.
10917         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10918         direct comparison.
10919         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10920         backend when calling vc-mode-line.
10921         (vc-register): Do not create a closure for calling the vc register
10922         function, call it directly.
10924 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
10926         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10927         to make it obvious item can be clicked.
10929         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10931 2009-06-23  Kenichi Handa  <handa@m17n.org>
10933         * language/korea-util.el (korean-key-bindings): Change the binding
10934         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
10935         same command.
10937 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
10939         Sync with Tramp 2.1.16.
10941         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10943         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
10944         when a loading of a package fails.  Completion function for rsync
10945         is `tramp-completion-function-alist-ssh'.
10946         (all): Replace all calls of `split-string' and
10947         `tramp-split-string' by `tramp-compat-split-string'.
10948         (tramp-default-method): Use `tramp-compat-process-running-p'.
10949         (tramp-default-proxies-alist): Allow also Lisp forms.
10950         (tramp-remote-path): Add choice "Private Directories".
10951         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10952         (tramp-domain-regexp): Allow also "-", "_" and ".".
10953         (tramp-end-of-output): Remove newlines, and add "$" at the end.
10954         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10955         (tramp-debug-message): Insert header line in debug buffer.
10956         (tramp-handle-directory-files-and-attributes-with-stat):
10957         Care about filenames with spaces, or starting with "-".
10958         (tramp-handle-dired-uncache): New defun.
10959         (tramp-handle-insert-directory): Don't flush the directory from
10960         cache, this is handled by `dired-uncache' now.
10961         (tramp-handle-insert-file-contents): Improve error handling.
10962         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10963         Quote `tramp-end-of-output'.
10964         (tramp-action-password): Improve trace message.
10965         (tramp-check-for-regexp): Both echoes must be present, before removing.
10966         (tramp-open-connection-setup-interactive-shell): Trace coding system.
10967         (tramp-compute-multi-hops): Eval cons cells of
10968         `tramp-default-proxies-alist'.
10969         (tramp-maybe-open-connection): Use the same command pattern for
10970         first hop and further hops.
10971         (tramp-wait-for-output): Remove handling of newlines.
10972         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10973         (tramp-split-string): Remove function.  It is handled in
10974         tramp-compat now.
10976         * net/tramp-cmds.el (tramp-bug):
10977         Recommend `tramp-cleanup-all-connections' in the bug mail.
10979         * net/tramp-compat.el (tramp-compat-split-string)
10980         (tramp-compat-process-running-p): New defuns.
10982         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10983         for `dired-uncache'.
10985         * net/tramp-gvfs.el: New package.
10987         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10988         Add handler for `dired-uncache'.
10989         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10991         * net/trampver.el: Update release number.  Make version check fit
10992         for SXEmacs 22.
10994 2009-06-22  Jim Meyering  <meyering@redhat.com>
10996         Automatically handle .xz suffix (XZ-compressed files), too.
10997         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10998         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11000 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11001             Nick Roberts  <nickrob@snap.net.nz>
11003         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11004         repository (http://sphinx.net.ru/hg/gdb-mi/).
11006 2009-06-22  Glenn Morris  <rgm@gnu.org>
11008         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11009         `mode' and `eval' entries.  (Bug#3430)
11011         * Makefile.in (ELCFILES): Add fadr.elc.
11013         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11014         differing behavior of \n and ^ in strings.  (Bug#3385)
11016         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11018         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11019         property.
11020         (lisp-indent-function): Make it a defcustom.
11022 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11024         * progmodes/gdb-ui.el: Replace with ...
11025         * progmodes/gdb-mi.el: ... this file.
11026         * progmodes/gud.el: Modify for gdb-mi.el.
11028 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11030         * fadr.el: New file.
11032 See ChangeLog.14 for earlier changes.
11034 ;; Local Variables:
11035 ;; coding: utf-8
11036 ;; End:
11038     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11040   This file is part of GNU Emacs.
11042   GNU Emacs is free software: you can redistribute it and/or modify
11043   it under the terms of the GNU General Public License as published by
11044   the Free Software Foundation, either version 3 of the License, or
11045   (at your option) any later version.
11047   GNU Emacs is distributed in the hope that it will be useful,
11048   but WITHOUT ANY WARRANTY; without even the implied warranty of
11049   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11050   GNU General Public License for more details.
11052   You should have received a copy of the GNU General Public License
11053   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11055 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1