Fix bug#5620: recalculate all markers on compilation buffer
[emacs.git] / lisp / ChangeLog
blob6eb3260f44569a6d0978d85c859d057a5b4362e1
1 2010-03-23  Sam Steingold  <sds@gnu.org>
3         Fix bug#5620: recalculate all markers on compilation buffer
4         modifications, not on file modifications.
5         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6         the buffer modification time, for buffers not associated with files.
7         (compilation-mode): Create it.
8         (compilation-filter): Update it.
9         (compilation-next-error-function): Use it instead of
10         `visited-file-modtime' for timestamp.
12 2010-03-23  Juri Linkov  <juri@jurta.org>
14         Implement Occur multi-line matches.
15         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
17         * replace.el (occur): Doc fix.
18         (occur-engine): Set `begpt' to the beginning of the first line.
19         Set `endpt' to the end of the last match line.  At first, count
20         line numbers between `origpt' and `begpt'.  Split out code from
21         `out-line' variable to new let-bindings `match-prefix' and
22         `match-str'.  In `out-line' add non-numeric prefix to all
23         non-first lines of multi-line matches.  Finally, count lines
24         between `begpt' and `endpt' and add to `lines'.
26 2010-03-23  Juri Linkov  <juri@jurta.org>
28         * replace.el (occur-accumulate-lines, occur-engine):
29         Use `occur-engine-line' instead of duplicate code.
30         (occur-engine-line): New function created from duplicate code
31         in `occur-accumulate-lines' and `occur-engine'.
33         * replace.el (occur-engine-line): Add optional arg `keep-props'.
34         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
36 2010-03-23  Juri Linkov  <juri@jurta.org>
38         * finder.el: Remove TODO tasks.
40         * info.el (Info-finder-find-node): Add node "all"
41         with all package info.  Handle a list of multiple keywords
42         separated by comma.
43         (info-finder): In interactive use with a prefix argument,
44         use `completing-read-multiple' to read a list of keywords
45         separated by comma.
47 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
49         Add a new completion style `substring'.
50         * minibuffer.el (completion-basic--pattern): New function.
51         (completion-basic-try-completion, completion-basic-all-completions):
52         Use it.
53         (completion-substring--all-completions)
54         (completion-substring-try-completion)
55         (completion-substring-all-completions): New functions.
56         (completion-styles-alist): New style `substring'.
58 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
60         Get rid of .elc files after removal of the corresponding .el.
61         * Makefile.in (compile-clean): New target.
62         (compile-main): Use it.
64 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
66         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
67         don't do make there.  When compiling with separate object dir, there
68         is no Makefile there.
70 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
72         Get rid of the ELCFILES abomination, again.
73         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
74         (all, compile): Don't call compile-last.
75         (compile-main): Build the "elcfiles" list dynamically.
76         (compile-targets): New (internal) target.
78 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
80         * Makefile.in (top_srcdir): Define.
81         (abs_top_builddir): Define.
82         (srcdir): Don't append `/..'.
83         (EMACS): Use ${abs_top_builddir}.
84         (all, compile, compile-always, compile-last): Don't set emacswd.
85         (update-subdirs, update-authors): Use $(top_srcdir) instead of
86         $(srcdir).
87         (lisp): Use $(srcdir) instead of @srcdir@.
89 2010-03-21  Juri Linkov  <juri@jurta.org>
91         Fix message of multi-line occur regexps and multi-buffer header lines.
92         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
94         * replace.el (occur-1): Don't display regexp if it is longer
95         than window-width.  Use `query-replace-descr' to display regexp.
96         (occur-engine): Don't display regexp in the buffer header for
97         multi-buffer occur.  Display a separate header line with total
98         match count and regexp for multi-buffer occur.
99         Use `query-replace-descr' to display regexp.
101 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
103         * net/secrets.el: Fix parenthesis.
104         (secrets-enabled): Fix parenthesis.
106 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
108         Use more relative file and directory names.
109         * Makefile.in (EMACS): Arrange for it to work when we chdir.
110         (setwins, setwins_almost, setwins_for_subdirs):
111         Don't `cd'; output relative names.
112         (all, compile, compile-always, compile-last): Set emacswd.
113         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
114         Just cd to the lisp source dir so we can use relative file names.
116         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
118 2010-03-20  Glenn Morris  <rgm@gnu.org>
120         * textmodes/rst.el: Use faces for font-lock customization, and make the
121         old -face variables obsolete.
122         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
123         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
124         (rst-block-face, rst-external-face, rst-definition-face)
125         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
126         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
127         Make obsolete.
128         (rst-font-lock-keywords-function): Update for above changes.
130 2010-03-20  Juri Linkov  <juri@jurta.org>
132         * s-region.el:
133         * obsolete/s-region.el: Move to obsolete.
135 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
137         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
139 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
141         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
143 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
145         Add special markup processing for commit logs.
146         * log-edit.el (log-edit-extra-flags): New variable.
147         (log-edit): Add new argument MODE.  Use that mode when non-nil
148         instead of the log-view-mode.
149         (log-view-process-buffer): New function.
151         * vc.el: Document that the checkin method takes optional
152         arguments.  Document new backend specific method: log-view-mode.
153         (vc-default-log-edit-mode): New function.
154         (vc-checkin): Use a backend specific log-view-mode.
155         Pass extra arguments to the checkin method.
156         (vc-modify-change-comment): Pass a dummy extra argument.
158         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
159         log-edit.
160         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
161         (vc-finish-logentry): Process the log buffer before passing it
162         down.  Pass log-edit-extra-flags.
164         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
165         command.
166         (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
168         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
169         command.
170         (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
171         (vc-hg-log-edit-mode): New derived mode.
173         * vc-arch.el (vc-arch-checkin):
174         * vc-cvs.el (vc-cvs-checkin):
175         * vc-git.el (vc-git-checkin):
176         * vc-mtn.el (vc-mtn-checkin):
177         * vc-rcs.el (vc-rcs-checkin):
178         * vc-sccs.el (vc-sccs-checkin):
179         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
181 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
183         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
184         parent typo).
186 2010-03-19  Glenn Morris  <rgm@gnu.org>
188         * password-cache.el (password-cache, password-cache-expiry): Autoload.
190 2010-03-18  Glenn Morris  <rgm@gnu.org>
192         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
194         * replace.el (query-replace-history): Give it a doc string.
195         (map-query-replace-regexp): Use query-replace-from-history-variable
196         and query-replace-to-history-variable.
198         * mail/hashcash.el (declare-function): Remove duplicate definition.
200         * mail/emacsbug.el (report-emacs-bug-pretest-address):
201         Make it an obsolete alias for report-emacs-bug-address.
202         (message-strip-special-text-properties): Declare.
203         (report-emacs-bug): Remove test for a pretest bug address.
204         Combine message-mode-specific code.
206         * mail/supercite.el: Don't require sendmail.
207         (mh-in-header-p): Declare rather than using with-no-warnings.
208         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
209         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
211         * calendar/cal-french.el: Convert to utf-8.
213         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
214         Emacs scripts.
216 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
218         * net/secrets.el (secrets-enabled): New variable.  Use it instead
219         of a subfeature.
221 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
223         * net/secrets.el (top): Register the D-Bus signals only when the
224         service "org.freedesktop.secrets" can be pinged.
225         Provide subfeature `enabled'.
227 2010-03-14  Juri Linkov  <juri@jurta.org>
229         Add finder unknown keywords.
231         * finder.el (finder-unknown-keywords): New function.
233         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
234         to create a Finder node with unknown keywords.
236 2010-03-14  Juri Linkov  <juri@jurta.org>
238         * finder.el (finder-compile-keywords): Replace `princ' with
239         `prin1' on a list of symbols interned from keyword strings.
241         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
242         a comma, then split keywords using a comma and optional whitespace.
243         Otherwise, split by whitespace.
245         * complete.el:
246         * face-remap.el:
247         * log-view.el:
248         * net/hmac-def.el:
249         * net/hmac-md5.el:
250         * net/netrc.el:
251         * progmodes/mixal-mode.el: Fix keywords.
253 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
255         * Makefile.in (ELCFILES): Add net/secrets.elc.
257         * net/secrets.el: New file.
259 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
261         * facemenu.el (list-colors-display, list-colors-print): New arg
262         callback.  Use it to allow selecting colors.
264         * wid-edit.el (widget-image-insert): Insert image prop even if the
265         current display is non-graphic.
266         (widget-field-value-set): New fun.
267         (editable-field): Use it.
268         (widget-field-value-get): Clean up unused var.
269         (widget-color-value-create, widget-color--choose-action): New
270         funs.  Allow using list-colors-display to choose color.
272 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
274         * cus-edit.el: Resort topmost custom groups.
275         (custom-buffer-sort-alphabetically): Default to t.
276         (customize-apropos): Use apropos-parse-pattern.
277         (custom-search-field): New var.
278         (custom-buffer-create-internal): Add custom-apropos search field.
279         (custom-add-parent-links): Don't display parent doc.
280         (custom-group-value-create): Don't sort top-level custom group.
281         (custom-magic-value-create): Show visibility button before option
282         name.
284         (custom-variable-state): New fun, from custom-variable-state-set.
285         (custom-variable-state-set): Use it.
286         (custom-group-value-create): Hide options with standard values
287         using the :hidden-states property.  Use progress reporter.
289         (custom-show): Simplify.
290         (custom-visibility): Disable images by default.
291         (custom-variable): New property :hidden-states.
292         (custom-variable-value-create): Enable images for
293         custom-visibility widgets.  Use :hidden-states property to
294         determine initial visibility.
296         * wid-edit.el (widget-image-find): Give images center ascent.
297         (visibility): Add :on-image and :off-image properties.
298         (widget-visibility-value-create): Use them.
300 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
302         * cus-edit.el (processes): Remove from development group.
303         (oop, hypermedia): Delete group.
304         (comm): Promote to top-level group.
306         * net/browse-url.el (browse-url):
307         * net/xesam.el (xesam):
308         * net/tramp.el (tramp):
309         * net/goto-addr.el (goto-address):
310         * net/ange-ftp.el (ange-ftp): Put in comm group.
312         * view.el (view): Remove from editing group.
314         * uniquify.el (uniquify): Put in files group.
316         * net/browse-url.el (browse-url):
317         * ps-print.el (postscript): Put in external group.
319         * cus-edit.el (outlines):
320         * textmodes/text-mode.el (text-mode-hook):
321         * textmodes/table.el (table):
322         * textmodes/picture.el (picture):
323         * outline.el (outlines): Put in wp group.
325         * nxml/nxml-mode.el (nxml): Remove from wp group.
327         * net/tramp-imap.el (tramp-imap): Put in tramp group.
329         * mail/metamail.el (metamail): Remove from hypermedia group.
331         * cus-edit.el (abbrev):
332         * whitespace.el (whitespace):
333         * vcursor.el (vcursor):
334         * reveal.el (reveal):
335         * hl-line.el (hl-line): Put in convenience group.
337         * epg-config.el (epg): Put in data group.
339         * emulation/pc-select.el (pc-select): Put in emulations group.
341         * calculator.el (calculator): Put in applications group.
343 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
345         Add .dir-locals.el support for file-less buffers.
346         * files.el (hack-local-variables): Split out code to apply local
347         variable settings ...
348         (hack-local-variables-apply): ... here.  New function.
349         (hack-dir-local-variables): Use the default directory for when the
350         buffer does not have an associated file.
351         (hack-dir-local-variables-non-file-buffer): New function.
352         * diff-mode.el (diff-mode):
353         * vc-annotate.el (vc-annotate-mode):
354         * vc-dir.el (vc-dir-mode):
355         * log-edit.el (log-edit-mode):
356         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
358 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
360         Add support for shelving snapshots and for showing shelves.
361         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
362         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
363         New functions.
364         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
365         (vc-bzr-extra-menu-map): Map them.
367 2010-03-11  Glenn Morris  <rgm@gnu.org>
369         * cus-edit.el (customize-changed-options-previous-release):
370         Bump to 23.1.
372         * image.el (image-animate-max-time): Fix :version tag.
374 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
376         * Branch for 23.2.
378 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
380         * vc-git.el (vc-git-revision-table): Include remote branches.
382 2010-03-10  Kim F. Storm  <storm@cua.dk>
384         Animated image API.
385         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
387         * image.el (image-animate-max-time): New defcustom.
388         (image-animated-types): New defconst.
389         (create-animated-image, image-animate-timer)
390         (image-animate-start, image-animate-stop, image-animate-timeout)
391         (image-animated-p): New functions.
393         * image-mode.el (image-toggle-display-image):
394         Replace `create-image' with `create-animated-image'.
396 2010-03-09  Miles Bader  <Miles Bader <miles@gnu.org>>
398         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
399         instead of "format:"; this ensures that the output is
400         newline-terminated.
402 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
404         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
405         that all errors are caught, and that the return value is always a
406         list (Bug#5692).
408 2010-03-08  Kenichi Handa  <handa@m17n.org>
410         * language/misc-lang.el (windows-1256): New coding system.
411         (cp1256): New alias of windows-1256 (bug#5690).
413 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
415         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
416         call to rfc822-bad-address.  (Bug#5692)
418 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
420         * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
421         vc-git-root as default directory for revision path (Bug#5657).
423 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
425         * calculator.el (calculator): Don't bind split-window-keep-point
426         (Bug#5674).
428 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
430         * vc-git.el: Re-flow to fit into 80 columns.
431         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
432         Remove spurious `quote' element in each case alternative.
433         (vc-git-show-log-entry): Use prog1.
434         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
436 2010-03-06  Glenn Morris  <rgm@gnu.org>
438         * cedet/semantic/grammar.el (semantic-grammar-header-template):
439         Update template copyright to GPLv3+.
441 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
443         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
445 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
447         * macros.el (insert-kbd-macro): Look up keyboard macro using the
448         definition, not the name (Bug#5481).
450 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
452         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
453         argument with a local variable.  (Bug#5670)
455 2010-03-02  Juri Linkov  <juri@jurta.org>
457         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
459 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
461         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
462         error when FILENAME and NEWNAME are existing remote directories.
464         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
465         parameter DIR-FLAG.
467 2010-03-02  Glenn Morris  <rgm@gnu.org>
469         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
470         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
472 2010-03-01  Alan Mackenzie  <acm@muc.de>
474         * progmodes/cc-engine.el (c-remove-stale-state-cache):
475         Correct previous patch.
477 2010-03-01  Kenichi Handa  <handa@m17n.org>
479         * language/burmese.el (burmese-composable-pattern): Rename from
480         myanmar-composable-pattern.
482         * international/characters.el (script-list):
483         * international/fontset.el (script-representative-chars):
484         Change myanmar to burmese.
485         (otf-script-alist): Likewise.
486         (setup-default-fontset): Likewise.  Re-fix :otf spec.
488 2010-03-01  Alan Mackenzie  <bug-cc-mode@gnu.org>
490         * cc-engine.el (c-remove-stale-state-cache): Take account of when
491         `good-pos' is in the same macro as `here'.  Fixes bug#5649.
493 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
495         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
497 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
499         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
501 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
503         * net/tramp.el (tramp-handle-write-region): START can be a string.
504         Take care in the checks.  Reported by Dan Davison
505         <davison@stats.ox.ac.uk>.
507 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
509         * net/dbus.el (dbus-introspect, dbus-get-property)
510         (dbus-set-property, dbus-get-all-properties): Use
511         `dbus-call-method' when noninteractive.  (Bug#5645)
513 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
515         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
516         * emacs-lisp/elint.el (elint-add-required-env):
517         * cedet/semantic/db-find.el
518         (semanticdb-find-translate-path-brutish-default):
519         * cedet/ede/make.el (ede-make-check-version):
520         * calendar/icalendar.el (icalendar--add-diary-entry):
521         * calc/calcalg2.el (math-tracing-integral):
522         * files.el (recover-session-finish): Use with-current-buffer
523         instead of save-excursion.
525 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
527         Fix in-buffer completion when after-change-functions modify the buffer.
528         * minibuffer.el (completion--replace): New function.
529         (completion--do-completion): Use it and use relative movement.
531 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
533         * international/fontset.el (setup-default-fontset): Fix :otf spec.
535 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
537         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
538         Allow the characters _<> in the stack entry (Bug#5653).
540 2010-02-26  Kenichi Handa  <handa@m17n.org>
542         * language/burmese.el: Fix entries in composition-function-table.
543         (myanmar-composable-pattern): New variable.
545         * international/fontset.el (setup-default-fontset): Add an entry
546         for myanmar.
548         * international/characters.el (script-list): Add Myanmar
549         Extended-A.
551 2010-02-26  Glenn Morris  <rgm@gnu.org>
553         * custom.el (custom-initialize-delay): Doc fix.
555         * mail/sendmail.el (send-mail-function): Autoload the call
556         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
558 2010-02-25  Alan Mackenzie  <acm@muc.de>
560         * progmodes/cc-engine.el (c-clear-<-pair-props)
561         (c-clear->-pair-props): Correct to wipe category text props, not
562         syntax-table ones.
564         * progmodes/cc-mode.el (c-after-change): Remove any hard
565         syntax-table properties for <, > which, e.g., C-y has
566         inopportunely converted from category properties.
568 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
570         * files.el (hack-local-variables-filter): For eval forms, also
571         check safe-local-variable-p (Bug#5636).
573 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
575         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
576         and use c(ad)r of cddr (Bug#5640).
578 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
580         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
581         setting the modes by `ignore-errors'.  It might fail, for example
582         if the file is not owned by the user but the group.
583         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
585 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
587         * files.el (directory-listing-before-filename-regexp): Use
588         stricter matching for iso-style dates, to avoid false matches with
589         date-like filenames (Bug#5597).
591         * htmlfontify.el (htmlfontify): Doc fix.
593         * eshell/eshell.el (eshell): Doc fix.
595         * startup.el (fancy-about-screen): In mode-line, apply
596         mode-line-buffer-id face only to the buffer name (Bug#5613).
598 2010-02-20  Kevin Ryde  <user42@zip.com.au>
600         * progmodes/compile.el (compilation-error-regexp-alist-alist):
601         In `watcom' anchor regexp to start of line, to avoid slowness
602         (Bug#5599).
604 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
606         * subr.el (remove-yank-excluded-properties): Explain in a comment
607         why `category' property is removed.
609 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
611         * isearch.el (isearch-update-post-hook, isearch-update): Revert
612         2010-02-17 change.
614 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
616         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
617         (icalendar--convert-weekly-to-ical)
618         (icalendar--convert-yearly-to-ical)
619         (icalendar--convert-block-to-ical)
620         (icalendar--convert-cyclic-to-ical)
621         (icalendar--convert-anniversary-to-ical): Take care of time
622         specifications where hour has 1-digit only (Bug#5549).
624 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
626         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
627         of disassemble output in GDB 7.1.
629 2010-02-19  Glenn Morris  <rgm@gnu.org>
631         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
632         property.  (Bug#5593)
634 2010-02-18  Sam Steingold  <sds@gnu.org>
636         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
638 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
640         Use abbreviated file names in bookmarks (bug#5591).
641         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
642         calls to expand-file-name.
643         (bookmark-relocate): Use abbreviated file names in bookmarks.
644         (bookmark-load): Use abbreviated file names in messages.
646 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
648         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
649         expand "." and "..".  Reported by Thierry Volpiatto
650         <thierry.volpiatto@gmail.com>.
652 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
654         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
655         permissions of the temporary file to "0600".  In case the remote
656         file has no read permissions for the owner, there might be
657         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
659 22010-02-18  Glenn Morris  <rgm@gnu.org>
661         * emacs-lisp/authors.el (authors-renamed-files-alist):
662         Add entries for INSTALL.CVS.
664 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
666         * vc-bzr.el: Fix typo in Known Bugs section.
668         * isearch.el (isearch-update-post-hook): New hook.
669         (isearch-update): Use the new hook.
671 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
673         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
674         Fix errors in copying directories.
675         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
676         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
677         (tramp-handle-delete-file)
678         (tramp-handle-dired-recursive-delete-directory)
679         (tramp-handle-write-region): Flush also the cache for the upper
680         directory.
682 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
684         * simple.el (save-interprogram-paste-before-kill): Doc fix.
686         * cus-edit.el (hardware): Doc fix.
688         * man.el (man): Add to external custom group.
690         * delim-col.el (columns): Move to wp custom group.
692         * doc-view.el (doc-view): Add to data custom group.
694         * cedet/data-debug.el (data-debug): Move to extensions group.
696         * cedet/ede.el (ede):
697         * cedet/srecode.el (srecode):
698         * cedet/semantic.el (semantic): Put in tools and extensions group.
700         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
702         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
703         by ispell-parse-output (Bug#5575).
705 2010-02-16  Kenichi Handa  <handa@m17n.org>
707         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
708         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
709         (skkdic-convert): Use `euc-japan' coding system for writing.
711 2010-02-16  Glenn Morris  <rgm@gnu.org>
713         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
714         tex-main-file before using it.  (Bug#5562)
716 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
719         warnings, since it is annoying for the user to see them each time he
720         runs the code.
722 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
724         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
725         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
726         instead of PROC for caching "first-password-request".  Otherwise,
727         new processes would not profit from passwords already entered.
729         * net/tramp-cache.el (tramp-dump-connection-properties):
730         Don't save "first-password-request" property.
732 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
734         * outline.el (outline-head-from-level):
735         * simple.el (with-wrapper-hook):
736         * cedet/ede.el (ede-run-target, project-delete-target)
737         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
738         (ede-adebug-project, ede-adebug-project-parent)
739         (ede-adebug-project-root):
740         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
741         (elint-defun, elint-buffer-env, elint-top-form-logged)
742         (elint-unbound-variable):
743         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
744         Fix typos in docstrings.
746 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
748         * files.el (insert-directory): When WILDCARD-REGEXP and
749         FULL-DIRECTORY-P are nil, insert the file entry instead of the
750         whole directory.  (Bug#5551)
752         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
753         dired's alignment sanity.  (Bug#5516)
755 2010-02-14  Juri Linkov  <juri@jurta.org>
757         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
758         Remove remaining ^H with their preceding chars.  (Bug#5566)
760 2010-02-13  Glenn Morris  <rgm@gnu.org>
762         * simple.el (transpose-subr): Give it a doc-string.
764         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
765         Doc fixes.
767 2010-02-12  Juri Linkov  <juri@jurta.org>
769         * arc-mode.el (archive-unique-fname): Make directories for nested
770         archives.  (Bug#5540)
772 2010-02-12  Juri Linkov  <juri@jurta.org>
774         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
776 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
778         * subr.el (copy-overlay): Handle deleted overlays.
780         * man.el (Man-completion-table): Don't signal an error if we can't run
781         manual-program (bug#4056).
783 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
785         * textmodes/artist.el (artist-mt): Fix typos in docstring.
787 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
789         * info.el (Info-bookmark-jump): Simplify.
791         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
792         (bookmark-default-handler): Accept new bookmark field `buffer'.
794 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
796         * iswitchb.el (iswitchb-completions): Revert last change.
798 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
800         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
801         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
802         This prevents file names like "~/" being listed literally.
804 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
806         * term/xterm.el (xterm-maybe-set-dark-background-mode):
807         Remove dead code.  (Bug#5546)
809 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
811         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
812         correctly (Bug#5548).
814 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
816         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
817         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
819 2010-02-08  Kenichi Handa  <handa@m17n.org>
821         * international/mule-util.el (with-coding-priority): Add autoload
822         cookie for putting `lisp-indent-function'.
824 2010-02-07  Glenn Morris  <rgm@gnu.org>
826         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
827         Move F2003 named interfaces from keywords-2 to keywords-1, and
828         use function-name-face rather than constant-face.
829         Simplify "abstract interface" regexp.
831 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
833         * eshell/esh-util.el (eshell-file-attributes): New optional arg
834         ID-FORMAT.  Pass it to `file-attributes'.
836         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
838 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
840         * faces.el (set-face-attribute): Allow calling
841         internal-set-lisp-face-attribute with 'unspecified family and
842         foundry argument (Bug#5536).
844 2010-02-07  Glenn Morris  <rgm@gnu.org>
846         * progmodes/f90.el (f90-font-lock-keywords-2)
847         (f90-looking-at-type-like, f90-looking-at-program-block-end):
848         Handle F2003 named interfaces.
850 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
852         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
853         beg and end before calling c-get-state-before-change-functions.
855 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
857         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
859 2010-02-05  Juri Linkov  <juri@jurta.org>
861         * doc-view.el (doc-view-mode):
862         * image-mode.el (image-mode): Put property mode-class=special.
863         (Bug#4896)
865 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
867         * vc-svn.el (vc-svn-revision-table): New function.
869 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
871         * net/ange-ftp.el (ange-ftp-insert-directory):
872         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
873         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
874         Handle also directories.  (Bug#5478)
876 2010-02-05  Glenn Morris  <rgm@gnu.org>
878         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
880 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
882         * startup.el (command-line-1): Convert options beginning with a
883         single dash as well (Bug#5519).
885 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
887         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
888         * minibuffer.el (completion-initials-expand): Only check the presence
889         of delims *within* the boundaries, since otherwise the / delim is
890         always found for files.
892         Fix up various corner case problems.
893         * doc-view.el (doc-view-last-page-number): New function.
894         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
895         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
896         (doc-view-kill-proc): Avoid inf-loop in freak cases.
897         (doc-view-reconvert-doc): Use the new recursive delete-directory.
898         (doc-view-convert-current-doc): Don't create the resolution.el file
899         here any more.
900         (doc-view-pdf/ps->png): Do it here instead.
901         (doc-view-already-converted-p): Check that resolution.el is present.
902         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
903         windows that are not yet showing images.
905 2010-02-04  Alan Mackenzie  <acm@muc.de>
907         Change strategy for marking < and > as template delimiters: mark
908         them strictly in matching pairs.
910         * cc-mode.el (c-before-change):
911         Use c-get-state-before-change-functions.
912         (c-common-init): Adapt to use
913         c-get-state-before-change-functions (note plural).
915         * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
916         for searching syntactically for matching <s and >s.
917         (c-get-state-before-change-functions): New language variable (note
918         the plural) which supersedes c-get-state-before-change-function.
920         * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
921         (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
922         (c-clear->-pair-props-if-match-before)
923         (c-before-change-check-<>-operators): New functions.
924         (c-after-change-check-<>-operators): Use macro
925         c-unmark-<->-as-paren.
927         * cc-defs.el (c-search-backward-char-property): New macro.
929         * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
930         and > any more.  (These will be handled by font locking.)
932 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
934         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
935         `dired-uncache' for every elemnt which is an absolute file name.
937         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
938         directory, handle its directory component.
939         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
940         function is called permanently and creates noise, otherwise.
942         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
943         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
944         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
946 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
948         * macros.el (apply-macro-to-region-lines):
949         Minor simplification.  (Bug#5485)
951 2010-02-04  Glenn Morris  <rgm@gnu.org>
953         * mail/rmail.el (rmail-show-message-1): Handle malformed
954         quoted-printable text.  (Bug#5441)
956         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
958         * simple.el (visual-line-mode): Capitalize lighter.
960 2010-02-03  John Wiegley  <jwiegley@gmail.com>
962         * iswitchb.el (iswitchb-completions): Add bookmark files to the
963         list of files considered for "virtual buffer" completions.
965 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
967         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
968         also in case of (and (not full) (not wildcard)). This is needed,
969         when dired is called with a list of files, which are not in
970         `default-directory'.  (Bug#5478)
972 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
974         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
976 2010-02-02  Juri Linkov  <juri@jurta.org>
978         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
979         from unidiff to allow function-line after @@.
981 2010-02-02  Juri Linkov  <juri@jurta.org>
983         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
984         '(RCS SCCS) with inverted condition.
986 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
988         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
989         messages.
991 2010-02-01  Juri Linkov  <juri@jurta.org>
993         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
994         compare with "pkunzip" and "pkzip" instead of only "pkzip".
995         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
996         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
998 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1000         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1001         (doc-view-revert-buffer): New command.
1002         (doc-view-mode-map): Use it.
1004 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1006         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1007         pending merge is detected.
1009 2010-01-31  Juri Linkov  <juri@jurta.org>
1011         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1012         beginning of interactive spec like all other grep commands do.
1013         Put "all" in front of "gz".  (Bug#5260)
1015 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1017         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1019 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1021         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1022         regexp is incorrect (Bug#5476).
1024 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1026         * net/tramp.el (tramp-handle-insert-directory): Handle also
1027         symlinks, when FILENAME is not in `default-directory'.
1029 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1031         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1032         FILE is not in `default-directory'.  (Bug#5478)
1034         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1035         of SWITCHES.  Handle the case, FILENAME is not in
1036         `default-directory'.  (Bug#5478)
1037         (tramp-register-file-name-handlers): Add safe-magic property.
1039 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1041         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1042         unzip (Bug#5475).
1044 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1046         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1047         (flymake-master-make-header-init): Add other C++ filename masks.
1048         (flymake-find-possible-master-files)
1049         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1051 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1053         Fix some busybox annoyances.
1055         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1056         not responding." string.
1057         (tramp-open-connection-setup-interactive-shell): Dump stty
1058         settings.  Enable "neveropen" arg for all `tramp-send-command'
1059         calls.  Handle "=" in variable values properly.
1060         (tramp-find-inline-encoding): Raise an error, when no encoding is
1061         found.
1062         (tramp-wait-for-output): Check, whether PROC buffer is available.
1063         Remove spurious " ^H" sequences, sent by busybox.
1064         (tramp-get-ls-command): Suppress coloring, if possible.
1066 2010-01-28  Glenn Morris  <rgm@gnu.org>
1068         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1070         * log-edit.el (log-edit-strip-single-file-name): Add missing
1071         :safe, :group, and :version tags.
1073 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1075         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1076         buffers.  (Bug#5477)
1078 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1080         * files.el (delete-directory): Handle moving to trash without
1081         first doing recursion (Bug#5436).
1083 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1085         * vc-hooks.el (vc-path): Mark as obsolete.
1087 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1089         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1090         names too.
1092         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1093         for the short log.
1094         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1096 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1098         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1100         * vc-bzr.el (vc-bzr-revision-table): New function.
1102 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1104         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1105         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1107 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1109         Remove support for adding --signoff on commit.
1110         Future support will use an incompatible generic mechanism.
1111         * vc-git.el (vc-git-add-signoff): Remove variable.
1112         (vc-git-toggle-signoff): Remove function.
1113         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1115         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1116         from xterm-set-background-mode.  Return t if the background mode
1117         was set.
1118         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1119         earlier, call it again in case the background mode has changed.
1121 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1123         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1124         (Bug#3541).
1126 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1128         * emacs-lisp/assoc.el (aelement): Doc fix.
1129         (aput, adelete, amake): Use lexical-let (Bug#5450).
1131 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1133         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1134         is the same as subprogram call, not declaration.  (Bug#5435).
1136 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1138         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1139         (tramp-smb-maybe-open-connection): Use it.
1141 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1143         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1145 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1147         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1148         just because we see "encoding: 8bit".
1149         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1151 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1153         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1155 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1157         * jka-compr.el (jka-compr-load): If load-file is not in
1158         load-history, try its file-truename version.  (bug#5447)
1160 2010-01-21  Alan Mackenzie  <acm@muc.de>
1162         Fix a situation where deletion of a cpp construct throws an error.
1163         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1164         invoking c-with-all-but-one-cpps-commented-out, check that the
1165         special cpp construct is still in the buffer.
1166         (c-parse-state): Record the special cpp with markers, not numbers.
1168 2010-01-21  Kenichi Handa  <handa@m17n.org>
1170         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1171         process last-command-event, as it is now decoded first (Bug#5380).
1173 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1175         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1177 2010-01-20  Glenn Morris  <rgm@gnu.org>
1179         * indent.el (tab-always-indent): Fix custom-type.
1181 2010-01-19  Alan Mackenzie  <acm@muc.de>
1183         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1184         buffer throws "args out of range".
1185         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1186         playing the role of delimiter.
1188 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1190         * progmodes/ada-mode.el: Fix bug#5400.
1191         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1192         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1193         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1194         Improve comments in "is" portion.  Handle null procedure declaration.
1195         (ada-move-to-end): Improve doc string.
1197 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1199         * ido.el (ido-cur-list): Initialize to nil.
1200         Remove obsolete information from commentary.
1201         (ido-choice-list): Initialize to nil.
1202         (ido-get-bufname): Reject minibuffers.
1203         (ido-make-buffer-list): If "default" is a nonexistent
1204         buffer, ignore it, as per the function's comment.
1205         (ido-kill-buffer-internal): New function.
1206         (ido-kill-buffer-at-head): Use it.
1207         (ido-visit-buffer): Likewise.
1209 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1211         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1213 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1215         * cedet/ede/locate.el (ede-locate-file-in-project)
1216         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1217         (ede-enable-locate-on-project): Fix typos in error messages.
1219         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1220         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1221         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1222         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1223         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1224         Fix typos in menu help.
1226         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1227         Fix typos in chart titles.
1229         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1230         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1231         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1232         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1233         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1234         (semantic-parse-stream, semantic-parse-region)
1235         (semantic-parse-region-default, semantic--set-buffer-cache)
1236         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1237         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1238         (semantic-default-submodes):
1239         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1240         (semanticdb-create-ebrowse-database)
1241         (semanticdb-find-tags-for-completion-method)
1242         (semanticdb-find-tags-by-class-method)
1243         (semanticdb-deep-find-tags-by-name-method)
1244         (semanticdb-deep-find-tags-for-completion-method):
1245         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1246         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1247         (semanticdb-find-tags-for-completion-method)
1248         (semanticdb-find-tags-by-class-method)
1249         (semanticdb-deep-find-tags-for-completion-method):
1250         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1251         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1252         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1253         (semanticdb-find-tags-by-name-method)
1254         (semanticdb-find-tags-by-name-regexp-method)
1255         (semanticdb-find-tags-for-completion-method)
1256         (semanticdb-find-tags-by-class-method)
1257         (semanticdb-find-tags-external-children-of-type-method)
1258         (semanticdb-find-tags-subclasses-of-type-method)
1259         (semanticdb-deep-find-tags-by-name-method)
1260         (semanticdb-deep-find-tags-by-name-regexp-method)
1261         (semanticdb-deep-find-tags-for-completion-method):
1262         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1263         (semanticdb-enable-gnu-global-in-buffer)
1264         (semanticdb-find-tags-for-completion-method)
1265         (semanticdb-deep-find-tags-by-name-method)
1266         (semanticdb-deep-find-tags-for-completion-method):
1267         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1268         (javascript-mode, semanticdb-find-translate-path)
1269         (semanticdb-find-tags-for-completion-method)
1270         (semanticdb-find-tags-by-class-method)
1271         (semanticdb-deep-find-tags-by-name-method)
1272         (semanticdb-deep-find-tags-for-completion-method)
1273         (semanticdb-find-tags-external-children-of-type-method):
1274         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1275         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1276         (global-semantic-idle-scheduler-mode):
1277         * cedet/srecode/dictionary.el (srecode-field-value)
1278         (srecode-dictionary-add-section-dictionary):
1279         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1280         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1281         (describe-class, eieio-describe-generic, describe-generic):
1282         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1283         (eieio-speedbar-expand):
1284         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1285         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1286         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1287         (viper-del-backward-char-in-replace, viper-backward-indent)
1288         (viper-brac-function, viper-register-to-point, viper-submit-report):
1289         * net/tramp.el (tramp-remote-coding-commands):
1290         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1291         Fix typos in docstrings.
1293 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1295         * mail/sendmail.el (mail-yank-original): Set the mark if the
1296         specified function for yanking does not do it.
1298 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1300         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1302         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1303         resyncing a directory.
1305 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1307         * progmodes/ada-mode.el: Fix bug#1920.
1308         (ada-ident-re): Delete ., allow multibyte characters.
1309         (ada-goto-label-re): New; matches goto labels.
1310         (ada-block-label-re): New; matches block labels.
1311         (ada-label-re): New; matches both.
1312         (ada-named-block-re): Deleted; callers changed to use
1313         `ada-block-label-re' instead.
1314         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1315         Use `ada-block-label-re'.
1316         (ada-indent-on-previous-lines): Improve handling of goto labels.
1317         (ada-get-indent-block-start): Special-case block label.
1318         (ada-get-indent-label): Split into `ada-indent-block-label' and
1319         `ada-indent-goto-label'.
1320         (ada-goto-stmt-start, ada-goto-next-non-ws):
1321         Optionally ignore goto labels.
1322         (ada-goto-next-word): Simplify.
1323         (ada-indent-newline-indent-conditional): Insert newline before
1324         trying to fix indentation; doc fix.
1326 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1328         * calc/calc.el (calc-command-flags): Give it an initial value.
1330 2010-01-17  Glenn Morris  <rgm@gnu.org>
1332         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1334 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1336         * cedet/semantic.el (semantic-mode):
1337         * files.el (minibuffer-with-setup-hook):
1338         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1339         (artist-key-draw-continously, artist-key-do-continously-continously)
1340         (artist-key-set-point-continously, artist-mouse-draw-continously):
1341         Fix typos in docstrings.
1343 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
1345         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1346         return t (Bug#3898).
1348 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
1350         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1351         can parse the output of the external commands (Bug#5279).
1353 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
1355         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1357 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1359         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1361         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1363         * startup.el (command-line): Remove unused --icon-type arg.
1364         Handle --display arg, passing it to command-line-1 (Bug#5392).
1366 2010-01-16  Mario Lang  <mlang@delysid.org>
1368         * cedet/ede/cpp-root.el (ede-cpp-root-project):
1369         * cedet/ede/files.el (ede-expand-filename):
1370         * cedet/ede/simple.el (ede-simple-project):
1371         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1372         (semantic-complete-inline-tag-engine):
1373         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1374         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1375         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1376         * cedet/semantic/db.el (semanticdb-equivalent-mode):
1377         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1378         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1379         * emacs-lisp/chart.el (chart-translate-namezone):
1380         * textmodes/artist.el (artist-compute-popup-menu-table):
1381         Remove duplicated words in doc-strings.
1383 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
1385         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1386         to mairix-search to suppress threading (Bug#5342).
1388 2010-01-15  Kenichi Handa  <handa@m17n.org>
1390         * international/mule-cmds.el (canonicalize-coding-system-name):
1391         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1393 2010-01-15  Glenn Morris  <rgm@gnu.org>
1395         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
1397         * wid-edit.el (widget-keymap): Doc fix.
1399         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1400         former seems to be more widely accepted by various svn versions.
1402 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1404         * find-cmd.el (find-constituents):
1405         * vc-arch.el (vc-arch-root):
1406         * window.el (window-body-height, pop-up-frames):
1407         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1408         (semantic-no-reparse-needed-change-hook):
1409         * cedet/srecode/insert.el (srecode-resolve-argument-list)
1410         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1411         (srecode-template-inserter-ask, srecode-template-inserter-width)
1412         (srecode-template-inserter-section-start)
1413         (srecode-template-inserter-section-end, srecode-insert-method):
1414         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1415         * progmodes/ada-stmt.el (ada-if):
1416         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1417         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1418         (ispell-encoding8-command, ispell-aspell-supports-utf8)
1419         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1421         * progmodes/flymake.el (flymake-post-syntax-check):
1422         Fix typo in error message.
1424 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1426         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1427         which is always a string.  (Bug#5313)
1429 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1431         * progmodes/ada-xref.el (ada-default-prj-properties):
1432         Simplify previous change.
1434 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1436         * progmodes/ada-xref.el (ada-default-prj-properties):
1437         Default ada_project_path to $ADA_PROJECT_PATH.
1439 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1441         * progmodes/ada-mode.el (ada-create-keymap):
1442         Override `narrow-to-defun' with `ada-narrow-to-defun'.
1444 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1446         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1447         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1448         (ada-get-current-indent, ada-imenu-generic-expression)
1449         (ada-which-function): Check for it.
1451 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1453         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1454         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1456 2010-01-14  Glenn Morris  <rgm@gnu.org>
1458         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
1460 2010-01-14  Kenichi Handa  <handa@m17n.org>
1462         * composite.el (auto-composition-mode): Make it a buffer local
1463         variable (permanent-local).
1464         (auto-composition-function): Set the default value to
1465         auto-compose-chars.
1466         (auto-composition-mode): Make it a simple function, not a minor mode.
1467         (global-auto-composition-mode): Likewise.
1468         (turn-on-auto-composition-if-enabled): Delete it.
1470 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
1472         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1474 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
1476         * files.el (copy-directory): Compute target for recursive
1477         directories with identical names.  (Bug#5343)
1479 2010-01-12  Glenn Morris  <rgm@gnu.org>
1481         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1482         it to bug-gnu-emacs rather than emacs-pretest-bug.
1484 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1486         * cedet/data-debug.el (data-debug): Fix customization group reference.
1488 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1490         * cedet/semantic/analyze.el (semantic-analyze-push-error)
1491         (semantic-analyze-context, semantic-analyze-context-assignment)
1492         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1493         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1494         (semantic-java-doc-keywords-map):
1495         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1496         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1497         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1498         (semantic-c-classname, semantic-format-tag-uml-prototype)
1499         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1500         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1501         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1502         (semantic-get-local-variables, semantic-end-of-command)
1503         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1504         (lisp-mode):
1505         * cedet/semantic/bovine/make.el (makefile-mode):
1506         * cedet/semantic/wisent/python.el (wisent-python-string-re)
1507         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1508         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1509         (semantic-lex, semantic-get-local-variables, python-mode):
1510         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1511         * cedet/srecode/extract.el (srecode-extract-state-set)
1512         (srecode-extract-method): Fix typos in docstrings.
1514 2010-01-11  Sam Steingold  <sds@gnu.org>
1516         * imenu.el (imenu-default-create-index-function): Detect infinite
1517         loops caused by imenu-prev-index-position-function.
1519 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1521         * htmlfontify.el (htmlfontify-load-rgb-file)
1522         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1523         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1524         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1525         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1526         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1527         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1528         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1529         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1530         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1531         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1532         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1533         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1534         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1535         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1536         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1537         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1538         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1539         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1540         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1541         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1542         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1543         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1544         backslash-quoting from parentheses, etc.
1546 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1548         * progmodes/js.el: Autoload javascript-mode alias.
1550 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1552         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1553         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1554         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1555         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1556         Fix typos in docstrings.
1557         (ffap-url-regexp): Doc fix.
1558         (ffap-at-mouse): Fix typo in message.
1560 2010-01-11  Glenn Morris  <rgm@gnu.org>
1562         * version.el (emacs-copyright): Set copyright year to 2010.
1564 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1566         * format.el (format-annotate-function): Only set
1567         write-region-post-annotation-function after running to-fn so as not to
1568         affect nested write-region calls (bug#5273).
1570 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1572         * cedet/semantic.el (semantic-new-buffer-setup-functions):
1573         Add python parser.
1575         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1576         wisent/python.el.
1578 2010-01-10  Richard Kim  <emacs18@gmail.com>
1580         * cedet/semantic/wisent/python-wy.el:
1581         * cedet/semantic/wisent/python.el: New files.
1583 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1585         * man.el (Man-goto-section): Signal error if the section is not
1586         found (Bug#5317).
1588 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
1590         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1591         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
1593 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1595         * progmodes/compile.el: Don't treat compile-command as safe if
1596         compilation-read-command might be nil (Bug#4218).
1598 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1600         * startup.el (command-line-1): Use orig-argi to check for ignored X and
1601         NS options.
1603 2010-01-08  Kenichi Handa  <handa@m17n.org>
1605         * international/fontset.el (build-default-fontset-data):
1606         Exclude characters in scripts kana, hangul, han, or cjk-misc.
1608 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
1610         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1611         to `create-file-buffer' as it expects, not just a buffer name.
1612         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1613         to help uniquify.  (Bug#3224)
1615 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1617         * font-setting.el (font-setting-change-default-font): Use user-spec
1618         instead of name.
1620 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1622         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1624 2010-01-05  Tom Tromey  <tromey@redhat.com>
1626         * progmodes/python.el (python-font-lock-keywords):
1627         Handle qualified decorators (Bug#881).
1629 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1631         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1632         in a lightweight checkout.
1634 2010-01-05  Kenichi Handa  <handa@m17n.org>
1636         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1638 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1640         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1642 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1644         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1645         checkouts.  (Bug#618)
1646         (vc-bzr-log-view-mode): Also highlight the author.
1647         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1648         (vc-bzr-shelve-menu-map):
1649         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1650         (vc-bzr-shelve-apply): Make prompt more explicit.
1652 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1654         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1655         They are valid characters in URL paths (rfc3986), and at least
1656         Firefox does not understand the encoded version (Bug#3166).
1658 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
1660         * progmodes/octave-mod.el (octave-end-keywords)
1661         (octave-block-begin-or-end-regexp, octave-block-match-alist):
1662         Add "end" keyword (Bug#3061).
1663         (octave-end-as-array-index-p): New function.
1664         (calculate-octave-indent): Use it.
1666 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1668         * bookmark.el: Consistently put the text property on the bookmark name.
1669         (bookmark-bmenu-marks-width): Bump back to 2, to include
1670         annotation marks.
1671         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1672         property on the bookmark name, instead of not putting it at all.
1673         (bookmark-bmenu-list): Fix where we put the text property.
1675 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1677         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1678         for showing buffer modified state (as added in the previous change).
1680 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1682         * bookmark.el: Show modified state of bookmark buffer more accurately.
1683         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1684         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1685         (with-buffer-modified-unmodified): New macro.
1686         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1687         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1688         Use new macro to preserve the buffer modified state.
1690 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1692         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1693         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1694         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1695         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1696         (bookmark-bmenu-rename, bookmark-bmenu-locate)
1697         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1698         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1700 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1702         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1703         Make the lines in the generated doc string shorter.  (Bug#4668)
1705 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
1707         * net/rcirc.el: Add follow-link binding (Bug#4738).
1709 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1711         * Makefile.in (bzr-update): Rename from cvs-update.
1712         (cvs-update): New target for backward compatibility.
1714         * makefile.w32-in (bzr-update): Rename from cvs-update.
1715         (cvs-update): New target for backward compatibility.
1717 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1719         * bookmark.el: Remove gratuitous gratitude.
1721 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1723         * bookmark.el (bookmark-bmenu-any-marks): New function
1724         (bookmark-bmenu-save): Clear buffer modification if no marks.
1726 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1728         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1729         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1730         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1731         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1733         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1734         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1735         To: emacs-devel {_AT_} gnu.org
1736         Subject: bookmark.el bug report
1737         Date: Mon, 28 Dec 2009 14:19:16 +0800
1738         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1740 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1742         * bookmark.el: Improvements suggested by Drew Adams:
1743         (bookmark-bmenu-ensure-position): New name for
1744         `bookmark-bmenu-check-position'.  Just ensure the position,
1745         don't return any meaningful value.
1746         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1747         New constants.
1749 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1751         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1752         (bookmark-yank-point, bookmark-bmenu-check-position):
1753         Fix typos in docstrings.
1754         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1755         (bookmark-name-from-full-record, bookmark-get-position)
1756         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1757         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1758         Remove useless quoting of parenthesis, etc. in docstrings.
1760         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1761         (ediff-append-custom-diff): Fix typo in error message.
1762         (ediff-meta-mark-equal-files): Fix typos in messages.
1764         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1766         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1767         Fix typo in docstring.
1769         * net/imap-hash.el (imap-hash-make): Doc fix.
1770         (imap-hash-test): Fix typo in error message; reflow docstring.
1771         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1772         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1773         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1774         Fix typos in docstrings.
1775         (imap-hash-open-connection): Fix typo in error message.
1777         * play/gomoku.el (gomoku): Fix typos in docstring.
1779         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1780         (gdb-jsonify-buffer): Fix typos in docstring.
1781         (gdb-goto-breakpoint): Fix typo in error message.
1782         ("Display Other Windows"): Fix typo in help message.
1783         (gdb-speedbar-expand-node): Fix typo in question.
1785         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1786         (idlwave-html-system-help-location, idlwave-html-help-location)
1787         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1788         (idlwave-help-browser-generic-args, idlwave-help-directory)
1789         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1790         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1791         (idlwave-online-help, idlwave-help-html-link)
1792         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1793         Fix typos in docstrings.
1794         (idlwave-help-with-source, idlwave-help-find-routine-definition):
1795         Reflow docstrings.
1796         (idlwave-help-assistant-start): Fix typo in error message.
1798         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1799         (octave-electric-space): Fix typos in docstrings.
1801 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1803         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1805 2010-01-01  Juri Linkov  <juri@jurta.org>
1807         * comint.el (comint-input-ring-size): Make it a defcustom and
1808         increase the default to 500 (Bug#5148).
1810 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
1812         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1813         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1814         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1816 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
1818         Show working revision correctly for mercurial.
1819         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1820         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1822 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
1824         Declare some functions for the byte-compiler.
1825         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1826         (speedbar-timer-fn, speedbar-change-expand-button-char)
1827         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1829 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
1831         This changeset reverts GDB Graphical Interface to use annotations.
1832         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1834 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1836         Make vc-dir work on subdirectories of the bzr root.
1837         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
1838         file names relative to it.
1839         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1840         relative directory to vc-bzr-after-dir-status.
1842 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
1844         * font-lock.el (font-lock-refresh-defaults): New function, which
1845         can be used to let font-lock react to external changes in
1846         variables like font-lock-defaults and keywords.
1847         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1849 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1851         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1853         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1855 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1857         Supersede color.diff settings in git log (bug#5211).
1859         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1860         escape chars in its output when the user has color.diff set to `always'.
1861         This fix works on git 1.4.2 and newer (released on 2006-08-13).
1863 2009-12-26  Kevin Ryde  <user42@zip.com.au>
1865         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1866         node.  Keep previous "Index" name to work with past coreutils too.
1868         * man.el (man): Revise docstring a bit to show -a and -l as
1869         examples.  Add -k description since support for it has otherwise
1870         been a secret.  (Further to bug#3717.)
1871         (Man-bgproc-sentinel): When "-k foo" produces no output show error
1872         "no matches" rather than "Can't find manpage", as the latter reads
1873         like -k was interpreted as a page name, which is not so.  (Bug#5431)
1875 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
1877         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1878         switches.  Check also for //SUBDIRED// line.
1880 2009-12-25  Kenichi Handa  <handa@m17n.org>
1882         * language/indian.el (devanagari-composable-pattern): Fixed to
1883         handle ZWNJ and ZWJ.  Use it in composition-function-table for
1884         Devanagari.
1885         (malayalam-composable-pattern): Fix previous change.
1887 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1889         * ps-print.el (ps-face-attributes): It was not returning the
1890         attribute face for faces specified as string.  Reported by harven
1891         <harven@free.fr>.
1892         (ps-print-version): New version 7.3.5.
1894 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1896         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1897         timezone names.
1898         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1899         (icalendar--add-diary-entry): Remove the trailing blank that
1900         diary-make-entry inserts.
1902 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
1904         Make `file-expand-wildcards' work for remote files.
1906         * files.el (file-expand-wildcards): In case of remote files, check
1907         only local file name part for wildcards.  Provide feature 'files
1908         and subfeature 'remote-wildcards.  (Bug#5198)
1910         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1911         if there is already an established connection.
1912         (tramp-advice-file-expand-wildcards): Remove it.
1914         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1915         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1916         Activate advice for older GNU Emacs versions.  (Bug#5237)
1918 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
1920         Some doc fixes (more needed).
1922         * find-cmd.el (find-constituents): Reflow docstring.
1923         (find-cmd, find-prune, find-command): Fix typos in docstrings.
1924         (find-generic): Doc fix.
1926 2009-12-17  Juri Linkov  <juri@jurta.org>
1928         Fix regression from 23.1 to allow multiple modes in Local Variables.
1930         * files.el (hack-local-variables-filter): While ignoring duplicates,
1931         don't take `mode' into account.
1932         (hack-local-variables-filter, hack-dir-local-variables): Don't
1933         remove duplicate `mode' from local-variables-alist (like `eval').
1935 2009-12-17  Juri Linkov  <juri@jurta.org>
1937         Make `dired-diff' more safe.  (Bug#5225)
1939         * dired-aux.el (dired-diff): Signal an error when `file' equals to
1940         `current' or when `file' is a directory of the `current' file.
1942 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
1944         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1945         unconditionally preloaded files.
1947 2009-12-16  Juri Linkov  <juri@jurta.org>
1949         Revert to old 23.1 logic of using the file at the mark as default.
1950         * dired-aux.el (dired-diff): Use the file at the mark as default
1951         if it's not the same as the current file, and the target dir is
1952         the current dir or the mark is active.  Add the current file
1953         as the arg of `dired-dwim-target-defaults'.  Use the default file
1954         in the prompt.  (Bug#5225)
1956 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
1958         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1959         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1960         (tramp-check-for-regexp): Check also, when an echoing shell stops
1961         to echo sent commands.
1963 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1965         * Makefile.in: Revert last change (Bug#5191).
1967 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
1969         * vc-hg.el (vc-hg-print-log): Fix argument order.
1970         (vc-hg-working-revision): Make sure the command is executed in a
1971         known environment so that we can parse the output.  (Bug#4417)
1973 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1975         * progmodes/python.el (python-symbol-completions): Remove text
1976         properties from symbol string before calling python-send-receive.
1978 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
1980         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1981         when there are values for both file and line.  (Bug#5060)
1983 2009-12-14  Juri Linkov  <juri@jurta.org>
1985         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1986         whitespace after the file name of the first line of unified format,
1987         because git-diff doesn't output whitespace and file modification time
1988         after the file name.
1990 2009-12-14  David Kastrup  <dak@gnu.org>
1992         * info.el (Info-hide-cookies-node): Before hiding a cookie,
1993         check if it already has the `display' property added by
1994         `Info-display-images-node', and not put the `invisible' property
1995         in this case.
1997 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1999         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2000         (semantic-mru-bookmark-mode): Doc fixes.
2002         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2003         of assert.
2005 2009-12-13  Glenn Morris  <rgm@gnu.org>
2007         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2008         (report-emacs-bug): In message-mode, sort manually before storing
2009         original report text.  (Bug#5178)
2010         Remove superfluous save-excursion.
2012 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2014         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2015         when responding to "GetAll" properties.
2017 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2019         * simple.el (compose-mail): Remove mail-setup-with-from from
2020         customization checks.
2022 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2024         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2025         RAR archives created on Unix systems.
2027 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2030         the varalias that was accidentally removed by the 2009-11-19 change
2031         (bug#5186).
2033 2009-12-12  Kenichi Handa  <handa@m17n.org>
2035         * language/indian.el (indian-compose-regexp): New function.
2036         (malayalam-composable-pattern): Fix the pattern.
2037         (composition-function-table): Set malayalam-composable-pattern for
2038         Malayalam characters.
2040 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2042         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2043         rather than down-mouse-1, based on follow-link conventions.
2045         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2046         are compiled.
2048 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2050         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2051         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2052         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2053         (verilog-leap-to-head, verilog-backward-token):
2054         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2056 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2058         * progmodes/verilog-mode.el (verilog-auto-lineup)
2059         (verilog-nameable-item-re): Cleanup user-visible spelling and
2060         documentation errors.  One reported by Gary Delp.
2061         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2062         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2063         package, bug195.  Reported by Pierre-David Pfister.
2065 2009-12-11  Glenn Morris  <rgm@gnu.org>
2067         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2069         * mail/emacsbug.el: No longer require sendmail.
2070         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2071         (report-emacs-bug-orig-text): Doc fix.
2072         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2073         New local variables, to adapt to different mail-user-agents.
2074         (report-emacs-bug): Fix test for a gnu.org address.
2075         Use overlays for emphasis, since font-lock defeats 'face property.
2076         Pretest bugs also end up at the newsgroup these days.
2077         Stop message-mode stripping text properties.
2078         Set and use the new buffer-local variables.
2079         (report-emacs-bug-hook): Add doc-string.
2080         Remove some unnecessary save-excursions and simplify.
2081         Use the appropriate hook and send-command.
2083         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2084         capitalization of some menu entries.
2086 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2088         * whitespace.el (whitespace-display-char-on): Ensure
2089         `buffer-display-table' is unique when two or more windows are
2090         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2091         New version 12.1.
2093 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2095         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2096         characters in the Attribute field.
2098 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2100         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2102 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2104         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2105         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2106         Disregard autoload-excludes.
2107         (update-directory-autoloads): Obey autoload-excludes here instead.
2108         But don't store its contents in no-autoloads and remove entries that
2109         refer to excludes files.
2111 2009-12-10  Glenn Morris  <rgm@gnu.org>
2113         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2114         (expand-mail-aliases): Define for compiler.
2116         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2117         Define for compiler.
2119         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2120         appropriate for the mail-user-agent in use.
2122 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2124         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2126 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2128         Fix short log parsing and fontification.
2129         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2130         Fix fontification for the [merge] label.
2132 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2134         Drop some properties to avoid surprises.
2135         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2136         (hfy-fontify-buffer): Use it.
2138 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2140         Minor cleanup.
2141         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2142         Adjust all callers.
2143         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2144         args compulsory.  Adjust callers.
2145         (ffap-gopher-at-point): Remove unused var `name'.
2147         Get rid of the ELCFILES abomination.
2148         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2149         (compile-elcfiles): New phony target.
2150         (compile-main): Compute ELCFILES dynamically.
2151         (compile-clean): New target to remove left-over elc files.
2152         (compile, all): Use it.
2154 2009-12-09  Kenichi Handa  <handa@etlken>
2156         * international/mule-diag.el: Require help-mode instead of help-fns.
2158 2009-12-09  Kenichi Handa  <handa@m17n.org>
2160         * international/mule-cmds.el (ucs-names): Supply sufficiently
2161         fine ranges instead of pre-calculating accurate ranges.
2162         Iterate with bigger gc-cons-threshold.
2164 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2166         Add support for stashing a snapshot of the current tree.
2167         * vc-git.el (vc-git-stash-snapshot): New function.
2168         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2170 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2172         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2173         instead of `(beginning|end)-of-line'.
2175 2009-12-08  Glenn Morris  <rgm@gnu.org>
2177         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2179         * Makefile.in (ELCFILES): Regenerate.
2181 2009-12-07  Juri Linkov  <juri@jurta.org>
2183         Don't lazy-highlight the comint output in history Isearch mode.
2185         * comint.el (comint-history-isearch-search): Instead of
2186         `comint-line-beginning-position', use `comint-after-pmark-p'
2187         to check if point if before the process mark, and go to
2188         `process-mark' in this case.
2190 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2192         * textmodes/tex-mode.el (latex-complete)
2193         (latex-indent-or-complete): Remove.
2194         (latex-mode): Set completion-at-point-functions instead.
2196         Provide a standard completion command and hook it into TAB.
2197         * minibuffer.el (completion-at-point-functions): New var.
2198         (completion-at-point): New command.
2199         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2200         * progmodes/python.el (python-mode-map): Use completion-at-point.
2201         (python-completion-at-point): Rename from python-partial-symbol and
2202         adjust for use in completion-at-point-functions.
2203         (python-mode): Setup completion-at-point for Python completion.
2204         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2205         extracted from lisp-complete-symbol.
2206         (lisp-complete-symbol): Use it.
2207         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2208         setup completion-at-point for Elisp completion.
2209         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2210         Use completion-at-point.
2211         * ielm.el (ielm-map): Use completion-at-point.
2212         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2213         * progmodes/sym-comp.el: Move to...
2214         * obsolete/sym-comp.el: Move from progmodes.
2216 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2218         Prevent save-buffer in Rmail buffers from using the coding-system
2219         of the current message, and from clobbering the encoding mnemonics
2220         in the mode line (Bug#4623).
2222         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2223         flag, too.
2224         (rmail-message-encoding): New variable.
2225         (rmail-write-region-annotate): Record the encoding of the current
2226         message in rmail-message-encoding.
2227         (rmail-after-save-hook): New function, restores the encoding of
2228         the current message after the message collection is saved.
2230 2009-12-07  Juri Linkov  <juri@jurta.org>
2232         * progmodes/grep.el (grep-read-files): Use `completing-read'
2233         instead of `read-string'.  Set its `collection' arg to
2234         `read-file-name-internal'.  (Bug#4301)
2236 2009-12-07  Juri Linkov  <juri@jurta.org>
2238         Correctly restore original Isearch point.  (Bug#4994)
2240         * isearch.el (isearch-mode): Move `isearch-push-state' after
2241         `(run-hooks 'isearch-mode-hook)'.
2242         (isearch-cancel): When `isearch-push-state-function' is defined,
2243         let-bind `isearch-cmds' to the first state (the last element of
2244         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2245         function and restores the original point).  Otherwise, move point
2246         to `isearch-opoint'.
2248 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2250         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2251         chars that don't have names, so the table can be built much faster at
2252         run-time.
2254 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2256         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2257         change.  Suggested by David Kastrup.
2259         * simple.el (compose-mail): Check for incompatibilities and warn.
2260         (compose-mail-user-agent-warnings): New option.
2262 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2264         Support showing a single log entry from vc-annotate.
2265         * vc.el (print-log): Add a new argument: START-REVISION.
2266         (vc-print-log-internal): Add a new optional argument and
2267         pass it to the backend.
2268         (vc-print-log, vc-print-root-log): Adjust callers.
2269         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2270         buffer already displays the requested log entry, use it.
2271         Otherwise display only the log entry in question.
2272         * vc-svn.el (vc-svn-print-log):
2273         * vc-mtn.el (vc-mtn-print-log):
2274         * vc-hg.el (vc-hg-state):
2275         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2276         (vc-git-show-log-entry): Return t on success.
2277         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2278         (vc-bzr-show-log-entry): Return t on success.
2279         * vc-rcs.el (vc-rcs-print-log):
2280         * vc-sccs.el (vc-sccs-print-log):
2281         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2283 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2285         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2286         Add menus to the meta mode.  (Bug#5043)
2288 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2290         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2291         event-key.
2293         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2295 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2297         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2298         Berbain <raphael.berbain@gmail.com>.
2300         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2301         characters.
2302         (tramp-initial-end-of-output): New defconst.
2303         (tramp-methods, tramp-find-shell)
2304         (tramp-open-connection-setup-interactive-shell)
2305         (tramp-maybe-open-connection): Use it.
2306         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2307         existence of `#' and `$'.
2309         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2310         `tramp-initial-end-of-output'.
2312 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2314         Get the background mode from the terminal for xterm, and set
2315         faces accordingly.
2316         * term/xterm.el (xterm-set-background-mode): New function.
2317         (terminal-init-xterm): Use it in case xterm supports background
2318         color queries.  Recompute faces after getting the background
2319         color.
2321 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2323         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2324         number comment back on its own line, for easier parsing.
2326 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2328         Make it work for non-file buffers (bug#5102).
2329         * doc-view.el (doc-view-current-cache-dir):
2330         Use doc-view-buffer-file-name rather than buffer-file-name.
2331         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2333 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2335         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2336         author field is too short.
2338 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2340         * vc-git.el (vc-git-print-log): Handle a limit argument.
2341         Display the short log in graph form and with labels.
2342         (vc-git-log-view-mode): Handle labels.
2344         Make vc-revert change VC state from 'added to 'unregistered.
2345         * vc-git.el (vc-git-revert): Call git reset first.
2347 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2349         * net/newst-backend.el, net/newst-plainview.el:
2350         * net/newst-reader.el, net/newst-ticker.el:
2351         * net/newst-treeview.el, net/newsticker.el:
2352         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2354 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2356         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2358         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2359         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2360         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2361         Update annotation regexp.
2363         * simple.el (beginning-of-visual-line): Constrain to field
2364         boundaries (Bug#5106).
2366 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2368         * xml.el (xml-substitute-numeric-entities): Move
2369         newsticker--decode-numeric-entities in newst-backend.el to
2370         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2371         * net/newst-backend.el (newsticker--parse-generic-feed)
2372         (newsticker--parse-generic-items)
2373         (newsticker--decode-numeric-entities): Move
2374         newsticker--decode-numeric-entities in newst-backend.el to
2375         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2377 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
2379         * progmodes/js.el (js--js-not): Add null to the list of values.
2381 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2383         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2385 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2387         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2388         delimiter if it is at the end of the current line.
2389         (bibtex-generate-url-list): Fix docstring.
2391 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2393         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2394         minibuffer's content with itself.
2395         Fold the confirm-after-completion case into the `confirm' case.
2396         (completion-pcm-word-delimiters): Add : and / to the delimiters.
2398 2009-12-06  Kevin Ryde  <user42@zip.com.au>
2400         * ffap.el (ffap-rfc-path): Make this a defcustom since
2401         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
2403         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2404         manuals, similar to existing setup for help-mode.  (Bug#3913.)
2406 2009-12-05  Juri Linkov  <juri@jurta.org>
2408         Save and restore dired buffer's point positions too.  (Bug#4880)
2410         * dired.el (dired-save-positions): Return in the first element
2411         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2412         Doc fix.
2413         (dired-restore-positions): First restore buffer's position.
2414         While restoring window's positions, check if window still displays
2415         the original buffer.
2417 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2419         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2420         if possible.
2422         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2423         Make argument optional.
2425         * shell.el (shell): Require ansi-color (Bug#5113).
2427         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2429         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2431 2009-12-05  Alan Mackenzie  <acm@muc.de>
2433         * progmodes/cc-mode.el (c-before-hack-hook)
2434         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2435         `c-file-style' to work again.  This reversion restores the current
2436         software to its state in Emacs 23.1.  (Bug#4146)
2438 2009-12-05  Kevin Ryde  <user42@zip.com.au>
2440         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2441         comment-start-skip to comment-end-skip as comment (Bug#4781).
2443 2009-12-05  Juri Linkov  <juri@jurta.org>
2445         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2446         for virtual nodes.  (Bug#4147)
2447         (Info-find-node-2): Set `Info-current-node-virtual' to nil
2448         when moving from a virtual node.
2449         (Info-mode-menu): Add `Info-virtual-index' to the menu.
2450         (Info-mode): Add `Info-virtual-index' to the docstring.
2452 2009-12-05  Eric Ludlam  <zappo@gnu.org>
2454         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2455         Describe project macro symbols.
2457         * cedet/semantic/complete.el (semantic-complete-do-completion):
2458         Don't call semantic-collector-current-exact-match.
2460         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2461         ede-objects as targets.
2463         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2464         a target's object list even if compiler vars are already in the
2465         Makefile.
2467         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2468         list of headers producing necessary macros.
2470 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2472         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2473         track of the buffer position of the end of a BibTeX entry as this
2474         position may change during reformatting.
2475         (bibtex-format-entry): Remove whitespace before processing
2476         numerical fields so that we recognize the latter properly.
2477         (bibtex-reformat): Do not use push which changes the global value
2478         of bibtex-entry-format.
2479         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2480         (bibtex-field-re-init): Replace only space characters by regexp
2481         for whitespace.
2482         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2483         (bibtex-initialize): Also update bibtex-strings.
2484         (bibtex-kill-field): Preserve white space at end of entry.
2485         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2486         Update bibtex-reference-keys.
2488 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2490         * minibuffer.el (completion-pcm--merge-try): Also consider placing
2491         point after a star, if that's the only place where modifications can
2492         make progress.
2494 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
2496         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2497         in docstrings.
2499 2009-12-04  Juri Linkov  <juri@jurta.org>
2501         * proced.el (proced): Call `(proced-update t)' to update process
2502         information instead of only running proced-post-display-hook.
2503         (proced-send-signal): Add a leading space to the buffer name
2504         " *Marked Processes*" to make this buffer ephemeral.
2506 2009-12-04  Juri Linkov  <juri@jurta.org>
2508         * dired.el (dired-auto-revert-buffer): New defcustom.
2509         (dired-internal-noselect): Use it.
2511 2009-12-04  Juri Linkov  <juri@jurta.org>
2513         Change roles of modes and functions in image-mode.el (Bug#5062).
2515         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2516         in `auto-mode-alist'.
2517         (image-mode-previous-major-mode): New variable.
2518         (image-minor-mode-map): Rename from `image-mode-text-map'.
2519         (image-mode): Move graceful error-handling code from
2520         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
2521         (image-minor-mode): Remove all image-handling code.
2522         Replace `image-mode-text-map' with `image-minor-mode-map'.
2523         Check for `image-type' in mode-line format string.
2524         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2525         (image-mode-as-text): New function with most code from
2526         `image-mode-maybe'.
2527         (image-toggle-display-text): Move code that removes image
2528         properties from `image-toggle-display' to here.
2529         (image-toggle-display-image): New function with code that adds
2530         image properties copied from `image-toggle-display'.
2531         (image-toggle-display): Remove most code with leaving only code
2532         that toggles between `image-mode-as-text' and `image-mode'.
2534 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
2536         * net/newst-treeview.el
2537         (newsticker--treeview-list-highlight-start): Restored call to
2538         save-excursion: Selected item was stuck.
2539         (newsticker--treeview-list-select): New.
2540         (newsticker--treeview-item-show-text)
2541         (newsticker--treeview-item-show)
2542         (newsticker--treeview-item-update): Use new
2543         newsticker-treeview-item-mode.
2544         (newsticker-treeview-update): Keep current item.
2545         (newsticker-treeview-next-new-or-immortal-item): Doc change.
2546         (newsticker--treeview-first-feed): Doc change.
2547         (newsticker-treeview-list-menu)
2548         (newsticker-treeview-item-menu): Added menu entries.
2549         (newsticker-treeview-item-mode): New.
2551         * net/newst-backend.el (newsticker-customize): Delete other
2552         windows.
2554 2009-12-04  Sam Steingold  <sds@gnu.org>
2556         * log-view.el (log-view-mode-map): "q" calls quit-window,
2557         like in all the other non-self-insert buffers.
2559 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2561         Minor cleanup.
2562         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2563         key decoding rather than do it manually via last-input-event +
2564         ascii-character.
2565         (term-exec): Use delete-and-extract-region.
2566         (term-handle-ansi-terminal-messages): Remove unused var `end'.
2567         (term-process-pager): Remove unused var `i'.
2568         (term-dynamic-simple-complete): Make obsolete.
2569         (serial-update-config-menu): Remove unused vars `y' and `str'.
2570         (term-update-mode-line): Remove unused var `temp'.
2572 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2574         Limit the number of log entries displayed by default.
2575         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2576         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2577         using a prefix argument.
2579 2009-12-03  Glenn Morris  <rgm@gnu.org>
2581         * progmodes/idlwave.el (class): Restore still useful declaration.
2583 2009-12-03  Alan Mackenzie  <acm@muc.de>
2585         Enhance `c-parse-state' to run efficiently in "brace deserts".
2587         * progmodes/cc-mode.el (c-basic-common-init):
2588         Call c-state-cache-init.
2589         (c-neutralize-syntax-in-and-mark-CPP): Rename from
2590         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
2591         placing `category' properties value 'c-cpp-delimiter at its boundaries.
2593         * progmodes/cc-langs.el (c-before-font-lock-function):
2594         c-extend-and-neutralize-syntax-in-CPP has been renamed
2595         c-neutralize-syntax-in-and-mark-CPP.
2597         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2598         with `category' properties now, not `syntax-table' ones.
2600         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2601         enhanced (but slower) version of c-end-of-macro that won't land
2602         inside a literal or on another awkward character.
2603         (c-state-cache-too-far, c-state-cache-start)
2604         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2605         (c-state-nonlit-pos-cache-limit, c-state-point-min)
2606         (c-state-point-min-lit-type, c-state-point-min-lit-start)
2607         (c-state-min-scan-pos, c-state-brace-pair-desert)
2608         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2609         buffer local variables.
2610         (c-state-literal-at, c-state-lit-beg)
2611         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2612         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2613         (c-state-cache-top-paren, c-state-cache-after-top-paren)
2614         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2615         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2616         (c-renarrow-state-cache)
2617         (c-append-lower-brace-pair-to-state-cache)
2618         (c-state-push-any-brace-pair, c-append-to-state-cache)
2619         (c-remove-stale-state-cache)
2620         (c-remove-stale-state-cache-backwards, c-state-cache-init)
2621         (c-invalidate-state-cache-1, c-parse-state-1)
2622         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2623         (c-parse-state): Enhance and refactor.
2624         (c-debug-parse-state): Amend to deal with all the new variables.
2626         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2627         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2628         modify to use category text properties rather than syntax-table ones.
2629         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2630         to switch off/on the syntactic paren property of C++ template
2631         delimiters using the category property.
2632         (c-with-<->-as-parens-suppressed): Macro to invoke code with
2633         template delims suppressed.
2634         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2635         New constant/macros which apply category properties to the start
2636         and end of preprocessor constructs.
2637         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2638         "comment out" the syntactic value of characters in preprocessor
2639         constructs.
2640         (c-with-cpps-commented-out)
2641         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2642         with characters in all or all but one preprocessor constructs
2643         "commented out".
2645 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2647         * proced.el (proced-filter-alist): Use regexp-quote.
2649 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
2651         Cleanup.
2652         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2653         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
2654         arguments.  Expand `default-directory'.
2656         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2657         the benefit of returning an expanded localname.
2658         (tramp-tramp-file-p): Handle the case NAME is not a string.
2660 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2662         Add support for bzr shelve/unshelve.
2663         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2664         (vc-bzr-extra-menu-map): New variables.
2665         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2666         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2667         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2668         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2669         (vc-bzr-dir-extra-headers): Display shelves.
2671         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2673 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2675         * textmodes/bibtex.el (bibtex-complete-internal):
2676         Use completion-in-region.
2677         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2679 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2681         Support applying stashes.  Improve UI.
2682         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2683         (vc-git-stash-apply, vc-git-stash-pop)
2684         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2685         (vc-git-stash-menu): New functions.
2686         (vc-git-stash-menu-map): New variable.
2687         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2689 2009-12-03  Glenn Morris  <rgm@gnu.org>
2691         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2692         (vc-print-log-internal): Fix previous change.
2693         (vc-revert): Correct pluralization.
2695 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         * progmodes/make-mode.el (makefile-special-targets-list): No need for
2698         it to be an alist any more.
2699         (makefile-complete): Use completion-in-region.
2701         * progmodes/octave-mod.el (octave-complete-symbol):
2702         Use completion-in-region.
2704         Misc cleanup.
2705         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2706         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2707         (idlwave-complete-class): Don't quote lambda.
2708         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2709         (idlwave-mode-map): Move initialization into declaration.
2710         (idlwave-action-and-binding): Use backquotes.
2711         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2712         Simplify.
2713         (idlwave-is-pointer-dereference): Remove unused var `pos'.
2714         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2715         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2716         `parts', and `all-parts'.
2717         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2718         (idlwave-convert-xml-system-routine-info): Remove unused string
2719         `version-string'.
2720         (idlwave-display-user-catalog-widget): Use dolist.
2721         (idlwave-scanning-lib): Declare dynamically-scoped var.
2722         (idlwave-scan-library-catalogs): Remove unused var `flags'.
2723         (completion-highlight-first-word-only): Declare to silence bytecomp.
2724         (idlwave-popup-select): Tighten scope of `resp'.
2725         (idlwave-find-struct-tag): Remove unused var `beg'.
2726         (idlwave-after-load-rinfo-hook): Declare.
2727         (idlwave-sintern-class-info): Remove unused var `taglist'.
2728         (idlwave-find-class-definition): Remove unused var `list'.
2729         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2730         (idlwave-what-module-find-class): Remove unused var `classes'.
2732 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
2734         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2736 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2739         buffers visited.  Remove redundant current-buffer-saving.
2741 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2743         Use completion-in-buffer and remove uses of dynamic scoping.
2744         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2745         (pascal-buffer-to-use, pascal-flag): Don't declare.
2746         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2747         (pascal-get-completion-decl, pascal-keyword-completion):
2748         Add `pascal-str' argument, save-excursion,
2749         return the found completions, and don't filter with pascal-pred.
2750         (pascal-completion-cache): New var.
2751         (pascal-completion): Don't switch buffer any more (it was never
2752         necessary).  Don't save-excursion any more (it's done by the called
2753         subroutines).  Use a cache to avoid redundant computations.
2754         Use complete-with-action rather than pascal-completion-response and
2755         let it apply the predicate as well.
2756         (pascal-complete-word): Use completion-in-buffer when
2757         pascal-toggle-completions is nil.
2758         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2759         not used any more.
2760         (pascal-comp-defun): Don't change buffer any more.
2761         Use complete-with-action rather than pascal-completion-response and
2762         let it apply the predicate as well.
2763         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2764         when neded.
2766 2009-12-02  Kenichi Handa  <handa@m17n.org>
2768         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2769         shape for all Indic scripts.
2771 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         Use completion-in-buffer.
2774         * wid-edit.el (widget-field-text-end): New function.
2775         (widget-field-value-get): Use it.
2776         (widget-string-complete, widget-file-complete)
2777         (widget-color-complete): Use it and completion-in-region.
2778         (widget-complete): Don't narrow the buffer.
2780 2009-12-02  Glenn Morris  <rgm@gnu.org>
2782         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
2783         (rmail-select-summary): Use rmail-pop-to-buffer.
2784         * mail/rmailsum.el: Replace all pop-to-buffer calls with
2785         rmail-pop-to-buffer, to prevent horizontal splits.
2787         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2788         save-excursion with save-current-buffer.
2789         Widen before searching.  (Bug#5093)
2790         (diary-list-sexp-entries): Remove superfluous save-excursion.
2792 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
2794         * woman.el (woman-make-bufname): Handle man-pages with "." in the
2795         name.  (Bug#5038)
2797 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2799         * ido.el (ido-file-internal): Handle filenames at point that do
2800         not have a directory part.  (Bug#5049)
2802 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
2804         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2805         (mpc-songs-jump-to, mpc-resume): Doc fixes.
2807 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
2809         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2810         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2811         any more.
2813 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         * comint.el (comint-insert-input): Ignore clicks to the right of
2816         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2818         * vc.el (vc-print-log-internal): Don't wait for the process to
2819         terminate before setting up the major mode.
2821         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2822         in case.
2824         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2825         the last element.
2827         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2829 2009-12-01  Glenn Morris  <rgm@gnu.org>
2831         * window.el (window--display-buffer-2): Fix previous changes.
2833 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
2835         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2837 2009-12-01  Glenn Morris  <rgm@gnu.org>
2839         * Makefile.in (ELCFILES): Add mpc.elc.
2841 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         * mpc.el: New file.
2845 2009-12-01  Glenn Morris  <rgm@gnu.org>
2847         * window.el (window-to-use): Define for compiler.
2849         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2850         consistent with others (no final period).
2852         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2853         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
2855 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2857         Make vc-print-log buttons work.
2858         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2860 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
2862         * savehist.el (savehist-autosave-interval): Allow setting to nil
2863         through customize.  (Bug#5056)
2865 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
2867         Fix references to jit-lock properties.
2868         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2869         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2870         (perl-font-lock-special-syntactic-constructs):
2871         Quote jit-lock-defer-multiline property.
2873 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2875         * vc-git.el (vc-git-registered): Call vc-git-root only once.
2877 2009-11-30  Juri Linkov  <juri@jurta.org>
2879         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2880         value `buffer' of `multi-isearch-next-buffer-current-function'.
2881         Use `(current-buffer)' when `buffer' is nil.
2882         (multi-isearch-next-buffer-from-list): Don't fallback to
2883         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
2885 2009-11-30  Juri Linkov  <juri@jurta.org>
2887         * misearch.el (multi-isearch-read-buffers): Move canonicalization
2888         of buffers with `get-buffer' to `multi-isearch-buffers'.
2889         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2890         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
2891         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2892         FILES with `expand-file-name' converting relative file names
2893         to absolute.  Doc fix.  (Bug#4727)
2895 2009-11-30  Juri Linkov  <juri@jurta.org>
2897         * misearch.el (multi-isearch-read-buffers)
2898         (multi-isearch-read-matching-buffers): New functions.
2899         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2900         Use them in the `interactive' spec.  Doc fix.
2901         (multi-isearch-read-files, multi-isearch-read-matching-files):
2902         New functions.
2903         (multi-isearch-files, multi-isearch-files-regexp):
2904         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
2906 2009-11-30  Juri Linkov  <juri@jurta.org>
2908         * doc-view.el (doc-view-continuous):
2909         Rename from `doc-view-continuous-mode'.
2910         (doc-view-menu): Move "Toggle display" to the top.
2911         Add submenu "Continuous" with radio buttons "Off"/"On"
2912         and "Save as Default".
2913         (doc-view-scroll-up-or-next-page)
2914         (doc-view-scroll-down-or-previous-page)
2915         (doc-view-next-line-or-next-page)
2916         (doc-view-previous-line-or-previous-page): Rename
2917         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
2919 2009-11-30  Juri Linkov  <juri@jurta.org>
2921         * comint.el (comint-mode-map): Rebind `M-r' from
2922         `comint-previous-matching-input' to
2923         `comint-history-isearch-backward-regexp'.
2924         Unbind `M-s' to allow global key binding `M-s'.
2925         Add menu items for `comint-history-isearch-backward' and
2926         `comint-history-isearch-backward-regexp'.  (Bug#3746)
2928 2009-11-30  Juri Linkov  <juri@jurta.org>
2930         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2931         For def=recenter, replace `recenter' with `recenter-top-bottom'
2932         that is called with `this-command' and `last-command' let-bound
2933         to `recenter-top-bottom'.  When the last `def' was not `recenter',
2934         set `recenter-last-op' to nil.  (Bug#4981)
2936 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         Minor cleanup and simplification.
2939         * filecache.el (file-cache-add-directory)
2940         (file-cache-add-directory-recursively)
2941         (file-cache-add-from-file-cache-buffer)
2942         (file-cache-delete-file-regexp, file-cache-delete-directory)
2943         (file-cache-files-matching-internal, file-cache-display): Use dolist.
2944         (file-cache-temp-minibuffer-message): Delete function.
2945         (file-cache-minibuffer-complete): Use minibuffer-message instead.
2947         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2948         Don't signal an error when bumping into EOB in tr, s, or y.
2950 2009-11-29  Juri Linkov  <juri@jurta.org>
2952         * startup.el (fancy-about-text): Fix wording of Guided Tour.
2953         (Bug#4960)
2955         * descr-text.el (describe-char-unidata-list): Use lowercase name
2956         for "Unicode name" like in other tags.
2958 2009-11-29  Juri Linkov  <juri@jurta.org>
2960         * ediff-util.el (ediff-minibuffer-with-setup-hook):
2961         New compatibility macro.
2962         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2964 2009-11-29  Juri Linkov  <juri@jurta.org>
2966         Add defcustom to define the cycling order of `recenter-top-bottom'.
2967         (Bug#4981)
2969         * window.el (recenter-last-op): Doc fix.
2970         (recenter-positions): New defcustom.
2971         (recenter-top-bottom): Rewrite to use `recenter-positions'.
2972         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2974 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2976         Improve integration of Tramp and ange-ftp in eshell.
2978         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2979         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
2980         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
2982         * eshell/esh-util.el (top): Require also Tramp when compiling.
2983         (eshell-directory-files-and-attributes): Check for FTP remote
2984         connection.
2985         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2986         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2987         (eshell-file-attributes): Handle ".".  Return `entry'.
2989         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2990         (ange-ftp-directory-files-and-attributes)
2991         (ange-ftp-real-directory-files-and-attributes): New defuns.
2993         * net/tramp.el (tramp-maybe-open-connection): Open the remote
2994         shell with "exec" when possible.  This prevents trailing prompts
2995         in `start-file-process'.
2997 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2999         Try and remove assumptions about point-min==1.
3000         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3001         (rng-compute-mode-line-string): Show the validation percentage in
3002         terms of the narrowed text, not the widened text.
3003         (rng-do-some-validation): Don't catch internal errors when debugging.
3004         (rng-first-error): Simplify.
3005         (rng-after-change-function): Remove work around.  AFAIK the bug has
3006         been fixed a while ago.
3008         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3009         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3011         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3013         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3014         `cd' doesn't always do it for us (bug#5067).
3016         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3017         on 2009-10-25 as part of some other change (bug#5067).
3019 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3021         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3022         `suspicious'.
3023         (byte-compile-warnings): Use byte-compile-warning-types.
3024         (byte-compile-save-excursion): Warn about use of set-buffer right
3025         after save-excursion.
3027         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3028         the excursion as well.
3030 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3032         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3033         providing a Tramp related implementation of "su" and "sudo".
3034         (eshell-unix-initialize): Add "su" and "sudo".
3036 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3038         * net/socks.el (socks-send-command): Convert binary request to
3039         unibyte before sending.  This fixes mishandling of some port
3040         numbers such as 129.
3042 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3044         * help.el (describe-bindings-internal): Remove `interactive'.
3046         * man.el (Man-completion-table): Trim a terminating "(".
3047         Remove the space between name page a section.
3048         Add the command's description on the `help-echo' property.
3049         Remove `process-connection-type' binding since it's unused by
3050         call-process.
3051         Provide completion for the "<section> <name>" format as well.
3052         (Man-default-man-entry): Remove spurious var shadowing the argument.
3054 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3056         * log-view.el: Add "Keywords: tools", since its other keywords
3057         aren't in finder-known-keywords, and following vc.el.
3059         * sha1.el (sha1-string-external): default-directory "/" in case
3060         otherwise non-existent.  process-connection-type pipe for touch of
3061         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3063 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3065         Misc coding convention cleanups.
3066         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3067         hfy-init-kludge-hooks.
3068         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3069         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3070         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3071         and push.
3072         (hfy-slant, hfy-weight): Use tables rather than code.
3073         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3074         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3075         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3076         (hfy-face-to-css): Remove `nconc' with single arg.
3077         (hfy-p-to-face-lennart): Use `or'.
3078         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3079         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3080         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3081         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3082         (hfy-force-fontification): Use run-hooks.
3084 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3086         Various minor fixes.
3087         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3088         Javascript belongs in the header, not the body.
3089         (hfy-javascript): Remove.
3090         (hfy-fontify-buffer): Don't insert it any more.
3091         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3092         Fix bug in invis handling when there were no invis props in a chunk.
3094 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3096         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3098 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3100         * finder.el (finder-mode-map): Add a menu.
3102 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3104         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3105         "unsigned" structs.
3107         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3108         fork" statement better.
3110 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3112         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3113         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3114         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3115         Reported by Clay Douglass.
3117         (verilog-auto-inst, verilog-auto-star-safe)
3118         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3119         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3120         Pierre-David Pfister.
3122 2009-11-26  Glenn Morris  <rgm@gnu.org>
3124         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3125         the scope.
3127 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3129         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3130         Really use previous revision.
3132 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3134         * man.el (Man-completion-table): default-directory "/" in case
3135         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3136         not to truncate long names.  process-connection-type pipe to avoid
3137         any chance of hitting the pseudo-tty TIOCGWINSZ.
3138         (man): completion-ignore-case t for friendliness and since man
3139         itself is case-insensitive on the command line.
3140         Further to Bug#3717.
3142         * arc-mode.el: Add "Keywords: files", so the details in its
3143         commentary can be reached from finder-by-keyword.
3144         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3145         editing mode, but it's comms related and sgml-mode.el has "comm"
3146         on that basis too.
3147         * textmodes/bibtex-style.el: Add "Keywords: tex".
3148         * international/isearch-x.el, international/ja-dic-cnv.el:
3149         * international/ja-dic-utl.el, international/kkc.el:
3150         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3152 2009-11-25  Juri Linkov  <juri@jurta.org>
3154         * man.el (Man-completion-table): Modify regexp to include
3155         section names to completion strings.  (Bug#3717)
3157 2009-11-25  Juri Linkov  <juri@jurta.org>
3159         Search recursively in gzipped files.  (Bug#4982)
3161         * progmodes/grep.el (grep-highlight-matches): Add new options
3162         `always' and `auto'.  Doc fix.
3163         (grep-process-setup): Check `grep-highlight-matches' for
3164         `auto-detect' to determine the need to compute grep defaults.
3165         Move Windows/DOS specific --colors settings handling
3166         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3167         to get the value of "--color=".
3168         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3169         has the value `auto-detect'.  Move Windows/DOS specific settings
3170         from `grep-process-setup'.
3171         (zrgrep): New command with alias `rzgrep'.
3173 2009-11-25  Juri Linkov  <juri@jurta.org>
3175         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3176         to nil instead of switching off view-mode.  (Bug#4896)
3178 2009-11-25  Juri Linkov  <juri@jurta.org>
3180         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3182         * mwheel.el (mwheel-scroll-up-function)
3183         (mwheel-scroll-down-function): New defvars.
3184         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3185         `scroll-up', and `mwheel-scroll-down-function' instead of
3186         `scroll-down'.
3188         * doc-view.el (doc-view-scroll-up-or-next-page)
3189         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3190         Use this ARG in the call to image-scroll-up/image-scroll-down.
3191         Change `interactive' spec to "P".  Goto next/previous page only
3192         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3193         SPC/DEL case).  Doc fix.
3194         (doc-view-next-line-or-next-page)
3195         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3196         for consistency.
3197         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3198         `doc-view-scroll-up-or-next-page', and buffer-local
3199         `mwheel-scroll-down-function' to
3200         `doc-view-scroll-down-or-previous-page'.
3202 2009-11-25  Juri Linkov  <juri@jurta.org>
3204         Provide additional default values (directories at other Dired
3205         windows) via M-n in the minibuffer of some Dired commands.
3207         * dired-aux.el (dired-diff, dired-compare-directories)
3208         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3209         `minibuffer-default' in `minibuffer-with-setup-hook'.
3210         (dired-dwim-target-directory): Find a window that displays Dired
3211         buffer instead of failing when the next window is not Dired.
3212         Use `get-window-with-predicate' to find for the next Dired window.
3213         (dired-dwim-target-defaults): New function.
3215         * ediff-util.el (ediff-read-file-name):
3216         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3217         in `minibuffer-with-setup-hook'.
3219 2009-11-25  Juri Linkov  <juri@jurta.org>
3221         Provide additional default values (file name at point or at the
3222         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3224         * minibuffer.el (read-file-name-defaults): New function.
3225         (read-file-name): Reset `minibuffer-default' to nil when
3226         it duplicates initial input `insdef'.
3227         Bind `minibuffer-default-add-function' to lambda that
3228         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3229         (minibuffer-insert-file-name-at-point): New command.
3231         * files.el (file-name-at-point-functions): New defcustom.
3232         (find-file-default): Remove defvar.
3233         (find-file-read-args): Don't use `find-file-default'.
3234         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3235         to `read-file-name'.
3236         (find-file-literally): Use `read-file-name' with
3237         `confirm-nonexistent-file-or-buffer'.
3239         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3241         * dired.el (dired-read-dir-and-switches):
3242         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3243         to `read-file-name'.
3244         (dired-file-name-at-point): New function.
3245         (dired-mode): Add hook `dired-file-name-at-point' to
3246         `file-name-at-point-functions'.
3248 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3250         Really make the *Completions* window soft-dedicated (bug#5030).
3251         * window.el (window--display-buffer-2): Add `dedicated' argument.
3252         (display-buffer): Pass it when needed so the dedicated flag is set
3253         after calling set-window-buffer, which would otherwise reset it.
3255 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3257         * progmodes/meta-mode.el (meta-complete-symbol):
3258         * progmodes/etags.el (complete-tag):
3259         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3260         Use completion-in-region.
3262         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3263         (dabbrev-completion): Use completion-in-region.
3264         (dabbrev--abbrev-at-point): Simplify regexp.
3266         * abbrev.el (abbrev--before-point): Use word-motion functions
3267         if :regexp is not specified (bug#5031).
3269         * subr.el (string-prefix-p): New function.
3271         * man.el (Man-completion-cache): New var.
3272         (Man-completion-table): Use it.
3274         * vc.el (vc-print-log-internal): Make `limit' optional for better
3275         compatibility (e.g. with vc-annotate.el).
3277 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3279         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3280         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3282         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3283         when .el source file not found or other error.
3285 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3287         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3289 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3291         Handle the [back] button properly (bug#4979).
3292         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3293         Use help-setup-xref, help-buffer, and with-help-window.
3294         (describe-char): Add `buffer' argument.
3295         Pass proper command to help-setup-xref.  Don't meddle with
3296         help-xref-stack-item directly.
3297         (describe-text-category): Use with-help-window and help-buffer.
3299         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3300         for the displayed buffer (bug#4887).
3302         * man.el (Man-completion-table): New function.
3303         (man): Use it.
3305 2009-11-24  David Reitter  <david.reitter@gmail.com>
3307         * vc-git.el (vc-git-registered): Use checkout directory (where
3308         .git is) rather than the file's directory and a relative path spec
3309         to work around a bug in git.
3311 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3313         Improve handling of processes on remote hosts.
3315         * eshell/esh-util.el (eshell-path-env): New defvar.
3316         (eshell-parse-colon-path): New defun.
3317         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3319         * eshell/esh-ext.el (eshell-search-path):
3320         Use `eshell-parse-colon-path'.
3321         (eshell-remote-command): Remove argument HANDLER.
3322         (eshell-external-command): Check for FTP remote connection.
3324         * eshell/esh-proc.el (eshell-gather-process-output):
3325         Use `file-truename', in order to start also symlinked files.
3326         Apply `start-file-process' instead of `start-process'.
3327         Shorten `command' to the local file name part.
3329         * eshell/em-cmpl.el (eshell-complete-commands-list):
3330         Use `eshell-parse-colon-path'.
3332         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3334         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3335         to `eshell-directory-change-hook'.
3337 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3339         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3340         because it could be enabled automatically if view-read-only is non-nil.
3342 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3344         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3345         made on 2009-11-22.
3347 2009-11-24  Glenn Morris  <rgm@gnu.org>
3349         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3350         deleted variable bookmark-bmenu-bookmark-column.
3352         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3353         Move after definition of global-semantic-idle-tag-highlight-mode.
3355 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3357         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3359 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3361         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3362         two slashes to the "file:" prefix.
3363         (browse-url-file-url): De-munge Cygwin filenames before passing
3364         them to Windows browser.
3365         (browse-url-default-windows-browser): Use call-process.
3367 2009-11-23  Juri Linkov  <juri@jurta.org>
3369         Implement DocView Continuous mode.  (Bug#4896)
3370         * doc-view.el (doc-view-continuous-mode): New defcustom.
3371         (doc-view-mode-map): Bind C-n/<down> to
3372         `doc-view-next-line-or-next-page', C-p/<up> to
3373         `doc-view-previous-line-or-previous-page'.
3374         (doc-view-next-line-or-next-page)
3375         (doc-view-previous-line-or-previous-page): New commands.
3377 2009-11-23  Juri Linkov  <juri@jurta.org>
3379         Implement Isearch in comint input history.  (Bug#3746)
3380         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3381         `isearch-mode-hook'.
3382         (comint-history-isearch): New defcustom.
3383         (comint-history-isearch-backward)
3384         (comint-history-isearch-backward-regexp): New commands.
3385         (comint-history-isearch-message-overlay): New buffer-local variable.
3386         (comint-history-isearch-setup, comint-history-isearch-end)
3387         (comint-goto-input, comint-history-isearch-search)
3388         (comint-history-isearch-message, comint-history-isearch-wrap)
3389         (comint-history-isearch-push-state)
3390         (comint-history-isearch-pop-state): New functions.
3392 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3394         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3395         return.
3396         (tramp-handle-make-symbolic-link)
3397         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3398         Quote file names.
3399         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3400         (tramp-handle-process-file): Use it.
3402 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3404         * window.el (move-to-window-line-last-op): Remove.
3405         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3407 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3409         Make M-r mirror the new cycling behavior of C-l.
3410         * window.el (move-to-window-line-last-op): New var.
3411         (move-to-window-line-top-bottom): New command.
3412         (global-map): Bind M-r move-to-window-line-top-bottom.
3414 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
3416         * dired-x.el (dired-guess-shell-alist-default):
3417         Support xz format.  (Bug#4953)
3419 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
3421         * cedet/srecode/map.el (srecode-get-maps):
3422         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3423         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3424         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3425         (semantic-toggle-decoration-style):
3426         * cedet/semantic/decorate/include.el
3427         (semantic-decoration-include-describe)
3428         (semantic-decoration-unknown-include-describe)
3429         (semantic-decoration-unparsed-include-describe)
3430         (semantic-decoration-all-include-summary):
3431         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3432         * cedet/semantic/analyze/complete.el
3433         (semantic-analyze-possible-completions):
3434         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3435         (semantic-show-unmatched-syntax-mode)
3436         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3437         (semantic-highlight-func-mode):
3438         * cedet/semantic/util.el (semantic-describe-buffer):
3439         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3440         (semantic-symref-find-tags-by-name)
3441         (semantic-symref-find-tags-by-regexp)
3442         (semantic-symref-find-tags-by-completion)
3443         (semantic-symref-find-file-references-by-name)
3444         (semantic-symref-find-text):
3445         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3446         (senator-yank-tag):
3447         * cedet/semantic/scope.el (semantic-calculate-scope):
3448         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3449         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3450         (define-semantic-idle-service):
3451         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3452         (semantic-complete-analyze-inline-idle):
3453         * cedet/semantic/analyze.el (semantic-analyze-current-context):
3454         * cedet/mode-local.el (describe-mode-local-bindings)
3455         (describe-mode-local-bindings-in-mode):
3456         * cedet/ede/make.el (ede-make-check-version):
3457         * cedet/ede/locate.el (ede-enable-locate-on-project):
3458         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3459         (cedet-idutils-version-check):
3460         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3461         (cedet-gnu-global-version-check):
3462         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3463         (cedet-cscope-version-check): Use called-interactively-p instead
3464         of interactive-p.
3466         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3467         Use semantic-format-tag-prototype.
3469 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3471         * emulation/viper-cmd.el: Use viper-last-command-char instead of
3472         last-command-char/last-command-event.
3473         (viper-prefix-arg-value): Do correct conversion of event-char for
3474         XEmacs.
3476         * emulation/viper-util.el, emulation/viper.el:
3477         Use viper-last-command-char instead of
3478         last-command-char/last-command-event.
3480         * ediff-init.el, ediff-mult.el, ediff-util.el:
3481         Replace last-command-char and last-command-event
3482         with (ediff-last-command-char) everywhere.
3484         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3485         created in fundamental mode.
3487         * ediff.el (ediff-version): Revert the change of interactive-p to
3488         called-interactively-p.
3490 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3492         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3493         generation from word-movement command names.
3495 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
3497         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3498         (semantic-complete-jump-local, semantic-complete-jump):
3499         Improve prompt string.
3501 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3503         * cus-start.el (all): Add native condition for font-use-system-font.
3505 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
3507         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3508         Correct the patch from 2009-11-18.  (Bug#3910)
3510 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
3512         * progmodes/subword.el: Rename from lisp/subword.el.
3514         * subword.el: Rename to progmodes/subword.el.
3516         * Makefile.in (ELCFILES): Adapt to subword.el move.
3518 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3519             Stefan Monnier  <monnier@iro.umontreal.ca>
3521         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3522         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3523         (bookmark-bmenu-show-filenames): Use push.
3524         (bookmark-bmenu-hide-filenames): Use local var instead of
3525         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
3526         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3527         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3528         filenames now that the bookmark names are always available.
3530 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3532         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3533         (bookmark-search-pattern): Move and leave unbound.
3534         (bookmark-bmenu-mode-map): Change binding.
3535         (bookmark-read-search-input): Simplify.
3536         Don't use text-char-description.  Don't error on non-char events.
3537         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3538         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3539         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3540         Use a local var for the timer.
3541         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3542         (i.e. bookmark-bmenu-search).
3544 2009-11-21  Glenn Morris  <rgm@gnu.org>
3546         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
3548 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3550         * net/browse-url.el (browse-url-default-windows-browser):
3551         Use cygstart for cygwin.
3553 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
3555         * bookmark.el: Formatting and doc fixes only:
3556         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3557         (bookmark-bmenu-search): Wrap to fit within 80 columns.
3558           Minor grammar and punctuation fixes in doc string.
3559         (bookmark-read-search-input): Adjust to fit within 80 columns.
3561 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3563         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3564         (c-backward-into-nomenclature): Adapt to subword renaming.
3566         * subword.el (subword-forward, subword-backward, subword-mark)
3567         (subword-kill, subword-backward-kill, subword-transpose)
3568         (subword-downcase, subword-upcase, subword-capitalize)
3569         (subword-forward-internal, subword-backward-internal):
3570         Rename from forward-subword, backward-subword, mark-subword,
3571         kill-subword, backward-kill-subword, transpose-subwords,
3572         downcase-subword, upcase-subword, capitalize-subword,
3573         forward-subword-internal, backward-subword-internal.
3575 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3577         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3578         New options.
3579         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3580         New vars.
3581         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3582         (bookmark-bmenu-filter-alist-by-regexp)
3583         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3584         (bookmark-bmenu-search): New command.
3585         (bookmark-bmenu-mode-map): Bind it.
3587 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3589         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3591         * cedet/semantic/idle.el (define-semantic-idle-service)
3592         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3594 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3596         * progmodes/cc-cmds.el: declare-functioned forward-subword and
3597         backward-subword to quit the byte-compiler.
3599         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3601         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3603         * progmodes/cc-cmds.el (c-update-modeline)
3604         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3605         Refer to subword.el functions instead of cc-subword.el.
3607         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3608         subword.el functions instead of cc-subword.el.
3610         * progmodes/cc-subword.el: Rename to subword.el.
3611         * subword.el: Rename from progmodes/cc-subword.el.
3612         (subword-mode-map): Rename from c-subword-mode-map.
3613         (subword-mode): Rename from c-subword-mode.
3614         (global-subword-mode): New global minor mode.
3615         (forward-subword): Rename from c-forward-subword.
3616         (backward-subword): Rename from c-backward-subword.
3617         (mark-subword): Rename from c-mark-subword.
3618         (kill-subword): Rename from c-kill-subword.
3619         (backward-kill-subword): Rename from c-backward-kill-subword.
3620         (transpose-subwords): Rename from c-tranpose-subword.
3621         (downcase-subword): Rename from c-downcase-subword.
3622         (capitalize-subword): Rename from c-capitalize-subword.
3623         (forward-subword-internal): Rename from c-forward-subword-internal.
3624         (backward-subword-internal): Rename from c-backward-subword-internal.
3626 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3628         * vc.el (vc-deduce-fileset): Allow non-state changing operations
3629         from a dired buffer.
3630         (vc-dired-deduce-fileset): New function.
3631         (vc-root-diff, vc-print-root-log): Use it.
3633         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3634         nil LIMIT argument to vc-print-log-internal.
3636 2009-11-20  Glenn Morris  <rgm@gnu.org>
3638         * Makefile.in (ELCFILES): Regenerate.
3640 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3642         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3644         * cedet/semantic.el: Enable idle-mode menu items only if
3645         global-semantic-idle-scheduler-mode is enabled.
3646         (semantic-default-submodes): Doc fix.
3648         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3649         When turning off, disable other idle modes.
3651 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
3653         * calc/calc.el (calc-set-mode-line):
3654         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3655         (math-format-number): Rename `math-format-complement-signed' to
3656         `math-format-twos-complement'.
3658         * calc/calc-bin.el (math-format-twos-complement): Rename from
3659         math-format-complement-signed.
3660         (calc-radix): Rename `calc-complement-signed-mode' to
3661         `calc-twos-complement-mode'.
3662         (calc-octal-radix, calc-hex-radix): Add an argument for
3663         two's complement.
3665         * calc/calc-embed.el (calc-embedded-mode-vars):
3666         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3668         * calc/calc-ext.el (calc-init-extensions):
3669         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3670         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3672         * calc/calc-units.el (math-build-units-table-buffer):
3673         Let `calc-twos-complement-mode' be nil.
3675         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3676         entries.
3678         * calc/calc-vec.el (calcFunc-vunpack):
3679         * calc/calc-aent.el (calc-do-calc-eval):
3680         * calc/calc-forms.el (math-format-date):
3681         * calc/calc-graph.el (calc-graph-plot):
3682         * calc/calc-math.el (math-use-emacs-fn):
3683         * calc/calccomp.el (math-compose-expr):
3684         Let `calc-twos-complement-mode' be nil.
3686 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3688         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3689         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
3690         * minibuffer.el (completion-in-region-functions): New hook.
3691         (completion-in-region): New function.
3692         * emacs-lisp/lisp.el (lisp-complete-symbol):
3693         * pcomplete.el (pcomplete-std-complete): Use it.
3695 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3697         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3698         (latex-complete-alist): New vars.
3699         (latex-string-prefix-p, latex-complete-bibtex-keys)
3700         (latex-complete-envnames, latex-complete-refkeys)
3701         (latex-complete-data): New functions.
3702         (latex-complete, latex-indent-or-complete): New commands.
3704         * window.el (display-buffer-mark-dedicated): New var.
3705         (display-buffer): Obey it.
3706         * minibuffer.el (minibuffer-completion-help): Use it.
3708         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3710         * filecache.el (file-cache-add-file): Use push and cons.
3711         (file-cache-delete-file-regexp): Use push.
3712         (file-cache-complete): Use completion-in-region.
3714         * simple.el (with-wrapper-hook): Fix thinko.
3716         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3717         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3718         Use with-current-buffer and string-to-number.
3719         (hfy-fallback-colour-values): Use assoc-string.
3720         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3721         (hfy-face-at): Remove unused var `found-face'.
3722         (hfy-compile-stylesheet): Remove unused var `css'.
3723         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3724         and `orig-buffer'.
3725         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3726         Use with-current-buffer.
3727         (hfy-text-p): Use expand-file-name and fewer setq.
3729 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
3731         * htmlfontify.el, hfy-cmap.el: New files.
3733 2009-11-19  Juri Linkov  <juri@jurta.org>
3735         * minibuffer.el (completions-format): New defcustom.
3736         (completion--insert-strings): Implement vertical format.
3738         * simple.el (switch-to-completions): Move point to the first
3739         completion when point was at the beginning of the buffer.
3741 2009-11-19  Juri Linkov  <juri@jurta.org>
3743         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
3745         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3747 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3749         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3750         (mail-signature): Change default to t.
3751         (mail-from-style): Deprecate `system-default' value.
3752         (mail-insert-from-field): For default value of mail-from-style,
3753         default to `angles' unless `angles' needs quoting and `parens'
3754         does not.
3755         (mail-citation-prefix-regexp): Use citation regexp from
3756         message-mode.
3758 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
3760         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3761         Set variables for computing the prompt for reading password.
3763 2009-11-19  Glenn Morris  <rgm@gnu.org>
3765         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
3767         * textmodes/flyspell.el (sgml-lexical-context): Declare.
3769         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3770         (newsticker-treeview-listwindow-height): Fix custom type.
3772 2009-11-19  Kenichi Handa  <handa@m17n.org>
3774         * descr-text.el (describe-char-padded-string): Compose with TAB
3775         only if there's a font for CH.
3776         (describe-char): Fix the condition for detecting a trivial composition.
3778 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
3780         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3781         more accurate version of the regexp.  (Bug#3910)
3783 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3785         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3787 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
3789         * font-setting.el (font-use-system-font): Declare for byte-compiler.
3790         (font-setting-change-default-font): Fix typo in docstring.
3792 2009-11-18  Alan Mackenzie  <acm@muc.de>
3794         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3796 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3798         * font-setting.el (font-use-system-font): Move ...
3800         * cus-start.el (all): ... to here.
3802 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
3804         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3805         Don't set `ad-return-value' if `ad-do-it' doesn't.
3807         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3808         modification time.
3810 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3812         * menu-bar.el: Put "Use system font" in Option-menu.
3813         (menu-bar-options-save): Add font-use-system-font.
3815         * loadup.el: If feature system-font-setting or font-render-setting is
3816         there, load font-setting.
3818         * Makefile.in (ELCFILES): Add font-settings.el.
3819         * font-setting.el: New file.
3821 2009-11-17  Glenn Morris  <rgm@gnu.org>
3823         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3825         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3826         Preserve point in the list buffer.  (Bug#4939)
3827         Use point-at-eol.
3828         (newsticker--treeview-list-update-highlight)
3829         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3831 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3833         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3834         Remove.
3836         * calc/calc-ext.el (calc-init-extensions): Remove references to
3837         symclip.
3839         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3841         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3842         * calc/calc-help.el (calc-b-prefix-help): Remove references to
3843         `calc-symclip'.
3845 2009-11-16  Kevin Ryde  <user42@zip.com.au>
3847         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3848         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3850         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3851         (lm-keywords-list): Allow comma-only separator like "foo,bar".
3852         Ignore trailing spaces by omit-nulls to split-string (fixing
3853         regression from Emacs 21 due to the incompatible split-string
3854         change).  (Bug #4928.)
3856 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3858         * vc.el (vc-log-show-limit): Default to 2000.
3859         (vc-print-log-internal): Insert buttons to request more entries
3860         when limiting the output.
3862         * vc-sccs.el (vc-sccs-print-log):
3863         * vc-rcs.el (vc-rcs-print-log):
3864         * vc-cvs.el (vc-cvs-print-log):
3865         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3866         LIMIT is non-nil.
3868 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3870         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3871         error when `tramp-gvfs-dbus-event-vector' is set.
3872         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3874 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3876         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3878 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3880         * net/dbus.el (dbus-unregister-service): New defun.
3881         (dbus-register-property): Register the handlers of
3882         "org.freedesktop.DBus.Properties" for SERVICE.
3883         (dbus-property-handler): Fix docstring.
3885 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3887         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3888         Quote doc string reference in defvaralias as it is not in special form.
3889         (byte-compile-output-docform): Doc fix.
3891 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3893         * calc/calc.el (math-2-word-size, math-half-2-word-size)
3894         (calc-complement-signed-mode): New variables.
3895         (calc-set-mode-line): Add indicator for twos-complements.
3896         (math-format-number): Format twos-complement notation.
3898         * calc/calc-bin.el (calc-word-size): Reset the variables
3899         `math-2-word-size' and `math-half-2-word-size'.
3900         (math-format-complement-signed, math-symclip, calcFunc-symclip)
3901         (calc-symclip): New functions.
3903         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3905         * calc/calc-embed.el (calc-embedded-mode-vars):
3906         Add `calc-complement-signed-mode' to the list of modes.
3908         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3909         (calc-b-oper-keys): Add `calc-symclip' to list.
3911         * calc/calc-ext.el (math-read-number-fancy): Read complement
3912         signed numbers.
3913         (calc-init-extensions): Add binding for `calc-symclip'.
3914         Add autoload for `calcFunc-symclip' and `calc-symclip'.
3916         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3917         `calc-symclip'.
3918         (calc-modes-menu): Add item for twos complement mode.
3920         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3922 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3924         * register.el (jump-to-register, insert-register): Handle Semantic
3925         tags.  From commented-out advice in semantic/senator.el.
3927 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3929         * vc.el (vc-log-show-limit): New variable.
3930         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
3931         when using a prefix argument.
3932         (vc-print-log-internal): Add new argument LIMIT.
3934         * vc-svn.el (vc-svn-print-log):
3935         * vc-mtn.el (vc-mtn-print-log):
3936         * vc-hg.el (vc-hg-print-log):
3937         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3938         pass it to the log command when set.  Make the BUFFER argument
3939         non-optional.
3941         * vc-sccs.el (vc-sccs-print-log):
3942         * vc-rcs.el (vc-rcs-print-log):
3943         * vc-git.el (vc-git-print-log):
3944         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3945         ignore it.  Make the BUFFER argument non-optional
3947         * bindings.el (mode-line-buffer-identification): Do not purecopy.
3949 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3951         * dired.el (dired-mode-map): Move encryption items to "Operate"
3952         menu (Bug#4703).
3954         * strokes.el (strokes-update-window-configuration): Make strokes
3955         buffer current before erasing (Bug#4906).
3957         * cedet/semantic/idle.el (semantic-idle-summary-mode)
3958         (semantic-idle-summary-mode): Define using define-minor-mode
3959         instead of define-semantic-idle-service.
3960         (semantic-idle-summary-mode): New function.
3961         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3962         that mouse motion does not reset the echo area.
3964 2009-11-15  Juri Linkov  <juri@jurta.org>
3966         * simple.el (set-mark-default-inactive): Add :type, :group
3967         and :version.  (Bug#4876)
3969 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
3971         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3972         (archive-unique-fname): ... here.  (Bug#4929)
3974 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3976         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3977         with a real fix.
3979         * novice.el (disabled-command-function): Add useful args.
3980         Setup the help buffer so that [back] works.
3981         Remove redundant call to help-mode.
3982         (disabled-command-function): Use `case'.
3983         (en/disable-command): New function extracted from enable-command.
3984         (enable-command, disable-command): Use it.
3986 2009-11-14  Glenn Morris  <rgm@gnu.org>
3988         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3989         constants.  (Bug#4913)
3991         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3993 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3995         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3996         defined in C that have no doc-strings.  (Bug#1063)
3998 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4000         * cus-edit.el (data, files):
4001         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4003 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4005         * simple.el (shell-command): Doc fix (Bug#4891).
4007         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4009 2009-11-14  Glenn Morris  <rgm@gnu.org>
4011         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4012         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4013         If they are already loaded, eval-after-load will do the right thing.
4015         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4016         compiling.
4018         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4020         * simple.el (x-selection-owner-p): Declare.
4021         (read-mail-command): Use custom radio type rather than choice.
4022         (completion-no-auto-exit): Doc fix.
4024         * custom.el (defgroup):
4025         * epg-config.el (epg): Doc fixes.
4027 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4029         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4030         * international/ccl.el (define-ccl-program): Do not purecopy the
4031         docstring, defconst does it anyway.
4033 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4035         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4036         a second time.
4038         * x-dnd.el (x-dnd-maybe-call-test-function):
4039         * window.el (split-window-vertically):
4040         * whitespace.el (whitespace-help-on):
4041         * vc-rcs.el (vc-rcs-consult-headers):
4042         * userlock.el (ask-user-about-lock-help)
4043         (ask-user-about-supersession-help):
4044         * type-break.el (type-break-force-mode-line-update):
4045         * time-stamp.el (time-stamp-conv-warn):
4046         * terminal.el (te-set-output-log, te-more-break, te-filter)
4047         (te-sentinel, terminal-emulator):
4048         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4049         (term-write-input-ring, term-check-source, term-start-output-log):
4050         (term-display-buffer-line, term-dynamic-list-completions):
4051         (term-ansi-make-term, serial-term):
4052         * subr.el (selective-display):
4053         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4054         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4055         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4056         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4057         (speedbar-remove-localized-speedbar-support)
4058         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4059         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4060         (speedbar-buffers-line-directory):
4061         * simple.el (shell-command-on-region, append-to-buffer)
4062         (prepend-to-buffer):
4063         * shadowfile.el (shadow-save-todo-file):
4064         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4065         (scroll-bar-maybe-set-window-start):
4066         * sb-image.el (speedbar-image-dump):
4067         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4068         (load-save-place-alist-from-file):
4069         * ps-samp.el (ps-print-message-from-summary):
4070         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4071         (ps-background-image, ps-begin-job, ps-do-despool):
4072         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4073         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4074         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4075         (pr-call-process, pr-file-list, pr-interface-save):
4076         * novice.el (disabled-command-function)
4077         (enable-command, disable-command):
4078         * mouse.el (mouse-buffer-menu-alist):
4079         * mouse-copy.el (mouse-kill-preserving-secondary):
4080         * macros.el (kbd-macro-query):
4081         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4082         * informat.el (batch-info-validate):
4083         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4084         * hippie-exp.el (try-expand-dabbrev-visible):
4085         * help-mode.el (help-make-xrefs):
4086         * help-fns.el (describe-variable):
4087         * generic-x.el (bat-generic-mode-run-as-comint):
4088         * finder.el (finder-mouse-select):
4089         * find-dired.el (find-dired-sentinel):
4090         * filesets.el (filesets-file-close):
4091         * files.el (list-directory):
4092         * faces.el (list-faces-display, describe-face):
4093         * facemenu.el (list-colors-display):
4094         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4095         * epg.el (epg--process-filter, epg-cancel):
4096         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4097         (epa--read-signature-type):
4098         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4099         (emerge-file-names):
4100         * ehelp.el (electric-helpify):
4101         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4102         * ediff-vers.el (rcs-ediff-view-revision):
4103         * ediff-util.el (ediff-setup):
4104         * ediff-mult.el (ediff-append-custom-diff):
4105         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4106         (ediff-wordify):
4107         * echistory.el (Electric-command-history-redo-expression):
4108         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4109         * disp-table.el (describe-display-table):
4110         * dired.el (dired-find-buffer-nocreate):
4111         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4112         * dabbrev.el (dabbrev--same-major-mode-p):
4113         * chistory.el (list-command-history):
4114         * apropos.el (apropos-documentation):
4115         * allout.el (allout-obtain-passphrase):
4116         (allout-copy-exposed-to-buffer):
4117         (allout-verify-passphrase): Use with-current-buffer.
4119 2009-11-13  Glenn Morris  <rgm@gnu.org>
4121         * Makefile.in (ELCFILES): Regenerate.
4123 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4125         * net/dbus.el (dbus-registered-objects-table): Rename from
4126         `dbus-registered-functions-table', because it contains also properties.
4127         (dbus-unregister-object): Unregister also properties.
4128         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4129         Use a timeout of 500 msec, in order to not block.
4130         (dbus-register-property, dbus-property-handler): New defuns.
4132 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4134         * simple.el (minibuffer-default-add-completions): Drop deprecated
4135         4th arg.
4137 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4139         * textmodes/artist.el (artist-mouse-choose-operation):
4140         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4141         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4142         (artist-compute-up-event-key): New function.
4143         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4145 2009-11-13  Kenichi Handa  <handa@m17n.org>
4147         * language/japan-util.el: Make sure that the value of jisx0208
4148         property is jisx0208 character.
4150 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4152         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4153         car or each item, not the whole list.
4155 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4157         * minibuffer.el (minibuffer-completion-help):
4158         Use minibuffer-hide-completions.
4160 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4162         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4163         (dired-revert): Use them (bug#4880).
4165 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4167         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4169 2009-11-12  Juri Linkov  <juri@jurta.org>
4171         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4172         New functions.
4173         (find-file-literally-at-point): Alias of `ffap-literally'.
4175 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4177         * textmodes/ispell.el (ispell-skip-region-alist):
4178         * textmodes/css-mode.el (auto-mode-alist):
4179         * progmodes/compile.el (auto-mode-alist):
4180         * international/mule.el (ctext-non-standard-encodings-alist)
4181         (ctext-non-standard-encodings-regexp):
4182         * simple.el (shell-command-switch, text-read-only):
4183         * replace.el (occur-mode-map):
4184         * paths.el (rmail-file-name):
4185         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4186         * find-file.el (ff-special-constructs):
4187         * files.el (file-name-handler-alist):
4188         * composite.el: Purecopy strings.
4190         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4192 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4194         * widget.el (define-widget): Purecopy the docstring.
4195         * international/mule-cmds.el (charset): Do not purecopy the
4196         docstring here, define-widget does it.
4198         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4199         * textmodes/bibtex-style.el (auto-mode-alist):
4200         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4201         * progmodes/compile.el (compile-command):
4202         * language/korea-util.el (default-korean-keyboard):
4203         * international/mule-conf.el (file-coding-system-alist):
4204         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4205         * tooltip.el (tooltip-frame-parameters):
4206         * newcomment.el (comment-end, comment-padding):
4207         * dired.el (dired-trivial-filenames):
4208         * comint.el (comint-file-name-prefix): Purecopy initial values.
4210 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4212         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4213         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4214         `tramp-unload'.
4215         (tramp-advice-make-auto-save-file-name)
4216         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4217         after removing the advice.
4219 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4221         * progmodes/grep.el (grep-regexp-alist):
4222         * international/mule-cmds.el (iso-2022-control-alist):
4223         * emacs-lisp/timer.el (timer-duration-words):
4224         * subr.el (version-separator, version-regexp-alist):
4225         * minibuffer.el (completion-styles-alist):
4226         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4227         Change defvars to defconsts.
4229         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4230         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4231         * international/mule-conf.el: Allow to be byte compiled.
4233         * international/mule.el (define-charset): Purecopy props.
4234         (load-with-code-conversion): Purecopy doc string and file name.
4235         (put-charset-property): Purecopy strings.
4236         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4238         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4239         (define-char-code-property): Correctly purecopy the table.
4241         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4243         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4245         * subr.el (add-hook): Purecopy strings.
4246         (eval-after-load): Purecopy load-history-regexp and the form.
4248         * custom.el (custom-declare-group): Purecopy load-file-name.
4250         * subr.el (menu-bar-separator): New defconst.
4251         * net/eudc.el (eudc-tools-menu):
4252         * international/mule-cmds.el (set-coding-system-map)
4253         (mule-menu-keymap):
4254         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4255         * vc-hooks.el (vc-menu-map):
4256         * replace.el (occur-mode-map):
4257         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4258         (menu-bar-edit-menu, menu-bar-goto-menu)
4259         (menu-bar-custom-menu, menu-bar-showhide-menu)
4260         (menu-bar-options-menu, menu-bar-tools-menu)
4261         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4262         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4263         (menu-bar-help-menu):
4264         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4265         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4267         * term/x-win.el (x-gtk-stock-map):
4268         * progmodes/vera-mode.el (auto-mode-alist):
4269         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4270         (inferior-lisp-program, inferior-lisp-load-command):
4271         * progmodes/hideshow.el (hs-special-modes-alist):
4272         * progmodes/gud.el (same-window-regexps):
4273         * progmodes/grep.el (grep-program, find-program, xargs-program):
4274         * net/telnet.el (same-window-regexps):
4275         * net/rlogin.el (same-window-regexps):
4276         * language/ethiopic.el (font-ccl-encoder-alist):
4277         * vc-sccs.el (vc-sccs-master-templates):
4278         * vc-rcs.el (vc-rcs-master-templates):
4279         * subr.el (cl-assertion-failed):
4280         * simple.el (next-error-overlay-arrow-position):
4281         * lpr.el (lpr-command):
4282         * locate.el (locate-ls-subdir-switches):
4283         * info.el (same-window-regexps, info)
4284         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4285         * image-mode.el (image-mode, auto-mode-alist):
4286         * hippie-exp.el (hippie-expand-ignore-buffers):
4287         * format.el (format-alist):
4288         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4289         (find-name-arg):
4290         * facemenu.el (facemenu-keybindings):
4291         * dired.el (dired-listing-switches, dired-chown-program):
4292         * diff.el (diff-switches, diff-command):
4293         * cus-edit.el (same-window-regexps):
4294         * bindings.el (mode-line-mule-info)
4295         (mode-line-buffer-identification): Purecopy strings.
4297 2009-11-11  Juri Linkov  <juri@jurta.org>
4299         * simple.el (dired-get-filename) <declare-function>:
4300         Tell the byte-compiler about dired-get-filename.
4301         (shell-command): In Dired mode, get filename from the current line
4302         as the default value.
4304 2009-11-10  Glenn Morris  <rgm@gnu.org>
4306         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4307         * calendar/holidays.el, progmodes/cperl-mode.el:
4308         Update x-popup-menu declarations.
4310         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4311         (list-load-path-shadows): Use dolist.
4312         (list-load-path-shadows): Use with-current-buffer.
4314 2009-11-10  Juri Linkov  <juri@jurta.org>
4316         * minibuffer.el (read-file-name): Support a list of default values
4317         in `default-filename'.  Use the first file name where only one
4318         element is required.  Doc fix.
4320 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4322         * net/dbus.el (dbus-unregister-object): Release service, if no
4323         other method is registered for it.
4325 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4327         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4328         bookmark-sort-flag is non-nil (Bug#4653).
4330 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4332         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4333         the progress reporter entirely.
4335         * emulation/cua-base.el: Add CUA property to some CC mode commands
4336         (Bug#4100).
4338 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4340         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4341         at end of sentence (Bug#4818).
4343 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4345         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4346         Handle "see declaration of" MSFT statements (Bug#4100).
4348 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4350         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4351         (tramp-advice-file-expand-wildcards): Unload via
4352         `ad-remove-advice'.
4354         * net/trampver.el: Update release number.
4356 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4358         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4359         `ad-do-it'.
4361 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4363         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4364         in order to keep context in SELinux.
4366 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4368         * dired-aux.el (dired-query): Place cursor in echo area and allow
4369         C-g.
4371         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4372         menu item if not on a directory (Bug#4701).
4374 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4376         Sync with Tramp 2.1.17.
4378         * net/tramp.el (tramp-handle-copy-directory): Don't use
4379         `file-remote-p' (due to compatibility).
4381         * net/tramp-compat.el (tramp-compat-copy-directory)
4382         (tramp-compat-delete-directory): New defuns.
4384         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4385         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4386         `tramp-compat-delete-directory'.
4388         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4389         (tramp-smb-handle-delete-directory): Use
4390         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4392         * net/trampver.el: Update release number.
4394 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4396         * tar-mode.el (tar-copy): Call write-region on the right buffer
4397         (Bug#4857).
4399         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4400         by hand, if necessary (Bug#4878).
4402 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4404         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4405         align size column (Bug#4839).
4407         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4408         statement.
4410 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4412         * progmodes/ld-script.el (auto-mode-alist):
4413         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4415         * cus-face.el (custom-declare-face): Purecopy face spec.
4417 2009-11-06  Kenichi Handa  <handa@m17n.org>
4419         * international/uni-bidi.el: Re-generated.
4420         * international/uni-category.el: Re-generated.
4421         * international/uni-combining.el: Re-generated.
4422         * international/uni-mirrored.el: Re-generated.
4424 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4426         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4427         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4428         (tex-start-options, slitex-run-command, latex-run-command)
4429         (tex-run-command, tex-directory):
4430         * textmodes/ispell.el (ispell-html-skip-alists)
4431         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4432         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4433         (adaptive-fill-regexp):
4434         * textmodes/dns-mode.el (auto-mode-alist):
4435         * progmodes/python.el (interpreter-mode-alist):
4436         * progmodes/etags.el (tags-compression-info-list):
4437         * progmodes/etags.el (tags-file-name):
4438         * net/browse-url.el (browse-url-galeon-program)
4439         (browse-url-firefox-program):
4440         * mail/sendmail.el (mail-signature-file)
4441         (mail-citation-prefix-regexp):
4442         * international/mule-conf.el (eight-bit):
4443         * international/latexenc.el (latex-inputenc-coding-alist):
4444         * international/fontset.el (x-pixel-size-width-font-regexp):
4445         * emacs-lisp/warnings.el (warning-type-format):
4446         * emacs-lisp/trace.el (trace-buffer):
4447         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4448         (emacs-lisp-mode-map):
4449         * calendar/holidays.el (holiday-solar-holidays)
4450         (holiday-bahai-holidays, holiday-islamic-holidays)
4451         (holiday-christian-holidays, holiday-hebrew-holidays)
4452         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4453         (hebrew-holidays-1, holiday-oriental-holidays)
4454         (holiday-general-holidays):
4455         * x-dnd.el (x-dnd-known-types):
4456         * tool-bar.el (tool-bar):
4457         * startup.el (site-run-file):
4458         * shell.el (shell-dumb-shell-regexp):
4459         * rfn-eshadow.el (file-name-shadow-tty-properties)
4460         (file-name-shadow-properties):
4461         * paths.el (remote-shell-program, news-directory):
4462         * mouse.el ([C-down-mouse-3]):
4463         * menu-bar.el (menu-bar-tools-menu):
4464         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4465         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4466         (jka-compr-compression-info-list):
4467         * isearch.el (search-whitespace-regexp):
4468         * image-file.el (image-file-name-extensions):
4469         * find-dired.el (find-ls-option):
4470         * files.el (directory-listing-before-filename-regexp)
4471         (directory-free-space-args, insert-directory-program)
4472         (list-directory-brief-switches, magic-fallback-mode-alist)
4473         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4474         (automount-dir-prefix):
4475         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4476         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4477         (face-font-registry-alternatives, face-font-registry-alternatives)
4478         (face-font-family-alternatives):
4479         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4480         (facemenu-foreground-menu, facemenu-face-menu):
4481         * epa-hook.el (epa-file-name-regexp):
4482         * dnd.el (dnd-protocol-alist):
4483         * textmodes/rst.el (auto-mode-alist):
4484         * button.el (default-button): Purecopy strings.
4486 2009-11-06  Glenn Morris  <rgm@gnu.org>
4488         * Makefile.in (ELCFILES): Update.
4490 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4492         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4493         * emacs-lisp/levents.el: Move to obsolete/levents.el.
4495         * nxml/xsd-regexp.el (xsdre-gen-categories):
4496         * nxml/xmltok.el (xmltok-parse-entity):
4497         * nxml/rng-parse.el (rng-parse-validate-file):
4498         * nxml/rng-maint.el (rng-format-manual)
4499         (rng-manual-output-force-new-line):
4500         * nxml/rng-loc.el (rng-save-schema-location-1):
4501         * nxml/rng-cmpct.el (rng-c-parse-file):
4502         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4503         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4505 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
4507         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4508         Remove extra save-excursions and make-variable-buffer-local's.
4509         Suggested by Stefan Monnier.
4511         (verilog-getopt-file, verilog-module-inside-filename-p)
4512         (verilog-set-define): Merge GNU 1.35 and repair changes from
4513         switching to using with-current-buffer.
4515         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4516         being treated as a number and confusing AUTORESET.
4517         Reported by Dan Dever.
4519         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4520         Add verilog-auto-ignore-concat to fix backward compatibility with
4521         older verilog-modes.  Reported by Dan Katz.
4523         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4524         containing closing anchors "...$".
4526         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4527         Reported by Wade Smith.
4529         (verilog-batch-execute-func): Comment on function usage.
4531 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
4533         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4534         for labels.
4536         (verilog-label-re, verilog-calc-1): Support proper indent of named
4537         asserts.
4539         (verilog-backward-token, verilog-basic-complete-re)
4540         (verilog-beg-of-statement, verilog-indent-re): Support proper
4541         indent of the assert statement at the beginning of a block of text.
4543         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4544         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4545         tokens as begins.
4547 2009-11-05  Glenn Morris  <rgm@gnu.org>
4549         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4550         Emacs 19.  (Bug#1531)
4551         (byte-compile-fix-header): Update for the above change.
4552         Drop test for epoch::version.
4554         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4555         * cus-dep.el (custom-make-dependencies):
4556         * finder.el (finder-compile-keywords):
4557         Use autoload-rubric's feature argument.
4559         * calendar/diary-lib.el (top-level): Make load behave more like require.
4561         * vc-git.el (vc-git-stash-map): Move definition before use.
4563 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4565         * custom.el (custom-declare-group): Purecopy standard-value.
4566         (custom-declare-group): Purecopy custom-prefix.
4568         * international/mule.el (load-with-code-conversion):
4569         Call do-after-load-evaluation unconditionally.
4571         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4573 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4575         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4577 2009-11-04  Glenn Morris  <rgm@gnu.org>
4579         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4580         (byte-compile-compatibility): Remove option.
4581         (byte-compile-close-variables, byte-compile-fix-header)
4582         (byte-compile-insert-header, byte-compile-output-docform)
4583         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4584         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4585         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4586         (byte-compile-insert, byte-compile-defun):
4587         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
4588         (byte-defop-compiler19): Remove.
4589         Without byte-compile-compatibility, the 'emacs19-opcode property is not
4590         used by anything.  Replace all calls with byte-defop-compiler.
4592 2009-11-04  Juri Linkov  <juri@jurta.org>
4594         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4595         (menu-bar-options-menu): Don't quote the `prop' arg of
4596         `menu-bar-make-mm-toggle'.
4598 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
4600         * calendar/calendar.el (cal-loaddefs):
4601         * calendar/diary-lib.el (diary-loaddefs):
4602         * calendar/holidays.el (hol-loaddefs):
4603         * eshell/esh-module.el (esh-groups): Load rather than require.
4605 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4607         * calendar/todo-mode.el (todo-add-category): Don't hardcode
4608         point-min==1.
4609         (todo-top-priorities): Only display-buffer when called interactively.
4610         (todo-item-start): Don't save excursion point.
4611         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
4612         (todo-insert-item-here, todo-file-item, todo-remove-item):
4613         Adjust uses of todo-item-start and todo-item-end.
4615         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4616         (autoload-rubric): Don't use any more.
4617         * cedet/semantic/fw.el (semantic/loaddefs):
4618         * cedet/srecode.el (srecode/loaddefs):
4619         * cedet/ede.el (ede/loaddefs): Load rather than require.
4620         * cedet/ede/cpp-root.el:
4621         * cedet/ede/emacs.el:
4622         * cedet/ede/files.el:
4623         * cedet/ede/linux.el:
4624         * cedet/ede/locate.el:
4625         * cedet/ede/make.el:
4626         * cedet/ede/shell.el:
4627         * cedet/ede/speedbar.el:
4628         * cedet/ede/system.el:
4629         * cedet/ede/util.el:
4630         * cedet/semantic/analyze.el:
4631         * cedet/semantic/bovine.el:
4632         * cedet/semantic/complete.el:
4633         * cedet/semantic/ctxt.el:
4634         * cedet/semantic/db-file.el:
4635         * cedet/semantic/db-find.el:
4636         * cedet/semantic/db-global.el:
4637         * cedet/semantic/db-mode.el:
4638         * cedet/semantic/db-typecache.el:
4639         * cedet/semantic/db.el:
4640         * cedet/semantic/debug.el:
4641         * cedet/semantic/dep.el:
4642         * cedet/semantic/doc.el:
4643         * cedet/semantic/edit.el:
4644         * cedet/semantic/find.el:
4645         * cedet/semantic/format.el:
4646         * cedet/semantic/html.el:
4647         * cedet/semantic/ia-sb.el:
4648         * cedet/semantic/ia.el:
4649         * cedet/semantic/idle.el:
4650         * cedet/semantic/lex-spp.el:
4651         * cedet/semantic/lex.el:
4652         * cedet/semantic/mru-bookmark.el:
4653         * cedet/semantic/scope.el:
4654         * cedet/semantic/senator.el:
4655         * cedet/semantic/sort.el:
4656         * cedet/semantic/symref.el:
4657         * cedet/semantic/tag-file.el:
4658         * cedet/semantic/tag-ls.el:
4659         * cedet/semantic/tag-write.el:
4660         * cedet/semantic/tag.el:
4661         * cedet/semantic/util-modes.el:
4662         * cedet/semantic/analyze/complete.el:
4663         * cedet/semantic/analyze/refs.el:
4664         * cedet/semantic/bovine/c.el:
4665         * cedet/semantic/bovine/gcc.el:
4666         * cedet/semantic/bovine/make.el:
4667         * cedet/semantic/bovine/scm.el:
4668         * cedet/semantic/decorate/include.el:
4669         * cedet/semantic/decorate/mode.el:
4670         * cedet/semantic/symref/cscope.el:
4671         * cedet/semantic/symref/global.el:
4672         * cedet/semantic/symref/grep.el:
4673         * cedet/semantic/symref/idutils.el:
4674         * cedet/semantic/symref/list.el:
4675         * cedet/semantic/wisent/java-tags.el:
4676         * cedet/semantic/wisent/javascript.el:
4677         * cedet/srecode/compile.el:
4678         * cedet/srecode/cpp.el:
4679         * cedet/srecode/document.el:
4680         * cedet/srecode/el.el:
4681         * cedet/srecode/expandproto.el:
4682         * cedet/srecode/getset.el:
4683         * cedet/srecode/insert.el:
4684         * cedet/srecode/java.el:
4685         * cedet/srecode/map.el:
4686         * cedet/srecode/mode.el:
4687         * cedet/srecode/template.el:
4688         * cedet/srecode/texi.el: Remove the file-local setting of
4689         generated-autoload-feature.
4691         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4692         and only put a prop if it is non-nil.
4694 2009-11-03  Juri Linkov  <juri@jurta.org>
4696         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4697         (menu-bar-options-menu): Fix list quoting (Bug#4429).
4699         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4700         and "Menu" to make top-level menu item visually one unit (like
4701         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4702         multi-word menu items).  Fix :help string for quit-window.
4704 2009-11-03  Glenn Morris  <rgm@gnu.org>
4706         * cedet/mode-local.el (with-mode-local): Doc fix.
4708         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4709         (byte-compile-file-form-define-abbrev-table)
4710         (byte-compile-file-form-custom-declare-variable)
4711         (byte-compile-variable-ref, byte-compile-defvar):
4712         Whether or not a warning is enabled should only affect whether we issue
4713         the warning, not whether or not we collect the relevant data.
4714         Eg warnings can be turned on and off throughout the course of a file.
4716         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4717         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4719 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4722         * play/mpuz.el (mpuz-create-buffer):
4723         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4724         (lm-print-y,s,noise, lm-print-w0, lm-init):
4725         * play/gomoku.el (gomoku-prompt-for-move):
4726         * play/fortune.el (fortune-in-buffer):
4727         * play/dissociate.el (dissociated-press):
4728         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4729         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4730         * mail/supercite.el (sc-eref-show):
4731         * mail/smtpmail.el (smtpmail-send-it):
4732         * mail/rmailsum.el (rmail-summary-next-labeled-message)
4733         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4734         (rmail-summary-undelete-many, rmail-summary-rmail-update)
4735         (rmail-summary-goto-msg, rmail-summary-expunge)
4736         (rmail-summary-get-new-mail, rmail-summary-search-backward)
4737         (rmail-summary-add-label, rmail-summary-output-menu)
4738         (rmail-summary-output-body):
4739         * mail/rfc822.el (rfc822-addresses):
4740         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4741         * mail/mailpost.el (post-mail-send-it):
4742         * mail/hashcash.el (hashcash-generate-payment):
4743         * mail/feedmail.el (feedmail-run-the-queue)
4744         (feedmail-queue-send-edit-prompt-help-first)
4745         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4746         (feedmail-deduce-address-list):
4747         * eshell/esh-ext.el (eshell-remote-command):
4748         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4749         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4750         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4751         (viper-save-string-in-file, viper-valid-marker):
4752         * emulation/viper-keym.el (viper-toggle-key):
4753         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4754         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4755         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4756         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4757         (viper-exec-form-in-emacs, viper-brac-function):
4758         * emulation/viper.el (viper-delocalize-var):
4759         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4760         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4761         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4762         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4763         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4764         * emulation/edt.el (edt-electric-helpify):
4765         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4766         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4767         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4768         (cua-indent-to-global-mark-column):
4769         * calendar/diary-lib.el (calendar-mark-1):
4770         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4771         Use with-current-buffer.
4772         * emulation/viper.el (viper-delocalize-var): Use dolist.
4774 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
4776         * comint.el (comint-replace-by-expanded-history-before-point):
4777         Replace !! with the previous input string literally (Bug#1795).
4779 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
4781         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4782         to be made up of whitespace.
4784 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
4786         * minibuffer.el (read-file-name): Don't use file dialogs for
4787         remote directories (Bug#99).
4789 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
4791         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4793 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4795         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4796         instead of deleting the window or frame.
4798 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4800         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4801         Support face colors.
4803         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4804         New function.  Support face colors (Bug#1168).
4805         (tex-common-initialization): Use it.
4807         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4808         mode allows it (Bug#1168).
4810 2009-10-31  Juri Linkov  <juri@jurta.org>
4812         * facemenu.el (list-colors-display): Don't mark buffer as
4813         modified (Bug#3948).
4815 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4817         * international/mule-diag.el (list-character-sets-1): Minor
4818         message fix (Bug#3526).
4820         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4821         face property (Bug#4834).
4822         (etags-list-tags, etags-tags-apropos-additional)
4823         (etags-tags-apropos, tags-select-tags-table): Add follow-link
4824         property.
4826         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4827         items.
4829         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4830         items.
4832         * cedet/ede.el (ede-minor-mode):
4833         * cedet/semantic.el (semantic-mode): Toggle menu separators.
4835 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4837         * textmodes/two-column.el (2C-split):
4838         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4839         * textmodes/tex-mode.el (tex-set-buffer-directory):
4840         * textmodes/spell.el (spell-region, spell-string):
4841         * textmodes/reftex.el (reftex-erase-buffer):
4842         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4843         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4844         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4845         (reftex-select-item):
4846         * textmodes/reftex-ref.el (reftex-label-info-update)
4847         (reftex-offer-label-menu):
4848         * textmodes/reftex-index.el (reftex-index-change-entry)
4849         (reftex-index-phrases-info):
4850         * textmodes/reftex-global.el (reftex-create-tags-file)
4851         (reftex-save-all-document-buffers, reftex-ensure-write-access):
4852         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4853         (reftex-view-crossref-from-bibtex):
4854         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4855         (reftex-extract-bib-entries-from-thebibliography)
4856         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4857         * textmodes/refbib.el (r2b-capitalize-title):
4858         (r2b-convert-buffer, r2b-help):
4859         * textmodes/page-ext.el (pages-directory)
4860         (pages-directory-goto-with-mouse):
4861         * textmodes/bibtex.el (bibtex-validate-globally):
4862         * textmodes/bib-mode.el (bib-capitalize-title):
4863         * textmodes/artist.el (artist-clear-buffer, artist-system):
4864         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4865         (local-set-scheme-interaction-buffer, xscheme-process-filter)
4866         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4867         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4868         (xscheme-send-control-g-interrupt, xscheme-start-process)
4869         (xscheme-process-sentinel, xscheme-cd):
4870         * progmodes/verilog-mode.el (verilog-read-always-signals)
4871         (verilog-set-define, verilog-getopt-file)
4872         (verilog-module-inside-filename-p):
4873         * progmodes/sh-script.el:
4874         * progmodes/python.el (python-pdbtrack-get-source-buffer)
4875         (python-pdbtrack-grub-for-buffer, python-execute-file):
4876         * progmodes/octave-inf.el (inferior-octave):
4877         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4878         (idlwave-shell-compile-helper-routines, idlwave-set-local)
4879         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4880         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4881         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4882         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4883         (idlwave-shell-filter, idlwave-shell-examine-highlight)
4884         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4885         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4886         (idlwave-shell-examine-display, idlwave-shell-run-region)
4887         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4888         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4889         * progmodes/idlw-help.el (idlwave-help-get-special-help)
4890         (idlwave-help-get-help-buffer):
4891         * progmodes/gud.el (gud-basic-call, gud-find-class)
4892         (gud-tooltip-activate-mouse-motions-if-enabled):
4893         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4894         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4895         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4896         (ebrowse-tags-next-file):
4897         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4898         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4899         (ebnf-eps-finish-and-write):
4900         * progmodes/cpp.el (cpp-edit-save):
4901         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4902         * progmodes/cc-defs.el (c-emacs-features):
4903         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4904         (antlr-directory-dependencies):
4905         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4906         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4907         (ada-find-any-references, ada-make-filename-from-adaname)
4908         (ada-make-body-gnatstub):
4909         * obsolete/rnews.el (news-list-news-groups):
4910         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4911         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4912         * net/rcirc.el (rcirc-debug):
4913         * net/newst-treeview.el (newsticker--treeview-list-add-item)
4914         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4915         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4916         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4917         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4918         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4919         (newsticker--treeview-list-clear-highlight)
4920         (newsticker--treeview-list-update-highlight)
4921         (newsticker--treeview-list-highlight-start)
4922         (newsticker--treeview-tree-update-highlight)
4923         (newsticker--treeview-get-selected-item)
4924         (newsticker-treeview-mark-list-items-old)
4925         (newsticker--treeview-set-current-node):
4926         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4927         * net/newst-backend.el (newsticker--get-news-by-funcall)
4928         (newsticker--get-news-by-wget, newsticker--image-get)
4929         (newsticker--image-sentinel):
4930         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4931         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4932         (eudc-ph-close-session):
4933         * net/eudc.el (eudc-save-options):
4934         * language/thai-word.el (thai-update-word-table):
4935         * language/japan-util.el (japanese-string-conversion):
4936         * international/titdic-cnv.el (tsang-quick-converter)
4937         (ziranma-converter, ctlau-converter):
4938         * international/mule-cmds.el (describe-language-environment):
4939         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4940         (skkdic-convert-postfix, skkdic-convert-prefix):
4941         (skkdic-convert-okuri-nasi, skkdic-convert):
4942         * emacs-lisp/re-builder.el (reb-update-overlays):
4943         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4944         * emacs-lisp/gulp.el (gulp-send-requests):
4945         * emacs-lisp/find-gc.el (trace-call-tree):
4946         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4947         (eieio-describe-generic):
4948         * emacs-lisp/eieio-base.el (eieio-persistent-read):
4949         * emacs-lisp/edebug.el (edebug-outside-excursion):
4950         * emacs-lisp/debug.el (debugger-make-xrefs):
4951         * emacs-lisp/cust-print.el (custom-prin1-to-string):
4952         * emacs-lisp/chart.el (chart-new-buffer):
4953         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4954         Use with-current-buffer.
4955         * textmodes/artist.el (artist-system): Don't call
4956         copy-sequence on a fresh string.
4957         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4959 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
4961         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4962         is no item to edit.  (Bug#4820)
4963         (todo-top-priorities): Restore point and restore narrowing in Todo
4964         buffer.  (Bug#4820)
4966 2009-10-31  Glenn Morris  <rgm@gnu.org>
4968         * net/ange-ftp.el (top-level): Don't require dired when compiling.
4969         (comint-last-output-start, comint-last-input-start)
4970         (comint-last-input-end): Don't defvar when compiling.
4971         (ange-ftp-process-file): Use bound-and-true-p.
4973         * pcmpl-rpm.el (top-level): Move provide statement to end.
4974         (pcmpl-rpm): Remove unused custom group.
4976         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4978         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4980         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4981         (byte-compile-warnings): Add `constants' as an option.
4982         (byte-compile-callargs-warn, byte-compile-arglist-warn)
4983         (display-call-tree): Update for byte-compile-fdefinition possibly
4984         returning `(macro lambda ...)'.  (Bug#4778)
4985         (byte-compile-variable-ref, byte-compile-setq-default):
4986         Respect `constants' member of byte-compile-warnings.
4988         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4989         Use mapc rather than mapcar because the return value is never used.
4991         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4992         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4993         * cedet/semantic/html.el:
4994         Suppress harmless warnings about setting up semantic-imenu (not
4995         part of Emacs) variables.
4997 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4999         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5000         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5001         to "submit:".
5003         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5004         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5005         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5006         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5007         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5008         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5009         (semantic-analyzer-debug-global-symbol)
5010         (semantic-analyzer-debug-missing-innertype)
5011         (semantic-analyzer-debug-insert-include-summary):
5012         * cedet/semantic/util.el (semantic-file-tag-table):
5013         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5014         (semantic-recursive-find-nonterminal-by-name):
5015         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5016         * cedet/semantic/tag-file.el (semantic-prototype-file):
5017         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5018         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5019         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5020         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5021         (semantic-idle-summary-maybe-highlight):
5022         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5023         (semantic-ia-sb-tag-info):
5024         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5025         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5026         * cedet/semantic/ede-grammar.el (project-compile-target):
5027         (ede-proj-makefile-insert-variables):
5028         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5029         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5030         (semantic-debug-mode, semantic-debug):
5031         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5032         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5033         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5034         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5035         (semanticdb-find-translate-path-includes--internal)
5036         (semanticdb-reset-log, semanticdb-find-log-activity):
5037         * cedet/semantic/db-file.el (object-write):
5038         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5039         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5040         (semanticdb-create-ebrowse-database):
5041         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5042         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5043         (semantic-collector-calculate-completions-raw)
5044         (semantic-complete-read-tag-analyzer):
5045         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5046         * cedet/ede/util.el (ede-update-version-in-source):
5047         * cedet/ede/proj.el (project-delete-target):
5048         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5049         (ede-proj-flush-autoconf):
5050         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5051         (ede-proj-configure-synchronize):
5052         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5053         * cedet/ede/linux.el (ede-linux-version):
5054         * cedet/ede/emacs.el (ede-emacs-version):
5055         * cedet/ede/dired.el (ede-dired-add-to-target):
5056         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5057         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5058         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5059         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5060         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5061         (cedet-idutils-version-check):
5062         * cedet/cedet-global.el (cedet-gnu-global-call):
5063         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5064         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5065         * cedet/cedet-cscope.el (cedet-cscope-call)
5066         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5067         Use with-current-buffer.
5068         * cedet/ede.el (ede-make-project-local-variable)
5069         (ede-set-project-variables, ede-set): Use dolist.
5071 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5073         * textmodes/ispell.el (ispell-skip-region-alist):
5074         * international/mule-conf.el (eight-bit):
5075         * international/fontset.el (font-encoding-alist):
5076         * startup.el (pure-space-overflow-message):
5077         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5078         * paths.el (gnus-nntp-service, rmail-spool-directory)
5079         (term-file-prefix):
5080         * files.el (save-some-buffers-action-alist):
5081         * cmuscheme.el (same-window-buffer-names):
5082         * ielm.el (same-window-buffer-names):
5083         * shell.el (same-window-buffer-names):
5084         * mail/sendmail.el (same-window-buffer-names):
5085         * progmodes/inf-lisp.el (same-window-buffer-names):
5086         * bindings.el (mode-line-client)
5087         (mode-line-column-line-number-mode-map):
5088         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5089         (tibetan-precomposed-regexp): Purecopy string arguments.
5091 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5093         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5094         (calcDigit-nondigit):
5095         * calc/calc-yank.el (calc-copy-to-buffer):
5096         * calc/calc-units.el (calc-invalidate-units-table):
5097         * calc/calc-trail.el (calc-trail-yank):
5098         * calc/calc-store.el (calc-insert-variables):
5099         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5100         * calc/calc-prog.el (calc-read-parse-table):
5101         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5102         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5103         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5104         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5105         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5106         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5107         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5108         * calc/calc-ext.el (calc-realign):
5109         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5110         (calc-embedded-finish-edit, calc-embedded-make-info)
5111         (calc-embedded-finish-command, calc-embedded-stack-change):
5112         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5114         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5115         (overload-docstring-extension): Use that info.
5116         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5117         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5118         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5119         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5120         (semantic-nonterminal-full-name): Add the new `when' info.
5121         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5122         `assert'.
5124         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5125         shell-dynamic-complete-filename in preference to
5126         comint-dynamic-complete-filename.
5128         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5129         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5130         Don't consider whether the display supports colors.
5131         (bookmark-import-new-list): Use dolist.
5132         (bookmark-bmenu-mode-map): Move initialization into declaration.
5133         (bookmark-bmenu-list): Use dolist, simplify.
5134         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5135         (menu-bar-final-items): Use push.
5137 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5139         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5140         it works on remote files.
5141         (vc-hg-diff): Don't pass any `--cwd' argument.
5143 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5145         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5146         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5147         (Further to Bug#3921).
5149 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5151         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5152         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5153         calling `tramp-imap-put-file'.  Add file size to the call.
5154         (tramp-imap-get-file-entries): Compute also user name, file size,
5155         and date.
5156         (tramp-imap-handle-insert-directory): Insert uid and gid.
5157         (tramp-imap-handle-file-attributes): Transform uid and gid
5158         according to `id-format'.
5159         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5160         size in header X-Size.
5162 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5164         * simple.el (transpose-subr): Give clearer error when the mark
5165         is not set.  (Bug#4807)
5167 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5169         * net/tramp.el (tramp-perl-file-truename): New defconst.
5170         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5171         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5172         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5173         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5175         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5176         Ignore `dired-call-process'.
5177         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5179 2009-10-26  Julian Scheid  <julians37@gmail.com>
5181         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5182         (tramp-get-remote-readlink): New defun.
5183         (tramp-handle-file-truename): Use it.
5184         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5185         file exists if cache value present.
5186         (tramp-check-cached-permissions): New defun.
5187         (tramp-handle-file-readable-p): Use it.
5188         (tramp-handle-file-writable-p): Likewise.
5189         (tramp-handle-file-executable-p): Likewise.
5190         (tramp-handle-file-name-all-completions): Try using Perl to get
5191         partial completions.  When perl not available, combine `cd' and
5192         `ls' into single remote operation and use shell expansion to get
5193         partial remote directory contents.  Set `file-exists-p' cache for
5194         directory and any files returned by ls.  Change cache handling to
5195         support partial directory contents.  Use error message emitted by
5196         remote `cd' or Perl code for local tramp-error.
5197         (tramp-do-copy-or-rename-file-directly): Avoid separate
5198         tramp-send-command-and-check call.
5199         (tramp-handle-process-file): Merge three remote ops into one.
5200         Do not flush all caches when `process-file-side-effects' is set.
5201         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5202         file-attributes shows uid/gid to be set already.
5204 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5206         * textmodes/tex-mode.el (tex-dvi-view-command)
5207         (tex-show-queue-command, tex-open-quote):
5208         * progmodes/ruby-mode.el (auto-mode-alist)
5209         (interpreter-mode-alist): Purecopy strings.
5211         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5213         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5214         string for the hook, keymap and abbrev table.
5216         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5218         * x-dnd.el (x-dnd-xdnd-to-action):
5219         * startup.el (fancy-startup-text, fancy-about-text): Change to
5220         defconst from defvar.
5222         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5224         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5225         Purecopy initialization strings.
5227         * mail/sendmail.el (mail-header-separator)
5228         (mail-personal-alias-file):
5229         * mail/rmail.el (rmail-default-dont-reply-to-names)
5230         (rmail-ignored-headers, rmail-retry-ignored-headers)
5231         (rmail-highlighted-headers, rmail-secondary-file-directory)
5232         (rmail-secondary-file-regexp):
5233         * files.el (null-device, file-name-invalid-regexp)
5234         (locate-dominating-stop-dir-regexp)
5235         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5236         (interpreter-mode-alist): Use mapcar instead of mapc.
5238         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5240         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5241         (completion-ignored-extensions):
5242         (debug-ignored-errors): Purecopy strings.
5244 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5246         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5247         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5248         (pcomplete--here): Use push.
5250         * subr.el (all-completions): Declare the 4th arg obsolete.
5252 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5254         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5255         (pcomplete-unquote-argument): New function.
5256         (pcomplete--common-suffix): Always pay attention to case.
5257         (pcomplete--table-subvert): Quote and unquote the text.
5258         (pcomplete--common-quoted-suffix): New function.
5259         (pcomplete-std-complete): Use it and pcomplete-begin.
5261         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5262         we're inside a dedicated or minibuffer window.
5264 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5266         * cedet/semantic/fw.el (semantic-alias-obsolete)
5267         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5268         (define-mode-overload-implementation):
5269         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5270         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5271         * cedet/semantic/util.el (semantic-file-token-stream)
5272         (semantic-something-to-stream):
5273         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5274         (semantic-expand-nonterminal):
5275         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5276         (semantic-find-dependency, semantic-find-nonterminal)
5277         (semantic-find-dependency):
5278         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5279         (semantic-flex-text, semantic-flex-make-keyword-table)
5280         (semantic-flex-keyword-p, semantic-flex-keyword-put)
5281         (semantic-flex-keyword-get, semantic-flex-map-keywords)
5282         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5283         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5284         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5285         (semantic-after-idle-scheduler-reparse-hooks):
5286         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5287         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5288         * cedet/semantic.el (semantic-toplevel-bovine-table)
5289         (semantic-toplevel-bovine-cache)
5290         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5291         (semantic-init-mode-hooks, semantic-init-db-hooks)
5292         (semantic-bovination-working-type): Provide the `when' arg.
5294 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5296         * bookmark.el: Update documentation, especially documentation
5297         of `bookmark-alist' and of the bookmark file format.
5298         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5300 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5302         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5303         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5304         window to buffer.
5306         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5307         (global-whitespace-mode, global-whitespace-newline-mode)
5308         (whitespace-toggle-options, global-whitespace-toggle-options):
5309         Doc fix (Bug#3660).
5311         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5312         of xmltok-start before the end tag was inserted (Bug#2840).
5314         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5315         patterns that are preceded by an open-paren (Bug#1320).
5317 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5319         * files.el (delete-directory): Delete symlinks to directories with
5320         delete-file (Bug#4739).
5322 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5324         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5325         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5326         argument to make-obsolete.
5328         * cedet/semantic/fw.el (semantic-alias-obsolete)
5329         (semantic-varalias-obsolete): Add optional WHEN argument.
5331 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5333         * vc.el (vc-backend-for-registration): Rename from
5334         vc-get-backend-for-registration.  Update callers.
5336         * international/mule-cmds.el (set-language-info-alist):
5337         Purecopy lang-env.
5338         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5339         (charset): Purecopy the name.
5340         (define-char-code-property): Purecopy string arguments.
5342         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5343         Purecopy string arguments.
5345         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5346         * ediff-hook.el (menu-bar-ediff-menu):
5347         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5348         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5350 2009-10-24  Glenn Morris  <rgm@gnu.org>
5352         * comint.el (comint-dynamic-list-completions):
5353         * term.el (term-dynamic-list-completions): Use choose-completion rather
5354         than obsolete alias mouse-choose-completion.
5356         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5357         file-cache-choose-completion.
5358         (file-cache-choose-completion): Handle an optional event argument.
5359         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5361         * progmodes/octave-mod.el (octave-complete-symbol):
5362         Use choose-completion if mouse-choose-completion is ever removed.
5364         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5365         use.
5367         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5368         compiler.
5370         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5372 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5375         Ignore `pred' now that we receive one.
5376         Handle test-completion specially.
5378 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5380         * vc.el (vc-responsible-backend): Throw an error if not backend is
5381         found.  Remove the REGISTER argument.  Move the code dealing with
5382         REGISTER ...
5383         (vc-get-backend-for-registration): ... here.  New function.
5384         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5385         of vc-responsible-backend, pass the file name instead of the
5386         directory name.
5388 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5390         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5391         New funs.
5392         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5393         (pcomplete-comint-setup): Don't modify a global var via
5394         accidental side-effects.
5395         (pcomplete-shell-setup): Adjust call accordingly.
5396         (pcomplete-parse-comint-arguments): Use push.
5398 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5400         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5401         Allow uncapitalized info node names (Bug#3921).
5403         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5404         to the DEBUG file (Bug#3781).
5406 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5408         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5409         dictionary entry (Bug#4579).
5411 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5413         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5414         from `rfn-eshadow-update-overlay-hook' when unloading.
5415         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5416         "rsyncc".  Adjust doc string.
5417         (tramp-temp-buffer-file-name): New buffer-local defvar.
5418         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5419         Keep temporary file when indicated by method ("rsync" and
5420         "rsyncc").
5421         (tramp-handle-write-region): Handle APPEND.
5422         (tramp-delete-temp-file-function): New defun.  Added to
5423         `kill-buffer-hook'.
5425 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5427         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5429 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5431         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5432         (color-name-rgb-alist, tty-standard-colors)
5433         (tty-color-mode-alist): Change to defconst.
5435         * simple.el (mark-inactive): Purecopy message.
5437         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5438         (global-map, yank-menu):
5439         * textmodes/ispell.el (ispell-menu-map):
5440         * net/eudc.el (eudc-tools-menu):
5441         * international/mule-cmds.el (describe-language-environment-map)
5442         (setup-language-environment-map, set-coding-system-map)
5443         (mule-menu-keymap):
5444         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5445         * replace.el (occur-mode-map):
5446         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5448 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5450         * calc/calc.el (math-read-number, math-read-number-simple): Use
5451         `save-match-data'.
5453 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5455         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5456         rather than fiddling with global-map bindings, since it should only
5457         affect per-terminal settings.
5458         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5460         * minibuffer.el (completion-table-with-terminator): Allow to specify
5461         the terminator-regexp.
5463         * simple.el (switch-to-completions): Look for *Completions* in other
5464         frames as well.
5466         * pcomplete.el: Allow the use of completion-tables.
5467         (pcomplete-std-complete): New command.
5468         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5469         (pcomplete--here): Use a function for `form' rather than an expression,
5470         so it can be byte-compiled.
5471         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5472         Add edebug declaration.
5473         (pcomplete-show-completions): Remove unused var `curbuf'.
5474         (pcomplete-do-complete, pcomplete-stub):
5475         Don't assume `completions' is a list of strings any more.
5477 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5479         * find-dired.el (find-name-arg): Fix typo in docstring.
5481 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5483         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5484         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5486         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5487         pcomplete-entries.
5489         * comint.el (comint-read-input-ring, comint-write-input-ring)
5490         (comint-substitute-in-file-name)
5491         (comint-dynamic-complete-as-filename)
5492         (comint-dynamic-simple-complete)
5493         (comint-dynamic-list-filename-completions)
5494         (comint-dynamic-list-completions)
5495         (comint-redirect-results-list-from-process): Minor simplifications.
5497 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5499         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5500         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5501         the first form.  And insert a blank line after ";;; Code" since
5502         that's usual style.  (Bug#4612)
5504         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5506 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5508         * minibuffer.el (completion-table-with-terminator): Properly implement
5509         boundaries, in case `terminator' appears in the suffix.
5510         (completion--embedded-envvar-table): Don't return boundaries if
5511         there's no valid completion.  Simplify.
5512         (completion-file-name-table): New completion table extracted from
5513         completion--file-name-table.
5514         (completion--file-name-table): Use it.
5515         (read-file-name-predicate): Declare obsolete.
5516         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5517         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5518         completion-file-name-table, and use the `pred' argument.
5519         * files.el (locate-file-completion-table): Use the `pred' arg rather
5520         than read-file-name-predicate.
5521         (abbreviate-file-name): Use \` rather than ^ for BOS.
5523 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5525         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5526         vc-responsible-backend to register, it causes problems.
5528 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5530         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5532 2009-10-21  Eric Ludlam  <zappo@gnu.org>
5534         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5535         (semantic-c-debug-mode-init-pch): New functions.
5536         (semantic-c-debug-mode-init-last-mode): New var.
5537         (semantic-c-parse-lexical-token): Use them.
5539         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5540         When extracting the argument list, limit only by point-max.
5542 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5544         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5545         (tramp-smb-handle-file-attributes): Use it.
5546         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5547         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5548         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5549         Add `dired-filename' text properties.
5550         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5551         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5552         version.
5554 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5556         * subr.el (read-key-delay): Reduce to 0.01.
5557         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5558         (bug#4751).
5560 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5562         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5564         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5565         (Info-menu): Remove unused vars `last' and `completions'.
5566         (Info-index-nodes): Remove unused var `node'.
5568         * info.el (Info-complete-menu-item): Use complete-with-action.
5570 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5572         Make vc-annotate work through copies and renames.
5573         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5574         Return the file name too.
5575         (vc-annotate-revision-at-line)
5576         (vc-annotate-find-revision-at-line)
5577         (vc-annotate-revision-previous-to-line)
5578         (vc-annotate-show-log-revision-at-line): Update to get the file
5579         name from vc-annotate-extract-revision-at-line.
5580         (vc-annotate-show-diff-revision-at-line-internal): Change the
5581         argument to mean whether to show a file diff or not.  Get the file
5582         name from vc-annotate-extract-revision-at-line.
5583         (vc-annotate-show-diff-revision-at-line):
5584         Update vc-annotate-show-diff-revision-at-line call.
5585         (vc-annotate-warp-revision): Add an optional file argument.
5587         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5588         (vc-git-annotate-extract-revision-at-line): Also return the file
5589         name if found.
5591         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5592         command.  Remove unused code.
5593         (vc-hg-annotate-re): Update to match --follow output.
5594         (vc-hg-annotate-extract-revision-at-line): Also return the file
5595         name if found.
5597         * vc.el: Update annotate-extract-revision-at-line documentation.
5599 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5601         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5602         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5604         * net/browse-url.el (browse-url): Identify alist with "consp and
5605         not functionp" and let all other things go down the `apply' leg,
5606         as suggested by Stefan.  (Further to bug#4531.)
5608 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5610         * minibuffer.el (read-file-name): Check for repeat before putting
5611         a default argument in file-name-history (Bug#4657).
5613         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5614         read syntax (Bug#4737).
5616         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5618 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5620         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5621         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5622         entries and make note of obsolete tags.
5624 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5626         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5628 2009-10-18  Glenn Morris  <rgm@gnu.org>
5630         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5631         grep, so that binary files (eg international/uni-bidi.el) can match.
5632         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5633         now, and in any case the file header format has changed.
5635 2009-10-17  Glenn Morris  <rgm@gnu.org>
5637         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5638         (flyspell-get-word, flyspell-large-region)
5639         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5641 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5643         * Makefile.in (ELCFILES): Add ede/shell.
5645 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5647         * term/common-win.el (x-colors): Purecopy it.
5649 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5651         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5652         permissive for when the buffer is empty.
5653         (tar-header-block-tokenize): Decode the username and groupname.
5654         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5656 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5658         * cedet/srecode/srt.el:
5659         * cedet/srecode/compile.el:
5660         * cedet/semantic/mru-bookmark.el:
5661         * cedet/semantic/debug.el:
5662         * cedet/semantic/complete.el:
5663         * cedet/semantic/analyze.el: Require CL when compiling.
5665 2009-10-17  Eric Ludlam  <zappo@gnu.org>
5667         * cedet/semantic/scope.el
5668         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5669         tmpscope so that the regular scope will continue to work.
5671         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5672         Use semantic-idle-summary-highlight-face as the highlighting.
5674         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5675         contains multibyte characters, choose first applicable coding
5676         system automatically.
5678         * cedet/ede/project-am.el (project-run-target): New method.
5679         (project-run-target): New method.
5681         * cedet/ede.el (ede-target): Add run target menu item.
5682         (ede-project, ede-minor-keymap): Add ede-run-target binding.
5683         (ede-run-target): New function.
5684         (ede-target::project-run-target): New method.
5686         * cedet/ede/proj.el (project-run-target): New method.
5688         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5689         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
5690         Add :rules.
5691         (ede-proj-target-makefile-shared-object): Only libtool compilers
5692         now available.  Add linkers for libtool.
5693         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5694         (ede-proj-makefile-target-name): Always use .la extension.
5696         * cedet/ede/proj-prog.el (project-run-target): New method.
5698         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5699         (ede-g++-linker): Change Change link lines.
5701         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5702         When searching for old variables, go to the end of the buffer and
5703         search backward from there.
5704         (ede-proj-makefile-automake-insert-subdirs)
5705         (ede-proj-makefile-automake-insert-extradist): New methods.
5706         (ede-proj-makefile-create): Use them.
5708         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5709         Force FILE to expand to the current target.  Use file-exists-p to
5710         check that it exists.
5712         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5713         (ede-linux-load): Wrap dir in file-name-as-directory.
5714         Set :version slot.
5716         * cedet/ede/files.el (ede-get-locator-object): When enabling
5717         locate, do so on "top".
5719         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5720         file-name-as-directory during compare.
5721         (ede-emacs-version): Return Emacs/XEmacs differentiator.
5722         Get version number from different places.  Don't call egrep.
5723         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
5724         to set the directory.
5726         * cedet/ede/shell.el: New file.
5728         * cedet/inversion.el (inversion-decoders): Allow for stray . in
5729         alpha/beta variants.
5731 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5733         * international/mule-cmds.el (select-safe-coding-system): If the file
5734         has a coding cookie, use it regardless of any other setting (bug#4712).
5736 2009-10-17  Glenn Morris  <rgm@gnu.org>
5738         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5739         All errors should have messages.
5741         * foldout.el (foldout-mouse-swallow-events):
5742         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5744         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5745         (dired-keep-marker-copy, dired-keep-marker-hardlink)
5746         (dired-keep-marker-symlink, dired-dwim-target)
5747         (dired-copy-preserve-time): Do not autoload these defcustoms.
5749         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5750         messages from messing up the file coding.  (Bug#4623)
5752 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
5754         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5755         if no match is found for the current dictionary.  (Bug#4578)
5757         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5758         optional, since that is how it is documented, and this is often called
5759         with a nil argument.  (Bug#4577)
5760         (flyspell-external-point-words, flyspell-auto-correct-word)
5761         (flyspell-correct-word-before-point, flyspell-word-search-forward)
5762         (flyspell-word-search-backward): Remove nil argument in calls to
5763         flyspell-get-word, since it is not needed now.
5765 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
5767         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
5769 2009-10-16  Glenn Morris  <rgm@gnu.org>
5771         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5773 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5775         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5776         (ange-ftp-file-size): New function.
5777         (ange-ftp-file-attributes): Use it.
5779 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
5781         * net/tramp-smb.el (tramp-smb-version): New defvar.
5782         (tramp-smb-maybe-open-connection): Use it, in order to avoid
5783         repeated checks.
5785 2009-10-16  Glenn Morris  <rgm@gnu.org>
5787         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5788         Maybe copy some custom properties from old to new name.  (Bug#4706)
5790 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
5792         * subr.el (error, sit-for, start-process-shell-command)
5793         (start-file-process-shell-command): Set the calling convention
5794         after the function definition.
5796 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5798         * subr.el (error, sit-for, start-process-shell-command)
5799         (start-file-process-shell-command): Use the new
5800         set-advertised-calling-convention feature.
5802 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
5804         * international/ucs-normalize.el (ucs-normalize-version):
5805         Change to 1.2.
5806         (check-range): Adjust for Unicode 5.2.
5808 2009-10-15  Juri Linkov  <juri@jurta.org>
5810         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5811         to the `menu-item' format.
5813 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
5815         * net/tramp.el (tramp-replace-environment-variables): Do not fail
5816         if the environment variable does not exist.
5818         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5819         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5820         parameter.
5821         (tramp-smb-handle-add-name-to-file)
5822         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5823         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5824         (tramp-smb-handle-file-attributes)
5825         (tramp-smb-do-file-attributes-with-stat)
5826         (tramp-smb-handle-file-local-copy)
5827         (tramp-smb-handle-insert-directory)
5828         (tramp-smb-handle-make-directory)
5829         (tramp-smb-handle-make-directory-internal)
5830         (tramp-smb-handle-make-symbolic-link)
5831         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5832         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5833         (tramp-smb-maybe-open-connection): Apply the changed parameters.
5834         (tramp-smb-read-file-entry): Read Disk names in compressed format.
5835         Handle long file names.
5836         (tramp-smb-get-cifs-capabilities): Check, whether the connection
5837         process is running.
5838         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5839         Read share names with "-g" option.
5841 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
5843         * net/rcirc.el (rcirc-view-log-file): New command.
5844         (rcirc-track-minor-mode-map): Remove C-c ` binding.
5845         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5846         specified.
5848 2009-10-15  Glenn Morris  <rgm@gnu.org>
5850         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5851         from the second command-line argument.
5852         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5853         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5854         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5855         w32-batch-update-autoloads.
5856         * emacs-lisp/autoload.el (autoload-make-program): New variable.
5857         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5859         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5860         the headers cannot be located.  Simplify, subtracting superflous
5861         save-excursions.
5863 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5865         Replace completion-base-size by completion-base-position to fix bugs
5866         such as (bug#4699).
5867         * simple.el (completion-base-position): New var.
5868         (completion-base-size): Mark as obsolete.
5869         (choose-completion): Make it work for mouse events as well.
5870         Pass the new base-position to choose-completion-string.
5871         (choose-completion-guess-base-position): New function, extracted from
5872         choose-completion-delete-max-match.
5873         (choose-completion-delete-max-match): Use it.  Make obsolete.
5874         (choose-completion-string): Use the new base-position info.
5875         (completion-root-regexp): Delete.
5876         (completion-setup-function): Preserve completion-base-position.
5877         Eliminate obsolete base-size manipulation.
5878         * minibuffer.el (display-completion-list): Don't mess with base-size.
5879         (minibuffer-completion-help): Set completion-base-position instead.
5880         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5881         choose-completion.
5882         * textmodes/bibtex.el (bibtex-complete):
5883         * emacs-lisp/crm.el (crm--choose-completion-string):
5884         Adjust to new calling convention.
5885         * complete.el (partial-completion-mode): Use minibufferp to avoid
5886         bumping into incompatible change to choose-completion-string-functions.
5887         * ido.el (ido-choose-completion-string): Make its calling convention
5888         more permissive.
5889         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5890         base-size manipulation.
5891         (comint-dynamic-list-input-ring): Use dotimes and push.
5892         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5893         fundamental-mode.  Use `or'.
5895 2009-10-14  Juri Linkov  <juri@jurta.org>
5897         * misearch.el (multi-isearch-next-buffer-from-list)
5898         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
5900 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * Makefile.in (compile-onefile): Load `bytecomp' rather than
5903         `bytecomp.el'.
5905         * minibuffer.el (completion-pcm--merge-completions): Make sure the
5906         string we return is all made up of text from the completions rather
5907         than part from the completions and part from the input (bug#4219).
5909         * ido.el (ido-everywhere): Use define-minor-mode.
5911         * buff-menu.el (list-buffers, ctl-x-map):
5912         Mark the entry points with ;;;###autoload cookies.
5914 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5916         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5917         correctly in the detached head case.
5918         (vc-git-print-log): Remove unused binding.
5920         * vc.el (vc-responsible-backend): When a directory is passed for
5921         for registration create a VC repository if no backend is
5922         responsible for the directory argument.
5923         (vc-deduce-fileset): Tell vc-responsible-backend to register.
5925         * vc.el: Move comments about RCS and SCCS ...
5926         * vc-rcs.el:
5927         * vc-sccs.el: ... here, respectively.
5929 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5931         * minibuffer.el (completion--file-name-table): Return nil if there's
5932         no file completion, even if substitute-in-file-name changed
5933         the string (bug#4708).
5935 2009-10-13  Juri Linkov  <juri@jurta.org>
5937         * files-x.el (read-file-local-variable-value): Don't filter out
5938         minor modes from mode name completion (bug#4664).
5940 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5942         * international/mule-cmds.el (ucs-names): Remove exclusion of
5943         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5945 2009-10-13  Kenichi Handa  <handa@m17n.org>
5947         * international/uni-name.el: Regenerated.
5949 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5951         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
5952         should be automatically buffer-local, but isn't.)
5954 2009-10-12  Sam Steingold  <sds@gnu.org>
5956         * progmodes/compile.el (compilation-next-error-function): Fix the
5957         timestamps if the buffer has been visited before.
5958         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5959         non-anchored patterns, like the perl one (bug#3928).
5961 2009-10-12  Glenn Morris  <rgm@gnu.org>
5963         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5964         Let-bind `size'.
5966 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
5968         * proced.el (proced-unload-function): New function.
5970         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5971         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5972         Doc fix.
5974         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5976 2009-10-11  Juri Linkov  <juri@jurta.org>
5978         * files-x.el (read-file-local-variable-value):
5979         Provide default value only for bound variables (bug#4664).
5981 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
5983         * net/tramp.el (tramp-local-host-p): Function shall return nil for
5984         connection methods like smb.
5986         * net/tramp-cache.el (tramp-flush-connection-property): The hash
5987         can be empty.
5989         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5990         (tramp-smb-file-name-handler-alist): Add handlers for
5991         `add-name-to-file', `make-symbolic-link'.
5992         (tramp-smb-handle-add-name-to-file)
5993         (tramp-smb-do-file-attributes-with-stat)
5994         (tramp-smb-handle-make-symbolic-link)
5995         (tramp-smb-get-cifs-capabilities): New defuns.
5996         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5997         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5998         (tramp-smb-handle-file-local-copy)
5999         (tramp-smb-handle-make-directory-internal)
6000         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6001         The file name syntax depends on cifs capabilities.
6002         (tramp-smb-handle-file-attributes):
6003         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6004         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6005         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6007 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6009         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6010         (eieio-defclass): Apply deftype handler and setf-method properties
6011         directly.
6012         (eieio-add-new-slot): Avoid union function from cl library.
6013         (eieio--typep): New function.
6014         (eieio-perform-slot-validation): Use it.
6016 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6018         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6019         Update documentation to refer to the variables documented in r1.135.
6020         (Bug#4188)
6022 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6024         * bookmark.el (Info-suffix-list): Remove this unused variable.
6025         (bookmark-current-point): Remove this obsolete variable.
6026         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6027         Adjust for removal of bookmark-current-point.
6029         (bookmarks-already-loaded, bookmark-current-buffer)
6030         (bookmark-yank-point): Document.  (Bug#4188)
6032 2009-10-10  Glenn Morris  <rgm@gnu.org>
6034         * frame.el (frame-height): Doc fix.
6036         * calendar/calendar.el (calendar-split-width-threshold): New option.
6037         (calendar-basic-setup): Use calendar-split-width-threshold.
6039 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6041         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6042         Use .la for Automake.
6044 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6046         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6047         Use "autoreconf -i".  Suggested by Andreas Schwab.
6049 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6051         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6052         Ideographic Supplement" range (U+1F200..U+1F2FF).
6054 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6056         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6057         since the list will have been rebuilt anyway.  (Bug#4349)
6059 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6061         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6062         (bookmark-bmenu-execute-deletions): Don't save here, as
6063         bookmark-delete will now do so if necessary.
6064         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6065         (Bug#4348)
6067 2009-10-09  Glenn Morris  <rgm@gnu.org>
6069         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6071 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6073         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6074         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6075         argument now, so the two function's behaviors will match.  (Bug#3645)
6077 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6079         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6080         Fix filename test.
6081         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6082         to expand file names.
6084 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6086         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6087         (tramp-file-name-real-host, tramp-file-name-port):
6088         Apply `save-match-data'.
6090         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6091         case both directories are remote.
6092         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6093         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6095 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6097         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6098         (ede-proj-target-makefile-objectcode): Use it.
6100         * cedet/ede/source.el (ede-want-any-source-files-p)
6101         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6102         Return search result.  This error was introduced while merging.
6104 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6106         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6108 2009-10-07  Glenn Morris  <rgm@gnu.org>
6110         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6111         of concat.
6113 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6115         * files-x.el (read-file-local-variable): Include some
6116         non-user-variables in the completion table (bug#4664).
6118 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6120         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6121         message.
6123         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6124         (tramp-smb-file-name-handler-alist): Add handler for
6125         `copy-directory', `expand-file-name', `set-file-modes'.
6126         (tramp-smb-handle-copy-directory)
6127         (tramp-smb-handle-expand-file-name)
6128         (tramp-smb-handle-set-file-modes): New defuns.
6129         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6130         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6131         entry.
6132         (tramp-smb-handle-insert-directory): Don't flush the cache.
6133         (tramp-smb-maybe-open-connection): Check for samba client and
6134         server versions.
6136 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6138         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6139         to not error out of search for "^lisp=" fails.
6141 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6143         * makefile.w32-in (WINS_UPDATES): New macro.
6144         (custom-deps, finder-data, autoloads): Use it.
6146 2009-10-07  Glenn Morris  <rgm@gnu.org>
6148         * Makefile.in (autoloads): Revert previous change.
6149         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6150         the list of preloaded files passed on the command-line, get
6151         it from src/Makefile.
6153         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6154         show the original buffer rather than a random one.
6156 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6158         * help.el (describe-no-warranty): Place point in a slightly better
6159         position in the GPLv3 text.
6161 2009-10-06  Sam Steingold  <sds@gnu.org>
6163         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6164         the comm attribute is present before calling regexp-quote.
6166 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6168         * play/animate.el (animate-string): For good effect, make sure
6169         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6171         * play/animate.el (animate-sequence, animate-birthday-present):
6172         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6174 2009-10-06  Glenn Morris  <rgm@gnu.org>
6176         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6178         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6179         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6180         (batch-update-autoloads): Process a string value of autoload-excludes,
6181         set during the build process.
6182         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6184         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6185         inside with-parsed...  macro so that `v' is defined.
6187         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6188         * progmodes/fortran.el (fortran-end-of-block)
6189         (fortran-beginning-of-block):
6190         Also push mark in the macro case.
6192         * emerge.el (emerge-show-file-name):
6193         * calc/calc.el (calc-quit):
6194         * calc/calc-misc.el (calc-big-or-small):
6195         * calc/calc-graph.el (calc-graph-view):
6196         * calc/calc-ext.el (calc-reset):
6197         * calendar/calendar.el (calendar-basic-setup):
6198         Use window-full-height-p.
6200         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6201         header we don't understand, don't insert another.  (Bug#4624)
6202         If changing mime charset, insert the new one in the right place.
6204 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6206         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6207         (cal-tex-cursor-month): Correctly increment the end date for diary and
6208         holiday listing.  (Bug#4626)
6210 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6212         * help-fns.el (describe-function-1): Don't burp if the function is not
6213         a symbol.
6215 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6217         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6218         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6219         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6220         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6222         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6223         (eieio-default-superclass): Reflow docstrings.
6224         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6225         (eieio-unbind-method-implementations, defmethod)
6226         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6227         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6228         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6229         (eieio-slot-originating-class-p, eieio-slot-name-index)
6230         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6231         (constructor, initialize-instance, no-next-method, object-print)
6232         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6233         Fix typos in docstrings.
6234         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6235         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6236         (next-method-p): Doc fixes.
6237         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6238         Fix typos in error messages.
6239         (eieio-defmethod): Fix typo in description of generic method.
6241         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6242         (eieio-persistent-save-interactive, slot-missing):
6243         Fix typos in docstrings.
6244         (eieio-instance-inheritor-slot-boundp): Doc fix.
6246         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6247         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6249         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6250         (eieio-custom-object-apply-reset):
6251         Fix typos in docstrings and error messages.
6253         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6254         Fix typo in docstring.
6256         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6257         (eieio-browse-tree): Doc fix.
6258         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6259         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6260         Fix typos in docstrings.
6262         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6263         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6264         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6265         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6266         Reflow docstrings.
6268 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6270         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6271         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6272         Set log-view-vc-backend so that diff can work.
6274         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6275         vc-version-diff.
6276         (vc-diff-internal): Autoload this instead of vc-version-diff.
6278 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6280         * simple.el (eval-expression): Doc fix.
6282         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6284 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6286         * files.el (directory-files-no-dot-files-regexp): New defconst.
6287         (delete-directory): Use it.
6288         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6290         * net/tramp.el (tramp-verbose): Fix docstring.
6291         (tramp-methods): Add recursive option to `tramp-copy-args'.
6292         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6293         "scp1_old", "scp2_old", "rsync", "rsyncc".
6294         (tramp-default-method): Check also for `auth-source-user-or-password'.
6295         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6296         Add handler for `copy-directory'.
6297         (tramp-handle-copy-directory): New defun.
6298         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6299         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6300         Optimize sent command.
6302 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6304         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6305         window if necessary.
6307         * calendar/calendar.el (calendar-basic-setup): Don't call
6308         switch-to-buffer in a dedicated window.
6310 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6312         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6313           don't do anything related to relocating, just return nil.
6314         (bookmark-error-no-filename): New error.
6315         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6316           bookmark has no file.  Don't even attempt to handle things that
6317           are not files; the whole point of custom handlers is to keep that
6318           knowledge elsewhere anyway.  Tighten some comments.
6319         (bookmark-file-or-variation-thereof): Remove now-unused function.
6320         (bookmark-location): Doc string fix.
6321         (Bug#4250)
6323 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6325         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6326         don't use a file dialog, because they usually don't know how to read
6327         a directory target from the user.  (Bug#4230)
6328         Also, make sure the prompt can display directories as well as files.
6330 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6332         * bookmark.el (bookmark-set, bookmark-buffer-name):
6333         Improve doc strings.  (Bug#1193)
6335 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6337         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6338         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6339         (bookmark-get-annotation, bookmark-set-annotation)
6340         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6341         (bookmark-set-position, bookmark-get-front-context-string)
6342         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6343         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6344         (bookmark-jump-other-window, bookmark-handle-bookmark)
6345         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6346         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6347         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6348            Improve doc strings to say whether bookmark can be a string or
6349            a record or both, and make other consistency and clarity fixes.
6350         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6351         (bookmark-default-annotation-text, bookmark-yank-word)
6352         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6353         (bookmark-import-new-list, bookmark-maybe-rename)
6354         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6355         (bookmark-bmenu-bookmark): Give these doc strings.
6356         (bookmark-bmenu-check-position): Give this a doc string, but also
6357            add a FIXME comment about how the function may be pointless.
6358         (bookmark-default-handler): Rework doc string and change a
6359            parameter name, to clarify that this takes a bookmark record
6360            not a bookmark name.
6361         (bookmark-set): Change a parameter name to indicate its meaning,
6362            and improve the doc string a bit.
6363         (Bug#4188)
6365 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6367         * bookmark.el (bookmark-alist): Document the new `handler' element
6368         in the param alist.
6369         (bookmark-make-record-function): Adjust documentation for above.
6370         (Bug#4193)
6372 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6374         * info.el (Info-bookmark-make-record): Document this function.
6375         (Info-bookmark-jump): Document with a doc string, not just a comment.
6376         (Bug#4203)
6378 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6380         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6381         (semantic-new-buffer-fcn): Call parser setup functions here.
6382         (semantic-mode): Don't call parser setup functions here, it's done
6383         in semantic-new-buffer-fcn now.
6384         (semantic-mode): Parse all existing buffers when enabled.
6386         * cedet/srecode/compile.el (srecode-compile-file):
6387         Call semantic-new-buffer-fcn if the buffer has not been parsed.
6389 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6391         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6393         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6394         (proj-comp-insert-variable-once): New macro, renamed from
6395         ede-pmake-insert-variable-once in ede/pmake.edl.
6396         (ede-proj-makefile-insert-variables): Use it.
6398 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6400         * files.el (copy-directory): New defun.
6402         * dired-aux.el (dired-copy-file-recursive): Use it.
6404 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6406         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6407         (makefile-end-of-command):
6408         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6409         (semantic-end-of-context): Fix previous change.  Doc fixes.
6411 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6413         * files-x.el (modify-dir-local-variable)
6414         (copy-dir-locals-to-file-locals-prop-line):
6415         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6416         (makefile-end-of-command):
6417         * cedet/semantic/lex.el (semantic-lex-token):
6418         * cedet/semantic/analyze/fcn.el
6419         (semantic-analyze-dereference-metatype-1):
6420         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6421         (semantic-lex-cpp-undef):
6422         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6423         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6424         (semantic-end-of-context): Fix typos in docstrings.
6426         * recentf.el (recentf-unload-function): New function.
6428 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6430         * cedet/ede.el (ede-project-placeholder-cache-file):
6431         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6432         * cedet/srecode/map.el (srecode-map-save-file):
6433         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
6435 2009-10-04  Glenn Morris  <rgm@gnu.org>
6437         * window.el (window-full-height-p): Add doc string.
6439 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6441         * window.el (window-full-height-p): New function.  (Bug#4543)
6443 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
6445         * cedet/srecode/insert.el: Require srecode/args.
6447         * cedet/srecode/args.el: Require srecode/dictionary instead of
6448         srecode/insert.
6450         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6452         * files.el (auto-mode-alist): Add .srt and Project.ede.
6454         * cedet/semantic.el (semantic-mode):
6455         Handle srecode-template-mode-hook as well.
6456         (semantic-mode): Use js-mode-hook for Javascript hook.
6458         * cedet/srecode/template.el: Remove hook variable.
6460         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6462         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6463         projects exist.
6464         (ede-project-placeholder-cache-file): Default to a file in
6465         user-emacs-directory.
6467         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6468         templates in data-directory.
6469         (srecode-map-save-file): Default to a file in user-emacs-directory.
6471         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6472         directory.
6474 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6476         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6477         Doc fix.
6479         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6480         Only insert each variable once.
6482         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6483         (ede-pmake-insert-variable-shared): Use it.
6485         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6486         for lexical table iff table is nil.
6488 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6490         * vc.el: Remove commented out code.
6491         (vc-derived-from-dir-mode): Remove, unused.
6492         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6494 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6496         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6497         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6498         there could be recursive loading when `default-directory' is a
6499         remote file name.  (Bug#4614)
6501 2009-10-03  Glenn Morris  <rgm@gnu.org>
6503         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6504         the frame is wide.
6505         (calendar-generate-window): Test for shrinkability rather than width.
6507         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6508         declaration, currently false.
6510         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6511         reusing existing buffers, in case we happen to visit two files with the
6512         same basename.  (Bug#4593)
6514 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6516         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6517         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6518         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6519         subdirs of cedet as well.
6520         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6522 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6524         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6525         Obey advertised-signature-table.
6527         * help-fns.el (help-function-arglist): Don't check
6528         advertised-signature-table.
6529         (describe-function-1): Do it here instead so it also applies to subrs.
6531 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6533         * simple.el (start-file-process): Say in the doc-string, that file
6534         handlers might not support pty association, if PROGRAM is nil.
6536         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6537         HOST and USER are strings.  They are nil, when there are
6538         incomplete entries in ~/.netrc, for example.
6539         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6540         root directory ("device busy" error otherwise).
6542         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6543         Flush file properties of created directory.
6545 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6547         * makefile.w32-in (WINS_BASIC): Remove cedet.
6548         (WINS_CEDET): Add cedet.
6549         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6551 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6553         * net/browse-url.el (browse-url): Pass any symbol in
6554         browse-url-browser-function to `apply', since if you've mistakenly put
6555         an unbound symbol then the error is clearer.  (Bug#4531)
6557 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6559         * allout.el (allout-init, allout-back-to-current-heading)
6560         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6561         (allout-ascend, allout-up-current-level, allout-end-of-level)
6562         (allout-previous-visible-heading, allout-forward-current-level)
6563         (allout-backward-current-level, allout-show-children):
6564         * apropos.el (apropos-describe-plist):
6565         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6566         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6567         * completion.el (add-completion, add-permanent-completion):
6568         * descr-text.el (describe-text-category, describe-char):
6569         * desktop.el (desktop-lazy-abort):
6570         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6571         * dired.el (dired-build-subdir-alist):
6572         * ediff.el (ediff-version):
6573         * elide-head.el (elide-head, elide-head-show):
6574         * emerge.el (emerge-version):
6575         * env.el (getenv):
6576         * face-remap.el (variable-pitch-mode):
6577         * faces.el (describe-face):
6578         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6579         (dired-at-point):
6580         * files.el (find-file-existing, auto-save-mode):
6581         * font-lock.el (font-lock-fontify-buffer):
6582         * help-fns.el (describe-function, describe-variable)
6583         (describe-syntax, describe-categories):
6584         * help.el (view-lossage, describe-bindings, describe-key)
6585         (describe-mode):
6586         * hexl.el (hexl-current-address):
6587         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6588         * info.el (Info-goto-emacs-key-command-node):
6589         * log-edit.el (log-edit-insert-cvs-template)
6590         (log-edit-insert-cvs-rcstemplate):
6591         * menu-bar.el (menu-bar-mode):
6592         * mouse.el (mouse-appearance-menu):
6593         * newcomment.el (comment-indent-new-line):
6594         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6595         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6596         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6597         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6598         * recentf.el (recentf-mode):
6599         * savehist.el (savehist-mode, savehist-save):
6600         * shadowfile.el (shadow-copy-files):
6601         * simple.el (kill-ring-save, next-line, previous-line)
6602         (normal-erase-is-backspace-mode):
6603         * strokes.el (strokes-update-window-configuration)
6604         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6605         (strokes-xpm-for-stroke):
6606         * time.el (emacs-uptime, emacs-init-time):
6607         * tutorial.el (tutorial--describe-nonstandard-key)
6608         (tutorial--detailed-help):
6609         * type-break.el (type-break-mode)
6610         (type-break-mode-line-message-mode, type-break-query-mode)
6611         (type-break-guesstimate-keystroke-threshold):
6612         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6613         * version.el (emacs-version):
6614         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6615         * winner.el (winner-mode):
6616         * calendar/timeclock.el (timeclock-in, timeclock-out)
6617         (timeclock-status-string, timeclock-change)
6618         (timeclock-workday-remaining-string)
6619         (timeclock-workday-elapsed-string)
6620         (timeclock-when-to-leave-string):
6621         * calendar/todo-mode.el (todo-add-category):
6622         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6623         * emacs-lisp/autoload.el (update-file-autoloads):
6624         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6625         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6626         (checkdoc-message-text, checkdoc-defun):
6627         * emacs-lisp/debug.el (debugger-list-functions):
6628         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6629         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6630         (eieio-describe-generic):
6631         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6632         * emacs-lisp/shadow.el (list-load-path-shadows):
6633         * emulation/cua-base.el (cua-mode):
6634         * emulation/edt.el (edt-set-scroll-margins):
6635         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6636         (tpu-toggle-regexp, tpu-toggle-search-direction)
6637         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6638         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6639         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6640         (viper-set-parsing-style-toggling-macro)
6641         (viper-set-emacs-state-searchstyle-macros):
6642         * emulation/viper.el (viper-set-hooks):
6643         * eshell/esh-mode.el (eshell-truncate-buffer):
6644         * international/mule-cmds.el (prefer-coding-system)
6645         (describe-input-method, describe-language-environment):
6646         * international/mule-diag.el (list-character-sets)
6647         (describe-character-set, describe-coding-system)
6648         (describe-fontset, list-fontsets, list-input-methods):
6649         * mail/sendmail.el (mail-signature):
6650         * net/ange-ftp.el (ange-ftp-copy-file):
6651         * net/browse-url.el (browse-url):
6652         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6653         * net/quickurl.el (quickurl-add-url):
6654         * net/rcirc.el (names, topic):
6655         * net/xesam.el (xesam-mode):
6656         * play/5x5.el (5x5-new-game):
6657         * play/yow.el (apropos-zippy):
6658         * progmodes/ada-mode.el (ada-mode-version):
6659         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6660         (f90-end-of-block)
6661         (f90-beginning-of-block):
6662         * progmodes/fortran.el (fortran-end-of-block)
6663         (fortran-beginning-of-block):
6664         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6665         * progmodes/python.el (python-describe-symbol, python-shell):
6666         * term/ns-win.el (ns-print-buffer):
6667         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6668         * textmodes/flyspell.el (flyspell-mode-on):
6669         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6670         (pages-directory-for-addresses):
6671         * textmodes/table.el (table-recognize-cell)
6672         (table-query-dimension, table-generate-source)
6673         (table-insert-sequence, table--warn-incompatibility):
6674         * textmodes/tex-mode.el (tex-validate-buffer):
6675         * textmodes/texinfmt.el (texinfmt-version)
6676         (texinfo-format-buffer):
6677         Use `called-interactively-p' instead of `interactive-p'.
6679 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6681         * image-mode.el (image-toggle-display):
6682         * emacs-lisp/elp.el (elp-instrument-function):
6683         * emacs-lisp/advice.el (ad-make-advised-definition):
6684         * emacs-lisp/easy-mmode.el (define-minor-mode):
6685         * net/browse-url.el (browse-url-maybe-new-window):
6686         * progmodes/sh-script.el (sh-learn-buffer-indent):
6687         Pass new argument 'any to `called-interactively-p'.
6689 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6691         * international/uni-bidi.el:
6692         * international/uni-category.el:
6693         * international/uni-combining.el:
6694         * international/uni-comment.el:
6695         * international/uni-decimal.el:
6696         * international/uni-decomposition.el:
6697         * international/uni-digit.el:
6698         * international/uni-lowercase.el:
6699         * international/uni-mirrored.el:
6700         * international/uni-name.el:
6701         * international/uni-numeric.el:
6702         * international/uni-old-name.el:
6703         * international/uni-titlecase.el:
6704         * international/uni-uppercase.el:
6705         Regenerate from Unicode 5.2.0 data.
6707 2009-10-01  Glenn Morris  <rgm@gnu.org>
6709         * Makefile.in (ELCFILES): Regenerate.
6711 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6713         * subr.el (interactive-p): Mark obsolete.
6714         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6715         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6716         advertised-signature-table for subroutines as well.
6718         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6719         (set-advertised-calling-convention): New function.
6720         (make-obsolete, define-obsolete-function-alias)
6721         (make-obsolete-variable, define-obsolete-variable-alias):
6722         Make the optional-ness of `when' obsolete.
6723         (define-obsolete-face-alias): Make `when' non-optional.
6724         * help-fns.el (help-function-arglist):
6725         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6726         Use advertised-signature-table.
6728 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6730         * files.el (delete-directory): New defun.  The original function
6731         in fileio.c has been renamed to `delete-directory-internal'.
6733         * dired.el (dired-delete-file): Call `delete-directory' with
6734         RECURSIVE parameter.
6736         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6737         parameter RECURSIVE.  Implementation is missing.
6739         * net/tramp.el (tramp-handle-make-directory): Flush upper
6740         directory's file properties.
6741         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6742         (tramp-handle-dired-recursive-delete-directory): Flush directory
6743         properties after the remove command only.
6745         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6746         Handle optional parameter RECURSIVE.
6748         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6749         Handle optional parameter RECURSIVE.
6751         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6752         connection timeout.
6753         (tramp-smb-handle-delete-directory): Handle optional parameter
6754         RECURSIVE.
6756 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6758         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6759         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6760         (byte-compile-defmacro): Use backquotes.
6762         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6764         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6765         has no associated file.
6766         (vc-resynch-buffer): Use vc-dir-buffers.
6768 2009-10-01  Glenn Morris  <rgm@gnu.org>
6770         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6771         (chart-file-count):
6772         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6773         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6774         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6775         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6776         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6777         (eieio-copy-parents-into-subclass, make-instance, class-children)
6778         (eieio-generic-form):
6779         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6780         * cedet/cedet-idutils.el (cedet-idutils-search)
6781         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6782         (cedet-idutils-version-check):
6783         * cedet/cedet.el (cedet-version):
6784         * cedet/data-debug.el (data-debug-insert-overlay-button)
6785         (data-debug-insert-overlay-list-button)
6786         (data-debug-insert-buffer-button)
6787         (data-debug-insert-buffer-list-button)
6788         (data-debug-insert-process-button, data-debug-insert-ring-button)
6789         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6790         (data-debug-insert-stuff-vector-button)
6791         (data-debug-insert-symbol-button, data-debug-insert-string)
6792         (data-debug-insert-number, data-debug-insert-lambda-expression)
6793         (data-debug-insert-nil, data-debug-insert-simple-thing)
6794         (data-debug-insert-custom, data-debug-edebug-expr):
6795         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6796         (global-ede-mode-map, ede-new, ede-debug-target)
6797         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6798         * cedet/semantic.el (semantic-minimum-working-buffer-size)
6799         (semantic-fetch-tags, semantic-submode-list)
6800         (semantic-default-submodes):
6801         * cedet/ede/source.el (ede-source-match):
6802         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6803         (project-am-package-info):
6804         * cedet/ede/proj.el (ede-proj-target, project-new-target):
6805         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6806         * cedet/ede/proj-comp.el (ede-current-build-list):
6807         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6808         * cedet/ede/files.el (ede-toplevel-project-or-nil):
6809         * cedet/ede/cpp-root.el (initialize-instance):
6810         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6811         (autoconf-parameter-strip, autoconf-insert-new-macro):
6812         * cedet/semantic/wisent.el (wisent-lex-eoi):
6813         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6814         (semantic-show-parser-state-mode):
6815         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6816         * cedet/semantic/tag.el (semantic-tag-new-variable)
6817         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6818         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6819         (semantic--tag-deep-copy-tag-list)
6820         (semantic-tag-components-with-overlays-default):
6821         * cedet/semantic/symref.el (semantic-symref-find-text):
6822         * cedet/semantic/senator.el (senator-yank-tag)
6823         (senator-transpose-tags-up):
6824         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6825         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6826         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6827         * cedet/semantic/lex.el (semantic-lex-comment-regex)
6828         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6829         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6830         * cedet/semantic/lex-spp.el
6831         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6832         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6833         * cedet/semantic/idle.el
6834         (semantic-idle-summary-current-symbol-info-brutish)
6835         (semantic-idle-summary-current-symbol-info-default):
6836         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6837         (semantic--grammar-macro-compl-dict):
6838         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6839         * cedet/semantic/format.el (semantic-format-tag-custom-list)
6840         (semantic-format-tag-canonical-name-default):
6841         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6842         (semantic-find-tags-for-completion)
6843         (semantic-find-tags-by-scope-protection-default)
6844         (semantic-deep-find-tags-for-completion):
6845         * cedet/semantic/edit.el
6846         (semantic-edits-incremental-reparse-failed-hook)
6847         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6848         (semantic-edits-splice-remove, semantic-edits-splice-replace):
6849         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6850         * cedet/semantic/dep.el (semantic-dependency-include-path):
6851         * cedet/semantic/db.el (semanticdb-default-find-index-class)
6852         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6853         (semanticdb-project-roots):
6854         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6855         (semanticdb-find-adebug-insert-scanned-tag-cons)
6856         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6857         (semanticdb-brute-deep-find-tags-for-completion):
6858         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6859         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6860         (semantic-end-of-context-default)
6861         (semantic-ctxt-current-function-default)
6862         (semantic-ctxt-scoped-types-default):
6863         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6864         (semantic-complete-inline-tag-engine)
6865         (semantic-complete-inline-custom-type)
6866         (semantic-complete-read-tag-analyzer):
6867         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6868         (semantic-chart-database-size):
6869         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6870         (semantic-analyze-current-context):
6871         * cedet/semantic/symref/list.el (semantic-symref)
6872         (semantic-symref-hide-buffer, semantic-symref-symbol):
6873         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6874         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6875         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6876         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6877         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6878         (semantic-c-dereference-template):
6879         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6880         (semantic--analyze-refs-full-lookup-with-parents)
6881         (semantic--analyze-refs-full-lookup-simple):
6882         * cedet/semantic/analyze/complete.el
6883         (semantic-analyze-possible-completions):
6884         * cedet/srecode/table.el (srecode-mode-table-new):
6885         * cedet/srecode/srt.el (srecode-read-variable-name):
6886         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6887         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6888         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6889         * cedet/srecode/map.el (srecode-current-map):
6890         * cedet/srecode/insert.el (srecode-insert)
6891         (srecode-insert-variable-secondname-handler, srecode-insert-method)
6892         (srecode-template-inserter-point-override)
6893         (srecode-insert-include-lookup):
6894         * cedet/srecode/getset.el (srecode-auto-choose-class):
6895         * cedet/srecode/extract.el (srecode-inserter-extract):
6896         * cedet/srecode/document.el
6897         (srecode-document-autocomment-return-last-alist)
6898         (srecode-document-autocomment-param-type-alist)
6899         (srecode-document-insert-function-comment)
6900         (srecode-document-insert-variable-one-line-comment)
6901         (srecode-document-function-name-comment):
6902         * cedet/srecode/dictionary.el (srecode-create-dictionary)
6903         (srecode-compound-toString):
6904         * cedet/srecode/compile.el (srecode-flush-active-templates):
6905         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6906         Doc/message fixes.
6908         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6909         match-data.  (Bug#4555).
6911         * cedet/semantic/bovine/gcc.el
6912         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6913         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6915         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6916         rather than parsing it as a regexp.  This relaxes the layout
6917         requirements and makes errors easier to detect.
6918         (check-declare-verify): Check file is regular.
6919         (check-declare-directory): Doc fix.
6920         * subr.el (declare-function): Doc fix.
6922         * ibuffer.el (ibuffer-format-qualifier):
6923         * isearch.el (hi-lock-regexp-okay):
6924         * calc/calc.el (math-zerop):
6925         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6926         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6927         Remove unused declarations.
6929 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6931         * cedet/semantic/wisent/javat-wy.el
6932         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6934 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
6936         * cedet/srecode/expandproto.el: Fix provide statement.
6938 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6940         * emacs-lisp/eieio.el (boolean-p): Delete.
6942 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
6944         * cedet/ede/srecode.el: Fix provide statement.
6946 2009-09-30  Glenn Morris  <rgm@gnu.org>
6948         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6949         * cedet/ede/proj-aux.el (ede-aux-source):
6950         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6951         (ede-misc-source):
6952         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6953         (semantic-mrub-switch-tags): Fix doc typos.
6955         * cedet/semantic/db-global.el (data-debug-new-buffer)
6956         (data-debug-insert-thing): Remove unneeded declarations (one broken).
6957         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6959         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6961         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6962         use of CL function `remove-if-not'.
6964         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6966         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6967         filename is not a string.
6969 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6971         * files.el (safe-local-eval-forms): Fix typo.
6973 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6975         * vc-hooks.el (vc-dir-buffers): New var.
6976         (vc-state-refresh): New function.
6977         (vc-state): Use it.
6978         (vc-after-save): Always ask the backend to recompute the new state.
6979         Always call vc-dir if necessary, using vc-dir-buffers.
6980         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6981         Use vc-dir-buffers.
6982         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6983         (vc-dir-prepare-status-buffer, vc-dir-update)
6984         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6985         Don't call expand-file-name on default-directory.
6987 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6989         * speedbar.el (speedbar-item-delete):
6990         * calc/calc-prog.el (calc-kbd-if):
6991         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6993         * epa.el (epa-key-list-mode-map):
6994         * hi-lock.el (hi-lock-menu): Fix typos in menus.
6996         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6997         (hs-show-hook): Fix typo in docstring.
6999 2009-09-29  Glenn Morris  <rgm@gnu.org>
7001         * cedet/semantic/symref/idutils.el:
7002         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7004         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7006         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7007         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7008         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7009         Mark declarations not understood by check-declare.
7011         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7012         file-name-nondirectory call preventing location of cedet files.
7013         (check-declare-verify): Use literal search rather than re-search.
7014         Add basic defmethod and defclass, and define-overloadable-function.
7016         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7017         Use tramp-compat-file-attributes rather than nonexistent
7018         tramp-compat-handle-file-attributes.
7020         * Makefile.in (lisptagsfiles4): New.
7021         (AUTOGENEL): Add cedet loaddefs files.
7022         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7023         (update-elclist, compile-always, backup-compiled-files)
7024         (bootstrap-clean): Add yet another directory level.
7025         (update-elclist): Use LC_COLLATE rather than COLLATE.
7026         (ELCFILES): Update, via `make update-elclist'.
7028 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7030         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7031         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7032         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7034 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7036         * Makefile.in (lisptagsfiles3): Define.
7037         (TAGS, TAGS-LISP): Use it.
7038         (update-elclist): Add third directory level to look for elc files.
7039         (compile-always): Likewise.
7040         (backup-compiled-files): Likewise.
7041         (bootstrap-clean): Likewise.
7042         (ELCFILES): Update.
7044 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7046         * Makefile.in (ELCFILES): Add CEDET files.
7048 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7050         CEDET (development tools) package merged.
7052         * cedet/*.el:
7053         * cedet/ede/*.el:
7054         * cedet/semantic/*.el:
7055         * cedet/srecode/*.el: New files.
7057 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7059         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7061         * net/tramp.el (top): Require tramp-imap.
7063         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7064         Use `tramp-compat-handle-file-attributes'.
7066 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7068         * net/tramp-imap.el: New package.
7070 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7072         * emacs-lisp/chart.el:
7073         * emacs-lisp/eieio-base.el:
7074         * emacs-lisp/eieio-comp.el:
7075         * emacs-lisp/eieio-custom.el:
7076         * emacs-lisp/eieio-datadebug.el:
7077         * emacs-lisp/eieio-opt.el:
7078         * emacs-lisp/eieio-speedbar.el:
7079         * emacs-lisp/eieio.el: New files.
7081         * cedet/cedet-cscope.el:
7082         * cedet/cedet-files.el:
7083         * cedet/cedet-global.el:
7084         * cedet/cedet-idutils.el:
7085         * cedet/data-debug.el:
7086         * cedet/inversion.el:
7087         * cedet/mode-local.el:
7088         * cedet/pulse.el: New files.
7090 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7092         * whitespace.el (whitespace-trailing-regexp)
7093         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7094         Fix doc string.
7096 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7098         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7099         menu.
7101         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7102         menu-bar-ediff-menu.
7104         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7105         define-overloadable-function.
7107         * progmodes/autoconf.el: Provide autoconf as well, so that this
7108         file can be `require'd.
7110         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7112         * emacs-lisp/autoload.el (generated-autoload-feature)
7113         (generated-autoload-load-name): New vars.
7114         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7115         (make-autoload): Recognize define-overloadable-function and
7116         defclass forms (for EIEIO).
7118         * Makefile.in (update-subdirs): Exclude cedet directory.
7120 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7122         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7124         * faces.el: Default light-background background for region face to
7125         ns_selection_color under NS.
7127 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7129         * net/imap-hash.el: New library, see NEWS.
7131         * Makefile.in (ELCFILES): Add imap-hash.el.
7133 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7135         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7136         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7137         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7138         definition where the docstring could be taken for the return value.
7140 2009-09-26  Glenn Morris  <rgm@gnu.org>
7142         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7143         Add option to only show images below a certain size.
7144         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7145         save-excursion calls.
7147 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7149         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7150         subdirectories) and eieio.
7152 2009-09-26  Alan Mackenzie  <acm@muc.de>
7154         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7155         buggy bracketing.  (Bug#4289)
7157         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7158         character constants (as case labels).  (Bug#4289)
7160 2009-09-25  Juri Linkov  <juri@jurta.org>
7162         * files.el (safe-local-eval-forms): Allow time-stamp in
7163         before-save-hook (Bug#4554).
7165 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7167         * menu-bar.el (list-buffers-directory): Doc fix.
7169 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7171         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7172         Try and avoid copying twice the same paragraph.
7173         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7174         Remove save-excursion.
7175         (log-edit-changelog-entry): Do it here instead.
7177 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7179         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7180         when available, instead of hardcoding mode names.  Doc fix.
7182         * menu-bar.el (list-buffers-directory): Add docstring.
7183         Make automatically buffer-local.
7185         * dired.el (dired-mode):
7186         * files.el (cd-absolute):
7187         * pcvs.el (cvs-temp-buffer):
7188         * pcvs-util.el (cvs-get-buffer-create):
7189         * shell.el (shell-mode):
7190         * vc-dir.el (vc-dir-mode):
7191         Don't make `list-buffers-directory' buffer local.
7193 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7195         * comint.el (comint-exec, comint-run, make-comint):
7196         Doc fixes (Bug#4542).
7198 2009-09-25  Glenn Morris  <rgm@gnu.org>
7200         * mail/rmailmm.el (rmail-mime): New custom group.
7201         Move all defcustoms in this file into this group.
7202         (rmail-mime-media-type-handlers-alist): Revert previous change.
7203         (rmail-mime-show-images): New option.
7204         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7205         references to it, since it wasn't actually used for anything.
7206         (rmail-mime-insert-image): New function.
7207         (rmail-mime-image): Use rmail-mime-insert-image.
7208         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7209         obey the value of `rmail-mime-show-images' option.  Print the size of
7210         attachments.
7212 2009-09-25  David Engster  <deng@randomsample.de>
7214         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7216 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7218         * whitespace.el: Does not highlight trailing spaces While point is
7219         at end of line.  Does not highligt spaces at beginning of buffer
7220         while point is at beginning of buffer.  Does not highlight spaces
7221         at end of buffer while point is at end of buffer.  (Bug#4177)
7222         New version 12.0.
7223         (whitespace-display-mappings): Adjust initialization.
7224         (whitespace-point, whitespace-font-lock-refontify): New vars.
7225         (whitespace-color-on, whitespace-color-off): Adjust code.
7226         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7227         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7228         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7230 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7232         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7234         * textmodes/sgml-mode.el: Remove xml-mode alias.
7236         * files.el (auto-mode-alist, conf-mode-maybe)
7237         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7239 2009-09-24  Alan Mackenzie  <acm@muc.de>
7241         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7242         c-forward-conditionals, but it doesn't move point and doesn't set
7243         the mark.
7244         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7245         (c-down-conditional-with-else, c-backward-conditional)
7246         (c-forward-conditional): Refactor to use c-scan-conditionals.
7248 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7250         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7251         (help-default-arg-highlight): Remove.
7252         (help-highlight-arg): New function.
7253         (help-do-arg-highlight): Use it.
7254         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7256 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7258         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7259         Undo last change, which didn't fix the problem and introduced others.
7261 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7263         * progmodes/gdb-mi.el: Don't require speedbar.
7264         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7266 2009-09-24  Glenn Morris  <rgm@gnu.org>
7268         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7270         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7272         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7273         there is no newline after the final mime boundary.  (Bug#4539)
7274         Move markers on insertion so that any buttons inserted don't end up in
7275         the next part of a multipart message.
7276         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7277         (rmail-mime-bulk-handler): Optionally handle images.
7278         (rmail-mime-image): New button action.
7279         (rmail-mime-image-handler): New function.
7280         (rmail-mime-mode): New mode.
7281         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7283 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7285         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7286         than just dropping elements from it (bug#4504).
7288         * term.el (term-set-scroll-region): Don't move cursor any more.
7289         (term-handle-ansi-escape): Call term-goto here instead.
7290         Suggested by Ivan Kanis <apple@kanis.eu>.
7292         * term.el: Require CL.
7293         (term-ansi-reset): New function.
7294         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7295         (term-handle-colors-array): Simplify.
7297 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7299         * allout.el (allout-overlay-interior-modification-handler)
7300         (allout-obtain-passphrase):
7301         * epa-file.el (epa-file-write-region):
7302         * ps-print.el (ps-begin-job):
7303         * vc-hooks.el (vc-toggle-read-only):
7304         * vc-rcs.el (vc-rcs-rollback):
7305         * vc-sccs.el (vc-sccs-rollback):
7306         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7307         (vc-version-diff, vc-revert, vc-rollback):
7308         * wdired.el (wdired-check-kill-buffer):
7309         * emacs-lisp/authors.el (authors):
7310         * net/socks.el (socks-open-connection):
7311         * net/zeroconf.el (zeroconf-service-add-hook):
7312         * obsolete/vc-mcvs.el (vc-mcvs-register):
7313         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7314         (gdb-select-frame):
7315         * progmodes/grep.el (lgrep, rgrep):
7316         * progmodes/idlw-help.el (idlwave-help-check-locations)
7317         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7318         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7319         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7320         (reftex-toc-rename-label): Fix typos in error messages.
7322         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7323         (dired-copy-how-to-fn): Doc fix.
7324         (dired-files-attributes, dired-read-shell-command):
7325         Fix typos in docstrings.
7327         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7328         (dired-x-find-file-other-window): Reflow docstrings.
7329         (dired-omit-marker-char, dired-read-shell-command)
7330         (dired-x-submit-report): Fix typos in docstrings.
7332         * shell.el (shell-mode-hook):
7333         * view.el (View-scroll-line-forward):
7334         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7335         Fix typos in docstrings.
7337         * net/dig.el (dig-invoke): Fix typo in docstring.
7338         (query-dig): Reflow docstring.
7340         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7341         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7342         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7343         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7344         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7345         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7346         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7347         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7348         (idlwave-completion-map, idlwave-current-indent)
7349         (idlwave-custom-ampersand-surround, idlwave-customize)
7350         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7351         (idlwave-define-abbrev, idlwave-determine-class-special)
7352         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7353         (idlwave-end-block-reg, idlwave-end-of-statement)
7354         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7355         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7356         (idlwave-explicit-class-listed, idlwave-file-header)
7357         (idlwave-fill-paragraph, idlwave-find-class-definition)
7358         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7359         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7360         (idlwave-in-quote, idlwave-indent-action-table)
7361         (idlwave-indent-expand-table, idlwave-indent-line)
7362         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7363         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7364         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7365         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7366         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7367         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7368         (idlwave-outlawed-buffers, idlwave-popup-select)
7369         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7370         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7371         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7372         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7373         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7374         (idlwave-statement-type, idlwave-struct-skip)
7375         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7376         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7377         (idlwave-what-module-find-class): Fix typos in docstrings.
7378         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7379         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7380         (idlwave-find-module, idlwave-find-structure-definition)
7381         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7382         (idlwave-list-load-path-shadows, idlwave-next-statement)
7383         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7384         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7385         (idlwave-template): Reflow docstrings.
7387         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7388         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7389         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7390         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7391         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7392         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7393         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7394         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7395         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7396         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7397         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7398         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7399         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7400         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7401         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7402         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7403         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7404         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7405         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7406         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7407         Fix typos in docstrings.
7408         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7409         (idlwave-shell-hide-output, idlwave-shell-mode)
7410         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7411         Reflow docstrings.
7413         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7415 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7417         * term.el (term-bold-attribute): New var.
7418         (term-handle-colors-array): Use it.
7420 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7422         * progmodes/gdb-mi.el (gdb-version): New variable.
7423         (gdb-non-stop-handler): Set gdb-version.
7424         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7425         Condition "--thread" option on gdb-version.
7426         (gdb-invalidate-threads): Remove unused argument.
7428 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7431         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7433 2009-09-23  Glenn Morris  <rgm@gnu.org>
7435         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7436         replying to mail without References or Message-Id.  (Bug#4525)
7438 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7440         * term/ns-win.el (ns-reg-to-script): New variable.
7442 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7444         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7446 2009-09-22  Sam Steingold  <sds@gnu.org>
7448         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7449         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7450         to 1 because hg returns status 1 when nothing is found.
7451         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7453 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7455         * textmodes/fill.el: Convert to utf-8 encoding.
7456         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7457         pre-unicode days.
7459         * add-log.el (change-log-fill-forward-paragraph): New function.
7460         (change-log-mode): Use it so fill-region DTRT.
7461         Set fill-indent-according-to-mode here rather than in
7462         change-log-fill-paragraph.
7463         (change-log-fill-paragraph): Remove.
7465 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7467         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7468         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7470 2009-09-22  Glenn Morris  <rgm@gnu.org>
7472         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7473         the scroll-bar scroll the calendar window rather than the buffer.
7475         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7476         commands that move point (as opposed to scrolling).
7478         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7480         * emacs-lisp/elint.el (elint): New custom group.
7481         (elint-log-buffer): Make it a defcustom.
7482         (elint-scan-preloaded, elint-ignored-warnings)
7483         (elint-directory-skip-re): New options.
7484         (elint-builtin-variables): Doc fix.
7485         (elint-preloaded-env): New variable.
7486         (elint-unknown-builtin-args): Add an entry for encode-time.
7487         (elint-extra-errors): Make it a variable rather than a constant.
7488         (elint-preloaded-skip-re): New constant.
7489         (elint-directory): Skip files matching elint-directory-skip-re.
7490         (elint-features): New variable, local to linted buffers.
7491         (elint-update-env): Initialize elint-features.  Possibly add
7492         elint-preloaded-env to the buffer's environment.
7493         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7494         Skip quoted forms.
7495         (elint-init-form): New function, extracted from elint-init-env.
7496         Make non-list forms a warning rather than an error.
7497         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7498         easy-menu-define, put that adds an error-condition, and provide.
7499         When requiring cl, also require cl-macs.  Really require cl, to handle
7500         some cl macros.  Store required libraries in the list elint-features,
7501         so as not to re-load them.  Treat cc-require like require.
7502         (elint-init-env): Call elint-init-form to do the work.
7503         Handle eval-and-compile and such like.
7504         (elint-add-required-env): Do not clear messages.
7505         (elint-special-forms): Add handlers for function, defalias, if, when,
7506         unless, and, or.
7507         (elint-form): Add optional argument to ignore elint-special-forms,
7508         useful to prevent recursive calls from handlers.  Doc fix.
7509         Respect elint-ignored-warnings.
7510         (elint-form): Respect elint-ignored-warnings.
7511         (elint-bound-variable, elint-bound-function): New variables.
7512         (elint-unbound-variable): Respect elint-bound-variable.
7513         (elint-get-args): Respect elint-bound-function.
7514         (elint-check-cond-form): Add some simple handling for (f)boundp and
7515         featurep tests.
7516         (elint-check-defalias-form): New handler.
7517         (elint-check-let-form): Make an empty let a warning rather than an
7518         error.
7519         (elint-check-setq-form): Make an empty setq a warning rather than an
7520         error.  Respect elint-ignored-warnings.
7521         (elint-check-defvar-form): Accept null doc-strings.
7522         (elint-check-conditional-form): New handler.  Does some simple-minded
7523         checking of featurep and (f)boundp tests.
7524         (elint-put-function-args): New function.
7525         (elint-initialize): Use elint-scan-doc-file rather than
7526         elint-find-builtin-variables.  Use elint-put-function-args.
7527         Possibly scan preloaded-file-list.
7528         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7529         extend to handle functions as well.
7531 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7533         * linum.el (linum-delete-overlays, linum-update-window):
7534         Do not modify the right margin.  (Bug#3971)
7536 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7538         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7539         nxml-mode instead of xml-mode.
7541 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7543         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7545 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7547         * net/dig.el (dig-mode): Use define-derived-mode.
7549 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7551         * vc-dispatcher.el (vc-do-command): Return the process object in
7552         the asynchronous case.  Use when instead of if.  Do not run
7553         vc-exec-after to display a message if not enabled.  (Bug#4463)
7555         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7556         properties to the stash strings.
7557         (vc-git-stash-list): Return a list of strings.
7558         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7559         (vc-git-stash-show-at-point): New functions.
7560         (vc-git-stash-map): New keymap.
7562         * register.el (ctl-x-r-map): Define the keys here instead of
7563         using autoload.
7565 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7567         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7568         list, to workaround performance problem (bug#4485).
7570 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7572         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7574 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7576         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7577         Document that this option is not recommended to use.
7579 2009-09-19  Glenn Morris  <rgm@gnu.org>
7581         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7582         variable `var'.
7584         * calc/calc-alg.el (var):
7585         * calc/calcalg2.el (var): Define for compiler.
7587 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7589         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7590         Doc fix (Bug#3932).
7592         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7594         * time-stamp.el (time-stamp-month-dd-yyyy)
7595         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7596         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7597         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7598         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7599         Remove functions that have been obsolete since 1995 (Bug#4436).
7601         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7602         indent buffer only if called interactively (Bug#4452).
7604 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7605             Eli Zaretskii  <eliz@gnu.org>
7607         This fixes bug#4197 (merged to bug#865, though not identical).
7608         * server.el (server-auth-dir): Add docstring note about FAT32.
7609         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7610         but warn against using them.
7612 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7614         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7615         older GDB where there is no has_more field.
7617 2009-09-19  Glenn Morris  <rgm@gnu.org>
7619         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7621 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7623         * files.el (auto-mode-alist): Change default for XML files to nXML
7624         mode (Bug#4169).
7626 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7628         * server.el (server-ensure-safe-dir): Pass 'integer
7629         to `file-attributes', as suggested.
7631 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7633         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7634         (dired-query): Use read-key.
7636 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7638         * cus-start.el (ns-use-qd-smoothing): Remove.
7640 2009-09-18  Glenn Morris  <rgm@gnu.org>
7642         * allout.el (top-level): Remove unnecessary progn.
7644         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7646         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7647         definition of abbrev table.
7649         * speedbar.el (speedbar-track-mouse):
7650         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7651         * net/eudc.el (eudc-expand-inline):
7652         * net/newst-backend.el (newsticker--cache-read-feed):
7653         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7654         condition-case handlers.
7656 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7658         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7659         (gdb-var-list): Add an element for has_more field.
7660         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7661         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7662         (gdb-var-update-handler-1): Parse output of dynamic variable
7663         objects (STL containers).
7664         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7665         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7667         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7668         gdb-var-list.
7669         (gud-speedbar-buttons): Make node expandable if expression "has more"
7670         children.
7672 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7674         * startup.el (emacs-quick-startup): Remove variable and all uses.
7675         (command-line): Set `inhibit-x-resources' instead.
7676         (command-line-1): Use `inhibit-x-resources' instead.
7678 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7680         * subr.el: Fix last change to avoid using the `unless' macro,
7681         which breaks bootstrapping.
7683 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7685         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7686         extended definitions, in case we reload subr.el after having
7687         loaded CL.
7688         (eval-next-after-load): Mark as obsolete.
7690 2009-09-17  Juri Linkov  <juri@jurta.org>
7692         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7693         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7694         (menu-bar-showhide-menu, menu-bar-tools-menu)
7695         (menu-bar-describe-menu, menu-bar-help-menu)
7696         (minibuffer-local-completion-map, minibuffer-local-map):
7697         Fix list quoting.
7699 2009-09-17  Glenn Morris  <rgm@gnu.org>
7701         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7702         arguments, whether or not it has a handler.
7704         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7706         * simple.el (hard-newline): Give it a doc-string.
7708         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7709         (lisp-mode-syntax-table): Give them doc-strings.
7711 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7713         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7714         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7715         (menu-bar-options-menu, menu-bar-showhide-menu)
7716         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7717         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7718         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7719         (menu-bar-options-menu, menu-bar-tools-menu)
7720         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7721         (menu-bar-help-menu):
7722         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7723         string arguments.
7725         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7726         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7727         calls for the menu names and :help.
7729 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7731         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7732         to :minor-mode-function (bug#4455).
7734 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7736         * startup.el (command-line): Initialize the window-system after
7737         processing the command-line.
7739         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7740         page-delimiter matches the empty string.
7742 2009-09-16  Glenn Morris  <rgm@gnu.org>
7744         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7745         byte-compile-not-obsolete-var.  It's a list now.
7746         (byte-compile-not-obsolete-funcs): New variable.
7747         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7748         byte-compile-not-obsolete-funcs.
7749         (byte-compile-variable-ref, byte-compile-defvar): Update for
7750         byte-compile-not-obsolete-vars name-change and list nature.
7751         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7752         and variables behind (f)boundp tests.
7753         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7755 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7757         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7759 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7761         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7762         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7763         Don't autoload.
7765 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7767         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7768         the virtual-buffers, use the name of the buffer specified by
7769         find-file-noselect, as the match may be a symlink.  (This was a
7770         problem if the target and the symlink had different names.)
7772 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7774         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7776         * desktop.el (desktop-path): Check user-emacs-directory.
7778         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7780         * loadup.el: Use after-load-functions to GC after loading each file.
7781         Remove the explicit GC calls that used to be sprinkled around.
7783         * subr.el (after-load-functions): New hook.
7784         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7785         `obsolete' packages, rather than painfully extracting the relevant
7786         directory name.
7788 2009-09-15  Glenn Morris  <rgm@gnu.org>
7790         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7791         free variable `doc'.
7793         * dired.el (dired-mode-map): Add menu entry for async shell command.
7795         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7796         variables, also consider the .elc files, since the .el files are
7797         normally gzipped (subsequent code locates the .el.gz from the .elc).
7799         * calc/calc-prog.el (arglist): Define for compiler.
7801         * calendar/diary-lib.el (diary-display-function): Change the default to
7802         fancy display.
7803         (body): Define for compiler.
7805         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7806         (byte-compile-file-form, byte-compile-lambda)
7807         (byte-compile-top-level-body, byte-compile-form)
7808         (byte-compile-variable-ref, byte-compile-setq)
7809         (byte-compile-setq-default, byte-compile-body)
7810         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7811         (batch-byte-compile): Give some more local variables with common names
7812         a "bytecomp-" prefix to avoid masking warnings about free variables.
7814         * startup.el (command-line-1): Give local variables with common names a
7815         distinguishing prefix, so as not to hide free variable warnings during
7816         bootstrap.
7818         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7819         clever and add a suffix to make a unique name, just let the user decide
7820         whether or not to overwrite it.  If the input is a directory, write the
7821         default filename to that directory.  (Bug#4388)
7822         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7823         is a filename-as-a-directory.
7825 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7827         * textmodes/page.el (what-page): Don't move to beginning of line.
7828         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7830 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7832         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7834 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7836         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7837         * help.el (help-for-help-internal): Add purecopy calls for text.
7839         * vc.el (top): print-log method now takes an optional SHORTLOG
7840         argument.  Add a new method: root.
7841         (vc-root-diff, vc-print-root-log): New functions.
7842         (vc-log-short-style): New variable.
7843         (vc-print-log-internal): Add support for showing short logs.
7845         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7846         vc-print-root-log and vc-print-root-diff.
7848         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7849         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7850         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7851         short logs.
7853         * vc-cvs.el (vc-cvs-print-log):
7854         * vc-mtn.el (vc-mtn-print-log):
7855         * vc-rcs.el (vc-rcs-print-log):
7856         * vc-sccs.el (vc-sccs-print-log):
7857         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7858         that is ignored for now.
7860         * vc-mtn.el (vc-mtn-annotate-command):
7861         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7863 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7865         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7866         to function-key-map, and give them ascii-character property.
7867         * term/x-win.el (x-alternatives-map):
7868         * term/ns-win.el (ns-alternatives-map):
7869         * term/internal.el (msdos-key-remapping-map):
7870         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7872 2009-09-14  Glenn Morris  <rgm@gnu.org>
7874         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7875         temp-buffers (2009-09-12).
7877 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7879         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7880         the new read-key function.
7882 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7884         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7885         is defined (Bug#4405).
7887 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7889         * recentf.el (recentf-cleanup): Use a hash table to find
7890         duplicates (Bug#4407).
7892 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7894         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7895         kp-0 to ascii equivalents (Bug#4325).
7897 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7899         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7901         * eshell/em-hist.el:
7902         * eshell/em-dirs.el (eshell-complete-user-reference):
7903         Declare pcomplete functions and variables to avoid compiler warnings.
7905 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7907         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7908         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7909         * eshell/em-alias.el (eshell-aliases-file):
7910         * eshell/em-hist.el (eshell-history-file-name):
7911         Use expand-file-name instead of concat to make file names (Bug#4308).
7913 2009-09-13  Glenn Morris  <rgm@gnu.org>
7915         * ediff-merg.el (ediff-do-merge):
7916         * filesets.el (filesets-run-cmd):
7917         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7918         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7919         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7920         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7921         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7922         Replace empty `let's with `progn'.
7924 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7926         * mail/sendmail.el (send-mail-function):
7927         * tooltip.el (tooltip-mode):
7928         * simple.el (transient-mark-mode):
7929         * rfn-eshadow.el (file-name-shadow-mode):
7930         * frame.el (blink-cursor-mode):
7931         * font-core.el (global-font-lock-mode):
7932         * files.el (temporary-file-directory)
7933         (small-temporary-file-directory, auto-save-file-name-transforms):
7934         * epa-hook.el (auto-encryption-mode):
7935         * composite.el (global-auto-composition-mode):
7936         Use custom-initialize-delay.
7937         * startup.el (command-line): Don't explicitly call
7938         custom-reevaluate-setting for all the above vars.
7939         * custom.el (custom-initialize-safe-set)
7940         (custom-initialize-safe-default): Delete.
7942 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7944         * term/x-win.el (x-initialize-window-system):
7945         * term/w32-win.el (w32-initialize-window-system):
7946         * term/ns-win.el (ns-initialize-window-system): Don't call
7947         mouse-wheel-mode since it's enabled globally by default already.
7949         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7950         actually define the variable, but only silences the byte-compiler.
7951         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7952         before looking it up.
7953         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7954         is changed.
7956 2009-09-12  Glenn Morris  <rgm@gnu.org>
7958         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7959         1000.
7960         (elint-add-required-env): Don't beep on error.
7961         (elint-forms): In case of error, return ENV unchanged.
7962         (elint-init-env): Skip non-list forms.
7963         (elint-log): Handle unknown file positions.
7965 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7967         * epg.el (epg-make-context): Add autoload cookie.
7968         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7969         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7970         (epg-verify-string, epg-start-sign, epg-sign-file)
7971         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7972         (epg-encrypt-string, epg-start-export-keys)
7973         (epg-export-keys-to-file, epg-export-keys-to-string)
7974         (epg-start-import-keys, epg-import-keys-from-file)
7975         (epg-import-keys-from-string, epg-start-receive-keys)
7976         (epg-receive-keys, epg-import-keys-from-server)
7977         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7978         (epg-sign-keys, epg-start-generate-key)
7979         (epg-generate-key-from-file, epg-generate-key-from-string):
7980         Remove autoload cookie.
7982 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7984         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7985         reevaluation of trash-directory.
7987         * mwheel.el: Fix last change.
7988         (mouse-wheel-mode): New defvar.
7989         (mouse-wheel-mode): Remove autoload cookie.
7991 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7993         * mwheel.el (mwheel-installed-bindings): New var.
7994         (mouse-wheel-mode): Use it, so as to make sure we really remove all
7995         the bindings we set last time.  Use custom-initialize-delay.
7996         * loadup.el: Load mwheel after term/*-win.el.
7997         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7998         and mouse-wheel-up-event now that their first evaluation is done
7999         sufficiently late to be correct.
8001         * startup.el (tutorial-directory): Make it a defcustom.
8002         Use custom-initialize-delay rather than eval-at-startup to set it.
8003         * image.el (image-load-path): Make it a defcustom.
8004         Use custom-initialize-delay rather than eval-at-startup to set it.
8005         * subr.el (eval-at-startup): Remove.
8006         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8008         * subr.el (do-after-load-evaluation): Warn the user after loading an
8009         obsolete package.
8011 2009-09-12  Glenn Morris  <rgm@gnu.org>
8013         * proced.el (proced-mark-alt): Remove alias.
8014         (proced-mode-map): Remove proced-mark-alt.
8016         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8017         Elint file and directory.  Remove initialization entry.
8019         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8020         commands.
8021         (elint-current-buffer): Set mode-line-process.
8022         (elint-init-env): Handle define-derived-mode.
8023         Fix declare-function with unspecified arglist.  Guard against odd
8024         defalias statements (eg iso-insert's 8859-1-map).
8025         (elint-add-required-env): Use a temp buffer.
8026         (elint-form): Just print the function/macro name, not the whole form.
8027         Return env unchanged if we fail to parse a macro.
8028         (elint-forms): Guard against parse errors.
8029         (elint-output): New function, to handle batch mode.
8030         (elint-log-message): Add optional argument.  Use elint-output.
8031         (elint-set-mode-line): New function.
8033 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8035         * emacs-lisp/elp.el (elp-not-profilable): Add more
8036         functions (Bug#4233).
8038 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8040         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8041         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8043 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8045         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8046         (gdb-var-list-children): Use json parsing.
8048 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8050         * progmodes/js.el (js--proper-indentation): Handle the case where
8051         char-before is null.  Reported by Deniz Dogan.
8053 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8055         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8057 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8059         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8060         (epg-digest-algorithm-alist): Add SHA224.
8061         (epg-context-set-passphrase-callback)
8062         (epg-context-set-progress-callback): Add description about
8063         callback function.
8065 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8067         * custom.el (custom-delayed-init-variables): New var.
8068         (custom-initialize-delay): New function.
8069         * startup.el (command-line): "Re"evaluate all vars in
8070         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8071         explicitly any more.
8072         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8073         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8075         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8077 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8079         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8080         (gdb-var-update-handler): Use json parsing.
8082 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8084         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8085         decode annotated text, regardless of language environment.  (Bug#2741)
8087 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8089         * Makefile.in (autoloads): Make rmail.el writable as well.
8091 2009-09-11  Glenn Morris  <rgm@gnu.org>
8093         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8094         loaddefs.el.
8095         * dired.el: Regenerate with extracted autoloads.
8096         * Makefile.in (autoloads): Make dired.el writable.
8098         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8099         * ibuffer.el: Regenerate with extracted autoloads.
8100         * Makefile.in (autoloads): Make ibuffer.el writable.
8102         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8103         * version.el (emacs-copyright, emacs-major-version)
8104         (emacs-minor-version): Reformat doc-strings for make-docfile.
8106         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8107         functions and variables, since they must be stuff specific to some other
8108         platform.
8109         (apropos-print): Make mouse-click message less specific about button.
8111         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8112         that records where a macro was defined.
8113         * help-fns.el (describe-function-1): Mention if a function has a
8114         compiler-macro.
8115         * help-mode.el (help-function-cmacro): New button.
8117         * locate.el (top-level): Always require dired.
8118         (locate-mode-map): Initialize inside the defvar.
8120         * net/ange-ftp.el (dired-compress-file): Declare.
8121         (ange-ftp-dired-compress-file): Add doc string.
8123         * term/ns-win.el (x-display-name, x-setup-function-keys):
8124         Unify doc-strings with X versions.
8126 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8128         * emulation/crisp.el (crisp-mode-map): Move initialization
8129         into declaration.
8130         (crisp-mode): Use define-minor-mode.
8132         * progmodes/xscheme.el (xscheme-evaluation-commands):
8133         Put a :advertised-binding property rather than using
8134         advertised-xscheme-send-previous-expression.
8135         (advertised-xscheme-send-previous-expression): Declare obsolete.
8136         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8137         `advertised-undo'.
8138         (crisp-mode): Add corresponding bindings to
8139         undo's :advertised-binding instead.
8140         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8141         than using dired-advertised-find-file.
8142         (dired-advertised-find-file):
8143         * simple.el (advertised-undo):
8144         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8145         (widget-keymap): Put a :advertised-binding property rather
8146         than using advertised-widget-backward.
8147         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8148         than using advertised-undo.
8149         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8151 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8153         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8154         Mark mode is enabled and region is active; otherwise indent or
8155         insert TAB as usual.
8156         (delphi-mode): Update description of TAB-key binding.
8158 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8160         * subr.el (define-key-rebound-commands): Mark obsolete.
8161         * startup.el (precompute-menubar-bindings): Remove.
8162         (normal-top-level): Remove obsolete code that tried to precompute
8163         menubar bindings.
8164         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8165         define-key-rebound-commands and precompute-menubar-bindings.
8167 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8169         * net/imap.el (imap-interactive-login): Better messages.
8170         (imap-open): Fix bug with renamed buffer on reconnect.
8171         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8172         for easier debugging and cleaner code.  On successful (guessed based on
8173         server capabilities) secondary authentication, set imap-state
8174         correctly.
8175         (imap-last-authenticator): Define imap-last-authenticator as a variable
8176         to avoid warnings.
8178 2009-09-10  Glenn Morris  <rgm@gnu.org>
8180         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8182         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8183         (byte-compile-file-form-autoload): Don't warn about unknown functions
8184         where the autoload statement comes after the use.
8185         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8186         that any handlers inside the body (eg require) are in turn respected.
8188         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8189         effects.
8191         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8192         and syntax and abbrev tables basic docs, if they don't have any.
8194         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8196         * international/mule-cmds.el (top-level): Require cl when compiling.
8197         (view-hello-file): Use default-value rather than
8198         default-enable-multibyte-characters.
8200         * progmodes/fortran.el: Move all safe and risky properties into the
8201         defcustoms.
8203         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8204         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8205         * mail/undigest.el:
8206         Put autoloads in rmail.el rather than loaddefs.el.
8207         * mail/rmail.el: Regenerate with extracted autoloads.
8209         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8210         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8212 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8214         Reported in thread for Bug#4375.
8215         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8216         "-data-evaluate-expression" instead of print.
8217         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8218         (gdb-tooltip-print): Parse output from above MI command.
8219         (gdb): Revert 2009-08-11 change.  User should detach inferior
8220         manually.
8222         Remove the word "separate" from IO functions as inferior
8223         output is now never displayed in the GUD buffer.
8225 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8227         * startup.el (command-line-normalize-file-name): On Windows and
8228         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8230 2009-09-10  Juri Linkov  <juri@jurta.org>
8232         * isearch.el (isearch-text-char-description): Propertize escape
8233         character sequences with the `escape-glyph' face.  (Bug#4344)
8235         * simple.el (shell-command): Set asynchronous process filter to
8236         `comint-output-filter'.  (Bug#4343)
8238         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8239         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8240         the list.  Move "asm" to the bottom.
8241         (grep-find-ignored-directories): Add `choice' with nil value
8242         to empty the list easily.
8243         (grep-find-ignored-files): New option.
8244         (grep-files-history): Set to nil by default instead of '("ch" "el").
8245         (grep-compute-defaults): Add "<X>" to `grep-template'.
8246         (grep-read-files): Bind new local variables `default-alias' and
8247         `default-extension'.  Use a list of default values for the file prompt.
8248         (lgrep): Add `--exclude=' command line options composed from
8249         `grep-find-ignored-files'.
8250         (rgrep): Add `-name' command line options composed from
8251         `grep-find-ignored-files'.  (Bug#4301)
8253 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8255         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8256         (bug#4368).
8258 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8260         * calendar/time-date.el (autoload):
8261         Expand define-obsolete-function-alias into defalias and make-obsolete
8262         for old Emacsen that Gnus supports.
8263         (with-no-warnings): Define it for old Emacsen.
8264         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8265         is available.
8266         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8267         float-time is available; suppress compile warning for time-to-seconds.
8269 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8271         * net/imap.el (imap-message-map): Docstring fix.
8273 2009-09-09  Glenn Morris  <rgm@gnu.org>
8275         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8276         line numbers too.  (Bug#4374)
8278 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8280         * smerge-mode.el (smerge-remove-props, smerge-refine):
8281         Use with-silent-modifications (bug#4342).
8283         * subr.el (with-silent-modifications): New macro.
8285 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8287         * files.el (top-level): Require `cl' when compiling.
8289 2009-09-07  Glenn Morris  <rgm@gnu.org>
8291         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8293         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8294         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8296 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8298         * vc-git.el (vc-git-annotate-command): Use separator to parse
8299         arguments correctly.
8301 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8303         * proced.el (proced-mode): Doc fix.
8305 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8307         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8308         lstat fails.
8309         (tramp-do-file-attributes-with-ls): Check for file existence at
8310         remote end.
8311         (tramp-do-file-attributes-with-stat): Likewise.
8312         (tramp-convert-file-attributes): Return nil when attr is nil.
8314 2009-09-05  Glenn Morris  <rgm@gnu.org>
8316         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8317         properties to this button.
8318         (diary-fancy-display): Don't extend the button to the final newline.
8319         (diary-fancy-display-mode): Continue to define "q" as a local key.
8321         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8322         efficient.
8324         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8326         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8327         (byte-compile-dest-file-function): New option.
8328         (byte-compile-dest-file): Doc fix.
8329         Obey byte-compile-dest-file-function.
8330         (byte-compile-cl-file-p): New function.
8331         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8332         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8333         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8334         than for file being previously loaded.
8335         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8336         (byte-compile-file-form-require): Handle the case where requiring a file
8337         indirectly causes CL to be loaded.
8339 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8341         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8342         before killing the old buffer, since by the time `kill-buffer' is
8343         run so many buffer variables have been set to nil that it may not
8344         behave as expected.  (Bug#4061)
8346 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8348         * files.el (find-alternate-file): If the old buffer is modified
8349         and visiting a file, behave similarly to `kill-buffer' when
8350         killing it, thus reverting to the pre-1.878 behavior; see
8351         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8352         for discussion.  Also, consult `buffer-file-name' as a variable
8353         not as a function, for consistency with the rest of the code.
8355 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8357         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8358         also when adding a new directory.
8360         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8361         defun.
8363 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8365         * files.el (locate-file-completion-table): Make it provide boundary
8366         information, so partial-completion works better.
8368 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8370         * mail/footnote.el (Footnote-text-under-cursor):
8371         Check footnote-text-marker-alist before using it (bug#4324).
8373 2009-09-04  Glenn Morris  <rgm@gnu.org>
8375         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8376         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8377         * play/solitaire.el, play/tetris.el:
8378         Remove leading * from defcustom and defface docs.
8380         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8381         necessary.
8382         (diary-fancy-overriding-map): New variable.
8383         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8384         Use view-mode.
8386         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8387         goto-line.
8389 2009-09-03  Glenn Morris  <rgm@gnu.org>
8391         * arc-mode.el (archive-mode):
8392         * dos-fns.el (set-default-process-coding-system):
8393         * man.el (Man-getpage-in-background):
8394         * menu-bar.el (menu-bar-describe-menu):
8395         * server.el (server-process-filter):
8396         * startup.el (command-line):
8397         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8398         * w32-fns.el (set-default-process-coding-system):
8399         * x-dnd.el (x-dnd-handle-file-name):
8400         * international/mule-cmds.el (mule-menu-keymap)
8401         (set-default-coding-systems, language-info-alist, set-language-info)
8402         (set-language-environment, standard-display-european-internal)
8403         (set-locale-environment):
8404         * international/mule-diag.el (mule-diag):
8405         * mail/emacsbug.el (report-emacs-bug):
8406         * mail/rmail.el (rmail-mode):
8407         * mail/sendmail.el (mail-setup):
8408         Use default-value rather than default-enable-multibyte-characters.
8410         * progmodes/f90.el: Move all safe properties into the defcustoms.
8411         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8413         * calendar/appt.el (appt-check):
8414         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8415         (diary-check-diary-file, diary-list-entries)
8416         (diary-include-other-diary-files, diary-simple-display)
8417         (diary-fancy-display, diary-print-entries)
8418         (diary-mark-included-diary-files, diary-make-entry):
8419         Don't call substitute-in-file-name on diary-file.
8421 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8422             Stefan Monnier  <monnier@iro.umontreal.ca>
8424         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8425         (footnote-mode-map): Move initialization into the declaration.
8426         (footnote-minor-mode-map): Define it rather than changing global-map.
8427         (footnote-mode): Use define-minor-mode.
8429 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8431         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8432         (tramp-do-file-attributes-with-perl)
8433         (tramp-do-file-attributes-with-stat): Rename from
8434         `tramp-handle-file-attributes-with-*'.
8435         (tramp-handle-file-attributes): Use them.
8436         (tramp-do-directory-files-and-attributes-with-perl)
8437         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8438         `tramp-handle-directory-files-and-attributes-with-*'.
8439         (tramp-handle-directory-files-and-attributes): Use them.
8440         (tramp-method-out-of-band-p): Additional parameter SIZE.
8441         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8442         (tramp-handle-write-region): Use it.
8443         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8444         (tramp-handle-vc-registered): Check, whether the first run did
8445         return files to be tested.
8446         (tramp-advice-make-auto-save-file-name): Do not call directly
8447         `tramp-handle-make-auto-save-file-name', because this would bypass
8448         the locking mechanism.
8450         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8451         (file-remote-p, process-file, start-file-process, set-file-times)
8452         (tramp-compat-file-attributes): Compatibility functions shall not
8453         call directly `tramp-handle-*', because this would bypass the
8454         locking mechanism.
8455         (tramp-compat-number-sequence): New defun.
8457 2009-09-02  Glenn Morris  <rgm@gnu.org>
8459         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8460         alias for float-time.
8461         (time-to-number-of-days): In Emacs, use float-time.
8462         * net/newst-backend.el (time-add): Suppress warnings from compat
8463         function.
8464         * time.el (emacs-uptime, emacs-init-time):
8465         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8466         Use float-time rather than time-to-seconds.
8468         * minibuffer.el (completion-initials-expand): Fix typo.
8470         * faces.el (modeline, modeline-inactive, modeline-highlight)
8471         (modeline-buffer-id):
8472         * info.el (info-menu-5): Mark these face aliases as obsolete.
8474 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8476         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8477         space ...
8478         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8479         no "--thread" option.
8480         (gdb-stopped): Don't print "Switched to thread" message when it is
8481         unchanged.
8483 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8485         * minibuffer.el (completion-try-completion)
8486         (completion-all-completions): Remove ill-defined (and
8487         mistakenly installed and luckily never used nor documented)
8488         `completion-styles' property.
8489         (completion-initials-expand, completion-initials-all-completions)
8490         (completion-initials-try-completion): New functions.
8491         (completion-styles-alist): Add doc to each entry.
8492         Add new `initials' entry.
8494 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8496         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8497         MI command -var-evaluate-expression.
8498         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8499         and tweak for case of string child.
8500         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8502 2009-09-01  Glenn Morris  <rgm@gnu.org>
8504         * add-log.el (change-log-date-face, change-log-name-face)
8505         (change-log-email-face, change-log-file-face, change-log-list-face)
8506         (change-log-conditionals-face, change-log-function-face)
8507         (change-log-acknowledgement-face):
8508         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8509         (custom-modified-face, custom-set-face, custom-changed-face)
8510         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8511         (custom-documentation-face, custom-state-face, custom-comment-face)
8512         (custom-comment-tag-face, custom-variable-tag-face)
8513         (custom-variable-button-face, custom-face-tag-face)
8514         (custom-group-tag-face-1, custom-group-tag-face):
8515         * diff-mode.el (diff-header-face, diff-file-header-face)
8516         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8517         (diff-added-face, diff-changed-face, diff-function-face)
8518         (diff-context-face, diff-nonexistent-face):
8519         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8520         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8521         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8522         (Info-title-4-face):
8523         * isearch.el (isearch-lazy-highlight-face):
8524         * log-view.el (log-view-file-face, log-view-message-face):
8525         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8526         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8527         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8528         (cvs-msg-face):
8529         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8530         (smerge-base-face, smerge-markers-face):
8531         * wid-edit.el (widget-documentation-face, widget-button-face)
8532         (widget-field-face, widget-single-line-field-face)
8533         (widget-inactive-face, widget-button-pressed-face):
8534         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8535         (woman-addition-face):
8536         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8537         (eshell-ls-executable-face, eshell-ls-readonly-face)
8538         (eshell-ls-unreadable-face, eshell-ls-special-face)
8539         (eshell-ls-missing-face, eshell-ls-archive-face)
8540         (eshell-ls-backup-face, eshell-ls-product-face)
8541         (eshell-ls-clutter-face):
8542         * eshell/em-prompt.el (eshell-prompt-face):
8543         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8544         * obsolete/old-whitespace.el (whitespace-highlight-face):
8545         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8546         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8547         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8548         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8549         (antlr-font-lock-literal-face):
8550         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8551         (ebrowse-root-class-face, ebrowse-file-name-face)
8552         (ebrowse-default-face, ebrowse-member-attribute-face)
8553         (ebrowse-member-class-face, ebrowse-progress-face):
8554         * progmodes/make-mode.el (makefile-space-face):
8555         * progmodes/sh-script.el (sh-heredoc-face):
8556         * textmodes/flyspell.el (flyspell-incorrect-face)
8557         (flyspell-duplicate-face):
8558         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8559         * textmodes/texinfo.el (texinfo-heading-face):
8560         Mark face aliases with "-face" suffix as obsolete.
8562         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8563         compiler.
8565         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8566         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8567         easy-menu-define wants to modify these.
8569         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8571         * net/browse-url.el (browse-url-file-url):
8572         * term/internal.el (dos-codepage-setup):
8573         Use default-value rather than default-enable-multibyte-characters.
8575         * progmodes/etags.el (etags-goto-tag-location):
8576         * progmodes/flymake.el (flymake-highlight-line)
8577         (flymake-goto-file-and-line, flymake-goto-line):
8578         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8579         (gdb-goto-breakpoint):
8580         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8581         * progmodes/python.el (python-find-function)
8582         (python-pdbtrack-track-stack-file):
8583         * progmodes/verilog-mode.el (verilog-surelint-off):
8584         * term/ns-win.el (ns-open-file-select-line):
8585         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8586         Use forward-line rather than goto-line.
8588         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8589         * textmodes/reftex-index.el (reftex-display-index):
8590         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8591         * textmodes/reftex-toc.el (reftex-toc):
8592         Remove unnecessary bindings of default-major-mode (all are followed by
8593         major-mode check and possible mode switch).
8595 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8597         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8598         Handle watchpoints (bug#4282).
8599         (def-gdb-thread-buffer-command): Enable thread to be selected by
8600         clicking without selecting threads buffer first.
8601         (gdb-current-context-command): Use selected frame so that "up",
8602         "down" etc work in the GUD buffer.
8603         (gdb-update): Find selected frame before rendering stack buffer.
8604         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8606 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8608         * progmodes/sym-comp.el (displayed-completions): Remove.
8609         (symbol-complete): Use minibuffer-complete.
8611 2009-08-31  Glenn Morris  <rgm@gnu.org>
8613         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8615         * apropos.el (apropos-symbols-internal):
8616         Handle (obsolete) face aliases.
8618         * faces.el (describe-face): Adjust the output format to be more like
8619         describe-variable, and to mention (obsolete) face aliases.
8620         Adjust the whitespace so that help-setup-xref works.
8622         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8623         * calendar/diary-lib.el (diary-button-face):
8624         Mark these face aliases as obsolete.
8626         * calendar/calendar.el (calendar-today): Doc fix.
8628 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8630         * progmodes/gdb-mi.el (gdb-control-all-threads)
8631         (gdb-control-current-thread): Force tool bar update.
8632         (gdb-non-stop-handler): New function.
8633         (gdb-init-1): Use it to test if non-stop mode is supported.
8634         Remove unused gdbmi buffer type.
8636 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8638         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8639         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8641 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8643         * comint.el (comint-exec-1): Check command is non-null first.
8644         Part of gdb-mi.el change (2009-08-28).
8646 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8648         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8650 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8652         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8653         instead of `dolist' to avoid a recursive require when bootstrapping.
8655 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8657         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8659         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8661         * net/imap.el (imap-send-command): Simplify.
8662         (imap-wait-for-tag): point-max -> buffer-size.
8664         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8666         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8667         with constant argument.
8669         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8671         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8673         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8674         Change default, since most of our files don't have a history.
8675         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8676         the user.
8678         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8679         Add comint-run.
8681         * calc/calc.el: Improve commenting convention.
8682         (calc-digit-map, toplevel): Simplify.
8684         * comint.el (comint-insert-input): Be careful to only set point if we
8685         don't delegate to some other command.
8687         * proced.el (proced-signal-list): Make it an alist.
8688         (proced-grammar-alist): Capitalize names.
8689         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8690         Disable undo manually and make it read-only.
8691         Use completion-annotate-function.
8693         * minibuffer.el (minibuffer-message): If the current buffer is not
8694         a minibuffer, insert the message in the echo area rather than at the
8695         end of the buffer.
8696         (completion-annotate-function): New variable.
8697         (minibuffer-completion-help): Use it.
8698         (completion--embedded-envvar-table): Environment vars are
8699         always case-sensitive.
8701 2009-08-30  Glenn Morris  <rgm@gnu.org>
8703         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8704         from fortran-current-defun.
8705         (fortran-beginning-of-subprogram): Be more precise about finding the
8706         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8707         (fortran-end-of-subprogram): Simplify.
8708         (fortran-current-defun): Use fortran-start-prog-re.
8710 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8712         * subr.el (do-after-load-evaluation): Simplify.
8714 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8716         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8718         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8719         (vc-rcs-print-log): Use it.
8721         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8723 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8725         * paths.el (abbrev-file-name): Move to abbrev.el.
8726         * abbrev.el (abbrev-file-name): Move from paths.el.
8727         Obey user-emacs-directory.
8728         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8729         user-emacs-directory.
8730         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8731         abbrev-file-name and calc-settings-file any more.
8732         * startup.el (command-line): Recompute abbrev-file-name and
8733         abbreviated-home-dir.
8734         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8735         of the special code for when C-h bindings haven't been changed.
8736         (display-startup-echo-area-message): Use with-current-buffer.
8737         (command-line-1): Use a list of strings, rather than a list of lists
8738         of strings for longopts.
8740         * files.el (get-free-disk-space): Use / for default-directory.
8742         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8743         Use with-current-buffer.
8745         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8746         Recognize immutable variables like most-positive-fixnum.
8747         (byte-compile-setq-default): Check and warn if trying to assign
8748         to an immutable variable, or a non-variable.
8750         * progmodes/cc-vars.el (c-comment-continuation-stars):
8751         * progmodes/cc-engine.el (c-looking-at-bos):
8752         * progmodes/cc-cmds.el (c-toggle-auto-state)
8753         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8754         (c-comment-line-break-function): Add version of obsolescence.
8756 2009-08-28  Juri Linkov  <juri@jurta.org>
8758         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8759         associated with `archive-mode'.
8761         * image.el (image-type-header-regexps): Use only JPEG magic number
8762         to determine JPEG images, and don't use `image-jpeg-p' because
8763         Emacs can display non-JFIF non-Exif JPEG images.
8765 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8767         * arc-mode.el (archive-mode):
8768         * emacs-lisp/re-builder.el (re-builder-unload-function):
8769         Protect against the default value of `major-mode' being nil.
8771 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8773         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8774         Fix typos in docstrings.
8776         * progmodes/js.el (js--macro-decl-re): Doc fix.
8777         (js--plain-method-re, js--split-name): Refloc docstring.
8778         (js--class-styles, js--make-merged-item, js--splice-into-items):
8779         Fix typos in docstrings; reflow docstrings.
8780         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8781         (js--variable-decl-matcher, js--inside-pitem-p)
8782         (js--parse-state-at-point, js--get-all-known-symbols)
8783         (js--symbol-history, js-find-symbol, js--js-references)
8784         (js--moz-interactor, js--js-encode-value, js--read-tab):
8785         Fix typos in docstrings.
8787 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8789         * textmodes/reftex.el (reftex-get-file-buffer-force):
8790         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8791         * emulation/viper.el (viper-go-away, viper-set-hooks):
8792         * emacs-lisp/re-builder.el (re-builder-unload-function):
8793         * emacs-lisp/bytecomp.el (byte-compile-file):
8794         * ses.el (ses-unload-function):
8795         * hexl.el (hexl-find-file):
8796         * files.el (normal-mode):
8797         * ehelp.el (with-electric-help):
8798         * autoinsert.el (auto-insert-alist):
8799         * arc-mode.el (archive-mode):
8800         Use (default-value 'major-mode) instead of default-major-mode.
8802         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8803         * international/mule.el (load-with-code-conversion):
8804         * emacs-lisp/debug.el (debug):
8805         * ediff-vers.el (ediff-rcs-get-output-buffer):
8806         * dired.el (dired-internal-noselect): Don't let-bind
8807         default-major-mode around code that doesn't use it.
8808         E.g. buffer creation via get-buffer-create doesn't use it.
8810 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8812         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8813         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8814         when writing the temp file.  Otherwise, epa-file gets confused.
8815         (tramp-register-file-name-handlers): Make it a defun.  Move also
8816         `epa-file-handler' to the front of `file-name-handler-alist'.
8818 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8820         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8821         start right after a ^M.
8822         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8823         (tramp-completion-file-name-regexp-separate)
8824         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8825         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8826         Don't modify last-coding-system-used by accident.
8827         (tramp-completion-file-name-handler): Apply the checks here,
8828         instead during registration.
8829         (tramp-register-file-name-handlers): Renamed from
8830         `tramp-register-file-name-handler'.  Register both
8831         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8832         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8834 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8836         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8837         Remove variable ...
8838         (gdb-init-1, gdb-display-separate-io-buffer)
8839         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8840         references to it.
8841         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8842         (gdb-inferior-filter): Use comint-output-filter to stop
8843         echoing and remove ^M characters.
8845 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8847         * emulation/viper-init.el (viper-restore-cursor-type):
8848         * emulation/cua-base.el (cua--update-indications):
8849         Replace default-cursor-type with (default-value 'cursor-type).
8851         * mail/sendmail.el (mail-recover-1):
8852         * international/mule-diag.el (describe-current-coding-system-briefly)
8853         (describe-current-coding-system):
8854         * international/mule-cmds.el (select-safe-coding-system)
8855         (select-message-coding-system)
8856         (set-language-environment-coding-systems, set-locale-environment):
8857         * hexl.el (hexl-insert-multibyte-char):
8858         * dos-w32.el (find-buffer-file-type-coding-system):
8859         * simple.el (what-cursor-position):
8860         Replace uses of default-buffer-file-coding-system
8861         with (default-value 'buffer-file-coding-system).
8863         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8864         Replace uses of default-cursor-in-non-selected-windows
8865         with (default-value 'cursor-in-non-selected-windows).
8866         Use with-current-buffer.
8868         * mail/feedmail.el: Use CL macros.
8869         (feedmail-run-the-queue, feedmail-send-it-immediately):
8870         * dos-w32.el (find-buffer-file-type): Replace uses of
8871         default-buffer-file-type with (default-value 'buffer-file-type).
8873 2009-08-28  Glenn Morris  <rgm@gnu.org>
8875         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8876         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8877         Use default-value of major-mode rather than default-major-mode.
8879 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8881         * Makefile.in (update-elcfiles): Report left over elc files.
8883         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8884         expand-file-name and with-current-buffer.
8885         (mail-get-names, mail-directory): Use with-current-buffer.
8887         * vc.el (vc-read-revision): New function.
8888         (vc-version-diff, vc-merge): Use it.
8890 2009-08-27  Sam Steingold  <sds@gnu.org>
8892         * simple.el (kill-do-not-save-duplicates): New user option.
8893         (kill-new): When it is non-nil, and the new string is the same as
8894         the latest kill, set replace to t to avoid duplicates in kill-ring.
8896 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8898         * net/tramp.el (tramp-handle-process-file): Do not flush all
8899         caches when `process-file-side-effects' is set.
8900         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8901         instead of `tramp-find-file-exists-command'.
8902         Unset `process-file-side-effects'.
8904 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8906         * net/tramp.el (tramp-methods): New method "rsyncc".
8907         (top): Add completion function for "rsyncc".
8908         (tramp-message-show-message): New defvar.
8909         (tramp-message, tramp-error): Use it.
8910         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8911         remote copying.
8912         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8913         `tramp-methods' entry `copy-env' of "rsyncc".
8914         (tramp-vc-registered-read-file-names): New defconst.
8915         (tramp-vc-registered-file-names): New defvar.
8916         (tramp-handle-vc-registered): Implement optimization strategy.
8917         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8918         (tramp-vc-file-name-handler): New defun.
8919         (tramp-get-ls-command, tramp-get-test-command)
8920         (tramp-get-file-exists-command, tramp-get-remote-ln)
8921         (tramp-get-remote-perl, tramp-get-remote-stat)
8922         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8924         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8925         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8926         timestamps.
8927         (tramp-get-file-property): Check for timestamps in
8928         `tramp-cache-inhibit-cache'.
8929         (tramp-set-file-property): Write timestamp.
8931 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8933         * language/japan-util.el (japanese-symbol-table): Add entries for
8934         cp932-2-byte.
8936         * international/characters.el: Add category `j' to cp932-2-byte.
8938 2009-08-27  Kenichi Handa  <handa@m17n.org>
8940         * international/fontset.el (build-default-fontset-data): New macro.
8941         (setup-default-fontset): Use build-default-fontset-data for CJK,
8942         tibetan, ethiopic, and ipa.
8944 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8946         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8947         (enable-multibyte-characters): Not customizable any more.
8949         * subr.el (default-mode-line-format, default-header-line-format)
8950         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8951         (default-direction-reversed, default-truncate-lines)
8952         (default-left-margin, default-tab-width, default-case-fold-search)
8953         (default-left-margin-width, default-right-margin-width)
8954         (default-left-fringe-width, default-right-fringe-width)
8955         (default-fringes-outside-margins, default-scroll-bar-width)
8956         (default-vertical-scroll-bar, default-indicate-empty-lines)
8957         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8958         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8959         (default-scroll-down-aggressively, default-fill-column)
8960         (default-cursor-type, default-buffer-file-type)
8961         (default-cursor-in-non-selected-windows)
8962         (default-buffer-file-coding-system, default-major-mode)
8963         (default-enable-multibyte-characters): Mark as obsolete.
8965 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8967         * vc-dir.el (vc-dir-update): Remove debug helper.
8969         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8971 2009-08-26  Sam Steingold  <sds@gnu.org>
8973         * simple.el (save-interprogram-paste-before-kill): New user option.
8974         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8975         save the interprogram-paste into kill-ring before overriding it
8976         with the Emacs kill.
8978 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8980         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8981         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8982         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8983         and move to vc-rcs.el.
8984         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8985         move to vc-rcs.el.
8986         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8987         (vc-rcs-update-changelog): Remove.
8988         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8989         and move to vc-rcs.el.
8991         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8992         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8993         renaming.
8994         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8995         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8996         vc.el, renamed to be RCS specific.
8998         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8999         New functions.
9000         (vc-cvs-update-changelog): Move here from vc.el.
9002         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9003         New functions.
9005 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9007         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9009 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9011         * vc-git.el (vc-git-register): Use "git add" for directories.
9012         (vc-git-stash, vc-git-stash-show): New functions.
9013         (vc-git-extra-menu-map): Bind them.
9015         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9016         directory correctly in case the item is a directory itself.
9018         * vc.el: Document the desired behavior for reverted files in the
9019         `added' state.
9020         (vc-default-prettify-state-info): Remove function, unused.
9022         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9024 2009-08-26  Glenn Morris  <rgm@gnu.org>
9026         * bindings.el (standard-mode-line-format): Reposition dashes in
9027         which-func entry.  (Bug#4217)
9029         * files.el (enable-local-variables, enable-local-eval)
9030         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9031         the defcustoms.
9032         (auto-mode-alist, ignored-local-variables)
9033         (save-some-buffers-action-alist): Move risky declarations to the
9034         definitions.
9035         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9036         (font-lock-defaults, format-alist, imenu--index-alist)
9037         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9038         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9039         (mode-line-modified, mode-line-mule-info, mode-line-position)
9040         (mode-line-process, mode-line-remote, outline-level)
9041         (parse-time-rules, rmail-output-file-alist)
9042         (special-display-buffer-names, vc-mode):
9043         Move risky declarations to the relevant files.
9044         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9045         (mode-line-modified, mode-line-process, mode-line-position)
9046         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9047         * font-core.el (font-lock-defaults):
9048         * format.el (format-alist):
9049         * vc-hooks.el (vc-mode):
9050         * window.el (special-display-buffer-names):
9051         * international/mule-cmds.el (input-method-alist):
9052         Define riskiness here (dumped file) rather than in files.el.
9053         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9054         * imenu.el (imenu-generic-expression, imenu--index-alist):
9055         * outline.el (outline-level):
9056         * time.el (display-time-string):
9057         * calendar/parse-time.el (parse-time-rules):
9058         * mail/rmailout.el (rmail-output-file-alist):
9059         Autoload riskiness here, rather than placing in files.el.
9061 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9063         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9065 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9067         * simple.el (process-file-side-effects): New defvar.
9069         * dired-aux.el (dired-show-file-type):
9070         * vc.el (vc-diff-internal):
9071         * vc-arch.el (vc-arch-diff):
9072         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9073         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9074         * vc-git.el (vc-git-registered, vc-git-working-revision)
9075         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9076         (vc-git--empty-db-p):
9077         * vc-hooks.el (vc-user-login-name):
9078         * vc-svn.el (vc-svn-registered, vc-svn-state)
9079         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9080         * progmodes/grep.el (grep-probe): Let-bind
9081         `process-file-side-effects' with nil.
9083         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9085         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9086         daemon.  Replace ping by checking for running service for bluez
9087         and zeroconf.  (Bug#4239)
9089 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9091         * net/dig.el (dig): Add autoload cookie.
9093 2009-08-25  Glenn Morris  <rgm@gnu.org>
9095         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9096         load-history for absolute file-names.
9097         (byte-compile-file-form-require): Warn about use of the cl package.
9099         * format.el (format-alist): Doc fix.
9101         * play/bubbles.el (top-level): Don't require cl at run-time.
9103         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9104         run-time cl).
9106 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9108         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9109         from cl package.
9110         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9112 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9114         * calc/calc-alg.el (math-trig-rewrite)
9115         (math-hyperbolic-trig-rewrite): New functions.
9116         (calc-simplify): Simplify trig functions when asked.
9118 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9120         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9122 2009-08-24  Kenichi Handa  <handa@m17n.org>
9124         * language/ind-util.el (mapthread): Delete it.
9125         (combinatorial): New function.
9126         (indian--puthash-cv): Use combinatorial instead of mapthread.
9128 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9130         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9131         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9132         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9133         Clarify docstring that the value is strings not symbols.
9134         (checkdoc-list-of-strings-p): New function.
9136 2009-08-22  Glenn Morris  <rgm@gnu.org>
9138         * files.el (auto-mode-alist):
9139         * hippie-exp.el (he-concat-directory-file-name):
9140         * lpr.el (lpr-windows-system, printer-name):
9141         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9142         * ps-print.el (ps-windows-system):
9143         * startup.el (command-line):
9144         * emulation/viper-ex.el (viper-glob-function):
9145         * international/mule-cmds.el (set-language-environment-coding-systems):
9146         * net/ange-ftp.el (ange-ftp-write-region):
9147         * obsolete/fast-lock.el (fast-lock-cache-name):
9148         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9149         unisoft-unix, vax-vms, win32, w32.
9151         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9152         given name if the pattern is not more specific.
9154         * calendar/lunar.el (lunar-phase-names): New option.
9155         (lunar-phase): Doc fix.
9156         (lunar-cycles-per-year): New constant.
9157         (lunar-index): New function.
9158         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9159         (lunar-phase-name): Use lunar-phase-names.
9160         (calendar-lunar-phases): Use format.
9161         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9163         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9164         Copy imenu-example--name-and-position function here for own use.
9165         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9167         * bs.el (bs--redisplay):
9168         * cus-edit.el (custom-redraw):
9169         * ibuffer.el (ibuffer-bury-buffer):
9170         * server.el (server-goto-line-column):
9171         * startup.el (command-line-1):
9172         * strokes.el (strokes-xpm-for-stroke):
9173         * term.el (term-display-buffer-line):
9174         * view.el (View-goto-line):
9175         * calc/calc.el (calc-do, calc-trail-buffer):
9176         * play/gamegrid.el (gamegrid-add-score-insecure):
9177         * progmodes/ada-mode.el (ada-compile-goto-error):
9178         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9179         (ebrowse-select-1st-to-9nth):
9180         * progmodes/cperl-mode.el (cperl-time-fontification):
9181         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9182         * progmodes/gud.el (gud-display-line):
9183         (idlwave-shell-display-line):
9184         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9185         * progmodes/make-mode.el (makefile-browser-toggle):
9186         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9187         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9188         * textmodes/picture.el (picture-draw-rectangle):
9189         * textmodes/reftex-index.el (reftex-index-goto-letter):
9190         (reftex-select-jump-to-previous):
9191         * textmodes/reftex-sel.el (reftex-find-start-point)
9192         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9193         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9194         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9195         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9196         * textmodes/two-column.el (2C-associated-buffer):
9197         Use forward-line rather than goto-line.
9199         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9200         goto-line.
9202         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9203         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9204         (quick-check-list-to-regexp): Declare.
9206         * progmodes/make-mode.el (makefile-browser-insert-selection):
9207         Use goto-char rather than goto-line.
9209         * progmodes/prolog.el (compilation-error-regexp-alist)
9210         (compilation-forget-errors): Declare.
9212 2009-08-22  Juri Linkov  <juri@jurta.org>
9214         * progmodes/grep.el (lgrep, rgrep): At the beginning
9215         set `dir' to `default-directory' unless `dir' is a non-nil
9216         readable directory.  (Bug#4052)
9217         (lgrep, rgrep): Change a weird way to report an error
9218         from using `read-string' to using `error'.
9219         Instead of using interactive arguments in the function body,
9220         add new argument `confirm'.
9222 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9224         * textmodes/remember.el (remember-buffer):
9225         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9226         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9227         (icalendar-extract-ical-from-buffer):
9228         * net/newst-treeview.el (newsticker-groups-filename):
9229         * net/newst-backend.el (newsticker-cache-filename):
9230         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9231         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9232         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9233         (speedbar-buffers-line-path, speedbar-path-line)
9234         (speedbar-buffers-line-path):
9235         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9236         (epg-sign-keys):
9237         * epa.el (epa-display-verify-result):
9238         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9240 2009-08-21  Glenn Morris  <rgm@gnu.org>
9242         * progmodes/js.el (inferior-moz-process): Fix declaration.
9244         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9246         * obsolete/rnewspost.el (news-mail-reply):
9247         Use goto-char rather than goto-line.
9249         * term/ns-win.el (ns-open-file-select-line):
9250         Use line-beginning-position rather than goto-line.
9252         * apropos.el (apropos-command):
9253         * ehelp.el (electric-helpify):
9254         * printing.el (pr-show-setup):
9255         * strokes.el (strokes-help):
9256         * tutorial.el (tutorial--describe-nonstandard-key)
9257         (tutorial--detailed-help):
9258         * woman.el (woman-mini-help, woman-display-extended-fonts):
9259         * calc/calc-help.el (calc-describe-key):
9260         * emulation/edt.el (edt-electric-helpify):
9261         * international/mule-diag.el (mule-diag):
9262         * play/yow.el (apropos-zippy):
9263         * progmodes/python.el (python-describe-symbol):
9264         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9265         * textmodes/table.el (*table--cell-describe-mode)
9266         (*table--cell-describe-bindings):
9267         Use help-print-return-message rather than the now obsolete alias.
9269         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9270         (calendar-cursor-to-visible-date):
9271         * play/5x5.el (5x5-position-cursor):
9272         * play/decipher.el (decipher):
9273         * play/gomoku.el (gomoku-goto-xy):
9274         * play/landmark.el (lm-goto-xy):
9275         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9276         (mpuz-paint-digit):
9277         Use forward-line, not goto-line.
9279         * mail/rmail.el (rmail-obsolete): Delete custom group.
9280         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9281         (rmail-remote-password, rmail-remote-password-required):
9282         Remove unneeded :set-after and :set properties.
9284 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9286         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9288 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9290         * loadup.el: Remove leftover macos code.
9292         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9293         Explicitly pass the date format to git blame so that user local
9294         so that the output format can be parsed.
9296 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9298         * net/dbus.el (top): Don't check for (getenv
9299         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9301 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9303         * log-edit.el (log-edit-strip-single-file-name): New var.
9304         (log-edit-insert-changelog): Use it.  Bug#3571
9306 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9308         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9309         Bug#3287
9311         * help.el (help-print-return-message): Rename from
9312         print-help-return-message.
9314         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9315         cvs-mode-map parent hack.
9316         (log-view-mode): Derive from special-mode.
9318         * linum.el (linum-mode): window-size-change-functions is redundant.
9319         Adapt to new window-configuration-change-hook behavior.
9320         (linum-after-size, linum-after-config): Remove.
9322         * imenu.el (imenu-example--name-and-position)
9323         (imenu-example--lisp-extract-index-name)
9324         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9325         Mark as obsolete.
9327         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9328         (inferior-prolog-mode): Use it.
9329         (inferior-prolog-load-file): Reset list of errors.
9331 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9333         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9335         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9337 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9339         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9340         is running already.
9342 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9344         * subr.el (listify-key-sequence-1): Use normal syntax since those
9345         integers are nowadays always represented by the same (positive) number
9346         on all platforms.
9347         (read-key-empty-map): New const.
9348         (read-key-delay): New var.
9349         (read-key): New function.
9350         (force-mode-line-update): Use with-current-buffer.
9351         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9352         (start-process-shell-command, start-file-process-shell-command):
9353         Discourage the use of command-args.
9355 2009-08-19  Glenn Morris  <rgm@gnu.org>
9357         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9359 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9361         * simple.el (choose-completion-string): Don't rely on
9362         minibuffer-completing-file-name and ad-hoc checks to decide whether
9363         to continue completion or not.
9365         * minibuffer.el (minibuffer-hide-completions): New function.
9366         (completion--do-completion): Use it.
9367         (completions-annotations): New face.
9368         (completion--insert-strings): Use it.
9369         (completion-pcm--delim-wild-regex): Add docstring.
9370         (completion-pcm--string->pattern): Add support for 0-width delimiters
9371         in completion-pcm--delim-wild-regex.
9373 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9376         Remove unused var `buffer-modified-p'.
9378         * minibuffer.el (completion--do-completion): Move point for the #b001
9379         case as well (bug#4176).
9380         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9382 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9384         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9385         and :session buses.
9387 2009-08-18  Kenichi Handa  <handa@m17n.org>
9389         * international/ucs-normalize.el (ucs-normalize-version):
9390         Change to 1.1.
9391         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9392         (utf-8-hfs): Make it perform normalization on encoding too.
9394         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9395         (sentence-end-without-space): Delete duplicated chars.
9396         (sentence-end-base): Likewise.
9398         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9399         (html-mode): Delete duplicated chars from sentence-end-base.
9401         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9402         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9404 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9406         * files.el (hack-one-local-variable): If the mode function is for
9407         a minor mode, pass it an argument (Bug#4148).
9409 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9411         * net/tramp.el (tramp-register-completion-file-name-handler):
9412         Check also for (member 'partial-completion completion-styles).
9414 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9416         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9417         abbrev (Bug#3943).
9419 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9421         * progmodes/cperl-mode.el: Merge upstream 6.2.
9422         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9423         (cperl-forward-re): Check cperl-brace-recursing.
9424         (cperl-highlight-charclass): New function.
9425         (cperl-find-pods-heres): Use it.
9426         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9427         (cperl-beautify-regexp-piece): Fix column calculation.
9428         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9429         (cperl-beautify-level): Don't process entire regexp.
9430         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9431         calling man.
9432         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9433         (cperl-init-faces): Build a list in the normal way.
9435 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9437         * calendar/parse-time.el (parse-time-string-chars): Save match
9438         data.
9440 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9442         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9443         (sql-product): Use it.
9444         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9445         (sql-set-product): Add completion.
9446         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9447         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9448         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9449         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9450         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9451         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9452         (sql-highlight-db2-keywords): Remove.
9453         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9454         (sql-highlight-product): Use derived-mode-p.
9455         (sql-set-sqli-buffer): Use with-current-buffer.
9456         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9457         Simplify.
9459         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9461         * term.el: Fix commenting convention, turn comments into docstrings.
9463 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9465         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9467 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9469         * calendar/parse-time.el (parse-time-string-chars): Compute using
9470         character classes, to handle non-ascii characters (Bug#3190).
9472 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9474         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9475         another heredoc if the user adds another < (Bug#3226).
9477         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9478         Don't initialize based on window-system (Bug#4124).
9480         * facemenu.el (facemenu-read-color): Use a completion function
9481         that accepts any defined color, such as RGB triplets (Bug#3677).
9483         * files.el (get-free-disk-space): Change fallback default
9484         directory to /.  Expand DIR argument before switching to fallback.
9485         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9487 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9489         * files.el (load-library): Doc fix.
9491 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9493         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9494         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9495         incremental search string.
9497         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9498         XEmacs.
9500         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9501         (ediff-merge-region-is-non-clash)
9502         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9503         Also check if the job is really a merge job.
9505         * ediff.el (ediff-current-file): New function.
9507 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9509         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9510         conventions.
9511         (js-insert-and-indent): Delete function.
9512         (js-mode-map): Don't bind keys to js-insert-and-indent.
9513         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9514         (js-end-of-defun): Rename from js--end-of-defun.
9515         (js-auto-indent-flag): Delete variable.
9517 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9519         * progmodes/js.el: Remove proclaim statement.
9520         Defvar which-func-imenu-joiner-function to silence compiler.
9522         * files.el (auto-mode-alist): Use js-mode for .js files.
9524         * progmodes/js2-mode.el: Remove file.
9526         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9528         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9530         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9532 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9533             Karl Landstrom  <karl.landstrom@brgeight.se>
9535         * progmodes/js.el: New file.
9537 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9539         * timezone.el (timezone-parse-date): Add ability to understand ISO
9540         basic format (minimal separators) dates in addition to the
9541         already-supported extended format dates.
9543 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9545         * international/ucs-normalize.el: Add a `coding' file variable.
9547         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9549 2009-08-14  Sam Steingold  <sds@gnu.org>
9551         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9553 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9555         * faces.el (help-argument-name): Define it here instead of
9556         help-fns.el, because in daemon mode help-fns.el may be loaded when
9557         faces are still uninitialized (Bug#1078).
9559         * help-fns.el (help-argument-name): Move defface to faces.el.
9561 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9563         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9564         create buffer with a pty but no process so that GDB can make the
9565         inferior the controlling process.
9567 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9569         * international/ucs-normalize.el: New file.
9571 2009-08-13  Richard Stallman  <rms@gnu.org>
9573         * mail/rmail.el (rmail-get-attr-names):
9574         Accept an attribute header that is too short.
9576         * mail/rmail.el (rmail-forget-messages):
9577         Ignore nil elt in rmail-message-vector.  Use dotimes.
9579         * progmodes/compile.el (compilation-goto-locus):
9580         Use next-error-move-function.
9582         * simple.el (next-error-move-function): New variable.
9584 2009-08-12  Juri Linkov  <juri@jurta.org>
9586         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9587         always non-nil.  (Bug#4052)
9589         * replace.el (read-regexp): Return empty string when
9590         `default-value' is nil.
9591         (keep-lines-read-args): Don't use empty string as the
9592         default value for `read-regexp'.  (Bug#2495)
9594 2009-08-12  Juri Linkov  <juri@jurta.org>
9596         * international/mule-cmds.el (ucs-insert): Change arguments
9597         from `arg' to `character', `count', `inherit' to be the same
9598         as in `insert-char'.  Doc fix.  (Bug#4039)
9600         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9602 2009-08-12  Juri Linkov  <juri@jurta.org>
9604         * files-x.el: New file.
9606         * files.el: Move code that deals with adding/deleting
9607         file/directory-local variables to files-x.el.
9609         * Makefile.in (ELCFILES): Add files-x.elc.
9611 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9613         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9614         to use `goto-line'.
9615         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9616         `goto-line'.
9617         (gdb-invalidate-disassembly): Do not refresh upon receiving
9618         'update signal.  Instead, update all disassembly buffers only after
9619         threads list.
9620         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9621         (gdb-starting): Moved -data-list-register-names...
9622         (gdb-stopped): ...here so it's sent when first thread stops.
9623         (gdb-registers-handler-custom): Do nothing if register names are
9624         unknown yet.
9626         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9627         from `gdb-mi.el' to avoid extra tangling.
9629         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9630         change which breaks `gud-def' definitions used in `gdb'.
9631         (gdb-update-gud-running): No extra fuss for updating frame number.
9633 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9635         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9636         (describe-language-environment-map, setup-language-environment-map)
9637         (set-coding-system-map): Move initialization into declaration.
9638         (set-language-info-alist): Last arg to define-key-after can be skipped.
9640         * international/quail.el (quail-completion-1): Simplify.
9641         (quail-define-rules): Use slightly more compact code.
9642         (quail-insert-decode-map): Propertize keys, compact columns.
9644         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9645         Add goto-line.
9647 2009-08-10  Miles Bader  <miles@gnu.org>
9649         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9650         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9651         (js2-instance-member, js2-private-member, js2-private-function-call)
9652         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9653         (js2-magic-paren, js2-external-variable):
9654         Remove "-face" suffix from face names.
9655         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9656         (js2-highlight-undeclared-vars, js2-peek-token)
9657         (js2-parse-function-params, js2-mode-show-errors)
9658         (js2-mode-show-warnings, js2-make-magic-delimiter)
9659         (js2-mode-highlight-magic-parens): Update to use new face names.
9661 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9663         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9664         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9666 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9668         * subr.el: Provide hashtable-print-readable.
9670         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9671         hs-c-like-adjust-block-beginning.
9672         (hs-hide-block-at-point): Stop hiding at the beginning of
9673         hs-block-end-regexp (Bug#700).
9675 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9677         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9678         a macro.
9679         (gdb-registers-handler-custom): Do not fail when register names
9680         are unavailable.
9682 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9684         * progmodes/gdb-mi.el (gdb-control-all-threads)
9685         (gdb-control-current-thread): Interactive setters for
9686         `gdb-gud-control-all-threads' to use in menu.
9687         (gdb-show-run-p): Show «Go» when process is not active.
9688         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9689         gud/thread.xpm and gud/all.xpm.
9691 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9693         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9694         (nslookup-font-lock-keywords): Make it a variable.
9695         (net-utils-mode): New mode for viewing diagnostic network output.
9696         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9697         (net-utils-run-simple): New function.
9698         (ifconfig, iwconfig, netstat, arp, route): Use it.
9700 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9702         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9703         (gdb-memory-set-address, def-gdb-set-positive-number)
9704         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9705         after changing settings.
9706         (gdb-invalidate-disassembly): Update when first shown.
9707         (gdb-edit-locals-value): Fixed.
9708         (gdb-registers-handler-custom): Print registers in right order and
9709         allow changing register values (only for current thread yet).
9710         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9711         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9712         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9713         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9714         info in mode name.
9715         (gdb-registers-mode-map): TAB to switch to locals.
9717 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9719         * mail/rmail.el (rmail-add-mbox-headers)
9720         (rmail-set-message-counters-counter): Search for
9721         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9723 2009-08-08  Glenn Morris  <rgm@gnu.org>
9725         * Makefile.in (ELCFILES): Update.
9727 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9729         * mail/sendmail.el (mail-yank-original): Set
9730         buffer-file-coding-system from the one used by the message whose
9731         text is yanked.
9733         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9734         to "windows" when "pgnuplot" is used.
9735         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9736         call accept-process-output if "pgnuplot" is used.
9737         (calc-graph-init): Don't send -display and -geometry to
9738         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9739         running "pgnuplot -V" with shell-command-to-string.
9741         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9742         the default.
9744 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9746         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9747         org/org-latex.elc.
9749 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9751         * vc-dispatcher.el (vc-resynch-window): Update comment.
9753         * term.el (term-handle-ansi-escape): Add comments with the
9754         terminfo capabilities implemented.
9756 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9758         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9759         (gdb-var-create-handler): Rewritten using JSON parser.
9760         (gdb-propertize-header): Moved earlier.
9761         (gdb-set-header): Removed to avoid duplication.
9762         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9763         Refresh disassembly buffers only after threads list have been
9764         update.
9765         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9766         variables.
9768 2009-08-04  Juri Linkov  <juri@jurta.org>
9770         * files.el: Commands to add/delete file/directory-local variables.
9771         (read-file-local-variable, read-file-local-variable-value)
9772         (read-file-local-variable-mode, modify-file-local-variable)
9773         (modify-file-local-variable-prop-line)
9774         (modify-dir-local-variable): New functions.
9775         (add-file-local-variable, delete-file-local-variable)
9776         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9777         (add-dir-local-variable, delete-dir-local-variable)
9778         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9779         (copy-dir-locals-to-file-locals-prop-line): New commands.
9781 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9783         * abbrev.el (insert-abbrev-table-description): Prettify output.
9784         Suggested by Karl Chen.
9786 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9788         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9789         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9790         (gdb-overlay-arrow-position, gdb-thread-position)
9791         (gdb-disassembly-position): Declare variables.
9792         (gdb-wait-for-pending): Function now.
9793         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9794         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9795         compilation goes smoothly.
9796         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9797         (gdb-non-stop-setting): New customization setting which replaces
9798         `gdb-non-stop' so changing it doesn't break active GDB session.
9799         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9800         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9801         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9802         (gdb-show-threads-by-default): New customization options.
9803         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9804         routines.
9805         (gdb-get-buffer-create): Send buffers update signal when they are
9806         created.
9807         (gdb-invalidate-locals, gdb-invalidate-registers)
9808         (gdb-invalidate-breakpoints)
9809         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9810         (gdb-invalidate-memory): Accept update signal.
9811         (gdb-current-context-command): Use --frame option.
9812         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9813         Implement `gdb-frame-number' selection logic.
9814         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9815         whether to show GUD toolbar buttons.
9816         (gdb-thread-exited): Unselect current thread when it exits.
9817         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9818         (gdb-mark-line): Routine which sets overlay arrow or inverses
9819         video on fringeless displays.
9820         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9821         to build aligned columns of data in GDB buffers and set text
9822         properties line-by-line.
9823         (gdb-invalidate-breakpoints)
9824         (gdb-breakpoints-list-handler-custom)
9825         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9826         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9827         (gdb-registers-handler-custom): Align data columns.
9828         (gdb-locals-handler-custom): Now prints data like in variable
9829         declarations.
9830         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9831         Removed confusing buttons.
9832         (gdb-invalidate-threads): Append --frame.
9833         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9834         between breakpoints/threads buffers.
9835         (gdb-set-window-buffer): Now can ignore dedicated windows.
9836         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9837         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9838         (def-gdb-thread-buffer-gud-command): Replaces
9839         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9840         for fine thread control.
9841         (gdb-preempt-existing-or-display-buffer): New function used to
9842         display bound buffers without breaking window layout.
9843         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9844         (gdb-select-frame): New version of `gdb-frames-select' which now
9845         sets `gdb-frame-number' so commands may use --frame option instead
9846         of inner debugger state.
9847         (gdb-frame-handler): Do not set `gdb-frame-number'.
9848         (gdb-threads-mode-map): Select threads with mouse.
9850         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9851         avoid compilation warning.
9852         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9853         `gdb-show-stop-p`.
9855         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9856         Argument `key' renamed to `buffer-type'.
9857         (gdb-current-context-buffer-name): Do not add thread info to
9858         buffer name when no thread is selected.
9859         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9860         command (bug 3794).
9861         (gdb-thread-selected): Handle `=thread-selected' notification.
9862         (gdb-wait-for-pending): New macro to deal with congestion problems.
9863         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9864         breakpoints.
9865         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9866         This fixes problem similar to one described in bug 3947.
9867         (gud-menu-map): More menu items.
9868         (gdb-init-1): Reset `gdb-thread-number' to nil.
9870         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9871         non-stop settings.
9873         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9874         (gdb-current-context-command): Do not append --thread if
9875         `gdb-thread-number' is nil.
9876         (gdb-running-threads-count, gdb-stopped-threads-count): New
9877         variables.
9878         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9879         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9880         customization options.
9881         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9882         GUD commands.
9883         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9884         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9885         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9886         set `gdb-thread-number' and update `gud-running' properly.
9887         (gdb-running): Update threads list when new threads appear.
9888         (gdb-stopped): Support non-stop operation and new thread switching
9889         logic.
9890         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9891         (gdb-json-partial-output): New set of JSON routines.
9892         (def-gdb-auto-update-trigger): New `signal-list' optional
9893         argument.
9894         (gdb-thread-list-handler-custom): Update `gud-running',
9895         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9896         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9897         (gdb-continue-thread, gdb-step-thread): New commands for fine
9898         thread execution control.
9899         (gud-menu-map): New menu items to switch non-stop options.
9900         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9901         (gdb-send): Mimic RET properly (bug 3794).
9903         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9904         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9905         gdb-buffer-rules.
9906         (def-gdb-auto-update-handler): New nopreserve optional argument.
9907         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9909         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9910         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9911         (gdb-parent-mode): New mode to derive other GDB modes from.
9912         (gdb-display-disassembly-for-thread)
9913         (gdb-frame-disassembly-for-thread): New commands for threads
9914         buffer.
9916         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9917         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9918         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9919         (gdb-update): We now store all GDB buffers in a list so that they
9920         can be updated by traversing a list instead of calling invalidate
9921         triggers explicitly.
9922         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9923         pair for GDB buffer.
9924         (gdb-stack-buffer-name): Add thread information.
9925         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9926         handle pending triggers.
9927         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9928         (def-gdb-thread-buffer-simple-command)
9929         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9930         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9931         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9932         New commands which show buffers bound to thread.
9933         (gdb-stack-list-locals-regexp): Removed unused regexp.
9935         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9936         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9937         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9938         to (gud-comint-buffer) in *-buffer-name functions
9939         because (gdb-get-target-string) already does that.
9940         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9941         (gdb-changed-registers-handler): Rewritten without regexps.
9943         * progmodes/gdb-mi.el: Basic thread selection support.
9944         (gdb-thread-number): New variable.
9945         (gdb-current-context-command): New macro which adds --thread
9946         option to command.
9947         (gdb-threads-mode-map): Select thread with SPC.
9948         (gdb-thread-list-handler-custom): Mark current thread with overlay
9949         arrow.  Synchronize GDB thread and Emacs thread.
9950         (gdb-select-thread): New command which selects current thread.
9951         (gdb-invalidate-frames, gdb-invalidate-locals)
9952         (gdb-invalidate-registers): Use --thread option.
9954 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9956         * net/tramp.el (top): Make check for tramp-gvfs loading more
9957         robust.  (Bug#3977)
9958         (tramp-handle-insert-file-contents): `unwind-protect' must be
9959         inside `with-parsed-tramp-file-name'.
9961         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9962         fails.
9964 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9966         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9967         directory if CLASSPATH is not set.
9969 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9971         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9972         New defconst.
9973         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9975 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9977         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9978         Update freshmeat link.  Delete newsforge.com as it seems gone.
9980 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9982         * select.el (x-set-selection): Doc fix (Bug#4021).
9984         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9986         * help-fns.el (describe-variable): Treat list return values from
9987         dir-locals-find-file properly (Bug#4005).
9989 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
9991         * net/tramp.el (tramp-debug-message): Print also microseconds.
9993 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
9995         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9996         or END is non-nil.
9997         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9998         (tramp-get-debug-buffer): Change `outline-regexp' according to new
9999         format.
10001         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10002         (tramp-get-file-property): Use it.
10004         * autorevert.el (auto-revert-handler): Allow
10005         `auto-revert-tail-mode' for remote files.
10007 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10009         * minibuffer.el (read-file-name): Treat confirm options to
10010         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10012 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10014         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10015         (font-lock-variable-name-face, font-lock-constant-face): Darken
10016         the colors for light backgrounds.
10018 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10020         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10021         month names.  (Bug#3987)
10023 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10025         * simple.el (line-move-finish): Pass whole number to
10026         line-move-to-column.
10027         (line-move-visual): Perform hscroll to the recorded position.
10029 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10031         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10033 2009-07-29  Alan Mackenzie  <acm@muc.de>
10035         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10037 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10039         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10040         (gdb-place-breakpoints): Use full path when setting breakpoints.
10042 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10044         * calc/calc.el (calc-mode-map): Add keybinding for
10045         `calc-transpose-lines'.
10047 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10049         * calc/calc-misc.el (calc-transpose-lines): New function.
10051 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10053         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10054         Simplify check for out-of-band methods.
10055         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10056         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10058 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10060         * vc-git.el (vc-git-checkin): Fix typo.
10062 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10064         * progmodes/js2-mode.el: New file.
10066 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10068         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10069         (gud-menu-map): Adjust tooltip accordingly.
10071 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10073         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10074         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10076         * add-log.el (change-log-mode-map): Add a menu.
10078 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10080         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10081         function returns nil.
10082         (dbus-handle-event): Handle special return value :ignore.
10083         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10085 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10087         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10088         it's not needed.
10090 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10092         Fix Bug#3888:
10094         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10096         * term/pc-win.el (x-display-name, x-colors)
10097         (x-select-enable-clipboard, x-select-text): Doc fix.
10099         * term/common-win.el (x-display-name, x-colors): Doc fix.
10101         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10102         (xw-defined-colors): Doc fix.
10104         * w32-fns.el (x-select-text, x-setup-function-keys)
10105         (x-get-selection, x-set-selection): Doc fix.
10107         * term/x-win.el (x-select-text, x-setup-function-keys)
10108         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10110         * select.el (x-set-selection): Doc fix.
10112 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10114         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10115         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10116         "IsNSSSupportAvailable" method is not available.  Reported by
10117         Steve Youngs <steve@sxemacs.org>.
10119 2009-07-24  Kenichi Handa  <handa@m17n.org>
10121         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10122         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10123         (build-unicode-category-table): Fix range checks.
10125 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10127         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10128         the buffer we try to sync is current when calling
10129         vc-resynch-buffer.
10131         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10132         not show up to date files.
10134 2009-07-24  Glenn Morris  <rgm@gnu.org>
10136         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10137         Add autoload cookies.  If necessary, initialize.
10138         (elint-log): Handle non-file buffers.
10139         (elint-initialize): Add optional argument to reinitialize.
10140         (elint-find-builtin-variables): Save excursion.
10142 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10144         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10145         for Lint.
10147 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10149         * vc.el (vc-print-log-internal): New function, split out from ...
10150         (vc-print-log): ... here.
10151         (vc-dir-move-to-goal-column): Declare.
10153         * vc-git.el (vc-git-add-signoff): New variable.
10154         (vc-git-checkin): Use it.
10155         (vc-git-toggle-signoff): New function.
10156         (vc-git-extra-menu-map): Bind it to menu.
10157         (vc-git--run-command-string): Accept a nil FILE argument.
10158         (vc-git-stash-list): New function.
10159         (vc-git-dir-extra-headers): Use it.
10161 2009-07-23  Glenn Morris  <rgm@gnu.org>
10163         * help-fns.el (describe-variable): Describe ignored and risky local
10164         variables in a similar way to that in which we describe safe ones.
10166         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10167         (byte-compile-output-file-form, byte-compile-output-docform)
10168         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10169         Give some more local variables with common names a "bytecomp-" prefix,
10170         so as not to shadow things during compilation.
10171         * emacs-lisp/cl-macs.el (load-time-value)
10172         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10173         `outbuffer' to `bytecomp-outbuffer'.
10175         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10176         since the next two variables cover them automatically now.
10177         (elint-builtin-variables, elint-autoloaded-variables): New.
10178         (elint-unknown-builtin-args): Remove all members, since they can be
10179         parsed automatically now.
10180         (elint-extra-errors): New.
10181         (elint-env-add-env, elint-env-add-macro): Use cadr.
10182         (elint-current-buffer): Use or.  Change final message.
10183         (elint-get-top-forms): Use line-end-position.
10184         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10185         and defalias.
10186         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10187         (regexp-assoc): Remove unused function.
10188         (elint-top-form): Set elint-current-pos, to record the start of the
10189         top-level form, for compilation-mode.
10190         (elint-form): Trap errors in macro expansion.  Use dolist.
10191         (elint-unbound-variable): Use elint-builtin-variables and
10192         elint-autoloaded-variables.
10193         (elint-get-args): Use cadr, or.
10194         (elint-check-cond-form): Use dolist, cadr.
10195         (elint-check-condition-case-form): Doc fix.  Use cadr.
10196         Use elint-extra-errors.
10197         (elint-log): New function.
10198         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10199         Distinguish errors and warnings.
10200         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10201         Use a bytecomp-style format.
10202         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10203         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10204         Don't truncate lines.
10205         (elint-initialize): Set builtin and autoloaded variable lists.
10206         Only process elint-unknown-builtin-args if non-nil.
10207         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10208         New functions.
10209         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10211 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10213         * net/newst-backend.el (newsticker--parse-atom-1.0)
10214         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10215         (newsticker--parse-rss-1.0):
10216         * progmodes/idlwave.el (idlwave-mode):
10217         * progmodes/idlw-shell.el (idlwave-shell-mode):
10218         * progmodes/vera-mode.el (vera-mode):
10219         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10220         * progmodes/vhdl-mode.el (vhdl-mode):
10221         * textmodes/table.el (table-generate-source)
10222         (table--warn-incompatibility):
10223         Hyperlink urls in docstrings with URL `...'.
10225 2009-07-22  Glenn Morris  <rgm@gnu.org>
10227         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10228         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10229         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10230         Remove leading * from defcustom docs.
10232         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10234         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10235         defcustom doc.
10236         (list-load-path-shadows): Optionally, just return shadows as a string.
10238         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10240 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10242         * mail/rmailedit.el (rmail-edit-mode): Use
10243         auto-save-include-big-deletions.
10245         * mail/rmail.el (rmail-variables): Use
10246         auto-save-include-big-deletions.
10248         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10249         changes.
10251 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10253         * calc/calc.el (calc-undo-length): New variable.
10254         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10256 2009-07-21  Richard Stallman  <rms@gnu.org>
10258         * files.el (auto-save-mode): Handle buffer-save-size = -2
10259         for toggling mode.
10261 2009-07-21  Glenn Morris  <rgm@gnu.org>
10263         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10265         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10267         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10268         silence compiler.  Instead...
10269         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10270         (ps-print-ensure-fontified): Update for above function name changes.
10272         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10273         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10274         silence compiler.  Instead...
10275         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10276         (mh-show-buffer): Only define for compiler.
10277         (pr-mh-current-message): Update for above function name changes.
10279         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10280         as an argument.
10281         (find-file-noselect, insert-file-1): Update for above change.
10283         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10285         * mail/mailclient.el (mailclient-send-it): Fix message.
10287         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10288         (edebug-eval): Check cl-debug-env is bound.
10289         (print-level, print-circle): Don't redefine built-in variables.
10291         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10292         (custom-print-vectors): Remove old comments from doc.
10294         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10295         (emerge-version): Make the variable an obsolete alias for the
10296         emacs-version variable.  Make the function obsolete.
10297         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10298         Emerge options, rather than merging in into the main Options menu.
10299         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10300         and auto advance modes.  Disable edit/fast items when not relevant.
10302 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10304         * term/vt420.el (terminal-init-vt420): Fix typo.
10306 2009-07-20  Sam Steingold  <sds@gnu.org>
10308         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10309         variable (removed from compile.el on 2004-03-11).
10311 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10313         * files.el (hack-local-variables-filter): Fix last change.
10315 2009-07-19  Juri Linkov  <juri@jurta.org>
10317         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10318         (dir-local-variables-alist): New buffer-local variable.
10319         (hack-local-variables-filter): If variable is not dir-local,
10320         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10321         because file-local overrides dir-local.
10322         (c-postprocess-file-styles) <declare-function>:
10323         Remove obsolete declaration.
10324         (hack-dir-local-variables): Add dir-local variable/value pair to
10325         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10327         * help-fns.el (describe-variable): Add information about
10328         file-local and dir-local variables.
10330 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10332         * files.el (hack-local-variables-filter): Rewrite.
10334 2009-07-19  Glenn Morris  <rgm@gnu.org>
10336         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10337         Silence compiler by only defining on XEmacs.
10339         * international/mule.el (auto-coding-regexp-alist): Only match
10340         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10342         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10343         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10344         (cal-menu-context-mouse-menu): Doc fix.
10346         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10348         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10350 2009-07-18  Juri Linkov  <juri@jurta.org>
10352         * info.el: Virtual Info keyword finder.
10353         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10354         (Info-finder-file): New variable.
10355         (Info-finder-find-file): New function.
10356         (finder-known-keywords, finder-package-info)
10357         (find-library-name, lm-commentary): Use defvar and
10358         declare-function to silence compiler warnings.
10359         (Info-finder-find-node): New function.
10360         (info-finder): New command.
10362         * subr.el (process-kill-buffer-query-function): New function.
10363         (add-hook)<kill-buffer-query-functions>: Add hook
10364         `process-kill-buffer-query-function'.
10366 2009-07-18  Alan Mackenzie  <acm@muc.de>
10368         * progmodes/cc-mode.el (c-before-hack-hook)
10369         (c-postprocess-file-styles): Give invocation of `c-set-style'
10370         DONT-OVERRIDE parameter of t.  Already set style variables will
10371         thus not be overridden by style settings given by `c-file-syle'.
10373         * files.el (hack-local-variables-filter): Remove entries with
10374         duplicate keys from `file-local-variables-alist'.
10376 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10378         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10379         x-set-selection if display-selections-p returns nil for the
10380         current frame.
10382 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10384         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10386 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10388         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10389         Accept nil in addition to a regexp.
10390         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10391         Accept nil in addition to a regexp.
10392         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10393         buffers that have an associated file.  Handle nil values of
10394         desktop-buffers-not-to-save and desktop-files-not-to-save.
10395         (Bug#3833)
10397         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10398         (x-disown-selection-internal): New functions.
10400 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10402         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10403         warning.
10404         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10405         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10407 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10409         * simple.el (set-mark): Revert last change.
10411 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10413         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10414         rendering of pngs is not possible instead of messaging a long
10415         description.
10417 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10419         * w32-fns.el (x-selection-owner-p): New function.
10421         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10422         (mouse-yank-at-click, mouse-yank-primary): If
10423         select-active-regions is non-nil, deactivate the mark before
10424         insertion.
10426         * simple.el (deactivate-mark, set-mark): Only save selection if we
10427         own it.
10429 2009-07-17  Kenichi Handa  <handa@m17n.org>
10431         * case-table.el (describe-buffer-case-table): Fix for the case
10432         that KEY is a cons.
10434 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10436         * vc-rcs.el (vc-rcs-find-file-hook):
10437         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10439 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10441         * net/tramp.el (tramp-wait-for-output): Handle the case when
10442         commands do not return a newline but a null byte before the shell
10443         prompt.  (Bug#3858)
10445 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10447         * term/ns-win.el (ns-set-alpha): Don't declare.
10448         (ns-set-background-alpha): Remove function.
10450 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10452         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10453         y-or-n-p, for safety.
10455 2009-07-16  Richard Stallman  <rms@gnu.org>
10457         * files.el (auto-save-mode): If buffer-saved-size is -2,
10458         don't clobber it.
10460         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10461         (rmail-retry-ignored-headers): Add more uninteresting fields.
10463 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10465         * net/rcirc.el (rcirc): Use history variables.
10466         (rcirc-server-name-history, rcirc-nick-name-history)
10467         (rcirc-server-port-history): New variables.
10469 2009-07-15  Kenichi Handa  <handa@m17n.org>
10471         * international/mule-cmds.el (set-language-environment-charset):
10472         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10473         ignore them.
10475         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10476         Delete unibyte-display.
10478 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10480         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10482 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10484         * simple.el (deactivate-mark): Optional argument FORCE.
10485         (set-mark): Use deactivate-mark.
10487         * info.el (Info-search): No need to check transient-mark-mode
10488         before calling deactivate-mark.
10490         * select.el (x-set-selection): Doc fix.
10491         (x-valid-simple-selection-p): Allow buffer values.
10492         (xselect--selection-bounds): Handle buffer values.  Suggested by
10493         David De La Harpe Golden.
10495         * mouse.el (mouse-set-region, mouse-drag-track): Call
10496         copy-region-as-kill before setting the mark, to let
10497         select-active-regions work.
10499 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10501         * simple.el (deactivate-mark): If select-active-regions is
10502         non-nil, copy the selection data into a string.
10503         (activate-mark): If select-active-regions is non-nil, set the
10504         selection to the current buffer.
10505         (set-mark): Update selection if select-active-regions is non-nil.
10507         * select.el (x-valid-simple-selection-p): Allow buffer values.
10509 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10511         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10512         and more featureful message-mode.
10514 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10516         * select.el (x-set-selection): Doc fix.
10517         (x-valid-simple-selection-p): Disallow selection data consisting
10518         of a list or cons of integers, since that is not used.
10519         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10520         (xselect-convert-to-string, xselect-convert-to-length)
10521         (xselect-convert-to-filename, xselect-convert-to-charpos)
10522         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10524 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10526         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10527         output in -break-info command (Emacs bug #3794).
10529 2009-07-14  Glenn Morris  <rgm@gnu.org>
10531         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10532         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10533         (edebug-print-length, edebug-print-level, edebug-print-circle)
10534         (edebug-sit-for-seconds, edebug-view-outside)
10535         (edebug-bounce-point, edebug-set-global-break-condition)
10536         (edebug-Go-nonstop-mode, edebug-trace-mode)
10537         (edebug-Trace-fast-mode, edebug-continue-mode)
10538         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10539         (edebug-visit-eval-list): Doc fixes.
10541         * subr.el (def-edebug-spec): Doc fix.
10543 2009-07-14  Kenichi Handa  <handa@m17n.org>
10545         * international/characters.el: Fix setting of category ?C.
10547 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10549         * term/ns-win.el (x-select-font): defalias x-select-font to
10550         ns-popup-font-panel instead of generate-fontset-menu.
10552 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10554         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10556 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10558         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10559         the PK\003\004 header (Bug#3770).
10561 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10563         * pcomplete.el (pcomplete-comint-setup): Check for
10564         shell-dynamic-complete-filename too.
10566 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10568         * simple.el (temporary-goal-column): Change the value for
10569         line-move-visual to a cons cell.
10570         (line-move-visual): Record or set the window hscroll, if
10571         necessary (Bug#3494).
10572         (line-move-1): Handle cons value of temporary-goal-column.
10574 2009-07-11  Kenichi Handa  <handa@m17n.org>
10576         * international/mule-diag.el (describe-character-set): Don't show
10577         width.
10579 2009-07-10  Sam Steingold  <sds@gnu.org>
10581         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10582         Omake sometimes indents the errors it prints, so allow all
10583         regexps to start with spaces.
10585 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10587         * cus-edit.el (customize-changed-options-previous-release):
10588         Bump value to 22.1.  (Bug#3804)
10590 2009-07-08  Sam Steingold  <sds@gnu.org>
10592         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10593         to be a cons cell (test . ignored-directory) to selectively ignore
10594         some directories depending on the location of the search.
10596 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10598         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10599         remote user is root, on the local host.
10600         (tramp-local-host-p): Either the local user or the remote user
10601         must be root.  (Bug#3771)
10603 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10605         * progmodes/gdb-mi.el (gdb): Remove description of
10606         gdb-use-separate-io-buffer.
10607         (menu): Don't allow toggling of or enable
10608         gdb-use-separate-io-buffer from menubar.
10610 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10612         * mail/unrmail.el (unrmail): Make sure the message ends with two
10613         newlines (Bug#3769).
10615 2009-07-08  Glenn Morris  <rgm@gnu.org>
10617         * calendar/calendar.el (calendar-current-date): Rework previous change.
10619 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10621         * calendar/calendar.el (calendar-current-date):
10622         Add an optional argument giving an offset from today.
10624 2009-07-08  Glenn Morris  <rgm@gnu.org>
10626         * tutorial.el (tutorial--describe-nonstandard-key):
10627         Adjust the message for when a key has been unbound.
10628         (help-with-tutorial): Hide the arch-tag.
10630 2009-07-08  Kenichi Handa  <handa@m17n.org>
10632         * international/fontset.el (setup-default-fontset): For each
10633         script, append (not set) font-specs.
10635         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10636         docstring.
10638 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10640         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10641         -data-list-register-names to ...
10642         (gdb-starting): ... here because GDB 7.0 requires execution to
10643         have started when using this MI command.
10644         (gdb-set-header): New function to distinguish select and
10645         unselected tabs in gdb buffers.
10646         (gdb-propertize-header): New macro that uses gdb-set-header.
10647         (gdb-breakpoints-header, gdb-locals-header): Use it.
10648         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10650 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10652         * Makefile.in (ELCFILES): Remove fadr.elc.
10654 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10656         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10657         may contain frame information, so `string-match' should be used.
10658         (gdb-update): Disassembly is invalidated through
10659         `gdb-get-selected-frame'.
10660         (gdb-pad-string): New function to pad string with spaces.
10661         (gdb-invalidate-disassembly): Invalidate only if the buffer
10662         exists.
10663         (gdb-disassembly-handler-custom): Column alignment.
10664         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10665         placing new ones.
10666         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10667         end of line, too.
10668         (gdb-frame-handler): Match convention to for disassembly buffer
10669         mode name.
10670         (gdb-stack-list-frames-handler): Rewritten without regexps.
10671         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10672         not highlight breakpoints without line information.
10673         (gdb-input): Add trailing newline to command.
10675         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10676         buffer properly.
10677         (gdb-breakpoints-list-handler-custom): Replacement for
10678         `gdb-break-list-handler'.  Using real parser instead of regexps
10679         now.
10680         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10681         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10682         to place breakpoints.
10683         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10684         functions.
10685         (gdb-disassembly-handler-custom): Show overlay arrow.
10686         (gdb-disassembly-place-breakpoints): Show breakpoints in
10687         disassembly buffer.
10688         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10689         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10690         instead of parsing breakpoints buffer.  Fixed old menu references
10691         in `gud-menu-map'.
10693         * fadr.el: Remove.
10695         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10696         (gdb-memory-address): New variable which holds top address of
10697         memory page shown in memory buffer.
10698         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10699         customization variables.
10700         New functions:
10701         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10702         display the memory buffer.
10703         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10704         buffer display parameters.
10705         (def-gdb-memory-format, gdb-memory-format-binary)
10706         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10707         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10708         Functions for setting memory buffer format.
10709         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10710         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10711         unit size used in memory buffer.
10712         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10713         to next/previous page of memory buffer.
10714         Now using (bindat-get-field) instead of fadr functions.
10716 2009-07-07  Sam Steingold  <sds@gnu.org>
10718         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10719         non-top-level files.
10721 2009-07-07  Kenichi Handa  <handa@m17n.org>
10723         * international/mule-cmds.el (reset-language-environment): Put
10724         the highset priority to the charset iso-8859-1.
10726 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10728         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10729         to the end of the line when locating the block (Bug#700).
10731 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10733         * net/tramp.el (tramp-handle-write-region): Flush file properties
10734         in case of short track.
10736 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10738         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10739         Coded custom representation of verilog error regular expressions
10740         to work with Emacs-22's new format.
10741         (verilog-error-regexp-xemacs-alist): Coded custom representation
10742         of verilog error regular expressions to work with XEmacs format.
10743         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10744         error recognition into XEmacs.
10745         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10746         error recognition into Emacs-22.
10748 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10750         * woman.el: Remove stand-alone closing parentheses.
10751         (woman-file-name, woman2-format-paragraphs)
10752         (woman-leave-blank-lines): Code cleanup.
10753         (woman-use-own-frame): Change default to nil.
10754         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10755         defaults to inherit from default faces.
10756         (woman2-process-escapes): Consume the newline after a stand-alone
10757         filler character (Bug#3651).
10759 2009-07-06  Glenn Morris  <rgm@gnu.org>
10761         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10762         (top-level): Move provide to the end.
10763         (ffap): Remove defunct URL from custom group.
10765         * subr.el (eval-after-load): Doc fix.
10767 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10769         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10770         `calc-embedded-word' is called twice.
10772 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10774         * files.el (find-alternate-file-other-window, find-alternate-file):
10775         Obey confirm-nonexistent-file-or-buffer.
10777 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10779         * dired-aux.el (dired-show-file-type): Handle remote files.
10781 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10783         * desktop.el (desktop-globals-to-save):
10784         Add file-name-history (Bug#2750).
10786 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10788         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10790 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10792         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10793         property on entire argument since this is what eshell-lisp-command
10794         expects.
10796 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10798         * net/tramp-gvfs.el (tramp-gvfs-methods)
10799         (tramp-gvfs-zeroconf-domain)
10800         (tramp-bluez-discover-devices-timeout): Add version flag.
10801         (tramp-gvfs-handler-mounted-unmounted)
10802         (tramp-gvfs-connection-mounted-p): Polish handling of
10803         incompatibilities between GVFS 0.2 and 1.0.
10805 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10807         * cus-start.el (all): Add make-pointer-invisible.
10809 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10811         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10812         formatted correctly.
10814 2009-07-02  Juri Linkov  <juri@jurta.org>
10816         * info.el: Virtual Info files and nodes.
10817         (Info-virtual-files, Info-virtual-nodes): New variables.
10818         (Info-current-node-virtual): New variable.
10819         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10820         New functions.
10821         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10822         to check for a virtual file instead of checking a fixed list
10823         of node names.
10824         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10825         instead of ad-hoc processing of "dir" and (apropos history toc).
10826         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10827         instead of ad-hoc processing of "dir" and (apropos history toc).
10828         Reread a file when moving from a virtual node.
10829         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10830         (Info-directory-toc-nodes, Info-directory-find-file)
10831         (Info-directory-find-node): New functions.
10832         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10833         (Info-history): Move part of code to
10834         `Info-history-find-node'.
10835         (Info-history-toc-nodes, Info-history-find-file)
10836         (Info-history-find-node): New functions.
10837         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10838         (Info-toc): Move part of code to `Info-toc-find-node'.
10839         (Info-toc-find-node): New function.
10840         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10841         the current Info file name to references because now the node
10842         "*TOC*" belongs to the same Info manual.
10843         (Info-toc-build): Rename from `Info-build-toc'.
10844         (Info-toc-nodes): Rename input argument `file' to `filename'.
10845         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10846         instead of ad-hoc processing of ("dir" apropos history toc).
10847         (Info-index-nodes): Use Info-virtual-file-p
10848         to check for a virtual file instead of checking a fixed list
10849         of node names.
10850         (Info-index-node): Add check for `Info-current-node-virtual'.
10851         Raise `save-match-data' higher up the tree to contain
10852         `search-forward' too (bug fix).
10853         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10854         (Info-virtual-index-nodes): New variable.
10855         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10856         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10857         (Info-apropos-file, Info-apropos-nodes): New variables.
10858         (Info-apropos-toc-nodes, Info-apropos-find-file)
10859         (Info-apropos-find-node, Info-apropos-matches): New functions.
10860         (info-apropos): Move part of code to `Info-apropos-find-node' and
10861         `Info-apropos-matches'.
10862         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10863         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10864         for a virtual file instead of checking a fixed list of node names.
10866         * simple.el (async-shell-command): New command.
10868         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10870         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10871         instead of `mount-info'.
10873 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10875         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10876         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10878 2009-07-02  Kenichi Handa  <handa@m17n.org>
10880         * international/mule.el (set-keyboard-coding-system): Force *-unix
10881         coding-system to avoid eol conversion.
10883 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10885         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10886         Add handler for `process-file', `shell-command' and
10887         `start-file-process'.
10888         (tramp-gvfs-handle-shell-command)
10889         (tramp-gvfs-handle-start-file-process)
10890         (tramp-gvfs-handle-process-file): New defuns.
10891         (tramp-synce-list-devices): Simplify check for existence of property.
10893 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10895         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10897 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10899         * language/korean.el (set-language-info-alist): Add korean-cp949,
10900         cp949 to spec.
10902 2009-07-01  Kenichi Handa  <handa@m17n.org>
10904         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10906         * international/encoded-kb.el: Deleted.
10908         * international/mule.el (set-keyboard-coding-system): Perform the
10909         necessary setup here instead of calling encoded-kbd-setup-display.
10911 2009-07-01  Glenn Morris  <rgm@gnu.org>
10913         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10915 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10917         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10919 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10921         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10922         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10923         (tramp-default-file-modes): Remove execute permissions.
10925         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10926         (top): Add a default for "synce" in `tramp-default-user-alist'.
10927         Add completion function for "synce" method.
10928         (tramp-hal-service, tramp-hal-path-manager)
10929         (tramp-hal-interface-manager, tramp-hal-interface-device):
10930         New defconst.
10931         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10932         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10933         New defuns.
10935         * net/trampver.el: Update release number.
10937 2009-06-30  Kenichi Handa  <handa@m17n.org>
10939         * international/fontset.el (setup-default-fontset): Add CJK fonts
10940         for symbols and the other miscellaneous characters.
10942         * language/korea-util.el (setup-korean-environment-internal):
10943         Make char-width-table suitable for Korean environments.
10944         (exit-korean-environment): Cancel above.
10946         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10947         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10948         setup-function to make char-width-table suitable for respective
10949         environments, and an exit-function to cancel that.
10951         * language/japan-util.el (setup-japanese-environment-internal):
10952         Call use-cjk-char-width-table with arg `ja_JP'.
10954         * international/characters.el (cjk-char-width-table): Delete it.
10955         (cjk-char-width-table-list): New variable.
10956         (use-cjk-char-width-table): New arg local-name.
10957         (use-default-char-width-table): Fix for the case that Emacs is
10958         already using the default char-width-table.
10960 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10962         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10963         modes mandatory.  (Bug#3712)
10965 2009-06-29  Alan Mackenzie  <acm@muc.de>
10967         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10968         correction between the visible width of TABs and their number of bytes.
10970 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10972         * server.el (server-buffer-done): Prevent kill-buffer from
10973         prompting by clearing the buffer modification flag (Bug#3696).
10975 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10977         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10978         (verilog-endcomment-reason-re): Support unique case and priority case.
10979         (verilog-basic-complete-re): Support localparam lineup.
10980         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10981         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10982         commenting.
10983         (verilog-leap-to-case-head): Now support *nested* unique &
10984         priority case statements.
10985         (verilog-auto-lineup): Make just declarations the default (as it
10986         had been).
10987         (verilog-leap-to-case-head): Support priority/unique case statements.
10988         (verilog-auto-lineup): Rework to give users radio buttons to
10989         select the various styles of automatic lineup.
10990         (verilog-error-regexp-alist): Rework to support the XEmacs style
10991         of error regular expressions from compilers, lint tools &
10992         simulators.  Note that GNU Emacs has made it impossible for a mode
10993         to load such things.
10994         (electric-verilog-terminate-line, verilog-indent-declaration)
10995         (verilog-auto-wiure): Rework for radio button selection of
10996         auto-lineup selection of specification of auto lineup.
10997         (verilog-beg-of-statement-1): Redesign to support proper operation
10998         in additional code, based on testing with auto-lineup.
10999         (verilog-calculate-indent, assignments & declarations)
11000         (verilog-backward-token): Enhance to support auto-lineup of
11001         assignments & declarations.
11002         (verilog-in-directive-p, verilog-at-struct-p): New function for
11003         easy test of whether we are.
11004         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11005         to support safe execution at almost anyline.
11006         (verilog-calc-1): Properly support indenting deep inside generate
11007         blocks.
11008         (verilog-init-font): Remove definition & use of verilog-init-font,
11009         as it is redundant with font-lock-defaults.
11010         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11011         to avoid circular calls if syntax-ppss is a function (as is the
11012         case now in 22.x GNU Emacs) as that function would sometimes call
11013         itself, leading to (nearly) infinite recursion.
11014         (verilog-ovm-begin-re, verilog-ovm-end-re)
11015         (verilog-ovm-statement-re, verilog-leap-to-head)
11016         (verilog-backward-token): Add support for OVM macros.  Some are
11017         complete statements, and others open and close scopes like begin
11018         and end.
11019         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11020         (verilog-defun-level-generate-only-re): Really fix the defun-list
11021         compilation issue.
11022         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11023         coverpoint, constraint and cross statements.
11024         (verilog-defun-level-list, verilog-generate-defun-level-list)
11025         (verilog-all-defun-level-list): Redo these specifications - it is
11026         too hard to support eval-when compile aggregation of lists also
11027         built at when-compile time.
11028         (verilog-defun-level-list): Place defconsts of variables used in
11029         building regular expressions which are built in eval-when-compile
11030         bodies in the same eval-when-compile body to facilitate compile
11031         without load.
11032         (verilog-beg-block-re-ordered): Support indenting
11033         virtual/protected tasks and functions.
11034         (verilog-defun-level-list, verilog-in-generate-region-p)
11035         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11036         indentation of some module items (generate items).
11037         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11038         across virtual/protected tasks and functions.
11040 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11042         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11043         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11044         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11045         in concatenations.  Reported by Yishay Belkind.
11046         (verilog-auto-ascii-enum): Support one-hot state machines in
11047         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11048         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11049         modport in AUTOINST and add vl-modport for users.  Reported by
11050         David Rogoff.
11051         (verilog-auto-inout-module, verilog-auto-inst)
11052         (verilog-decls-get-interfaces, verilog-insert-definition)
11053         (verilog-insert-one-definition, verilog-read-decls)
11054         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11055         (verilog-sig-modport, verilog-signals-combine-bus)
11056         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11057         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11058         Suggested by David Rogoff.
11059         (verilog-repair-open-comma): Fix non-insertion of comma when
11060         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11061         (verilog-make-width-expression): Simplify [A-1:0] expression
11062         widths to just {A{1'b0}}.
11063         (verilog-mode): Cleanup checkdoc warnings.
11064         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11065         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11066         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11067         (next-error-last-buffer): Fix byte-compiler warning.
11068         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11069         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11070         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11071         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11072         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11073         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11074         in AUTOINOUT.  Reported by Matthew Lovell.
11075         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11076         causing use of <= assignments.  Reported by Alex Reed.
11077         (verilog-read-decls): Fix triand, trior, wand, wor to be
11078         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11079         (verilog-extended-complete-re): Support import "DPI-C" functions.
11080         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11081         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11082         (verilog-insert-date, verilog-insert-year)
11083         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11084         Windows systems.  Reported by Michael Potts.
11085         (verilog-read-module-name): Fix AUTOINST when the child module
11086         declaration's name is a tick define.  Reported by Elliot Mednick.
11087         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11088         passed to next parameter's definition.  Reported by Bruce T.
11089         (verilog-read-decls): Fix detecting "parameter int" when using
11090         AUTOINSTPARAM.  Reported by Bruce T.
11091         (verilog-goto-defun): Fix goto not finding modules unless first
11092         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11093         (verilog-mode): Expand -f flag arguments on entry to mode so
11094         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11095         (verilog-getopt): Expand environment variables in -f file
11096         arguments.  Suggested by Lawrence Butcher.
11097         (verilog-set-define): Fix "Symbol's value as variable is void"
11098         when reading enumerations.
11099         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11100         Suggested by Stephen Peltan.
11101         (verilog-read-defines): Fix reading of enumerations in include
11102         files.  Reported by Steve Peltan.
11104 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11106         * files.el (trash-directory): Fix defcustom type.
11108 2009-06-28  Juri Linkov  <juri@jurta.org>
11110         * help-fns.el (describe-function-1): Correctly locate adviced
11111         functions in hyperlink (Bug#2438).
11113 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11115         * files.el (trash-directory): Change default to nil.
11116         (move-file-to-trash): If trash-directory is nil and
11117         system-move-file-to-trash is unbound, perform freedesktop-style
11118         trashing.
11120 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11122         * files.el (move-file-to-trash): Add freedesktop trash
11123         support (Bug#973).
11125 2009-06-28  Glenn Morris  <rgm@gnu.org>
11127         * autorevert.el (global-auto-revert-non-file-buffers)
11128         (global-auto-revert-mode): Doc fixes.
11130 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11132         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11134 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11136         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11137         opened an X connection before calling x-get-resource (Bug#3194).
11139         * play/doctor.el: Remove reference to obsolete website.
11140         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11142 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11144         Remove find-file-not-found-hook VC method.  (Bug#2757)
11145         * vc-hooks.el (vc-file-not-found-hook)
11146         (vc-default-find-file-not-found-hook): Remove functions.
11147         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11148         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11149         * vc.el:
11150         * vc-hg.el:
11151         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11153 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11155         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11156         compatibility function for `looking-back'.
11158         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11159         Use `ispell-looking-back'.
11161 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11163         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11164         rather than `filename'.
11166 2009-06-23  Miles Bader  <miles@gnu.org>
11168         * face-remap.el (text-scale-set): New function.
11170 2009-06-23  Glenn Morris  <rgm@gnu.org>
11172         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11174         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11176         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11178         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11180         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11181         Simplify Persian conditionals.
11183         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11184         variable `filename'.
11186         * comint.el (comint-insert-input): Doc fix.
11188         * Makefile.in (ELCFILES): Fix typo in previous change.
11190 2009-06-23  Miles Bader  <miles@gnu.org>
11192         * cus-start.el: Add entry for `recenter-redisplay'.
11194 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11196         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11197         Add an optional argument for the backend, use it instead of
11198         calling vc-backend.
11199         (vc-mode-line): Add an optional argument for the backend.
11200         Pass the backend to vc-state and vc-working-revision.  Move code for
11201         special handling for vc-state being a buffer to ...
11203         * vc-rcs.el (vc-rcs-find-file-hook):
11204         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11206         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11207         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11208         vc-stay-local-p and vc-mode-line calls.
11210         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11211         (vc-cvs-diff, vc-cvs-annotate-command)
11212         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11213         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11214         vc-mode-line calls.
11216         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11217         direct comparison.
11218         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11219         backend when calling vc-mode-line.
11220         (vc-register): Do not create a closure for calling the vc register
11221         function, call it directly.
11223 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11225         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11226         to make it obvious item can be clicked.
11228         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11230 2009-06-23  Kenichi Handa  <handa@m17n.org>
11232         * language/korea-util.el (korean-key-bindings): Change the binding
11233         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11234         same command.
11236 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11238         Sync with Tramp 2.1.16.
11240         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11242         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11243         when a loading of a package fails.  Completion function for rsync
11244         is `tramp-completion-function-alist-ssh'.
11245         (all): Replace all calls of `split-string' and
11246         `tramp-split-string' by `tramp-compat-split-string'.
11247         (tramp-default-method): Use `tramp-compat-process-running-p'.
11248         (tramp-default-proxies-alist): Allow also Lisp forms.
11249         (tramp-remote-path): Add choice "Private Directories".
11250         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11251         (tramp-domain-regexp): Allow also "-", "_" and ".".
11252         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11253         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11254         (tramp-debug-message): Insert header line in debug buffer.
11255         (tramp-handle-directory-files-and-attributes-with-stat):
11256         Care about filenames with spaces, or starting with "-".
11257         (tramp-handle-dired-uncache): New defun.
11258         (tramp-handle-insert-directory): Don't flush the directory from
11259         cache, this is handled by `dired-uncache' now.
11260         (tramp-handle-insert-file-contents): Improve error handling.
11261         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11262         Quote `tramp-end-of-output'.
11263         (tramp-action-password): Improve trace message.
11264         (tramp-check-for-regexp): Both echoes must be present, before removing.
11265         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11266         (tramp-compute-multi-hops): Eval cons cells of
11267         `tramp-default-proxies-alist'.
11268         (tramp-maybe-open-connection): Use the same command pattern for
11269         first hop and further hops.
11270         (tramp-wait-for-output): Remove handling of newlines.
11271         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11272         (tramp-split-string): Remove function.  It is handled in
11273         tramp-compat now.
11275         * net/tramp-cmds.el (tramp-bug):
11276         Recommend `tramp-cleanup-all-connections' in the bug mail.
11278         * net/tramp-compat.el (tramp-compat-split-string)
11279         (tramp-compat-process-running-p): New defuns.
11281         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11282         for `dired-uncache'.
11284         * net/tramp-gvfs.el: New package.
11286         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11287         Add handler for `dired-uncache'.
11288         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11290         * net/trampver.el: Update release number.  Make version check fit
11291         for SXEmacs 22.
11293 2009-06-22  Jim Meyering  <meyering@redhat.com>
11295         Automatically handle .xz suffix (XZ-compressed files), too.
11296         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11297         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11299 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11300             Nick Roberts  <nickrob@snap.net.nz>
11302         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11303         repository (http://sphinx.net.ru/hg/gdb-mi/).
11305 2009-06-22  Glenn Morris  <rgm@gnu.org>
11307         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11308         `mode' and `eval' entries.  (Bug#3430)
11310         * Makefile.in (ELCFILES): Add fadr.elc.
11312         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11313         differing behavior of \n and ^ in strings.  (Bug#3385)
11315         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11317         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11318         property.
11319         (lisp-indent-function): Make it a defcustom.
11321 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11323         * progmodes/gdb-ui.el: Replace with ...
11324         * progmodes/gdb-mi.el: ... this file.
11325         * progmodes/gud.el: Modify for gdb-mi.el.
11327 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11329         * fadr.el: New file.
11331 See ChangeLog.14 for earlier changes.
11333 ;; Local Variables:
11334 ;; coding: utf-8
11335 ;; End:
11337     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11339   This file is part of GNU Emacs.
11341   GNU Emacs is free software: you can redistribute it and/or modify
11342   it under the terms of the GNU General Public License as published by
11343   the Free Software Foundation, either version 3 of the License, or
11344   (at your option) any later version.
11346   GNU Emacs is distributed in the hope that it will be useful,
11347   but WITHOUT ANY WARRANTY; without even the implied warranty of
11348   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11349   GNU General Public License for more details.
11351   You should have received a copy of the GNU General Public License
11352   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11354 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1