Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
[emacs.git] / lisp / ChangeLog
blob2a059b8167bb3885b7abec54f01ac86763802c3d
1 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
3         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4         don't do make there.  When compiling with separate object dir, there
5         is no Makefile there.
7 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9         Get rid of the ELCFILES abomination, again.
10         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11         (all, compile): Don't call compile-last.
12         (compile-main): Build the "elcfiles" list dynamically.
13         (compile-targets): New (internal) target.
15 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
17         * Makefile.in (top_srcdir): Define.
18         (abs_top_builddir): Define.
19         (srcdir): Don't append `/..'.
20         (EMACS): Use ${abs_top_builddir}.
21         (all, compile, compile-always, compile-last): Don't set emacswd.
22         (update-subdirs, update-authors): Use $(top_srcdir) instead of $(srcdir).
23         (lisp): Use $(srcdir) instead of @srcdir@.
25 2010-03-21  Juri Linkov  <juri@jurta.org>
27         Fix message of multi-line occur regexps and multi-buffer header lines.
28         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
30         * replace.el (occur-1): Don't display regexp if it is longer
31         than window-width.  Use `query-replace-descr' to display regexp.
32         (occur-engine): Don't display regexp in the buffer header for
33         multi-buffer occur.  Display a separate header line with total
34         match count and regexp for multi-buffer occur.
35         Use `query-replace-descr' to display regexp.
37 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
39         * net/secrets.el: Fix parenthesis.
40         (secrets-enabled): Fix parenthesis.
42 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
44         Use more relative file and directory names.
45         * Makefile.in (EMACS): Arrange for it to work when we chdir.
46         (setwins, setwins_almost, setwins_for_subdirs):
47         Don't `cd'; output relative names.
48         (all, compile, compile-always, compile-last): Set emacswd.
49         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
50         Just cd to the lisp source dir so we can use relative file names.
52         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
54 2010-03-20  Glenn Morris  <rgm@gnu.org>
56         * textmodes/rst.el: Use faces for font-lock customization, and make the
57         old -face variables obsolete.
58         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
59         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
60         (rst-block-face, rst-external-face, rst-definition-face)
61         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
62         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
63         Make obsolete.
64         (rst-font-lock-keywords-function): Update for above changes.
66 2010-03-20  Juri Linkov  <juri@jurta.org>
68         * s-region.el:
69         * obsolete/s-region.el: Move to obsolete.
71 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
73         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
75 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
77         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
79 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
81         Add special markup processing for commit logs.
82         * log-edit.el (log-edit-extra-flags): New variable.
83         (log-edit): Add new argument MODE.  Use that mode when non-nil
84         instead of the log-view-mode.
85         (log-view-process-buffer): New function.
87         * vc.el: Document that the checkin method takes optional
88         arguments.  Document new backend specific method: log-view-mode.
89         (vc-default-log-edit-mode): New function.
90         (vc-checkin): Use a backend specific log-view-mode.
91         Pass extra arguments to the checkin method.
92         (vc-modify-change-comment): Pass a dummy extra argument.
94         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
95         log-edit.
96         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
97         (vc-finish-logentry): Process the log buffer before passing it
98         down.  Pass log-edit-extra-flags.
100         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
101         command.
102         (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
104         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
105         command.
106         (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
107         (vc-hg-log-edit-mode): New derived mode.
109         * vc-arch.el (vc-arch-checkin):
110         * vc-cvs.el (vc-cvs-checkin):
111         * vc-git.el (vc-git-checkin):
112         * vc-mtn.el (vc-mtn-checkin):
113         * vc-rcs.el (vc-rcs-checkin):
114         * vc-sccs.el (vc-sccs-checkin):
115         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
117 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
119         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
120         parent typo).
122 2010-03-19  Glenn Morris  <rgm@gnu.org>
124         * password-cache.el (password-cache, password-cache-expiry): Autoload.
126 2010-03-18  Glenn Morris  <rgm@gnu.org>
128         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
130         * replace.el (query-replace-history): Give it a doc string.
131         (map-query-replace-regexp): Use query-replace-from-history-variable
132         and query-replace-to-history-variable.
134         * mail/hashcash.el (declare-function): Remove duplicate definition.
136         * mail/emacsbug.el (report-emacs-bug-pretest-address):
137         Make it an obsolete alias for report-emacs-bug-address.
138         (message-strip-special-text-properties): Declare.
139         (report-emacs-bug): Remove test for a pretest bug address.
140         Combine message-mode-specific code.
142         * mail/supercite.el: Don't require sendmail.
143         (mh-in-header-p): Declare rather than using with-no-warnings.
144         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
145         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
147         * calendar/cal-french.el: Convert to utf-8.
149         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
150         Emacs scripts.
152 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
154         * net/secrets.el (secrets-enabled): New variable.  Use it instead
155         of a subfeature.
157 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
159         * net/secrets.el (top): Register the D-Bus signals only when the
160         service "org.freedesktop.secrets" can be pinged.
161         Provide subfeature `enabled'.
163 2010-03-14  Juri Linkov  <juri@jurta.org>
165         Add finder unknown keywords.
167         * finder.el (finder-unknown-keywords): New function.
169         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
170         to create a Finder node with unknown keywords.
172 2010-03-14  Juri Linkov  <juri@jurta.org>
174         * finder.el (finder-compile-keywords): Replace `princ' with
175         `prin1' on a list of symbols interned from keyword strings.
177         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
178         a comma, then split keywords using a comma and optional whitespace.
179         Otherwise, split by whitespace.
181         * complete.el:
182         * face-remap.el:
183         * log-view.el:
184         * net/hmac-def.el:
185         * net/hmac-md5.el:
186         * net/netrc.el:
187         * progmodes/mixal-mode.el: Fix keywords.
189 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
191         * Makefile.in (ELCFILES): Add net/secrets.elc.
193         * net/secrets.el: New file.
195 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
197         * facemenu.el (list-colors-display, list-colors-print): New arg
198         callback.  Use it to allow selecting colors.
200         * wid-edit.el (widget-image-insert): Insert image prop even if the
201         current display is non-graphic.
202         (widget-field-value-set): New fun.
203         (editable-field): Use it.
204         (widget-field-value-get): Clean up unused var.
205         (widget-color-value-create, widget-color--choose-action): New
206         funs.  Allow using list-colors-display to choose color.
208 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
210         * cus-edit.el: Resort topmost custom groups.
211         (custom-buffer-sort-alphabetically): Default to t.
212         (customize-apropos): Use apropos-parse-pattern.
213         (custom-search-field): New var.
214         (custom-buffer-create-internal): Add custom-apropos search field.
215         (custom-add-parent-links): Don't display parent doc.
216         (custom-group-value-create): Don't sort top-level custom group.
217         (custom-magic-value-create): Show visibility button before option
218         name.
220         (custom-variable-state): New fun, from custom-variable-state-set.
221         (custom-variable-state-set): Use it.
222         (custom-group-value-create): Hide options with standard values
223         using the :hidden-states property.  Use progress reporter.
225         (custom-show): Simplify.
226         (custom-visibility): Disable images by default.
227         (custom-variable): New property :hidden-states.
228         (custom-variable-value-create): Enable images for
229         custom-visibility widgets.  Use :hidden-states property to
230         determine initial visibility.
232         * wid-edit.el (widget-image-find): Give images center ascent.
233         (visibility): Add :on-image and :off-image properties.
234         (widget-visibility-value-create): Use them.
236 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
238         * cus-edit.el (processes): Remove from development group.
239         (oop, hypermedia): Delete group.
240         (comm): Promote to top-level group.
242         * net/browse-url.el (browse-url):
243         * net/xesam.el (xesam):
244         * net/tramp.el (tramp):
245         * net/goto-addr.el (goto-address):
246         * net/ange-ftp.el (ange-ftp): Put in comm group.
248         * view.el (view): Remove from editing group.
250         * uniquify.el (uniquify): Put in files group.
252         * net/browse-url.el (browse-url):
253         * ps-print.el (postscript): Put in external group.
255         * cus-edit.el (outlines):
256         * textmodes/text-mode.el (text-mode-hook):
257         * textmodes/table.el (table):
258         * textmodes/picture.el (picture):
259         * outline.el (outlines): Put in wp group.
261         * nxml/nxml-mode.el (nxml): Remove from wp group.
263         * net/tramp-imap.el (tramp-imap): Put in tramp group.
265         * mail/metamail.el (metamail): Remove from hypermedia group.
267         * cus-edit.el (abbrev):
268         * whitespace.el (whitespace):
269         * vcursor.el (vcursor):
270         * reveal.el (reveal):
271         * hl-line.el (hl-line): Put in convenience group.
273         * epg-config.el (epg): Put in data group.
275         * emulation/pc-select.el (pc-select): Put in emulations group.
277         * calculator.el (calculator): Put in applications group.
279 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
281         Add .dir-locals.el support for file-less buffers.
282         * files.el (hack-local-variables): Split out code to apply local
283         variable settings ...
284         (hack-local-variables-apply): ... here.  New function.
285         (hack-dir-local-variables): Use the default directory for when the
286         buffer does not have an associated file.
287         (hack-dir-local-variables-non-file-buffer): New function.
288         * diff-mode.el (diff-mode):
289         * vc-annotate.el (vc-annotate-mode):
290         * vc-dir.el (vc-dir-mode):
291         * log-edit.el (log-edit-mode):
292         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
294 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
296         Add support for shelving snapshots and for showing shelves.
297         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
298         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
299         New functions.
300         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
301         (vc-bzr-extra-menu-map): Map them.
303 2010-03-11  Glenn Morris  <rgm@gnu.org>
305         * cus-edit.el (customize-changed-options-previous-release):
306         Bump to 23.1.
308         * image.el (image-animate-max-time): Fix :version tag.
310 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
312         * Branch for 23.2.
314 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
316         * vc-git.el (vc-git-revision-table): Include remote branches.
318 2010-03-10  Kim F. Storm  <storm@cua.dk>
320         Animated image API.
321         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
323         * image.el (image-animate-max-time): New defcustom.
324         (image-animated-types): New defconst.
325         (create-animated-image, image-animate-timer)
326         (image-animate-start, image-animate-stop, image-animate-timeout)
327         (image-animated-p): New functions.
329         * image-mode.el (image-toggle-display-image):
330         Replace `create-image' with `create-animated-image'.
332 2010-03-09  Miles Bader  <Miles Bader <miles@gnu.org>>
334         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
335         instead of "format:"; this ensures that the output is
336         newline-terminated.
338 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
340         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
341         that all errors are caught, and that the return value is always a
342         list (Bug#5692).
344 2010-03-08  Kenichi Handa  <handa@m17n.org>
346         * language/misc-lang.el (windows-1256): New coding system.
347         (cp1256): New alias of windows-1256 (bug#5690).
349 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
351         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
352         call to rfc822-bad-address.  (Bug#5692)
354 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
356         * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
357         vc-git-root as default directory for revision path (Bug#5657).
359 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
361         * calculator.el (calculator): Don't bind split-window-keep-point
362         (Bug#5674).
364 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
366         * vc-git.el: Re-flow to fit into 80 columns.
367         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
368         Remove spurious `quote' element in each case alternative.
369         (vc-git-show-log-entry): Use prog1.
370         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
372 2010-03-06  Glenn Morris  <rgm@gnu.org>
374         * cedet/semantic/grammar.el (semantic-grammar-header-template):
375         Update template copyright to GPLv3+.
377 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
379         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
381 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
383         * macros.el (insert-kbd-macro): Look up keyboard macro using the
384         definition, not the name (Bug#5481).
386 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
388         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
389         argument with a local variable.  (Bug#5670)
391 2010-03-02  Juri Linkov  <juri@jurta.org>
393         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
395 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
397         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
398         error when FILENAME and NEWNAME are existing remote directories.
400         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
401         parameter DIR-FLAG.
403 2010-03-02  Glenn Morris  <rgm@gnu.org>
405         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
406         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
408 2010-03-01  Alan Mackenzie  <acm@muc.de>
410         * progmodes/cc-engine.el (c-remove-stale-state-cache):
411         Correct previous patch.
413 2010-03-01  Kenichi Handa  <handa@m17n.org>
415         * language/burmese.el (burmese-composable-pattern): Rename from
416         myanmar-composable-pattern.
418         * international/characters.el (script-list):
419         * international/fontset.el (script-representative-chars):
420         Change myanmar to burmese.
421         (otf-script-alist): Likewise.
422         (setup-default-fontset): Likewise.  Re-fix :otf spec.
424 2010-03-01  Alan Mackenzie  <bug-cc-mode@gnu.org>
426         * cc-engine.el (c-remove-stale-state-cache): Take account of when
427         `good-pos' is in the same macro as `here'.  Fixes bug#5649.
429 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
431         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
433 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
435         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
437 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
439         * net/tramp.el (tramp-handle-write-region): START can be a string.
440         Take care in the checks.  Reported by Dan Davison
441         <davison@stats.ox.ac.uk>.
443 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
445         * net/dbus.el (dbus-introspect, dbus-get-property)
446         (dbus-set-property, dbus-get-all-properties): Use
447         `dbus-call-method' when noninteractive.  (Bug#5645)
449 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
451         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
452         * emacs-lisp/elint.el (elint-add-required-env):
453         * cedet/semantic/db-find.el
454         (semanticdb-find-translate-path-brutish-default):
455         * cedet/ede/make.el (ede-make-check-version):
456         * calendar/icalendar.el (icalendar--add-diary-entry):
457         * calc/calcalg2.el (math-tracing-integral):
458         * files.el (recover-session-finish): Use with-current-buffer
459         instead of save-excursion.
461 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
463         Fix in-buffer completion when after-change-functions modify the buffer.
464         * minibuffer.el (completion--replace): New function.
465         (completion--do-completion): Use it and use relative movement.
467 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
469         * international/fontset.el (setup-default-fontset): Fix :otf spec.
471 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
473         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
474         Allow the characters _<> in the stack entry (Bug#5653).
476 2010-02-26  Kenichi Handa  <handa@m17n.org>
478         * language/burmese.el: Fix entries in composition-function-table.
479         (myanmar-composable-pattern): New variable.
481         * international/fontset.el (setup-default-fontset): Add an entry
482         for myanmar.
484         * international/characters.el (script-list): Add Myanmar
485         Extended-A.
487 2010-02-26  Glenn Morris  <rgm@gnu.org>
489         * custom.el (custom-initialize-delay): Doc fix.
491         * mail/sendmail.el (send-mail-function): Autoload the call
492         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
494 2010-02-25  Alan Mackenzie  <acm@muc.de>
496         * progmodes/cc-engine.el (c-clear-<-pair-props)
497         (c-clear->-pair-props): Correct to wipe category text props, not
498         syntax-table ones.
500         * progmodes/cc-mode.el (c-after-change): Remove any hard
501         syntax-table properties for <, > which, e.g., C-y has
502         inopportunely converted from category properties.
504 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
506         * files.el (hack-local-variables-filter): For eval forms, also
507         check safe-local-variable-p (Bug#5636).
509 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
511         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
512         and use c(ad)r of cddr (Bug#5640).
514 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
516         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
517         setting the modes by `ignore-errors'.  It might fail, for example
518         if the file is not owned by the user but the group.
519         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
521 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
523         * files.el (directory-listing-before-filename-regexp): Use
524         stricter matching for iso-style dates, to avoid false matches with
525         date-like filenames (Bug#5597).
527         * htmlfontify.el (htmlfontify): Doc fix.
529         * eshell/eshell.el (eshell): Doc fix.
531         * startup.el (fancy-about-screen): In mode-line, apply
532         mode-line-buffer-id face only to the buffer name (Bug#5613).
534 2010-02-20  Kevin Ryde  <user42@zip.com.au>
536         * progmodes/compile.el (compilation-error-regexp-alist-alist):
537         In `watcom' anchor regexp to start of line, to avoid slowness
538         (Bug#5599).
540 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
542         * subr.el (remove-yank-excluded-properties): Explain in a comment
543         why `category' property is removed.
545 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
547         * isearch.el (isearch-update-post-hook, isearch-update): Revert
548         2010-02-17 change.
550 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
552         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
553         (icalendar--convert-weekly-to-ical)
554         (icalendar--convert-yearly-to-ical)
555         (icalendar--convert-block-to-ical)
556         (icalendar--convert-cyclic-to-ical)
557         (icalendar--convert-anniversary-to-ical): Take care of time
558         specifications where hour has 1-digit only (Bug#5549).
560 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
562         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
563         of disassemble output in GDB 7.1.
565 2010-02-19  Glenn Morris  <rgm@gnu.org>
567         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
568         property.  (Bug#5593)
570 2010-02-18  Sam Steingold  <sds@gnu.org>
572         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
574 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
576         Use abbreviated file names in bookmarks (bug#5591).
577         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
578         calls to expand-file-name.
579         (bookmark-relocate): Use abbreviated file names in bookmarks.
580         (bookmark-load): Use abbreviated file names in messages.
582 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
584         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
585         expand "." and "..".  Reported by Thierry Volpiatto
586         <thierry.volpiatto@gmail.com>.
588 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
590         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
591         permissions of the temporary file to "0600".  In case the remote
592         file has no read permissions for the owner, there might be
593         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
595 22010-02-18  Glenn Morris  <rgm@gnu.org>
597         * emacs-lisp/authors.el (authors-renamed-files-alist):
598         Add entries for INSTALL.CVS.
600 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
602         * vc-bzr.el: Fix typo in Known Bugs section.
604         * isearch.el (isearch-update-post-hook): New hook.
605         (isearch-update): Use the new hook.
607 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
609         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
610         Fix errors in copying directories.
611         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
612         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
613         (tramp-handle-delete-file)
614         (tramp-handle-dired-recursive-delete-directory)
615         (tramp-handle-write-region): Flush also the cache for the upper
616         directory.
618 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
620         * simple.el (save-interprogram-paste-before-kill): Doc fix.
622         * cus-edit.el (hardware): Doc fix.
624         * man.el (man): Add to external custom group.
626         * delim-col.el (columns): Move to wp custom group.
628         * doc-view.el (doc-view): Add to data custom group.
630         * cedet/data-debug.el (data-debug): Move to extensions group.
632         * cedet/ede.el (ede):
633         * cedet/srecode.el (srecode):
634         * cedet/semantic.el (semantic): Put in tools and extensions group.
636         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
638         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
639         by ispell-parse-output (Bug#5575).
641 2010-02-16  Kenichi Handa  <handa@m17n.org>
643         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
644         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
645         (skkdic-convert): Use `euc-japan' coding system for writing.
647 2010-02-16  Glenn Morris  <rgm@gnu.org>
649         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
650         tex-main-file before using it.  (Bug#5562)
652 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
654         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
655         warnings, since it is annoying for the user to see them each time he
656         runs the code.
658 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
660         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
661         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
662         instead of PROC for caching "first-password-request".  Otherwise,
663         new processes would not profit from passwords already entered.
665         * net/tramp-cache.el (tramp-dump-connection-properties):
666         Don't save "first-password-request" property.
668 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
670         * outline.el (outline-head-from-level):
671         * simple.el (with-wrapper-hook):
672         * cedet/ede.el (ede-run-target, project-delete-target)
673         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
674         (ede-adebug-project, ede-adebug-project-parent)
675         (ede-adebug-project-root):
676         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
677         (elint-defun, elint-buffer-env, elint-top-form-logged)
678         (elint-unbound-variable):
679         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
680         Fix typos in docstrings.
682 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
684         * files.el (insert-directory): When WILDCARD-REGEXP and
685         FULL-DIRECTORY-P are nil, insert the file entry instead of the
686         whole directory.  (Bug#5551)
688         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
689         dired's alignment sanity.  (Bug#5516)
691 2010-02-14  Juri Linkov  <juri@jurta.org>
693         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
694         Remove remaining ^H with their preceding chars.  (Bug#5566)
696 2010-02-13  Glenn Morris  <rgm@gnu.org>
698         * simple.el (transpose-subr): Give it a doc-string.
700         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
701         Doc fixes.
703 2010-02-12  Juri Linkov  <juri@jurta.org>
705         * arc-mode.el (archive-unique-fname): Make directories for nested
706         archives.  (Bug#5540)
708 2010-02-12  Juri Linkov  <juri@jurta.org>
710         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
712 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
714         * subr.el (copy-overlay): Handle deleted overlays.
716         * man.el (Man-completion-table): Don't signal an error if we can't run
717         manual-program (bug#4056).
719 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
721         * textmodes/artist.el (artist-mt): Fix typos in docstring.
723 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
725         * info.el (Info-bookmark-jump): Simplify.
727         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
728         (bookmark-default-handler): Accept new bookmark field `buffer'.
730 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
732         * iswitchb.el (iswitchb-completions): Revert last change.
734 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
736         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
737         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
738         This prevents file names like "~/" being listed literally.
740 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
742         * term/xterm.el (xterm-maybe-set-dark-background-mode):
743         Remove dead code.  (Bug#5546)
745 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
747         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
748         correctly (Bug#5548).
750 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
752         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
753         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
755 2010-02-08  Kenichi Handa  <handa@m17n.org>
757         * international/mule-util.el (with-coding-priority): Add autoload
758         cookie for putting `lisp-indent-function'.
760 2010-02-07  Glenn Morris  <rgm@gnu.org>
762         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
763         Move F2003 named interfaces from keywords-2 to keywords-1, and
764         use function-name-face rather than constant-face.
765         Simplify "abstract interface" regexp.
767 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
769         * eshell/esh-util.el (eshell-file-attributes): New optional arg
770         ID-FORMAT.  Pass it to `file-attributes'.
772         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
774 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
776         * faces.el (set-face-attribute): Allow calling
777         internal-set-lisp-face-attribute with 'unspecified family and
778         foundry argument (Bug#5536).
780 2010-02-07  Glenn Morris  <rgm@gnu.org>
782         * progmodes/f90.el (f90-font-lock-keywords-2)
783         (f90-looking-at-type-like, f90-looking-at-program-block-end):
784         Handle F2003 named interfaces.
786 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
788         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
789         beg and end before calling c-get-state-before-change-functions.
791 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
793         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
795 2010-02-05  Juri Linkov  <juri@jurta.org>
797         * doc-view.el (doc-view-mode):
798         * image-mode.el (image-mode): Put property mode-class=special.
799         (Bug#4896)
801 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
803         * vc-svn.el (vc-svn-revision-table): New function.
805 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
807         * net/ange-ftp.el (ange-ftp-insert-directory):
808         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
809         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
810         Handle also directories.  (Bug#5478)
812 2010-02-05  Glenn Morris  <rgm@gnu.org>
814         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
816 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
818         * startup.el (command-line-1): Convert options beginning with a
819         single dash as well (Bug#5519).
821 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
823         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
824         * minibuffer.el (completion-initials-expand): Only check the presence
825         of delims *within* the boundaries, since otherwise the / delim is
826         always found for files.
828         Fix up various corner case problems.
829         * doc-view.el (doc-view-last-page-number): New function.
830         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
831         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
832         (doc-view-kill-proc): Avoid inf-loop in freak cases.
833         (doc-view-reconvert-doc): Use the new recursive delete-directory.
834         (doc-view-convert-current-doc): Don't create the resolution.el file
835         here any more.
836         (doc-view-pdf/ps->png): Do it here instead.
837         (doc-view-already-converted-p): Check that resolution.el is present.
838         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
839         windows that are not yet showing images.
841 2010-02-04  Alan Mackenzie  <acm@muc.de>
843         Change strategy for marking < and > as template delimiters: mark
844         them strictly in matching pairs.
846         * cc-mode.el (c-before-change):
847         Use c-get-state-before-change-functions.
848         (c-common-init): Adapt to use
849         c-get-state-before-change-functions (note plural).
851         * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
852         for searching syntactically for matching <s and >s.
853         (c-get-state-before-change-functions): New language variable (note
854         the plural) which supersedes c-get-state-before-change-function.
856         * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
857         (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
858         (c-clear->-pair-props-if-match-before)
859         (c-before-change-check-<>-operators): New functions.
860         (c-after-change-check-<>-operators): Use macro
861         c-unmark-<->-as-paren.
863         * cc-defs.el (c-search-backward-char-property): New macro.
865         * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
866         and > any more.  (These will be handled by font locking.)
868 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
870         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
871         `dired-uncache' for every elemnt which is an absolute file name.
873         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
874         directory, handle its directory component.
875         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
876         function is called permanently and creates noise, otherwise.
878         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
879         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
880         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
882 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
884         * macros.el (apply-macro-to-region-lines):
885         Minor simplification.  (Bug#5485)
887 2010-02-04  Glenn Morris  <rgm@gnu.org>
889         * mail/rmail.el (rmail-show-message-1): Handle malformed
890         quoted-printable text.  (Bug#5441)
892         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
894         * simple.el (visual-line-mode): Capitalize lighter.
896 2010-02-03  John Wiegley  <jwiegley@gmail.com>
898         * iswitchb.el (iswitchb-completions): Add bookmark files to the
899         list of files considered for "virtual buffer" completions.
901 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
903         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
904         also in case of (and (not full) (not wildcard)). This is needed,
905         when dired is called with a list of files, which are not in
906         `default-directory'.  (Bug#5478)
908 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
910         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
912 2010-02-02  Juri Linkov  <juri@jurta.org>
914         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
915         from unidiff to allow function-line after @@.
917 2010-02-02  Juri Linkov  <juri@jurta.org>
919         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
920         '(RCS SCCS) with inverted condition.
922 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
924         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
925         messages.
927 2010-02-01  Juri Linkov  <juri@jurta.org>
929         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
930         compare with "pkunzip" and "pkzip" instead of only "pkzip".
931         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
932         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
934 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
936         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
937         (doc-view-revert-buffer): New command.
938         (doc-view-mode-map): Use it.
940 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
942         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
943         pending merge is detected.
945 2010-01-31  Juri Linkov  <juri@jurta.org>
947         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
948         beginning of interactive spec like all other grep commands do.
949         Put "all" in front of "gz".  (Bug#5260)
951 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
953         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
955 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
957         * dirtrack.el (dirtrack): Warn instead of signalling error if the
958         regexp is incorrect (Bug#5476).
960 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
962         * net/tramp.el (tramp-handle-insert-directory): Handle also
963         symlinks, when FILENAME is not in `default-directory'.
965 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
967         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
968         FILE is not in `default-directory'.  (Bug#5478)
970         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
971         of SWITCHES.  Handle the case, FILENAME is not in
972         `default-directory'.  (Bug#5478)
973         (tramp-register-file-name-handlers): Add safe-magic property.
975 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
977         * arc-mode.el (archive-zip-extract): Quote the argument passed to
978         unzip (Bug#5475).
980 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
982         * progmodes/flymake.el (flymake-allowed-file-name-masks)
983         (flymake-master-make-header-init): Add other C++ filename masks.
984         (flymake-find-possible-master-files)
985         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
987 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
989         Fix some busybox annoyances.
991         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
992         not responding." string.
993         (tramp-open-connection-setup-interactive-shell): Dump stty
994         settings.  Enable "neveropen" arg for all `tramp-send-command'
995         calls.  Handle "=" in variable values properly.
996         (tramp-find-inline-encoding): Raise an error, when no encoding is
997         found.
998         (tramp-wait-for-output): Check, whether PROC buffer is available.
999         Remove spurious " ^H" sequences, sent by busybox.
1000         (tramp-get-ls-command): Suppress coloring, if possible.
1002 2010-01-28  Glenn Morris  <rgm@gnu.org>
1004         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1006         * log-edit.el (log-edit-strip-single-file-name): Add missing
1007         :safe, :group, and :version tags.
1009 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1011         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1012         buffers.  (Bug#5477)
1014 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1016         * files.el (delete-directory): Handle moving to trash without
1017         first doing recursion (Bug#5436).
1019 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1021         * vc-hooks.el (vc-path): Mark as obsolete.
1023 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1025         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1026         names too.
1028         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1029         for the short log.
1030         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1032 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1034         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1036         * vc-bzr.el (vc-bzr-revision-table): New function.
1038 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1040         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1041         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1043 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1045         Remove support for adding --signoff on commit.
1046         Future support will use an incompatible generic mechanism.
1047         * vc-git.el (vc-git-add-signoff): Remove variable.
1048         (vc-git-toggle-signoff): Remove function.
1049         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1051         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1052         from xterm-set-background-mode.  Return t if the background mode
1053         was set.
1054         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1055         earlier, call it again in case the background mode has changed.
1057 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1059         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1060         (Bug#3541).
1062 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1064         * emacs-lisp/assoc.el (aelement): Doc fix.
1065         (aput, adelete, amake): Use lexical-let (Bug#5450).
1067 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1069         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1070         is the same as subprogram call, not declaration.  (Bug#5435).
1072 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1074         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1075         (tramp-smb-maybe-open-connection): Use it.
1077 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1079         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1081 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1084         just because we see "encoding: 8bit".
1085         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1087 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1089         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1091 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1093         * jka-compr.el (jka-compr-load): If load-file is not in
1094         load-history, try its file-truename version.  (bug#5447)
1096 2010-01-21  Alan Mackenzie  <acm@muc.de>
1098         Fix a situation where deletion of a cpp construct throws an error.
1099         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1100         invoking c-with-all-but-one-cpps-commented-out, check that the
1101         special cpp construct is still in the buffer.
1102         (c-parse-state): Record the special cpp with markers, not numbers.
1104 2010-01-21  Kenichi Handa  <handa@m17n.org>
1106         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1107         process last-command-event, as it is now decoded first (Bug#5380).
1109 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1111         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1113 2010-01-20  Glenn Morris  <rgm@gnu.org>
1115         * indent.el (tab-always-indent): Fix custom-type.
1117 2010-01-19  Alan Mackenzie  <acm@muc.de>
1119         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1120         buffer throws "args out of range".
1121         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1122         playing the role of delimiter.
1124 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1126         * progmodes/ada-mode.el: Fix bug#5400.
1127         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1128         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1129         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1130         Improve comments in "is" portion.  Handle null procedure declaration.
1131         (ada-move-to-end): Improve doc string.
1133 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1135         * ido.el (ido-cur-list): Initialize to nil.
1136         Remove obsolete information from commentary.
1137         (ido-choice-list): Initialize to nil.
1138         (ido-get-bufname): Reject minibuffers.
1139         (ido-make-buffer-list): If "default" is a nonexistent
1140         buffer, ignore it, as per the function's comment.
1141         (ido-kill-buffer-internal): New function.
1142         (ido-kill-buffer-at-head): Use it.
1143         (ido-visit-buffer): Likewise.
1145 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1147         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1149 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1151         * cedet/ede/locate.el (ede-locate-file-in-project)
1152         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1153         (ede-enable-locate-on-project): Fix typos in error messages.
1155         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1156         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1157         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1158         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1159         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1160         Fix typos in menu help.
1162         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1163         Fix typos in chart titles.
1165         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1166         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1167         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1168         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1169         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1170         (semantic-parse-stream, semantic-parse-region)
1171         (semantic-parse-region-default, semantic--set-buffer-cache)
1172         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1173         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1174         (semantic-default-submodes):
1175         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1176         (semanticdb-create-ebrowse-database)
1177         (semanticdb-find-tags-for-completion-method)
1178         (semanticdb-find-tags-by-class-method)
1179         (semanticdb-deep-find-tags-by-name-method)
1180         (semanticdb-deep-find-tags-for-completion-method):
1181         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1182         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1183         (semanticdb-find-tags-for-completion-method)
1184         (semanticdb-find-tags-by-class-method)
1185         (semanticdb-deep-find-tags-for-completion-method):
1186         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1187         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1188         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1189         (semanticdb-find-tags-by-name-method)
1190         (semanticdb-find-tags-by-name-regexp-method)
1191         (semanticdb-find-tags-for-completion-method)
1192         (semanticdb-find-tags-by-class-method)
1193         (semanticdb-find-tags-external-children-of-type-method)
1194         (semanticdb-find-tags-subclasses-of-type-method)
1195         (semanticdb-deep-find-tags-by-name-method)
1196         (semanticdb-deep-find-tags-by-name-regexp-method)
1197         (semanticdb-deep-find-tags-for-completion-method):
1198         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1199         (semanticdb-enable-gnu-global-in-buffer)
1200         (semanticdb-find-tags-for-completion-method)
1201         (semanticdb-deep-find-tags-by-name-method)
1202         (semanticdb-deep-find-tags-for-completion-method):
1203         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1204         (javascript-mode, semanticdb-find-translate-path)
1205         (semanticdb-find-tags-for-completion-method)
1206         (semanticdb-find-tags-by-class-method)
1207         (semanticdb-deep-find-tags-by-name-method)
1208         (semanticdb-deep-find-tags-for-completion-method)
1209         (semanticdb-find-tags-external-children-of-type-method):
1210         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1211         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1212         (global-semantic-idle-scheduler-mode):
1213         * cedet/srecode/dictionary.el (srecode-field-value)
1214         (srecode-dictionary-add-section-dictionary):
1215         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1216         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1217         (describe-class, eieio-describe-generic, describe-generic):
1218         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1219         (eieio-speedbar-expand):
1220         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1221         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1222         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1223         (viper-del-backward-char-in-replace, viper-backward-indent)
1224         (viper-brac-function, viper-register-to-point, viper-submit-report):
1225         * net/tramp.el (tramp-remote-coding-commands):
1226         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1227         Fix typos in docstrings.
1229 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1231         * mail/sendmail.el (mail-yank-original): Set the mark if the
1232         specified function for yanking does not do it.
1234 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1236         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1238         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1239         resyncing a directory.
1241 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1243         * progmodes/ada-mode.el: Fix bug#1920.
1244         (ada-ident-re): Delete ., allow multibyte characters.
1245         (ada-goto-label-re): New; matches goto labels.
1246         (ada-block-label-re): New; matches block labels.
1247         (ada-label-re): New; matches both.
1248         (ada-named-block-re): Deleted; callers changed to use
1249         `ada-block-label-re' instead.
1250         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1251         Use `ada-block-label-re'.
1252         (ada-indent-on-previous-lines): Improve handling of goto labels.
1253         (ada-get-indent-block-start): Special-case block label.
1254         (ada-get-indent-label): Split into `ada-indent-block-label' and
1255         `ada-indent-goto-label'.
1256         (ada-goto-stmt-start, ada-goto-next-non-ws):
1257         Optionally ignore goto labels.
1258         (ada-goto-next-word): Simplify.
1259         (ada-indent-newline-indent-conditional): Insert newline before
1260         trying to fix indentation; doc fix.
1262 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1264         * calc/calc.el (calc-command-flags): Give it an initial value.
1266 2010-01-17  Glenn Morris  <rgm@gnu.org>
1268         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1270 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1272         * cedet/semantic.el (semantic-mode):
1273         * files.el (minibuffer-with-setup-hook):
1274         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1275         (artist-key-draw-continously, artist-key-do-continously-continously)
1276         (artist-key-set-point-continously, artist-mouse-draw-continously):
1277         Fix typos in docstrings.
1279 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
1281         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1282         return t (Bug#3898).
1284 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
1286         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1287         can parse the output of the external commands (Bug#5279).
1289 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
1291         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1293 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1295         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1297         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1299         * startup.el (command-line): Remove unused --icon-type arg.
1300         Handle --display arg, passing it to command-line-1 (Bug#5392).
1302 2010-01-16  Mario Lang  <mlang@delysid.org>
1304         * cedet/ede/cpp-root.el (ede-cpp-root-project):
1305         * cedet/ede/files.el (ede-expand-filename):
1306         * cedet/ede/simple.el (ede-simple-project):
1307         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1308         (semantic-complete-inline-tag-engine):
1309         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1310         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1311         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1312         * cedet/semantic/db.el (semanticdb-equivalent-mode):
1313         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1314         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1315         * emacs-lisp/chart.el (chart-translate-namezone):
1316         * textmodes/artist.el (artist-compute-popup-menu-table):
1317         Remove duplicated words in doc-strings.
1319 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
1321         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1322         to mairix-search to suppress threading (Bug#5342).
1324 2010-01-15  Kenichi Handa  <handa@m17n.org>
1326         * international/mule-cmds.el (canonicalize-coding-system-name):
1327         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1329 2010-01-15  Glenn Morris  <rgm@gnu.org>
1331         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
1333         * wid-edit.el (widget-keymap): Doc fix.
1335         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1336         former seems to be more widely accepted by various svn versions.
1338 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1340         * find-cmd.el (find-constituents):
1341         * vc-arch.el (vc-arch-root):
1342         * window.el (window-body-height, pop-up-frames):
1343         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1344         (semantic-no-reparse-needed-change-hook):
1345         * cedet/srecode/insert.el (srecode-resolve-argument-list)
1346         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1347         (srecode-template-inserter-ask, srecode-template-inserter-width)
1348         (srecode-template-inserter-section-start)
1349         (srecode-template-inserter-section-end, srecode-insert-method):
1350         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1351         * progmodes/ada-stmt.el (ada-if):
1352         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1353         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1354         (ispell-encoding8-command, ispell-aspell-supports-utf8)
1355         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1357         * progmodes/flymake.el (flymake-post-syntax-check):
1358         Fix typo in error message.
1360 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1362         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1363         which is always a string.  (Bug#5313)
1365 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1367         * progmodes/ada-xref.el (ada-default-prj-properties):
1368         Simplify previous change.
1370 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1372         * progmodes/ada-xref.el (ada-default-prj-properties):
1373         Default ada_project_path to $ADA_PROJECT_PATH.
1375 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1377         * progmodes/ada-mode.el (ada-create-keymap):
1378         Override `narrow-to-defun' with `ada-narrow-to-defun'.
1380 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1382         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1383         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1384         (ada-get-current-indent, ada-imenu-generic-expression)
1385         (ada-which-function): Check for it.
1387 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1389         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1390         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1392 2010-01-14  Glenn Morris  <rgm@gnu.org>
1394         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
1396 2010-01-14  Kenichi Handa  <handa@m17n.org>
1398         * composite.el (auto-composition-mode): Make it a buffer local
1399         variable (permanent-local).
1400         (auto-composition-function): Set the default value to
1401         auto-compose-chars.
1402         (auto-composition-mode): Make it a simple function, not a minor mode.
1403         (global-auto-composition-mode): Likewise.
1404         (turn-on-auto-composition-if-enabled): Delete it.
1406 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
1408         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1410 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
1412         * files.el (copy-directory): Compute target for recursive
1413         directories with identical names.  (Bug#5343)
1415 2010-01-12  Glenn Morris  <rgm@gnu.org>
1417         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1418         it to bug-gnu-emacs rather than emacs-pretest-bug.
1420 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1422         * cedet/data-debug.el (data-debug): Fix customization group reference.
1424 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1426         * cedet/semantic/analyze.el (semantic-analyze-push-error)
1427         (semantic-analyze-context, semantic-analyze-context-assignment)
1428         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1429         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1430         (semantic-java-doc-keywords-map):
1431         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1432         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1433         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1434         (semantic-c-classname, semantic-format-tag-uml-prototype)
1435         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1436         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1437         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1438         (semantic-get-local-variables, semantic-end-of-command)
1439         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1440         (lisp-mode):
1441         * cedet/semantic/bovine/make.el (makefile-mode):
1442         * cedet/semantic/wisent/python.el (wisent-python-string-re)
1443         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1444         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1445         (semantic-lex, semantic-get-local-variables, python-mode):
1446         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1447         * cedet/srecode/extract.el (srecode-extract-state-set)
1448         (srecode-extract-method): Fix typos in docstrings.
1450 2010-01-11  Sam Steingold  <sds@gnu.org>
1452         * imenu.el (imenu-default-create-index-function): Detect infinite
1453         loops caused by imenu-prev-index-position-function.
1455 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1457         * htmlfontify.el (htmlfontify-load-rgb-file)
1458         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1459         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1460         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1461         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1462         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1463         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1464         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1465         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1466         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1467         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1468         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1469         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1470         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1471         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1472         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1473         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1474         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1475         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1476         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1477         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1478         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1479         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1480         backslash-quoting from parentheses, etc.
1482 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1484         * progmodes/js.el: Autoload javascript-mode alias.
1486 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1488         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1489         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1490         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1491         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1492         Fix typos in docstrings.
1493         (ffap-url-regexp): Doc fix.
1494         (ffap-at-mouse): Fix typo in message.
1496 2010-01-11  Glenn Morris  <rgm@gnu.org>
1498         * version.el (emacs-copyright): Set copyright year to 2010.
1500 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1502         * format.el (format-annotate-function): Only set
1503         write-region-post-annotation-function after running to-fn so as not to
1504         affect nested write-region calls (bug#5273).
1506 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1508         * cedet/semantic.el (semantic-new-buffer-setup-functions):
1509         Add python parser.
1511         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1512         wisent/python.el.
1514 2010-01-10  Richard Kim  <emacs18@gmail.com>
1516         * cedet/semantic/wisent/python-wy.el:
1517         * cedet/semantic/wisent/python.el: New files.
1519 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1521         * man.el (Man-goto-section): Signal error if the section is not
1522         found (Bug#5317).
1524 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
1526         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1527         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
1529 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1531         * progmodes/compile.el: Don't treat compile-command as safe if
1532         compilation-read-command might be nil (Bug#4218).
1534 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1536         * startup.el (command-line-1): Use orig-argi to check for ignored X and
1537         NS options.
1539 2010-01-08  Kenichi Handa  <handa@m17n.org>
1541         * international/fontset.el (build-default-fontset-data):
1542         Exclude characters in scripts kana, hangul, han, or cjk-misc.
1544 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
1546         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1547         to `create-file-buffer' as it expects, not just a buffer name.
1548         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1549         to help uniquify.  (Bug#3224)
1551 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1553         * font-setting.el (font-setting-change-default-font): Use user-spec
1554         instead of name.
1556 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1558         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1560 2010-01-05  Tom Tromey  <tromey@redhat.com>
1562         * progmodes/python.el (python-font-lock-keywords):
1563         Handle qualified decorators (Bug#881).
1565 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1567         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1568         in a lightweight checkout.
1570 2010-01-05  Kenichi Handa  <handa@m17n.org>
1572         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1574 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1576         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1578 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1580         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1581         checkouts.  (Bug#618)
1582         (vc-bzr-log-view-mode): Also highlight the author.
1583         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1584         (vc-bzr-shelve-menu-map):
1585         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1586         (vc-bzr-shelve-apply): Make prompt more explicit.
1588 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1590         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1591         They are valid characters in URL paths (rfc3986), and at least
1592         Firefox does not understand the encoded version (Bug#3166).
1594 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
1596         * progmodes/octave-mod.el (octave-end-keywords)
1597         (octave-block-begin-or-end-regexp, octave-block-match-alist):
1598         Add "end" keyword (Bug#3061).
1599         (octave-end-as-array-index-p): New function.
1600         (calculate-octave-indent): Use it.
1602 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1604         * bookmark.el: Consistently put the text property on the bookmark name.
1605         (bookmark-bmenu-marks-width): Bump back to 2, to include
1606         annotation marks.
1607         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1608         property on the bookmark name, instead of not putting it at all.
1609         (bookmark-bmenu-list): Fix where we put the text property.
1611 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1613         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1614         for showing buffer modified state (as added in the previous change).
1616 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1618         * bookmark.el: Show modified state of bookmark buffer more accurately.
1619         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1620         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1621         (with-buffer-modified-unmodified): New macro.
1622         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1623         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1624         Use new macro to preserve the buffer modified state.
1626 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1628         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1629         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1630         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1631         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1632         (bookmark-bmenu-rename, bookmark-bmenu-locate)
1633         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1634         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1636 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1638         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1639         Make the lines in the generated doc string shorter.  (Bug#4668)
1641 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
1643         * net/rcirc.el: Add follow-link binding (Bug#4738).
1645 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1647         * Makefile.in (bzr-update): Rename from cvs-update.
1648         (cvs-update): New target for backward compatibility.
1650         * makefile.w32-in (bzr-update): Rename from cvs-update.
1651         (cvs-update): New target for backward compatibility.
1653 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1655         * bookmark.el: Remove gratuitous gratitude.
1657 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1659         * bookmark.el (bookmark-bmenu-any-marks): New function
1660         (bookmark-bmenu-save): Clear buffer modification if no marks.
1662 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1664         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1665         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1666         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1667         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1669         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1670         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1671         To: emacs-devel {_AT_} gnu.org
1672         Subject: bookmark.el bug report
1673         Date: Mon, 28 Dec 2009 14:19:16 +0800
1674         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1676 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1678         * bookmark.el: Improvements suggested by Drew Adams:
1679         (bookmark-bmenu-ensure-position): New name for
1680         `bookmark-bmenu-check-position'.  Just ensure the position,
1681         don't return any meaningful value.
1682         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1683         New constants.
1685 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1687         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1688         (bookmark-yank-point, bookmark-bmenu-check-position):
1689         Fix typos in docstrings.
1690         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1691         (bookmark-name-from-full-record, bookmark-get-position)
1692         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1693         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1694         Remove useless quoting of parenthesis, etc. in docstrings.
1696         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1697         (ediff-append-custom-diff): Fix typo in error message.
1698         (ediff-meta-mark-equal-files): Fix typos in messages.
1700         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1702         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1703         Fix typo in docstring.
1705         * net/imap-hash.el (imap-hash-make): Doc fix.
1706         (imap-hash-test): Fix typo in error message; reflow docstring.
1707         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1708         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1709         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1710         Fix typos in docstrings.
1711         (imap-hash-open-connection): Fix typo in error message.
1713         * play/gomoku.el (gomoku): Fix typos in docstring.
1715         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1716         (gdb-jsonify-buffer): Fix typos in docstring.
1717         (gdb-goto-breakpoint): Fix typo in error message.
1718         ("Display Other Windows"): Fix typo in help message.
1719         (gdb-speedbar-expand-node): Fix typo in question.
1721         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1722         (idlwave-html-system-help-location, idlwave-html-help-location)
1723         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1724         (idlwave-help-browser-generic-args, idlwave-help-directory)
1725         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1726         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1727         (idlwave-online-help, idlwave-help-html-link)
1728         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1729         Fix typos in docstrings.
1730         (idlwave-help-with-source, idlwave-help-find-routine-definition):
1731         Reflow docstrings.
1732         (idlwave-help-assistant-start): Fix typo in error message.
1734         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1735         (octave-electric-space): Fix typos in docstrings.
1737 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1739         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1741 2010-01-01  Juri Linkov  <juri@jurta.org>
1743         * comint.el (comint-input-ring-size): Make it a defcustom and
1744         increase the default to 500 (Bug#5148).
1746 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
1748         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1749         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1750         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1752 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
1754         Show working revision correctly for mercurial.
1755         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1756         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1758 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
1760         Declare some functions for the byte-compiler.
1761         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1762         (speedbar-timer-fn, speedbar-change-expand-button-char)
1763         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1765 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
1767         This changeset reverts GDB Graphical Interface to use annotations.
1768         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1770 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1772         Make vc-dir work on subdirectories of the bzr root.
1773         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
1774         file names relative to it.
1775         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1776         relative directory to vc-bzr-after-dir-status.
1778 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
1780         * font-lock.el (font-lock-refresh-defaults): New function, which
1781         can be used to let font-lock react to external changes in
1782         variables like font-lock-defaults and keywords.
1783         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1785 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1787         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1789         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1791 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1793         Supersede color.diff settings in git log (bug#5211).
1795         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1796         escape chars in its output when the user has color.diff set to `always'.
1797         This fix works on git 1.4.2 and newer (released on 2006-08-13).
1799 2009-12-26  Kevin Ryde  <user42@zip.com.au>
1801         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1802         node.  Keep previous "Index" name to work with past coreutils too.
1804         * man.el (man): Revise docstring a bit to show -a and -l as
1805         examples.  Add -k description since support for it has otherwise
1806         been a secret.  (Further to bug#3717.)
1807         (Man-bgproc-sentinel): When "-k foo" produces no output show error
1808         "no matches" rather than "Can't find manpage", as the latter reads
1809         like -k was interpreted as a page name, which is not so.  (Bug#5431)
1811 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
1813         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1814         switches.  Check also for //SUBDIRED// line.
1816 2009-12-25  Kenichi Handa  <handa@m17n.org>
1818         * language/indian.el (devanagari-composable-pattern): Fixed to
1819         handle ZWNJ and ZWJ.  Use it in composition-function-table for
1820         Devanagari.
1821         (malayalam-composable-pattern): Fix previous change.
1823 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1825         * ps-print.el (ps-face-attributes): It was not returning the
1826         attribute face for faces specified as string.  Reported by harven
1827         <harven@free.fr>.
1828         (ps-print-version): New version 7.3.5.
1830 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1832         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1833         timezone names.
1834         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1835         (icalendar--add-diary-entry): Remove the trailing blank that
1836         diary-make-entry inserts.
1838 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
1840         Make `file-expand-wildcards' work for remote files.
1842         * files.el (file-expand-wildcards): In case of remote files, check
1843         only local file name part for wildcards.  Provide feature 'files
1844         and subfeature 'remote-wildcards.  (Bug#5198)
1846         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1847         if there is already an established connection.
1848         (tramp-advice-file-expand-wildcards): Remove it.
1850         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1851         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1852         Activate advice for older GNU Emacs versions.  (Bug#5237)
1854 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
1856         Some doc fixes (more needed).
1858         * find-cmd.el (find-constituents): Reflow docstring.
1859         (find-cmd, find-prune, find-command): Fix typos in docstrings.
1860         (find-generic): Doc fix.
1862 2009-12-17  Juri Linkov  <juri@jurta.org>
1864         Fix regression from 23.1 to allow multiple modes in Local Variables.
1866         * files.el (hack-local-variables-filter): While ignoring duplicates,
1867         don't take `mode' into account.
1868         (hack-local-variables-filter, hack-dir-local-variables): Don't
1869         remove duplicate `mode' from local-variables-alist (like `eval').
1871 2009-12-17  Juri Linkov  <juri@jurta.org>
1873         Make `dired-diff' more safe.  (Bug#5225)
1875         * dired-aux.el (dired-diff): Signal an error when `file' equals to
1876         `current' or when `file' is a directory of the `current' file.
1878 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
1880         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1881         unconditionally preloaded files.
1883 2009-12-16  Juri Linkov  <juri@jurta.org>
1885         Revert to old 23.1 logic of using the file at the mark as default.
1886         * dired-aux.el (dired-diff): Use the file at the mark as default
1887         if it's not the same as the current file, and the target dir is
1888         the current dir or the mark is active.  Add the current file
1889         as the arg of `dired-dwim-target-defaults'.  Use the default file
1890         in the prompt.  (Bug#5225)
1892 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
1894         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1895         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1896         (tramp-check-for-regexp): Check also, when an echoing shell stops
1897         to echo sent commands.
1899 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1901         * Makefile.in: Revert last change (Bug#5191).
1903 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
1905         * vc-hg.el (vc-hg-print-log): Fix argument order.
1906         (vc-hg-working-revision): Make sure the command is executed in a
1907         known environment so that we can parse the output.  (Bug#4417)
1909 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1911         * progmodes/python.el (python-symbol-completions): Remove text
1912         properties from symbol string before calling python-send-receive.
1914 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
1916         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1917         when there are values for both file and line.  (Bug#5060)
1919 2009-12-14  Juri Linkov  <juri@jurta.org>
1921         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1922         whitespace after the file name of the first line of unified format,
1923         because git-diff doesn't output whitespace and file modification time
1924         after the file name.
1926 2009-12-14  David Kastrup  <dak@gnu.org>
1928         * info.el (Info-hide-cookies-node): Before hiding a cookie,
1929         check if it already has the `display' property added by
1930         `Info-display-images-node', and not put the `invisible' property
1931         in this case.
1933 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1935         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1936         (semantic-mru-bookmark-mode): Doc fixes.
1938         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1939         of assert.
1941 2009-12-13  Glenn Morris  <rgm@gnu.org>
1943         * mail/emacsbug.el (message-sort-headers): Define for compiler.
1944         (report-emacs-bug): In message-mode, sort manually before storing
1945         original report text.  (Bug#5178)
1946         Remove superfluous save-excursion.
1948 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
1950         * net/dbus.el (dbus-property-handler): Filter lambda forms out
1951         when responding to "GetAll" properties.
1953 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
1955         * simple.el (compose-mail): Remove mail-setup-with-from from
1956         customization checks.
1958 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
1960         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1961         RAR archives created on Unix systems.
1963 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1965         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1966         the varalias that was accidentally removed by the 2009-11-19 change
1967         (bug#5186).
1969 2009-12-12  Kenichi Handa  <handa@m17n.org>
1971         * language/indian.el (indian-compose-regexp): New function.
1972         (malayalam-composable-pattern): Fix the pattern.
1973         (composition-function-table): Set malayalam-composable-pattern for
1974         Malayalam characters.
1976 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
1978         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1979         rather than down-mouse-1, based on follow-link conventions.
1981         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1982         are compiled.
1984 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
1986         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1987         (verilog-vmm-statement-re, verilog-ovm-statement-re)
1988         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1989         (verilog-leap-to-head, verilog-backward-token):
1990         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
1992 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
1994         * progmodes/verilog-mode.el (verilog-auto-lineup)
1995         (verilog-nameable-item-re): Cleanup user-visible spelling and
1996         documentation errors.  One reported by Gary Delp.
1997         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1998         (verilog-read-decls): Fix AUTOWIRE with types declared in a
1999         package, bug195.  Reported by Pierre-David Pfister.
2001 2009-12-11  Glenn Morris  <rgm@gnu.org>
2003         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2005         * mail/emacsbug.el: No longer require sendmail.
2006         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2007         (report-emacs-bug-orig-text): Doc fix.
2008         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2009         New local variables, to adapt to different mail-user-agents.
2010         (report-emacs-bug): Fix test for a gnu.org address.
2011         Use overlays for emphasis, since font-lock defeats 'face property.
2012         Pretest bugs also end up at the newsgroup these days.
2013         Stop message-mode stripping text properties.
2014         Set and use the new buffer-local variables.
2015         (report-emacs-bug-hook): Add doc-string.
2016         Remove some unnecessary save-excursions and simplify.
2017         Use the appropriate hook and send-command.
2019         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2020         capitalization of some menu entries.
2022 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2024         * whitespace.el (whitespace-display-char-on): Ensure
2025         `buffer-display-table' is unique when two or more windows are
2026         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2027         New version 12.1.
2029 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2031         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2032         characters in the Attribute field.
2034 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2036         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2038 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2040         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2041         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2042         Disregard autoload-excludes.
2043         (update-directory-autoloads): Obey autoload-excludes here instead.
2044         But don't store its contents in no-autoloads and remove entries that
2045         refer to excludes files.
2047 2009-12-10  Glenn Morris  <rgm@gnu.org>
2049         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2050         (expand-mail-aliases): Define for compiler.
2052         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2053         Define for compiler.
2055         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2056         appropriate for the mail-user-agent in use.
2058 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2060         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2062 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2064         Fix short log parsing and fontification.
2065         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2066         Fix fontification for the [merge] label.
2068 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2070         Drop some properties to avoid surprises.
2071         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2072         (hfy-fontify-buffer): Use it.
2074 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2076         Minor cleanup.
2077         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2078         Adjust all callers.
2079         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2080         args compulsory.  Adjust callers.
2081         (ffap-gopher-at-point): Remove unused var `name'.
2083         Get rid of the ELCFILES abomination.
2084         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2085         (compile-elcfiles): New phony target.
2086         (compile-main): Compute ELCFILES dynamically.
2087         (compile-clean): New target to remove left-over elc files.
2088         (compile, all): Use it.
2090 2009-12-09  Kenichi Handa  <handa@etlken>
2092         * international/mule-diag.el: Require help-mode instead of help-fns.
2094 2009-12-09  Kenichi Handa  <handa@m17n.org>
2096         * international/mule-cmds.el (ucs-names): Supply sufficiently
2097         fine ranges instead of pre-calculating accurate ranges.
2098         Iterate with bigger gc-cons-threshold.
2100 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2102         Add support for stashing a snapshot of the current tree.
2103         * vc-git.el (vc-git-stash-snapshot): New function.
2104         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2106 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2108         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2109         instead of `(beginning|end)-of-line'.
2111 2009-12-08  Glenn Morris  <rgm@gnu.org>
2113         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2115         * Makefile.in (ELCFILES): Regenerate.
2117 2009-12-07  Juri Linkov  <juri@jurta.org>
2119         Don't lazy-highlight the comint output in history Isearch mode.
2121         * comint.el (comint-history-isearch-search): Instead of
2122         `comint-line-beginning-position', use `comint-after-pmark-p'
2123         to check if point if before the process mark, and go to
2124         `process-mark' in this case.
2126 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2128         * textmodes/tex-mode.el (latex-complete)
2129         (latex-indent-or-complete): Remove.
2130         (latex-mode): Set completion-at-point-functions instead.
2132         Provide a standard completion command and hook it into TAB.
2133         * minibuffer.el (completion-at-point-functions): New var.
2134         (completion-at-point): New command.
2135         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2136         * progmodes/python.el (python-mode-map): Use completion-at-point.
2137         (python-completion-at-point): Rename from python-partial-symbol and
2138         adjust for use in completion-at-point-functions.
2139         (python-mode): Setup completion-at-point for Python completion.
2140         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2141         extracted from lisp-complete-symbol.
2142         (lisp-complete-symbol): Use it.
2143         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2144         setup completion-at-point for Elisp completion.
2145         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2146         Use completion-at-point.
2147         * ielm.el (ielm-map): Use completion-at-point.
2148         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2149         * progmodes/sym-comp.el: Move to...
2150         * obsolete/sym-comp.el: Move from progmodes.
2152 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2154         Prevent save-buffer in Rmail buffers from using the coding-system
2155         of the current message, and from clobbering the encoding mnemonics
2156         in the mode line (Bug#4623).
2158         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2159         flag, too.
2160         (rmail-message-encoding): New variable.
2161         (rmail-write-region-annotate): Record the encoding of the current
2162         message in rmail-message-encoding.
2163         (rmail-after-save-hook): New function, restores the encoding of
2164         the current message after the message collection is saved.
2166 2009-12-07  Juri Linkov  <juri@jurta.org>
2168         * progmodes/grep.el (grep-read-files): Use `completing-read'
2169         instead of `read-string'.  Set its `collection' arg to
2170         `read-file-name-internal'.  (Bug#4301)
2172 2009-12-07  Juri Linkov  <juri@jurta.org>
2174         Correctly restore original Isearch point.  (Bug#4994)
2176         * isearch.el (isearch-mode): Move `isearch-push-state' after
2177         `(run-hooks 'isearch-mode-hook)'.
2178         (isearch-cancel): When `isearch-push-state-function' is defined,
2179         let-bind `isearch-cmds' to the first state (the last element of
2180         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2181         function and restores the original point).  Otherwise, move point
2182         to `isearch-opoint'.
2184 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2187         chars that don't have names, so the table can be built much faster at
2188         run-time.
2190 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2192         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2193         change.  Suggested by David Kastrup.
2195         * simple.el (compose-mail): Check for incompatibilities and warn.
2196         (compose-mail-user-agent-warnings): New option.
2198 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2200         Support showing a single log entry from vc-annotate.
2201         * vc.el (print-log): Add a new argument: START-REVISION.
2202         (vc-print-log-internal): Add a new optional argument and
2203         pass it to the backend.
2204         (vc-print-log, vc-print-root-log): Adjust callers.
2205         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2206         buffer already displays the requested log entry, use it.
2207         Otherwise display only the log entry in question.
2208         * vc-svn.el (vc-svn-print-log):
2209         * vc-mtn.el (vc-mtn-print-log):
2210         * vc-hg.el (vc-hg-state):
2211         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2212         (vc-git-show-log-entry): Return t on success.
2213         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2214         (vc-bzr-show-log-entry): Return t on success.
2215         * vc-rcs.el (vc-rcs-print-log):
2216         * vc-sccs.el (vc-sccs-print-log):
2217         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2219 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2221         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2222         Add menus to the meta mode.  (Bug#5043)
2224 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2226         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2227         event-key.
2229         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2231 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2233         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2234         Berbain <raphael.berbain@gmail.com>.
2236         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2237         characters.
2238         (tramp-initial-end-of-output): New defconst.
2239         (tramp-methods, tramp-find-shell)
2240         (tramp-open-connection-setup-interactive-shell)
2241         (tramp-maybe-open-connection): Use it.
2242         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2243         existence of `#' and `$'.
2245         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2246         `tramp-initial-end-of-output'.
2248 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2250         Get the background mode from the terminal for xterm, and set
2251         faces accordingly.
2252         * term/xterm.el (xterm-set-background-mode): New function.
2253         (terminal-init-xterm): Use it in case xterm supports background
2254         color queries.  Recompute faces after getting the background
2255         color.
2257 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2259         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2260         number comment back on its own line, for easier parsing.
2262 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         Make it work for non-file buffers (bug#5102).
2265         * doc-view.el (doc-view-current-cache-dir):
2266         Use doc-view-buffer-file-name rather than buffer-file-name.
2267         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2269 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2271         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2272         author field is too short.
2274 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2276         * vc-git.el (vc-git-print-log): Handle a limit argument.
2277         Display the short log in graph form and with labels.
2278         (vc-git-log-view-mode): Handle labels.
2280         Make vc-revert change VC state from 'added to 'unregistered.
2281         * vc-git.el (vc-git-revert): Call git reset first.
2283 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2285         * net/newst-backend.el, net/newst-plainview.el:
2286         * net/newst-reader.el, net/newst-ticker.el:
2287         * net/newst-treeview.el, net/newsticker.el:
2288         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2290 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2292         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2294         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2295         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2296         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2297         Update annotation regexp.
2299         * simple.el (beginning-of-visual-line): Constrain to field
2300         boundaries (Bug#5106).
2302 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2304         * xml.el (xml-substitute-numeric-entities): Move
2305         newsticker--decode-numeric-entities in newst-backend.el to
2306         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2307         * net/newst-backend.el (newsticker--parse-generic-feed)
2308         (newsticker--parse-generic-items)
2309         (newsticker--decode-numeric-entities): Move
2310         newsticker--decode-numeric-entities in newst-backend.el to
2311         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2313 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
2315         * progmodes/js.el (js--js-not): Add null to the list of values.
2317 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2319         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2321 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2323         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2324         delimiter if it is at the end of the current line.
2325         (bibtex-generate-url-list): Fix docstring.
2327 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2329         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2330         minibuffer's content with itself.
2331         Fold the confirm-after-completion case into the `confirm' case.
2332         (completion-pcm-word-delimiters): Add : and / to the delimiters.
2334 2009-12-06  Kevin Ryde  <user42@zip.com.au>
2336         * ffap.el (ffap-rfc-path): Make this a defcustom since
2337         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
2339         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2340         manuals, similar to existing setup for help-mode.  (Bug#3913.)
2342 2009-12-05  Juri Linkov  <juri@jurta.org>
2344         Save and restore dired buffer's point positions too.  (Bug#4880)
2346         * dired.el (dired-save-positions): Return in the first element
2347         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2348         Doc fix.
2349         (dired-restore-positions): First restore buffer's position.
2350         While restoring window's positions, check if window still displays
2351         the original buffer.
2353 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2355         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2356         if possible.
2358         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2359         Make argument optional.
2361         * shell.el (shell): Require ansi-color (Bug#5113).
2363         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2365         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2367 2009-12-05  Alan Mackenzie  <acm@muc.de>
2369         * progmodes/cc-mode.el (c-before-hack-hook)
2370         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2371         `c-file-style' to work again.  This reversion restores the current
2372         software to its state in Emacs 23.1.  (Bug#4146)
2374 2009-12-05  Kevin Ryde  <user42@zip.com.au>
2376         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2377         comment-start-skip to comment-end-skip as comment (Bug#4781).
2379 2009-12-05  Juri Linkov  <juri@jurta.org>
2381         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2382         for virtual nodes.  (Bug#4147)
2383         (Info-find-node-2): Set `Info-current-node-virtual' to nil
2384         when moving from a virtual node.
2385         (Info-mode-menu): Add `Info-virtual-index' to the menu.
2386         (Info-mode): Add `Info-virtual-index' to the docstring.
2388 2009-12-05  Eric Ludlam  <zappo@gnu.org>
2390         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2391         Describe project macro symbols.
2393         * cedet/semantic/complete.el (semantic-complete-do-completion):
2394         Don't call semantic-collector-current-exact-match.
2396         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2397         ede-objects as targets.
2399         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2400         a target's object list even if compiler vars are already in the
2401         Makefile.
2403         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2404         list of headers producing necessary macros.
2406 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2408         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2409         track of the buffer position of the end of a BibTeX entry as this
2410         position may change during reformatting.
2411         (bibtex-format-entry): Remove whitespace before processing
2412         numerical fields so that we recognize the latter properly.
2413         (bibtex-reformat): Do not use push which changes the global value
2414         of bibtex-entry-format.
2415         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2416         (bibtex-field-re-init): Replace only space characters by regexp
2417         for whitespace.
2418         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2419         (bibtex-initialize): Also update bibtex-strings.
2420         (bibtex-kill-field): Preserve white space at end of entry.
2421         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2422         Update bibtex-reference-keys.
2424 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2426         * minibuffer.el (completion-pcm--merge-try): Also consider placing
2427         point after a star, if that's the only place where modifications can
2428         make progress.
2430 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
2432         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2433         in docstrings.
2435 2009-12-04  Juri Linkov  <juri@jurta.org>
2437         * proced.el (proced): Call `(proced-update t)' to update process
2438         information instead of only running proced-post-display-hook.
2439         (proced-send-signal): Add a leading space to the buffer name
2440         " *Marked Processes*" to make this buffer ephemeral.
2442 2009-12-04  Juri Linkov  <juri@jurta.org>
2444         * dired.el (dired-auto-revert-buffer): New defcustom.
2445         (dired-internal-noselect): Use it.
2447 2009-12-04  Juri Linkov  <juri@jurta.org>
2449         Change roles of modes and functions in image-mode.el (Bug#5062).
2451         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2452         in `auto-mode-alist'.
2453         (image-mode-previous-major-mode): New variable.
2454         (image-minor-mode-map): Rename from `image-mode-text-map'.
2455         (image-mode): Move graceful error-handling code from
2456         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
2457         (image-minor-mode): Remove all image-handling code.
2458         Replace `image-mode-text-map' with `image-minor-mode-map'.
2459         Check for `image-type' in mode-line format string.
2460         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2461         (image-mode-as-text): New function with most code from
2462         `image-mode-maybe'.
2463         (image-toggle-display-text): Move code that removes image
2464         properties from `image-toggle-display' to here.
2465         (image-toggle-display-image): New function with code that adds
2466         image properties copied from `image-toggle-display'.
2467         (image-toggle-display): Remove most code with leaving only code
2468         that toggles between `image-mode-as-text' and `image-mode'.
2470 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
2472         * net/newst-treeview.el
2473         (newsticker--treeview-list-highlight-start): Restored call to
2474         save-excursion: Selected item was stuck.
2475         (newsticker--treeview-list-select): New.
2476         (newsticker--treeview-item-show-text)
2477         (newsticker--treeview-item-show)
2478         (newsticker--treeview-item-update): Use new
2479         newsticker-treeview-item-mode.
2480         (newsticker-treeview-update): Keep current item.
2481         (newsticker-treeview-next-new-or-immortal-item): Doc change.
2482         (newsticker--treeview-first-feed): Doc change.
2483         (newsticker-treeview-list-menu)
2484         (newsticker-treeview-item-menu): Added menu entries.
2485         (newsticker-treeview-item-mode): New.
2487         * net/newst-backend.el (newsticker-customize): Delete other
2488         windows.
2490 2009-12-04  Sam Steingold  <sds@gnu.org>
2492         * log-view.el (log-view-mode-map): "q" calls quit-window,
2493         like in all the other non-self-insert buffers.
2495 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2497         Minor cleanup.
2498         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2499         key decoding rather than do it manually via last-input-event +
2500         ascii-character.
2501         (term-exec): Use delete-and-extract-region.
2502         (term-handle-ansi-terminal-messages): Remove unused var `end'.
2503         (term-process-pager): Remove unused var `i'.
2504         (term-dynamic-simple-complete): Make obsolete.
2505         (serial-update-config-menu): Remove unused vars `y' and `str'.
2506         (term-update-mode-line): Remove unused var `temp'.
2508 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2510         Limit the number of log entries displayed by default.
2511         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2512         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2513         using a prefix argument.
2515 2009-12-03  Glenn Morris  <rgm@gnu.org>
2517         * progmodes/idlwave.el (class): Restore still useful declaration.
2519 2009-12-03  Alan Mackenzie  <acm@muc.de>
2521         Enhance `c-parse-state' to run efficiently in "brace deserts".
2523         * progmodes/cc-mode.el (c-basic-common-init):
2524         Call c-state-cache-init.
2525         (c-neutralize-syntax-in-and-mark-CPP): Rename from
2526         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
2527         placing `category' properties value 'c-cpp-delimiter at its boundaries.
2529         * progmodes/cc-langs.el (c-before-font-lock-function):
2530         c-extend-and-neutralize-syntax-in-CPP has been renamed
2531         c-neutralize-syntax-in-and-mark-CPP.
2533         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2534         with `category' properties now, not `syntax-table' ones.
2536         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2537         enhanced (but slower) version of c-end-of-macro that won't land
2538         inside a literal or on another awkward character.
2539         (c-state-cache-too-far, c-state-cache-start)
2540         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2541         (c-state-nonlit-pos-cache-limit, c-state-point-min)
2542         (c-state-point-min-lit-type, c-state-point-min-lit-start)
2543         (c-state-min-scan-pos, c-state-brace-pair-desert)
2544         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2545         buffer local variables.
2546         (c-state-literal-at, c-state-lit-beg)
2547         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2548         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2549         (c-state-cache-top-paren, c-state-cache-after-top-paren)
2550         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2551         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2552         (c-renarrow-state-cache)
2553         (c-append-lower-brace-pair-to-state-cache)
2554         (c-state-push-any-brace-pair, c-append-to-state-cache)
2555         (c-remove-stale-state-cache)
2556         (c-remove-stale-state-cache-backwards, c-state-cache-init)
2557         (c-invalidate-state-cache-1, c-parse-state-1)
2558         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2559         (c-parse-state): Enhance and refactor.
2560         (c-debug-parse-state): Amend to deal with all the new variables.
2562         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2563         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2564         modify to use category text properties rather than syntax-table ones.
2565         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2566         to switch off/on the syntactic paren property of C++ template
2567         delimiters using the category property.
2568         (c-with-<->-as-parens-suppressed): Macro to invoke code with
2569         template delims suppressed.
2570         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2571         New constant/macros which apply category properties to the start
2572         and end of preprocessor constructs.
2573         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2574         "comment out" the syntactic value of characters in preprocessor
2575         constructs.
2576         (c-with-cpps-commented-out)
2577         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2578         with characters in all or all but one preprocessor constructs
2579         "commented out".
2581 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2583         * proced.el (proced-filter-alist): Use regexp-quote.
2585 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
2587         Cleanup.
2588         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2589         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
2590         arguments.  Expand `default-directory'.
2592         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2593         the benefit of returning an expanded localname.
2594         (tramp-tramp-file-p): Handle the case NAME is not a string.
2596 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2598         Add support for bzr shelve/unshelve.
2599         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2600         (vc-bzr-extra-menu-map): New variables.
2601         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2602         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2603         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2604         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2605         (vc-bzr-dir-extra-headers): Display shelves.
2607         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2609 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2611         * textmodes/bibtex.el (bibtex-complete-internal):
2612         Use completion-in-region.
2613         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2615 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2617         Support applying stashes.  Improve UI.
2618         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2619         (vc-git-stash-apply, vc-git-stash-pop)
2620         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2621         (vc-git-stash-menu): New functions.
2622         (vc-git-stash-menu-map): New variable.
2623         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2625 2009-12-03  Glenn Morris  <rgm@gnu.org>
2627         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2628         (vc-print-log-internal): Fix previous change.
2629         (vc-revert): Correct pluralization.
2631 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2633         * progmodes/make-mode.el (makefile-special-targets-list): No need for
2634         it to be an alist any more.
2635         (makefile-complete): Use completion-in-region.
2637         * progmodes/octave-mod.el (octave-complete-symbol):
2638         Use completion-in-region.
2640         Misc cleanup.
2641         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2642         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2643         (idlwave-complete-class): Don't quote lambda.
2644         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2645         (idlwave-mode-map): Move initialization into declaration.
2646         (idlwave-action-and-binding): Use backquotes.
2647         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2648         Simplify.
2649         (idlwave-is-pointer-dereference): Remove unused var `pos'.
2650         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2651         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2652         `parts', and `all-parts'.
2653         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2654         (idlwave-convert-xml-system-routine-info): Remove unused string
2655         `version-string'.
2656         (idlwave-display-user-catalog-widget): Use dolist.
2657         (idlwave-scanning-lib): Declare dynamically-scoped var.
2658         (idlwave-scan-library-catalogs): Remove unused var `flags'.
2659         (completion-highlight-first-word-only): Declare to silence bytecomp.
2660         (idlwave-popup-select): Tighten scope of `resp'.
2661         (idlwave-find-struct-tag): Remove unused var `beg'.
2662         (idlwave-after-load-rinfo-hook): Declare.
2663         (idlwave-sintern-class-info): Remove unused var `taglist'.
2664         (idlwave-find-class-definition): Remove unused var `list'.
2665         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2666         (idlwave-what-module-find-class): Remove unused var `classes'.
2668 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
2670         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2672 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2674         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2675         buffers visited.  Remove redundant current-buffer-saving.
2677 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2679         Use completion-in-buffer and remove uses of dynamic scoping.
2680         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2681         (pascal-buffer-to-use, pascal-flag): Don't declare.
2682         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2683         (pascal-get-completion-decl, pascal-keyword-completion):
2684         Add `pascal-str' argument, save-excursion,
2685         return the found completions, and don't filter with pascal-pred.
2686         (pascal-completion-cache): New var.
2687         (pascal-completion): Don't switch buffer any more (it was never
2688         necessary).  Don't save-excursion any more (it's done by the called
2689         subroutines).  Use a cache to avoid redundant computations.
2690         Use complete-with-action rather than pascal-completion-response and
2691         let it apply the predicate as well.
2692         (pascal-complete-word): Use completion-in-buffer when
2693         pascal-toggle-completions is nil.
2694         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2695         not used any more.
2696         (pascal-comp-defun): Don't change buffer any more.
2697         Use complete-with-action rather than pascal-completion-response and
2698         let it apply the predicate as well.
2699         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2700         when neded.
2702 2009-12-02  Kenichi Handa  <handa@m17n.org>
2704         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2705         shape for all Indic scripts.
2707 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2709         Use completion-in-buffer.
2710         * wid-edit.el (widget-field-text-end): New function.
2711         (widget-field-value-get): Use it.
2712         (widget-string-complete, widget-file-complete)
2713         (widget-color-complete): Use it and completion-in-region.
2714         (widget-complete): Don't narrow the buffer.
2716 2009-12-02  Glenn Morris  <rgm@gnu.org>
2718         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
2719         (rmail-select-summary): Use rmail-pop-to-buffer.
2720         * mail/rmailsum.el: Replace all pop-to-buffer calls with
2721         rmail-pop-to-buffer, to prevent horizontal splits.
2723         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2724         save-excursion with save-current-buffer.
2725         Widen before searching.  (Bug#5093)
2726         (diary-list-sexp-entries): Remove superfluous save-excursion.
2728 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
2730         * woman.el (woman-make-bufname): Handle man-pages with "." in the
2731         name.  (Bug#5038)
2733 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2735         * ido.el (ido-file-internal): Handle filenames at point that do
2736         not have a directory part.  (Bug#5049)
2738 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
2740         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2741         (mpc-songs-jump-to, mpc-resume): Doc fixes.
2743 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
2745         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2746         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2747         any more.
2749 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2751         * comint.el (comint-insert-input): Ignore clicks to the right of
2752         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2754         * vc.el (vc-print-log-internal): Don't wait for the process to
2755         terminate before setting up the major mode.
2757         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2758         in case.
2760         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2761         the last element.
2763         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2765 2009-12-01  Glenn Morris  <rgm@gnu.org>
2767         * window.el (window--display-buffer-2): Fix previous changes.
2769 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
2771         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2773 2009-12-01  Glenn Morris  <rgm@gnu.org>
2775         * Makefile.in (ELCFILES): Add mpc.elc.
2777 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2779         * mpc.el: New file.
2781 2009-12-01  Glenn Morris  <rgm@gnu.org>
2783         * window.el (window-to-use): Define for compiler.
2785         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2786         consistent with others (no final period).
2788         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2789         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
2791 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2793         Make vc-print-log buttons work.
2794         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2796 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
2798         * savehist.el (savehist-autosave-interval): Allow setting to nil
2799         through customize.  (Bug#5056)
2801 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
2803         Fix references to jit-lock properties.
2804         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2805         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2806         (perl-font-lock-special-syntactic-constructs):
2807         Quote jit-lock-defer-multiline property.
2809 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2811         * vc-git.el (vc-git-registered): Call vc-git-root only once.
2813 2009-11-30  Juri Linkov  <juri@jurta.org>
2815         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2816         value `buffer' of `multi-isearch-next-buffer-current-function'.
2817         Use `(current-buffer)' when `buffer' is nil.
2818         (multi-isearch-next-buffer-from-list): Don't fallback to
2819         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
2821 2009-11-30  Juri Linkov  <juri@jurta.org>
2823         * misearch.el (multi-isearch-read-buffers): Move canonicalization
2824         of buffers with `get-buffer' to `multi-isearch-buffers'.
2825         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2826         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
2827         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2828         FILES with `expand-file-name' converting relative file names
2829         to absolute.  Doc fix.  (Bug#4727)
2831 2009-11-30  Juri Linkov  <juri@jurta.org>
2833         * misearch.el (multi-isearch-read-buffers)
2834         (multi-isearch-read-matching-buffers): New functions.
2835         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2836         Use them in the `interactive' spec.  Doc fix.
2837         (multi-isearch-read-files, multi-isearch-read-matching-files):
2838         New functions.
2839         (multi-isearch-files, multi-isearch-files-regexp):
2840         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
2842 2009-11-30  Juri Linkov  <juri@jurta.org>
2844         * doc-view.el (doc-view-continuous):
2845         Rename from `doc-view-continuous-mode'.
2846         (doc-view-menu): Move "Toggle display" to the top.
2847         Add submenu "Continuous" with radio buttons "Off"/"On"
2848         and "Save as Default".
2849         (doc-view-scroll-up-or-next-page)
2850         (doc-view-scroll-down-or-previous-page)
2851         (doc-view-next-line-or-next-page)
2852         (doc-view-previous-line-or-previous-page): Rename
2853         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
2855 2009-11-30  Juri Linkov  <juri@jurta.org>
2857         * comint.el (comint-mode-map): Rebind `M-r' from
2858         `comint-previous-matching-input' to
2859         `comint-history-isearch-backward-regexp'.
2860         Unbind `M-s' to allow global key binding `M-s'.
2861         Add menu items for `comint-history-isearch-backward' and
2862         `comint-history-isearch-backward-regexp'.  (Bug#3746)
2864 2009-11-30  Juri Linkov  <juri@jurta.org>
2866         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2867         For def=recenter, replace `recenter' with `recenter-top-bottom'
2868         that is called with `this-command' and `last-command' let-bound
2869         to `recenter-top-bottom'.  When the last `def' was not `recenter',
2870         set `recenter-last-op' to nil.  (Bug#4981)
2872 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2874         Minor cleanup and simplification.
2875         * filecache.el (file-cache-add-directory)
2876         (file-cache-add-directory-recursively)
2877         (file-cache-add-from-file-cache-buffer)
2878         (file-cache-delete-file-regexp, file-cache-delete-directory)
2879         (file-cache-files-matching-internal, file-cache-display): Use dolist.
2880         (file-cache-temp-minibuffer-message): Delete function.
2881         (file-cache-minibuffer-complete): Use minibuffer-message instead.
2883         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2884         Don't signal an error when bumping into EOB in tr, s, or y.
2886 2009-11-29  Juri Linkov  <juri@jurta.org>
2888         * startup.el (fancy-about-text): Fix wording of Guided Tour.
2889         (Bug#4960)
2891         * descr-text.el (describe-char-unidata-list): Use lowercase name
2892         for "Unicode name" like in other tags.
2894 2009-11-29  Juri Linkov  <juri@jurta.org>
2896         * ediff-util.el (ediff-minibuffer-with-setup-hook):
2897         New compatibility macro.
2898         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2900 2009-11-29  Juri Linkov  <juri@jurta.org>
2902         Add defcustom to define the cycling order of `recenter-top-bottom'.
2903         (Bug#4981)
2905         * window.el (recenter-last-op): Doc fix.
2906         (recenter-positions): New defcustom.
2907         (recenter-top-bottom): Rewrite to use `recenter-positions'.
2908         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2910 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2912         Improve integration of Tramp and ange-ftp in eshell.
2914         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2915         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
2916         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
2918         * eshell/esh-util.el (top): Require also Tramp when compiling.
2919         (eshell-directory-files-and-attributes): Check for FTP remote
2920         connection.
2921         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2922         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2923         (eshell-file-attributes): Handle ".".  Return `entry'.
2925         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2926         (ange-ftp-directory-files-and-attributes)
2927         (ange-ftp-real-directory-files-and-attributes): New defuns.
2929         * net/tramp.el (tramp-maybe-open-connection): Open the remote
2930         shell with "exec" when possible.  This prevents trailing prompts
2931         in `start-file-process'.
2933 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2935         Try and remove assumptions about point-min==1.
2936         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2937         (rng-compute-mode-line-string): Show the validation percentage in
2938         terms of the narrowed text, not the widened text.
2939         (rng-do-some-validation): Don't catch internal errors when debugging.
2940         (rng-first-error): Simplify.
2941         (rng-after-change-function): Remove work around.  AFAIK the bug has
2942         been fixed a while ago.
2944         * image-mode.el (image-minor-mode): Exit more gracefully when the image
2945         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2947         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2949         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2950         `cd' doesn't always do it for us (bug#5067).
2952         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2953         on 2009-10-25 as part of some other change (bug#5067).
2955 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2957         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2958         `suspicious'.
2959         (byte-compile-warnings): Use byte-compile-warning-types.
2960         (byte-compile-save-excursion): Warn about use of set-buffer right
2961         after save-excursion.
2963         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2964         the excursion as well.
2966 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
2968         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2969         providing a Tramp related implementation of "su" and "sudo".
2970         (eshell-unix-initialize): Add "su" and "sudo".
2972 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
2974         * net/socks.el (socks-send-command): Convert binary request to
2975         unibyte before sending.  This fixes mishandling of some port
2976         numbers such as 129.
2978 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2980         * help.el (describe-bindings-internal): Remove `interactive'.
2982         * man.el (Man-completion-table): Trim a terminating "(".
2983         Remove the space between name page a section.
2984         Add the command's description on the `help-echo' property.
2985         Remove `process-connection-type' binding since it's unused by
2986         call-process.
2987         Provide completion for the "<section> <name>" format as well.
2988         (Man-default-man-entry): Remove spurious var shadowing the argument.
2990 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2992         * log-view.el: Add "Keywords: tools", since its other keywords
2993         aren't in finder-known-keywords, and following vc.el.
2995         * sha1.el (sha1-string-external): default-directory "/" in case
2996         otherwise non-existent.  process-connection-type pipe for touch of
2997         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2999 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3001         Misc coding convention cleanups.
3002         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3003         hfy-init-kludge-hooks.
3004         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3005         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3006         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3007         and push.
3008         (hfy-slant, hfy-weight): Use tables rather than code.
3009         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3010         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3011         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3012         (hfy-face-to-css): Remove `nconc' with single arg.
3013         (hfy-p-to-face-lennart): Use `or'.
3014         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3015         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3016         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3017         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3018         (hfy-force-fontification): Use run-hooks.
3020 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3022         Various minor fixes.
3023         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3024         Javascript belongs in the header, not the body.
3025         (hfy-javascript): Remove.
3026         (hfy-fontify-buffer): Don't insert it any more.
3027         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3028         Fix bug in invis handling when there were no invis props in a chunk.
3030 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3032         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3034 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3036         * finder.el (finder-mode-map): Add a menu.
3038 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3040         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3041         "unsigned" structs.
3043         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3044         fork" statement better.
3046 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3048         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3049         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3050         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3051         Reported by Clay Douglass.
3053         (verilog-auto-inst, verilog-auto-star-safe)
3054         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3055         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3056         Pierre-David Pfister.
3058 2009-11-26  Glenn Morris  <rgm@gnu.org>
3060         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3061         the scope.
3063 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3065         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3066         Really use previous revision.
3068 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3070         * man.el (Man-completion-table): default-directory "/" in case
3071         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3072         not to truncate long names.  process-connection-type pipe to avoid
3073         any chance of hitting the pseudo-tty TIOCGWINSZ.
3074         (man): completion-ignore-case t for friendliness and since man
3075         itself is case-insensitive on the command line.
3076         Further to Bug#3717.
3078         * arc-mode.el: Add "Keywords: files", so the details in its
3079         commentary can be reached from finder-by-keyword.
3080         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3081         editing mode, but it's comms related and sgml-mode.el has "comm"
3082         on that basis too.
3083         * textmodes/bibtex-style.el: Add "Keywords: tex".
3084         * international/isearch-x.el, international/ja-dic-cnv.el:
3085         * international/ja-dic-utl.el, international/kkc.el:
3086         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3088 2009-11-25  Juri Linkov  <juri@jurta.org>
3090         * man.el (Man-completion-table): Modify regexp to include
3091         section names to completion strings.  (Bug#3717)
3093 2009-11-25  Juri Linkov  <juri@jurta.org>
3095         Search recursively in gzipped files.  (Bug#4982)
3097         * progmodes/grep.el (grep-highlight-matches): Add new options
3098         `always' and `auto'.  Doc fix.
3099         (grep-process-setup): Check `grep-highlight-matches' for
3100         `auto-detect' to determine the need to compute grep defaults.
3101         Move Windows/DOS specific --colors settings handling
3102         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3103         to get the value of "--color=".
3104         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3105         has the value `auto-detect'.  Move Windows/DOS specific settings
3106         from `grep-process-setup'.
3107         (zrgrep): New command with alias `rzgrep'.
3109 2009-11-25  Juri Linkov  <juri@jurta.org>
3111         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3112         to nil instead of switching off view-mode.  (Bug#4896)
3114 2009-11-25  Juri Linkov  <juri@jurta.org>
3116         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3118         * mwheel.el (mwheel-scroll-up-function)
3119         (mwheel-scroll-down-function): New defvars.
3120         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3121         `scroll-up', and `mwheel-scroll-down-function' instead of
3122         `scroll-down'.
3124         * doc-view.el (doc-view-scroll-up-or-next-page)
3125         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3126         Use this ARG in the call to image-scroll-up/image-scroll-down.
3127         Change `interactive' spec to "P".  Goto next/previous page only
3128         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3129         SPC/DEL case).  Doc fix.
3130         (doc-view-next-line-or-next-page)
3131         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3132         for consistency.
3133         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3134         `doc-view-scroll-up-or-next-page', and buffer-local
3135         `mwheel-scroll-down-function' to
3136         `doc-view-scroll-down-or-previous-page'.
3138 2009-11-25  Juri Linkov  <juri@jurta.org>
3140         Provide additional default values (directories at other Dired
3141         windows) via M-n in the minibuffer of some Dired commands.
3143         * dired-aux.el (dired-diff, dired-compare-directories)
3144         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3145         `minibuffer-default' in `minibuffer-with-setup-hook'.
3146         (dired-dwim-target-directory): Find a window that displays Dired
3147         buffer instead of failing when the next window is not Dired.
3148         Use `get-window-with-predicate' to find for the next Dired window.
3149         (dired-dwim-target-defaults): New function.
3151         * ediff-util.el (ediff-read-file-name):
3152         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3153         in `minibuffer-with-setup-hook'.
3155 2009-11-25  Juri Linkov  <juri@jurta.org>
3157         Provide additional default values (file name at point or at the
3158         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3160         * minibuffer.el (read-file-name-defaults): New function.
3161         (read-file-name): Reset `minibuffer-default' to nil when
3162         it duplicates initial input `insdef'.
3163         Bind `minibuffer-default-add-function' to lambda that
3164         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3165         (minibuffer-insert-file-name-at-point): New command.
3167         * files.el (file-name-at-point-functions): New defcustom.
3168         (find-file-default): Remove defvar.
3169         (find-file-read-args): Don't use `find-file-default'.
3170         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3171         to `read-file-name'.
3172         (find-file-literally): Use `read-file-name' with
3173         `confirm-nonexistent-file-or-buffer'.
3175         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3177         * dired.el (dired-read-dir-and-switches):
3178         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3179         to `read-file-name'.
3180         (dired-file-name-at-point): New function.
3181         (dired-mode): Add hook `dired-file-name-at-point' to
3182         `file-name-at-point-functions'.
3184 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3186         Really make the *Completions* window soft-dedicated (bug#5030).
3187         * window.el (window--display-buffer-2): Add `dedicated' argument.
3188         (display-buffer): Pass it when needed so the dedicated flag is set
3189         after calling set-window-buffer, which would otherwise reset it.
3191 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3193         * progmodes/meta-mode.el (meta-complete-symbol):
3194         * progmodes/etags.el (complete-tag):
3195         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3196         Use completion-in-region.
3198         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3199         (dabbrev-completion): Use completion-in-region.
3200         (dabbrev--abbrev-at-point): Simplify regexp.
3202         * abbrev.el (abbrev--before-point): Use word-motion functions
3203         if :regexp is not specified (bug#5031).
3205         * subr.el (string-prefix-p): New function.
3207         * man.el (Man-completion-cache): New var.
3208         (Man-completion-table): Use it.
3210         * vc.el (vc-print-log-internal): Make `limit' optional for better
3211         compatibility (e.g. with vc-annotate.el).
3213 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3215         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3216         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3218         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3219         when .el source file not found or other error.
3221 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3223         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3225 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3227         Handle the [back] button properly (bug#4979).
3228         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3229         Use help-setup-xref, help-buffer, and with-help-window.
3230         (describe-char): Add `buffer' argument.
3231         Pass proper command to help-setup-xref.  Don't meddle with
3232         help-xref-stack-item directly.
3233         (describe-text-category): Use with-help-window and help-buffer.
3235         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3236         for the displayed buffer (bug#4887).
3238         * man.el (Man-completion-table): New function.
3239         (man): Use it.
3241 2009-11-24  David Reitter  <david.reitter@gmail.com>
3243         * vc-git.el (vc-git-registered): Use checkout directory (where
3244         .git is) rather than the file's directory and a relative path spec
3245         to work around a bug in git.
3247 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3249         Improve handling of processes on remote hosts.
3251         * eshell/esh-util.el (eshell-path-env): New defvar.
3252         (eshell-parse-colon-path): New defun.
3253         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3255         * eshell/esh-ext.el (eshell-search-path):
3256         Use `eshell-parse-colon-path'.
3257         (eshell-remote-command): Remove argument HANDLER.
3258         (eshell-external-command): Check for FTP remote connection.
3260         * eshell/esh-proc.el (eshell-gather-process-output):
3261         Use `file-truename', in order to start also symlinked files.
3262         Apply `start-file-process' instead of `start-process'.
3263         Shorten `command' to the local file name part.
3265         * eshell/em-cmpl.el (eshell-complete-commands-list):
3266         Use `eshell-parse-colon-path'.
3268         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3270         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3271         to `eshell-directory-change-hook'.
3273 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3275         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3276         because it could be enabled automatically if view-read-only is non-nil.
3278 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3280         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3281         made on 2009-11-22.
3283 2009-11-24  Glenn Morris  <rgm@gnu.org>
3285         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3286         deleted variable bookmark-bmenu-bookmark-column.
3288         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3289         Move after definition of global-semantic-idle-tag-highlight-mode.
3291 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3293         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3295 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3297         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3298         two slashes to the "file:" prefix.
3299         (browse-url-file-url): De-munge Cygwin filenames before passing
3300         them to Windows browser.
3301         (browse-url-default-windows-browser): Use call-process.
3303 2009-11-23  Juri Linkov  <juri@jurta.org>
3305         Implement DocView Continuous mode.  (Bug#4896)
3306         * doc-view.el (doc-view-continuous-mode): New defcustom.
3307         (doc-view-mode-map): Bind C-n/<down> to
3308         `doc-view-next-line-or-next-page', C-p/<up> to
3309         `doc-view-previous-line-or-previous-page'.
3310         (doc-view-next-line-or-next-page)
3311         (doc-view-previous-line-or-previous-page): New commands.
3313 2009-11-23  Juri Linkov  <juri@jurta.org>
3315         Implement Isearch in comint input history.  (Bug#3746)
3316         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3317         `isearch-mode-hook'.
3318         (comint-history-isearch): New defcustom.
3319         (comint-history-isearch-backward)
3320         (comint-history-isearch-backward-regexp): New commands.
3321         (comint-history-isearch-message-overlay): New buffer-local variable.
3322         (comint-history-isearch-setup, comint-history-isearch-end)
3323         (comint-goto-input, comint-history-isearch-search)
3324         (comint-history-isearch-message, comint-history-isearch-wrap)
3325         (comint-history-isearch-push-state)
3326         (comint-history-isearch-pop-state): New functions.
3328 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3330         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3331         return.
3332         (tramp-handle-make-symbolic-link)
3333         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3334         Quote file names.
3335         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3336         (tramp-handle-process-file): Use it.
3338 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3340         * window.el (move-to-window-line-last-op): Remove.
3341         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3343 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3345         Make M-r mirror the new cycling behavior of C-l.
3346         * window.el (move-to-window-line-last-op): New var.
3347         (move-to-window-line-top-bottom): New command.
3348         (global-map): Bind M-r move-to-window-line-top-bottom.
3350 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
3352         * dired-x.el (dired-guess-shell-alist-default):
3353         Support xz format.  (Bug#4953)
3355 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
3357         * cedet/srecode/map.el (srecode-get-maps):
3358         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3359         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3360         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3361         (semantic-toggle-decoration-style):
3362         * cedet/semantic/decorate/include.el
3363         (semantic-decoration-include-describe)
3364         (semantic-decoration-unknown-include-describe)
3365         (semantic-decoration-unparsed-include-describe)
3366         (semantic-decoration-all-include-summary):
3367         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3368         * cedet/semantic/analyze/complete.el
3369         (semantic-analyze-possible-completions):
3370         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3371         (semantic-show-unmatched-syntax-mode)
3372         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3373         (semantic-highlight-func-mode):
3374         * cedet/semantic/util.el (semantic-describe-buffer):
3375         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3376         (semantic-symref-find-tags-by-name)
3377         (semantic-symref-find-tags-by-regexp)
3378         (semantic-symref-find-tags-by-completion)
3379         (semantic-symref-find-file-references-by-name)
3380         (semantic-symref-find-text):
3381         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3382         (senator-yank-tag):
3383         * cedet/semantic/scope.el (semantic-calculate-scope):
3384         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3385         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3386         (define-semantic-idle-service):
3387         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3388         (semantic-complete-analyze-inline-idle):
3389         * cedet/semantic/analyze.el (semantic-analyze-current-context):
3390         * cedet/mode-local.el (describe-mode-local-bindings)
3391         (describe-mode-local-bindings-in-mode):
3392         * cedet/ede/make.el (ede-make-check-version):
3393         * cedet/ede/locate.el (ede-enable-locate-on-project):
3394         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3395         (cedet-idutils-version-check):
3396         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3397         (cedet-gnu-global-version-check):
3398         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3399         (cedet-cscope-version-check): Use called-interactively-p instead
3400         of interactive-p.
3402         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3403         Use semantic-format-tag-prototype.
3405 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3407         * emulation/viper-cmd.el: Use viper-last-command-char instead of
3408         last-command-char/last-command-event.
3409         (viper-prefix-arg-value): Do correct conversion of event-char for
3410         XEmacs.
3412         * emulation/viper-util.el, emulation/viper.el:
3413         Use viper-last-command-char instead of
3414         last-command-char/last-command-event.
3416         * ediff-init.el, ediff-mult.el, ediff-util.el:
3417         Replace last-command-char and last-command-event
3418         with (ediff-last-command-char) everywhere.
3420         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3421         created in fundamental mode.
3423         * ediff.el (ediff-version): Revert the change of interactive-p to
3424         called-interactively-p.
3426 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3428         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3429         generation from word-movement command names.
3431 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
3433         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3434         (semantic-complete-jump-local, semantic-complete-jump):
3435         Improve prompt string.
3437 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3439         * cus-start.el (all): Add native condition for font-use-system-font.
3441 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
3443         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3444         Correct the patch from 2009-11-18.  (Bug#3910)
3446 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
3448         * progmodes/subword.el: Rename from lisp/subword.el.
3450         * subword.el: Rename to progmodes/subword.el.
3452         * Makefile.in (ELCFILES): Adapt to subword.el move.
3454 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3455             Stefan Monnier  <monnier@iro.umontreal.ca>
3457         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3458         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3459         (bookmark-bmenu-show-filenames): Use push.
3460         (bookmark-bmenu-hide-filenames): Use local var instead of
3461         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
3462         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3463         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3464         filenames now that the bookmark names are always available.
3466 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3468         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3469         (bookmark-search-pattern): Move and leave unbound.
3470         (bookmark-bmenu-mode-map): Change binding.
3471         (bookmark-read-search-input): Simplify.
3472         Don't use text-char-description.  Don't error on non-char events.
3473         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3474         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3475         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3476         Use a local var for the timer.
3477         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3478         (i.e. bookmark-bmenu-search).
3480 2009-11-21  Glenn Morris  <rgm@gnu.org>
3482         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
3484 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3486         * net/browse-url.el (browse-url-default-windows-browser):
3487         Use cygstart for cygwin.
3489 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
3491         * bookmark.el: Formatting and doc fixes only:
3492         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3493         (bookmark-bmenu-search): Wrap to fit within 80 columns.
3494           Minor grammar and punctuation fixes in doc string.
3495         (bookmark-read-search-input): Adjust to fit within 80 columns.
3497 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3499         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3500         (c-backward-into-nomenclature): Adapt to subword renaming.
3502         * subword.el (subword-forward, subword-backward, subword-mark)
3503         (subword-kill, subword-backward-kill, subword-transpose)
3504         (subword-downcase, subword-upcase, subword-capitalize)
3505         (subword-forward-internal, subword-backward-internal):
3506         Rename from forward-subword, backward-subword, mark-subword,
3507         kill-subword, backward-kill-subword, transpose-subwords,
3508         downcase-subword, upcase-subword, capitalize-subword,
3509         forward-subword-internal, backward-subword-internal.
3511 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3513         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3514         New options.
3515         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3516         New vars.
3517         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3518         (bookmark-bmenu-filter-alist-by-regexp)
3519         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3520         (bookmark-bmenu-search): New command.
3521         (bookmark-bmenu-mode-map): Bind it.
3523 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3525         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3527         * cedet/semantic/idle.el (define-semantic-idle-service)
3528         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3530 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3532         * progmodes/cc-cmds.el: declare-functioned forward-subword and
3533         backward-subword to quit the byte-compiler.
3535         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3537         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3539         * progmodes/cc-cmds.el (c-update-modeline)
3540         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3541         Refer to subword.el functions instead of cc-subword.el.
3543         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3544         subword.el functions instead of cc-subword.el.
3546         * progmodes/cc-subword.el: Rename to subword.el.
3547         * subword.el: Rename from progmodes/cc-subword.el.
3548         (subword-mode-map): Rename from c-subword-mode-map.
3549         (subword-mode): Rename from c-subword-mode.
3550         (global-subword-mode): New global minor mode.
3551         (forward-subword): Rename from c-forward-subword.
3552         (backward-subword): Rename from c-backward-subword.
3553         (mark-subword): Rename from c-mark-subword.
3554         (kill-subword): Rename from c-kill-subword.
3555         (backward-kill-subword): Rename from c-backward-kill-subword.
3556         (transpose-subwords): Rename from c-tranpose-subword.
3557         (downcase-subword): Rename from c-downcase-subword.
3558         (capitalize-subword): Rename from c-capitalize-subword.
3559         (forward-subword-internal): Rename from c-forward-subword-internal.
3560         (backward-subword-internal): Rename from c-backward-subword-internal.
3562 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3564         * vc.el (vc-deduce-fileset): Allow non-state changing operations
3565         from a dired buffer.
3566         (vc-dired-deduce-fileset): New function.
3567         (vc-root-diff, vc-print-root-log): Use it.
3569         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3570         nil LIMIT argument to vc-print-log-internal.
3572 2009-11-20  Glenn Morris  <rgm@gnu.org>
3574         * Makefile.in (ELCFILES): Regenerate.
3576 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3578         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3580         * cedet/semantic.el: Enable idle-mode menu items only if
3581         global-semantic-idle-scheduler-mode is enabled.
3582         (semantic-default-submodes): Doc fix.
3584         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3585         When turning off, disable other idle modes.
3587 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
3589         * calc/calc.el (calc-set-mode-line):
3590         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3591         (math-format-number): Rename `math-format-complement-signed' to
3592         `math-format-twos-complement'.
3594         * calc/calc-bin.el (math-format-twos-complement): Rename from
3595         math-format-complement-signed.
3596         (calc-radix): Rename `calc-complement-signed-mode' to
3597         `calc-twos-complement-mode'.
3598         (calc-octal-radix, calc-hex-radix): Add an argument for
3599         two's complement.
3601         * calc/calc-embed.el (calc-embedded-mode-vars):
3602         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3604         * calc/calc-ext.el (calc-init-extensions):
3605         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3606         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3608         * calc/calc-units.el (math-build-units-table-buffer):
3609         Let `calc-twos-complement-mode' be nil.
3611         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3612         entries.
3614         * calc/calc-vec.el (calcFunc-vunpack):
3615         * calc/calc-aent.el (calc-do-calc-eval):
3616         * calc/calc-forms.el (math-format-date):
3617         * calc/calc-graph.el (calc-graph-plot):
3618         * calc/calc-math.el (math-use-emacs-fn):
3619         * calc/calccomp.el (math-compose-expr):
3620         Let `calc-twos-complement-mode' be nil.
3622 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3624         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3625         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
3626         * minibuffer.el (completion-in-region-functions): New hook.
3627         (completion-in-region): New function.
3628         * emacs-lisp/lisp.el (lisp-complete-symbol):
3629         * pcomplete.el (pcomplete-std-complete): Use it.
3631 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3633         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3634         (latex-complete-alist): New vars.
3635         (latex-string-prefix-p, latex-complete-bibtex-keys)
3636         (latex-complete-envnames, latex-complete-refkeys)
3637         (latex-complete-data): New functions.
3638         (latex-complete, latex-indent-or-complete): New commands.
3640         * window.el (display-buffer-mark-dedicated): New var.
3641         (display-buffer): Obey it.
3642         * minibuffer.el (minibuffer-completion-help): Use it.
3644         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3646         * filecache.el (file-cache-add-file): Use push and cons.
3647         (file-cache-delete-file-regexp): Use push.
3648         (file-cache-complete): Use completion-in-region.
3650         * simple.el (with-wrapper-hook): Fix thinko.
3652         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3653         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3654         Use with-current-buffer and string-to-number.
3655         (hfy-fallback-colour-values): Use assoc-string.
3656         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3657         (hfy-face-at): Remove unused var `found-face'.
3658         (hfy-compile-stylesheet): Remove unused var `css'.
3659         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3660         and `orig-buffer'.
3661         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3662         Use with-current-buffer.
3663         (hfy-text-p): Use expand-file-name and fewer setq.
3665 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
3667         * htmlfontify.el, hfy-cmap.el: New files.
3669 2009-11-19  Juri Linkov  <juri@jurta.org>
3671         * minibuffer.el (completions-format): New defcustom.
3672         (completion--insert-strings): Implement vertical format.
3674         * simple.el (switch-to-completions): Move point to the first
3675         completion when point was at the beginning of the buffer.
3677 2009-11-19  Juri Linkov  <juri@jurta.org>
3679         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
3681         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3683 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3685         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3686         (mail-signature): Change default to t.
3687         (mail-from-style): Deprecate `system-default' value.
3688         (mail-insert-from-field): For default value of mail-from-style,
3689         default to `angles' unless `angles' needs quoting and `parens'
3690         does not.
3691         (mail-citation-prefix-regexp): Use citation regexp from
3692         message-mode.
3694 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
3696         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3697         Set variables for computing the prompt for reading password.
3699 2009-11-19  Glenn Morris  <rgm@gnu.org>
3701         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
3703         * textmodes/flyspell.el (sgml-lexical-context): Declare.
3705         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3706         (newsticker-treeview-listwindow-height): Fix custom type.
3708 2009-11-19  Kenichi Handa  <handa@m17n.org>
3710         * descr-text.el (describe-char-padded-string): Compose with TAB
3711         only if there's a font for CH.
3712         (describe-char): Fix the condition for detecting a trivial composition.
3714 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
3716         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3717         more accurate version of the regexp.  (Bug#3910)
3719 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3721         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3723 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
3725         * font-setting.el (font-use-system-font): Declare for byte-compiler.
3726         (font-setting-change-default-font): Fix typo in docstring.
3728 2009-11-18  Alan Mackenzie  <acm@muc.de>
3730         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3732 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3734         * font-setting.el (font-use-system-font): Move ...
3736         * cus-start.el (all): ... to here.
3738 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
3740         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3741         Don't set `ad-return-value' if `ad-do-it' doesn't.
3743         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3744         modification time.
3746 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3748         * menu-bar.el: Put "Use system font" in Option-menu.
3749         (menu-bar-options-save): Add font-use-system-font.
3751         * loadup.el: If feature system-font-setting or font-render-setting is
3752         there, load font-setting.
3754         * Makefile.in (ELCFILES): Add font-settings.el.
3755         * font-setting.el: New file.
3757 2009-11-17  Glenn Morris  <rgm@gnu.org>
3759         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3761         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3762         Preserve point in the list buffer.  (Bug#4939)
3763         Use point-at-eol.
3764         (newsticker--treeview-list-update-highlight)
3765         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3767 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3769         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3770         Remove.
3772         * calc/calc-ext.el (calc-init-extensions): Remove references to
3773         symclip.
3775         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3777         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3778         * calc/calc-help.el (calc-b-prefix-help): Remove references to
3779         `calc-symclip'.
3781 2009-11-16  Kevin Ryde  <user42@zip.com.au>
3783         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3784         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3786         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3787         (lm-keywords-list): Allow comma-only separator like "foo,bar".
3788         Ignore trailing spaces by omit-nulls to split-string (fixing
3789         regression from Emacs 21 due to the incompatible split-string
3790         change).  (Bug #4928.)
3792 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3794         * vc.el (vc-log-show-limit): Default to 2000.
3795         (vc-print-log-internal): Insert buttons to request more entries
3796         when limiting the output.
3798         * vc-sccs.el (vc-sccs-print-log):
3799         * vc-rcs.el (vc-rcs-print-log):
3800         * vc-cvs.el (vc-cvs-print-log):
3801         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3802         LIMIT is non-nil.
3804 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3806         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3807         error when `tramp-gvfs-dbus-event-vector' is set.
3808         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3810 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3812         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3814 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3816         * net/dbus.el (dbus-unregister-service): New defun.
3817         (dbus-register-property): Register the handlers of
3818         "org.freedesktop.DBus.Properties" for SERVICE.
3819         (dbus-property-handler): Fix docstring.
3821 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3823         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3824         Quote doc string reference in defvaralias as it is not in special form.
3825         (byte-compile-output-docform): Doc fix.
3827 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3829         * calc/calc.el (math-2-word-size, math-half-2-word-size)
3830         (calc-complement-signed-mode): New variables.
3831         (calc-set-mode-line): Add indicator for twos-complements.
3832         (math-format-number): Format twos-complement notation.
3834         * calc/calc-bin.el (calc-word-size): Reset the variables
3835         `math-2-word-size' and `math-half-2-word-size'.
3836         (math-format-complement-signed, math-symclip, calcFunc-symclip)
3837         (calc-symclip): New functions.
3839         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3841         * calc/calc-embed.el (calc-embedded-mode-vars):
3842         Add `calc-complement-signed-mode' to the list of modes.
3844         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3845         (calc-b-oper-keys): Add `calc-symclip' to list.
3847         * calc/calc-ext.el (math-read-number-fancy): Read complement
3848         signed numbers.
3849         (calc-init-extensions): Add binding for `calc-symclip'.
3850         Add autoload for `calcFunc-symclip' and `calc-symclip'.
3852         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3853         `calc-symclip'.
3854         (calc-modes-menu): Add item for twos complement mode.
3856         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3858 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3860         * register.el (jump-to-register, insert-register): Handle Semantic
3861         tags.  From commented-out advice in semantic/senator.el.
3863 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3865         * vc.el (vc-log-show-limit): New variable.
3866         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
3867         when using a prefix argument.
3868         (vc-print-log-internal): Add new argument LIMIT.
3870         * vc-svn.el (vc-svn-print-log):
3871         * vc-mtn.el (vc-mtn-print-log):
3872         * vc-hg.el (vc-hg-print-log):
3873         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3874         pass it to the log command when set.  Make the BUFFER argument
3875         non-optional.
3877         * vc-sccs.el (vc-sccs-print-log):
3878         * vc-rcs.el (vc-rcs-print-log):
3879         * vc-git.el (vc-git-print-log):
3880         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3881         ignore it.  Make the BUFFER argument non-optional
3883         * bindings.el (mode-line-buffer-identification): Do not purecopy.
3885 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3887         * dired.el (dired-mode-map): Move encryption items to "Operate"
3888         menu (Bug#4703).
3890         * strokes.el (strokes-update-window-configuration): Make strokes
3891         buffer current before erasing (Bug#4906).
3893         * cedet/semantic/idle.el (semantic-idle-summary-mode)
3894         (semantic-idle-summary-mode): Define using define-minor-mode
3895         instead of define-semantic-idle-service.
3896         (semantic-idle-summary-mode): New function.
3897         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3898         that mouse motion does not reset the echo area.
3900 2009-11-15  Juri Linkov  <juri@jurta.org>
3902         * simple.el (set-mark-default-inactive): Add :type, :group
3903         and :version.  (Bug#4876)
3905 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
3907         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3908         (archive-unique-fname): ... here.  (Bug#4929)
3910 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3912         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3913         with a real fix.
3915         * novice.el (disabled-command-function): Add useful args.
3916         Setup the help buffer so that [back] works.
3917         Remove redundant call to help-mode.
3918         (disabled-command-function): Use `case'.
3919         (en/disable-command): New function extracted from enable-command.
3920         (enable-command, disable-command): Use it.
3922 2009-11-14  Glenn Morris  <rgm@gnu.org>
3924         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3925         constants.  (Bug#4913)
3927         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3929 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3931         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3932         defined in C that have no doc-strings.  (Bug#1063)
3934 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
3936         * cus-edit.el (data, files):
3937         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
3939 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
3941         * simple.el (shell-command): Doc fix (Bug#4891).
3943         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3945 2009-11-14  Glenn Morris  <rgm@gnu.org>
3947         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3948         statements for vc-diff, emerge-quit, and rmail-cease-edit.
3949         If they are already loaded, eval-after-load will do the right thing.
3951         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3952         compiling.
3954         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3956         * simple.el (x-selection-owner-p): Declare.
3957         (read-mail-command): Use custom radio type rather than choice.
3958         (completion-no-auto-exit): Doc fix.
3960         * custom.el (defgroup):
3961         * epg-config.el (epg): Doc fixes.
3963 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3965         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3966         * international/ccl.el (define-ccl-program): Do not purecopy the
3967         docstring, defconst does it anyway.
3969 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3971         * add-log.el (add-change-log-entry): Avoid displaying the changelog
3972         a second time.
3974         * x-dnd.el (x-dnd-maybe-call-test-function):
3975         * window.el (split-window-vertically):
3976         * whitespace.el (whitespace-help-on):
3977         * vc-rcs.el (vc-rcs-consult-headers):
3978         * userlock.el (ask-user-about-lock-help)
3979         (ask-user-about-supersession-help):
3980         * type-break.el (type-break-force-mode-line-update):
3981         * time-stamp.el (time-stamp-conv-warn):
3982         * terminal.el (te-set-output-log, te-more-break, te-filter)
3983         (te-sentinel, terminal-emulator):
3984         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3985         (term-write-input-ring, term-check-source, term-start-output-log):
3986         (term-display-buffer-line, term-dynamic-list-completions):
3987         (term-ansi-make-term, serial-term):
3988         * subr.el (selective-display):
3989         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3990         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3991         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3992         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3993         (speedbar-remove-localized-speedbar-support)
3994         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3995         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3996         (speedbar-buffers-line-directory):
3997         * simple.el (shell-command-on-region, append-to-buffer)
3998         (prepend-to-buffer):
3999         * shadowfile.el (shadow-save-todo-file):
4000         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4001         (scroll-bar-maybe-set-window-start):
4002         * sb-image.el (speedbar-image-dump):
4003         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4004         (load-save-place-alist-from-file):
4005         * ps-samp.el (ps-print-message-from-summary):
4006         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4007         (ps-background-image, ps-begin-job, ps-do-despool):
4008         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4009         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4010         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4011         (pr-call-process, pr-file-list, pr-interface-save):
4012         * novice.el (disabled-command-function)
4013         (enable-command, disable-command):
4014         * mouse.el (mouse-buffer-menu-alist):
4015         * mouse-copy.el (mouse-kill-preserving-secondary):
4016         * macros.el (kbd-macro-query):
4017         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4018         * informat.el (batch-info-validate):
4019         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4020         * hippie-exp.el (try-expand-dabbrev-visible):
4021         * help-mode.el (help-make-xrefs):
4022         * help-fns.el (describe-variable):
4023         * generic-x.el (bat-generic-mode-run-as-comint):
4024         * finder.el (finder-mouse-select):
4025         * find-dired.el (find-dired-sentinel):
4026         * filesets.el (filesets-file-close):
4027         * files.el (list-directory):
4028         * faces.el (list-faces-display, describe-face):
4029         * facemenu.el (list-colors-display):
4030         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4031         * epg.el (epg--process-filter, epg-cancel):
4032         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4033         (epa--read-signature-type):
4034         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4035         (emerge-file-names):
4036         * ehelp.el (electric-helpify):
4037         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4038         * ediff-vers.el (rcs-ediff-view-revision):
4039         * ediff-util.el (ediff-setup):
4040         * ediff-mult.el (ediff-append-custom-diff):
4041         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4042         (ediff-wordify):
4043         * echistory.el (Electric-command-history-redo-expression):
4044         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4045         * disp-table.el (describe-display-table):
4046         * dired.el (dired-find-buffer-nocreate):
4047         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4048         * dabbrev.el (dabbrev--same-major-mode-p):
4049         * chistory.el (list-command-history):
4050         * apropos.el (apropos-documentation):
4051         * allout.el (allout-obtain-passphrase):
4052         (allout-copy-exposed-to-buffer):
4053         (allout-verify-passphrase): Use with-current-buffer.
4055 2009-11-13  Glenn Morris  <rgm@gnu.org>
4057         * Makefile.in (ELCFILES): Regenerate.
4059 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4061         * net/dbus.el (dbus-registered-objects-table): Rename from
4062         `dbus-registered-functions-table', because it contains also properties.
4063         (dbus-unregister-object): Unregister also properties.
4064         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4065         Use a timeout of 500 msec, in order to not block.
4066         (dbus-register-property, dbus-property-handler): New defuns.
4068 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4070         * simple.el (minibuffer-default-add-completions): Drop deprecated
4071         4th arg.
4073 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4075         * textmodes/artist.el (artist-mouse-choose-operation):
4076         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4077         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4078         (artist-compute-up-event-key): New function.
4079         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4081 2009-11-13  Kenichi Handa  <handa@m17n.org>
4083         * language/japan-util.el: Make sure that the value of jisx0208
4084         property is jisx0208 character.
4086 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4088         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4089         car or each item, not the whole list.
4091 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4093         * minibuffer.el (minibuffer-completion-help):
4094         Use minibuffer-hide-completions.
4096 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4098         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4099         (dired-revert): Use them (bug#4880).
4101 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4103         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4105 2009-11-12  Juri Linkov  <juri@jurta.org>
4107         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4108         New functions.
4109         (find-file-literally-at-point): Alias of `ffap-literally'.
4111 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4113         * textmodes/ispell.el (ispell-skip-region-alist):
4114         * textmodes/css-mode.el (auto-mode-alist):
4115         * progmodes/compile.el (auto-mode-alist):
4116         * international/mule.el (ctext-non-standard-encodings-alist)
4117         (ctext-non-standard-encodings-regexp):
4118         * simple.el (shell-command-switch, text-read-only):
4119         * replace.el (occur-mode-map):
4120         * paths.el (rmail-file-name):
4121         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4122         * find-file.el (ff-special-constructs):
4123         * files.el (file-name-handler-alist):
4124         * composite.el: Purecopy strings.
4126         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4128 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4130         * widget.el (define-widget): Purecopy the docstring.
4131         * international/mule-cmds.el (charset): Do not purecopy the
4132         docstring here, define-widget does it.
4134         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4135         * textmodes/bibtex-style.el (auto-mode-alist):
4136         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4137         * progmodes/compile.el (compile-command):
4138         * language/korea-util.el (default-korean-keyboard):
4139         * international/mule-conf.el (file-coding-system-alist):
4140         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4141         * tooltip.el (tooltip-frame-parameters):
4142         * newcomment.el (comment-end, comment-padding):
4143         * dired.el (dired-trivial-filenames):
4144         * comint.el (comint-file-name-prefix): Purecopy initial values.
4146 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4148         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4149         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4150         `tramp-unload'.
4151         (tramp-advice-make-auto-save-file-name)
4152         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4153         after removing the advice.
4155 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4157         * progmodes/grep.el (grep-regexp-alist):
4158         * international/mule-cmds.el (iso-2022-control-alist):
4159         * emacs-lisp/timer.el (timer-duration-words):
4160         * subr.el (version-separator, version-regexp-alist):
4161         * minibuffer.el (completion-styles-alist):
4162         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4163         Change defvars to defconsts.
4165         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4166         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4167         * international/mule-conf.el: Allow to be byte compiled.
4169         * international/mule.el (define-charset): Purecopy props.
4170         (load-with-code-conversion): Purecopy doc string and file name.
4171         (put-charset-property): Purecopy strings.
4172         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4174         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4175         (define-char-code-property): Correctly purecopy the table.
4177         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4179         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4181         * subr.el (add-hook): Purecopy strings.
4182         (eval-after-load): Purecopy load-history-regexp and the form.
4184         * custom.el (custom-declare-group): Purecopy load-file-name.
4186         * subr.el (menu-bar-separator): New defconst.
4187         * net/eudc.el (eudc-tools-menu):
4188         * international/mule-cmds.el (set-coding-system-map)
4189         (mule-menu-keymap):
4190         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4191         * vc-hooks.el (vc-menu-map):
4192         * replace.el (occur-mode-map):
4193         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4194         (menu-bar-edit-menu, menu-bar-goto-menu)
4195         (menu-bar-custom-menu, menu-bar-showhide-menu)
4196         (menu-bar-options-menu, menu-bar-tools-menu)
4197         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4198         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4199         (menu-bar-help-menu):
4200         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4201         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4203         * term/x-win.el (x-gtk-stock-map):
4204         * progmodes/vera-mode.el (auto-mode-alist):
4205         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4206         (inferior-lisp-program, inferior-lisp-load-command):
4207         * progmodes/hideshow.el (hs-special-modes-alist):
4208         * progmodes/gud.el (same-window-regexps):
4209         * progmodes/grep.el (grep-program, find-program, xargs-program):
4210         * net/telnet.el (same-window-regexps):
4211         * net/rlogin.el (same-window-regexps):
4212         * language/ethiopic.el (font-ccl-encoder-alist):
4213         * vc-sccs.el (vc-sccs-master-templates):
4214         * vc-rcs.el (vc-rcs-master-templates):
4215         * subr.el (cl-assertion-failed):
4216         * simple.el (next-error-overlay-arrow-position):
4217         * lpr.el (lpr-command):
4218         * locate.el (locate-ls-subdir-switches):
4219         * info.el (same-window-regexps, info)
4220         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4221         * image-mode.el (image-mode, auto-mode-alist):
4222         * hippie-exp.el (hippie-expand-ignore-buffers):
4223         * format.el (format-alist):
4224         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4225         (find-name-arg):
4226         * facemenu.el (facemenu-keybindings):
4227         * dired.el (dired-listing-switches, dired-chown-program):
4228         * diff.el (diff-switches, diff-command):
4229         * cus-edit.el (same-window-regexps):
4230         * bindings.el (mode-line-mule-info)
4231         (mode-line-buffer-identification): Purecopy strings.
4233 2009-11-11  Juri Linkov  <juri@jurta.org>
4235         * simple.el (dired-get-filename) <declare-function>:
4236         Tell the byte-compiler about dired-get-filename.
4237         (shell-command): In Dired mode, get filename from the current line
4238         as the default value.
4240 2009-11-10  Glenn Morris  <rgm@gnu.org>
4242         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4243         * calendar/holidays.el, progmodes/cperl-mode.el:
4244         Update x-popup-menu declarations.
4246         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4247         (list-load-path-shadows): Use dolist.
4248         (list-load-path-shadows): Use with-current-buffer.
4250 2009-11-10  Juri Linkov  <juri@jurta.org>
4252         * minibuffer.el (read-file-name): Support a list of default values
4253         in `default-filename'.  Use the first file name where only one
4254         element is required.  Doc fix.
4256 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4258         * net/dbus.el (dbus-unregister-object): Release service, if no
4259         other method is registered for it.
4261 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4263         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4264         bookmark-sort-flag is non-nil (Bug#4653).
4266 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4268         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4269         the progress reporter entirely.
4271         * emulation/cua-base.el: Add CUA property to some CC mode commands
4272         (Bug#4100).
4274 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4276         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4277         at end of sentence (Bug#4818).
4279 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4281         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4282         Handle "see declaration of" MSFT statements (Bug#4100).
4284 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4286         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4287         (tramp-advice-file-expand-wildcards): Unload via
4288         `ad-remove-advice'.
4290         * net/trampver.el: Update release number.
4292 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4294         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4295         `ad-do-it'.
4297 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4299         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4300         in order to keep context in SELinux.
4302 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4304         * dired-aux.el (dired-query): Place cursor in echo area and allow
4305         C-g.
4307         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4308         menu item if not on a directory (Bug#4701).
4310 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4312         Sync with Tramp 2.1.17.
4314         * net/tramp.el (tramp-handle-copy-directory): Don't use
4315         `file-remote-p' (due to compatibility).
4317         * net/tramp-compat.el (tramp-compat-copy-directory)
4318         (tramp-compat-delete-directory): New defuns.
4320         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4321         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4322         `tramp-compat-delete-directory'.
4324         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4325         (tramp-smb-handle-delete-directory): Use
4326         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4328         * net/trampver.el: Update release number.
4330 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4332         * tar-mode.el (tar-copy): Call write-region on the right buffer
4333         (Bug#4857).
4335         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4336         by hand, if necessary (Bug#4878).
4338 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4340         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4341         align size column (Bug#4839).
4343         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4344         statement.
4346 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4348         * progmodes/ld-script.el (auto-mode-alist):
4349         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4351         * cus-face.el (custom-declare-face): Purecopy face spec.
4353 2009-11-06  Kenichi Handa  <handa@m17n.org>
4355         * international/uni-bidi.el: Re-generated.
4356         * international/uni-category.el: Re-generated.
4357         * international/uni-combining.el: Re-generated.
4358         * international/uni-mirrored.el: Re-generated.
4360 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4362         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4363         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4364         (tex-start-options, slitex-run-command, latex-run-command)
4365         (tex-run-command, tex-directory):
4366         * textmodes/ispell.el (ispell-html-skip-alists)
4367         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4368         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4369         (adaptive-fill-regexp):
4370         * textmodes/dns-mode.el (auto-mode-alist):
4371         * progmodes/python.el (interpreter-mode-alist):
4372         * progmodes/etags.el (tags-compression-info-list):
4373         * progmodes/etags.el (tags-file-name):
4374         * net/browse-url.el (browse-url-galeon-program)
4375         (browse-url-firefox-program):
4376         * mail/sendmail.el (mail-signature-file)
4377         (mail-citation-prefix-regexp):
4378         * international/mule-conf.el (eight-bit):
4379         * international/latexenc.el (latex-inputenc-coding-alist):
4380         * international/fontset.el (x-pixel-size-width-font-regexp):
4381         * emacs-lisp/warnings.el (warning-type-format):
4382         * emacs-lisp/trace.el (trace-buffer):
4383         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4384         (emacs-lisp-mode-map):
4385         * calendar/holidays.el (holiday-solar-holidays)
4386         (holiday-bahai-holidays, holiday-islamic-holidays)
4387         (holiday-christian-holidays, holiday-hebrew-holidays)
4388         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4389         (hebrew-holidays-1, holiday-oriental-holidays)
4390         (holiday-general-holidays):
4391         * x-dnd.el (x-dnd-known-types):
4392         * tool-bar.el (tool-bar):
4393         * startup.el (site-run-file):
4394         * shell.el (shell-dumb-shell-regexp):
4395         * rfn-eshadow.el (file-name-shadow-tty-properties)
4396         (file-name-shadow-properties):
4397         * paths.el (remote-shell-program, news-directory):
4398         * mouse.el ([C-down-mouse-3]):
4399         * menu-bar.el (menu-bar-tools-menu):
4400         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4401         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4402         (jka-compr-compression-info-list):
4403         * isearch.el (search-whitespace-regexp):
4404         * image-file.el (image-file-name-extensions):
4405         * find-dired.el (find-ls-option):
4406         * files.el (directory-listing-before-filename-regexp)
4407         (directory-free-space-args, insert-directory-program)
4408         (list-directory-brief-switches, magic-fallback-mode-alist)
4409         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4410         (automount-dir-prefix):
4411         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4412         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4413         (face-font-registry-alternatives, face-font-registry-alternatives)
4414         (face-font-family-alternatives):
4415         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4416         (facemenu-foreground-menu, facemenu-face-menu):
4417         * epa-hook.el (epa-file-name-regexp):
4418         * dnd.el (dnd-protocol-alist):
4419         * textmodes/rst.el (auto-mode-alist):
4420         * button.el (default-button): Purecopy strings.
4422 2009-11-06  Glenn Morris  <rgm@gnu.org>
4424         * Makefile.in (ELCFILES): Update.
4426 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4428         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4429         * emacs-lisp/levents.el: Move to obsolete/levents.el.
4431         * nxml/xsd-regexp.el (xsdre-gen-categories):
4432         * nxml/xmltok.el (xmltok-parse-entity):
4433         * nxml/rng-parse.el (rng-parse-validate-file):
4434         * nxml/rng-maint.el (rng-format-manual)
4435         (rng-manual-output-force-new-line):
4436         * nxml/rng-loc.el (rng-save-schema-location-1):
4437         * nxml/rng-cmpct.el (rng-c-parse-file):
4438         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4439         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4441 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
4443         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4444         Remove extra save-excursions and make-variable-buffer-local's.
4445         Suggested by Stefan Monnier.
4447         (verilog-getopt-file, verilog-module-inside-filename-p)
4448         (verilog-set-define): Merge GNU 1.35 and repair changes from
4449         switching to using with-current-buffer.
4451         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4452         being treated as a number and confusing AUTORESET.
4453         Reported by Dan Dever.
4455         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4456         Add verilog-auto-ignore-concat to fix backward compatibility with
4457         older verilog-modes.  Reported by Dan Katz.
4459         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4460         containing closing anchors "...$".
4462         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4463         Reported by Wade Smith.
4465         (verilog-batch-execute-func): Comment on function usage.
4467 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
4469         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4470         for labels.
4472         (verilog-label-re, verilog-calc-1): Support proper indent of named
4473         asserts.
4475         (verilog-backward-token, verilog-basic-complete-re)
4476         (verilog-beg-of-statement, verilog-indent-re): Support proper
4477         indent of the assert statement at the beginning of a block of text.
4479         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4480         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4481         tokens as begins.
4483 2009-11-05  Glenn Morris  <rgm@gnu.org>
4485         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4486         Emacs 19.  (Bug#1531)
4487         (byte-compile-fix-header): Update for the above change.
4488         Drop test for epoch::version.
4490         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4491         * cus-dep.el (custom-make-dependencies):
4492         * finder.el (finder-compile-keywords):
4493         Use autoload-rubric's feature argument.
4495         * calendar/diary-lib.el (top-level): Make load behave more like require.
4497         * vc-git.el (vc-git-stash-map): Move definition before use.
4499 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4501         * custom.el (custom-declare-group): Purecopy standard-value.
4502         (custom-declare-group): Purecopy custom-prefix.
4504         * international/mule.el (load-with-code-conversion):
4505         Call do-after-load-evaluation unconditionally.
4507         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4509 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4511         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4513 2009-11-04  Glenn Morris  <rgm@gnu.org>
4515         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4516         (byte-compile-compatibility): Remove option.
4517         (byte-compile-close-variables, byte-compile-fix-header)
4518         (byte-compile-insert-header, byte-compile-output-docform)
4519         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4520         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4521         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4522         (byte-compile-insert, byte-compile-defun):
4523         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
4524         (byte-defop-compiler19): Remove.
4525         Without byte-compile-compatibility, the 'emacs19-opcode property is not
4526         used by anything.  Replace all calls with byte-defop-compiler.
4528 2009-11-04  Juri Linkov  <juri@jurta.org>
4530         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4531         (menu-bar-options-menu): Don't quote the `prop' arg of
4532         `menu-bar-make-mm-toggle'.
4534 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
4536         * calendar/calendar.el (cal-loaddefs):
4537         * calendar/diary-lib.el (diary-loaddefs):
4538         * calendar/holidays.el (hol-loaddefs):
4539         * eshell/esh-module.el (esh-groups): Load rather than require.
4541 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * calendar/todo-mode.el (todo-add-category): Don't hardcode
4544         point-min==1.
4545         (todo-top-priorities): Only display-buffer when called interactively.
4546         (todo-item-start): Don't save excursion point.
4547         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
4548         (todo-insert-item-here, todo-file-item, todo-remove-item):
4549         Adjust uses of todo-item-start and todo-item-end.
4551         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4552         (autoload-rubric): Don't use any more.
4553         * cedet/semantic/fw.el (semantic/loaddefs):
4554         * cedet/srecode.el (srecode/loaddefs):
4555         * cedet/ede.el (ede/loaddefs): Load rather than require.
4556         * cedet/ede/cpp-root.el:
4557         * cedet/ede/emacs.el:
4558         * cedet/ede/files.el:
4559         * cedet/ede/linux.el:
4560         * cedet/ede/locate.el:
4561         * cedet/ede/make.el:
4562         * cedet/ede/shell.el:
4563         * cedet/ede/speedbar.el:
4564         * cedet/ede/system.el:
4565         * cedet/ede/util.el:
4566         * cedet/semantic/analyze.el:
4567         * cedet/semantic/bovine.el:
4568         * cedet/semantic/complete.el:
4569         * cedet/semantic/ctxt.el:
4570         * cedet/semantic/db-file.el:
4571         * cedet/semantic/db-find.el:
4572         * cedet/semantic/db-global.el:
4573         * cedet/semantic/db-mode.el:
4574         * cedet/semantic/db-typecache.el:
4575         * cedet/semantic/db.el:
4576         * cedet/semantic/debug.el:
4577         * cedet/semantic/dep.el:
4578         * cedet/semantic/doc.el:
4579         * cedet/semantic/edit.el:
4580         * cedet/semantic/find.el:
4581         * cedet/semantic/format.el:
4582         * cedet/semantic/html.el:
4583         * cedet/semantic/ia-sb.el:
4584         * cedet/semantic/ia.el:
4585         * cedet/semantic/idle.el:
4586         * cedet/semantic/lex-spp.el:
4587         * cedet/semantic/lex.el:
4588         * cedet/semantic/mru-bookmark.el:
4589         * cedet/semantic/scope.el:
4590         * cedet/semantic/senator.el:
4591         * cedet/semantic/sort.el:
4592         * cedet/semantic/symref.el:
4593         * cedet/semantic/tag-file.el:
4594         * cedet/semantic/tag-ls.el:
4595         * cedet/semantic/tag-write.el:
4596         * cedet/semantic/tag.el:
4597         * cedet/semantic/util-modes.el:
4598         * cedet/semantic/analyze/complete.el:
4599         * cedet/semantic/analyze/refs.el:
4600         * cedet/semantic/bovine/c.el:
4601         * cedet/semantic/bovine/gcc.el:
4602         * cedet/semantic/bovine/make.el:
4603         * cedet/semantic/bovine/scm.el:
4604         * cedet/semantic/decorate/include.el:
4605         * cedet/semantic/decorate/mode.el:
4606         * cedet/semantic/symref/cscope.el:
4607         * cedet/semantic/symref/global.el:
4608         * cedet/semantic/symref/grep.el:
4609         * cedet/semantic/symref/idutils.el:
4610         * cedet/semantic/symref/list.el:
4611         * cedet/semantic/wisent/java-tags.el:
4612         * cedet/semantic/wisent/javascript.el:
4613         * cedet/srecode/compile.el:
4614         * cedet/srecode/cpp.el:
4615         * cedet/srecode/document.el:
4616         * cedet/srecode/el.el:
4617         * cedet/srecode/expandproto.el:
4618         * cedet/srecode/getset.el:
4619         * cedet/srecode/insert.el:
4620         * cedet/srecode/java.el:
4621         * cedet/srecode/map.el:
4622         * cedet/srecode/mode.el:
4623         * cedet/srecode/template.el:
4624         * cedet/srecode/texi.el: Remove the file-local setting of
4625         generated-autoload-feature.
4627         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4628         and only put a prop if it is non-nil.
4630 2009-11-03  Juri Linkov  <juri@jurta.org>
4632         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4633         (menu-bar-options-menu): Fix list quoting (Bug#4429).
4635         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4636         and "Menu" to make top-level menu item visually one unit (like
4637         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4638         multi-word menu items).  Fix :help string for quit-window.
4640 2009-11-03  Glenn Morris  <rgm@gnu.org>
4642         * cedet/mode-local.el (with-mode-local): Doc fix.
4644         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4645         (byte-compile-file-form-define-abbrev-table)
4646         (byte-compile-file-form-custom-declare-variable)
4647         (byte-compile-variable-ref, byte-compile-defvar):
4648         Whether or not a warning is enabled should only affect whether we issue
4649         the warning, not whether or not we collect the relevant data.
4650         Eg warnings can be turned on and off throughout the course of a file.
4652         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4653         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4655 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4657         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4658         * play/mpuz.el (mpuz-create-buffer):
4659         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4660         (lm-print-y,s,noise, lm-print-w0, lm-init):
4661         * play/gomoku.el (gomoku-prompt-for-move):
4662         * play/fortune.el (fortune-in-buffer):
4663         * play/dissociate.el (dissociated-press):
4664         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4665         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4666         * mail/supercite.el (sc-eref-show):
4667         * mail/smtpmail.el (smtpmail-send-it):
4668         * mail/rmailsum.el (rmail-summary-next-labeled-message)
4669         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4670         (rmail-summary-undelete-many, rmail-summary-rmail-update)
4671         (rmail-summary-goto-msg, rmail-summary-expunge)
4672         (rmail-summary-get-new-mail, rmail-summary-search-backward)
4673         (rmail-summary-add-label, rmail-summary-output-menu)
4674         (rmail-summary-output-body):
4675         * mail/rfc822.el (rfc822-addresses):
4676         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4677         * mail/mailpost.el (post-mail-send-it):
4678         * mail/hashcash.el (hashcash-generate-payment):
4679         * mail/feedmail.el (feedmail-run-the-queue)
4680         (feedmail-queue-send-edit-prompt-help-first)
4681         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4682         (feedmail-deduce-address-list):
4683         * eshell/esh-ext.el (eshell-remote-command):
4684         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4685         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4686         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4687         (viper-save-string-in-file, viper-valid-marker):
4688         * emulation/viper-keym.el (viper-toggle-key):
4689         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4690         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4691         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4692         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4693         (viper-exec-form-in-emacs, viper-brac-function):
4694         * emulation/viper.el (viper-delocalize-var):
4695         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4696         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4697         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4698         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4699         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4700         * emulation/edt.el (edt-electric-helpify):
4701         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4702         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4703         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4704         (cua-indent-to-global-mark-column):
4705         * calendar/diary-lib.el (calendar-mark-1):
4706         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4707         Use with-current-buffer.
4708         * emulation/viper.el (viper-delocalize-var): Use dolist.
4710 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
4712         * comint.el (comint-replace-by-expanded-history-before-point):
4713         Replace !! with the previous input string literally (Bug#1795).
4715 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
4717         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4718         to be made up of whitespace.
4720 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
4722         * minibuffer.el (read-file-name): Don't use file dialogs for
4723         remote directories (Bug#99).
4725 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
4727         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4729 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4731         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4732         instead of deleting the window or frame.
4734 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4736         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4737         Support face colors.
4739         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4740         New function.  Support face colors (Bug#1168).
4741         (tex-common-initialization): Use it.
4743         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4744         mode allows it (Bug#1168).
4746 2009-10-31  Juri Linkov  <juri@jurta.org>
4748         * facemenu.el (list-colors-display): Don't mark buffer as
4749         modified (Bug#3948).
4751 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4753         * international/mule-diag.el (list-character-sets-1): Minor
4754         message fix (Bug#3526).
4756         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4757         face property (Bug#4834).
4758         (etags-list-tags, etags-tags-apropos-additional)
4759         (etags-tags-apropos, tags-select-tags-table): Add follow-link
4760         property.
4762         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4763         items.
4765         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4766         items.
4768         * cedet/ede.el (ede-minor-mode):
4769         * cedet/semantic.el (semantic-mode): Toggle menu separators.
4771 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4773         * textmodes/two-column.el (2C-split):
4774         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4775         * textmodes/tex-mode.el (tex-set-buffer-directory):
4776         * textmodes/spell.el (spell-region, spell-string):
4777         * textmodes/reftex.el (reftex-erase-buffer):
4778         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4779         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4780         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4781         (reftex-select-item):
4782         * textmodes/reftex-ref.el (reftex-label-info-update)
4783         (reftex-offer-label-menu):
4784         * textmodes/reftex-index.el (reftex-index-change-entry)
4785         (reftex-index-phrases-info):
4786         * textmodes/reftex-global.el (reftex-create-tags-file)
4787         (reftex-save-all-document-buffers, reftex-ensure-write-access):
4788         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4789         (reftex-view-crossref-from-bibtex):
4790         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4791         (reftex-extract-bib-entries-from-thebibliography)
4792         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4793         * textmodes/refbib.el (r2b-capitalize-title):
4794         (r2b-convert-buffer, r2b-help):
4795         * textmodes/page-ext.el (pages-directory)
4796         (pages-directory-goto-with-mouse):
4797         * textmodes/bibtex.el (bibtex-validate-globally):
4798         * textmodes/bib-mode.el (bib-capitalize-title):
4799         * textmodes/artist.el (artist-clear-buffer, artist-system):
4800         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4801         (local-set-scheme-interaction-buffer, xscheme-process-filter)
4802         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4803         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4804         (xscheme-send-control-g-interrupt, xscheme-start-process)
4805         (xscheme-process-sentinel, xscheme-cd):
4806         * progmodes/verilog-mode.el (verilog-read-always-signals)
4807         (verilog-set-define, verilog-getopt-file)
4808         (verilog-module-inside-filename-p):
4809         * progmodes/sh-script.el:
4810         * progmodes/python.el (python-pdbtrack-get-source-buffer)
4811         (python-pdbtrack-grub-for-buffer, python-execute-file):
4812         * progmodes/octave-inf.el (inferior-octave):
4813         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4814         (idlwave-shell-compile-helper-routines, idlwave-set-local)
4815         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4816         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4817         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4818         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4819         (idlwave-shell-filter, idlwave-shell-examine-highlight)
4820         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4821         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4822         (idlwave-shell-examine-display, idlwave-shell-run-region)
4823         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4824         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4825         * progmodes/idlw-help.el (idlwave-help-get-special-help)
4826         (idlwave-help-get-help-buffer):
4827         * progmodes/gud.el (gud-basic-call, gud-find-class)
4828         (gud-tooltip-activate-mouse-motions-if-enabled):
4829         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4830         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4831         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4832         (ebrowse-tags-next-file):
4833         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4834         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4835         (ebnf-eps-finish-and-write):
4836         * progmodes/cpp.el (cpp-edit-save):
4837         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4838         * progmodes/cc-defs.el (c-emacs-features):
4839         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4840         (antlr-directory-dependencies):
4841         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4842         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4843         (ada-find-any-references, ada-make-filename-from-adaname)
4844         (ada-make-body-gnatstub):
4845         * obsolete/rnews.el (news-list-news-groups):
4846         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4847         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4848         * net/rcirc.el (rcirc-debug):
4849         * net/newst-treeview.el (newsticker--treeview-list-add-item)
4850         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4851         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4852         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4853         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4854         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4855         (newsticker--treeview-list-clear-highlight)
4856         (newsticker--treeview-list-update-highlight)
4857         (newsticker--treeview-list-highlight-start)
4858         (newsticker--treeview-tree-update-highlight)
4859         (newsticker--treeview-get-selected-item)
4860         (newsticker-treeview-mark-list-items-old)
4861         (newsticker--treeview-set-current-node):
4862         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4863         * net/newst-backend.el (newsticker--get-news-by-funcall)
4864         (newsticker--get-news-by-wget, newsticker--image-get)
4865         (newsticker--image-sentinel):
4866         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4867         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4868         (eudc-ph-close-session):
4869         * net/eudc.el (eudc-save-options):
4870         * language/thai-word.el (thai-update-word-table):
4871         * language/japan-util.el (japanese-string-conversion):
4872         * international/titdic-cnv.el (tsang-quick-converter)
4873         (ziranma-converter, ctlau-converter):
4874         * international/mule-cmds.el (describe-language-environment):
4875         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4876         (skkdic-convert-postfix, skkdic-convert-prefix):
4877         (skkdic-convert-okuri-nasi, skkdic-convert):
4878         * emacs-lisp/re-builder.el (reb-update-overlays):
4879         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4880         * emacs-lisp/gulp.el (gulp-send-requests):
4881         * emacs-lisp/find-gc.el (trace-call-tree):
4882         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4883         (eieio-describe-generic):
4884         * emacs-lisp/eieio-base.el (eieio-persistent-read):
4885         * emacs-lisp/edebug.el (edebug-outside-excursion):
4886         * emacs-lisp/debug.el (debugger-make-xrefs):
4887         * emacs-lisp/cust-print.el (custom-prin1-to-string):
4888         * emacs-lisp/chart.el (chart-new-buffer):
4889         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4890         Use with-current-buffer.
4891         * textmodes/artist.el (artist-system): Don't call
4892         copy-sequence on a fresh string.
4893         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4895 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
4897         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4898         is no item to edit.  (Bug#4820)
4899         (todo-top-priorities): Restore point and restore narrowing in Todo
4900         buffer.  (Bug#4820)
4902 2009-10-31  Glenn Morris  <rgm@gnu.org>
4904         * net/ange-ftp.el (top-level): Don't require dired when compiling.
4905         (comint-last-output-start, comint-last-input-start)
4906         (comint-last-input-end): Don't defvar when compiling.
4907         (ange-ftp-process-file): Use bound-and-true-p.
4909         * pcmpl-rpm.el (top-level): Move provide statement to end.
4910         (pcmpl-rpm): Remove unused custom group.
4912         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4914         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4916         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4917         (byte-compile-warnings): Add `constants' as an option.
4918         (byte-compile-callargs-warn, byte-compile-arglist-warn)
4919         (display-call-tree): Update for byte-compile-fdefinition possibly
4920         returning `(macro lambda ...)'.  (Bug#4778)
4921         (byte-compile-variable-ref, byte-compile-setq-default):
4922         Respect `constants' member of byte-compile-warnings.
4924         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4925         Use mapc rather than mapcar because the return value is never used.
4927         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4928         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4929         * cedet/semantic/html.el:
4930         Suppress harmless warnings about setting up semantic-imenu (not
4931         part of Emacs) variables.
4933 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4935         * vc-bzr.el (vc-bzr-revision-keywords): New var.
4936         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4937         to "submit:".
4939         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4940         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4941         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4942         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4943         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4944         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4945         (semantic-analyzer-debug-global-symbol)
4946         (semantic-analyzer-debug-missing-innertype)
4947         (semantic-analyzer-debug-insert-include-summary):
4948         * cedet/semantic/util.el (semantic-file-tag-table):
4949         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4950         (semantic-recursive-find-nonterminal-by-name):
4951         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4952         * cedet/semantic/tag-file.el (semantic-prototype-file):
4953         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4954         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4955         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4956         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4957         (semantic-idle-summary-maybe-highlight):
4958         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4959         (semantic-ia-sb-tag-info):
4960         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4961         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4962         * cedet/semantic/ede-grammar.el (project-compile-target):
4963         (ede-proj-makefile-insert-variables):
4964         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4965         (semantic-debug-set-source-location, semantic-debug-interface-layout)
4966         (semantic-debug-mode, semantic-debug):
4967         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4968         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4969         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4970         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4971         (semanticdb-find-translate-path-includes--internal)
4972         (semanticdb-reset-log, semanticdb-find-log-activity):
4973         * cedet/semantic/db-file.el (object-write):
4974         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4975         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4976         (semanticdb-create-ebrowse-database):
4977         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4978         * cedet/semantic/complete.el (semantic-displayor-focus-request)
4979         (semantic-collector-calculate-completions-raw)
4980         (semantic-complete-read-tag-analyzer):
4981         * cedet/semantic/analyze.el (semantic-analyze-pulse):
4982         * cedet/ede/util.el (ede-update-version-in-source):
4983         * cedet/ede/proj.el (project-delete-target):
4984         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4985         (ede-proj-flush-autoconf):
4986         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4987         (ede-proj-configure-synchronize):
4988         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4989         * cedet/ede/linux.el (ede-linux-version):
4990         * cedet/ede/emacs.el (ede-emacs-version):
4991         * cedet/ede/dired.el (ede-dired-add-to-target):
4992         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4993         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4994         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4995         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4996         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4997         (cedet-idutils-version-check):
4998         * cedet/cedet-global.el (cedet-gnu-global-call):
4999         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5000         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5001         * cedet/cedet-cscope.el (cedet-cscope-call)
5002         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5003         Use with-current-buffer.
5004         * cedet/ede.el (ede-make-project-local-variable)
5005         (ede-set-project-variables, ede-set): Use dolist.
5007 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5009         * textmodes/ispell.el (ispell-skip-region-alist):
5010         * international/mule-conf.el (eight-bit):
5011         * international/fontset.el (font-encoding-alist):
5012         * startup.el (pure-space-overflow-message):
5013         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5014         * paths.el (gnus-nntp-service, rmail-spool-directory)
5015         (term-file-prefix):
5016         * files.el (save-some-buffers-action-alist):
5017         * cmuscheme.el (same-window-buffer-names):
5018         * ielm.el (same-window-buffer-names):
5019         * shell.el (same-window-buffer-names):
5020         * mail/sendmail.el (same-window-buffer-names):
5021         * progmodes/inf-lisp.el (same-window-buffer-names):
5022         * bindings.el (mode-line-client)
5023         (mode-line-column-line-number-mode-map):
5024         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5025         (tibetan-precomposed-regexp): Purecopy string arguments.
5027 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5029         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5030         (calcDigit-nondigit):
5031         * calc/calc-yank.el (calc-copy-to-buffer):
5032         * calc/calc-units.el (calc-invalidate-units-table):
5033         * calc/calc-trail.el (calc-trail-yank):
5034         * calc/calc-store.el (calc-insert-variables):
5035         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5036         * calc/calc-prog.el (calc-read-parse-table):
5037         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5038         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5039         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5040         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5041         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5042         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5043         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5044         * calc/calc-ext.el (calc-realign):
5045         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5046         (calc-embedded-finish-edit, calc-embedded-make-info)
5047         (calc-embedded-finish-command, calc-embedded-stack-change):
5048         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5050         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5051         (overload-docstring-extension): Use that info.
5052         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5053         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5054         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5055         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5056         (semantic-nonterminal-full-name): Add the new `when' info.
5057         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5058         `assert'.
5060         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5061         shell-dynamic-complete-filename in preference to
5062         comint-dynamic-complete-filename.
5064         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5065         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5066         Don't consider whether the display supports colors.
5067         (bookmark-import-new-list): Use dolist.
5068         (bookmark-bmenu-mode-map): Move initialization into declaration.
5069         (bookmark-bmenu-list): Use dolist, simplify.
5070         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5071         (menu-bar-final-items): Use push.
5073 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5075         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5076         it works on remote files.
5077         (vc-hg-diff): Don't pass any `--cwd' argument.
5079 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5081         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5082         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5083         (Further to Bug#3921).
5085 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5087         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5088         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5089         calling `tramp-imap-put-file'.  Add file size to the call.
5090         (tramp-imap-get-file-entries): Compute also user name, file size,
5091         and date.
5092         (tramp-imap-handle-insert-directory): Insert uid and gid.
5093         (tramp-imap-handle-file-attributes): Transform uid and gid
5094         according to `id-format'.
5095         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5096         size in header X-Size.
5098 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5100         * simple.el (transpose-subr): Give clearer error when the mark
5101         is not set.  (Bug#4807)
5103 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5105         * net/tramp.el (tramp-perl-file-truename): New defconst.
5106         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5107         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5108         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5109         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5111         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5112         Ignore `dired-call-process'.
5113         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5115 2009-10-26  Julian Scheid  <julians37@gmail.com>
5117         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5118         (tramp-get-remote-readlink): New defun.
5119         (tramp-handle-file-truename): Use it.
5120         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5121         file exists if cache value present.
5122         (tramp-check-cached-permissions): New defun.
5123         (tramp-handle-file-readable-p): Use it.
5124         (tramp-handle-file-writable-p): Likewise.
5125         (tramp-handle-file-executable-p): Likewise.
5126         (tramp-handle-file-name-all-completions): Try using Perl to get
5127         partial completions.  When perl not available, combine `cd' and
5128         `ls' into single remote operation and use shell expansion to get
5129         partial remote directory contents.  Set `file-exists-p' cache for
5130         directory and any files returned by ls.  Change cache handling to
5131         support partial directory contents.  Use error message emitted by
5132         remote `cd' or Perl code for local tramp-error.
5133         (tramp-do-copy-or-rename-file-directly): Avoid separate
5134         tramp-send-command-and-check call.
5135         (tramp-handle-process-file): Merge three remote ops into one.
5136         Do not flush all caches when `process-file-side-effects' is set.
5137         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5138         file-attributes shows uid/gid to be set already.
5140 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5142         * textmodes/tex-mode.el (tex-dvi-view-command)
5143         (tex-show-queue-command, tex-open-quote):
5144         * progmodes/ruby-mode.el (auto-mode-alist)
5145         (interpreter-mode-alist): Purecopy strings.
5147         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5149         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5150         string for the hook, keymap and abbrev table.
5152         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5154         * x-dnd.el (x-dnd-xdnd-to-action):
5155         * startup.el (fancy-startup-text, fancy-about-text): Change to
5156         defconst from defvar.
5158         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5160         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5161         Purecopy initialization strings.
5163         * mail/sendmail.el (mail-header-separator)
5164         (mail-personal-alias-file):
5165         * mail/rmail.el (rmail-default-dont-reply-to-names)
5166         (rmail-ignored-headers, rmail-retry-ignored-headers)
5167         (rmail-highlighted-headers, rmail-secondary-file-directory)
5168         (rmail-secondary-file-regexp):
5169         * files.el (null-device, file-name-invalid-regexp)
5170         (locate-dominating-stop-dir-regexp)
5171         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5172         (interpreter-mode-alist): Use mapcar instead of mapc.
5174         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5176         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5177         (completion-ignored-extensions):
5178         (debug-ignored-errors): Purecopy strings.
5180 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5182         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5183         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5184         (pcomplete--here): Use push.
5186         * subr.el (all-completions): Declare the 4th arg obsolete.
5188 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5190         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5191         (pcomplete-unquote-argument): New function.
5192         (pcomplete--common-suffix): Always pay attention to case.
5193         (pcomplete--table-subvert): Quote and unquote the text.
5194         (pcomplete--common-quoted-suffix): New function.
5195         (pcomplete-std-complete): Use it and pcomplete-begin.
5197         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5198         we're inside a dedicated or minibuffer window.
5200 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5202         * cedet/semantic/fw.el (semantic-alias-obsolete)
5203         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5204         (define-mode-overload-implementation):
5205         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5206         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5207         * cedet/semantic/util.el (semantic-file-token-stream)
5208         (semantic-something-to-stream):
5209         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5210         (semantic-expand-nonterminal):
5211         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5212         (semantic-find-dependency, semantic-find-nonterminal)
5213         (semantic-find-dependency):
5214         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5215         (semantic-flex-text, semantic-flex-make-keyword-table)
5216         (semantic-flex-keyword-p, semantic-flex-keyword-put)
5217         (semantic-flex-keyword-get, semantic-flex-map-keywords)
5218         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5219         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5220         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5221         (semantic-after-idle-scheduler-reparse-hooks):
5222         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5223         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5224         * cedet/semantic.el (semantic-toplevel-bovine-table)
5225         (semantic-toplevel-bovine-cache)
5226         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5227         (semantic-init-mode-hooks, semantic-init-db-hooks)
5228         (semantic-bovination-working-type): Provide the `when' arg.
5230 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5232         * bookmark.el: Update documentation, especially documentation
5233         of `bookmark-alist' and of the bookmark file format.
5234         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5236 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5238         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5239         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5240         window to buffer.
5242         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5243         (global-whitespace-mode, global-whitespace-newline-mode)
5244         (whitespace-toggle-options, global-whitespace-toggle-options):
5245         Doc fix (Bug#3660).
5247         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5248         of xmltok-start before the end tag was inserted (Bug#2840).
5250         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5251         patterns that are preceded by an open-paren (Bug#1320).
5253 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5255         * files.el (delete-directory): Delete symlinks to directories with
5256         delete-file (Bug#4739).
5258 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5260         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5261         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5262         argument to make-obsolete.
5264         * cedet/semantic/fw.el (semantic-alias-obsolete)
5265         (semantic-varalias-obsolete): Add optional WHEN argument.
5267 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5269         * vc.el (vc-backend-for-registration): Rename from
5270         vc-get-backend-for-registration.  Update callers.
5272         * international/mule-cmds.el (set-language-info-alist):
5273         Purecopy lang-env.
5274         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5275         (charset): Purecopy the name.
5276         (define-char-code-property): Purecopy string arguments.
5278         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5279         Purecopy string arguments.
5281         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5282         * ediff-hook.el (menu-bar-ediff-menu):
5283         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5284         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5286 2009-10-24  Glenn Morris  <rgm@gnu.org>
5288         * comint.el (comint-dynamic-list-completions):
5289         * term.el (term-dynamic-list-completions): Use choose-completion rather
5290         than obsolete alias mouse-choose-completion.
5292         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5293         file-cache-choose-completion.
5294         (file-cache-choose-completion): Handle an optional event argument.
5295         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5297         * progmodes/octave-mod.el (octave-complete-symbol):
5298         Use choose-completion if mouse-choose-completion is ever removed.
5300         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5301         use.
5303         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5304         compiler.
5306         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5308 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5310         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5311         Ignore `pred' now that we receive one.
5312         Handle test-completion specially.
5314 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5316         * vc.el (vc-responsible-backend): Throw an error if not backend is
5317         found.  Remove the REGISTER argument.  Move the code dealing with
5318         REGISTER ...
5319         (vc-get-backend-for-registration): ... here.  New function.
5320         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5321         of vc-responsible-backend, pass the file name instead of the
5322         directory name.
5324 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5326         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5327         New funs.
5328         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5329         (pcomplete-comint-setup): Don't modify a global var via
5330         accidental side-effects.
5331         (pcomplete-shell-setup): Adjust call accordingly.
5332         (pcomplete-parse-comint-arguments): Use push.
5334 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5336         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5337         Allow uncapitalized info node names (Bug#3921).
5339         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5340         to the DEBUG file (Bug#3781).
5342 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5344         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5345         dictionary entry (Bug#4579).
5347 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5349         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5350         from `rfn-eshadow-update-overlay-hook' when unloading.
5351         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5352         "rsyncc".  Adjust doc string.
5353         (tramp-temp-buffer-file-name): New buffer-local defvar.
5354         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5355         Keep temporary file when indicated by method ("rsync" and
5356         "rsyncc").
5357         (tramp-handle-write-region): Handle APPEND.
5358         (tramp-delete-temp-file-function): New defun.  Added to
5359         `kill-buffer-hook'.
5361 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5363         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5365 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5367         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5368         (color-name-rgb-alist, tty-standard-colors)
5369         (tty-color-mode-alist): Change to defconst.
5371         * simple.el (mark-inactive): Purecopy message.
5373         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5374         (global-map, yank-menu):
5375         * textmodes/ispell.el (ispell-menu-map):
5376         * net/eudc.el (eudc-tools-menu):
5377         * international/mule-cmds.el (describe-language-environment-map)
5378         (setup-language-environment-map, set-coding-system-map)
5379         (mule-menu-keymap):
5380         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5381         * replace.el (occur-mode-map):
5382         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5384 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5386         * calc/calc.el (math-read-number, math-read-number-simple): Use
5387         `save-match-data'.
5389 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5391         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5392         rather than fiddling with global-map bindings, since it should only
5393         affect per-terminal settings.
5394         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5396         * minibuffer.el (completion-table-with-terminator): Allow to specify
5397         the terminator-regexp.
5399         * simple.el (switch-to-completions): Look for *Completions* in other
5400         frames as well.
5402         * pcomplete.el: Allow the use of completion-tables.
5403         (pcomplete-std-complete): New command.
5404         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5405         (pcomplete--here): Use a function for `form' rather than an expression,
5406         so it can be byte-compiled.
5407         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5408         Add edebug declaration.
5409         (pcomplete-show-completions): Remove unused var `curbuf'.
5410         (pcomplete-do-complete, pcomplete-stub):
5411         Don't assume `completions' is a list of strings any more.
5413 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5415         * find-dired.el (find-name-arg): Fix typo in docstring.
5417 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5419         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5420         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5422         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5423         pcomplete-entries.
5425         * comint.el (comint-read-input-ring, comint-write-input-ring)
5426         (comint-substitute-in-file-name)
5427         (comint-dynamic-complete-as-filename)
5428         (comint-dynamic-simple-complete)
5429         (comint-dynamic-list-filename-completions)
5430         (comint-dynamic-list-completions)
5431         (comint-redirect-results-list-from-process): Minor simplifications.
5433 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5435         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5436         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5437         the first form.  And insert a blank line after ";;; Code" since
5438         that's usual style.  (Bug#4612)
5440         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5442 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5444         * minibuffer.el (completion-table-with-terminator): Properly implement
5445         boundaries, in case `terminator' appears in the suffix.
5446         (completion--embedded-envvar-table): Don't return boundaries if
5447         there's no valid completion.  Simplify.
5448         (completion-file-name-table): New completion table extracted from
5449         completion--file-name-table.
5450         (completion--file-name-table): Use it.
5451         (read-file-name-predicate): Declare obsolete.
5452         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5453         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5454         completion-file-name-table, and use the `pred' argument.
5455         * files.el (locate-file-completion-table): Use the `pred' arg rather
5456         than read-file-name-predicate.
5457         (abbreviate-file-name): Use \` rather than ^ for BOS.
5459 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5461         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5462         vc-responsible-backend to register, it causes problems.
5464 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5466         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5468 2009-10-21  Eric Ludlam  <zappo@gnu.org>
5470         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5471         (semantic-c-debug-mode-init-pch): New functions.
5472         (semantic-c-debug-mode-init-last-mode): New var.
5473         (semantic-c-parse-lexical-token): Use them.
5475         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5476         When extracting the argument list, limit only by point-max.
5478 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5480         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5481         (tramp-smb-handle-file-attributes): Use it.
5482         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5483         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5484         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5485         Add `dired-filename' text properties.
5486         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5487         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5488         version.
5490 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5492         * subr.el (read-key-delay): Reduce to 0.01.
5493         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5494         (bug#4751).
5496 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5498         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5500         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5501         (Info-menu): Remove unused vars `last' and `completions'.
5502         (Info-index-nodes): Remove unused var `node'.
5504         * info.el (Info-complete-menu-item): Use complete-with-action.
5506 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5508         Make vc-annotate work through copies and renames.
5509         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5510         Return the file name too.
5511         (vc-annotate-revision-at-line)
5512         (vc-annotate-find-revision-at-line)
5513         (vc-annotate-revision-previous-to-line)
5514         (vc-annotate-show-log-revision-at-line): Update to get the file
5515         name from vc-annotate-extract-revision-at-line.
5516         (vc-annotate-show-diff-revision-at-line-internal): Change the
5517         argument to mean whether to show a file diff or not.  Get the file
5518         name from vc-annotate-extract-revision-at-line.
5519         (vc-annotate-show-diff-revision-at-line):
5520         Update vc-annotate-show-diff-revision-at-line call.
5521         (vc-annotate-warp-revision): Add an optional file argument.
5523         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5524         (vc-git-annotate-extract-revision-at-line): Also return the file
5525         name if found.
5527         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5528         command.  Remove unused code.
5529         (vc-hg-annotate-re): Update to match --follow output.
5530         (vc-hg-annotate-extract-revision-at-line): Also return the file
5531         name if found.
5533         * vc.el: Update annotate-extract-revision-at-line documentation.
5535 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5537         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5538         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5540         * net/browse-url.el (browse-url): Identify alist with "consp and
5541         not functionp" and let all other things go down the `apply' leg,
5542         as suggested by Stefan.  (Further to bug#4531.)
5544 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5546         * minibuffer.el (read-file-name): Check for repeat before putting
5547         a default argument in file-name-history (Bug#4657).
5549         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5550         read syntax (Bug#4737).
5552         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5554 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5556         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5557         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5558         entries and make note of obsolete tags.
5560 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5562         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5564 2009-10-18  Glenn Morris  <rgm@gnu.org>
5566         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5567         grep, so that binary files (eg international/uni-bidi.el) can match.
5568         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5569         now, and in any case the file header format has changed.
5571 2009-10-17  Glenn Morris  <rgm@gnu.org>
5573         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5574         (flyspell-get-word, flyspell-large-region)
5575         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5577 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5579         * Makefile.in (ELCFILES): Add ede/shell.
5581 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5583         * term/common-win.el (x-colors): Purecopy it.
5585 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5587         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5588         permissive for when the buffer is empty.
5589         (tar-header-block-tokenize): Decode the username and groupname.
5590         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5592 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5594         * cedet/srecode/srt.el:
5595         * cedet/srecode/compile.el:
5596         * cedet/semantic/mru-bookmark.el:
5597         * cedet/semantic/debug.el:
5598         * cedet/semantic/complete.el:
5599         * cedet/semantic/analyze.el: Require CL when compiling.
5601 2009-10-17  Eric Ludlam  <zappo@gnu.org>
5603         * cedet/semantic/scope.el
5604         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5605         tmpscope so that the regular scope will continue to work.
5607         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5608         Use semantic-idle-summary-highlight-face as the highlighting.
5610         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5611         contains multibyte characters, choose first applicable coding
5612         system automatically.
5614         * cedet/ede/project-am.el (project-run-target): New method.
5615         (project-run-target): New method.
5617         * cedet/ede.el (ede-target): Add run target menu item.
5618         (ede-project, ede-minor-keymap): Add ede-run-target binding.
5619         (ede-run-target): New function.
5620         (ede-target::project-run-target): New method.
5622         * cedet/ede/proj.el (project-run-target): New method.
5624         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5625         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
5626         Add :rules.
5627         (ede-proj-target-makefile-shared-object): Only libtool compilers
5628         now available.  Add linkers for libtool.
5629         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5630         (ede-proj-makefile-target-name): Always use .la extension.
5632         * cedet/ede/proj-prog.el (project-run-target): New method.
5634         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5635         (ede-g++-linker): Change Change link lines.
5637         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5638         When searching for old variables, go to the end of the buffer and
5639         search backward from there.
5640         (ede-proj-makefile-automake-insert-subdirs)
5641         (ede-proj-makefile-automake-insert-extradist): New methods.
5642         (ede-proj-makefile-create): Use them.
5644         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5645         Force FILE to expand to the current target.  Use file-exists-p to
5646         check that it exists.
5648         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5649         (ede-linux-load): Wrap dir in file-name-as-directory.
5650         Set :version slot.
5652         * cedet/ede/files.el (ede-get-locator-object): When enabling
5653         locate, do so on "top".
5655         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5656         file-name-as-directory during compare.
5657         (ede-emacs-version): Return Emacs/XEmacs differentiator.
5658         Get version number from different places.  Don't call egrep.
5659         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
5660         to set the directory.
5662         * cedet/ede/shell.el: New file.
5664         * cedet/inversion.el (inversion-decoders): Allow for stray . in
5665         alpha/beta variants.
5667 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5669         * international/mule-cmds.el (select-safe-coding-system): If the file
5670         has a coding cookie, use it regardless of any other setting (bug#4712).
5672 2009-10-17  Glenn Morris  <rgm@gnu.org>
5674         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5675         All errors should have messages.
5677         * foldout.el (foldout-mouse-swallow-events):
5678         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5680         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5681         (dired-keep-marker-copy, dired-keep-marker-hardlink)
5682         (dired-keep-marker-symlink, dired-dwim-target)
5683         (dired-copy-preserve-time): Do not autoload these defcustoms.
5685         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5686         messages from messing up the file coding.  (Bug#4623)
5688 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
5690         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5691         if no match is found for the current dictionary.  (Bug#4578)
5693         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5694         optional, since that is how it is documented, and this is often called
5695         with a nil argument.  (Bug#4577)
5696         (flyspell-external-point-words, flyspell-auto-correct-word)
5697         (flyspell-correct-word-before-point, flyspell-word-search-forward)
5698         (flyspell-word-search-backward): Remove nil argument in calls to
5699         flyspell-get-word, since it is not needed now.
5701 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
5703         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
5705 2009-10-16  Glenn Morris  <rgm@gnu.org>
5707         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5709 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5711         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5712         (ange-ftp-file-size): New function.
5713         (ange-ftp-file-attributes): Use it.
5715 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
5717         * net/tramp-smb.el (tramp-smb-version): New defvar.
5718         (tramp-smb-maybe-open-connection): Use it, in order to avoid
5719         repeated checks.
5721 2009-10-16  Glenn Morris  <rgm@gnu.org>
5723         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5724         Maybe copy some custom properties from old to new name.  (Bug#4706)
5726 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
5728         * subr.el (error, sit-for, start-process-shell-command)
5729         (start-file-process-shell-command): Set the calling convention
5730         after the function definition.
5732 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5734         * subr.el (error, sit-for, start-process-shell-command)
5735         (start-file-process-shell-command): Use the new
5736         set-advertised-calling-convention feature.
5738 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
5740         * international/ucs-normalize.el (ucs-normalize-version):
5741         Change to 1.2.
5742         (check-range): Adjust for Unicode 5.2.
5744 2009-10-15  Juri Linkov  <juri@jurta.org>
5746         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5747         to the `menu-item' format.
5749 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
5751         * net/tramp.el (tramp-replace-environment-variables): Do not fail
5752         if the environment variable does not exist.
5754         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5755         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5756         parameter.
5757         (tramp-smb-handle-add-name-to-file)
5758         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5759         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5760         (tramp-smb-handle-file-attributes)
5761         (tramp-smb-do-file-attributes-with-stat)
5762         (tramp-smb-handle-file-local-copy)
5763         (tramp-smb-handle-insert-directory)
5764         (tramp-smb-handle-make-directory)
5765         (tramp-smb-handle-make-directory-internal)
5766         (tramp-smb-handle-make-symbolic-link)
5767         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5768         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5769         (tramp-smb-maybe-open-connection): Apply the changed parameters.
5770         (tramp-smb-read-file-entry): Read Disk names in compressed format.
5771         Handle long file names.
5772         (tramp-smb-get-cifs-capabilities): Check, whether the connection
5773         process is running.
5774         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5775         Read share names with "-g" option.
5777 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
5779         * net/rcirc.el (rcirc-view-log-file): New command.
5780         (rcirc-track-minor-mode-map): Remove C-c ` binding.
5781         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5782         specified.
5784 2009-10-15  Glenn Morris  <rgm@gnu.org>
5786         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5787         from the second command-line argument.
5788         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5789         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5790         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5791         w32-batch-update-autoloads.
5792         * emacs-lisp/autoload.el (autoload-make-program): New variable.
5793         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5795         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5796         the headers cannot be located.  Simplify, subtracting superflous
5797         save-excursions.
5799 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5801         Replace completion-base-size by completion-base-position to fix bugs
5802         such as (bug#4699).
5803         * simple.el (completion-base-position): New var.
5804         (completion-base-size): Mark as obsolete.
5805         (choose-completion): Make it work for mouse events as well.
5806         Pass the new base-position to choose-completion-string.
5807         (choose-completion-guess-base-position): New function, extracted from
5808         choose-completion-delete-max-match.
5809         (choose-completion-delete-max-match): Use it.  Make obsolete.
5810         (choose-completion-string): Use the new base-position info.
5811         (completion-root-regexp): Delete.
5812         (completion-setup-function): Preserve completion-base-position.
5813         Eliminate obsolete base-size manipulation.
5814         * minibuffer.el (display-completion-list): Don't mess with base-size.
5815         (minibuffer-completion-help): Set completion-base-position instead.
5816         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5817         choose-completion.
5818         * textmodes/bibtex.el (bibtex-complete):
5819         * emacs-lisp/crm.el (crm--choose-completion-string):
5820         Adjust to new calling convention.
5821         * complete.el (partial-completion-mode): Use minibufferp to avoid
5822         bumping into incompatible change to choose-completion-string-functions.
5823         * ido.el (ido-choose-completion-string): Make its calling convention
5824         more permissive.
5825         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5826         base-size manipulation.
5827         (comint-dynamic-list-input-ring): Use dotimes and push.
5828         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5829         fundamental-mode.  Use `or'.
5831 2009-10-14  Juri Linkov  <juri@jurta.org>
5833         * misearch.el (multi-isearch-next-buffer-from-list)
5834         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
5836 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5838         * Makefile.in (compile-onefile): Load `bytecomp' rather than
5839         `bytecomp.el'.
5841         * minibuffer.el (completion-pcm--merge-completions): Make sure the
5842         string we return is all made up of text from the completions rather
5843         than part from the completions and part from the input (bug#4219).
5845         * ido.el (ido-everywhere): Use define-minor-mode.
5847         * buff-menu.el (list-buffers, ctl-x-map):
5848         Mark the entry points with ;;;###autoload cookies.
5850 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5852         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5853         correctly in the detached head case.
5854         (vc-git-print-log): Remove unused binding.
5856         * vc.el (vc-responsible-backend): When a directory is passed for
5857         for registration create a VC repository if no backend is
5858         responsible for the directory argument.
5859         (vc-deduce-fileset): Tell vc-responsible-backend to register.
5861         * vc.el: Move comments about RCS and SCCS ...
5862         * vc-rcs.el:
5863         * vc-sccs.el: ... here, respectively.
5865 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5867         * minibuffer.el (completion--file-name-table): Return nil if there's
5868         no file completion, even if substitute-in-file-name changed
5869         the string (bug#4708).
5871 2009-10-13  Juri Linkov  <juri@jurta.org>
5873         * files-x.el (read-file-local-variable-value): Don't filter out
5874         minor modes from mode name completion (bug#4664).
5876 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5878         * international/mule-cmds.el (ucs-names): Remove exclusion of
5879         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5881 2009-10-13  Kenichi Handa  <handa@m17n.org>
5883         * international/uni-name.el: Regenerated.
5885 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5887         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
5888         should be automatically buffer-local, but isn't.)
5890 2009-10-12  Sam Steingold  <sds@gnu.org>
5892         * progmodes/compile.el (compilation-next-error-function): Fix the
5893         timestamps if the buffer has been visited before.
5894         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5895         non-anchored patterns, like the perl one (bug#3928).
5897 2009-10-12  Glenn Morris  <rgm@gnu.org>
5899         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5900         Let-bind `size'.
5902 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
5904         * proced.el (proced-unload-function): New function.
5906         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5907         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5908         Doc fix.
5910         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5912 2009-10-11  Juri Linkov  <juri@jurta.org>
5914         * files-x.el (read-file-local-variable-value):
5915         Provide default value only for bound variables (bug#4664).
5917 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
5919         * net/tramp.el (tramp-local-host-p): Function shall return nil for
5920         connection methods like smb.
5922         * net/tramp-cache.el (tramp-flush-connection-property): The hash
5923         can be empty.
5925         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5926         (tramp-smb-file-name-handler-alist): Add handlers for
5927         `add-name-to-file', `make-symbolic-link'.
5928         (tramp-smb-handle-add-name-to-file)
5929         (tramp-smb-do-file-attributes-with-stat)
5930         (tramp-smb-handle-make-symbolic-link)
5931         (tramp-smb-get-cifs-capabilities): New defuns.
5932         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5933         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5934         (tramp-smb-handle-file-local-copy)
5935         (tramp-smb-handle-make-directory-internal)
5936         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5937         The file name syntax depends on cifs capabilities.
5938         (tramp-smb-handle-file-attributes):
5939         Call `tramp-smb-do-file-attributes-with-stat' if possible.
5940         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5941         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5943 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
5945         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5946         (eieio-defclass): Apply deftype handler and setf-method properties
5947         directly.
5948         (eieio-add-new-slot): Avoid union function from cl library.
5949         (eieio--typep): New function.
5950         (eieio-perform-slot-validation): Use it.
5952 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5954         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5955         Update documentation to refer to the variables documented in r1.135.
5956         (Bug#4188)
5958 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5960         * bookmark.el (Info-suffix-list): Remove this unused variable.
5961         (bookmark-current-point): Remove this obsolete variable.
5962         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5963         Adjust for removal of bookmark-current-point.
5965         (bookmarks-already-loaded, bookmark-current-buffer)
5966         (bookmark-yank-point): Document.  (Bug#4188)
5968 2009-10-10  Glenn Morris  <rgm@gnu.org>
5970         * frame.el (frame-height): Doc fix.
5972         * calendar/calendar.el (calendar-split-width-threshold): New option.
5973         (calendar-basic-setup): Use calendar-split-width-threshold.
5975 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
5977         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5978         Use .la for Automake.
5980 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
5982         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5983         Use "autoreconf -i".  Suggested by Andreas Schwab.
5985 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
5987         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5988         Ideographic Supplement" range (U+1F200..U+1F2FF).
5990 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5992         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5993         since the list will have been rebuilt anyway.  (Bug#4349)
5995 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5997         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5998         (bookmark-bmenu-execute-deletions): Don't save here, as
5999         bookmark-delete will now do so if necessary.
6000         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6001         (Bug#4348)
6003 2009-10-09  Glenn Morris  <rgm@gnu.org>
6005         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6007 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6009         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6010         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6011         argument now, so the two function's behaviors will match.  (Bug#3645)
6013 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6015         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6016         Fix filename test.
6017         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6018         to expand file names.
6020 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6022         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6023         (tramp-file-name-real-host, tramp-file-name-port):
6024         Apply `save-match-data'.
6026         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6027         case both directories are remote.
6028         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6029         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6031 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6033         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6034         (ede-proj-target-makefile-objectcode): Use it.
6036         * cedet/ede/source.el (ede-want-any-source-files-p)
6037         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6038         Return search result.  This error was introduced while merging.
6040 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6042         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6044 2009-10-07  Glenn Morris  <rgm@gnu.org>
6046         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6047         of concat.
6049 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6051         * files-x.el (read-file-local-variable): Include some
6052         non-user-variables in the completion table (bug#4664).
6054 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6056         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6057         message.
6059         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6060         (tramp-smb-file-name-handler-alist): Add handler for
6061         `copy-directory', `expand-file-name', `set-file-modes'.
6062         (tramp-smb-handle-copy-directory)
6063         (tramp-smb-handle-expand-file-name)
6064         (tramp-smb-handle-set-file-modes): New defuns.
6065         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6066         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6067         entry.
6068         (tramp-smb-handle-insert-directory): Don't flush the cache.
6069         (tramp-smb-maybe-open-connection): Check for samba client and
6070         server versions.
6072 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6074         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6075         to not error out of search for "^lisp=" fails.
6077 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6079         * makefile.w32-in (WINS_UPDATES): New macro.
6080         (custom-deps, finder-data, autoloads): Use it.
6082 2009-10-07  Glenn Morris  <rgm@gnu.org>
6084         * Makefile.in (autoloads): Revert previous change.
6085         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6086         the list of preloaded files passed on the command-line, get
6087         it from src/Makefile.
6089         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6090         show the original buffer rather than a random one.
6092 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6094         * help.el (describe-no-warranty): Place point in a slightly better
6095         position in the GPLv3 text.
6097 2009-10-06  Sam Steingold  <sds@gnu.org>
6099         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6100         the comm attribute is present before calling regexp-quote.
6102 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6104         * play/animate.el (animate-string): For good effect, make sure
6105         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6107         * play/animate.el (animate-sequence, animate-birthday-present):
6108         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6110 2009-10-06  Glenn Morris  <rgm@gnu.org>
6112         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6114         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6115         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6116         (batch-update-autoloads): Process a string value of autoload-excludes,
6117         set during the build process.
6118         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6120         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6121         inside with-parsed...  macro so that `v' is defined.
6123         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6124         * progmodes/fortran.el (fortran-end-of-block)
6125         (fortran-beginning-of-block):
6126         Also push mark in the macro case.
6128         * emerge.el (emerge-show-file-name):
6129         * calc/calc.el (calc-quit):
6130         * calc/calc-misc.el (calc-big-or-small):
6131         * calc/calc-graph.el (calc-graph-view):
6132         * calc/calc-ext.el (calc-reset):
6133         * calendar/calendar.el (calendar-basic-setup):
6134         Use window-full-height-p.
6136         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6137         header we don't understand, don't insert another.  (Bug#4624)
6138         If changing mime charset, insert the new one in the right place.
6140 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6142         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6143         (cal-tex-cursor-month): Correctly increment the end date for diary and
6144         holiday listing.  (Bug#4626)
6146 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6148         * help-fns.el (describe-function-1): Don't burp if the function is not
6149         a symbol.
6151 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6153         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6154         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6155         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6156         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6158         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6159         (eieio-default-superclass): Reflow docstrings.
6160         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6161         (eieio-unbind-method-implementations, defmethod)
6162         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6163         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6164         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6165         (eieio-slot-originating-class-p, eieio-slot-name-index)
6166         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6167         (constructor, initialize-instance, no-next-method, object-print)
6168         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6169         Fix typos in docstrings.
6170         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6171         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6172         (next-method-p): Doc fixes.
6173         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6174         Fix typos in error messages.
6175         (eieio-defmethod): Fix typo in description of generic method.
6177         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6178         (eieio-persistent-save-interactive, slot-missing):
6179         Fix typos in docstrings.
6180         (eieio-instance-inheritor-slot-boundp): Doc fix.
6182         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6183         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6185         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6186         (eieio-custom-object-apply-reset):
6187         Fix typos in docstrings and error messages.
6189         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6190         Fix typo in docstring.
6192         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6193         (eieio-browse-tree): Doc fix.
6194         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6195         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6196         Fix typos in docstrings.
6198         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6199         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6200         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6201         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6202         Reflow docstrings.
6204 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6206         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6207         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6208         Set log-view-vc-backend so that diff can work.
6210         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6211         vc-version-diff.
6212         (vc-diff-internal): Autoload this instead of vc-version-diff.
6214 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6216         * simple.el (eval-expression): Doc fix.
6218         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6220 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6222         * files.el (directory-files-no-dot-files-regexp): New defconst.
6223         (delete-directory): Use it.
6224         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6226         * net/tramp.el (tramp-verbose): Fix docstring.
6227         (tramp-methods): Add recursive option to `tramp-copy-args'.
6228         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6229         "scp1_old", "scp2_old", "rsync", "rsyncc".
6230         (tramp-default-method): Check also for `auth-source-user-or-password'.
6231         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6232         Add handler for `copy-directory'.
6233         (tramp-handle-copy-directory): New defun.
6234         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6235         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6236         Optimize sent command.
6238 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6240         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6241         window if necessary.
6243         * calendar/calendar.el (calendar-basic-setup): Don't call
6244         switch-to-buffer in a dedicated window.
6246 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6248         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6249           don't do anything related to relocating, just return nil.
6250         (bookmark-error-no-filename): New error.
6251         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6252           bookmark has no file.  Don't even attempt to handle things that
6253           are not files; the whole point of custom handlers is to keep that
6254           knowledge elsewhere anyway.  Tighten some comments.
6255         (bookmark-file-or-variation-thereof): Remove now-unused function.
6256         (bookmark-location): Doc string fix.
6257         (Bug#4250)
6259 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6261         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6262         don't use a file dialog, because they usually don't know how to read
6263         a directory target from the user.  (Bug#4230)
6264         Also, make sure the prompt can display directories as well as files.
6266 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6268         * bookmark.el (bookmark-set, bookmark-buffer-name):
6269         Improve doc strings.  (Bug#1193)
6271 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6273         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6274         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6275         (bookmark-get-annotation, bookmark-set-annotation)
6276         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6277         (bookmark-set-position, bookmark-get-front-context-string)
6278         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6279         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6280         (bookmark-jump-other-window, bookmark-handle-bookmark)
6281         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6282         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6283         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6284            Improve doc strings to say whether bookmark can be a string or
6285            a record or both, and make other consistency and clarity fixes.
6286         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6287         (bookmark-default-annotation-text, bookmark-yank-word)
6288         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6289         (bookmark-import-new-list, bookmark-maybe-rename)
6290         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6291         (bookmark-bmenu-bookmark): Give these doc strings.
6292         (bookmark-bmenu-check-position): Give this a doc string, but also
6293            add a FIXME comment about how the function may be pointless.
6294         (bookmark-default-handler): Rework doc string and change a
6295            parameter name, to clarify that this takes a bookmark record
6296            not a bookmark name.
6297         (bookmark-set): Change a parameter name to indicate its meaning,
6298            and improve the doc string a bit.
6299         (Bug#4188)
6301 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6303         * bookmark.el (bookmark-alist): Document the new `handler' element
6304         in the param alist.
6305         (bookmark-make-record-function): Adjust documentation for above.
6306         (Bug#4193)
6308 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6310         * info.el (Info-bookmark-make-record): Document this function.
6311         (Info-bookmark-jump): Document with a doc string, not just a comment.
6312         (Bug#4203)
6314 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6316         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6317         (semantic-new-buffer-fcn): Call parser setup functions here.
6318         (semantic-mode): Don't call parser setup functions here, it's done
6319         in semantic-new-buffer-fcn now.
6320         (semantic-mode): Parse all existing buffers when enabled.
6322         * cedet/srecode/compile.el (srecode-compile-file):
6323         Call semantic-new-buffer-fcn if the buffer has not been parsed.
6325 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6327         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6329         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6330         (proj-comp-insert-variable-once): New macro, renamed from
6331         ede-pmake-insert-variable-once in ede/pmake.edl.
6332         (ede-proj-makefile-insert-variables): Use it.
6334 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6336         * files.el (copy-directory): New defun.
6338         * dired-aux.el (dired-copy-file-recursive): Use it.
6340 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6342         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6343         (makefile-end-of-command):
6344         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6345         (semantic-end-of-context): Fix previous change.  Doc fixes.
6347 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6349         * files-x.el (modify-dir-local-variable)
6350         (copy-dir-locals-to-file-locals-prop-line):
6351         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6352         (makefile-end-of-command):
6353         * cedet/semantic/lex.el (semantic-lex-token):
6354         * cedet/semantic/analyze/fcn.el
6355         (semantic-analyze-dereference-metatype-1):
6356         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6357         (semantic-lex-cpp-undef):
6358         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6359         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6360         (semantic-end-of-context): Fix typos in docstrings.
6362         * recentf.el (recentf-unload-function): New function.
6364 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6366         * cedet/ede.el (ede-project-placeholder-cache-file):
6367         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6368         * cedet/srecode/map.el (srecode-map-save-file):
6369         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
6371 2009-10-04  Glenn Morris  <rgm@gnu.org>
6373         * window.el (window-full-height-p): Add doc string.
6375 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6377         * window.el (window-full-height-p): New function.  (Bug#4543)
6379 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
6381         * cedet/srecode/insert.el: Require srecode/args.
6383         * cedet/srecode/args.el: Require srecode/dictionary instead of
6384         srecode/insert.
6386         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6388         * files.el (auto-mode-alist): Add .srt and Project.ede.
6390         * cedet/semantic.el (semantic-mode):
6391         Handle srecode-template-mode-hook as well.
6392         (semantic-mode): Use js-mode-hook for Javascript hook.
6394         * cedet/srecode/template.el: Remove hook variable.
6396         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6398         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6399         projects exist.
6400         (ede-project-placeholder-cache-file): Default to a file in
6401         user-emacs-directory.
6403         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6404         templates in data-directory.
6405         (srecode-map-save-file): Default to a file in user-emacs-directory.
6407         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6408         directory.
6410 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6412         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6413         Doc fix.
6415         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6416         Only insert each variable once.
6418         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6419         (ede-pmake-insert-variable-shared): Use it.
6421         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6422         for lexical table iff table is nil.
6424 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6426         * vc.el: Remove commented out code.
6427         (vc-derived-from-dir-mode): Remove, unused.
6428         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6430 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6432         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6433         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6434         there could be recursive loading when `default-directory' is a
6435         remote file name.  (Bug#4614)
6437 2009-10-03  Glenn Morris  <rgm@gnu.org>
6439         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6440         the frame is wide.
6441         (calendar-generate-window): Test for shrinkability rather than width.
6443         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6444         declaration, currently false.
6446         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6447         reusing existing buffers, in case we happen to visit two files with the
6448         same basename.  (Bug#4593)
6450 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6452         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6453         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6454         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6455         subdirs of cedet as well.
6456         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6458 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6460         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6461         Obey advertised-signature-table.
6463         * help-fns.el (help-function-arglist): Don't check
6464         advertised-signature-table.
6465         (describe-function-1): Do it here instead so it also applies to subrs.
6467 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6469         * simple.el (start-file-process): Say in the doc-string, that file
6470         handlers might not support pty association, if PROGRAM is nil.
6472         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6473         HOST and USER are strings.  They are nil, when there are
6474         incomplete entries in ~/.netrc, for example.
6475         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6476         root directory ("device busy" error otherwise).
6478         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6479         Flush file properties of created directory.
6481 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6483         * makefile.w32-in (WINS_BASIC): Remove cedet.
6484         (WINS_CEDET): Add cedet.
6485         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6487 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6489         * net/browse-url.el (browse-url): Pass any symbol in
6490         browse-url-browser-function to `apply', since if you've mistakenly put
6491         an unbound symbol then the error is clearer.  (Bug#4531)
6493 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6495         * allout.el (allout-init, allout-back-to-current-heading)
6496         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6497         (allout-ascend, allout-up-current-level, allout-end-of-level)
6498         (allout-previous-visible-heading, allout-forward-current-level)
6499         (allout-backward-current-level, allout-show-children):
6500         * apropos.el (apropos-describe-plist):
6501         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6502         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6503         * completion.el (add-completion, add-permanent-completion):
6504         * descr-text.el (describe-text-category, describe-char):
6505         * desktop.el (desktop-lazy-abort):
6506         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6507         * dired.el (dired-build-subdir-alist):
6508         * ediff.el (ediff-version):
6509         * elide-head.el (elide-head, elide-head-show):
6510         * emerge.el (emerge-version):
6511         * env.el (getenv):
6512         * face-remap.el (variable-pitch-mode):
6513         * faces.el (describe-face):
6514         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6515         (dired-at-point):
6516         * files.el (find-file-existing, auto-save-mode):
6517         * font-lock.el (font-lock-fontify-buffer):
6518         * help-fns.el (describe-function, describe-variable)
6519         (describe-syntax, describe-categories):
6520         * help.el (view-lossage, describe-bindings, describe-key)
6521         (describe-mode):
6522         * hexl.el (hexl-current-address):
6523         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6524         * info.el (Info-goto-emacs-key-command-node):
6525         * log-edit.el (log-edit-insert-cvs-template)
6526         (log-edit-insert-cvs-rcstemplate):
6527         * menu-bar.el (menu-bar-mode):
6528         * mouse.el (mouse-appearance-menu):
6529         * newcomment.el (comment-indent-new-line):
6530         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6531         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6532         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6533         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6534         * recentf.el (recentf-mode):
6535         * savehist.el (savehist-mode, savehist-save):
6536         * shadowfile.el (shadow-copy-files):
6537         * simple.el (kill-ring-save, next-line, previous-line)
6538         (normal-erase-is-backspace-mode):
6539         * strokes.el (strokes-update-window-configuration)
6540         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6541         (strokes-xpm-for-stroke):
6542         * time.el (emacs-uptime, emacs-init-time):
6543         * tutorial.el (tutorial--describe-nonstandard-key)
6544         (tutorial--detailed-help):
6545         * type-break.el (type-break-mode)
6546         (type-break-mode-line-message-mode, type-break-query-mode)
6547         (type-break-guesstimate-keystroke-threshold):
6548         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6549         * version.el (emacs-version):
6550         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6551         * winner.el (winner-mode):
6552         * calendar/timeclock.el (timeclock-in, timeclock-out)
6553         (timeclock-status-string, timeclock-change)
6554         (timeclock-workday-remaining-string)
6555         (timeclock-workday-elapsed-string)
6556         (timeclock-when-to-leave-string):
6557         * calendar/todo-mode.el (todo-add-category):
6558         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6559         * emacs-lisp/autoload.el (update-file-autoloads):
6560         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6561         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6562         (checkdoc-message-text, checkdoc-defun):
6563         * emacs-lisp/debug.el (debugger-list-functions):
6564         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6565         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6566         (eieio-describe-generic):
6567         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6568         * emacs-lisp/shadow.el (list-load-path-shadows):
6569         * emulation/cua-base.el (cua-mode):
6570         * emulation/edt.el (edt-set-scroll-margins):
6571         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6572         (tpu-toggle-regexp, tpu-toggle-search-direction)
6573         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6574         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6575         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6576         (viper-set-parsing-style-toggling-macro)
6577         (viper-set-emacs-state-searchstyle-macros):
6578         * emulation/viper.el (viper-set-hooks):
6579         * eshell/esh-mode.el (eshell-truncate-buffer):
6580         * international/mule-cmds.el (prefer-coding-system)
6581         (describe-input-method, describe-language-environment):
6582         * international/mule-diag.el (list-character-sets)
6583         (describe-character-set, describe-coding-system)
6584         (describe-fontset, list-fontsets, list-input-methods):
6585         * mail/sendmail.el (mail-signature):
6586         * net/ange-ftp.el (ange-ftp-copy-file):
6587         * net/browse-url.el (browse-url):
6588         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6589         * net/quickurl.el (quickurl-add-url):
6590         * net/rcirc.el (names, topic):
6591         * net/xesam.el (xesam-mode):
6592         * play/5x5.el (5x5-new-game):
6593         * play/yow.el (apropos-zippy):
6594         * progmodes/ada-mode.el (ada-mode-version):
6595         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6596         (f90-end-of-block)
6597         (f90-beginning-of-block):
6598         * progmodes/fortran.el (fortran-end-of-block)
6599         (fortran-beginning-of-block):
6600         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6601         * progmodes/python.el (python-describe-symbol, python-shell):
6602         * term/ns-win.el (ns-print-buffer):
6603         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6604         * textmodes/flyspell.el (flyspell-mode-on):
6605         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6606         (pages-directory-for-addresses):
6607         * textmodes/table.el (table-recognize-cell)
6608         (table-query-dimension, table-generate-source)
6609         (table-insert-sequence, table--warn-incompatibility):
6610         * textmodes/tex-mode.el (tex-validate-buffer):
6611         * textmodes/texinfmt.el (texinfmt-version)
6612         (texinfo-format-buffer):
6613         Use `called-interactively-p' instead of `interactive-p'.
6615 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6617         * image-mode.el (image-toggle-display):
6618         * emacs-lisp/elp.el (elp-instrument-function):
6619         * emacs-lisp/advice.el (ad-make-advised-definition):
6620         * emacs-lisp/easy-mmode.el (define-minor-mode):
6621         * net/browse-url.el (browse-url-maybe-new-window):
6622         * progmodes/sh-script.el (sh-learn-buffer-indent):
6623         Pass new argument 'any to `called-interactively-p'.
6625 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6627         * international/uni-bidi.el:
6628         * international/uni-category.el:
6629         * international/uni-combining.el:
6630         * international/uni-comment.el:
6631         * international/uni-decimal.el:
6632         * international/uni-decomposition.el:
6633         * international/uni-digit.el:
6634         * international/uni-lowercase.el:
6635         * international/uni-mirrored.el:
6636         * international/uni-name.el:
6637         * international/uni-numeric.el:
6638         * international/uni-old-name.el:
6639         * international/uni-titlecase.el:
6640         * international/uni-uppercase.el:
6641         Regenerate from Unicode 5.2.0 data.
6643 2009-10-01  Glenn Morris  <rgm@gnu.org>
6645         * Makefile.in (ELCFILES): Regenerate.
6647 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6649         * subr.el (interactive-p): Mark obsolete.
6650         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6651         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6652         advertised-signature-table for subroutines as well.
6654         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6655         (set-advertised-calling-convention): New function.
6656         (make-obsolete, define-obsolete-function-alias)
6657         (make-obsolete-variable, define-obsolete-variable-alias):
6658         Make the optional-ness of `when' obsolete.
6659         (define-obsolete-face-alias): Make `when' non-optional.
6660         * help-fns.el (help-function-arglist):
6661         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6662         Use advertised-signature-table.
6664 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6666         * files.el (delete-directory): New defun.  The original function
6667         in fileio.c has been renamed to `delete-directory-internal'.
6669         * dired.el (dired-delete-file): Call `delete-directory' with
6670         RECURSIVE parameter.
6672         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6673         parameter RECURSIVE.  Implementation is missing.
6675         * net/tramp.el (tramp-handle-make-directory): Flush upper
6676         directory's file properties.
6677         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6678         (tramp-handle-dired-recursive-delete-directory): Flush directory
6679         properties after the remove command only.
6681         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6682         Handle optional parameter RECURSIVE.
6684         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6685         Handle optional parameter RECURSIVE.
6687         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6688         connection timeout.
6689         (tramp-smb-handle-delete-directory): Handle optional parameter
6690         RECURSIVE.
6692 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6694         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6695         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6696         (byte-compile-defmacro): Use backquotes.
6698         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6700         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6701         has no associated file.
6702         (vc-resynch-buffer): Use vc-dir-buffers.
6704 2009-10-01  Glenn Morris  <rgm@gnu.org>
6706         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6707         (chart-file-count):
6708         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6709         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6710         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6711         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6712         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6713         (eieio-copy-parents-into-subclass, make-instance, class-children)
6714         (eieio-generic-form):
6715         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6716         * cedet/cedet-idutils.el (cedet-idutils-search)
6717         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6718         (cedet-idutils-version-check):
6719         * cedet/cedet.el (cedet-version):
6720         * cedet/data-debug.el (data-debug-insert-overlay-button)
6721         (data-debug-insert-overlay-list-button)
6722         (data-debug-insert-buffer-button)
6723         (data-debug-insert-buffer-list-button)
6724         (data-debug-insert-process-button, data-debug-insert-ring-button)
6725         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6726         (data-debug-insert-stuff-vector-button)
6727         (data-debug-insert-symbol-button, data-debug-insert-string)
6728         (data-debug-insert-number, data-debug-insert-lambda-expression)
6729         (data-debug-insert-nil, data-debug-insert-simple-thing)
6730         (data-debug-insert-custom, data-debug-edebug-expr):
6731         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6732         (global-ede-mode-map, ede-new, ede-debug-target)
6733         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6734         * cedet/semantic.el (semantic-minimum-working-buffer-size)
6735         (semantic-fetch-tags, semantic-submode-list)
6736         (semantic-default-submodes):
6737         * cedet/ede/source.el (ede-source-match):
6738         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6739         (project-am-package-info):
6740         * cedet/ede/proj.el (ede-proj-target, project-new-target):
6741         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6742         * cedet/ede/proj-comp.el (ede-current-build-list):
6743         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6744         * cedet/ede/files.el (ede-toplevel-project-or-nil):
6745         * cedet/ede/cpp-root.el (initialize-instance):
6746         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6747         (autoconf-parameter-strip, autoconf-insert-new-macro):
6748         * cedet/semantic/wisent.el (wisent-lex-eoi):
6749         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6750         (semantic-show-parser-state-mode):
6751         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6752         * cedet/semantic/tag.el (semantic-tag-new-variable)
6753         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6754         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6755         (semantic--tag-deep-copy-tag-list)
6756         (semantic-tag-components-with-overlays-default):
6757         * cedet/semantic/symref.el (semantic-symref-find-text):
6758         * cedet/semantic/senator.el (senator-yank-tag)
6759         (senator-transpose-tags-up):
6760         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6761         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6762         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6763         * cedet/semantic/lex.el (semantic-lex-comment-regex)
6764         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6765         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6766         * cedet/semantic/lex-spp.el
6767         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6768         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6769         * cedet/semantic/idle.el
6770         (semantic-idle-summary-current-symbol-info-brutish)
6771         (semantic-idle-summary-current-symbol-info-default):
6772         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6773         (semantic--grammar-macro-compl-dict):
6774         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6775         * cedet/semantic/format.el (semantic-format-tag-custom-list)
6776         (semantic-format-tag-canonical-name-default):
6777         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6778         (semantic-find-tags-for-completion)
6779         (semantic-find-tags-by-scope-protection-default)
6780         (semantic-deep-find-tags-for-completion):
6781         * cedet/semantic/edit.el
6782         (semantic-edits-incremental-reparse-failed-hook)
6783         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6784         (semantic-edits-splice-remove, semantic-edits-splice-replace):
6785         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6786         * cedet/semantic/dep.el (semantic-dependency-include-path):
6787         * cedet/semantic/db.el (semanticdb-default-find-index-class)
6788         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6789         (semanticdb-project-roots):
6790         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6791         (semanticdb-find-adebug-insert-scanned-tag-cons)
6792         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6793         (semanticdb-brute-deep-find-tags-for-completion):
6794         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6795         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6796         (semantic-end-of-context-default)
6797         (semantic-ctxt-current-function-default)
6798         (semantic-ctxt-scoped-types-default):
6799         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6800         (semantic-complete-inline-tag-engine)
6801         (semantic-complete-inline-custom-type)
6802         (semantic-complete-read-tag-analyzer):
6803         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6804         (semantic-chart-database-size):
6805         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6806         (semantic-analyze-current-context):
6807         * cedet/semantic/symref/list.el (semantic-symref)
6808         (semantic-symref-hide-buffer, semantic-symref-symbol):
6809         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6810         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6811         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6812         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6813         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6814         (semantic-c-dereference-template):
6815         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6816         (semantic--analyze-refs-full-lookup-with-parents)
6817         (semantic--analyze-refs-full-lookup-simple):
6818         * cedet/semantic/analyze/complete.el
6819         (semantic-analyze-possible-completions):
6820         * cedet/srecode/table.el (srecode-mode-table-new):
6821         * cedet/srecode/srt.el (srecode-read-variable-name):
6822         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6823         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6824         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6825         * cedet/srecode/map.el (srecode-current-map):
6826         * cedet/srecode/insert.el (srecode-insert)
6827         (srecode-insert-variable-secondname-handler, srecode-insert-method)
6828         (srecode-template-inserter-point-override)
6829         (srecode-insert-include-lookup):
6830         * cedet/srecode/getset.el (srecode-auto-choose-class):
6831         * cedet/srecode/extract.el (srecode-inserter-extract):
6832         * cedet/srecode/document.el
6833         (srecode-document-autocomment-return-last-alist)
6834         (srecode-document-autocomment-param-type-alist)
6835         (srecode-document-insert-function-comment)
6836         (srecode-document-insert-variable-one-line-comment)
6837         (srecode-document-function-name-comment):
6838         * cedet/srecode/dictionary.el (srecode-create-dictionary)
6839         (srecode-compound-toString):
6840         * cedet/srecode/compile.el (srecode-flush-active-templates):
6841         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6842         Doc/message fixes.
6844         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6845         match-data.  (Bug#4555).
6847         * cedet/semantic/bovine/gcc.el
6848         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6849         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6851         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6852         rather than parsing it as a regexp.  This relaxes the layout
6853         requirements and makes errors easier to detect.
6854         (check-declare-verify): Check file is regular.
6855         (check-declare-directory): Doc fix.
6856         * subr.el (declare-function): Doc fix.
6858         * ibuffer.el (ibuffer-format-qualifier):
6859         * isearch.el (hi-lock-regexp-okay):
6860         * calc/calc.el (math-zerop):
6861         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6862         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6863         Remove unused declarations.
6865 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6867         * cedet/semantic/wisent/javat-wy.el
6868         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6870 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
6872         * cedet/srecode/expandproto.el: Fix provide statement.
6874 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6876         * emacs-lisp/eieio.el (boolean-p): Delete.
6878 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
6880         * cedet/ede/srecode.el: Fix provide statement.
6882 2009-09-30  Glenn Morris  <rgm@gnu.org>
6884         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6885         * cedet/ede/proj-aux.el (ede-aux-source):
6886         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6887         (ede-misc-source):
6888         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6889         (semantic-mrub-switch-tags): Fix doc typos.
6891         * cedet/semantic/db-global.el (data-debug-new-buffer)
6892         (data-debug-insert-thing): Remove unneeded declarations (one broken).
6893         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6895         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6897         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6898         use of CL function `remove-if-not'.
6900         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6902         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6903         filename is not a string.
6905 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6907         * files.el (safe-local-eval-forms): Fix typo.
6909 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6911         * vc-hooks.el (vc-dir-buffers): New var.
6912         (vc-state-refresh): New function.
6913         (vc-state): Use it.
6914         (vc-after-save): Always ask the backend to recompute the new state.
6915         Always call vc-dir if necessary, using vc-dir-buffers.
6916         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6917         Use vc-dir-buffers.
6918         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6919         (vc-dir-prepare-status-buffer, vc-dir-update)
6920         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6921         Don't call expand-file-name on default-directory.
6923 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6925         * speedbar.el (speedbar-item-delete):
6926         * calc/calc-prog.el (calc-kbd-if):
6927         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6929         * epa.el (epa-key-list-mode-map):
6930         * hi-lock.el (hi-lock-menu): Fix typos in menus.
6932         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6933         (hs-show-hook): Fix typo in docstring.
6935 2009-09-29  Glenn Morris  <rgm@gnu.org>
6937         * cedet/semantic/symref/idutils.el:
6938         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6940         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6942         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6943         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6944         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6945         Mark declarations not understood by check-declare.
6947         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6948         file-name-nondirectory call preventing location of cedet files.
6949         (check-declare-verify): Use literal search rather than re-search.
6950         Add basic defmethod and defclass, and define-overloadable-function.
6952         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6953         Use tramp-compat-file-attributes rather than nonexistent
6954         tramp-compat-handle-file-attributes.
6956         * Makefile.in (lisptagsfiles4): New.
6957         (AUTOGENEL): Add cedet loaddefs files.
6958         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6959         (update-elclist, compile-always, backup-compiled-files)
6960         (bootstrap-clean): Add yet another directory level.
6961         (update-elclist): Use LC_COLLATE rather than COLLATE.
6962         (ELCFILES): Update, via `make update-elclist'.
6964 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6966         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6967         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6968         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6970 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
6972         * Makefile.in (lisptagsfiles3): Define.
6973         (TAGS, TAGS-LISP): Use it.
6974         (update-elclist): Add third directory level to look for elc files.
6975         (compile-always): Likewise.
6976         (backup-compiled-files): Likewise.
6977         (bootstrap-clean): Likewise.
6978         (ELCFILES): Update.
6980 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
6982         * Makefile.in (ELCFILES): Add CEDET files.
6984 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6986         CEDET (development tools) package merged.
6988         * cedet/*.el:
6989         * cedet/ede/*.el:
6990         * cedet/semantic/*.el:
6991         * cedet/srecode/*.el: New files.
6993 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
6995         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6997         * net/tramp.el (top): Require tramp-imap.
6999         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7000         Use `tramp-compat-handle-file-attributes'.
7002 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7004         * net/tramp-imap.el: New package.
7006 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7008         * emacs-lisp/chart.el:
7009         * emacs-lisp/eieio-base.el:
7010         * emacs-lisp/eieio-comp.el:
7011         * emacs-lisp/eieio-custom.el:
7012         * emacs-lisp/eieio-datadebug.el:
7013         * emacs-lisp/eieio-opt.el:
7014         * emacs-lisp/eieio-speedbar.el:
7015         * emacs-lisp/eieio.el: New files.
7017         * cedet/cedet-cscope.el:
7018         * cedet/cedet-files.el:
7019         * cedet/cedet-global.el:
7020         * cedet/cedet-idutils.el:
7021         * cedet/data-debug.el:
7022         * cedet/inversion.el:
7023         * cedet/mode-local.el:
7024         * cedet/pulse.el: New files.
7026 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7028         * whitespace.el (whitespace-trailing-regexp)
7029         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7030         Fix doc string.
7032 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7034         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7035         menu.
7037         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7038         menu-bar-ediff-menu.
7040         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7041         define-overloadable-function.
7043         * progmodes/autoconf.el: Provide autoconf as well, so that this
7044         file can be `require'd.
7046         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7048         * emacs-lisp/autoload.el (generated-autoload-feature)
7049         (generated-autoload-load-name): New vars.
7050         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7051         (make-autoload): Recognize define-overloadable-function and
7052         defclass forms (for EIEIO).
7054         * Makefile.in (update-subdirs): Exclude cedet directory.
7056 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7058         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7060         * faces.el: Default light-background background for region face to
7061         ns_selection_color under NS.
7063 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7065         * net/imap-hash.el: New library, see NEWS.
7067         * Makefile.in (ELCFILES): Add imap-hash.el.
7069 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7071         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7072         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7073         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7074         definition where the docstring could be taken for the return value.
7076 2009-09-26  Glenn Morris  <rgm@gnu.org>
7078         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7079         Add option to only show images below a certain size.
7080         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7081         save-excursion calls.
7083 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7085         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7086         subdirectories) and eieio.
7088 2009-09-26  Alan Mackenzie  <acm@muc.de>
7090         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7091         buggy bracketing.  (Bug#4289)
7093         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7094         character constants (as case labels).  (Bug#4289)
7096 2009-09-25  Juri Linkov  <juri@jurta.org>
7098         * files.el (safe-local-eval-forms): Allow time-stamp in
7099         before-save-hook (Bug#4554).
7101 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7103         * menu-bar.el (list-buffers-directory): Doc fix.
7105 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7107         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7108         Try and avoid copying twice the same paragraph.
7109         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7110         Remove save-excursion.
7111         (log-edit-changelog-entry): Do it here instead.
7113 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7115         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7116         when available, instead of hardcoding mode names.  Doc fix.
7118         * menu-bar.el (list-buffers-directory): Add docstring.
7119         Make automatically buffer-local.
7121         * dired.el (dired-mode):
7122         * files.el (cd-absolute):
7123         * pcvs.el (cvs-temp-buffer):
7124         * pcvs-util.el (cvs-get-buffer-create):
7125         * shell.el (shell-mode):
7126         * vc-dir.el (vc-dir-mode):
7127         Don't make `list-buffers-directory' buffer local.
7129 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7131         * comint.el (comint-exec, comint-run, make-comint):
7132         Doc fixes (Bug#4542).
7134 2009-09-25  Glenn Morris  <rgm@gnu.org>
7136         * mail/rmailmm.el (rmail-mime): New custom group.
7137         Move all defcustoms in this file into this group.
7138         (rmail-mime-media-type-handlers-alist): Revert previous change.
7139         (rmail-mime-show-images): New option.
7140         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7141         references to it, since it wasn't actually used for anything.
7142         (rmail-mime-insert-image): New function.
7143         (rmail-mime-image): Use rmail-mime-insert-image.
7144         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7145         obey the value of `rmail-mime-show-images' option.  Print the size of
7146         attachments.
7148 2009-09-25  David Engster  <deng@randomsample.de>
7150         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7152 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7154         * whitespace.el: Does not highlight trailing spaces While point is
7155         at end of line.  Does not highligt spaces at beginning of buffer
7156         while point is at beginning of buffer.  Does not highlight spaces
7157         at end of buffer while point is at end of buffer.  (Bug#4177)
7158         New version 12.0.
7159         (whitespace-display-mappings): Adjust initialization.
7160         (whitespace-point, whitespace-font-lock-refontify): New vars.
7161         (whitespace-color-on, whitespace-color-off): Adjust code.
7162         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7163         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7164         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7166 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7168         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7170         * textmodes/sgml-mode.el: Remove xml-mode alias.
7172         * files.el (auto-mode-alist, conf-mode-maybe)
7173         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7175 2009-09-24  Alan Mackenzie  <acm@muc.de>
7177         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7178         c-forward-conditionals, but it doesn't move point and doesn't set
7179         the mark.
7180         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7181         (c-down-conditional-with-else, c-backward-conditional)
7182         (c-forward-conditional): Refactor to use c-scan-conditionals.
7184 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7186         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7187         (help-default-arg-highlight): Remove.
7188         (help-highlight-arg): New function.
7189         (help-do-arg-highlight): Use it.
7190         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7192 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7194         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7195         Undo last change, which didn't fix the problem and introduced others.
7197 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7199         * progmodes/gdb-mi.el: Don't require speedbar.
7200         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7202 2009-09-24  Glenn Morris  <rgm@gnu.org>
7204         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7206         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7208         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7209         there is no newline after the final mime boundary.  (Bug#4539)
7210         Move markers on insertion so that any buttons inserted don't end up in
7211         the next part of a multipart message.
7212         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7213         (rmail-mime-bulk-handler): Optionally handle images.
7214         (rmail-mime-image): New button action.
7215         (rmail-mime-image-handler): New function.
7216         (rmail-mime-mode): New mode.
7217         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7219 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7221         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7222         than just dropping elements from it (bug#4504).
7224         * term.el (term-set-scroll-region): Don't move cursor any more.
7225         (term-handle-ansi-escape): Call term-goto here instead.
7226         Suggested by Ivan Kanis <apple@kanis.eu>.
7228         * term.el: Require CL.
7229         (term-ansi-reset): New function.
7230         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7231         (term-handle-colors-array): Simplify.
7233 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7235         * allout.el (allout-overlay-interior-modification-handler)
7236         (allout-obtain-passphrase):
7237         * epa-file.el (epa-file-write-region):
7238         * ps-print.el (ps-begin-job):
7239         * vc-hooks.el (vc-toggle-read-only):
7240         * vc-rcs.el (vc-rcs-rollback):
7241         * vc-sccs.el (vc-sccs-rollback):
7242         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7243         (vc-version-diff, vc-revert, vc-rollback):
7244         * wdired.el (wdired-check-kill-buffer):
7245         * emacs-lisp/authors.el (authors):
7246         * net/socks.el (socks-open-connection):
7247         * net/zeroconf.el (zeroconf-service-add-hook):
7248         * obsolete/vc-mcvs.el (vc-mcvs-register):
7249         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7250         (gdb-select-frame):
7251         * progmodes/grep.el (lgrep, rgrep):
7252         * progmodes/idlw-help.el (idlwave-help-check-locations)
7253         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7254         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7255         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7256         (reftex-toc-rename-label): Fix typos in error messages.
7258         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7259         (dired-copy-how-to-fn): Doc fix.
7260         (dired-files-attributes, dired-read-shell-command):
7261         Fix typos in docstrings.
7263         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7264         (dired-x-find-file-other-window): Reflow docstrings.
7265         (dired-omit-marker-char, dired-read-shell-command)
7266         (dired-x-submit-report): Fix typos in docstrings.
7268         * shell.el (shell-mode-hook):
7269         * view.el (View-scroll-line-forward):
7270         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7271         Fix typos in docstrings.
7273         * net/dig.el (dig-invoke): Fix typo in docstring.
7274         (query-dig): Reflow docstring.
7276         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7277         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7278         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7279         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7280         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7281         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7282         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7283         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7284         (idlwave-completion-map, idlwave-current-indent)
7285         (idlwave-custom-ampersand-surround, idlwave-customize)
7286         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7287         (idlwave-define-abbrev, idlwave-determine-class-special)
7288         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7289         (idlwave-end-block-reg, idlwave-end-of-statement)
7290         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7291         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7292         (idlwave-explicit-class-listed, idlwave-file-header)
7293         (idlwave-fill-paragraph, idlwave-find-class-definition)
7294         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7295         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7296         (idlwave-in-quote, idlwave-indent-action-table)
7297         (idlwave-indent-expand-table, idlwave-indent-line)
7298         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7299         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7300         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7301         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7302         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7303         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7304         (idlwave-outlawed-buffers, idlwave-popup-select)
7305         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7306         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7307         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7308         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7309         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7310         (idlwave-statement-type, idlwave-struct-skip)
7311         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7312         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7313         (idlwave-what-module-find-class): Fix typos in docstrings.
7314         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7315         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7316         (idlwave-find-module, idlwave-find-structure-definition)
7317         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7318         (idlwave-list-load-path-shadows, idlwave-next-statement)
7319         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7320         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7321         (idlwave-template): Reflow docstrings.
7323         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7324         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7325         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7326         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7327         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7328         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7329         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7330         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7331         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7332         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7333         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7334         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7335         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7336         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7337         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7338         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7339         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7340         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7341         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7342         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7343         Fix typos in docstrings.
7344         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7345         (idlwave-shell-hide-output, idlwave-shell-mode)
7346         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7347         Reflow docstrings.
7349         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7351 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7353         * term.el (term-bold-attribute): New var.
7354         (term-handle-colors-array): Use it.
7356 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7358         * progmodes/gdb-mi.el (gdb-version): New variable.
7359         (gdb-non-stop-handler): Set gdb-version.
7360         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7361         Condition "--thread" option on gdb-version.
7362         (gdb-invalidate-threads): Remove unused argument.
7364 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7366         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7367         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7369 2009-09-23  Glenn Morris  <rgm@gnu.org>
7371         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7372         replying to mail without References or Message-Id.  (Bug#4525)
7374 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7376         * term/ns-win.el (ns-reg-to-script): New variable.
7378 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7380         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7382 2009-09-22  Sam Steingold  <sds@gnu.org>
7384         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7385         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7386         to 1 because hg returns status 1 when nothing is found.
7387         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7389 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7391         * textmodes/fill.el: Convert to utf-8 encoding.
7392         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7393         pre-unicode days.
7395         * add-log.el (change-log-fill-forward-paragraph): New function.
7396         (change-log-mode): Use it so fill-region DTRT.
7397         Set fill-indent-according-to-mode here rather than in
7398         change-log-fill-paragraph.
7399         (change-log-fill-paragraph): Remove.
7401 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7403         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7404         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7406 2009-09-22  Glenn Morris  <rgm@gnu.org>
7408         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7409         the scroll-bar scroll the calendar window rather than the buffer.
7411         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7412         commands that move point (as opposed to scrolling).
7414         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7416         * emacs-lisp/elint.el (elint): New custom group.
7417         (elint-log-buffer): Make it a defcustom.
7418         (elint-scan-preloaded, elint-ignored-warnings)
7419         (elint-directory-skip-re): New options.
7420         (elint-builtin-variables): Doc fix.
7421         (elint-preloaded-env): New variable.
7422         (elint-unknown-builtin-args): Add an entry for encode-time.
7423         (elint-extra-errors): Make it a variable rather than a constant.
7424         (elint-preloaded-skip-re): New constant.
7425         (elint-directory): Skip files matching elint-directory-skip-re.
7426         (elint-features): New variable, local to linted buffers.
7427         (elint-update-env): Initialize elint-features.  Possibly add
7428         elint-preloaded-env to the buffer's environment.
7429         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7430         Skip quoted forms.
7431         (elint-init-form): New function, extracted from elint-init-env.
7432         Make non-list forms a warning rather than an error.
7433         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7434         easy-menu-define, put that adds an error-condition, and provide.
7435         When requiring cl, also require cl-macs.  Really require cl, to handle
7436         some cl macros.  Store required libraries in the list elint-features,
7437         so as not to re-load them.  Treat cc-require like require.
7438         (elint-init-env): Call elint-init-form to do the work.
7439         Handle eval-and-compile and such like.
7440         (elint-add-required-env): Do not clear messages.
7441         (elint-special-forms): Add handlers for function, defalias, if, when,
7442         unless, and, or.
7443         (elint-form): Add optional argument to ignore elint-special-forms,
7444         useful to prevent recursive calls from handlers.  Doc fix.
7445         Respect elint-ignored-warnings.
7446         (elint-form): Respect elint-ignored-warnings.
7447         (elint-bound-variable, elint-bound-function): New variables.
7448         (elint-unbound-variable): Respect elint-bound-variable.
7449         (elint-get-args): Respect elint-bound-function.
7450         (elint-check-cond-form): Add some simple handling for (f)boundp and
7451         featurep tests.
7452         (elint-check-defalias-form): New handler.
7453         (elint-check-let-form): Make an empty let a warning rather than an
7454         error.
7455         (elint-check-setq-form): Make an empty setq a warning rather than an
7456         error.  Respect elint-ignored-warnings.
7457         (elint-check-defvar-form): Accept null doc-strings.
7458         (elint-check-conditional-form): New handler.  Does some simple-minded
7459         checking of featurep and (f)boundp tests.
7460         (elint-put-function-args): New function.
7461         (elint-initialize): Use elint-scan-doc-file rather than
7462         elint-find-builtin-variables.  Use elint-put-function-args.
7463         Possibly scan preloaded-file-list.
7464         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7465         extend to handle functions as well.
7467 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7469         * linum.el (linum-delete-overlays, linum-update-window):
7470         Do not modify the right margin.  (Bug#3971)
7472 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7474         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7475         nxml-mode instead of xml-mode.
7477 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7479         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7481 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7483         * net/dig.el (dig-mode): Use define-derived-mode.
7485 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7487         * vc-dispatcher.el (vc-do-command): Return the process object in
7488         the asynchronous case.  Use when instead of if.  Do not run
7489         vc-exec-after to display a message if not enabled.  (Bug#4463)
7491         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7492         properties to the stash strings.
7493         (vc-git-stash-list): Return a list of strings.
7494         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7495         (vc-git-stash-show-at-point): New functions.
7496         (vc-git-stash-map): New keymap.
7498         * register.el (ctl-x-r-map): Define the keys here instead of
7499         using autoload.
7501 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7503         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7504         list, to workaround performance problem (bug#4485).
7506 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7508         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7510 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7512         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7513         Document that this option is not recommended to use.
7515 2009-09-19  Glenn Morris  <rgm@gnu.org>
7517         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7518         variable `var'.
7520         * calc/calc-alg.el (var):
7521         * calc/calcalg2.el (var): Define for compiler.
7523 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7525         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7526         Doc fix (Bug#3932).
7528         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7530         * time-stamp.el (time-stamp-month-dd-yyyy)
7531         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7532         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7533         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7534         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7535         Remove functions that have been obsolete since 1995 (Bug#4436).
7537         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7538         indent buffer only if called interactively (Bug#4452).
7540 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7541             Eli Zaretskii  <eliz@gnu.org>
7543         This fixes bug#4197 (merged to bug#865, though not identical).
7544         * server.el (server-auth-dir): Add docstring note about FAT32.
7545         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7546         but warn against using them.
7548 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7550         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7551         older GDB where there is no has_more field.
7553 2009-09-19  Glenn Morris  <rgm@gnu.org>
7555         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7557 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7559         * files.el (auto-mode-alist): Change default for XML files to nXML
7560         mode (Bug#4169).
7562 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7564         * server.el (server-ensure-safe-dir): Pass 'integer
7565         to `file-attributes', as suggested.
7567 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7569         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7570         (dired-query): Use read-key.
7572 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7574         * cus-start.el (ns-use-qd-smoothing): Remove.
7576 2009-09-18  Glenn Morris  <rgm@gnu.org>
7578         * allout.el (top-level): Remove unnecessary progn.
7580         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7582         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7583         definition of abbrev table.
7585         * speedbar.el (speedbar-track-mouse):
7586         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7587         * net/eudc.el (eudc-expand-inline):
7588         * net/newst-backend.el (newsticker--cache-read-feed):
7589         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7590         condition-case handlers.
7592 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7594         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7595         (gdb-var-list): Add an element for has_more field.
7596         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7597         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7598         (gdb-var-update-handler-1): Parse output of dynamic variable
7599         objects (STL containers).
7600         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7601         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7603         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7604         gdb-var-list.
7605         (gud-speedbar-buttons): Make node expandable if expression "has more"
7606         children.
7608 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7610         * startup.el (emacs-quick-startup): Remove variable and all uses.
7611         (command-line): Set `inhibit-x-resources' instead.
7612         (command-line-1): Use `inhibit-x-resources' instead.
7614 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7616         * subr.el: Fix last change to avoid using the `unless' macro,
7617         which breaks bootstrapping.
7619 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7621         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7622         extended definitions, in case we reload subr.el after having
7623         loaded CL.
7624         (eval-next-after-load): Mark as obsolete.
7626 2009-09-17  Juri Linkov  <juri@jurta.org>
7628         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7629         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7630         (menu-bar-showhide-menu, menu-bar-tools-menu)
7631         (menu-bar-describe-menu, menu-bar-help-menu)
7632         (minibuffer-local-completion-map, minibuffer-local-map):
7633         Fix list quoting.
7635 2009-09-17  Glenn Morris  <rgm@gnu.org>
7637         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7638         arguments, whether or not it has a handler.
7640         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7642         * simple.el (hard-newline): Give it a doc-string.
7644         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7645         (lisp-mode-syntax-table): Give them doc-strings.
7647 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7649         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7650         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7651         (menu-bar-options-menu, menu-bar-showhide-menu)
7652         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7653         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7654         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7655         (menu-bar-options-menu, menu-bar-tools-menu)
7656         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7657         (menu-bar-help-menu):
7658         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7659         string arguments.
7661         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7662         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7663         calls for the menu names and :help.
7665 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7667         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7668         to :minor-mode-function (bug#4455).
7670 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7672         * startup.el (command-line): Initialize the window-system after
7673         processing the command-line.
7675         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7676         page-delimiter matches the empty string.
7678 2009-09-16  Glenn Morris  <rgm@gnu.org>
7680         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7681         byte-compile-not-obsolete-var.  It's a list now.
7682         (byte-compile-not-obsolete-funcs): New variable.
7683         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7684         byte-compile-not-obsolete-funcs.
7685         (byte-compile-variable-ref, byte-compile-defvar): Update for
7686         byte-compile-not-obsolete-vars name-change and list nature.
7687         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7688         and variables behind (f)boundp tests.
7689         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7691 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7693         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7695 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7697         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7698         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7699         Don't autoload.
7701 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7703         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7704         the virtual-buffers, use the name of the buffer specified by
7705         find-file-noselect, as the match may be a symlink.  (This was a
7706         problem if the target and the symlink had different names.)
7708 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7710         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7712         * desktop.el (desktop-path): Check user-emacs-directory.
7714         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7716         * loadup.el: Use after-load-functions to GC after loading each file.
7717         Remove the explicit GC calls that used to be sprinkled around.
7719         * subr.el (after-load-functions): New hook.
7720         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7721         `obsolete' packages, rather than painfully extracting the relevant
7722         directory name.
7724 2009-09-15  Glenn Morris  <rgm@gnu.org>
7726         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7727         free variable `doc'.
7729         * dired.el (dired-mode-map): Add menu entry for async shell command.
7731         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7732         variables, also consider the .elc files, since the .el files are
7733         normally gzipped (subsequent code locates the .el.gz from the .elc).
7735         * calc/calc-prog.el (arglist): Define for compiler.
7737         * calendar/diary-lib.el (diary-display-function): Change the default to
7738         fancy display.
7739         (body): Define for compiler.
7741         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7742         (byte-compile-file-form, byte-compile-lambda)
7743         (byte-compile-top-level-body, byte-compile-form)
7744         (byte-compile-variable-ref, byte-compile-setq)
7745         (byte-compile-setq-default, byte-compile-body)
7746         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7747         (batch-byte-compile): Give some more local variables with common names
7748         a "bytecomp-" prefix to avoid masking warnings about free variables.
7750         * startup.el (command-line-1): Give local variables with common names a
7751         distinguishing prefix, so as not to hide free variable warnings during
7752         bootstrap.
7754         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7755         clever and add a suffix to make a unique name, just let the user decide
7756         whether or not to overwrite it.  If the input is a directory, write the
7757         default filename to that directory.  (Bug#4388)
7758         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7759         is a filename-as-a-directory.
7761 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7763         * textmodes/page.el (what-page): Don't move to beginning of line.
7764         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7766 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7768         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7770 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7772         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7773         * help.el (help-for-help-internal): Add purecopy calls for text.
7775         * vc.el (top): print-log method now takes an optional SHORTLOG
7776         argument.  Add a new method: root.
7777         (vc-root-diff, vc-print-root-log): New functions.
7778         (vc-log-short-style): New variable.
7779         (vc-print-log-internal): Add support for showing short logs.
7781         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7782         vc-print-root-log and vc-print-root-diff.
7784         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7785         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7786         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7787         short logs.
7789         * vc-cvs.el (vc-cvs-print-log):
7790         * vc-mtn.el (vc-mtn-print-log):
7791         * vc-rcs.el (vc-rcs-print-log):
7792         * vc-sccs.el (vc-sccs-print-log):
7793         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7794         that is ignored for now.
7796         * vc-mtn.el (vc-mtn-annotate-command):
7797         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7799 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7801         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7802         to function-key-map, and give them ascii-character property.
7803         * term/x-win.el (x-alternatives-map):
7804         * term/ns-win.el (ns-alternatives-map):
7805         * term/internal.el (msdos-key-remapping-map):
7806         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7808 2009-09-14  Glenn Morris  <rgm@gnu.org>
7810         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7811         temp-buffers (2009-09-12).
7813 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7815         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7816         the new read-key function.
7818 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7820         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7821         is defined (Bug#4405).
7823 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7825         * recentf.el (recentf-cleanup): Use a hash table to find
7826         duplicates (Bug#4407).
7828 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7830         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7831         kp-0 to ascii equivalents (Bug#4325).
7833 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7835         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7837         * eshell/em-hist.el:
7838         * eshell/em-dirs.el (eshell-complete-user-reference):
7839         Declare pcomplete functions and variables to avoid compiler warnings.
7841 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7843         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7844         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7845         * eshell/em-alias.el (eshell-aliases-file):
7846         * eshell/em-hist.el (eshell-history-file-name):
7847         Use expand-file-name instead of concat to make file names (Bug#4308).
7849 2009-09-13  Glenn Morris  <rgm@gnu.org>
7851         * ediff-merg.el (ediff-do-merge):
7852         * filesets.el (filesets-run-cmd):
7853         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7854         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7855         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7856         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7857         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7858         Replace empty `let's with `progn'.
7860 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7862         * mail/sendmail.el (send-mail-function):
7863         * tooltip.el (tooltip-mode):
7864         * simple.el (transient-mark-mode):
7865         * rfn-eshadow.el (file-name-shadow-mode):
7866         * frame.el (blink-cursor-mode):
7867         * font-core.el (global-font-lock-mode):
7868         * files.el (temporary-file-directory)
7869         (small-temporary-file-directory, auto-save-file-name-transforms):
7870         * epa-hook.el (auto-encryption-mode):
7871         * composite.el (global-auto-composition-mode):
7872         Use custom-initialize-delay.
7873         * startup.el (command-line): Don't explicitly call
7874         custom-reevaluate-setting for all the above vars.
7875         * custom.el (custom-initialize-safe-set)
7876         (custom-initialize-safe-default): Delete.
7878 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7880         * term/x-win.el (x-initialize-window-system):
7881         * term/w32-win.el (w32-initialize-window-system):
7882         * term/ns-win.el (ns-initialize-window-system): Don't call
7883         mouse-wheel-mode since it's enabled globally by default already.
7885         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7886         actually define the variable, but only silences the byte-compiler.
7887         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7888         before looking it up.
7889         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7890         is changed.
7892 2009-09-12  Glenn Morris  <rgm@gnu.org>
7894         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7895         1000.
7896         (elint-add-required-env): Don't beep on error.
7897         (elint-forms): In case of error, return ENV unchanged.
7898         (elint-init-env): Skip non-list forms.
7899         (elint-log): Handle unknown file positions.
7901 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7903         * epg.el (epg-make-context): Add autoload cookie.
7904         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7905         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7906         (epg-verify-string, epg-start-sign, epg-sign-file)
7907         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7908         (epg-encrypt-string, epg-start-export-keys)
7909         (epg-export-keys-to-file, epg-export-keys-to-string)
7910         (epg-start-import-keys, epg-import-keys-from-file)
7911         (epg-import-keys-from-string, epg-start-receive-keys)
7912         (epg-receive-keys, epg-import-keys-from-server)
7913         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7914         (epg-sign-keys, epg-start-generate-key)
7915         (epg-generate-key-from-file, epg-generate-key-from-string):
7916         Remove autoload cookie.
7918 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7920         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7921         reevaluation of trash-directory.
7923         * mwheel.el: Fix last change.
7924         (mouse-wheel-mode): New defvar.
7925         (mouse-wheel-mode): Remove autoload cookie.
7927 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7929         * mwheel.el (mwheel-installed-bindings): New var.
7930         (mouse-wheel-mode): Use it, so as to make sure we really remove all
7931         the bindings we set last time.  Use custom-initialize-delay.
7932         * loadup.el: Load mwheel after term/*-win.el.
7933         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7934         and mouse-wheel-up-event now that their first evaluation is done
7935         sufficiently late to be correct.
7937         * startup.el (tutorial-directory): Make it a defcustom.
7938         Use custom-initialize-delay rather than eval-at-startup to set it.
7939         * image.el (image-load-path): Make it a defcustom.
7940         Use custom-initialize-delay rather than eval-at-startup to set it.
7941         * subr.el (eval-at-startup): Remove.
7942         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7944         * subr.el (do-after-load-evaluation): Warn the user after loading an
7945         obsolete package.
7947 2009-09-12  Glenn Morris  <rgm@gnu.org>
7949         * proced.el (proced-mark-alt): Remove alias.
7950         (proced-mode-map): Remove proced-mark-alt.
7952         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7953         Elint file and directory.  Remove initialization entry.
7955         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7956         commands.
7957         (elint-current-buffer): Set mode-line-process.
7958         (elint-init-env): Handle define-derived-mode.
7959         Fix declare-function with unspecified arglist.  Guard against odd
7960         defalias statements (eg iso-insert's 8859-1-map).
7961         (elint-add-required-env): Use a temp buffer.
7962         (elint-form): Just print the function/macro name, not the whole form.
7963         Return env unchanged if we fail to parse a macro.
7964         (elint-forms): Guard against parse errors.
7965         (elint-output): New function, to handle batch mode.
7966         (elint-log-message): Add optional argument.  Use elint-output.
7967         (elint-set-mode-line): New function.
7969 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7971         * emacs-lisp/elp.el (elp-not-profilable): Add more
7972         functions (Bug#4233).
7974 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
7976         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7977         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7979 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7981         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7982         (gdb-var-list-children): Use json parsing.
7984 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
7986         * progmodes/js.el (js--proper-indentation): Handle the case where
7987         char-before is null.  Reported by Deniz Dogan.
7989 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7991         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7993 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
7995         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7996         (epg-digest-algorithm-alist): Add SHA224.
7997         (epg-context-set-passphrase-callback)
7998         (epg-context-set-progress-callback): Add description about
7999         callback function.
8001 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8003         * custom.el (custom-delayed-init-variables): New var.
8004         (custom-initialize-delay): New function.
8005         * startup.el (command-line): "Re"evaluate all vars in
8006         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8007         explicitly any more.
8008         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8009         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8011         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8013 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8015         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8016         (gdb-var-update-handler): Use json parsing.
8018 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8020         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8021         decode annotated text, regardless of language environment.  (Bug#2741)
8023 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8025         * Makefile.in (autoloads): Make rmail.el writable as well.
8027 2009-09-11  Glenn Morris  <rgm@gnu.org>
8029         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8030         loaddefs.el.
8031         * dired.el: Regenerate with extracted autoloads.
8032         * Makefile.in (autoloads): Make dired.el writable.
8034         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8035         * ibuffer.el: Regenerate with extracted autoloads.
8036         * Makefile.in (autoloads): Make ibuffer.el writable.
8038         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8039         * version.el (emacs-copyright, emacs-major-version)
8040         (emacs-minor-version): Reformat doc-strings for make-docfile.
8042         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8043         functions and variables, since they must be stuff specific to some other
8044         platform.
8045         (apropos-print): Make mouse-click message less specific about button.
8047         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8048         that records where a macro was defined.
8049         * help-fns.el (describe-function-1): Mention if a function has a
8050         compiler-macro.
8051         * help-mode.el (help-function-cmacro): New button.
8053         * locate.el (top-level): Always require dired.
8054         (locate-mode-map): Initialize inside the defvar.
8056         * net/ange-ftp.el (dired-compress-file): Declare.
8057         (ange-ftp-dired-compress-file): Add doc string.
8059         * term/ns-win.el (x-display-name, x-setup-function-keys):
8060         Unify doc-strings with X versions.
8062 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8064         * emulation/crisp.el (crisp-mode-map): Move initialization
8065         into declaration.
8066         (crisp-mode): Use define-minor-mode.
8068         * progmodes/xscheme.el (xscheme-evaluation-commands):
8069         Put a :advertised-binding property rather than using
8070         advertised-xscheme-send-previous-expression.
8071         (advertised-xscheme-send-previous-expression): Declare obsolete.
8072         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8073         `advertised-undo'.
8074         (crisp-mode): Add corresponding bindings to
8075         undo's :advertised-binding instead.
8076         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8077         than using dired-advertised-find-file.
8078         (dired-advertised-find-file):
8079         * simple.el (advertised-undo):
8080         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8081         (widget-keymap): Put a :advertised-binding property rather
8082         than using advertised-widget-backward.
8083         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8084         than using advertised-undo.
8085         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8087 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8089         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8090         Mark mode is enabled and region is active; otherwise indent or
8091         insert TAB as usual.
8092         (delphi-mode): Update description of TAB-key binding.
8094 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8096         * subr.el (define-key-rebound-commands): Mark obsolete.
8097         * startup.el (precompute-menubar-bindings): Remove.
8098         (normal-top-level): Remove obsolete code that tried to precompute
8099         menubar bindings.
8100         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8101         define-key-rebound-commands and precompute-menubar-bindings.
8103 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8105         * net/imap.el (imap-interactive-login): Better messages.
8106         (imap-open): Fix bug with renamed buffer on reconnect.
8107         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8108         for easier debugging and cleaner code.  On successful (guessed based on
8109         server capabilities) secondary authentication, set imap-state
8110         correctly.
8111         (imap-last-authenticator): Define imap-last-authenticator as a variable
8112         to avoid warnings.
8114 2009-09-10  Glenn Morris  <rgm@gnu.org>
8116         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8118         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8119         (byte-compile-file-form-autoload): Don't warn about unknown functions
8120         where the autoload statement comes after the use.
8121         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8122         that any handlers inside the body (eg require) are in turn respected.
8124         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8125         effects.
8127         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8128         and syntax and abbrev tables basic docs, if they don't have any.
8130         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8132         * international/mule-cmds.el (top-level): Require cl when compiling.
8133         (view-hello-file): Use default-value rather than
8134         default-enable-multibyte-characters.
8136         * progmodes/fortran.el: Move all safe and risky properties into the
8137         defcustoms.
8139         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8140         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8141         * mail/undigest.el:
8142         Put autoloads in rmail.el rather than loaddefs.el.
8143         * mail/rmail.el: Regenerate with extracted autoloads.
8145         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8146         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8148 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8150         Reported in thread for Bug#4375.
8151         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8152         "-data-evaluate-expression" instead of print.
8153         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8154         (gdb-tooltip-print): Parse output from above MI command.
8155         (gdb): Revert 2009-08-11 change.  User should detach inferior
8156         manually.
8158         Remove the word "separate" from IO functions as inferior
8159         output is now never displayed in the GUD buffer.
8161 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8163         * startup.el (command-line-normalize-file-name): On Windows and
8164         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8166 2009-09-10  Juri Linkov  <juri@jurta.org>
8168         * isearch.el (isearch-text-char-description): Propertize escape
8169         character sequences with the `escape-glyph' face.  (Bug#4344)
8171         * simple.el (shell-command): Set asynchronous process filter to
8172         `comint-output-filter'.  (Bug#4343)
8174         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8175         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8176         the list.  Move "asm" to the bottom.
8177         (grep-find-ignored-directories): Add `choice' with nil value
8178         to empty the list easily.
8179         (grep-find-ignored-files): New option.
8180         (grep-files-history): Set to nil by default instead of '("ch" "el").
8181         (grep-compute-defaults): Add "<X>" to `grep-template'.
8182         (grep-read-files): Bind new local variables `default-alias' and
8183         `default-extension'.  Use a list of default values for the file prompt.
8184         (lgrep): Add `--exclude=' command line options composed from
8185         `grep-find-ignored-files'.
8186         (rgrep): Add `-name' command line options composed from
8187         `grep-find-ignored-files'.  (Bug#4301)
8189 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8191         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8192         (bug#4368).
8194 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8196         * calendar/time-date.el (autoload):
8197         Expand define-obsolete-function-alias into defalias and make-obsolete
8198         for old Emacsen that Gnus supports.
8199         (with-no-warnings): Define it for old Emacsen.
8200         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8201         is available.
8202         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8203         float-time is available; suppress compile warning for time-to-seconds.
8205 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8207         * net/imap.el (imap-message-map): Docstring fix.
8209 2009-09-09  Glenn Morris  <rgm@gnu.org>
8211         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8212         line numbers too.  (Bug#4374)
8214 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8216         * smerge-mode.el (smerge-remove-props, smerge-refine):
8217         Use with-silent-modifications (bug#4342).
8219         * subr.el (with-silent-modifications): New macro.
8221 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8223         * files.el (top-level): Require `cl' when compiling.
8225 2009-09-07  Glenn Morris  <rgm@gnu.org>
8227         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8229         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8230         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8232 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8234         * vc-git.el (vc-git-annotate-command): Use separator to parse
8235         arguments correctly.
8237 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8239         * proced.el (proced-mode): Doc fix.
8241 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8243         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8244         lstat fails.
8245         (tramp-do-file-attributes-with-ls): Check for file existence at
8246         remote end.
8247         (tramp-do-file-attributes-with-stat): Likewise.
8248         (tramp-convert-file-attributes): Return nil when attr is nil.
8250 2009-09-05  Glenn Morris  <rgm@gnu.org>
8252         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8253         properties to this button.
8254         (diary-fancy-display): Don't extend the button to the final newline.
8255         (diary-fancy-display-mode): Continue to define "q" as a local key.
8257         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8258         efficient.
8260         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8262         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8263         (byte-compile-dest-file-function): New option.
8264         (byte-compile-dest-file): Doc fix.
8265         Obey byte-compile-dest-file-function.
8266         (byte-compile-cl-file-p): New function.
8267         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8268         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8269         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8270         than for file being previously loaded.
8271         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8272         (byte-compile-file-form-require): Handle the case where requiring a file
8273         indirectly causes CL to be loaded.
8275 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8277         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8278         before killing the old buffer, since by the time `kill-buffer' is
8279         run so many buffer variables have been set to nil that it may not
8280         behave as expected.  (Bug#4061)
8282 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8284         * files.el (find-alternate-file): If the old buffer is modified
8285         and visiting a file, behave similarly to `kill-buffer' when
8286         killing it, thus reverting to the pre-1.878 behavior; see
8287         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8288         for discussion.  Also, consult `buffer-file-name' as a variable
8289         not as a function, for consistency with the rest of the code.
8291 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8293         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8294         also when adding a new directory.
8296         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8297         defun.
8299 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8301         * files.el (locate-file-completion-table): Make it provide boundary
8302         information, so partial-completion works better.
8304 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8306         * mail/footnote.el (Footnote-text-under-cursor):
8307         Check footnote-text-marker-alist before using it (bug#4324).
8309 2009-09-04  Glenn Morris  <rgm@gnu.org>
8311         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8312         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8313         * play/solitaire.el, play/tetris.el:
8314         Remove leading * from defcustom and defface docs.
8316         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8317         necessary.
8318         (diary-fancy-overriding-map): New variable.
8319         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8320         Use view-mode.
8322         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8323         goto-line.
8325 2009-09-03  Glenn Morris  <rgm@gnu.org>
8327         * arc-mode.el (archive-mode):
8328         * dos-fns.el (set-default-process-coding-system):
8329         * man.el (Man-getpage-in-background):
8330         * menu-bar.el (menu-bar-describe-menu):
8331         * server.el (server-process-filter):
8332         * startup.el (command-line):
8333         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8334         * w32-fns.el (set-default-process-coding-system):
8335         * x-dnd.el (x-dnd-handle-file-name):
8336         * international/mule-cmds.el (mule-menu-keymap)
8337         (set-default-coding-systems, language-info-alist, set-language-info)
8338         (set-language-environment, standard-display-european-internal)
8339         (set-locale-environment):
8340         * international/mule-diag.el (mule-diag):
8341         * mail/emacsbug.el (report-emacs-bug):
8342         * mail/rmail.el (rmail-mode):
8343         * mail/sendmail.el (mail-setup):
8344         Use default-value rather than default-enable-multibyte-characters.
8346         * progmodes/f90.el: Move all safe properties into the defcustoms.
8347         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8349         * calendar/appt.el (appt-check):
8350         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8351         (diary-check-diary-file, diary-list-entries)
8352         (diary-include-other-diary-files, diary-simple-display)
8353         (diary-fancy-display, diary-print-entries)
8354         (diary-mark-included-diary-files, diary-make-entry):
8355         Don't call substitute-in-file-name on diary-file.
8357 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8358             Stefan Monnier  <monnier@iro.umontreal.ca>
8360         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8361         (footnote-mode-map): Move initialization into the declaration.
8362         (footnote-minor-mode-map): Define it rather than changing global-map.
8363         (footnote-mode): Use define-minor-mode.
8365 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8367         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8368         (tramp-do-file-attributes-with-perl)
8369         (tramp-do-file-attributes-with-stat): Rename from
8370         `tramp-handle-file-attributes-with-*'.
8371         (tramp-handle-file-attributes): Use them.
8372         (tramp-do-directory-files-and-attributes-with-perl)
8373         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8374         `tramp-handle-directory-files-and-attributes-with-*'.
8375         (tramp-handle-directory-files-and-attributes): Use them.
8376         (tramp-method-out-of-band-p): Additional parameter SIZE.
8377         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8378         (tramp-handle-write-region): Use it.
8379         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8380         (tramp-handle-vc-registered): Check, whether the first run did
8381         return files to be tested.
8382         (tramp-advice-make-auto-save-file-name): Do not call directly
8383         `tramp-handle-make-auto-save-file-name', because this would bypass
8384         the locking mechanism.
8386         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8387         (file-remote-p, process-file, start-file-process, set-file-times)
8388         (tramp-compat-file-attributes): Compatibility functions shall not
8389         call directly `tramp-handle-*', because this would bypass the
8390         locking mechanism.
8391         (tramp-compat-number-sequence): New defun.
8393 2009-09-02  Glenn Morris  <rgm@gnu.org>
8395         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8396         alias for float-time.
8397         (time-to-number-of-days): In Emacs, use float-time.
8398         * net/newst-backend.el (time-add): Suppress warnings from compat
8399         function.
8400         * time.el (emacs-uptime, emacs-init-time):
8401         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8402         Use float-time rather than time-to-seconds.
8404         * minibuffer.el (completion-initials-expand): Fix typo.
8406         * faces.el (modeline, modeline-inactive, modeline-highlight)
8407         (modeline-buffer-id):
8408         * info.el (info-menu-5): Mark these face aliases as obsolete.
8410 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8412         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8413         space ...
8414         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8415         no "--thread" option.
8416         (gdb-stopped): Don't print "Switched to thread" message when it is
8417         unchanged.
8419 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8421         * minibuffer.el (completion-try-completion)
8422         (completion-all-completions): Remove ill-defined (and
8423         mistakenly installed and luckily never used nor documented)
8424         `completion-styles' property.
8425         (completion-initials-expand, completion-initials-all-completions)
8426         (completion-initials-try-completion): New functions.
8427         (completion-styles-alist): Add doc to each entry.
8428         Add new `initials' entry.
8430 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8432         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8433         MI command -var-evaluate-expression.
8434         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8435         and tweak for case of string child.
8436         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8438 2009-09-01  Glenn Morris  <rgm@gnu.org>
8440         * add-log.el (change-log-date-face, change-log-name-face)
8441         (change-log-email-face, change-log-file-face, change-log-list-face)
8442         (change-log-conditionals-face, change-log-function-face)
8443         (change-log-acknowledgement-face):
8444         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8445         (custom-modified-face, custom-set-face, custom-changed-face)
8446         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8447         (custom-documentation-face, custom-state-face, custom-comment-face)
8448         (custom-comment-tag-face, custom-variable-tag-face)
8449         (custom-variable-button-face, custom-face-tag-face)
8450         (custom-group-tag-face-1, custom-group-tag-face):
8451         * diff-mode.el (diff-header-face, diff-file-header-face)
8452         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8453         (diff-added-face, diff-changed-face, diff-function-face)
8454         (diff-context-face, diff-nonexistent-face):
8455         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8456         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8457         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8458         (Info-title-4-face):
8459         * isearch.el (isearch-lazy-highlight-face):
8460         * log-view.el (log-view-file-face, log-view-message-face):
8461         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8462         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8463         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8464         (cvs-msg-face):
8465         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8466         (smerge-base-face, smerge-markers-face):
8467         * wid-edit.el (widget-documentation-face, widget-button-face)
8468         (widget-field-face, widget-single-line-field-face)
8469         (widget-inactive-face, widget-button-pressed-face):
8470         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8471         (woman-addition-face):
8472         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8473         (eshell-ls-executable-face, eshell-ls-readonly-face)
8474         (eshell-ls-unreadable-face, eshell-ls-special-face)
8475         (eshell-ls-missing-face, eshell-ls-archive-face)
8476         (eshell-ls-backup-face, eshell-ls-product-face)
8477         (eshell-ls-clutter-face):
8478         * eshell/em-prompt.el (eshell-prompt-face):
8479         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8480         * obsolete/old-whitespace.el (whitespace-highlight-face):
8481         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8482         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8483         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8484         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8485         (antlr-font-lock-literal-face):
8486         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8487         (ebrowse-root-class-face, ebrowse-file-name-face)
8488         (ebrowse-default-face, ebrowse-member-attribute-face)
8489         (ebrowse-member-class-face, ebrowse-progress-face):
8490         * progmodes/make-mode.el (makefile-space-face):
8491         * progmodes/sh-script.el (sh-heredoc-face):
8492         * textmodes/flyspell.el (flyspell-incorrect-face)
8493         (flyspell-duplicate-face):
8494         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8495         * textmodes/texinfo.el (texinfo-heading-face):
8496         Mark face aliases with "-face" suffix as obsolete.
8498         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8499         compiler.
8501         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8502         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8503         easy-menu-define wants to modify these.
8505         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8507         * net/browse-url.el (browse-url-file-url):
8508         * term/internal.el (dos-codepage-setup):
8509         Use default-value rather than default-enable-multibyte-characters.
8511         * progmodes/etags.el (etags-goto-tag-location):
8512         * progmodes/flymake.el (flymake-highlight-line)
8513         (flymake-goto-file-and-line, flymake-goto-line):
8514         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8515         (gdb-goto-breakpoint):
8516         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8517         * progmodes/python.el (python-find-function)
8518         (python-pdbtrack-track-stack-file):
8519         * progmodes/verilog-mode.el (verilog-surelint-off):
8520         * term/ns-win.el (ns-open-file-select-line):
8521         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8522         Use forward-line rather than goto-line.
8524         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8525         * textmodes/reftex-index.el (reftex-display-index):
8526         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8527         * textmodes/reftex-toc.el (reftex-toc):
8528         Remove unnecessary bindings of default-major-mode (all are followed by
8529         major-mode check and possible mode switch).
8531 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8533         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8534         Handle watchpoints (bug#4282).
8535         (def-gdb-thread-buffer-command): Enable thread to be selected by
8536         clicking without selecting threads buffer first.
8537         (gdb-current-context-command): Use selected frame so that "up",
8538         "down" etc work in the GUD buffer.
8539         (gdb-update): Find selected frame before rendering stack buffer.
8540         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8542 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8544         * progmodes/sym-comp.el (displayed-completions): Remove.
8545         (symbol-complete): Use minibuffer-complete.
8547 2009-08-31  Glenn Morris  <rgm@gnu.org>
8549         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8551         * apropos.el (apropos-symbols-internal):
8552         Handle (obsolete) face aliases.
8554         * faces.el (describe-face): Adjust the output format to be more like
8555         describe-variable, and to mention (obsolete) face aliases.
8556         Adjust the whitespace so that help-setup-xref works.
8558         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8559         * calendar/diary-lib.el (diary-button-face):
8560         Mark these face aliases as obsolete.
8562         * calendar/calendar.el (calendar-today): Doc fix.
8564 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8566         * progmodes/gdb-mi.el (gdb-control-all-threads)
8567         (gdb-control-current-thread): Force tool bar update.
8568         (gdb-non-stop-handler): New function.
8569         (gdb-init-1): Use it to test if non-stop mode is supported.
8570         Remove unused gdbmi buffer type.
8572 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8574         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8575         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8577 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8579         * comint.el (comint-exec-1): Check command is non-null first.
8580         Part of gdb-mi.el change (2009-08-28).
8582 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8584         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8586 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8588         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8589         instead of `dolist' to avoid a recursive require when bootstrapping.
8591 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8593         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8595         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8597         * net/imap.el (imap-send-command): Simplify.
8598         (imap-wait-for-tag): point-max -> buffer-size.
8600         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8602         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8603         with constant argument.
8605         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8607         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8609         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8610         Change default, since most of our files don't have a history.
8611         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8612         the user.
8614         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8615         Add comint-run.
8617         * calc/calc.el: Improve commenting convention.
8618         (calc-digit-map, toplevel): Simplify.
8620         * comint.el (comint-insert-input): Be careful to only set point if we
8621         don't delegate to some other command.
8623         * proced.el (proced-signal-list): Make it an alist.
8624         (proced-grammar-alist): Capitalize names.
8625         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8626         Disable undo manually and make it read-only.
8627         Use completion-annotate-function.
8629         * minibuffer.el (minibuffer-message): If the current buffer is not
8630         a minibuffer, insert the message in the echo area rather than at the
8631         end of the buffer.
8632         (completion-annotate-function): New variable.
8633         (minibuffer-completion-help): Use it.
8634         (completion--embedded-envvar-table): Environment vars are
8635         always case-sensitive.
8637 2009-08-30  Glenn Morris  <rgm@gnu.org>
8639         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8640         from fortran-current-defun.
8641         (fortran-beginning-of-subprogram): Be more precise about finding the
8642         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8643         (fortran-end-of-subprogram): Simplify.
8644         (fortran-current-defun): Use fortran-start-prog-re.
8646 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8648         * subr.el (do-after-load-evaluation): Simplify.
8650 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8652         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8654         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8655         (vc-rcs-print-log): Use it.
8657         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8659 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8661         * paths.el (abbrev-file-name): Move to abbrev.el.
8662         * abbrev.el (abbrev-file-name): Move from paths.el.
8663         Obey user-emacs-directory.
8664         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8665         user-emacs-directory.
8666         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8667         abbrev-file-name and calc-settings-file any more.
8668         * startup.el (command-line): Recompute abbrev-file-name and
8669         abbreviated-home-dir.
8670         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8671         of the special code for when C-h bindings haven't been changed.
8672         (display-startup-echo-area-message): Use with-current-buffer.
8673         (command-line-1): Use a list of strings, rather than a list of lists
8674         of strings for longopts.
8676         * files.el (get-free-disk-space): Use / for default-directory.
8678         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8679         Use with-current-buffer.
8681         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8682         Recognize immutable variables like most-positive-fixnum.
8683         (byte-compile-setq-default): Check and warn if trying to assign
8684         to an immutable variable, or a non-variable.
8686         * progmodes/cc-vars.el (c-comment-continuation-stars):
8687         * progmodes/cc-engine.el (c-looking-at-bos):
8688         * progmodes/cc-cmds.el (c-toggle-auto-state)
8689         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8690         (c-comment-line-break-function): Add version of obsolescence.
8692 2009-08-28  Juri Linkov  <juri@jurta.org>
8694         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8695         associated with `archive-mode'.
8697         * image.el (image-type-header-regexps): Use only JPEG magic number
8698         to determine JPEG images, and don't use `image-jpeg-p' because
8699         Emacs can display non-JFIF non-Exif JPEG images.
8701 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8703         * arc-mode.el (archive-mode):
8704         * emacs-lisp/re-builder.el (re-builder-unload-function):
8705         Protect against the default value of `major-mode' being nil.
8707 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8709         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8710         Fix typos in docstrings.
8712         * progmodes/js.el (js--macro-decl-re): Doc fix.
8713         (js--plain-method-re, js--split-name): Refloc docstring.
8714         (js--class-styles, js--make-merged-item, js--splice-into-items):
8715         Fix typos in docstrings; reflow docstrings.
8716         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8717         (js--variable-decl-matcher, js--inside-pitem-p)
8718         (js--parse-state-at-point, js--get-all-known-symbols)
8719         (js--symbol-history, js-find-symbol, js--js-references)
8720         (js--moz-interactor, js--js-encode-value, js--read-tab):
8721         Fix typos in docstrings.
8723 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8725         * textmodes/reftex.el (reftex-get-file-buffer-force):
8726         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8727         * emulation/viper.el (viper-go-away, viper-set-hooks):
8728         * emacs-lisp/re-builder.el (re-builder-unload-function):
8729         * emacs-lisp/bytecomp.el (byte-compile-file):
8730         * ses.el (ses-unload-function):
8731         * hexl.el (hexl-find-file):
8732         * files.el (normal-mode):
8733         * ehelp.el (with-electric-help):
8734         * autoinsert.el (auto-insert-alist):
8735         * arc-mode.el (archive-mode):
8736         Use (default-value 'major-mode) instead of default-major-mode.
8738         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8739         * international/mule.el (load-with-code-conversion):
8740         * emacs-lisp/debug.el (debug):
8741         * ediff-vers.el (ediff-rcs-get-output-buffer):
8742         * dired.el (dired-internal-noselect): Don't let-bind
8743         default-major-mode around code that doesn't use it.
8744         E.g. buffer creation via get-buffer-create doesn't use it.
8746 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8748         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8749         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8750         when writing the temp file.  Otherwise, epa-file gets confused.
8751         (tramp-register-file-name-handlers): Make it a defun.  Move also
8752         `epa-file-handler' to the front of `file-name-handler-alist'.
8754 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8756         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8757         start right after a ^M.
8758         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8759         (tramp-completion-file-name-regexp-separate)
8760         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8761         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8762         Don't modify last-coding-system-used by accident.
8763         (tramp-completion-file-name-handler): Apply the checks here,
8764         instead during registration.
8765         (tramp-register-file-name-handlers): Renamed from
8766         `tramp-register-file-name-handler'.  Register both
8767         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8768         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8770 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8772         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8773         Remove variable ...
8774         (gdb-init-1, gdb-display-separate-io-buffer)
8775         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8776         references to it.
8777         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8778         (gdb-inferior-filter): Use comint-output-filter to stop
8779         echoing and remove ^M characters.
8781 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8783         * emulation/viper-init.el (viper-restore-cursor-type):
8784         * emulation/cua-base.el (cua--update-indications):
8785         Replace default-cursor-type with (default-value 'cursor-type).
8787         * mail/sendmail.el (mail-recover-1):
8788         * international/mule-diag.el (describe-current-coding-system-briefly)
8789         (describe-current-coding-system):
8790         * international/mule-cmds.el (select-safe-coding-system)
8791         (select-message-coding-system)
8792         (set-language-environment-coding-systems, set-locale-environment):
8793         * hexl.el (hexl-insert-multibyte-char):
8794         * dos-w32.el (find-buffer-file-type-coding-system):
8795         * simple.el (what-cursor-position):
8796         Replace uses of default-buffer-file-coding-system
8797         with (default-value 'buffer-file-coding-system).
8799         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8800         Replace uses of default-cursor-in-non-selected-windows
8801         with (default-value 'cursor-in-non-selected-windows).
8802         Use with-current-buffer.
8804         * mail/feedmail.el: Use CL macros.
8805         (feedmail-run-the-queue, feedmail-send-it-immediately):
8806         * dos-w32.el (find-buffer-file-type): Replace uses of
8807         default-buffer-file-type with (default-value 'buffer-file-type).
8809 2009-08-28  Glenn Morris  <rgm@gnu.org>
8811         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8812         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8813         Use default-value of major-mode rather than default-major-mode.
8815 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8817         * Makefile.in (update-elcfiles): Report left over elc files.
8819         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8820         expand-file-name and with-current-buffer.
8821         (mail-get-names, mail-directory): Use with-current-buffer.
8823         * vc.el (vc-read-revision): New function.
8824         (vc-version-diff, vc-merge): Use it.
8826 2009-08-27  Sam Steingold  <sds@gnu.org>
8828         * simple.el (kill-do-not-save-duplicates): New user option.
8829         (kill-new): When it is non-nil, and the new string is the same as
8830         the latest kill, set replace to t to avoid duplicates in kill-ring.
8832 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8834         * net/tramp.el (tramp-handle-process-file): Do not flush all
8835         caches when `process-file-side-effects' is set.
8836         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8837         instead of `tramp-find-file-exists-command'.
8838         Unset `process-file-side-effects'.
8840 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8842         * net/tramp.el (tramp-methods): New method "rsyncc".
8843         (top): Add completion function for "rsyncc".
8844         (tramp-message-show-message): New defvar.
8845         (tramp-message, tramp-error): Use it.
8846         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8847         remote copying.
8848         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8849         `tramp-methods' entry `copy-env' of "rsyncc".
8850         (tramp-vc-registered-read-file-names): New defconst.
8851         (tramp-vc-registered-file-names): New defvar.
8852         (tramp-handle-vc-registered): Implement optimization strategy.
8853         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8854         (tramp-vc-file-name-handler): New defun.
8855         (tramp-get-ls-command, tramp-get-test-command)
8856         (tramp-get-file-exists-command, tramp-get-remote-ln)
8857         (tramp-get-remote-perl, tramp-get-remote-stat)
8858         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8860         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8861         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8862         timestamps.
8863         (tramp-get-file-property): Check for timestamps in
8864         `tramp-cache-inhibit-cache'.
8865         (tramp-set-file-property): Write timestamp.
8867 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8869         * language/japan-util.el (japanese-symbol-table): Add entries for
8870         cp932-2-byte.
8872         * international/characters.el: Add category `j' to cp932-2-byte.
8874 2009-08-27  Kenichi Handa  <handa@m17n.org>
8876         * international/fontset.el (build-default-fontset-data): New macro.
8877         (setup-default-fontset): Use build-default-fontset-data for CJK,
8878         tibetan, ethiopic, and ipa.
8880 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8882         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8883         (enable-multibyte-characters): Not customizable any more.
8885         * subr.el (default-mode-line-format, default-header-line-format)
8886         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8887         (default-direction-reversed, default-truncate-lines)
8888         (default-left-margin, default-tab-width, default-case-fold-search)
8889         (default-left-margin-width, default-right-margin-width)
8890         (default-left-fringe-width, default-right-fringe-width)
8891         (default-fringes-outside-margins, default-scroll-bar-width)
8892         (default-vertical-scroll-bar, default-indicate-empty-lines)
8893         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8894         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8895         (default-scroll-down-aggressively, default-fill-column)
8896         (default-cursor-type, default-buffer-file-type)
8897         (default-cursor-in-non-selected-windows)
8898         (default-buffer-file-coding-system, default-major-mode)
8899         (default-enable-multibyte-characters): Mark as obsolete.
8901 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8903         * vc-dir.el (vc-dir-update): Remove debug helper.
8905         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8907 2009-08-26  Sam Steingold  <sds@gnu.org>
8909         * simple.el (save-interprogram-paste-before-kill): New user option.
8910         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8911         save the interprogram-paste into kill-ring before overriding it
8912         with the Emacs kill.
8914 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8916         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8917         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8918         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8919         and move to vc-rcs.el.
8920         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8921         move to vc-rcs.el.
8922         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8923         (vc-rcs-update-changelog): Remove.
8924         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8925         and move to vc-rcs.el.
8927         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8928         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8929         renaming.
8930         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8931         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8932         vc.el, renamed to be RCS specific.
8934         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8935         New functions.
8936         (vc-cvs-update-changelog): Move here from vc.el.
8938         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8939         New functions.
8941 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8943         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8945 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8947         * vc-git.el (vc-git-register): Use "git add" for directories.
8948         (vc-git-stash, vc-git-stash-show): New functions.
8949         (vc-git-extra-menu-map): Bind them.
8951         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8952         directory correctly in case the item is a directory itself.
8954         * vc.el: Document the desired behavior for reverted files in the
8955         `added' state.
8956         (vc-default-prettify-state-info): Remove function, unused.
8958         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8960 2009-08-26  Glenn Morris  <rgm@gnu.org>
8962         * bindings.el (standard-mode-line-format): Reposition dashes in
8963         which-func entry.  (Bug#4217)
8965         * files.el (enable-local-variables, enable-local-eval)
8966         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8967         the defcustoms.
8968         (auto-mode-alist, ignored-local-variables)
8969         (save-some-buffers-action-alist): Move risky declarations to the
8970         definitions.
8971         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8972         (font-lock-defaults, format-alist, imenu--index-alist)
8973         (imenu-generic-expression, input-method-alist, minor-mode-alist)
8974         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8975         (mode-line-modified, mode-line-mule-info, mode-line-position)
8976         (mode-line-process, mode-line-remote, outline-level)
8977         (parse-time-rules, rmail-output-file-alist)
8978         (special-display-buffer-names, vc-mode):
8979         Move risky declarations to the relevant files.
8980         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8981         (mode-line-modified, mode-line-process, mode-line-position)
8982         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8983         * font-core.el (font-lock-defaults):
8984         * format.el (format-alist):
8985         * vc-hooks.el (vc-mode):
8986         * window.el (special-display-buffer-names):
8987         * international/mule-cmds.el (input-method-alist):
8988         Define riskiness here (dumped file) rather than in files.el.
8989         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8990         * imenu.el (imenu-generic-expression, imenu--index-alist):
8991         * outline.el (outline-level):
8992         * time.el (display-time-string):
8993         * calendar/parse-time.el (parse-time-rules):
8994         * mail/rmailout.el (rmail-output-file-alist):
8995         Autoload riskiness here, rather than placing in files.el.
8997 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
8999         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9001 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9003         * simple.el (process-file-side-effects): New defvar.
9005         * dired-aux.el (dired-show-file-type):
9006         * vc.el (vc-diff-internal):
9007         * vc-arch.el (vc-arch-diff):
9008         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9009         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9010         * vc-git.el (vc-git-registered, vc-git-working-revision)
9011         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9012         (vc-git--empty-db-p):
9013         * vc-hooks.el (vc-user-login-name):
9014         * vc-svn.el (vc-svn-registered, vc-svn-state)
9015         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9016         * progmodes/grep.el (grep-probe): Let-bind
9017         `process-file-side-effects' with nil.
9019         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9021         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9022         daemon.  Replace ping by checking for running service for bluez
9023         and zeroconf.  (Bug#4239)
9025 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9027         * net/dig.el (dig): Add autoload cookie.
9029 2009-08-25  Glenn Morris  <rgm@gnu.org>
9031         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9032         load-history for absolute file-names.
9033         (byte-compile-file-form-require): Warn about use of the cl package.
9035         * format.el (format-alist): Doc fix.
9037         * play/bubbles.el (top-level): Don't require cl at run-time.
9039         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9040         run-time cl).
9042 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9044         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9045         from cl package.
9046         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9048 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9050         * calc/calc-alg.el (math-trig-rewrite)
9051         (math-hyperbolic-trig-rewrite): New functions.
9052         (calc-simplify): Simplify trig functions when asked.
9054 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9056         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9058 2009-08-24  Kenichi Handa  <handa@m17n.org>
9060         * language/ind-util.el (mapthread): Delete it.
9061         (combinatorial): New function.
9062         (indian--puthash-cv): Use combinatorial instead of mapthread.
9064 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9066         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9067         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9068         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9069         Clarify docstring that the value is strings not symbols.
9070         (checkdoc-list-of-strings-p): New function.
9072 2009-08-22  Glenn Morris  <rgm@gnu.org>
9074         * files.el (auto-mode-alist):
9075         * hippie-exp.el (he-concat-directory-file-name):
9076         * lpr.el (lpr-windows-system, printer-name):
9077         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9078         * ps-print.el (ps-windows-system):
9079         * startup.el (command-line):
9080         * emulation/viper-ex.el (viper-glob-function):
9081         * international/mule-cmds.el (set-language-environment-coding-systems):
9082         * net/ange-ftp.el (ange-ftp-write-region):
9083         * obsolete/fast-lock.el (fast-lock-cache-name):
9084         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9085         unisoft-unix, vax-vms, win32, w32.
9087         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9088         given name if the pattern is not more specific.
9090         * calendar/lunar.el (lunar-phase-names): New option.
9091         (lunar-phase): Doc fix.
9092         (lunar-cycles-per-year): New constant.
9093         (lunar-index): New function.
9094         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9095         (lunar-phase-name): Use lunar-phase-names.
9096         (calendar-lunar-phases): Use format.
9097         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9099         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9100         Copy imenu-example--name-and-position function here for own use.
9101         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9103         * bs.el (bs--redisplay):
9104         * cus-edit.el (custom-redraw):
9105         * ibuffer.el (ibuffer-bury-buffer):
9106         * server.el (server-goto-line-column):
9107         * startup.el (command-line-1):
9108         * strokes.el (strokes-xpm-for-stroke):
9109         * term.el (term-display-buffer-line):
9110         * view.el (View-goto-line):
9111         * calc/calc.el (calc-do, calc-trail-buffer):
9112         * play/gamegrid.el (gamegrid-add-score-insecure):
9113         * progmodes/ada-mode.el (ada-compile-goto-error):
9114         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9115         (ebrowse-select-1st-to-9nth):
9116         * progmodes/cperl-mode.el (cperl-time-fontification):
9117         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9118         * progmodes/gud.el (gud-display-line):
9119         (idlwave-shell-display-line):
9120         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9121         * progmodes/make-mode.el (makefile-browser-toggle):
9122         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9123         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9124         * textmodes/picture.el (picture-draw-rectangle):
9125         * textmodes/reftex-index.el (reftex-index-goto-letter):
9126         (reftex-select-jump-to-previous):
9127         * textmodes/reftex-sel.el (reftex-find-start-point)
9128         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9129         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9130         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9131         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9132         * textmodes/two-column.el (2C-associated-buffer):
9133         Use forward-line rather than goto-line.
9135         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9136         goto-line.
9138         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9139         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9140         (quick-check-list-to-regexp): Declare.
9142         * progmodes/make-mode.el (makefile-browser-insert-selection):
9143         Use goto-char rather than goto-line.
9145         * progmodes/prolog.el (compilation-error-regexp-alist)
9146         (compilation-forget-errors): Declare.
9148 2009-08-22  Juri Linkov  <juri@jurta.org>
9150         * progmodes/grep.el (lgrep, rgrep): At the beginning
9151         set `dir' to `default-directory' unless `dir' is a non-nil
9152         readable directory.  (Bug#4052)
9153         (lgrep, rgrep): Change a weird way to report an error
9154         from using `read-string' to using `error'.
9155         Instead of using interactive arguments in the function body,
9156         add new argument `confirm'.
9158 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9160         * textmodes/remember.el (remember-buffer):
9161         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9162         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9163         (icalendar-extract-ical-from-buffer):
9164         * net/newst-treeview.el (newsticker-groups-filename):
9165         * net/newst-backend.el (newsticker-cache-filename):
9166         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9167         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9168         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9169         (speedbar-buffers-line-path, speedbar-path-line)
9170         (speedbar-buffers-line-path):
9171         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9172         (epg-sign-keys):
9173         * epa.el (epa-display-verify-result):
9174         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9176 2009-08-21  Glenn Morris  <rgm@gnu.org>
9178         * progmodes/js.el (inferior-moz-process): Fix declaration.
9180         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9182         * obsolete/rnewspost.el (news-mail-reply):
9183         Use goto-char rather than goto-line.
9185         * term/ns-win.el (ns-open-file-select-line):
9186         Use line-beginning-position rather than goto-line.
9188         * apropos.el (apropos-command):
9189         * ehelp.el (electric-helpify):
9190         * printing.el (pr-show-setup):
9191         * strokes.el (strokes-help):
9192         * tutorial.el (tutorial--describe-nonstandard-key)
9193         (tutorial--detailed-help):
9194         * woman.el (woman-mini-help, woman-display-extended-fonts):
9195         * calc/calc-help.el (calc-describe-key):
9196         * emulation/edt.el (edt-electric-helpify):
9197         * international/mule-diag.el (mule-diag):
9198         * play/yow.el (apropos-zippy):
9199         * progmodes/python.el (python-describe-symbol):
9200         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9201         * textmodes/table.el (*table--cell-describe-mode)
9202         (*table--cell-describe-bindings):
9203         Use help-print-return-message rather than the now obsolete alias.
9205         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9206         (calendar-cursor-to-visible-date):
9207         * play/5x5.el (5x5-position-cursor):
9208         * play/decipher.el (decipher):
9209         * play/gomoku.el (gomoku-goto-xy):
9210         * play/landmark.el (lm-goto-xy):
9211         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9212         (mpuz-paint-digit):
9213         Use forward-line, not goto-line.
9215         * mail/rmail.el (rmail-obsolete): Delete custom group.
9216         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9217         (rmail-remote-password, rmail-remote-password-required):
9218         Remove unneeded :set-after and :set properties.
9220 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9222         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9224 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9226         * loadup.el: Remove leftover macos code.
9228         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9229         Explicitly pass the date format to git blame so that user local
9230         so that the output format can be parsed.
9232 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9234         * net/dbus.el (top): Don't check for (getenv
9235         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9237 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9239         * log-edit.el (log-edit-strip-single-file-name): New var.
9240         (log-edit-insert-changelog): Use it.  Bug#3571
9242 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9244         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9245         Bug#3287
9247         * help.el (help-print-return-message): Rename from
9248         print-help-return-message.
9250         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9251         cvs-mode-map parent hack.
9252         (log-view-mode): Derive from special-mode.
9254         * linum.el (linum-mode): window-size-change-functions is redundant.
9255         Adapt to new window-configuration-change-hook behavior.
9256         (linum-after-size, linum-after-config): Remove.
9258         * imenu.el (imenu-example--name-and-position)
9259         (imenu-example--lisp-extract-index-name)
9260         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9261         Mark as obsolete.
9263         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9264         (inferior-prolog-mode): Use it.
9265         (inferior-prolog-load-file): Reset list of errors.
9267 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9269         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9271         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9273 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9275         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9276         is running already.
9278 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9280         * subr.el (listify-key-sequence-1): Use normal syntax since those
9281         integers are nowadays always represented by the same (positive) number
9282         on all platforms.
9283         (read-key-empty-map): New const.
9284         (read-key-delay): New var.
9285         (read-key): New function.
9286         (force-mode-line-update): Use with-current-buffer.
9287         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9288         (start-process-shell-command, start-file-process-shell-command):
9289         Discourage the use of command-args.
9291 2009-08-19  Glenn Morris  <rgm@gnu.org>
9293         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9295 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9297         * simple.el (choose-completion-string): Don't rely on
9298         minibuffer-completing-file-name and ad-hoc checks to decide whether
9299         to continue completion or not.
9301         * minibuffer.el (minibuffer-hide-completions): New function.
9302         (completion--do-completion): Use it.
9303         (completions-annotations): New face.
9304         (completion--insert-strings): Use it.
9305         (completion-pcm--delim-wild-regex): Add docstring.
9306         (completion-pcm--string->pattern): Add support for 0-width delimiters
9307         in completion-pcm--delim-wild-regex.
9309 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9311         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9312         Remove unused var `buffer-modified-p'.
9314         * minibuffer.el (completion--do-completion): Move point for the #b001
9315         case as well (bug#4176).
9316         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9318 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9320         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9321         and :session buses.
9323 2009-08-18  Kenichi Handa  <handa@m17n.org>
9325         * international/ucs-normalize.el (ucs-normalize-version):
9326         Change to 1.1.
9327         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9328         (utf-8-hfs): Make it perform normalization on encoding too.
9330         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9331         (sentence-end-without-space): Delete duplicated chars.
9332         (sentence-end-base): Likewise.
9334         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9335         (html-mode): Delete duplicated chars from sentence-end-base.
9337         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9338         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9340 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9342         * files.el (hack-one-local-variable): If the mode function is for
9343         a minor mode, pass it an argument (Bug#4148).
9345 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9347         * net/tramp.el (tramp-register-completion-file-name-handler):
9348         Check also for (member 'partial-completion completion-styles).
9350 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9352         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9353         abbrev (Bug#3943).
9355 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9357         * progmodes/cperl-mode.el: Merge upstream 6.2.
9358         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9359         (cperl-forward-re): Check cperl-brace-recursing.
9360         (cperl-highlight-charclass): New function.
9361         (cperl-find-pods-heres): Use it.
9362         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9363         (cperl-beautify-regexp-piece): Fix column calculation.
9364         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9365         (cperl-beautify-level): Don't process entire regexp.
9366         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9367         calling man.
9368         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9369         (cperl-init-faces): Build a list in the normal way.
9371 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9373         * calendar/parse-time.el (parse-time-string-chars): Save match
9374         data.
9376 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9378         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9379         (sql-product): Use it.
9380         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9381         (sql-set-product): Add completion.
9382         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9383         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9384         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9385         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9386         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9387         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9388         (sql-highlight-db2-keywords): Remove.
9389         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9390         (sql-highlight-product): Use derived-mode-p.
9391         (sql-set-sqli-buffer): Use with-current-buffer.
9392         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9393         Simplify.
9395         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9397         * term.el: Fix commenting convention, turn comments into docstrings.
9399 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9401         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9403 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9405         * calendar/parse-time.el (parse-time-string-chars): Compute using
9406         character classes, to handle non-ascii characters (Bug#3190).
9408 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9410         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9411         another heredoc if the user adds another < (Bug#3226).
9413         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9414         Don't initialize based on window-system (Bug#4124).
9416         * facemenu.el (facemenu-read-color): Use a completion function
9417         that accepts any defined color, such as RGB triplets (Bug#3677).
9419         * files.el (get-free-disk-space): Change fallback default
9420         directory to /.  Expand DIR argument before switching to fallback.
9421         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9423 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9425         * files.el (load-library): Doc fix.
9427 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9429         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9430         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9431         incremental search string.
9433         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9434         XEmacs.
9436         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9437         (ediff-merge-region-is-non-clash)
9438         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9439         Also check if the job is really a merge job.
9441         * ediff.el (ediff-current-file): New function.
9443 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9445         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9446         conventions.
9447         (js-insert-and-indent): Delete function.
9448         (js-mode-map): Don't bind keys to js-insert-and-indent.
9449         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9450         (js-end-of-defun): Rename from js--end-of-defun.
9451         (js-auto-indent-flag): Delete variable.
9453 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9455         * progmodes/js.el: Remove proclaim statement.
9456         Defvar which-func-imenu-joiner-function to silence compiler.
9458         * files.el (auto-mode-alist): Use js-mode for .js files.
9460         * progmodes/js2-mode.el: Remove file.
9462         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9464         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9466         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9468 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9469             Karl Landstrom  <karl.landstrom@brgeight.se>
9471         * progmodes/js.el: New file.
9473 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9475         * timezone.el (timezone-parse-date): Add ability to understand ISO
9476         basic format (minimal separators) dates in addition to the
9477         already-supported extended format dates.
9479 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9481         * international/ucs-normalize.el: Add a `coding' file variable.
9483         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9485 2009-08-14  Sam Steingold  <sds@gnu.org>
9487         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9489 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9491         * faces.el (help-argument-name): Define it here instead of
9492         help-fns.el, because in daemon mode help-fns.el may be loaded when
9493         faces are still uninitialized (Bug#1078).
9495         * help-fns.el (help-argument-name): Move defface to faces.el.
9497 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9499         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9500         create buffer with a pty but no process so that GDB can make the
9501         inferior the controlling process.
9503 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9505         * international/ucs-normalize.el: New file.
9507 2009-08-13  Richard Stallman  <rms@gnu.org>
9509         * mail/rmail.el (rmail-get-attr-names):
9510         Accept an attribute header that is too short.
9512         * mail/rmail.el (rmail-forget-messages):
9513         Ignore nil elt in rmail-message-vector.  Use dotimes.
9515         * progmodes/compile.el (compilation-goto-locus):
9516         Use next-error-move-function.
9518         * simple.el (next-error-move-function): New variable.
9520 2009-08-12  Juri Linkov  <juri@jurta.org>
9522         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9523         always non-nil.  (Bug#4052)
9525         * replace.el (read-regexp): Return empty string when
9526         `default-value' is nil.
9527         (keep-lines-read-args): Don't use empty string as the
9528         default value for `read-regexp'.  (Bug#2495)
9530 2009-08-12  Juri Linkov  <juri@jurta.org>
9532         * international/mule-cmds.el (ucs-insert): Change arguments
9533         from `arg' to `character', `count', `inherit' to be the same
9534         as in `insert-char'.  Doc fix.  (Bug#4039)
9536         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9538 2009-08-12  Juri Linkov  <juri@jurta.org>
9540         * files-x.el: New file.
9542         * files.el: Move code that deals with adding/deleting
9543         file/directory-local variables to files-x.el.
9545         * Makefile.in (ELCFILES): Add files-x.elc.
9547 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9549         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9550         to use `goto-line'.
9551         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9552         `goto-line'.
9553         (gdb-invalidate-disassembly): Do not refresh upon receiving
9554         'update signal.  Instead, update all disassembly buffers only after
9555         threads list.
9556         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9557         (gdb-starting): Moved -data-list-register-names...
9558         (gdb-stopped): ...here so it's sent when first thread stops.
9559         (gdb-registers-handler-custom): Do nothing if register names are
9560         unknown yet.
9562         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9563         from `gdb-mi.el' to avoid extra tangling.
9565         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9566         change which breaks `gud-def' definitions used in `gdb'.
9567         (gdb-update-gud-running): No extra fuss for updating frame number.
9569 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9571         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9572         (describe-language-environment-map, setup-language-environment-map)
9573         (set-coding-system-map): Move initialization into declaration.
9574         (set-language-info-alist): Last arg to define-key-after can be skipped.
9576         * international/quail.el (quail-completion-1): Simplify.
9577         (quail-define-rules): Use slightly more compact code.
9578         (quail-insert-decode-map): Propertize keys, compact columns.
9580         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9581         Add goto-line.
9583 2009-08-10  Miles Bader  <miles@gnu.org>
9585         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9586         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9587         (js2-instance-member, js2-private-member, js2-private-function-call)
9588         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9589         (js2-magic-paren, js2-external-variable):
9590         Remove "-face" suffix from face names.
9591         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9592         (js2-highlight-undeclared-vars, js2-peek-token)
9593         (js2-parse-function-params, js2-mode-show-errors)
9594         (js2-mode-show-warnings, js2-make-magic-delimiter)
9595         (js2-mode-highlight-magic-parens): Update to use new face names.
9597 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9599         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9600         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9602 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9604         * subr.el: Provide hashtable-print-readable.
9606         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9607         hs-c-like-adjust-block-beginning.
9608         (hs-hide-block-at-point): Stop hiding at the beginning of
9609         hs-block-end-regexp (Bug#700).
9611 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9613         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9614         a macro.
9615         (gdb-registers-handler-custom): Do not fail when register names
9616         are unavailable.
9618 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9620         * progmodes/gdb-mi.el (gdb-control-all-threads)
9621         (gdb-control-current-thread): Interactive setters for
9622         `gdb-gud-control-all-threads' to use in menu.
9623         (gdb-show-run-p): Show «Go» when process is not active.
9624         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9625         gud/thread.xpm and gud/all.xpm.
9627 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9629         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9630         (nslookup-font-lock-keywords): Make it a variable.
9631         (net-utils-mode): New mode for viewing diagnostic network output.
9632         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9633         (net-utils-run-simple): New function.
9634         (ifconfig, iwconfig, netstat, arp, route): Use it.
9636 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9638         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9639         (gdb-memory-set-address, def-gdb-set-positive-number)
9640         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9641         after changing settings.
9642         (gdb-invalidate-disassembly): Update when first shown.
9643         (gdb-edit-locals-value): Fixed.
9644         (gdb-registers-handler-custom): Print registers in right order and
9645         allow changing register values (only for current thread yet).
9646         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9647         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9648         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9649         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9650         info in mode name.
9651         (gdb-registers-mode-map): TAB to switch to locals.
9653 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9655         * mail/rmail.el (rmail-add-mbox-headers)
9656         (rmail-set-message-counters-counter): Search for
9657         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9659 2009-08-08  Glenn Morris  <rgm@gnu.org>
9661         * Makefile.in (ELCFILES): Update.
9663 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9665         * mail/sendmail.el (mail-yank-original): Set
9666         buffer-file-coding-system from the one used by the message whose
9667         text is yanked.
9669         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9670         to "windows" when "pgnuplot" is used.
9671         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9672         call accept-process-output if "pgnuplot" is used.
9673         (calc-graph-init): Don't send -display and -geometry to
9674         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9675         running "pgnuplot -V" with shell-command-to-string.
9677         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9678         the default.
9680 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9682         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9683         org/org-latex.elc.
9685 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9687         * vc-dispatcher.el (vc-resynch-window): Update comment.
9689         * term.el (term-handle-ansi-escape): Add comments with the
9690         terminfo capabilities implemented.
9692 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9694         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9695         (gdb-var-create-handler): Rewritten using JSON parser.
9696         (gdb-propertize-header): Moved earlier.
9697         (gdb-set-header): Removed to avoid duplication.
9698         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9699         Refresh disassembly buffers only after threads list have been
9700         update.
9701         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9702         variables.
9704 2009-08-04  Juri Linkov  <juri@jurta.org>
9706         * files.el: Commands to add/delete file/directory-local variables.
9707         (read-file-local-variable, read-file-local-variable-value)
9708         (read-file-local-variable-mode, modify-file-local-variable)
9709         (modify-file-local-variable-prop-line)
9710         (modify-dir-local-variable): New functions.
9711         (add-file-local-variable, delete-file-local-variable)
9712         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9713         (add-dir-local-variable, delete-dir-local-variable)
9714         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9715         (copy-dir-locals-to-file-locals-prop-line): New commands.
9717 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9719         * abbrev.el (insert-abbrev-table-description): Prettify output.
9720         Suggested by Karl Chen.
9722 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9724         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9725         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9726         (gdb-overlay-arrow-position, gdb-thread-position)
9727         (gdb-disassembly-position): Declare variables.
9728         (gdb-wait-for-pending): Function now.
9729         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9730         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9731         compilation goes smoothly.
9732         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9733         (gdb-non-stop-setting): New customization setting which replaces
9734         `gdb-non-stop' so changing it doesn't break active GDB session.
9735         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9736         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9737         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9738         (gdb-show-threads-by-default): New customization options.
9739         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9740         routines.
9741         (gdb-get-buffer-create): Send buffers update signal when they are
9742         created.
9743         (gdb-invalidate-locals, gdb-invalidate-registers)
9744         (gdb-invalidate-breakpoints)
9745         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9746         (gdb-invalidate-memory): Accept update signal.
9747         (gdb-current-context-command): Use --frame option.
9748         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9749         Implement `gdb-frame-number' selection logic.
9750         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9751         whether to show GUD toolbar buttons.
9752         (gdb-thread-exited): Unselect current thread when it exits.
9753         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9754         (gdb-mark-line): Routine which sets overlay arrow or inverses
9755         video on fringeless displays.
9756         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9757         to build aligned columns of data in GDB buffers and set text
9758         properties line-by-line.
9759         (gdb-invalidate-breakpoints)
9760         (gdb-breakpoints-list-handler-custom)
9761         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9762         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9763         (gdb-registers-handler-custom): Align data columns.
9764         (gdb-locals-handler-custom): Now prints data like in variable
9765         declarations.
9766         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9767         Removed confusing buttons.
9768         (gdb-invalidate-threads): Append --frame.
9769         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9770         between breakpoints/threads buffers.
9771         (gdb-set-window-buffer): Now can ignore dedicated windows.
9772         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9773         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9774         (def-gdb-thread-buffer-gud-command): Replaces
9775         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9776         for fine thread control.
9777         (gdb-preempt-existing-or-display-buffer): New function used to
9778         display bound buffers without breaking window layout.
9779         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9780         (gdb-select-frame): New version of `gdb-frames-select' which now
9781         sets `gdb-frame-number' so commands may use --frame option instead
9782         of inner debugger state.
9783         (gdb-frame-handler): Do not set `gdb-frame-number'.
9784         (gdb-threads-mode-map): Select threads with mouse.
9786         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9787         avoid compilation warning.
9788         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9789         `gdb-show-stop-p`.
9791         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9792         Argument `key' renamed to `buffer-type'.
9793         (gdb-current-context-buffer-name): Do not add thread info to
9794         buffer name when no thread is selected.
9795         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9796         command (bug 3794).
9797         (gdb-thread-selected): Handle `=thread-selected' notification.
9798         (gdb-wait-for-pending): New macro to deal with congestion problems.
9799         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9800         breakpoints.
9801         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9802         This fixes problem similar to one described in bug 3947.
9803         (gud-menu-map): More menu items.
9804         (gdb-init-1): Reset `gdb-thread-number' to nil.
9806         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9807         non-stop settings.
9809         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9810         (gdb-current-context-command): Do not append --thread if
9811         `gdb-thread-number' is nil.
9812         (gdb-running-threads-count, gdb-stopped-threads-count): New
9813         variables.
9814         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9815         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9816         customization options.
9817         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9818         GUD commands.
9819         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9820         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9821         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9822         set `gdb-thread-number' and update `gud-running' properly.
9823         (gdb-running): Update threads list when new threads appear.
9824         (gdb-stopped): Support non-stop operation and new thread switching
9825         logic.
9826         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9827         (gdb-json-partial-output): New set of JSON routines.
9828         (def-gdb-auto-update-trigger): New `signal-list' optional
9829         argument.
9830         (gdb-thread-list-handler-custom): Update `gud-running',
9831         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9832         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9833         (gdb-continue-thread, gdb-step-thread): New commands for fine
9834         thread execution control.
9835         (gud-menu-map): New menu items to switch non-stop options.
9836         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9837         (gdb-send): Mimic RET properly (bug 3794).
9839         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9840         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9841         gdb-buffer-rules.
9842         (def-gdb-auto-update-handler): New nopreserve optional argument.
9843         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9845         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9846         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9847         (gdb-parent-mode): New mode to derive other GDB modes from.
9848         (gdb-display-disassembly-for-thread)
9849         (gdb-frame-disassembly-for-thread): New commands for threads
9850         buffer.
9852         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9853         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9854         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9855         (gdb-update): We now store all GDB buffers in a list so that they
9856         can be updated by traversing a list instead of calling invalidate
9857         triggers explicitly.
9858         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9859         pair for GDB buffer.
9860         (gdb-stack-buffer-name): Add thread information.
9861         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9862         handle pending triggers.
9863         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9864         (def-gdb-thread-buffer-simple-command)
9865         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9866         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9867         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9868         New commands which show buffers bound to thread.
9869         (gdb-stack-list-locals-regexp): Removed unused regexp.
9871         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9872         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9873         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9874         to (gud-comint-buffer) in *-buffer-name functions
9875         because (gdb-get-target-string) already does that.
9876         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9877         (gdb-changed-registers-handler): Rewritten without regexps.
9879         * progmodes/gdb-mi.el: Basic thread selection support.
9880         (gdb-thread-number): New variable.
9881         (gdb-current-context-command): New macro which adds --thread
9882         option to command.
9883         (gdb-threads-mode-map): Select thread with SPC.
9884         (gdb-thread-list-handler-custom): Mark current thread with overlay
9885         arrow.  Synchronize GDB thread and Emacs thread.
9886         (gdb-select-thread): New command which selects current thread.
9887         (gdb-invalidate-frames, gdb-invalidate-locals)
9888         (gdb-invalidate-registers): Use --thread option.
9890 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9892         * net/tramp.el (top): Make check for tramp-gvfs loading more
9893         robust.  (Bug#3977)
9894         (tramp-handle-insert-file-contents): `unwind-protect' must be
9895         inside `with-parsed-tramp-file-name'.
9897         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9898         fails.
9900 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9902         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9903         directory if CLASSPATH is not set.
9905 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9907         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9908         New defconst.
9909         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9911 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9913         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9914         Update freshmeat link.  Delete newsforge.com as it seems gone.
9916 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9918         * select.el (x-set-selection): Doc fix (Bug#4021).
9920         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9922         * help-fns.el (describe-variable): Treat list return values from
9923         dir-locals-find-file properly (Bug#4005).
9925 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
9927         * net/tramp.el (tramp-debug-message): Print also microseconds.
9929 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
9931         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9932         or END is non-nil.
9933         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9934         (tramp-get-debug-buffer): Change `outline-regexp' according to new
9935         format.
9937         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9938         (tramp-get-file-property): Use it.
9940         * autorevert.el (auto-revert-handler): Allow
9941         `auto-revert-tail-mode' for remote files.
9943 2009-08-02  Jason Rumney  <jasonr@gnu.org>
9945         * minibuffer.el (read-file-name): Treat confirm options to
9946         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
9948 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9950         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9951         (font-lock-variable-name-face, font-lock-constant-face): Darken
9952         the colors for light backgrounds.
9954 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
9956         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9957         month names.  (Bug#3987)
9959 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
9961         * simple.el (line-move-finish): Pass whole number to
9962         line-move-to-column.
9963         (line-move-visual): Perform hscroll to the recorded position.
9965 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
9967         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9969 2009-07-29  Alan Mackenzie  <acm@muc.de>
9971         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9973 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
9975         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9976         (gdb-place-breakpoints): Use full path when setting breakpoints.
9978 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9980         * calc/calc.el (calc-mode-map): Add keybinding for
9981         `calc-transpose-lines'.
9983 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
9985         * calc/calc-misc.el (calc-transpose-lines): New function.
9987 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
9989         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9990         Simplify check for out-of-band methods.
9991         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9992         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
9994 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
9996         * vc-git.el (vc-git-checkin): Fix typo.
9998 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10000         * progmodes/js2-mode.el: New file.
10002 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10004         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10005         (gud-menu-map): Adjust tooltip accordingly.
10007 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10009         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10010         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10012         * add-log.el (change-log-mode-map): Add a menu.
10014 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10016         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10017         function returns nil.
10018         (dbus-handle-event): Handle special return value :ignore.
10019         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10021 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10023         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10024         it's not needed.
10026 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10028         Fix Bug#3888:
10030         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10032         * term/pc-win.el (x-display-name, x-colors)
10033         (x-select-enable-clipboard, x-select-text): Doc fix.
10035         * term/common-win.el (x-display-name, x-colors): Doc fix.
10037         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10038         (xw-defined-colors): Doc fix.
10040         * w32-fns.el (x-select-text, x-setup-function-keys)
10041         (x-get-selection, x-set-selection): Doc fix.
10043         * term/x-win.el (x-select-text, x-setup-function-keys)
10044         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10046         * select.el (x-set-selection): Doc fix.
10048 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10050         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10051         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10052         "IsNSSSupportAvailable" method is not available.  Reported by
10053         Steve Youngs <steve@sxemacs.org>.
10055 2009-07-24  Kenichi Handa  <handa@m17n.org>
10057         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10058         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10059         (build-unicode-category-table): Fix range checks.
10061 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10063         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10064         the buffer we try to sync is current when calling
10065         vc-resynch-buffer.
10067         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10068         not show up to date files.
10070 2009-07-24  Glenn Morris  <rgm@gnu.org>
10072         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10073         Add autoload cookies.  If necessary, initialize.
10074         (elint-log): Handle non-file buffers.
10075         (elint-initialize): Add optional argument to reinitialize.
10076         (elint-find-builtin-variables): Save excursion.
10078 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10080         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10081         for Lint.
10083 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10085         * vc.el (vc-print-log-internal): New function, split out from ...
10086         (vc-print-log): ... here.
10087         (vc-dir-move-to-goal-column): Declare.
10089         * vc-git.el (vc-git-add-signoff): New variable.
10090         (vc-git-checkin): Use it.
10091         (vc-git-toggle-signoff): New function.
10092         (vc-git-extra-menu-map): Bind it to menu.
10093         (vc-git--run-command-string): Accept a nil FILE argument.
10094         (vc-git-stash-list): New function.
10095         (vc-git-dir-extra-headers): Use it.
10097 2009-07-23  Glenn Morris  <rgm@gnu.org>
10099         * help-fns.el (describe-variable): Describe ignored and risky local
10100         variables in a similar way to that in which we describe safe ones.
10102         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10103         (byte-compile-output-file-form, byte-compile-output-docform)
10104         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10105         Give some more local variables with common names a "bytecomp-" prefix,
10106         so as not to shadow things during compilation.
10107         * emacs-lisp/cl-macs.el (load-time-value)
10108         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10109         `outbuffer' to `bytecomp-outbuffer'.
10111         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10112         since the next two variables cover them automatically now.
10113         (elint-builtin-variables, elint-autoloaded-variables): New.
10114         (elint-unknown-builtin-args): Remove all members, since they can be
10115         parsed automatically now.
10116         (elint-extra-errors): New.
10117         (elint-env-add-env, elint-env-add-macro): Use cadr.
10118         (elint-current-buffer): Use or.  Change final message.
10119         (elint-get-top-forms): Use line-end-position.
10120         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10121         and defalias.
10122         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10123         (regexp-assoc): Remove unused function.
10124         (elint-top-form): Set elint-current-pos, to record the start of the
10125         top-level form, for compilation-mode.
10126         (elint-form): Trap errors in macro expansion.  Use dolist.
10127         (elint-unbound-variable): Use elint-builtin-variables and
10128         elint-autoloaded-variables.
10129         (elint-get-args): Use cadr, or.
10130         (elint-check-cond-form): Use dolist, cadr.
10131         (elint-check-condition-case-form): Doc fix.  Use cadr.
10132         Use elint-extra-errors.
10133         (elint-log): New function.
10134         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10135         Distinguish errors and warnings.
10136         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10137         Use a bytecomp-style format.
10138         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10139         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10140         Don't truncate lines.
10141         (elint-initialize): Set builtin and autoloaded variable lists.
10142         Only process elint-unknown-builtin-args if non-nil.
10143         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10144         New functions.
10145         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10147 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10149         * net/newst-backend.el (newsticker--parse-atom-1.0)
10150         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10151         (newsticker--parse-rss-1.0):
10152         * progmodes/idlwave.el (idlwave-mode):
10153         * progmodes/idlw-shell.el (idlwave-shell-mode):
10154         * progmodes/vera-mode.el (vera-mode):
10155         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10156         * progmodes/vhdl-mode.el (vhdl-mode):
10157         * textmodes/table.el (table-generate-source)
10158         (table--warn-incompatibility):
10159         Hyperlink urls in docstrings with URL `...'.
10161 2009-07-22  Glenn Morris  <rgm@gnu.org>
10163         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10164         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10165         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10166         Remove leading * from defcustom docs.
10168         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10170         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10171         defcustom doc.
10172         (list-load-path-shadows): Optionally, just return shadows as a string.
10174         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10176 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10178         * mail/rmailedit.el (rmail-edit-mode): Use
10179         auto-save-include-big-deletions.
10181         * mail/rmail.el (rmail-variables): Use
10182         auto-save-include-big-deletions.
10184         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10185         changes.
10187 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10189         * calc/calc.el (calc-undo-length): New variable.
10190         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10192 2009-07-21  Richard Stallman  <rms@gnu.org>
10194         * files.el (auto-save-mode): Handle buffer-save-size = -2
10195         for toggling mode.
10197 2009-07-21  Glenn Morris  <rgm@gnu.org>
10199         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10201         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10203         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10204         silence compiler.  Instead...
10205         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10206         (ps-print-ensure-fontified): Update for above function name changes.
10208         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10209         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10210         silence compiler.  Instead...
10211         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10212         (mh-show-buffer): Only define for compiler.
10213         (pr-mh-current-message): Update for above function name changes.
10215         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10216         as an argument.
10217         (find-file-noselect, insert-file-1): Update for above change.
10219         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10221         * mail/mailclient.el (mailclient-send-it): Fix message.
10223         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10224         (edebug-eval): Check cl-debug-env is bound.
10225         (print-level, print-circle): Don't redefine built-in variables.
10227         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10228         (custom-print-vectors): Remove old comments from doc.
10230         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10231         (emerge-version): Make the variable an obsolete alias for the
10232         emacs-version variable.  Make the function obsolete.
10233         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10234         Emerge options, rather than merging in into the main Options menu.
10235         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10236         and auto advance modes.  Disable edit/fast items when not relevant.
10238 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10240         * term/vt420.el (terminal-init-vt420): Fix typo.
10242 2009-07-20  Sam Steingold  <sds@gnu.org>
10244         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10245         variable (removed from compile.el on 2004-03-11).
10247 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10249         * files.el (hack-local-variables-filter): Fix last change.
10251 2009-07-19  Juri Linkov  <juri@jurta.org>
10253         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10254         (dir-local-variables-alist): New buffer-local variable.
10255         (hack-local-variables-filter): If variable is not dir-local,
10256         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10257         because file-local overrides dir-local.
10258         (c-postprocess-file-styles) <declare-function>:
10259         Remove obsolete declaration.
10260         (hack-dir-local-variables): Add dir-local variable/value pair to
10261         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10263         * help-fns.el (describe-variable): Add information about
10264         file-local and dir-local variables.
10266 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10268         * files.el (hack-local-variables-filter): Rewrite.
10270 2009-07-19  Glenn Morris  <rgm@gnu.org>
10272         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10273         Silence compiler by only defining on XEmacs.
10275         * international/mule.el (auto-coding-regexp-alist): Only match
10276         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10278         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10279         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10280         (cal-menu-context-mouse-menu): Doc fix.
10282         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10284         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10286 2009-07-18  Juri Linkov  <juri@jurta.org>
10288         * info.el: Virtual Info keyword finder.
10289         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10290         (Info-finder-file): New variable.
10291         (Info-finder-find-file): New function.
10292         (finder-known-keywords, finder-package-info)
10293         (find-library-name, lm-commentary): Use defvar and
10294         declare-function to silence compiler warnings.
10295         (Info-finder-find-node): New function.
10296         (info-finder): New command.
10298         * subr.el (process-kill-buffer-query-function): New function.
10299         (add-hook)<kill-buffer-query-functions>: Add hook
10300         `process-kill-buffer-query-function'.
10302 2009-07-18  Alan Mackenzie  <acm@muc.de>
10304         * progmodes/cc-mode.el (c-before-hack-hook)
10305         (c-postprocess-file-styles): Give invocation of `c-set-style'
10306         DONT-OVERRIDE parameter of t.  Already set style variables will
10307         thus not be overridden by style settings given by `c-file-syle'.
10309         * files.el (hack-local-variables-filter): Remove entries with
10310         duplicate keys from `file-local-variables-alist'.
10312 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10314         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10315         x-set-selection if display-selections-p returns nil for the
10316         current frame.
10318 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10320         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10322 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10324         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10325         Accept nil in addition to a regexp.
10326         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10327         Accept nil in addition to a regexp.
10328         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10329         buffers that have an associated file.  Handle nil values of
10330         desktop-buffers-not-to-save and desktop-files-not-to-save.
10331         (Bug#3833)
10333         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10334         (x-disown-selection-internal): New functions.
10336 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10338         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10339         warning.
10340         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10341         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10343 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10345         * simple.el (set-mark): Revert last change.
10347 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10349         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10350         rendering of pngs is not possible instead of messaging a long
10351         description.
10353 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10355         * w32-fns.el (x-selection-owner-p): New function.
10357         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10358         (mouse-yank-at-click, mouse-yank-primary): If
10359         select-active-regions is non-nil, deactivate the mark before
10360         insertion.
10362         * simple.el (deactivate-mark, set-mark): Only save selection if we
10363         own it.
10365 2009-07-17  Kenichi Handa  <handa@m17n.org>
10367         * case-table.el (describe-buffer-case-table): Fix for the case
10368         that KEY is a cons.
10370 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10372         * vc-rcs.el (vc-rcs-find-file-hook):
10373         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10375 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10377         * net/tramp.el (tramp-wait-for-output): Handle the case when
10378         commands do not return a newline but a null byte before the shell
10379         prompt.  (Bug#3858)
10381 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10383         * term/ns-win.el (ns-set-alpha): Don't declare.
10384         (ns-set-background-alpha): Remove function.
10386 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10388         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10389         y-or-n-p, for safety.
10391 2009-07-16  Richard Stallman  <rms@gnu.org>
10393         * files.el (auto-save-mode): If buffer-saved-size is -2,
10394         don't clobber it.
10396         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10397         (rmail-retry-ignored-headers): Add more uninteresting fields.
10399 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10401         * net/rcirc.el (rcirc): Use history variables.
10402         (rcirc-server-name-history, rcirc-nick-name-history)
10403         (rcirc-server-port-history): New variables.
10405 2009-07-15  Kenichi Handa  <handa@m17n.org>
10407         * international/mule-cmds.el (set-language-environment-charset):
10408         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10409         ignore them.
10411         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10412         Delete unibyte-display.
10414 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10416         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10418 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10420         * simple.el (deactivate-mark): Optional argument FORCE.
10421         (set-mark): Use deactivate-mark.
10423         * info.el (Info-search): No need to check transient-mark-mode
10424         before calling deactivate-mark.
10426         * select.el (x-set-selection): Doc fix.
10427         (x-valid-simple-selection-p): Allow buffer values.
10428         (xselect--selection-bounds): Handle buffer values.  Suggested by
10429         David De La Harpe Golden.
10431         * mouse.el (mouse-set-region, mouse-drag-track): Call
10432         copy-region-as-kill before setting the mark, to let
10433         select-active-regions work.
10435 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10437         * simple.el (deactivate-mark): If select-active-regions is
10438         non-nil, copy the selection data into a string.
10439         (activate-mark): If select-active-regions is non-nil, set the
10440         selection to the current buffer.
10441         (set-mark): Update selection if select-active-regions is non-nil.
10443         * select.el (x-valid-simple-selection-p): Allow buffer values.
10445 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10447         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10448         and more featureful message-mode.
10450 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10452         * select.el (x-set-selection): Doc fix.
10453         (x-valid-simple-selection-p): Disallow selection data consisting
10454         of a list or cons of integers, since that is not used.
10455         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10456         (xselect-convert-to-string, xselect-convert-to-length)
10457         (xselect-convert-to-filename, xselect-convert-to-charpos)
10458         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10460 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10462         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10463         output in -break-info command (Emacs bug #3794).
10465 2009-07-14  Glenn Morris  <rgm@gnu.org>
10467         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10468         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10469         (edebug-print-length, edebug-print-level, edebug-print-circle)
10470         (edebug-sit-for-seconds, edebug-view-outside)
10471         (edebug-bounce-point, edebug-set-global-break-condition)
10472         (edebug-Go-nonstop-mode, edebug-trace-mode)
10473         (edebug-Trace-fast-mode, edebug-continue-mode)
10474         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10475         (edebug-visit-eval-list): Doc fixes.
10477         * subr.el (def-edebug-spec): Doc fix.
10479 2009-07-14  Kenichi Handa  <handa@m17n.org>
10481         * international/characters.el: Fix setting of category ?C.
10483 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10485         * term/ns-win.el (x-select-font): defalias x-select-font to
10486         ns-popup-font-panel instead of generate-fontset-menu.
10488 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10490         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10492 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10494         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10495         the PK\003\004 header (Bug#3770).
10497 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10499         * pcomplete.el (pcomplete-comint-setup): Check for
10500         shell-dynamic-complete-filename too.
10502 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10504         * simple.el (temporary-goal-column): Change the value for
10505         line-move-visual to a cons cell.
10506         (line-move-visual): Record or set the window hscroll, if
10507         necessary (Bug#3494).
10508         (line-move-1): Handle cons value of temporary-goal-column.
10510 2009-07-11  Kenichi Handa  <handa@m17n.org>
10512         * international/mule-diag.el (describe-character-set): Don't show
10513         width.
10515 2009-07-10  Sam Steingold  <sds@gnu.org>
10517         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10518         Omake sometimes indents the errors it prints, so allow all
10519         regexps to start with spaces.
10521 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10523         * cus-edit.el (customize-changed-options-previous-release):
10524         Bump value to 22.1.  (Bug#3804)
10526 2009-07-08  Sam Steingold  <sds@gnu.org>
10528         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10529         to be a cons cell (test . ignored-directory) to selectively ignore
10530         some directories depending on the location of the search.
10532 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10534         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10535         remote user is root, on the local host.
10536         (tramp-local-host-p): Either the local user or the remote user
10537         must be root.  (Bug#3771)
10539 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10541         * progmodes/gdb-mi.el (gdb): Remove description of
10542         gdb-use-separate-io-buffer.
10543         (menu): Don't allow toggling of or enable
10544         gdb-use-separate-io-buffer from menubar.
10546 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10548         * mail/unrmail.el (unrmail): Make sure the message ends with two
10549         newlines (Bug#3769).
10551 2009-07-08  Glenn Morris  <rgm@gnu.org>
10553         * calendar/calendar.el (calendar-current-date): Rework previous change.
10555 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10557         * calendar/calendar.el (calendar-current-date):
10558         Add an optional argument giving an offset from today.
10560 2009-07-08  Glenn Morris  <rgm@gnu.org>
10562         * tutorial.el (tutorial--describe-nonstandard-key):
10563         Adjust the message for when a key has been unbound.
10564         (help-with-tutorial): Hide the arch-tag.
10566 2009-07-08  Kenichi Handa  <handa@m17n.org>
10568         * international/fontset.el (setup-default-fontset): For each
10569         script, append (not set) font-specs.
10571         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10572         docstring.
10574 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10576         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10577         -data-list-register-names to ...
10578         (gdb-starting): ... here because GDB 7.0 requires execution to
10579         have started when using this MI command.
10580         (gdb-set-header): New function to distinguish select and
10581         unselected tabs in gdb buffers.
10582         (gdb-propertize-header): New macro that uses gdb-set-header.
10583         (gdb-breakpoints-header, gdb-locals-header): Use it.
10584         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10586 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10588         * Makefile.in (ELCFILES): Remove fadr.elc.
10590 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10592         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10593         may contain frame information, so `string-match' should be used.
10594         (gdb-update): Disassembly is invalidated through
10595         `gdb-get-selected-frame'.
10596         (gdb-pad-string): New function to pad string with spaces.
10597         (gdb-invalidate-disassembly): Invalidate only if the buffer
10598         exists.
10599         (gdb-disassembly-handler-custom): Column alignment.
10600         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10601         placing new ones.
10602         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10603         end of line, too.
10604         (gdb-frame-handler): Match convention to for disassembly buffer
10605         mode name.
10606         (gdb-stack-list-frames-handler): Rewritten without regexps.
10607         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10608         not highlight breakpoints without line information.
10609         (gdb-input): Add trailing newline to command.
10611         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10612         buffer properly.
10613         (gdb-breakpoints-list-handler-custom): Replacement for
10614         `gdb-break-list-handler'.  Using real parser instead of regexps
10615         now.
10616         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10617         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10618         to place breakpoints.
10619         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10620         functions.
10621         (gdb-disassembly-handler-custom): Show overlay arrow.
10622         (gdb-disassembly-place-breakpoints): Show breakpoints in
10623         disassembly buffer.
10624         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10625         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10626         instead of parsing breakpoints buffer.  Fixed old menu references
10627         in `gud-menu-map'.
10629         * fadr.el: Remove.
10631         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10632         (gdb-memory-address): New variable which holds top address of
10633         memory page shown in memory buffer.
10634         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10635         customization variables.
10636         New functions:
10637         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10638         display the memory buffer.
10639         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10640         buffer display parameters.
10641         (def-gdb-memory-format, gdb-memory-format-binary)
10642         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10643         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10644         Functions for setting memory buffer format.
10645         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10646         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10647         unit size used in memory buffer.
10648         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10649         to next/previous page of memory buffer.
10650         Now using (bindat-get-field) instead of fadr functions.
10652 2009-07-07  Sam Steingold  <sds@gnu.org>
10654         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10655         non-top-level files.
10657 2009-07-07  Kenichi Handa  <handa@m17n.org>
10659         * international/mule-cmds.el (reset-language-environment): Put
10660         the highset priority to the charset iso-8859-1.
10662 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10664         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10665         to the end of the line when locating the block (Bug#700).
10667 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10669         * net/tramp.el (tramp-handle-write-region): Flush file properties
10670         in case of short track.
10672 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10674         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10675         Coded custom representation of verilog error regular expressions
10676         to work with Emacs-22's new format.
10677         (verilog-error-regexp-xemacs-alist): Coded custom representation
10678         of verilog error regular expressions to work with XEmacs format.
10679         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10680         error recognition into XEmacs.
10681         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10682         error recognition into Emacs-22.
10684 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10686         * woman.el: Remove stand-alone closing parentheses.
10687         (woman-file-name, woman2-format-paragraphs)
10688         (woman-leave-blank-lines): Code cleanup.
10689         (woman-use-own-frame): Change default to nil.
10690         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10691         defaults to inherit from default faces.
10692         (woman2-process-escapes): Consume the newline after a stand-alone
10693         filler character (Bug#3651).
10695 2009-07-06  Glenn Morris  <rgm@gnu.org>
10697         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10698         (top-level): Move provide to the end.
10699         (ffap): Remove defunct URL from custom group.
10701         * subr.el (eval-after-load): Doc fix.
10703 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10705         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10706         `calc-embedded-word' is called twice.
10708 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10710         * files.el (find-alternate-file-other-window, find-alternate-file):
10711         Obey confirm-nonexistent-file-or-buffer.
10713 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10715         * dired-aux.el (dired-show-file-type): Handle remote files.
10717 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10719         * desktop.el (desktop-globals-to-save):
10720         Add file-name-history (Bug#2750).
10722 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10724         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10726 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10728         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10729         property on entire argument since this is what eshell-lisp-command
10730         expects.
10732 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10734         * net/tramp-gvfs.el (tramp-gvfs-methods)
10735         (tramp-gvfs-zeroconf-domain)
10736         (tramp-bluez-discover-devices-timeout): Add version flag.
10737         (tramp-gvfs-handler-mounted-unmounted)
10738         (tramp-gvfs-connection-mounted-p): Polish handling of
10739         incompatibilities between GVFS 0.2 and 1.0.
10741 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10743         * cus-start.el (all): Add make-pointer-invisible.
10745 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10747         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10748         formatted correctly.
10750 2009-07-02  Juri Linkov  <juri@jurta.org>
10752         * info.el: Virtual Info files and nodes.
10753         (Info-virtual-files, Info-virtual-nodes): New variables.
10754         (Info-current-node-virtual): New variable.
10755         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10756         New functions.
10757         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10758         to check for a virtual file instead of checking a fixed list
10759         of node names.
10760         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10761         instead of ad-hoc processing of "dir" and (apropos history toc).
10762         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10763         instead of ad-hoc processing of "dir" and (apropos history toc).
10764         Reread a file when moving from a virtual node.
10765         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10766         (Info-directory-toc-nodes, Info-directory-find-file)
10767         (Info-directory-find-node): New functions.
10768         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10769         (Info-history): Move part of code to
10770         `Info-history-find-node'.
10771         (Info-history-toc-nodes, Info-history-find-file)
10772         (Info-history-find-node): New functions.
10773         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10774         (Info-toc): Move part of code to `Info-toc-find-node'.
10775         (Info-toc-find-node): New function.
10776         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10777         the current Info file name to references because now the node
10778         "*TOC*" belongs to the same Info manual.
10779         (Info-toc-build): Rename from `Info-build-toc'.
10780         (Info-toc-nodes): Rename input argument `file' to `filename'.
10781         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10782         instead of ad-hoc processing of ("dir" apropos history toc).
10783         (Info-index-nodes): Use Info-virtual-file-p
10784         to check for a virtual file instead of checking a fixed list
10785         of node names.
10786         (Info-index-node): Add check for `Info-current-node-virtual'.
10787         Raise `save-match-data' higher up the tree to contain
10788         `search-forward' too (bug fix).
10789         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10790         (Info-virtual-index-nodes): New variable.
10791         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10792         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10793         (Info-apropos-file, Info-apropos-nodes): New variables.
10794         (Info-apropos-toc-nodes, Info-apropos-find-file)
10795         (Info-apropos-find-node, Info-apropos-matches): New functions.
10796         (info-apropos): Move part of code to `Info-apropos-find-node' and
10797         `Info-apropos-matches'.
10798         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10799         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10800         for a virtual file instead of checking a fixed list of node names.
10802         * simple.el (async-shell-command): New command.
10804         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10806         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10807         instead of `mount-info'.
10809 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10811         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10812         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10814 2009-07-02  Kenichi Handa  <handa@m17n.org>
10816         * international/mule.el (set-keyboard-coding-system): Force *-unix
10817         coding-system to avoid eol conversion.
10819 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10821         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10822         Add handler for `process-file', `shell-command' and
10823         `start-file-process'.
10824         (tramp-gvfs-handle-shell-command)
10825         (tramp-gvfs-handle-start-file-process)
10826         (tramp-gvfs-handle-process-file): New defuns.
10827         (tramp-synce-list-devices): Simplify check for existence of property.
10829 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10831         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10833 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10835         * language/korean.el (set-language-info-alist): Add korean-cp949,
10836         cp949 to spec.
10838 2009-07-01  Kenichi Handa  <handa@m17n.org>
10840         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10842         * international/encoded-kb.el: Deleted.
10844         * international/mule.el (set-keyboard-coding-system): Perform the
10845         necessary setup here instead of calling encoded-kbd-setup-display.
10847 2009-07-01  Glenn Morris  <rgm@gnu.org>
10849         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10851 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10853         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10855 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10857         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10858         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10859         (tramp-default-file-modes): Remove execute permissions.
10861         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10862         (top): Add a default for "synce" in `tramp-default-user-alist'.
10863         Add completion function for "synce" method.
10864         (tramp-hal-service, tramp-hal-path-manager)
10865         (tramp-hal-interface-manager, tramp-hal-interface-device):
10866         New defconst.
10867         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10868         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10869         New defuns.
10871         * net/trampver.el: Update release number.
10873 2009-06-30  Kenichi Handa  <handa@m17n.org>
10875         * international/fontset.el (setup-default-fontset): Add CJK fonts
10876         for symbols and the other miscellaneous characters.
10878         * language/korea-util.el (setup-korean-environment-internal):
10879         Make char-width-table suitable for Korean environments.
10880         (exit-korean-environment): Cancel above.
10882         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10883         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10884         setup-function to make char-width-table suitable for respective
10885         environments, and an exit-function to cancel that.
10887         * language/japan-util.el (setup-japanese-environment-internal):
10888         Call use-cjk-char-width-table with arg `ja_JP'.
10890         * international/characters.el (cjk-char-width-table): Delete it.
10891         (cjk-char-width-table-list): New variable.
10892         (use-cjk-char-width-table): New arg local-name.
10893         (use-default-char-width-table): Fix for the case that Emacs is
10894         already using the default char-width-table.
10896 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10898         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10899         modes mandatory.  (Bug#3712)
10901 2009-06-29  Alan Mackenzie  <acm@muc.de>
10903         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10904         correction between the visible width of TABs and their number of bytes.
10906 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10908         * server.el (server-buffer-done): Prevent kill-buffer from
10909         prompting by clearing the buffer modification flag (Bug#3696).
10911 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10913         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10914         (verilog-endcomment-reason-re): Support unique case and priority case.
10915         (verilog-basic-complete-re): Support localparam lineup.
10916         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10917         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10918         commenting.
10919         (verilog-leap-to-case-head): Now support *nested* unique &
10920         priority case statements.
10921         (verilog-auto-lineup): Make just declarations the default (as it
10922         had been).
10923         (verilog-leap-to-case-head): Support priority/unique case statements.
10924         (verilog-auto-lineup): Rework to give users radio buttons to
10925         select the various styles of automatic lineup.
10926         (verilog-error-regexp-alist): Rework to support the XEmacs style
10927         of error regular expressions from compilers, lint tools &
10928         simulators.  Note that GNU Emacs has made it impossible for a mode
10929         to load such things.
10930         (electric-verilog-terminate-line, verilog-indent-declaration)
10931         (verilog-auto-wiure): Rework for radio button selection of
10932         auto-lineup selection of specification of auto lineup.
10933         (verilog-beg-of-statement-1): Redesign to support proper operation
10934         in additional code, based on testing with auto-lineup.
10935         (verilog-calculate-indent, assignments & declarations)
10936         (verilog-backward-token): Enhance to support auto-lineup of
10937         assignments & declarations.
10938         (verilog-in-directive-p, verilog-at-struct-p): New function for
10939         easy test of whether we are.
10940         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10941         to support safe execution at almost anyline.
10942         (verilog-calc-1): Properly support indenting deep inside generate
10943         blocks.
10944         (verilog-init-font): Remove definition & use of verilog-init-font,
10945         as it is redundant with font-lock-defaults.
10946         (verilog-mode): Alter the definition of verilog-font-lock-defaults
10947         to avoid circular calls if syntax-ppss is a function (as is the
10948         case now in 22.x GNU Emacs) as that function would sometimes call
10949         itself, leading to (nearly) infinite recursion.
10950         (verilog-ovm-begin-re, verilog-ovm-end-re)
10951         (verilog-ovm-statement-re, verilog-leap-to-head)
10952         (verilog-backward-token): Add support for OVM macros.  Some are
10953         complete statements, and others open and close scopes like begin
10954         and end.
10955         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10956         (verilog-defun-level-generate-only-re): Really fix the defun-list
10957         compilation issue.
10958         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10959         coverpoint, constraint and cross statements.
10960         (verilog-defun-level-list, verilog-generate-defun-level-list)
10961         (verilog-all-defun-level-list): Redo these specifications - it is
10962         too hard to support eval-when compile aggregation of lists also
10963         built at when-compile time.
10964         (verilog-defun-level-list): Place defconsts of variables used in
10965         building regular expressions which are built in eval-when-compile
10966         bodies in the same eval-when-compile body to facilitate compile
10967         without load.
10968         (verilog-beg-block-re-ordered): Support indenting
10969         virtual/protected tasks and functions.
10970         (verilog-defun-level-list, verilog-in-generate-region-p)
10971         (verilog-backward-ws&directives, verilog-calc-1): Speed up
10972         indentation of some module items (generate items).
10973         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10974         across virtual/protected tasks and functions.
10976 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
10978         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10979         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
10980         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10981         in concatenations.  Reported by Yishay Belkind.
10982         (verilog-auto-ascii-enum): Support one-hot state machines in
10983         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
10984         (verilog-auto-inst, verilog-auto-inst-port): Include interface
10985         modport in AUTOINST and add vl-modport for users.  Reported by
10986         David Rogoff.
10987         (verilog-auto-inout-module, verilog-auto-inst)
10988         (verilog-decls-get-interfaces, verilog-insert-definition)
10989         (verilog-insert-one-definition, verilog-read-decls)
10990         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10991         (verilog-sig-modport, verilog-signals-combine-bus)
10992         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10993         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10994         Suggested by David Rogoff.
10995         (verilog-repair-open-comma): Fix non-insertion of comma when
10996         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
10997         (verilog-make-width-expression): Simplify [A-1:0] expression
10998         widths to just {A{1'b0}}.
10999         (verilog-mode): Cleanup checkdoc warnings.
11000         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11001         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11002         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11003         (next-error-last-buffer): Fix byte-compiler warning.
11004         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11005         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11006         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11007         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11008         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11009         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11010         in AUTOINOUT.  Reported by Matthew Lovell.
11011         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11012         causing use of <= assignments.  Reported by Alex Reed.
11013         (verilog-read-decls): Fix triand, trior, wand, wor to be
11014         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11015         (verilog-extended-complete-re): Support import "DPI-C" functions.
11016         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11017         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11018         (verilog-insert-date, verilog-insert-year)
11019         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11020         Windows systems.  Reported by Michael Potts.
11021         (verilog-read-module-name): Fix AUTOINST when the child module
11022         declaration's name is a tick define.  Reported by Elliot Mednick.
11023         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11024         passed to next parameter's definition.  Reported by Bruce T.
11025         (verilog-read-decls): Fix detecting "parameter int" when using
11026         AUTOINSTPARAM.  Reported by Bruce T.
11027         (verilog-goto-defun): Fix goto not finding modules unless first
11028         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11029         (verilog-mode): Expand -f flag arguments on entry to mode so
11030         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11031         (verilog-getopt): Expand environment variables in -f file
11032         arguments.  Suggested by Lawrence Butcher.
11033         (verilog-set-define): Fix "Symbol's value as variable is void"
11034         when reading enumerations.
11035         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11036         Suggested by Stephen Peltan.
11037         (verilog-read-defines): Fix reading of enumerations in include
11038         files.  Reported by Steve Peltan.
11040 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11042         * files.el (trash-directory): Fix defcustom type.
11044 2009-06-28  Juri Linkov  <juri@jurta.org>
11046         * help-fns.el (describe-function-1): Correctly locate adviced
11047         functions in hyperlink (Bug#2438).
11049 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11051         * files.el (trash-directory): Change default to nil.
11052         (move-file-to-trash): If trash-directory is nil and
11053         system-move-file-to-trash is unbound, perform freedesktop-style
11054         trashing.
11056 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11058         * files.el (move-file-to-trash): Add freedesktop trash
11059         support (Bug#973).
11061 2009-06-28  Glenn Morris  <rgm@gnu.org>
11063         * autorevert.el (global-auto-revert-non-file-buffers)
11064         (global-auto-revert-mode): Doc fixes.
11066 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11068         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11070 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11072         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11073         opened an X connection before calling x-get-resource (Bug#3194).
11075         * play/doctor.el: Remove reference to obsolete website.
11076         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11078 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11080         Remove find-file-not-found-hook VC method.  (Bug#2757)
11081         * vc-hooks.el (vc-file-not-found-hook)
11082         (vc-default-find-file-not-found-hook): Remove functions.
11083         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11084         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11085         * vc.el:
11086         * vc-hg.el:
11087         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11089 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11091         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11092         compatibility function for `looking-back'.
11094         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11095         Use `ispell-looking-back'.
11097 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11099         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11100         rather than `filename'.
11102 2009-06-23  Miles Bader  <miles@gnu.org>
11104         * face-remap.el (text-scale-set): New function.
11106 2009-06-23  Glenn Morris  <rgm@gnu.org>
11108         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11110         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11112         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11114         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11116         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11117         Simplify Persian conditionals.
11119         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11120         variable `filename'.
11122         * comint.el (comint-insert-input): Doc fix.
11124         * Makefile.in (ELCFILES): Fix typo in previous change.
11126 2009-06-23  Miles Bader  <miles@gnu.org>
11128         * cus-start.el: Add entry for `recenter-redisplay'.
11130 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11132         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11133         Add an optional argument for the backend, use it instead of
11134         calling vc-backend.
11135         (vc-mode-line): Add an optional argument for the backend.
11136         Pass the backend to vc-state and vc-working-revision.  Move code for
11137         special handling for vc-state being a buffer to ...
11139         * vc-rcs.el (vc-rcs-find-file-hook):
11140         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11142         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11143         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11144         vc-stay-local-p and vc-mode-line calls.
11146         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11147         (vc-cvs-diff, vc-cvs-annotate-command)
11148         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11149         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11150         vc-mode-line calls.
11152         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11153         direct comparison.
11154         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11155         backend when calling vc-mode-line.
11156         (vc-register): Do not create a closure for calling the vc register
11157         function, call it directly.
11159 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11161         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11162         to make it obvious item can be clicked.
11164         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11166 2009-06-23  Kenichi Handa  <handa@m17n.org>
11168         * language/korea-util.el (korean-key-bindings): Change the binding
11169         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11170         same command.
11172 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11174         Sync with Tramp 2.1.16.
11176         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11178         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11179         when a loading of a package fails.  Completion function for rsync
11180         is `tramp-completion-function-alist-ssh'.
11181         (all): Replace all calls of `split-string' and
11182         `tramp-split-string' by `tramp-compat-split-string'.
11183         (tramp-default-method): Use `tramp-compat-process-running-p'.
11184         (tramp-default-proxies-alist): Allow also Lisp forms.
11185         (tramp-remote-path): Add choice "Private Directories".
11186         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11187         (tramp-domain-regexp): Allow also "-", "_" and ".".
11188         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11189         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11190         (tramp-debug-message): Insert header line in debug buffer.
11191         (tramp-handle-directory-files-and-attributes-with-stat):
11192         Care about filenames with spaces, or starting with "-".
11193         (tramp-handle-dired-uncache): New defun.
11194         (tramp-handle-insert-directory): Don't flush the directory from
11195         cache, this is handled by `dired-uncache' now.
11196         (tramp-handle-insert-file-contents): Improve error handling.
11197         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11198         Quote `tramp-end-of-output'.
11199         (tramp-action-password): Improve trace message.
11200         (tramp-check-for-regexp): Both echoes must be present, before removing.
11201         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11202         (tramp-compute-multi-hops): Eval cons cells of
11203         `tramp-default-proxies-alist'.
11204         (tramp-maybe-open-connection): Use the same command pattern for
11205         first hop and further hops.
11206         (tramp-wait-for-output): Remove handling of newlines.
11207         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11208         (tramp-split-string): Remove function.  It is handled in
11209         tramp-compat now.
11211         * net/tramp-cmds.el (tramp-bug):
11212         Recommend `tramp-cleanup-all-connections' in the bug mail.
11214         * net/tramp-compat.el (tramp-compat-split-string)
11215         (tramp-compat-process-running-p): New defuns.
11217         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11218         for `dired-uncache'.
11220         * net/tramp-gvfs.el: New package.
11222         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11223         Add handler for `dired-uncache'.
11224         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11226         * net/trampver.el: Update release number.  Make version check fit
11227         for SXEmacs 22.
11229 2009-06-22  Jim Meyering  <meyering@redhat.com>
11231         Automatically handle .xz suffix (XZ-compressed files), too.
11232         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11233         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11235 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11236             Nick Roberts  <nickrob@snap.net.nz>
11238         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11239         repository (http://sphinx.net.ru/hg/gdb-mi/).
11241 2009-06-22  Glenn Morris  <rgm@gnu.org>
11243         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11244         `mode' and `eval' entries.  (Bug#3430)
11246         * Makefile.in (ELCFILES): Add fadr.elc.
11248         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11249         differing behavior of \n and ^ in strings.  (Bug#3385)
11251         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11253         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11254         property.
11255         (lisp-indent-function): Make it a defcustom.
11257 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11259         * progmodes/gdb-ui.el: Replace with ...
11260         * progmodes/gdb-mi.el: ... this file.
11261         * progmodes/gud.el: Modify for gdb-mi.el.
11263 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11265         * fadr.el: New file.
11267 See ChangeLog.14 for earlier changes.
11269 ;; Local Variables:
11270 ;; coding: utf-8
11271 ;; End:
11273     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11275   This file is part of GNU Emacs.
11277   GNU Emacs is free software: you can redistribute it and/or modify
11278   it under the terms of the GNU General Public License as published by
11279   the Free Software Foundation, either version 3 of the License, or
11280   (at your option) any later version.
11282   GNU Emacs is distributed in the hope that it will be useful,
11283   but WITHOUT ANY WARRANTY; without even the implied warranty of
11284   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11285   GNU General Public License for more details.
11287   You should have received a copy of the GNU General Public License
11288   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11290 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1