* lisp/vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
[emacs.git] / lisp / ChangeLog
blob57115bba4000568661197120d718a3af7d099c7d
1 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4         declare it, make it buffer-local and permanent-local (bug#6324).
5         (vc-resynch-window): Adjust name.
6         * vc-hooks.el (vc-find-file-hook): Adjust name.
8 2010-06-07  Jonathan Rockway  <jon@jrock.us>
10         * net/rcirc.el: Add support for password authentication.
11         (rcirc-server-alist): Add :password keyword.
12         (rcirc): Ask for a password, or get it from the server's alist.
13         (rcirc-connect): Add password argument.  Pass it to server.
15 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
17         * net/dbus.el (dbus-register-method): Declare function.
18         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
19         (dbus-introspect): Doc fix.
20         (dbus-event-bus-name, dbus-introspect-get-interface)
21         (dbus-introspect-get-argument): Reflow docstrings.
23 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
25         * term/common-win.el (x-colors): Add "dark green" and "dark
26         turquoise" (Bug#6332).
28 2010-06-03  Eric Ludlam  <zappo@gnu.org>
30         * cedet/semantic/lex-spp.el
31         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
32         invalid values during save, just save a nil (Bug#6324).
34 2010-06-03  Glenn Morris  <rgm@gnu.org>
36         * desktop.el (desktop-clear-preserve-buffers):
37         Add "*Warnings*" buffer.  (Bug#6336)
39 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
41         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
43 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
45         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
46         `file-directory-p' to the filename part rather than to the whole text.
48 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
50         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
51         (bug#6231).
53 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
55         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
57 2010-05-31  Drew Adams  <drew.adams@oracle.com>
59         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
61 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
63         * subr.el (momentary-string-display): Just use read-event to read
64         the exit event (Bug#6238).
66 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
68         * ansi-color.el: Delete unused escape sequences (Bug#6085).
69         (ansi-color-drop-regexp): New constant.
70         (ansi-color-apply, ansi-color-filter-region)
71         (ansi-color-apply-on-region): Delete unrecognized control sequences.
72         (ansi-color-apply): Build string list before calling concat.
74 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
76         * progmodes/verilog-mode.el (verilog-type-font-keywords):
77         Use font-lock-constant-face, not obsolete font-lock-reference-face.
79 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
81         * htmlfontify.el (hfy-face-resolve-face): New function.
82         (hfy-face-to-style): Use it (Bug#6279).
84 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * epa.el (epa--select-keys): Don't explicitly delete the window since
87         that can fail (e.g. sole window in frame).  Use dedication instead.
89 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
91         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
93 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
95         * subr.el (read-quoted-char): Resolve modifiers after key
96         remapping (bug#6212).
98 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
100         * tmm.el (tmm-prompt): Don't try to precompute bindings.
101         (tmm-get-keymap): Compute shortcuts (bug#6171).
103 2010-05-10  Glenn Morris  <rgm@gnu.org>
105         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
106         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
108 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
110         * Version 23.2 released.
112 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
114         * international/mule.el (auto-coding-alist):  Only purecopy
115         car of each item, not the whole list (Bug#6083).
117 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
119         * progmodes/js.el (js-mode): Make paragraph variables local before
120         calling c-setup-paragraph-variables (Bug#6071).
122 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
124         * composite.el (compose-region, reference-point-alist): Fix typos
125         in the doc strings.
127 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
129         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
130         gnuplot's "set" command.
132 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
134         * abbrev.el (last-abbrev-text): Doc fix.
135         (abbrev-prefix-mark): Don't escape parenthesis.
137 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
139         * composite.el (find-composition): Doc fix.
141 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
143         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
144         (sql-oracle-program, sql-sqlite-options)
145         (sql-query-placeholders-and-send): Doc fixes.
146         (sql-set-product, sql-interactive-mode): Reflow docstrings.
147         (sql-imenu-generic-expression, sql-buffer)
148         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
149         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
150         (sql-mode-sybase-font-lock-keywords)
151         (sql-mode-informix-font-lock-keywords)
152         (sql-mode-interbase-font-lock-keywords)
153         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
154         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
155         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
156         (sql-product-feature, sql-highlight-product)
157         (comint-line-beginning-position, sql-rename-buffer)
158         (sql-toggle-pop-to-buffer-after-send-region)
159         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
160         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
161         Fix typos in docstrings.
163 2010-04-23  Juri Linkov  <juri@jurta.org>
165         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
166         property instead of `invisible' and `after-string' (bug#5998).
168 2010-04-23  Juri Linkov  <juri@jurta.org>
170         * image-mode.el (image-mode-as-text): Fix typo in docstring.
172 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
174         * filecache.el (file-cache-add-directory-list)
175         (file-cache-add-directory-recursively): Fix typos in docstrings.
177 2010-04-22  Kenichi Handa  <handa@m17n.org>
179         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
180         (gujarati-composable-pattern): Fix typo.
182 2010-04-20  Kenichi Handa  <handa@m17n.org>
184         * language/indian.el (oriya-composable-pattern)
185         (tamil-composable-pattern, malayalam-composable-pattern): Add
186         two-part vowels to "v" (vowel sign).
188 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
190         * files.el (copy-directory): Handle symlinks (Bug#5982).
192         * progmodes/compile.el (compilation-next-error-function): Revert
193         2009-10-12 change (Bug#5983).
195 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
197         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
198         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
199         (Bug#5846).
201 2010-04-20  Glenn Morris  <rgm@gnu.org>
203         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
205         * minibuffer.el (completion-at-point): Doc fix.
207 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
209         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
210         destroy list before using it.
212 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
214         Fix the version number for added files.
215         * vc-hg.el (vc-hg-working-revision): Check if the file is
216         registered after hg parent fails (Bug#5961).
218 2010-04-17  Glenn Morris  <rgm@gnu.org>
220         * htmlfontify.el (htmlfontify-buffer)
221         (htmlfontify-copy-and-link-dir): Autoload entry points.
223 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
225         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
226         name relative to the project root (Bug#5960).
228 2010-04-16  Glenn Morris  <rgm@gnu.org>
230         * vc-git.el (vc-git-print-log): Doc fix.
232 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
234         * ido.el (ido-file-internal): Fix 2009-12-02 change.
236 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
238         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
239         default settings (Bug#5928).
241 2010-04-10  Glenn Morris  <rgm@gnu.org>
243         * progmodes/fortran.el (fortran-match-and-skip-declaration):
244         New function.
245         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
247 2010-04-07  Kenichi Handa  <handa@m17n.org>
249         * language/indian.el (malayalam-composable-pattern): Fix previous
250         change (add U+0D4D "SIGN VIRAMA").
251         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
252         (tamil-composable-pattern): Fix typo in the regexp.
253         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
254         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
255         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
257 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
259         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
260         paragraph-separate (Bug#5821).
262 2010-04-05  Juri Linkov  <juri@jurta.org>
264         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
266         * info.el (Info-find-node-2): Comment out code that skips
267         breadcrumbs line.
268         (Info-mouse-follow-link): New command.
269         (Info-link-keymap): New keymap.
270         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
271         Return a string with links instead of inserting breadcrumbs
272         to the Info buffer.
273         (Info-fontify-node): Comment out code that inserts breadcrumbs.
274         Instead of putting the `invisible' text property over the Info
275         header, make an overlay over the Info header with the `invisible'
276         property and `after-string' set to the string returned by
277         `Info-breadcrumbs'.
279 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
281         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
282         Reported by monkey@sandpframing.com.
284 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
286         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
287         (semantic-create-imenu-directory-index): Fix typos in docstrings.
288         (semantic-imenu-goto-function): Reflow docstring.
290 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
292         * textmodes/artist.el (artist-mode): Fix typo in docstring.
293         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
295 2010-03-30  Kenichi Handa  <handa@m17n.org>
297         * language/sinhala.el (composition-function-table): Fix regexp for
298         the new Unicode specification.
300         * language/indian.el (devanagari-composable-pattern)
301         (tamil-composable-pattern, kannada-composable-pattern)
302         (malayalam-composable-pattern): Adjust for the new Unicode
303         specification.
304         (bengali-composable-pattern, gurmukhi-composable-pattern)
305         (gujarati-composable-pattern, oriya-composable-pattern)
306         (telugu-composable-pattern): New variables to cope with the new
307         Unicode specification.  Use them in composition-function-table.
309 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
311         Make tmm-menubar work for the Buffers menu again (bug#5726).
312         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
313         vectors rather than cons cells, as used in menu-bar-update-buffers.
315 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
317         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
318         (js-insert-and-indent): Revert 2009-08-15 change, restoring
319         electric punctuation for "{}();,:" (Bug#5586).
321         * mail/sendmail.el (mail-default-directory): Doc fix.
323 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
325         * mail/sendmail.el (mail-default-directory): Doc fix.
327 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
329         * subr.el (version-regexp-alist, version-to-list)
330         (version-list-<, version-list-=, version-list-<=)
331         (version-list-not-zero, version<, version<=, version=): Doc fix.
332         (Bug#5744).
334 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
335             Nick Roberts  <nickrob@snap.net.nz>
337         * progmodes/gdb-ui.el (gdb-apple-test): New function.
338         (gdb-init-1): Use it.
340 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
342         * vc.el (vc-root-diff): Doc fix.
344 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
346         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
348         * simple.el (append-to-buffer): Fix last change.
350 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
352         * simple.el (append-to-buffer): Ensure that point is preserved if
353         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
354         (Bug#5749)
356 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
358         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
359         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
360         not be present any more.
362 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
364         * faces.el (set-face-attribute): Fix typo in docstring.
365         (face-valid-attribute-values): Reflow docstring.
367         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
369 2010-03-23  Glenn Morris  <rgm@gnu.org>
371         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
373 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
375         * indent.el (indent-for-tab-command): Doc fix.
377 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
379         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
380         (image-dired-read-comment): Doc fix.
382         * json.el (json-object-type, json-array-type, json-key-type)
383         (json-false, json-null, json-read-number):
384         * minibuffer.el (completion-in-region-functions):
385         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
386         (cal-tex-cursor-week):
387         * emacs-lisp/trace.el (trace-function):
388         * eshell/em-basic.el (eshell/printnl):
389         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
390         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
391         * obsolete/levents.el (allocate-event, event-key, event-object)
392         (event-point, event-process, event-timestamp, event-to-character)
393         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
394         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
395         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
396         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
397         (reftex-highlight-selection): Fix typos in docstrings.
399 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
401         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
403 2010-03-18  Glenn Morris  <rgm@gnu.org>
405         * mail/rmail.el (rmail-highlight-face): Restore option deleted
406         2008-02-13 without comment; mark it obsolete.
407         (rmail-highlight-headers): Use rmail-highlight-face once more.
409 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
411         * woman.el (woman2-process-escapes): Only consume the newline if
412         the filler character is on a line by itself (Bug#5729).
414 2010-03-16  Kenichi Handa  <handa@m17n.org>
416         * language/indian.el (devanagari-composable-pattern): Add more
417         consonants.
419 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
421         * net/trampver.el: Update release number.
423 2010-03-13  Glenn Morris  <rgm@gnu.org>
425         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
427 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
429         * net/tramp.el (tramp-find-executable):
430         Use `tramp-get-connection-buffer'.  Make the regexp for checking
431         output of "wc -l" more robust.
432         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
433         (tramp-open-connection-setup-interactive-shell): Remove workaround
434         for OpenSolaris bug, it is not needed anymore.
436 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
438         * cedet/semantic/imenu.el: New file, from the CEDET repository
439         (Bug#5412).
441 2010-03-12  Glenn Morris  <rgm@gnu.org>
443         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
445 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
447         * files.el (auto-mode-alist): Accept more verilog file patterns.
449 2010-03-09  Miles Bader  <miles@gnu.org>
451         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
452         instead of "format:"; this ensures that the output is
453         newline-terminated.
455 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
457         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
458         that all errors are caught, and that the return value is always a
459         list (Bug#5692).
461 2010-03-08  Kenichi Handa  <handa@m17n.org>
463         * language/misc-lang.el (windows-1256): New coding system.
464         (cp1256): New alias of windows-1256 (bug#5690).
466 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
468         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
469         call to rfc822-bad-address.  (Bug#5692)
471 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
473         * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
474         vc-git-root as default directory for revision path (Bug#5657).
476 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
478         * calculator.el (calculator): Don't bind split-window-keep-point
479         (Bug#5674).
481 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
483         * vc-git.el: Re-flow to fit into 80 columns.
484         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
485         Remove spurious `quote' element in each case alternative.
486         (vc-git-show-log-entry): Use prog1.
487         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
489 2010-03-06  Glenn Morris  <rgm@gnu.org>
491         * cedet/semantic/grammar.el (semantic-grammar-header-template):
492         Update template copyright to GPLv3+.
494 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
496         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
498 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
500         * macros.el (insert-kbd-macro): Look up keyboard macro using the
501         definition, not the name (Bug#5481).
503 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
505         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
506         argument with a local variable.  (Bug#5670)
508 2010-03-02  Juri Linkov  <juri@jurta.org>
510         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
512 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
514         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
515         error when FILENAME and NEWNAME are existing remote directories.
517         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
518         parameter DIR-FLAG.
520 2010-03-02  Glenn Morris  <rgm@gnu.org>
522         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
523         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
525 2010-03-01  Kenichi Handa  <handa@m17n.org>
527         * language/burmese.el (burmese-composable-pattern): Rename from
528         myanmar-composable-pattern.
530         * international/characters.el (script-list):
531         * international/fontset.el (script-representative-chars):
532         Change myanmar to burmese.
533         (otf-script-alist): Likewise.
534         (setup-default-fontset): Likewise.  Re-fix :otf spec.
536 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
538         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
540 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
542         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
544 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
546         * net/tramp.el (tramp-handle-write-region): START can be a string.
547         Take care in the checks.  Reported by Dan Davison
548         <davison@stats.ox.ac.uk>.
550 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
552         * net/dbus.el (dbus-introspect, dbus-get-property)
553         (dbus-set-property, dbus-get-all-properties): Use
554         `dbus-call-method' when noninteractive.  (Bug#5645)
556 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
558         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
559         * emacs-lisp/elint.el (elint-add-required-env):
560         * cedet/semantic/db-find.el
561         (semanticdb-find-translate-path-brutish-default):
562         * cedet/ede/make.el (ede-make-check-version):
563         * calendar/icalendar.el (icalendar--add-diary-entry):
564         * calc/calcalg2.el (math-tracing-integral):
565         * files.el (recover-session-finish): Use with-current-buffer
566         instead of save-excursion.
568 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
570         Fix in-buffer completion when after-change-functions modify the buffer.
571         * minibuffer.el (completion--replace): New function.
572         (completion--do-completion): Use it and use relative movement.
574 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
576         * international/fontset.el (setup-default-fontset): Fix :otf spec.
578 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
580         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
581         Allow the characters _<> in the stack entry (Bug#5653).
583 2010-02-26  Kenichi Handa  <handa@m17n.org>
585         * language/burmese.el: Fix entries in composition-function-table.
586         (myanmar-composable-pattern): New variable.
588         * international/fontset.el (setup-default-fontset): Add an entry
589         for myanmar.
591         * international/characters.el (script-list): Add Myanmar
592         Extended-A.
594 2010-02-26  Glenn Morris  <rgm@gnu.org>
596         * custom.el (custom-initialize-delay): Doc fix.
598         * mail/sendmail.el (send-mail-function): Autoload the call
599         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
601 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
603         * files.el (hack-local-variables-filter): For eval forms, also
604         check safe-local-variable-p (Bug#5636).
606 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
608         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
609         and use c(ad)r of cddr (Bug#5640).
611 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
613         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
614         setting the modes by `ignore-errors'.  It might fail, for example
615         if the file is not owned by the user but the group.
616         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
618 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
620         * files.el (directory-listing-before-filename-regexp): Use
621         stricter matching for iso-style dates, to avoid false matches with
622         date-like filenames (Bug#5597).
624         * htmlfontify.el (htmlfontify): Doc fix.
626         * eshell/eshell.el (eshell): Doc fix.
628         * startup.el (fancy-about-screen): In mode-line, apply
629         mode-line-buffer-id face only to the buffer name (Bug#5613).
631 2010-02-20  Kevin Ryde  <user42@zip.com.au>
633         * progmodes/compile.el (compilation-error-regexp-alist-alist):
634         In `watcom' anchor regexp to start of line, to avoid slowness
635         (Bug#5599).
637 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
639         * subr.el (remove-yank-excluded-properties): Explain in a comment
640         why `category' property is removed.
642 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
644         * isearch.el (isearch-update-post-hook, isearch-update): Revert
645         2010-02-17 change.
647 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
649         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
650         (icalendar--convert-weekly-to-ical)
651         (icalendar--convert-yearly-to-ical)
652         (icalendar--convert-block-to-ical)
653         (icalendar--convert-cyclic-to-ical)
654         (icalendar--convert-anniversary-to-ical): Take care of time
655         specifications where hour has 1-digit only (Bug#5549).
657 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
659         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
660         of disassemble output in GDB 7.1.
662 2010-02-19  Glenn Morris  <rgm@gnu.org>
664         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
665         property.  (Bug#5593)
667 2010-02-18  Sam Steingold  <sds@gnu.org>
669         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
671 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
673         Use abbreviated file names in bookmarks (bug#5591).
674         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
675         calls to expand-file-name.
676         (bookmark-relocate): Use abbreviated file names in bookmarks.
677         (bookmark-load): Use abbreviated file names in messages.
679 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
681         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
682         expand "." and "..".  Reported by Thierry Volpiatto
683         <thierry.volpiatto@gmail.com>.
685 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
687         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
688         permissions of the temporary file to "0600".  In case the remote
689         file has no read permissions for the owner, there might be
690         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
692 22010-02-18  Glenn Morris  <rgm@gnu.org>
694         * emacs-lisp/authors.el (authors-renamed-files-alist):
695         Add entries for INSTALL.CVS.
697 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
699         * vc-bzr.el: Fix typo in Known Bugs section.
701         * isearch.el (isearch-update-post-hook): New hook.
702         (isearch-update): Use the new hook.
704 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
706         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
707         Fix errors in copying directories.
708         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
709         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
710         (tramp-handle-delete-file)
711         (tramp-handle-dired-recursive-delete-directory)
712         (tramp-handle-write-region): Flush also the cache for the upper
713         directory.
715 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
717         * simple.el (save-interprogram-paste-before-kill): Doc fix.
719         * cus-edit.el (hardware): Doc fix.
721         * man.el (man): Add to external custom group.
723         * delim-col.el (columns): Move to wp custom group.
725         * doc-view.el (doc-view): Add to data custom group.
727         * cedet/data-debug.el (data-debug): Move to extensions group.
729         * cedet/ede.el (ede):
730         * cedet/srecode.el (srecode):
731         * cedet/semantic.el (semantic): Put in tools and extensions group.
733         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
735         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
736         by ispell-parse-output (Bug#5575).
738 2010-02-16  Kenichi Handa  <handa@m17n.org>
740         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
741         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
742         (skkdic-convert): Use `euc-japan' coding system for writing.
744 2010-02-16  Glenn Morris  <rgm@gnu.org>
746         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
747         tex-main-file before using it.  (Bug#5562)
749 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
751         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
752         warnings, since it is annoying for the user to see them each time he
753         runs the code.
755 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
757         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
758         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
759         instead of PROC for caching "first-password-request".  Otherwise,
760         new processes would not profit from passwords already entered.
762         * net/tramp-cache.el (tramp-dump-connection-properties):
763         Don't save "first-password-request" property.
765 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
767         * outline.el (outline-head-from-level):
768         * simple.el (with-wrapper-hook):
769         * cedet/ede.el (ede-run-target, project-delete-target)
770         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
771         (ede-adebug-project, ede-adebug-project-parent)
772         (ede-adebug-project-root):
773         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
774         (elint-defun, elint-buffer-env, elint-top-form-logged)
775         (elint-unbound-variable):
776         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
777         Fix typos in docstrings.
779 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
781         * files.el (insert-directory): When WILDCARD-REGEXP and
782         FULL-DIRECTORY-P are nil, insert the file entry instead of the
783         whole directory.  (Bug#5551)
785         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
786         dired's alignment sanity.  (Bug#5516)
788 2010-02-14  Juri Linkov  <juri@jurta.org>
790         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
791         Remove remaining ^H with their preceding chars.  (Bug#5566)
793 2010-02-13  Glenn Morris  <rgm@gnu.org>
795         * simple.el (transpose-subr): Give it a doc-string.
797         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
798         Doc fixes.
800 2010-02-12  Juri Linkov  <juri@jurta.org>
802         * arc-mode.el (archive-unique-fname): Make directories for nested
803         archives.  (Bug#5540)
805 2010-02-12  Juri Linkov  <juri@jurta.org>
807         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
809 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * subr.el (copy-overlay): Handle deleted overlays.
813         * man.el (Man-completion-table): Don't signal an error if we can't run
814         manual-program (bug#4056).
816 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
818         * textmodes/artist.el (artist-mt): Fix typos in docstring.
820 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
822         * info.el (Info-bookmark-jump): Simplify.
824         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
825         (bookmark-default-handler): Accept new bookmark field `buffer'.
827 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
829         * iswitchb.el (iswitchb-completions): Revert last change.
831 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
833         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
834         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
835         This prevents file names like "~/" being listed literally.
837 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
839         * term/xterm.el (xterm-maybe-set-dark-background-mode):
840         Remove dead code.  (Bug#5546)
842 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
844         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
845         correctly (Bug#5548).
847 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
849         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
850         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
852 2010-02-08  Kenichi Handa  <handa@m17n.org>
854         * international/mule-util.el (with-coding-priority): Add autoload
855         cookie for putting `lisp-indent-function'.
857 2010-02-07  Glenn Morris  <rgm@gnu.org>
859         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
860         Move F2003 named interfaces from keywords-2 to keywords-1, and
861         use function-name-face rather than constant-face.
862         Simplify "abstract interface" regexp.
864 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
866         * eshell/esh-util.el (eshell-file-attributes): New optional arg
867         ID-FORMAT.  Pass it to `file-attributes'.
869         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
871 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
873         * faces.el (set-face-attribute): Allow calling
874         internal-set-lisp-face-attribute with 'unspecified family and
875         foundry argument (Bug#5536).
877 2010-02-07  Glenn Morris  <rgm@gnu.org>
879         * progmodes/f90.el (f90-font-lock-keywords-2)
880         (f90-looking-at-type-like, f90-looking-at-program-block-end):
881         Handle F2003 named interfaces.
883 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
885         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
886         beg and end before calling c-get-state-before-change-functions.
888 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
890         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
892 2010-02-05  Juri Linkov  <juri@jurta.org>
894         * doc-view.el (doc-view-mode):
895         * image-mode.el (image-mode): Put property mode-class=special.
896         (Bug#4896)
898 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
900         * vc-svn.el (vc-svn-revision-table): New function.
902 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
904         * net/ange-ftp.el (ange-ftp-insert-directory):
905         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
906         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
907         Handle also directories.  (Bug#5478)
909 2010-02-05  Glenn Morris  <rgm@gnu.org>
911         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
913 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
915         * startup.el (command-line-1): Convert options beginning with a
916         single dash as well (Bug#5519).
918 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
920         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
921         * minibuffer.el (completion-initials-expand): Only check the presence
922         of delims *within* the boundaries, since otherwise the / delim is
923         always found for files.
925         Fix up various corner case problems.
926         * doc-view.el (doc-view-last-page-number): New function.
927         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
928         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
929         (doc-view-kill-proc): Avoid inf-loop in freak cases.
930         (doc-view-reconvert-doc): Use the new recursive delete-directory.
931         (doc-view-convert-current-doc): Don't create the resolution.el file
932         here any more.
933         (doc-view-pdf/ps->png): Do it here instead.
934         (doc-view-already-converted-p): Check that resolution.el is present.
935         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
936         windows that are not yet showing images.
938 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
940         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
941         `dired-uncache' for every elemnt which is an absolute file name.
943         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
944         directory, handle its directory component.
945         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
946         function is called permanently and creates noise, otherwise.
948         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
949         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
950         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
952 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
954         * macros.el (apply-macro-to-region-lines):
955         Minor simplification.  (Bug#5485)
957 2010-02-04  Glenn Morris  <rgm@gnu.org>
959         * mail/rmail.el (rmail-show-message-1): Handle malformed
960         quoted-printable text.  (Bug#5441)
962         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
964         * simple.el (visual-line-mode): Capitalize lighter.
966 2010-02-03  John Wiegley  <jwiegley@gmail.com>
968         * iswitchb.el (iswitchb-completions): Add bookmark files to the
969         list of files considered for "virtual buffer" completions.
971 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
973         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
974         also in case of (and (not full) (not wildcard)). This is needed,
975         when dired is called with a list of files, which are not in
976         `default-directory'.  (Bug#5478)
978 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
980         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
982 2010-02-02  Juri Linkov  <juri@jurta.org>
984         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
985         from unidiff to allow function-line after @@.
987 2010-02-02  Juri Linkov  <juri@jurta.org>
989         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
990         '(RCS SCCS) with inverted condition.
992 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
994         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
995         messages.
997 2010-02-01  Juri Linkov  <juri@jurta.org>
999         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1000         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1001         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1002         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1004 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1006         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1007         (doc-view-revert-buffer): New command.
1008         (doc-view-mode-map): Use it.
1010 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1012         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1013         pending merge is detected.
1015 2010-01-31  Juri Linkov  <juri@jurta.org>
1017         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1018         beginning of interactive spec like all other grep commands do.
1019         Put "all" in front of "gz".  (Bug#5260)
1021 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1023         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1025 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1027         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1028         regexp is incorrect (Bug#5476).
1030 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1032         * net/tramp.el (tramp-handle-insert-directory): Handle also
1033         symlinks, when FILENAME is not in `default-directory'.
1035 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1037         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1038         FILE is not in `default-directory'.  (Bug#5478)
1040         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1041         of SWITCHES.  Handle the case, FILENAME is not in
1042         `default-directory'.  (Bug#5478)
1043         (tramp-register-file-name-handlers): Add safe-magic property.
1045 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1047         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1048         unzip (Bug#5475).
1050 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1052         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1053         (flymake-master-make-header-init): Add other C++ filename masks.
1054         (flymake-find-possible-master-files)
1055         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1057 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1059         Fix some busybox annoyances.
1061         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1062         not responding." string.
1063         (tramp-open-connection-setup-interactive-shell): Dump stty
1064         settings.  Enable "neveropen" arg for all `tramp-send-command'
1065         calls.  Handle "=" in variable values properly.
1066         (tramp-find-inline-encoding): Raise an error, when no encoding is
1067         found.
1068         (tramp-wait-for-output): Check, whether PROC buffer is available.
1069         Remove spurious " ^H" sequences, sent by busybox.
1070         (tramp-get-ls-command): Suppress coloring, if possible.
1072 2010-01-28  Glenn Morris  <rgm@gnu.org>
1074         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1076         * log-edit.el (log-edit-strip-single-file-name): Add missing
1077         :safe, :group, and :version tags.
1079 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1081         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1082         buffers.  (Bug#5477)
1084 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1086         * files.el (delete-directory): Handle moving to trash without
1087         first doing recursion (Bug#5436).
1089 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1091         * vc-hooks.el (vc-path): Mark as obsolete.
1093 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1095         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1096         names too.
1098         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1099         for the short log.
1100         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1102 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1104         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1106         * vc-bzr.el (vc-bzr-revision-table): New function.
1108 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1110         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1111         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1113 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1115         Remove support for adding --signoff on commit.
1116         Future support will use an incompatible generic mechanism.
1117         * vc-git.el (vc-git-add-signoff): Remove variable.
1118         (vc-git-toggle-signoff): Remove function.
1119         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1121         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1122         from xterm-set-background-mode.  Return t if the background mode
1123         was set.
1124         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1125         earlier, call it again in case the background mode has changed.
1127 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1129         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1130         (Bug#3541).
1132 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1134         * emacs-lisp/assoc.el (aelement): Doc fix.
1135         (aput, adelete, amake): Use lexical-let (Bug#5450).
1137 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1139         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1140         is the same as subprogram call, not declaration.  (Bug#5435).
1142 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1144         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1145         (tramp-smb-maybe-open-connection): Use it.
1147 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1149         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1151 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1153         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1154         just because we see "encoding: 8bit".
1155         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1157 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1159         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1161 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1163         * jka-compr.el (jka-compr-load): If load-file is not in
1164         load-history, try its file-truename version.  (bug#5447)
1166 2010-01-21  Alan Mackenzie  <acm@muc.de>
1168         Fix a situation where deletion of a cpp construct throws an error.
1169         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1170         invoking c-with-all-but-one-cpps-commented-out, check that the
1171         special cpp construct is still in the buffer.
1172         (c-parse-state): Record the special cpp with markers, not numbers.
1174 2010-01-21  Kenichi Handa  <handa@m17n.org>
1176         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1177         process last-command-event, as it is now decoded first (Bug#5380).
1179 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1181         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1183 2010-01-20  Glenn Morris  <rgm@gnu.org>
1185         * indent.el (tab-always-indent): Fix custom-type.
1187 2010-01-19  Alan Mackenzie  <acm@muc.de>
1189         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1190         buffer throws "args out of range".
1191         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1192         playing the role of delimiter.
1194 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1196         * progmodes/ada-mode.el: Fix bug#5400.
1197         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1198         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1199         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1200         Improve comments in "is" portion.  Handle null procedure declaration.
1201         (ada-move-to-end): Improve doc string.
1203 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1205         * ido.el (ido-cur-list): Initialize to nil.
1206         Remove obsolete information from commentary.
1207         (ido-choice-list): Initialize to nil.
1208         (ido-get-bufname): Reject minibuffers.
1209         (ido-make-buffer-list): If "default" is a nonexistent
1210         buffer, ignore it, as per the function's comment.
1211         (ido-kill-buffer-internal): New function.
1212         (ido-kill-buffer-at-head): Use it.
1213         (ido-visit-buffer): Likewise.
1215 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1217         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1219 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1221         * cedet/ede/locate.el (ede-locate-file-in-project)
1222         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1223         (ede-enable-locate-on-project): Fix typos in error messages.
1225         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1226         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1227         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1228         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1229         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1230         Fix typos in menu help.
1232         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1233         Fix typos in chart titles.
1235         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1236         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1237         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1238         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1239         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1240         (semantic-parse-stream, semantic-parse-region)
1241         (semantic-parse-region-default, semantic--set-buffer-cache)
1242         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1243         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1244         (semantic-default-submodes):
1245         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1246         (semanticdb-create-ebrowse-database)
1247         (semanticdb-find-tags-for-completion-method)
1248         (semanticdb-find-tags-by-class-method)
1249         (semanticdb-deep-find-tags-by-name-method)
1250         (semanticdb-deep-find-tags-for-completion-method):
1251         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1252         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1253         (semanticdb-find-tags-for-completion-method)
1254         (semanticdb-find-tags-by-class-method)
1255         (semanticdb-deep-find-tags-for-completion-method):
1256         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1257         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1258         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1259         (semanticdb-find-tags-by-name-method)
1260         (semanticdb-find-tags-by-name-regexp-method)
1261         (semanticdb-find-tags-for-completion-method)
1262         (semanticdb-find-tags-by-class-method)
1263         (semanticdb-find-tags-external-children-of-type-method)
1264         (semanticdb-find-tags-subclasses-of-type-method)
1265         (semanticdb-deep-find-tags-by-name-method)
1266         (semanticdb-deep-find-tags-by-name-regexp-method)
1267         (semanticdb-deep-find-tags-for-completion-method):
1268         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1269         (semanticdb-enable-gnu-global-in-buffer)
1270         (semanticdb-find-tags-for-completion-method)
1271         (semanticdb-deep-find-tags-by-name-method)
1272         (semanticdb-deep-find-tags-for-completion-method):
1273         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1274         (javascript-mode, semanticdb-find-translate-path)
1275         (semanticdb-find-tags-for-completion-method)
1276         (semanticdb-find-tags-by-class-method)
1277         (semanticdb-deep-find-tags-by-name-method)
1278         (semanticdb-deep-find-tags-for-completion-method)
1279         (semanticdb-find-tags-external-children-of-type-method):
1280         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1281         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1282         (global-semantic-idle-scheduler-mode):
1283         * cedet/srecode/dictionary.el (srecode-field-value)
1284         (srecode-dictionary-add-section-dictionary):
1285         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1286         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1287         (describe-class, eieio-describe-generic, describe-generic):
1288         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1289         (eieio-speedbar-expand):
1290         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1291         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1292         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1293         (viper-del-backward-char-in-replace, viper-backward-indent)
1294         (viper-brac-function, viper-register-to-point, viper-submit-report):
1295         * net/tramp.el (tramp-remote-coding-commands):
1296         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1297         Fix typos in docstrings.
1299 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1301         * mail/sendmail.el (mail-yank-original): Set the mark if the
1302         specified function for yanking does not do it.
1304 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1306         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1308         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1309         resyncing a directory.
1311 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1313         * progmodes/ada-mode.el: Fix bug#1920.
1314         (ada-ident-re): Delete ., allow multibyte characters.
1315         (ada-goto-label-re): New; matches goto labels.
1316         (ada-block-label-re): New; matches block labels.
1317         (ada-label-re): New; matches both.
1318         (ada-named-block-re): Deleted; callers changed to use
1319         `ada-block-label-re' instead.
1320         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1321         Use `ada-block-label-re'.
1322         (ada-indent-on-previous-lines): Improve handling of goto labels.
1323         (ada-get-indent-block-start): Special-case block label.
1324         (ada-get-indent-label): Split into `ada-indent-block-label' and
1325         `ada-indent-goto-label'.
1326         (ada-goto-stmt-start, ada-goto-next-non-ws):
1327         Optionally ignore goto labels.
1328         (ada-goto-next-word): Simplify.
1329         (ada-indent-newline-indent-conditional): Insert newline before
1330         trying to fix indentation; doc fix.
1332 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1334         * calc/calc.el (calc-command-flags): Give it an initial value.
1336 2010-01-17  Glenn Morris  <rgm@gnu.org>
1338         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1340 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1342         * cedet/semantic.el (semantic-mode):
1343         * files.el (minibuffer-with-setup-hook):
1344         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1345         (artist-key-draw-continously, artist-key-do-continously-continously)
1346         (artist-key-set-point-continously, artist-mouse-draw-continously):
1347         Fix typos in docstrings.
1349 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
1351         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1352         return t (Bug#3898).
1354 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
1356         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1357         can parse the output of the external commands (Bug#5279).
1359 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
1361         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1363 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1365         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1367         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1369         * startup.el (command-line): Remove unused --icon-type arg.
1370         Handle --display arg, passing it to command-line-1 (Bug#5392).
1372 2010-01-16  Mario Lang  <mlang@delysid.org>
1374         * cedet/ede/cpp-root.el (ede-cpp-root-project):
1375         * cedet/ede/files.el (ede-expand-filename):
1376         * cedet/ede/simple.el (ede-simple-project):
1377         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1378         (semantic-complete-inline-tag-engine):
1379         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1380         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1381         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1382         * cedet/semantic/db.el (semanticdb-equivalent-mode):
1383         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1384         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1385         * emacs-lisp/chart.el (chart-translate-namezone):
1386         * textmodes/artist.el (artist-compute-popup-menu-table):
1387         Remove duplicated words in doc-strings.
1389 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
1391         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1392         to mairix-search to suppress threading (Bug#5342).
1394 2010-01-15  Kenichi Handa  <handa@m17n.org>
1396         * international/mule-cmds.el (canonicalize-coding-system-name):
1397         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1399 2010-01-15  Glenn Morris  <rgm@gnu.org>
1401         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
1403         * wid-edit.el (widget-keymap): Doc fix.
1405         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1406         former seems to be more widely accepted by various svn versions.
1408 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1410         * find-cmd.el (find-constituents):
1411         * vc-arch.el (vc-arch-root):
1412         * window.el (window-body-height, pop-up-frames):
1413         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1414         (semantic-no-reparse-needed-change-hook):
1415         * cedet/srecode/insert.el (srecode-resolve-argument-list)
1416         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1417         (srecode-template-inserter-ask, srecode-template-inserter-width)
1418         (srecode-template-inserter-section-start)
1419         (srecode-template-inserter-section-end, srecode-insert-method):
1420         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1421         * progmodes/ada-stmt.el (ada-if):
1422         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1423         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1424         (ispell-encoding8-command, ispell-aspell-supports-utf8)
1425         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1427         * progmodes/flymake.el (flymake-post-syntax-check):
1428         Fix typo in error message.
1430 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1432         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1433         which is always a string.  (Bug#5313)
1435 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1437         * progmodes/ada-xref.el (ada-default-prj-properties):
1438         Simplify previous change.
1440 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1442         * progmodes/ada-xref.el (ada-default-prj-properties):
1443         Default ada_project_path to $ADA_PROJECT_PATH.
1445 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1447         * progmodes/ada-mode.el (ada-create-keymap):
1448         Override `narrow-to-defun' with `ada-narrow-to-defun'.
1450 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1452         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1453         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1454         (ada-get-current-indent, ada-imenu-generic-expression)
1455         (ada-which-function): Check for it.
1457 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1459         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1460         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1462 2010-01-14  Glenn Morris  <rgm@gnu.org>
1464         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
1466 2010-01-14  Kenichi Handa  <handa@m17n.org>
1468         * composite.el (auto-composition-mode): Make it a buffer local
1469         variable (permanent-local).
1470         (auto-composition-function): Set the default value to
1471         auto-compose-chars.
1472         (auto-composition-mode): Make it a simple function, not a minor mode.
1473         (global-auto-composition-mode): Likewise.
1474         (turn-on-auto-composition-if-enabled): Delete it.
1476 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
1478         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1480 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
1482         * files.el (copy-directory): Compute target for recursive
1483         directories with identical names.  (Bug#5343)
1485 2010-01-12  Glenn Morris  <rgm@gnu.org>
1487         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1488         it to bug-gnu-emacs rather than emacs-pretest-bug.
1490 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1492         * cedet/data-debug.el (data-debug): Fix customization group reference.
1494 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1496         * cedet/semantic/analyze.el (semantic-analyze-push-error)
1497         (semantic-analyze-context, semantic-analyze-context-assignment)
1498         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1499         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1500         (semantic-java-doc-keywords-map):
1501         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1502         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1503         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1504         (semantic-c-classname, semantic-format-tag-uml-prototype)
1505         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1506         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1507         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1508         (semantic-get-local-variables, semantic-end-of-command)
1509         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1510         (lisp-mode):
1511         * cedet/semantic/bovine/make.el (makefile-mode):
1512         * cedet/semantic/wisent/python.el (wisent-python-string-re)
1513         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1514         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1515         (semantic-lex, semantic-get-local-variables, python-mode):
1516         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1517         * cedet/srecode/extract.el (srecode-extract-state-set)
1518         (srecode-extract-method): Fix typos in docstrings.
1520 2010-01-11  Sam Steingold  <sds@gnu.org>
1522         * imenu.el (imenu-default-create-index-function): Detect infinite
1523         loops caused by imenu-prev-index-position-function.
1525 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1527         * htmlfontify.el (htmlfontify-load-rgb-file)
1528         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1529         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1530         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1531         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1532         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1533         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1534         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1535         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1536         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1537         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1538         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1539         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1540         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1541         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1542         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1543         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1544         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1545         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1546         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1547         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1548         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1549         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1550         backslash-quoting from parentheses, etc.
1552 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1554         * progmodes/js.el: Autoload javascript-mode alias.
1556 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1558         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1559         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1560         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1561         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1562         Fix typos in docstrings.
1563         (ffap-url-regexp): Doc fix.
1564         (ffap-at-mouse): Fix typo in message.
1566 2010-01-11  Glenn Morris  <rgm@gnu.org>
1568         * version.el (emacs-copyright): Set copyright year to 2010.
1570 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * format.el (format-annotate-function): Only set
1573         write-region-post-annotation-function after running to-fn so as not to
1574         affect nested write-region calls (bug#5273).
1576 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1578         * cedet/semantic.el (semantic-new-buffer-setup-functions):
1579         Add python parser.
1581         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1582         wisent/python.el.
1584 2010-01-10  Richard Kim  <emacs18@gmail.com>
1586         * cedet/semantic/wisent/python-wy.el:
1587         * cedet/semantic/wisent/python.el: New files.
1589 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1591         * man.el (Man-goto-section): Signal error if the section is not
1592         found (Bug#5317).
1594 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
1596         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1597         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
1599 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1601         * progmodes/compile.el: Don't treat compile-command as safe if
1602         compilation-read-command might be nil (Bug#4218).
1604 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1606         * startup.el (command-line-1): Use orig-argi to check for ignored X and
1607         NS options.
1609 2010-01-08  Kenichi Handa  <handa@m17n.org>
1611         * international/fontset.el (build-default-fontset-data):
1612         Exclude characters in scripts kana, hangul, han, or cjk-misc.
1614 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
1616         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1617         to `create-file-buffer' as it expects, not just a buffer name.
1618         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1619         to help uniquify.  (Bug#3224)
1621 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1623         * font-setting.el (font-setting-change-default-font): Use user-spec
1624         instead of name.
1626 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1628         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1630 2010-01-05  Tom Tromey  <tromey@redhat.com>
1632         * progmodes/python.el (python-font-lock-keywords):
1633         Handle qualified decorators (Bug#881).
1635 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1637         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1638         in a lightweight checkout.
1640 2010-01-05  Kenichi Handa  <handa@m17n.org>
1642         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1644 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1646         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1648 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1650         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1651         checkouts.  (Bug#618)
1652         (vc-bzr-log-view-mode): Also highlight the author.
1653         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1654         (vc-bzr-shelve-menu-map):
1655         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1656         (vc-bzr-shelve-apply): Make prompt more explicit.
1658 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1660         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1661         They are valid characters in URL paths (rfc3986), and at least
1662         Firefox does not understand the encoded version (Bug#3166).
1664 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
1666         * progmodes/octave-mod.el (octave-end-keywords)
1667         (octave-block-begin-or-end-regexp, octave-block-match-alist):
1668         Add "end" keyword (Bug#3061).
1669         (octave-end-as-array-index-p): New function.
1670         (calculate-octave-indent): Use it.
1672 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1674         * bookmark.el: Consistently put the text property on the bookmark name.
1675         (bookmark-bmenu-marks-width): Bump back to 2, to include
1676         annotation marks.
1677         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1678         property on the bookmark name, instead of not putting it at all.
1679         (bookmark-bmenu-list): Fix where we put the text property.
1681 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1683         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1684         for showing buffer modified state (as added in the previous change).
1686 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1688         * bookmark.el: Show modified state of bookmark buffer more accurately.
1689         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1690         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1691         (with-buffer-modified-unmodified): New macro.
1692         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1693         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1694         Use new macro to preserve the buffer modified state.
1696 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1698         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1699         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1700         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1701         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1702         (bookmark-bmenu-rename, bookmark-bmenu-locate)
1703         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1704         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1706 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1708         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1709         Make the lines in the generated doc string shorter.  (Bug#4668)
1711 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
1713         * net/rcirc.el: Add follow-link binding (Bug#4738).
1715 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1717         * Makefile.in (bzr-update): Rename from cvs-update.
1718         (cvs-update): New target for backward compatibility.
1720         * makefile.w32-in (bzr-update): Rename from cvs-update.
1721         (cvs-update): New target for backward compatibility.
1723 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1725         * bookmark.el: Remove gratuitous gratitude.
1727 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1729         * bookmark.el (bookmark-bmenu-any-marks): New function
1730         (bookmark-bmenu-save): Clear buffer modification if no marks.
1732 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1734         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1735         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1736         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1737         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1739         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1740         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1741         To: emacs-devel {_AT_} gnu.org
1742         Subject: bookmark.el bug report
1743         Date: Mon, 28 Dec 2009 14:19:16 +0800
1744         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1746 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1748         * bookmark.el: Improvements suggested by Drew Adams:
1749         (bookmark-bmenu-ensure-position): New name for
1750         `bookmark-bmenu-check-position'.  Just ensure the position,
1751         don't return any meaningful value.
1752         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1753         New constants.
1755 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1757         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1758         (bookmark-yank-point, bookmark-bmenu-check-position):
1759         Fix typos in docstrings.
1760         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1761         (bookmark-name-from-full-record, bookmark-get-position)
1762         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1763         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1764         Remove useless quoting of parenthesis, etc. in docstrings.
1766         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1767         (ediff-append-custom-diff): Fix typo in error message.
1768         (ediff-meta-mark-equal-files): Fix typos in messages.
1770         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1772         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1773         Fix typo in docstring.
1775         * net/imap-hash.el (imap-hash-make): Doc fix.
1776         (imap-hash-test): Fix typo in error message; reflow docstring.
1777         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1778         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1779         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1780         Fix typos in docstrings.
1781         (imap-hash-open-connection): Fix typo in error message.
1783         * play/gomoku.el (gomoku): Fix typos in docstring.
1785         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1786         (gdb-jsonify-buffer): Fix typos in docstring.
1787         (gdb-goto-breakpoint): Fix typo in error message.
1788         ("Display Other Windows"): Fix typo in help message.
1789         (gdb-speedbar-expand-node): Fix typo in question.
1791         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1792         (idlwave-html-system-help-location, idlwave-html-help-location)
1793         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1794         (idlwave-help-browser-generic-args, idlwave-help-directory)
1795         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1796         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1797         (idlwave-online-help, idlwave-help-html-link)
1798         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1799         Fix typos in docstrings.
1800         (idlwave-help-with-source, idlwave-help-find-routine-definition):
1801         Reflow docstrings.
1802         (idlwave-help-assistant-start): Fix typo in error message.
1804         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1805         (octave-electric-space): Fix typos in docstrings.
1807 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1809         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1811 2010-01-01  Juri Linkov  <juri@jurta.org>
1813         * comint.el (comint-input-ring-size): Make it a defcustom and
1814         increase the default to 500 (Bug#5148).
1816 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
1818         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1819         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1820         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1822 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
1824         Show working revision correctly for mercurial.
1825         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1826         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1828 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
1830         Declare some functions for the byte-compiler.
1831         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1832         (speedbar-timer-fn, speedbar-change-expand-button-char)
1833         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1835 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
1837         This changeset reverts GDB Graphical Interface to use annotations.
1838         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1840 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1842         Make vc-dir work on subdirectories of the bzr root.
1843         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
1844         file names relative to it.
1845         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1846         relative directory to vc-bzr-after-dir-status.
1848 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
1850         * font-lock.el (font-lock-refresh-defaults): New function, which
1851         can be used to let font-lock react to external changes in
1852         variables like font-lock-defaults and keywords.
1853         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1855 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1857         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1859         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1861 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1863         Supersede color.diff settings in git log (bug#5211).
1865         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1866         escape chars in its output when the user has color.diff set to `always'.
1867         This fix works on git 1.4.2 and newer (released on 2006-08-13).
1869 2009-12-26  Kevin Ryde  <user42@zip.com.au>
1871         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1872         node.  Keep previous "Index" name to work with past coreutils too.
1874         * man.el (man): Revise docstring a bit to show -a and -l as
1875         examples.  Add -k description since support for it has otherwise
1876         been a secret.  (Further to bug#3717.)
1877         (Man-bgproc-sentinel): When "-k foo" produces no output show error
1878         "no matches" rather than "Can't find manpage", as the latter reads
1879         like -k was interpreted as a page name, which is not so.  (Bug#5431)
1881 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
1883         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1884         switches.  Check also for //SUBDIRED// line.
1886 2009-12-25  Kenichi Handa  <handa@m17n.org>
1888         * language/indian.el (devanagari-composable-pattern): Fixed to
1889         handle ZWNJ and ZWJ.  Use it in composition-function-table for
1890         Devanagari.
1891         (malayalam-composable-pattern): Fix previous change.
1893 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1895         * ps-print.el (ps-face-attributes): It was not returning the
1896         attribute face for faces specified as string.  Reported by harven
1897         <harven@free.fr>.
1898         (ps-print-version): New version 7.3.5.
1900 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1902         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1903         timezone names.
1904         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1905         (icalendar--add-diary-entry): Remove the trailing blank that
1906         diary-make-entry inserts.
1908 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
1910         Make `file-expand-wildcards' work for remote files.
1912         * files.el (file-expand-wildcards): In case of remote files, check
1913         only local file name part for wildcards.  Provide feature 'files
1914         and subfeature 'remote-wildcards.  (Bug#5198)
1916         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1917         if there is already an established connection.
1918         (tramp-advice-file-expand-wildcards): Remove it.
1920         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1921         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1922         Activate advice for older GNU Emacs versions.  (Bug#5237)
1924 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
1926         Some doc fixes (more needed).
1928         * find-cmd.el (find-constituents): Reflow docstring.
1929         (find-cmd, find-prune, find-command): Fix typos in docstrings.
1930         (find-generic): Doc fix.
1932 2009-12-17  Juri Linkov  <juri@jurta.org>
1934         Fix regression from 23.1 to allow multiple modes in Local Variables.
1936         * files.el (hack-local-variables-filter): While ignoring duplicates,
1937         don't take `mode' into account.
1938         (hack-local-variables-filter, hack-dir-local-variables): Don't
1939         remove duplicate `mode' from local-variables-alist (like `eval').
1941 2009-12-17  Juri Linkov  <juri@jurta.org>
1943         Make `dired-diff' more safe.  (Bug#5225)
1945         * dired-aux.el (dired-diff): Signal an error when `file' equals to
1946         `current' or when `file' is a directory of the `current' file.
1948 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
1950         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1951         unconditionally preloaded files.
1953 2009-12-16  Juri Linkov  <juri@jurta.org>
1955         Revert to old 23.1 logic of using the file at the mark as default.
1956         * dired-aux.el (dired-diff): Use the file at the mark as default
1957         if it's not the same as the current file, and the target dir is
1958         the current dir or the mark is active.  Add the current file
1959         as the arg of `dired-dwim-target-defaults'.  Use the default file
1960         in the prompt.  (Bug#5225)
1962 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
1964         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1965         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1966         (tramp-check-for-regexp): Check also, when an echoing shell stops
1967         to echo sent commands.
1969 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1971         * Makefile.in: Revert last change (Bug#5191).
1973 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
1975         * vc-hg.el (vc-hg-print-log): Fix argument order.
1976         (vc-hg-working-revision): Make sure the command is executed in a
1977         known environment so that we can parse the output.  (Bug#4417)
1979 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1981         * progmodes/python.el (python-symbol-completions): Remove text
1982         properties from symbol string before calling python-send-receive.
1984 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
1986         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1987         when there are values for both file and line.  (Bug#5060)
1989 2009-12-14  Juri Linkov  <juri@jurta.org>
1991         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1992         whitespace after the file name of the first line of unified format,
1993         because git-diff doesn't output whitespace and file modification time
1994         after the file name.
1996 2009-12-14  David Kastrup  <dak@gnu.org>
1998         * info.el (Info-hide-cookies-node): Before hiding a cookie,
1999         check if it already has the `display' property added by
2000         `Info-display-images-node', and not put the `invisible' property
2001         in this case.
2003 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2005         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2006         (semantic-mru-bookmark-mode): Doc fixes.
2008         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2009         of assert.
2011 2009-12-13  Glenn Morris  <rgm@gnu.org>
2013         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2014         (report-emacs-bug): In message-mode, sort manually before storing
2015         original report text.  (Bug#5178)
2016         Remove superfluous save-excursion.
2018 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2020         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2021         when responding to "GetAll" properties.
2023 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2025         * simple.el (compose-mail): Remove mail-setup-with-from from
2026         customization checks.
2028 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2030         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2031         RAR archives created on Unix systems.
2033 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2035         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2036         the varalias that was accidentally removed by the 2009-11-19 change
2037         (bug#5186).
2039 2009-12-12  Kenichi Handa  <handa@m17n.org>
2041         * language/indian.el (indian-compose-regexp): New function.
2042         (malayalam-composable-pattern): Fix the pattern.
2043         (composition-function-table): Set malayalam-composable-pattern for
2044         Malayalam characters.
2046 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2048         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2049         rather than down-mouse-1, based on follow-link conventions.
2051         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2052         are compiled.
2054 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2056         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2057         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2058         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2059         (verilog-leap-to-head, verilog-backward-token):
2060         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2062 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2064         * progmodes/verilog-mode.el (verilog-auto-lineup)
2065         (verilog-nameable-item-re): Cleanup user-visible spelling and
2066         documentation errors.  One reported by Gary Delp.
2067         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2068         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2069         package, bug195.  Reported by Pierre-David Pfister.
2071 2009-12-11  Glenn Morris  <rgm@gnu.org>
2073         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2075         * mail/emacsbug.el: No longer require sendmail.
2076         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2077         (report-emacs-bug-orig-text): Doc fix.
2078         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2079         New local variables, to adapt to different mail-user-agents.
2080         (report-emacs-bug): Fix test for a gnu.org address.
2081         Use overlays for emphasis, since font-lock defeats 'face property.
2082         Pretest bugs also end up at the newsgroup these days.
2083         Stop message-mode stripping text properties.
2084         Set and use the new buffer-local variables.
2085         (report-emacs-bug-hook): Add doc-string.
2086         Remove some unnecessary save-excursions and simplify.
2087         Use the appropriate hook and send-command.
2089         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2090         capitalization of some menu entries.
2092 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2094         * whitespace.el (whitespace-display-char-on): Ensure
2095         `buffer-display-table' is unique when two or more windows are
2096         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2097         New version 12.1.
2099 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2101         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2102         characters in the Attribute field.
2104 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2106         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2108 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2111         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2112         Disregard autoload-excludes.
2113         (update-directory-autoloads): Obey autoload-excludes here instead.
2114         But don't store its contents in no-autoloads and remove entries that
2115         refer to excludes files.
2117 2009-12-10  Glenn Morris  <rgm@gnu.org>
2119         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2120         (expand-mail-aliases): Define for compiler.
2122         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2123         Define for compiler.
2125         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2126         appropriate for the mail-user-agent in use.
2128 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2130         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2132 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2134         Fix short log parsing and fontification.
2135         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2136         Fix fontification for the [merge] label.
2138 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2140         Drop some properties to avoid surprises.
2141         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2142         (hfy-fontify-buffer): Use it.
2144 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2146         Minor cleanup.
2147         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2148         Adjust all callers.
2149         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2150         args compulsory.  Adjust callers.
2151         (ffap-gopher-at-point): Remove unused var `name'.
2153         Get rid of the ELCFILES abomination.
2154         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2155         (compile-elcfiles): New phony target.
2156         (compile-main): Compute ELCFILES dynamically.
2157         (compile-clean): New target to remove left-over elc files.
2158         (compile, all): Use it.
2160 2009-12-09  Kenichi Handa  <handa@etlken>
2162         * international/mule-diag.el: Require help-mode instead of help-fns.
2164 2009-12-09  Kenichi Handa  <handa@m17n.org>
2166         * international/mule-cmds.el (ucs-names): Supply sufficiently
2167         fine ranges instead of pre-calculating accurate ranges.
2168         Iterate with bigger gc-cons-threshold.
2170 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2172         Add support for stashing a snapshot of the current tree.
2173         * vc-git.el (vc-git-stash-snapshot): New function.
2174         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2176 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2178         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2179         instead of `(beginning|end)-of-line'.
2181 2009-12-08  Glenn Morris  <rgm@gnu.org>
2183         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2185         * Makefile.in (ELCFILES): Regenerate.
2187 2009-12-07  Juri Linkov  <juri@jurta.org>
2189         Don't lazy-highlight the comint output in history Isearch mode.
2191         * comint.el (comint-history-isearch-search): Instead of
2192         `comint-line-beginning-position', use `comint-after-pmark-p'
2193         to check if point if before the process mark, and go to
2194         `process-mark' in this case.
2196 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2198         * textmodes/tex-mode.el (latex-complete)
2199         (latex-indent-or-complete): Remove.
2200         (latex-mode): Set completion-at-point-functions instead.
2202         Provide a standard completion command and hook it into TAB.
2203         * minibuffer.el (completion-at-point-functions): New var.
2204         (completion-at-point): New command.
2205         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2206         * progmodes/python.el (python-mode-map): Use completion-at-point.
2207         (python-completion-at-point): Rename from python-partial-symbol and
2208         adjust for use in completion-at-point-functions.
2209         (python-mode): Setup completion-at-point for Python completion.
2210         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2211         extracted from lisp-complete-symbol.
2212         (lisp-complete-symbol): Use it.
2213         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2214         setup completion-at-point for Elisp completion.
2215         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2216         Use completion-at-point.
2217         * ielm.el (ielm-map): Use completion-at-point.
2218         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2219         * progmodes/sym-comp.el: Move to...
2220         * obsolete/sym-comp.el: Move from progmodes.
2222 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2224         Prevent save-buffer in Rmail buffers from using the coding-system
2225         of the current message, and from clobbering the encoding mnemonics
2226         in the mode line (Bug#4623).
2228         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2229         flag, too.
2230         (rmail-message-encoding): New variable.
2231         (rmail-write-region-annotate): Record the encoding of the current
2232         message in rmail-message-encoding.
2233         (rmail-after-save-hook): New function, restores the encoding of
2234         the current message after the message collection is saved.
2236 2009-12-07  Juri Linkov  <juri@jurta.org>
2238         * progmodes/grep.el (grep-read-files): Use `completing-read'
2239         instead of `read-string'.  Set its `collection' arg to
2240         `read-file-name-internal'.  (Bug#4301)
2242 2009-12-07  Juri Linkov  <juri@jurta.org>
2244         Correctly restore original Isearch point.  (Bug#4994)
2246         * isearch.el (isearch-mode): Move `isearch-push-state' after
2247         `(run-hooks 'isearch-mode-hook)'.
2248         (isearch-cancel): When `isearch-push-state-function' is defined,
2249         let-bind `isearch-cmds' to the first state (the last element of
2250         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2251         function and restores the original point).  Otherwise, move point
2252         to `isearch-opoint'.
2254 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2256         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2257         chars that don't have names, so the table can be built much faster at
2258         run-time.
2260 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2262         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2263         change.  Suggested by David Kastrup.
2265         * simple.el (compose-mail): Check for incompatibilities and warn.
2266         (compose-mail-user-agent-warnings): New option.
2268 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2270         Support showing a single log entry from vc-annotate.
2271         * vc.el (print-log): Add a new argument: START-REVISION.
2272         (vc-print-log-internal): Add a new optional argument and
2273         pass it to the backend.
2274         (vc-print-log, vc-print-root-log): Adjust callers.
2275         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2276         buffer already displays the requested log entry, use it.
2277         Otherwise display only the log entry in question.
2278         * vc-svn.el (vc-svn-print-log):
2279         * vc-mtn.el (vc-mtn-print-log):
2280         * vc-hg.el (vc-hg-state):
2281         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2282         (vc-git-show-log-entry): Return t on success.
2283         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2284         (vc-bzr-show-log-entry): Return t on success.
2285         * vc-rcs.el (vc-rcs-print-log):
2286         * vc-sccs.el (vc-sccs-print-log):
2287         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2289 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2291         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2292         Add menus to the meta mode.  (Bug#5043)
2294 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2296         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2297         event-key.
2299         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2301 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2303         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2304         Berbain <raphael.berbain@gmail.com>.
2306         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2307         characters.
2308         (tramp-initial-end-of-output): New defconst.
2309         (tramp-methods, tramp-find-shell)
2310         (tramp-open-connection-setup-interactive-shell)
2311         (tramp-maybe-open-connection): Use it.
2312         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2313         existence of `#' and `$'.
2315         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2316         `tramp-initial-end-of-output'.
2318 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2320         Get the background mode from the terminal for xterm, and set
2321         faces accordingly.
2322         * term/xterm.el (xterm-set-background-mode): New function.
2323         (terminal-init-xterm): Use it in case xterm supports background
2324         color queries.  Recompute faces after getting the background
2325         color.
2327 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2329         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2330         number comment back on its own line, for easier parsing.
2332 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2334         Make it work for non-file buffers (bug#5102).
2335         * doc-view.el (doc-view-current-cache-dir):
2336         Use doc-view-buffer-file-name rather than buffer-file-name.
2337         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2339 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2341         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2342         author field is too short.
2344 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2346         * vc-git.el (vc-git-print-log): Handle a limit argument.
2347         Display the short log in graph form and with labels.
2348         (vc-git-log-view-mode): Handle labels.
2350         Make vc-revert change VC state from 'added to 'unregistered.
2351         * vc-git.el (vc-git-revert): Call git reset first.
2353 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2355         * net/newst-backend.el, net/newst-plainview.el:
2356         * net/newst-reader.el, net/newst-ticker.el:
2357         * net/newst-treeview.el, net/newsticker.el:
2358         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2360 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2362         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2364         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2365         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2366         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2367         Update annotation regexp.
2369         * simple.el (beginning-of-visual-line): Constrain to field
2370         boundaries (Bug#5106).
2372 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2374         * xml.el (xml-substitute-numeric-entities): Move
2375         newsticker--decode-numeric-entities in newst-backend.el to
2376         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2377         * net/newst-backend.el (newsticker--parse-generic-feed)
2378         (newsticker--parse-generic-items)
2379         (newsticker--decode-numeric-entities): Move
2380         newsticker--decode-numeric-entities in newst-backend.el to
2381         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2383 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
2385         * progmodes/js.el (js--js-not): Add null to the list of values.
2387 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2389         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2391 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2393         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2394         delimiter if it is at the end of the current line.
2395         (bibtex-generate-url-list): Fix docstring.
2397 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2399         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2400         minibuffer's content with itself.
2401         Fold the confirm-after-completion case into the `confirm' case.
2402         (completion-pcm-word-delimiters): Add : and / to the delimiters.
2404 2009-12-06  Kevin Ryde  <user42@zip.com.au>
2406         * ffap.el (ffap-rfc-path): Make this a defcustom since
2407         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
2409         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2410         manuals, similar to existing setup for help-mode.  (Bug#3913.)
2412 2009-12-05  Juri Linkov  <juri@jurta.org>
2414         Save and restore dired buffer's point positions too.  (Bug#4880)
2416         * dired.el (dired-save-positions): Return in the first element
2417         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2418         Doc fix.
2419         (dired-restore-positions): First restore buffer's position.
2420         While restoring window's positions, check if window still displays
2421         the original buffer.
2423 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2425         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2426         if possible.
2428         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2429         Make argument optional.
2431         * shell.el (shell): Require ansi-color (Bug#5113).
2433         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2435         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2437 2009-12-05  Alan Mackenzie  <acm@muc.de>
2439         * progmodes/cc-mode.el (c-before-hack-hook)
2440         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2441         `c-file-style' to work again.  This reversion restores the current
2442         software to its state in Emacs 23.1.  (Bug#4146)
2444 2009-12-05  Kevin Ryde  <user42@zip.com.au>
2446         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2447         comment-start-skip to comment-end-skip as comment (Bug#4781).
2449 2009-12-05  Juri Linkov  <juri@jurta.org>
2451         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2452         for virtual nodes.  (Bug#4147)
2453         (Info-find-node-2): Set `Info-current-node-virtual' to nil
2454         when moving from a virtual node.
2455         (Info-mode-menu): Add `Info-virtual-index' to the menu.
2456         (Info-mode): Add `Info-virtual-index' to the docstring.
2458 2009-12-05  Eric Ludlam  <zappo@gnu.org>
2460         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2461         Describe project macro symbols.
2463         * cedet/semantic/complete.el (semantic-complete-do-completion):
2464         Don't call semantic-collector-current-exact-match.
2466         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2467         ede-objects as targets.
2469         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2470         a target's object list even if compiler vars are already in the
2471         Makefile.
2473         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2474         list of headers producing necessary macros.
2476 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2478         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2479         track of the buffer position of the end of a BibTeX entry as this
2480         position may change during reformatting.
2481         (bibtex-format-entry): Remove whitespace before processing
2482         numerical fields so that we recognize the latter properly.
2483         (bibtex-reformat): Do not use push which changes the global value
2484         of bibtex-entry-format.
2485         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2486         (bibtex-field-re-init): Replace only space characters by regexp
2487         for whitespace.
2488         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2489         (bibtex-initialize): Also update bibtex-strings.
2490         (bibtex-kill-field): Preserve white space at end of entry.
2491         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2492         Update bibtex-reference-keys.
2494 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2496         * minibuffer.el (completion-pcm--merge-try): Also consider placing
2497         point after a star, if that's the only place where modifications can
2498         make progress.
2500 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
2502         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2503         in docstrings.
2505 2009-12-04  Juri Linkov  <juri@jurta.org>
2507         * proced.el (proced): Call `(proced-update t)' to update process
2508         information instead of only running proced-post-display-hook.
2509         (proced-send-signal): Add a leading space to the buffer name
2510         " *Marked Processes*" to make this buffer ephemeral.
2512 2009-12-04  Juri Linkov  <juri@jurta.org>
2514         * dired.el (dired-auto-revert-buffer): New defcustom.
2515         (dired-internal-noselect): Use it.
2517 2009-12-04  Juri Linkov  <juri@jurta.org>
2519         Change roles of modes and functions in image-mode.el (Bug#5062).
2521         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2522         in `auto-mode-alist'.
2523         (image-mode-previous-major-mode): New variable.
2524         (image-minor-mode-map): Rename from `image-mode-text-map'.
2525         (image-mode): Move graceful error-handling code from
2526         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
2527         (image-minor-mode): Remove all image-handling code.
2528         Replace `image-mode-text-map' with `image-minor-mode-map'.
2529         Check for `image-type' in mode-line format string.
2530         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2531         (image-mode-as-text): New function with most code from
2532         `image-mode-maybe'.
2533         (image-toggle-display-text): Move code that removes image
2534         properties from `image-toggle-display' to here.
2535         (image-toggle-display-image): New function with code that adds
2536         image properties copied from `image-toggle-display'.
2537         (image-toggle-display): Remove most code with leaving only code
2538         that toggles between `image-mode-as-text' and `image-mode'.
2540 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
2542         * net/newst-treeview.el
2543         (newsticker--treeview-list-highlight-start): Restored call to
2544         save-excursion: Selected item was stuck.
2545         (newsticker--treeview-list-select): New.
2546         (newsticker--treeview-item-show-text)
2547         (newsticker--treeview-item-show)
2548         (newsticker--treeview-item-update): Use new
2549         newsticker-treeview-item-mode.
2550         (newsticker-treeview-update): Keep current item.
2551         (newsticker-treeview-next-new-or-immortal-item): Doc change.
2552         (newsticker--treeview-first-feed): Doc change.
2553         (newsticker-treeview-list-menu)
2554         (newsticker-treeview-item-menu): Added menu entries.
2555         (newsticker-treeview-item-mode): New.
2557         * net/newst-backend.el (newsticker-customize): Delete other
2558         windows.
2560 2009-12-04  Sam Steingold  <sds@gnu.org>
2562         * log-view.el (log-view-mode-map): "q" calls quit-window,
2563         like in all the other non-self-insert buffers.
2565 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2567         Minor cleanup.
2568         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2569         key decoding rather than do it manually via last-input-event +
2570         ascii-character.
2571         (term-exec): Use delete-and-extract-region.
2572         (term-handle-ansi-terminal-messages): Remove unused var `end'.
2573         (term-process-pager): Remove unused var `i'.
2574         (term-dynamic-simple-complete): Make obsolete.
2575         (serial-update-config-menu): Remove unused vars `y' and `str'.
2576         (term-update-mode-line): Remove unused var `temp'.
2578 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2580         Limit the number of log entries displayed by default.
2581         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2582         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2583         using a prefix argument.
2585 2009-12-03  Glenn Morris  <rgm@gnu.org>
2587         * progmodes/idlwave.el (class): Restore still useful declaration.
2589 2009-12-03  Alan Mackenzie  <acm@muc.de>
2591         Enhance `c-parse-state' to run efficiently in "brace deserts".
2593         * progmodes/cc-mode.el (c-basic-common-init):
2594         Call c-state-cache-init.
2595         (c-neutralize-syntax-in-and-mark-CPP): Rename from
2596         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
2597         placing `category' properties value 'c-cpp-delimiter at its boundaries.
2599         * progmodes/cc-langs.el (c-before-font-lock-function):
2600         c-extend-and-neutralize-syntax-in-CPP has been renamed
2601         c-neutralize-syntax-in-and-mark-CPP.
2603         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2604         with `category' properties now, not `syntax-table' ones.
2606         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2607         enhanced (but slower) version of c-end-of-macro that won't land
2608         inside a literal or on another awkward character.
2609         (c-state-cache-too-far, c-state-cache-start)
2610         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2611         (c-state-nonlit-pos-cache-limit, c-state-point-min)
2612         (c-state-point-min-lit-type, c-state-point-min-lit-start)
2613         (c-state-min-scan-pos, c-state-brace-pair-desert)
2614         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2615         buffer local variables.
2616         (c-state-literal-at, c-state-lit-beg)
2617         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2618         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2619         (c-state-cache-top-paren, c-state-cache-after-top-paren)
2620         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2621         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2622         (c-renarrow-state-cache)
2623         (c-append-lower-brace-pair-to-state-cache)
2624         (c-state-push-any-brace-pair, c-append-to-state-cache)
2625         (c-remove-stale-state-cache)
2626         (c-remove-stale-state-cache-backwards, c-state-cache-init)
2627         (c-invalidate-state-cache-1, c-parse-state-1)
2628         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2629         (c-parse-state): Enhance and refactor.
2630         (c-debug-parse-state): Amend to deal with all the new variables.
2632         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2633         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2634         modify to use category text properties rather than syntax-table ones.
2635         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2636         to switch off/on the syntactic paren property of C++ template
2637         delimiters using the category property.
2638         (c-with-<->-as-parens-suppressed): Macro to invoke code with
2639         template delims suppressed.
2640         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2641         New constant/macros which apply category properties to the start
2642         and end of preprocessor constructs.
2643         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2644         "comment out" the syntactic value of characters in preprocessor
2645         constructs.
2646         (c-with-cpps-commented-out)
2647         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2648         with characters in all or all but one preprocessor constructs
2649         "commented out".
2651 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2653         * proced.el (proced-filter-alist): Use regexp-quote.
2655 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
2657         Cleanup.
2658         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2659         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
2660         arguments.  Expand `default-directory'.
2662         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2663         the benefit of returning an expanded localname.
2664         (tramp-tramp-file-p): Handle the case NAME is not a string.
2666 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2668         Add support for bzr shelve/unshelve.
2669         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2670         (vc-bzr-extra-menu-map): New variables.
2671         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2672         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2673         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2674         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2675         (vc-bzr-dir-extra-headers): Display shelves.
2677         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2679 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2681         * textmodes/bibtex.el (bibtex-complete-internal):
2682         Use completion-in-region.
2683         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2685 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2687         Support applying stashes.  Improve UI.
2688         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2689         (vc-git-stash-apply, vc-git-stash-pop)
2690         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2691         (vc-git-stash-menu): New functions.
2692         (vc-git-stash-menu-map): New variable.
2693         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2695 2009-12-03  Glenn Morris  <rgm@gnu.org>
2697         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2698         (vc-print-log-internal): Fix previous change.
2699         (vc-revert): Correct pluralization.
2701 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2703         * progmodes/make-mode.el (makefile-special-targets-list): No need for
2704         it to be an alist any more.
2705         (makefile-complete): Use completion-in-region.
2707         * progmodes/octave-mod.el (octave-complete-symbol):
2708         Use completion-in-region.
2710         Misc cleanup.
2711         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2712         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2713         (idlwave-complete-class): Don't quote lambda.
2714         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2715         (idlwave-mode-map): Move initialization into declaration.
2716         (idlwave-action-and-binding): Use backquotes.
2717         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2718         Simplify.
2719         (idlwave-is-pointer-dereference): Remove unused var `pos'.
2720         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2721         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2722         `parts', and `all-parts'.
2723         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2724         (idlwave-convert-xml-system-routine-info): Remove unused string
2725         `version-string'.
2726         (idlwave-display-user-catalog-widget): Use dolist.
2727         (idlwave-scanning-lib): Declare dynamically-scoped var.
2728         (idlwave-scan-library-catalogs): Remove unused var `flags'.
2729         (completion-highlight-first-word-only): Declare to silence bytecomp.
2730         (idlwave-popup-select): Tighten scope of `resp'.
2731         (idlwave-find-struct-tag): Remove unused var `beg'.
2732         (idlwave-after-load-rinfo-hook): Declare.
2733         (idlwave-sintern-class-info): Remove unused var `taglist'.
2734         (idlwave-find-class-definition): Remove unused var `list'.
2735         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2736         (idlwave-what-module-find-class): Remove unused var `classes'.
2738 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
2740         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2742 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2744         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2745         buffers visited.  Remove redundant current-buffer-saving.
2747 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2749         Use completion-in-buffer and remove uses of dynamic scoping.
2750         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2751         (pascal-buffer-to-use, pascal-flag): Don't declare.
2752         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2753         (pascal-get-completion-decl, pascal-keyword-completion):
2754         Add `pascal-str' argument, save-excursion,
2755         return the found completions, and don't filter with pascal-pred.
2756         (pascal-completion-cache): New var.
2757         (pascal-completion): Don't switch buffer any more (it was never
2758         necessary).  Don't save-excursion any more (it's done by the called
2759         subroutines).  Use a cache to avoid redundant computations.
2760         Use complete-with-action rather than pascal-completion-response and
2761         let it apply the predicate as well.
2762         (pascal-complete-word): Use completion-in-buffer when
2763         pascal-toggle-completions is nil.
2764         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2765         not used any more.
2766         (pascal-comp-defun): Don't change buffer any more.
2767         Use complete-with-action rather than pascal-completion-response and
2768         let it apply the predicate as well.
2769         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2770         when neded.
2772 2009-12-02  Kenichi Handa  <handa@m17n.org>
2774         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2775         shape for all Indic scripts.
2777 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2779         Use completion-in-buffer.
2780         * wid-edit.el (widget-field-text-end): New function.
2781         (widget-field-value-get): Use it.
2782         (widget-string-complete, widget-file-complete)
2783         (widget-color-complete): Use it and completion-in-region.
2784         (widget-complete): Don't narrow the buffer.
2786 2009-12-02  Glenn Morris  <rgm@gnu.org>
2788         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
2789         (rmail-select-summary): Use rmail-pop-to-buffer.
2790         * mail/rmailsum.el: Replace all pop-to-buffer calls with
2791         rmail-pop-to-buffer, to prevent horizontal splits.
2793         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2794         save-excursion with save-current-buffer.
2795         Widen before searching.  (Bug#5093)
2796         (diary-list-sexp-entries): Remove superfluous save-excursion.
2798 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
2800         * woman.el (woman-make-bufname): Handle man-pages with "." in the
2801         name.  (Bug#5038)
2803 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2805         * ido.el (ido-file-internal): Handle filenames at point that do
2806         not have a directory part.  (Bug#5049)
2808 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
2810         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2811         (mpc-songs-jump-to, mpc-resume): Doc fixes.
2813 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
2815         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2816         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2817         any more.
2819 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2821         * comint.el (comint-insert-input): Ignore clicks to the right of
2822         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2824         * vc.el (vc-print-log-internal): Don't wait for the process to
2825         terminate before setting up the major mode.
2827         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2828         in case.
2830         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2831         the last element.
2833         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2835 2009-12-01  Glenn Morris  <rgm@gnu.org>
2837         * window.el (window--display-buffer-2): Fix previous changes.
2839 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
2841         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2843 2009-12-01  Glenn Morris  <rgm@gnu.org>
2845         * Makefile.in (ELCFILES): Add mpc.elc.
2847 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2849         * mpc.el: New file.
2851 2009-12-01  Glenn Morris  <rgm@gnu.org>
2853         * window.el (window-to-use): Define for compiler.
2855         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2856         consistent with others (no final period).
2858         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2859         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
2861 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2863         Make vc-print-log buttons work.
2864         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2866 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
2868         * savehist.el (savehist-autosave-interval): Allow setting to nil
2869         through customize.  (Bug#5056)
2871 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
2873         Fix references to jit-lock properties.
2874         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2875         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2876         (perl-font-lock-special-syntactic-constructs):
2877         Quote jit-lock-defer-multiline property.
2879 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2881         * vc-git.el (vc-git-registered): Call vc-git-root only once.
2883 2009-11-30  Juri Linkov  <juri@jurta.org>
2885         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2886         value `buffer' of `multi-isearch-next-buffer-current-function'.
2887         Use `(current-buffer)' when `buffer' is nil.
2888         (multi-isearch-next-buffer-from-list): Don't fallback to
2889         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
2891 2009-11-30  Juri Linkov  <juri@jurta.org>
2893         * misearch.el (multi-isearch-read-buffers): Move canonicalization
2894         of buffers with `get-buffer' to `multi-isearch-buffers'.
2895         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2896         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
2897         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2898         FILES with `expand-file-name' converting relative file names
2899         to absolute.  Doc fix.  (Bug#4727)
2901 2009-11-30  Juri Linkov  <juri@jurta.org>
2903         * misearch.el (multi-isearch-read-buffers)
2904         (multi-isearch-read-matching-buffers): New functions.
2905         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2906         Use them in the `interactive' spec.  Doc fix.
2907         (multi-isearch-read-files, multi-isearch-read-matching-files):
2908         New functions.
2909         (multi-isearch-files, multi-isearch-files-regexp):
2910         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
2912 2009-11-30  Juri Linkov  <juri@jurta.org>
2914         * doc-view.el (doc-view-continuous):
2915         Rename from `doc-view-continuous-mode'.
2916         (doc-view-menu): Move "Toggle display" to the top.
2917         Add submenu "Continuous" with radio buttons "Off"/"On"
2918         and "Save as Default".
2919         (doc-view-scroll-up-or-next-page)
2920         (doc-view-scroll-down-or-previous-page)
2921         (doc-view-next-line-or-next-page)
2922         (doc-view-previous-line-or-previous-page): Rename
2923         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
2925 2009-11-30  Juri Linkov  <juri@jurta.org>
2927         * comint.el (comint-mode-map): Rebind `M-r' from
2928         `comint-previous-matching-input' to
2929         `comint-history-isearch-backward-regexp'.
2930         Unbind `M-s' to allow global key binding `M-s'.
2931         Add menu items for `comint-history-isearch-backward' and
2932         `comint-history-isearch-backward-regexp'.  (Bug#3746)
2934 2009-11-30  Juri Linkov  <juri@jurta.org>
2936         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2937         For def=recenter, replace `recenter' with `recenter-top-bottom'
2938         that is called with `this-command' and `last-command' let-bound
2939         to `recenter-top-bottom'.  When the last `def' was not `recenter',
2940         set `recenter-last-op' to nil.  (Bug#4981)
2942 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2944         Minor cleanup and simplification.
2945         * filecache.el (file-cache-add-directory)
2946         (file-cache-add-directory-recursively)
2947         (file-cache-add-from-file-cache-buffer)
2948         (file-cache-delete-file-regexp, file-cache-delete-directory)
2949         (file-cache-files-matching-internal, file-cache-display): Use dolist.
2950         (file-cache-temp-minibuffer-message): Delete function.
2951         (file-cache-minibuffer-complete): Use minibuffer-message instead.
2953         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2954         Don't signal an error when bumping into EOB in tr, s, or y.
2956 2009-11-29  Juri Linkov  <juri@jurta.org>
2958         * startup.el (fancy-about-text): Fix wording of Guided Tour.
2959         (Bug#4960)
2961         * descr-text.el (describe-char-unidata-list): Use lowercase name
2962         for "Unicode name" like in other tags.
2964 2009-11-29  Juri Linkov  <juri@jurta.org>
2966         * ediff-util.el (ediff-minibuffer-with-setup-hook):
2967         New compatibility macro.
2968         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2970 2009-11-29  Juri Linkov  <juri@jurta.org>
2972         Add defcustom to define the cycling order of `recenter-top-bottom'.
2973         (Bug#4981)
2975         * window.el (recenter-last-op): Doc fix.
2976         (recenter-positions): New defcustom.
2977         (recenter-top-bottom): Rewrite to use `recenter-positions'.
2978         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2980 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2982         Improve integration of Tramp and ange-ftp in eshell.
2984         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2985         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
2986         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
2988         * eshell/esh-util.el (top): Require also Tramp when compiling.
2989         (eshell-directory-files-and-attributes): Check for FTP remote
2990         connection.
2991         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2992         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2993         (eshell-file-attributes): Handle ".".  Return `entry'.
2995         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2996         (ange-ftp-directory-files-and-attributes)
2997         (ange-ftp-real-directory-files-and-attributes): New defuns.
2999         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3000         shell with "exec" when possible.  This prevents trailing prompts
3001         in `start-file-process'.
3003 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3005         Try and remove assumptions about point-min==1.
3006         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3007         (rng-compute-mode-line-string): Show the validation percentage in
3008         terms of the narrowed text, not the widened text.
3009         (rng-do-some-validation): Don't catch internal errors when debugging.
3010         (rng-first-error): Simplify.
3011         (rng-after-change-function): Remove work around.  AFAIK the bug has
3012         been fixed a while ago.
3014         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3015         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3017         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3019         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3020         `cd' doesn't always do it for us (bug#5067).
3022         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3023         on 2009-10-25 as part of some other change (bug#5067).
3025 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3027         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3028         `suspicious'.
3029         (byte-compile-warnings): Use byte-compile-warning-types.
3030         (byte-compile-save-excursion): Warn about use of set-buffer right
3031         after save-excursion.
3033         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3034         the excursion as well.
3036 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3038         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3039         providing a Tramp related implementation of "su" and "sudo".
3040         (eshell-unix-initialize): Add "su" and "sudo".
3042 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3044         * net/socks.el (socks-send-command): Convert binary request to
3045         unibyte before sending.  This fixes mishandling of some port
3046         numbers such as 129.
3048 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3050         * help.el (describe-bindings-internal): Remove `interactive'.
3052         * man.el (Man-completion-table): Trim a terminating "(".
3053         Remove the space between name page a section.
3054         Add the command's description on the `help-echo' property.
3055         Remove `process-connection-type' binding since it's unused by
3056         call-process.
3057         Provide completion for the "<section> <name>" format as well.
3058         (Man-default-man-entry): Remove spurious var shadowing the argument.
3060 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3062         * log-view.el: Add "Keywords: tools", since its other keywords
3063         aren't in finder-known-keywords, and following vc.el.
3065         * sha1.el (sha1-string-external): default-directory "/" in case
3066         otherwise non-existent.  process-connection-type pipe for touch of
3067         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3069 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3071         Misc coding convention cleanups.
3072         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3073         hfy-init-kludge-hooks.
3074         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3075         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3076         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3077         and push.
3078         (hfy-slant, hfy-weight): Use tables rather than code.
3079         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3080         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3081         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3082         (hfy-face-to-css): Remove `nconc' with single arg.
3083         (hfy-p-to-face-lennart): Use `or'.
3084         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3085         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3086         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3087         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3088         (hfy-force-fontification): Use run-hooks.
3090 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3092         Various minor fixes.
3093         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3094         Javascript belongs in the header, not the body.
3095         (hfy-javascript): Remove.
3096         (hfy-fontify-buffer): Don't insert it any more.
3097         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3098         Fix bug in invis handling when there were no invis props in a chunk.
3100 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3102         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3104 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3106         * finder.el (finder-mode-map): Add a menu.
3108 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3110         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3111         "unsigned" structs.
3113         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3114         fork" statement better.
3116 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3118         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3119         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3120         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3121         Reported by Clay Douglass.
3123         (verilog-auto-inst, verilog-auto-star-safe)
3124         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3125         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3126         Pierre-David Pfister.
3128 2009-11-26  Glenn Morris  <rgm@gnu.org>
3130         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3131         the scope.
3133 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3135         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3136         Really use previous revision.
3138 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3140         * man.el (Man-completion-table): default-directory "/" in case
3141         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3142         not to truncate long names.  process-connection-type pipe to avoid
3143         any chance of hitting the pseudo-tty TIOCGWINSZ.
3144         (man): completion-ignore-case t for friendliness and since man
3145         itself is case-insensitive on the command line.
3146         Further to Bug#3717.
3148         * arc-mode.el: Add "Keywords: files", so the details in its
3149         commentary can be reached from finder-by-keyword.
3150         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3151         editing mode, but it's comms related and sgml-mode.el has "comm"
3152         on that basis too.
3153         * textmodes/bibtex-style.el: Add "Keywords: tex".
3154         * international/isearch-x.el, international/ja-dic-cnv.el:
3155         * international/ja-dic-utl.el, international/kkc.el:
3156         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3158 2009-11-25  Juri Linkov  <juri@jurta.org>
3160         * man.el (Man-completion-table): Modify regexp to include
3161         section names to completion strings.  (Bug#3717)
3163 2009-11-25  Juri Linkov  <juri@jurta.org>
3165         Search recursively in gzipped files.  (Bug#4982)
3167         * progmodes/grep.el (grep-highlight-matches): Add new options
3168         `always' and `auto'.  Doc fix.
3169         (grep-process-setup): Check `grep-highlight-matches' for
3170         `auto-detect' to determine the need to compute grep defaults.
3171         Move Windows/DOS specific --colors settings handling
3172         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3173         to get the value of "--color=".
3174         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3175         has the value `auto-detect'.  Move Windows/DOS specific settings
3176         from `grep-process-setup'.
3177         (zrgrep): New command with alias `rzgrep'.
3179 2009-11-25  Juri Linkov  <juri@jurta.org>
3181         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3182         to nil instead of switching off view-mode.  (Bug#4896)
3184 2009-11-25  Juri Linkov  <juri@jurta.org>
3186         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3188         * mwheel.el (mwheel-scroll-up-function)
3189         (mwheel-scroll-down-function): New defvars.
3190         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3191         `scroll-up', and `mwheel-scroll-down-function' instead of
3192         `scroll-down'.
3194         * doc-view.el (doc-view-scroll-up-or-next-page)
3195         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3196         Use this ARG in the call to image-scroll-up/image-scroll-down.
3197         Change `interactive' spec to "P".  Goto next/previous page only
3198         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3199         SPC/DEL case).  Doc fix.
3200         (doc-view-next-line-or-next-page)
3201         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3202         for consistency.
3203         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3204         `doc-view-scroll-up-or-next-page', and buffer-local
3205         `mwheel-scroll-down-function' to
3206         `doc-view-scroll-down-or-previous-page'.
3208 2009-11-25  Juri Linkov  <juri@jurta.org>
3210         Provide additional default values (directories at other Dired
3211         windows) via M-n in the minibuffer of some Dired commands.
3213         * dired-aux.el (dired-diff, dired-compare-directories)
3214         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3215         `minibuffer-default' in `minibuffer-with-setup-hook'.
3216         (dired-dwim-target-directory): Find a window that displays Dired
3217         buffer instead of failing when the next window is not Dired.
3218         Use `get-window-with-predicate' to find for the next Dired window.
3219         (dired-dwim-target-defaults): New function.
3221         * ediff-util.el (ediff-read-file-name):
3222         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3223         in `minibuffer-with-setup-hook'.
3225 2009-11-25  Juri Linkov  <juri@jurta.org>
3227         Provide additional default values (file name at point or at the
3228         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3230         * minibuffer.el (read-file-name-defaults): New function.
3231         (read-file-name): Reset `minibuffer-default' to nil when
3232         it duplicates initial input `insdef'.
3233         Bind `minibuffer-default-add-function' to lambda that
3234         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3235         (minibuffer-insert-file-name-at-point): New command.
3237         * files.el (file-name-at-point-functions): New defcustom.
3238         (find-file-default): Remove defvar.
3239         (find-file-read-args): Don't use `find-file-default'.
3240         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3241         to `read-file-name'.
3242         (find-file-literally): Use `read-file-name' with
3243         `confirm-nonexistent-file-or-buffer'.
3245         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3247         * dired.el (dired-read-dir-and-switches):
3248         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3249         to `read-file-name'.
3250         (dired-file-name-at-point): New function.
3251         (dired-mode): Add hook `dired-file-name-at-point' to
3252         `file-name-at-point-functions'.
3254 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3256         Really make the *Completions* window soft-dedicated (bug#5030).
3257         * window.el (window--display-buffer-2): Add `dedicated' argument.
3258         (display-buffer): Pass it when needed so the dedicated flag is set
3259         after calling set-window-buffer, which would otherwise reset it.
3261 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3263         * progmodes/meta-mode.el (meta-complete-symbol):
3264         * progmodes/etags.el (complete-tag):
3265         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3266         Use completion-in-region.
3268         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3269         (dabbrev-completion): Use completion-in-region.
3270         (dabbrev--abbrev-at-point): Simplify regexp.
3272         * abbrev.el (abbrev--before-point): Use word-motion functions
3273         if :regexp is not specified (bug#5031).
3275         * subr.el (string-prefix-p): New function.
3277         * man.el (Man-completion-cache): New var.
3278         (Man-completion-table): Use it.
3280         * vc.el (vc-print-log-internal): Make `limit' optional for better
3281         compatibility (e.g. with vc-annotate.el).
3283 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3285         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3286         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3288         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3289         when .el source file not found or other error.
3291 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3293         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3295 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3297         Handle the [back] button properly (bug#4979).
3298         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3299         Use help-setup-xref, help-buffer, and with-help-window.
3300         (describe-char): Add `buffer' argument.
3301         Pass proper command to help-setup-xref.  Don't meddle with
3302         help-xref-stack-item directly.
3303         (describe-text-category): Use with-help-window and help-buffer.
3305         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3306         for the displayed buffer (bug#4887).
3308         * man.el (Man-completion-table): New function.
3309         (man): Use it.
3311 2009-11-24  David Reitter  <david.reitter@gmail.com>
3313         * vc-git.el (vc-git-registered): Use checkout directory (where
3314         .git is) rather than the file's directory and a relative path spec
3315         to work around a bug in git.
3317 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3319         Improve handling of processes on remote hosts.
3321         * eshell/esh-util.el (eshell-path-env): New defvar.
3322         (eshell-parse-colon-path): New defun.
3323         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3325         * eshell/esh-ext.el (eshell-search-path):
3326         Use `eshell-parse-colon-path'.
3327         (eshell-remote-command): Remove argument HANDLER.
3328         (eshell-external-command): Check for FTP remote connection.
3330         * eshell/esh-proc.el (eshell-gather-process-output):
3331         Use `file-truename', in order to start also symlinked files.
3332         Apply `start-file-process' instead of `start-process'.
3333         Shorten `command' to the local file name part.
3335         * eshell/em-cmpl.el (eshell-complete-commands-list):
3336         Use `eshell-parse-colon-path'.
3338         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3340         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3341         to `eshell-directory-change-hook'.
3343 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3345         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3346         because it could be enabled automatically if view-read-only is non-nil.
3348 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3350         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3351         made on 2009-11-22.
3353 2009-11-24  Glenn Morris  <rgm@gnu.org>
3355         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3356         deleted variable bookmark-bmenu-bookmark-column.
3358         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3359         Move after definition of global-semantic-idle-tag-highlight-mode.
3361 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3363         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3365 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3367         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3368         two slashes to the "file:" prefix.
3369         (browse-url-file-url): De-munge Cygwin filenames before passing
3370         them to Windows browser.
3371         (browse-url-default-windows-browser): Use call-process.
3373 2009-11-23  Juri Linkov  <juri@jurta.org>
3375         Implement DocView Continuous mode.  (Bug#4896)
3376         * doc-view.el (doc-view-continuous-mode): New defcustom.
3377         (doc-view-mode-map): Bind C-n/<down> to
3378         `doc-view-next-line-or-next-page', C-p/<up> to
3379         `doc-view-previous-line-or-previous-page'.
3380         (doc-view-next-line-or-next-page)
3381         (doc-view-previous-line-or-previous-page): New commands.
3383 2009-11-23  Juri Linkov  <juri@jurta.org>
3385         Implement Isearch in comint input history.  (Bug#3746)
3386         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3387         `isearch-mode-hook'.
3388         (comint-history-isearch): New defcustom.
3389         (comint-history-isearch-backward)
3390         (comint-history-isearch-backward-regexp): New commands.
3391         (comint-history-isearch-message-overlay): New buffer-local variable.
3392         (comint-history-isearch-setup, comint-history-isearch-end)
3393         (comint-goto-input, comint-history-isearch-search)
3394         (comint-history-isearch-message, comint-history-isearch-wrap)
3395         (comint-history-isearch-push-state)
3396         (comint-history-isearch-pop-state): New functions.
3398 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3400         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3401         return.
3402         (tramp-handle-make-symbolic-link)
3403         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3404         Quote file names.
3405         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3406         (tramp-handle-process-file): Use it.
3408 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3410         * window.el (move-to-window-line-last-op): Remove.
3411         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3413 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3415         Make M-r mirror the new cycling behavior of C-l.
3416         * window.el (move-to-window-line-last-op): New var.
3417         (move-to-window-line-top-bottom): New command.
3418         (global-map): Bind M-r move-to-window-line-top-bottom.
3420 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
3422         * dired-x.el (dired-guess-shell-alist-default):
3423         Support xz format.  (Bug#4953)
3425 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
3427         * cedet/srecode/map.el (srecode-get-maps):
3428         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3429         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3430         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3431         (semantic-toggle-decoration-style):
3432         * cedet/semantic/decorate/include.el
3433         (semantic-decoration-include-describe)
3434         (semantic-decoration-unknown-include-describe)
3435         (semantic-decoration-unparsed-include-describe)
3436         (semantic-decoration-all-include-summary):
3437         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3438         * cedet/semantic/analyze/complete.el
3439         (semantic-analyze-possible-completions):
3440         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3441         (semantic-show-unmatched-syntax-mode)
3442         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3443         (semantic-highlight-func-mode):
3444         * cedet/semantic/util.el (semantic-describe-buffer):
3445         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3446         (semantic-symref-find-tags-by-name)
3447         (semantic-symref-find-tags-by-regexp)
3448         (semantic-symref-find-tags-by-completion)
3449         (semantic-symref-find-file-references-by-name)
3450         (semantic-symref-find-text):
3451         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3452         (senator-yank-tag):
3453         * cedet/semantic/scope.el (semantic-calculate-scope):
3454         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3455         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3456         (define-semantic-idle-service):
3457         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3458         (semantic-complete-analyze-inline-idle):
3459         * cedet/semantic/analyze.el (semantic-analyze-current-context):
3460         * cedet/mode-local.el (describe-mode-local-bindings)
3461         (describe-mode-local-bindings-in-mode):
3462         * cedet/ede/make.el (ede-make-check-version):
3463         * cedet/ede/locate.el (ede-enable-locate-on-project):
3464         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3465         (cedet-idutils-version-check):
3466         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3467         (cedet-gnu-global-version-check):
3468         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3469         (cedet-cscope-version-check): Use called-interactively-p instead
3470         of interactive-p.
3472         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3473         Use semantic-format-tag-prototype.
3475 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3477         * emulation/viper-cmd.el: Use viper-last-command-char instead of
3478         last-command-char/last-command-event.
3479         (viper-prefix-arg-value): Do correct conversion of event-char for
3480         XEmacs.
3482         * emulation/viper-util.el, emulation/viper.el:
3483         Use viper-last-command-char instead of
3484         last-command-char/last-command-event.
3486         * ediff-init.el, ediff-mult.el, ediff-util.el:
3487         Replace last-command-char and last-command-event
3488         with (ediff-last-command-char) everywhere.
3490         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3491         created in fundamental mode.
3493         * ediff.el (ediff-version): Revert the change of interactive-p to
3494         called-interactively-p.
3496 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3498         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3499         generation from word-movement command names.
3501 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
3503         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3504         (semantic-complete-jump-local, semantic-complete-jump):
3505         Improve prompt string.
3507 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3509         * cus-start.el (all): Add native condition for font-use-system-font.
3511 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
3513         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3514         Correct the patch from 2009-11-18.  (Bug#3910)
3516 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
3518         * progmodes/subword.el: Rename from lisp/subword.el.
3520         * subword.el: Rename to progmodes/subword.el.
3522         * Makefile.in (ELCFILES): Adapt to subword.el move.
3524 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3525             Stefan Monnier  <monnier@iro.umontreal.ca>
3527         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3528         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3529         (bookmark-bmenu-show-filenames): Use push.
3530         (bookmark-bmenu-hide-filenames): Use local var instead of
3531         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
3532         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3533         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3534         filenames now that the bookmark names are always available.
3536 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3538         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3539         (bookmark-search-pattern): Move and leave unbound.
3540         (bookmark-bmenu-mode-map): Change binding.
3541         (bookmark-read-search-input): Simplify.
3542         Don't use text-char-description.  Don't error on non-char events.
3543         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3544         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3545         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3546         Use a local var for the timer.
3547         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3548         (i.e. bookmark-bmenu-search).
3550 2009-11-21  Glenn Morris  <rgm@gnu.org>
3552         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
3554 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3556         * net/browse-url.el (browse-url-default-windows-browser):
3557         Use cygstart for cygwin.
3559 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
3561         * bookmark.el: Formatting and doc fixes only:
3562         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3563         (bookmark-bmenu-search): Wrap to fit within 80 columns.
3564         Minor grammar and punctuation fixes in doc string.
3565         (bookmark-read-search-input): Adjust to fit within 80 columns.
3567 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3569         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3570         (c-backward-into-nomenclature): Adapt to subword renaming.
3572         * subword.el (subword-forward, subword-backward, subword-mark)
3573         (subword-kill, subword-backward-kill, subword-transpose)
3574         (subword-downcase, subword-upcase, subword-capitalize)
3575         (subword-forward-internal, subword-backward-internal):
3576         Rename from forward-subword, backward-subword, mark-subword,
3577         kill-subword, backward-kill-subword, transpose-subwords,
3578         downcase-subword, upcase-subword, capitalize-subword,
3579         forward-subword-internal, backward-subword-internal.
3581 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3583         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3584         New options.
3585         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3586         New vars.
3587         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3588         (bookmark-bmenu-filter-alist-by-regexp)
3589         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3590         (bookmark-bmenu-search): New command.
3591         (bookmark-bmenu-mode-map): Bind it.
3593 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3595         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3597         * cedet/semantic/idle.el (define-semantic-idle-service)
3598         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3600 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3602         * progmodes/cc-cmds.el: declare-functioned forward-subword and
3603         backward-subword to quit the byte-compiler.
3605         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3607         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3609         * progmodes/cc-cmds.el (c-update-modeline)
3610         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3611         Refer to subword.el functions instead of cc-subword.el.
3613         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3614         subword.el functions instead of cc-subword.el.
3616         * progmodes/cc-subword.el: Rename to subword.el.
3617         * subword.el: Rename from progmodes/cc-subword.el.
3618         (subword-mode-map): Rename from c-subword-mode-map.
3619         (subword-mode): Rename from c-subword-mode.
3620         (global-subword-mode): New global minor mode.
3621         (forward-subword): Rename from c-forward-subword.
3622         (backward-subword): Rename from c-backward-subword.
3623         (mark-subword): Rename from c-mark-subword.
3624         (kill-subword): Rename from c-kill-subword.
3625         (backward-kill-subword): Rename from c-backward-kill-subword.
3626         (transpose-subwords): Rename from c-tranpose-subword.
3627         (downcase-subword): Rename from c-downcase-subword.
3628         (capitalize-subword): Rename from c-capitalize-subword.
3629         (forward-subword-internal): Rename from c-forward-subword-internal.
3630         (backward-subword-internal): Rename from c-backward-subword-internal.
3632 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3634         * vc.el (vc-deduce-fileset): Allow non-state changing operations
3635         from a dired buffer.
3636         (vc-dired-deduce-fileset): New function.
3637         (vc-root-diff, vc-print-root-log): Use it.
3639         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3640         nil LIMIT argument to vc-print-log-internal.
3642 2009-11-20  Glenn Morris  <rgm@gnu.org>
3644         * Makefile.in (ELCFILES): Regenerate.
3646 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3648         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3650         * cedet/semantic.el: Enable idle-mode menu items only if
3651         global-semantic-idle-scheduler-mode is enabled.
3652         (semantic-default-submodes): Doc fix.
3654         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3655         When turning off, disable other idle modes.
3657 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
3659         * calc/calc.el (calc-set-mode-line):
3660         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3661         (math-format-number): Rename `math-format-complement-signed' to
3662         `math-format-twos-complement'.
3664         * calc/calc-bin.el (math-format-twos-complement): Rename from
3665         math-format-complement-signed.
3666         (calc-radix): Rename `calc-complement-signed-mode' to
3667         `calc-twos-complement-mode'.
3668         (calc-octal-radix, calc-hex-radix): Add an argument for
3669         two's complement.
3671         * calc/calc-embed.el (calc-embedded-mode-vars):
3672         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3674         * calc/calc-ext.el (calc-init-extensions):
3675         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3676         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3678         * calc/calc-units.el (math-build-units-table-buffer):
3679         Let `calc-twos-complement-mode' be nil.
3681         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3682         entries.
3684         * calc/calc-vec.el (calcFunc-vunpack):
3685         * calc/calc-aent.el (calc-do-calc-eval):
3686         * calc/calc-forms.el (math-format-date):
3687         * calc/calc-graph.el (calc-graph-plot):
3688         * calc/calc-math.el (math-use-emacs-fn):
3689         * calc/calccomp.el (math-compose-expr):
3690         Let `calc-twos-complement-mode' be nil.
3692 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3694         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3695         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
3696         * minibuffer.el (completion-in-region-functions): New hook.
3697         (completion-in-region): New function.
3698         * emacs-lisp/lisp.el (lisp-complete-symbol):
3699         * pcomplete.el (pcomplete-std-complete): Use it.
3701 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3703         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3704         (latex-complete-alist): New vars.
3705         (latex-string-prefix-p, latex-complete-bibtex-keys)
3706         (latex-complete-envnames, latex-complete-refkeys)
3707         (latex-complete-data): New functions.
3708         (latex-complete, latex-indent-or-complete): New commands.
3710         * window.el (display-buffer-mark-dedicated): New var.
3711         (display-buffer): Obey it.
3712         * minibuffer.el (minibuffer-completion-help): Use it.
3714         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3716         * filecache.el (file-cache-add-file): Use push and cons.
3717         (file-cache-delete-file-regexp): Use push.
3718         (file-cache-complete): Use completion-in-region.
3720         * simple.el (with-wrapper-hook): Fix thinko.
3722         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3723         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3724         Use with-current-buffer and string-to-number.
3725         (hfy-fallback-colour-values): Use assoc-string.
3726         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3727         (hfy-face-at): Remove unused var `found-face'.
3728         (hfy-compile-stylesheet): Remove unused var `css'.
3729         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3730         and `orig-buffer'.
3731         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3732         Use with-current-buffer.
3733         (hfy-text-p): Use expand-file-name and fewer setq.
3735 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
3737         * htmlfontify.el, hfy-cmap.el: New files.
3739 2009-11-19  Juri Linkov  <juri@jurta.org>
3741         * minibuffer.el (completions-format): New defcustom.
3742         (completion--insert-strings): Implement vertical format.
3744         * simple.el (switch-to-completions): Move point to the first
3745         completion when point was at the beginning of the buffer.
3747 2009-11-19  Juri Linkov  <juri@jurta.org>
3749         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
3751         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3753 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3755         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3756         (mail-signature): Change default to t.
3757         (mail-from-style): Deprecate `system-default' value.
3758         (mail-insert-from-field): For default value of mail-from-style,
3759         default to `angles' unless `angles' needs quoting and `parens'
3760         does not.
3761         (mail-citation-prefix-regexp): Use citation regexp from
3762         message-mode.
3764 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
3766         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3767         Set variables for computing the prompt for reading password.
3769 2009-11-19  Glenn Morris  <rgm@gnu.org>
3771         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
3773         * textmodes/flyspell.el (sgml-lexical-context): Declare.
3775         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3776         (newsticker-treeview-listwindow-height): Fix custom type.
3778 2009-11-19  Kenichi Handa  <handa@m17n.org>
3780         * descr-text.el (describe-char-padded-string): Compose with TAB
3781         only if there's a font for CH.
3782         (describe-char): Fix the condition for detecting a trivial composition.
3784 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
3786         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3787         more accurate version of the regexp.  (Bug#3910)
3789 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3791         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3793 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
3795         * font-setting.el (font-use-system-font): Declare for byte-compiler.
3796         (font-setting-change-default-font): Fix typo in docstring.
3798 2009-11-18  Alan Mackenzie  <acm@muc.de>
3800         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3802 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3804         * font-setting.el (font-use-system-font): Move ...
3806         * cus-start.el (all): ... to here.
3808 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
3810         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3811         Don't set `ad-return-value' if `ad-do-it' doesn't.
3813         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3814         modification time.
3816 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3818         * menu-bar.el: Put "Use system font" in Option-menu.
3819         (menu-bar-options-save): Add font-use-system-font.
3821         * loadup.el: If feature system-font-setting or font-render-setting is
3822         there, load font-setting.
3824         * Makefile.in (ELCFILES): Add font-settings.el.
3825         * font-setting.el: New file.
3827 2009-11-17  Glenn Morris  <rgm@gnu.org>
3829         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3831         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3832         Preserve point in the list buffer.  (Bug#4939)
3833         Use point-at-eol.
3834         (newsticker--treeview-list-update-highlight)
3835         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3837 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3839         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3840         Remove.
3842         * calc/calc-ext.el (calc-init-extensions): Remove references to
3843         symclip.
3845         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3847         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3848         * calc/calc-help.el (calc-b-prefix-help): Remove references to
3849         `calc-symclip'.
3851 2009-11-16  Kevin Ryde  <user42@zip.com.au>
3853         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3854         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3856         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3857         (lm-keywords-list): Allow comma-only separator like "foo,bar".
3858         Ignore trailing spaces by omit-nulls to split-string (fixing
3859         regression from Emacs 21 due to the incompatible split-string
3860         change).  (Bug #4928.)
3862 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3864         * vc.el (vc-log-show-limit): Default to 2000.
3865         (vc-print-log-internal): Insert buttons to request more entries
3866         when limiting the output.
3868         * vc-sccs.el (vc-sccs-print-log):
3869         * vc-rcs.el (vc-rcs-print-log):
3870         * vc-cvs.el (vc-cvs-print-log):
3871         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3872         LIMIT is non-nil.
3874 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3876         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3877         error when `tramp-gvfs-dbus-event-vector' is set.
3878         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3880 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3882         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3884 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3886         * net/dbus.el (dbus-unregister-service): New defun.
3887         (dbus-register-property): Register the handlers of
3888         "org.freedesktop.DBus.Properties" for SERVICE.
3889         (dbus-property-handler): Fix docstring.
3891 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3893         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3894         Quote doc string reference in defvaralias as it is not in special form.
3895         (byte-compile-output-docform): Doc fix.
3897 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3899         * calc/calc.el (math-2-word-size, math-half-2-word-size)
3900         (calc-complement-signed-mode): New variables.
3901         (calc-set-mode-line): Add indicator for twos-complements.
3902         (math-format-number): Format twos-complement notation.
3904         * calc/calc-bin.el (calc-word-size): Reset the variables
3905         `math-2-word-size' and `math-half-2-word-size'.
3906         (math-format-complement-signed, math-symclip, calcFunc-symclip)
3907         (calc-symclip): New functions.
3909         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3911         * calc/calc-embed.el (calc-embedded-mode-vars):
3912         Add `calc-complement-signed-mode' to the list of modes.
3914         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3915         (calc-b-oper-keys): Add `calc-symclip' to list.
3917         * calc/calc-ext.el (math-read-number-fancy): Read complement
3918         signed numbers.
3919         (calc-init-extensions): Add binding for `calc-symclip'.
3920         Add autoload for `calcFunc-symclip' and `calc-symclip'.
3922         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3923         `calc-symclip'.
3924         (calc-modes-menu): Add item for twos complement mode.
3926         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3928 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3930         * register.el (jump-to-register, insert-register): Handle Semantic
3931         tags.  From commented-out advice in semantic/senator.el.
3933 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3935         * vc.el (vc-log-show-limit): New variable.
3936         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
3937         when using a prefix argument.
3938         (vc-print-log-internal): Add new argument LIMIT.
3940         * vc-svn.el (vc-svn-print-log):
3941         * vc-mtn.el (vc-mtn-print-log):
3942         * vc-hg.el (vc-hg-print-log):
3943         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3944         pass it to the log command when set.  Make the BUFFER argument
3945         non-optional.
3947         * vc-sccs.el (vc-sccs-print-log):
3948         * vc-rcs.el (vc-rcs-print-log):
3949         * vc-git.el (vc-git-print-log):
3950         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3951         ignore it.  Make the BUFFER argument non-optional
3953         * bindings.el (mode-line-buffer-identification): Do not purecopy.
3955 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3957         * dired.el (dired-mode-map): Move encryption items to "Operate"
3958         menu (Bug#4703).
3960         * strokes.el (strokes-update-window-configuration): Make strokes
3961         buffer current before erasing (Bug#4906).
3963         * cedet/semantic/idle.el (semantic-idle-summary-mode)
3964         (semantic-idle-summary-mode): Define using define-minor-mode
3965         instead of define-semantic-idle-service.
3966         (semantic-idle-summary-mode): New function.
3967         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3968         that mouse motion does not reset the echo area.
3970 2009-11-15  Juri Linkov  <juri@jurta.org>
3972         * simple.el (set-mark-default-inactive): Add :type, :group
3973         and :version.  (Bug#4876)
3975 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
3977         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3978         (archive-unique-fname): ... here.  (Bug#4929)
3980 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3982         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3983         with a real fix.
3985         * novice.el (disabled-command-function): Add useful args.
3986         Setup the help buffer so that [back] works.
3987         Remove redundant call to help-mode.
3988         (disabled-command-function): Use `case'.
3989         (en/disable-command): New function extracted from enable-command.
3990         (enable-command, disable-command): Use it.
3992 2009-11-14  Glenn Morris  <rgm@gnu.org>
3994         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3995         constants.  (Bug#4913)
3997         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3999 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4001         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4002         defined in C that have no doc-strings.  (Bug#1063)
4004 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4006         * cus-edit.el (data, files):
4007         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4009 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4011         * simple.el (shell-command): Doc fix (Bug#4891).
4013         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4015 2009-11-14  Glenn Morris  <rgm@gnu.org>
4017         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4018         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4019         If they are already loaded, eval-after-load will do the right thing.
4021         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4022         compiling.
4024         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4026         * simple.el (x-selection-owner-p): Declare.
4027         (read-mail-command): Use custom radio type rather than choice.
4028         (completion-no-auto-exit): Doc fix.
4030         * custom.el (defgroup):
4031         * epg-config.el (epg): Doc fixes.
4033 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4035         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4036         * international/ccl.el (define-ccl-program): Do not purecopy the
4037         docstring, defconst does it anyway.
4039 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4041         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4042         a second time.
4044         * x-dnd.el (x-dnd-maybe-call-test-function):
4045         * window.el (split-window-vertically):
4046         * whitespace.el (whitespace-help-on):
4047         * vc-rcs.el (vc-rcs-consult-headers):
4048         * userlock.el (ask-user-about-lock-help)
4049         (ask-user-about-supersession-help):
4050         * type-break.el (type-break-force-mode-line-update):
4051         * time-stamp.el (time-stamp-conv-warn):
4052         * terminal.el (te-set-output-log, te-more-break, te-filter)
4053         (te-sentinel, terminal-emulator):
4054         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4055         (term-write-input-ring, term-check-source, term-start-output-log):
4056         (term-display-buffer-line, term-dynamic-list-completions):
4057         (term-ansi-make-term, serial-term):
4058         * subr.el (selective-display):
4059         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4060         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4061         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4062         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4063         (speedbar-remove-localized-speedbar-support)
4064         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4065         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4066         (speedbar-buffers-line-directory):
4067         * simple.el (shell-command-on-region, append-to-buffer)
4068         (prepend-to-buffer):
4069         * shadowfile.el (shadow-save-todo-file):
4070         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4071         (scroll-bar-maybe-set-window-start):
4072         * sb-image.el (speedbar-image-dump):
4073         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4074         (load-save-place-alist-from-file):
4075         * ps-samp.el (ps-print-message-from-summary):
4076         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4077         (ps-background-image, ps-begin-job, ps-do-despool):
4078         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4079         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4080         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4081         (pr-call-process, pr-file-list, pr-interface-save):
4082         * novice.el (disabled-command-function)
4083         (enable-command, disable-command):
4084         * mouse.el (mouse-buffer-menu-alist):
4085         * mouse-copy.el (mouse-kill-preserving-secondary):
4086         * macros.el (kbd-macro-query):
4087         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4088         * informat.el (batch-info-validate):
4089         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4090         * hippie-exp.el (try-expand-dabbrev-visible):
4091         * help-mode.el (help-make-xrefs):
4092         * help-fns.el (describe-variable):
4093         * generic-x.el (bat-generic-mode-run-as-comint):
4094         * finder.el (finder-mouse-select):
4095         * find-dired.el (find-dired-sentinel):
4096         * filesets.el (filesets-file-close):
4097         * files.el (list-directory):
4098         * faces.el (list-faces-display, describe-face):
4099         * facemenu.el (list-colors-display):
4100         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4101         * epg.el (epg--process-filter, epg-cancel):
4102         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4103         (epa--read-signature-type):
4104         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4105         (emerge-file-names):
4106         * ehelp.el (electric-helpify):
4107         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4108         * ediff-vers.el (rcs-ediff-view-revision):
4109         * ediff-util.el (ediff-setup):
4110         * ediff-mult.el (ediff-append-custom-diff):
4111         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4112         (ediff-wordify):
4113         * echistory.el (Electric-command-history-redo-expression):
4114         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4115         * disp-table.el (describe-display-table):
4116         * dired.el (dired-find-buffer-nocreate):
4117         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4118         * dabbrev.el (dabbrev--same-major-mode-p):
4119         * chistory.el (list-command-history):
4120         * apropos.el (apropos-documentation):
4121         * allout.el (allout-obtain-passphrase):
4122         (allout-copy-exposed-to-buffer):
4123         (allout-verify-passphrase): Use with-current-buffer.
4125 2009-11-13  Glenn Morris  <rgm@gnu.org>
4127         * Makefile.in (ELCFILES): Regenerate.
4129 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4131         * net/dbus.el (dbus-registered-objects-table): Rename from
4132         `dbus-registered-functions-table', because it contains also properties.
4133         (dbus-unregister-object): Unregister also properties.
4134         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4135         Use a timeout of 500 msec, in order to not block.
4136         (dbus-register-property, dbus-property-handler): New defuns.
4138 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4140         * simple.el (minibuffer-default-add-completions): Drop deprecated
4141         4th arg.
4143 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4145         * textmodes/artist.el (artist-mouse-choose-operation):
4146         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4147         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4148         (artist-compute-up-event-key): New function.
4149         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4151 2009-11-13  Kenichi Handa  <handa@m17n.org>
4153         * language/japan-util.el: Make sure that the value of jisx0208
4154         property is jisx0208 character.
4156 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4158         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4159         car or each item, not the whole list.
4161 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4163         * minibuffer.el (minibuffer-completion-help):
4164         Use minibuffer-hide-completions.
4166 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4168         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4169         (dired-revert): Use them (bug#4880).
4171 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4173         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4175 2009-11-12  Juri Linkov  <juri@jurta.org>
4177         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4178         New functions.
4179         (find-file-literally-at-point): Alias of `ffap-literally'.
4181 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4183         * textmodes/ispell.el (ispell-skip-region-alist):
4184         * textmodes/css-mode.el (auto-mode-alist):
4185         * progmodes/compile.el (auto-mode-alist):
4186         * international/mule.el (ctext-non-standard-encodings-alist)
4187         (ctext-non-standard-encodings-regexp):
4188         * simple.el (shell-command-switch, text-read-only):
4189         * replace.el (occur-mode-map):
4190         * paths.el (rmail-file-name):
4191         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4192         * find-file.el (ff-special-constructs):
4193         * files.el (file-name-handler-alist):
4194         * composite.el: Purecopy strings.
4196         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4198 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4200         * widget.el (define-widget): Purecopy the docstring.
4201         * international/mule-cmds.el (charset): Do not purecopy the
4202         docstring here, define-widget does it.
4204         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4205         * textmodes/bibtex-style.el (auto-mode-alist):
4206         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4207         * progmodes/compile.el (compile-command):
4208         * language/korea-util.el (default-korean-keyboard):
4209         * international/mule-conf.el (file-coding-system-alist):
4210         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4211         * tooltip.el (tooltip-frame-parameters):
4212         * newcomment.el (comment-end, comment-padding):
4213         * dired.el (dired-trivial-filenames):
4214         * comint.el (comint-file-name-prefix): Purecopy initial values.
4216 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4218         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4219         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4220         `tramp-unload'.
4221         (tramp-advice-make-auto-save-file-name)
4222         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4223         after removing the advice.
4225 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4227         * progmodes/grep.el (grep-regexp-alist):
4228         * international/mule-cmds.el (iso-2022-control-alist):
4229         * emacs-lisp/timer.el (timer-duration-words):
4230         * subr.el (version-separator, version-regexp-alist):
4231         * minibuffer.el (completion-styles-alist):
4232         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4233         Change defvars to defconsts.
4235         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4236         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4237         * international/mule-conf.el: Allow to be byte compiled.
4239         * international/mule.el (define-charset): Purecopy props.
4240         (load-with-code-conversion): Purecopy doc string and file name.
4241         (put-charset-property): Purecopy strings.
4242         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4244         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4245         (define-char-code-property): Correctly purecopy the table.
4247         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4249         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4251         * subr.el (add-hook): Purecopy strings.
4252         (eval-after-load): Purecopy load-history-regexp and the form.
4254         * custom.el (custom-declare-group): Purecopy load-file-name.
4256         * subr.el (menu-bar-separator): New defconst.
4257         * net/eudc.el (eudc-tools-menu):
4258         * international/mule-cmds.el (set-coding-system-map)
4259         (mule-menu-keymap):
4260         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4261         * vc-hooks.el (vc-menu-map):
4262         * replace.el (occur-mode-map):
4263         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4264         (menu-bar-edit-menu, menu-bar-goto-menu)
4265         (menu-bar-custom-menu, menu-bar-showhide-menu)
4266         (menu-bar-options-menu, menu-bar-tools-menu)
4267         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4268         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4269         (menu-bar-help-menu):
4270         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4271         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4273         * term/x-win.el (x-gtk-stock-map):
4274         * progmodes/vera-mode.el (auto-mode-alist):
4275         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4276         (inferior-lisp-program, inferior-lisp-load-command):
4277         * progmodes/hideshow.el (hs-special-modes-alist):
4278         * progmodes/gud.el (same-window-regexps):
4279         * progmodes/grep.el (grep-program, find-program, xargs-program):
4280         * net/telnet.el (same-window-regexps):
4281         * net/rlogin.el (same-window-regexps):
4282         * language/ethiopic.el (font-ccl-encoder-alist):
4283         * vc-sccs.el (vc-sccs-master-templates):
4284         * vc-rcs.el (vc-rcs-master-templates):
4285         * subr.el (cl-assertion-failed):
4286         * simple.el (next-error-overlay-arrow-position):
4287         * lpr.el (lpr-command):
4288         * locate.el (locate-ls-subdir-switches):
4289         * info.el (same-window-regexps, info)
4290         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4291         * image-mode.el (image-mode, auto-mode-alist):
4292         * hippie-exp.el (hippie-expand-ignore-buffers):
4293         * format.el (format-alist):
4294         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4295         (find-name-arg):
4296         * facemenu.el (facemenu-keybindings):
4297         * dired.el (dired-listing-switches, dired-chown-program):
4298         * diff.el (diff-switches, diff-command):
4299         * cus-edit.el (same-window-regexps):
4300         * bindings.el (mode-line-mule-info)
4301         (mode-line-buffer-identification): Purecopy strings.
4303 2009-11-11  Juri Linkov  <juri@jurta.org>
4305         * simple.el (dired-get-filename) <declare-function>:
4306         Tell the byte-compiler about dired-get-filename.
4307         (shell-command): In Dired mode, get filename from the current line
4308         as the default value.
4310 2009-11-10  Glenn Morris  <rgm@gnu.org>
4312         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4313         * calendar/holidays.el, progmodes/cperl-mode.el:
4314         Update x-popup-menu declarations.
4316         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4317         (list-load-path-shadows): Use dolist.
4318         (list-load-path-shadows): Use with-current-buffer.
4320 2009-11-10  Juri Linkov  <juri@jurta.org>
4322         * minibuffer.el (read-file-name): Support a list of default values
4323         in `default-filename'.  Use the first file name where only one
4324         element is required.  Doc fix.
4326 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4328         * net/dbus.el (dbus-unregister-object): Release service, if no
4329         other method is registered for it.
4331 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4333         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4334         bookmark-sort-flag is non-nil (Bug#4653).
4336 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4338         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4339         the progress reporter entirely.
4341         * emulation/cua-base.el: Add CUA property to some CC mode commands
4342         (Bug#4100).
4344 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4346         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4347         at end of sentence (Bug#4818).
4349 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4351         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4352         Handle "see declaration of" MSFT statements (Bug#4100).
4354 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4356         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4357         (tramp-advice-file-expand-wildcards): Unload via
4358         `ad-remove-advice'.
4360         * net/trampver.el: Update release number.
4362 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4364         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4365         `ad-do-it'.
4367 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4369         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4370         in order to keep context in SELinux.
4372 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4374         * dired-aux.el (dired-query): Place cursor in echo area and allow
4375         C-g.
4377         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4378         menu item if not on a directory (Bug#4701).
4380 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4382         Sync with Tramp 2.1.17.
4384         * net/tramp.el (tramp-handle-copy-directory): Don't use
4385         `file-remote-p' (due to compatibility).
4387         * net/tramp-compat.el (tramp-compat-copy-directory)
4388         (tramp-compat-delete-directory): New defuns.
4390         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4391         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4392         `tramp-compat-delete-directory'.
4394         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4395         (tramp-smb-handle-delete-directory): Use
4396         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4398         * net/trampver.el: Update release number.
4400 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4402         * tar-mode.el (tar-copy): Call write-region on the right buffer
4403         (Bug#4857).
4405         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4406         by hand, if necessary (Bug#4878).
4408 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4410         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4411         align size column (Bug#4839).
4413         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4414         statement.
4416 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4418         * progmodes/ld-script.el (auto-mode-alist):
4419         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4421         * cus-face.el (custom-declare-face): Purecopy face spec.
4423 2009-11-06  Kenichi Handa  <handa@m17n.org>
4425         * international/uni-bidi.el: Re-generated.
4426         * international/uni-category.el: Re-generated.
4427         * international/uni-combining.el: Re-generated.
4428         * international/uni-mirrored.el: Re-generated.
4430 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4432         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4433         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4434         (tex-start-options, slitex-run-command, latex-run-command)
4435         (tex-run-command, tex-directory):
4436         * textmodes/ispell.el (ispell-html-skip-alists)
4437         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4438         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4439         (adaptive-fill-regexp):
4440         * textmodes/dns-mode.el (auto-mode-alist):
4441         * progmodes/python.el (interpreter-mode-alist):
4442         * progmodes/etags.el (tags-compression-info-list):
4443         * progmodes/etags.el (tags-file-name):
4444         * net/browse-url.el (browse-url-galeon-program)
4445         (browse-url-firefox-program):
4446         * mail/sendmail.el (mail-signature-file)
4447         (mail-citation-prefix-regexp):
4448         * international/mule-conf.el (eight-bit):
4449         * international/latexenc.el (latex-inputenc-coding-alist):
4450         * international/fontset.el (x-pixel-size-width-font-regexp):
4451         * emacs-lisp/warnings.el (warning-type-format):
4452         * emacs-lisp/trace.el (trace-buffer):
4453         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4454         (emacs-lisp-mode-map):
4455         * calendar/holidays.el (holiday-solar-holidays)
4456         (holiday-bahai-holidays, holiday-islamic-holidays)
4457         (holiday-christian-holidays, holiday-hebrew-holidays)
4458         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4459         (hebrew-holidays-1, holiday-oriental-holidays)
4460         (holiday-general-holidays):
4461         * x-dnd.el (x-dnd-known-types):
4462         * tool-bar.el (tool-bar):
4463         * startup.el (site-run-file):
4464         * shell.el (shell-dumb-shell-regexp):
4465         * rfn-eshadow.el (file-name-shadow-tty-properties)
4466         (file-name-shadow-properties):
4467         * paths.el (remote-shell-program, news-directory):
4468         * mouse.el ([C-down-mouse-3]):
4469         * menu-bar.el (menu-bar-tools-menu):
4470         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4471         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4472         (jka-compr-compression-info-list):
4473         * isearch.el (search-whitespace-regexp):
4474         * image-file.el (image-file-name-extensions):
4475         * find-dired.el (find-ls-option):
4476         * files.el (directory-listing-before-filename-regexp)
4477         (directory-free-space-args, insert-directory-program)
4478         (list-directory-brief-switches, magic-fallback-mode-alist)
4479         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4480         (automount-dir-prefix):
4481         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4482         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4483         (face-font-registry-alternatives, face-font-registry-alternatives)
4484         (face-font-family-alternatives):
4485         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4486         (facemenu-foreground-menu, facemenu-face-menu):
4487         * epa-hook.el (epa-file-name-regexp):
4488         * dnd.el (dnd-protocol-alist):
4489         * textmodes/rst.el (auto-mode-alist):
4490         * button.el (default-button): Purecopy strings.
4492 2009-11-06  Glenn Morris  <rgm@gnu.org>
4494         * Makefile.in (ELCFILES): Update.
4496 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4498         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4499         * emacs-lisp/levents.el: Move to obsolete/levents.el.
4501         * nxml/xsd-regexp.el (xsdre-gen-categories):
4502         * nxml/xmltok.el (xmltok-parse-entity):
4503         * nxml/rng-parse.el (rng-parse-validate-file):
4504         * nxml/rng-maint.el (rng-format-manual)
4505         (rng-manual-output-force-new-line):
4506         * nxml/rng-loc.el (rng-save-schema-location-1):
4507         * nxml/rng-cmpct.el (rng-c-parse-file):
4508         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4509         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4511 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
4513         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4514         Remove extra save-excursions and make-variable-buffer-local's.
4515         Suggested by Stefan Monnier.
4517         (verilog-getopt-file, verilog-module-inside-filename-p)
4518         (verilog-set-define): Merge GNU 1.35 and repair changes from
4519         switching to using with-current-buffer.
4521         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4522         being treated as a number and confusing AUTORESET.
4523         Reported by Dan Dever.
4525         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4526         Add verilog-auto-ignore-concat to fix backward compatibility with
4527         older verilog-modes.  Reported by Dan Katz.
4529         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4530         containing closing anchors "...$".
4532         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4533         Reported by Wade Smith.
4535         (verilog-batch-execute-func): Comment on function usage.
4537 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
4539         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4540         for labels.
4542         (verilog-label-re, verilog-calc-1): Support proper indent of named
4543         asserts.
4545         (verilog-backward-token, verilog-basic-complete-re)
4546         (verilog-beg-of-statement, verilog-indent-re): Support proper
4547         indent of the assert statement at the beginning of a block of text.
4549         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4550         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4551         tokens as begins.
4553 2009-11-05  Glenn Morris  <rgm@gnu.org>
4555         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4556         Emacs 19.  (Bug#1531)
4557         (byte-compile-fix-header): Update for the above change.
4558         Drop test for epoch::version.
4560         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4561         * cus-dep.el (custom-make-dependencies):
4562         * finder.el (finder-compile-keywords):
4563         Use autoload-rubric's feature argument.
4565         * calendar/diary-lib.el (top-level): Make load behave more like require.
4567         * vc-git.el (vc-git-stash-map): Move definition before use.
4569 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4571         * custom.el (custom-declare-group): Purecopy standard-value.
4572         (custom-declare-group): Purecopy custom-prefix.
4574         * international/mule.el (load-with-code-conversion):
4575         Call do-after-load-evaluation unconditionally.
4577         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4579 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4581         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4583 2009-11-04  Glenn Morris  <rgm@gnu.org>
4585         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4586         (byte-compile-compatibility): Remove option.
4587         (byte-compile-close-variables, byte-compile-fix-header)
4588         (byte-compile-insert-header, byte-compile-output-docform)
4589         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4590         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4591         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4592         (byte-compile-insert, byte-compile-defun):
4593         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
4594         (byte-defop-compiler19): Remove.
4595         Without byte-compile-compatibility, the 'emacs19-opcode property is not
4596         used by anything.  Replace all calls with byte-defop-compiler.
4598 2009-11-04  Juri Linkov  <juri@jurta.org>
4600         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4601         (menu-bar-options-menu): Don't quote the `prop' arg of
4602         `menu-bar-make-mm-toggle'.
4604 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
4606         * calendar/calendar.el (cal-loaddefs):
4607         * calendar/diary-lib.el (diary-loaddefs):
4608         * calendar/holidays.el (hol-loaddefs):
4609         * eshell/esh-module.el (esh-groups): Load rather than require.
4611 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4613         * calendar/todo-mode.el (todo-add-category): Don't hardcode
4614         point-min==1.
4615         (todo-top-priorities): Only display-buffer when called interactively.
4616         (todo-item-start): Don't save excursion point.
4617         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
4618         (todo-insert-item-here, todo-file-item, todo-remove-item):
4619         Adjust uses of todo-item-start and todo-item-end.
4621         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4622         (autoload-rubric): Don't use any more.
4623         * cedet/semantic/fw.el (semantic/loaddefs):
4624         * cedet/srecode.el (srecode/loaddefs):
4625         * cedet/ede.el (ede/loaddefs): Load rather than require.
4626         * cedet/ede/cpp-root.el:
4627         * cedet/ede/emacs.el:
4628         * cedet/ede/files.el:
4629         * cedet/ede/linux.el:
4630         * cedet/ede/locate.el:
4631         * cedet/ede/make.el:
4632         * cedet/ede/shell.el:
4633         * cedet/ede/speedbar.el:
4634         * cedet/ede/system.el:
4635         * cedet/ede/util.el:
4636         * cedet/semantic/analyze.el:
4637         * cedet/semantic/bovine.el:
4638         * cedet/semantic/complete.el:
4639         * cedet/semantic/ctxt.el:
4640         * cedet/semantic/db-file.el:
4641         * cedet/semantic/db-find.el:
4642         * cedet/semantic/db-global.el:
4643         * cedet/semantic/db-mode.el:
4644         * cedet/semantic/db-typecache.el:
4645         * cedet/semantic/db.el:
4646         * cedet/semantic/debug.el:
4647         * cedet/semantic/dep.el:
4648         * cedet/semantic/doc.el:
4649         * cedet/semantic/edit.el:
4650         * cedet/semantic/find.el:
4651         * cedet/semantic/format.el:
4652         * cedet/semantic/html.el:
4653         * cedet/semantic/ia-sb.el:
4654         * cedet/semantic/ia.el:
4655         * cedet/semantic/idle.el:
4656         * cedet/semantic/lex-spp.el:
4657         * cedet/semantic/lex.el:
4658         * cedet/semantic/mru-bookmark.el:
4659         * cedet/semantic/scope.el:
4660         * cedet/semantic/senator.el:
4661         * cedet/semantic/sort.el:
4662         * cedet/semantic/symref.el:
4663         * cedet/semantic/tag-file.el:
4664         * cedet/semantic/tag-ls.el:
4665         * cedet/semantic/tag-write.el:
4666         * cedet/semantic/tag.el:
4667         * cedet/semantic/util-modes.el:
4668         * cedet/semantic/analyze/complete.el:
4669         * cedet/semantic/analyze/refs.el:
4670         * cedet/semantic/bovine/c.el:
4671         * cedet/semantic/bovine/gcc.el:
4672         * cedet/semantic/bovine/make.el:
4673         * cedet/semantic/bovine/scm.el:
4674         * cedet/semantic/decorate/include.el:
4675         * cedet/semantic/decorate/mode.el:
4676         * cedet/semantic/symref/cscope.el:
4677         * cedet/semantic/symref/global.el:
4678         * cedet/semantic/symref/grep.el:
4679         * cedet/semantic/symref/idutils.el:
4680         * cedet/semantic/symref/list.el:
4681         * cedet/semantic/wisent/java-tags.el:
4682         * cedet/semantic/wisent/javascript.el:
4683         * cedet/srecode/compile.el:
4684         * cedet/srecode/cpp.el:
4685         * cedet/srecode/document.el:
4686         * cedet/srecode/el.el:
4687         * cedet/srecode/expandproto.el:
4688         * cedet/srecode/getset.el:
4689         * cedet/srecode/insert.el:
4690         * cedet/srecode/java.el:
4691         * cedet/srecode/map.el:
4692         * cedet/srecode/mode.el:
4693         * cedet/srecode/template.el:
4694         * cedet/srecode/texi.el: Remove the file-local setting of
4695         generated-autoload-feature.
4697         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4698         and only put a prop if it is non-nil.
4700 2009-11-03  Juri Linkov  <juri@jurta.org>
4702         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4703         (menu-bar-options-menu): Fix list quoting (Bug#4429).
4705         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4706         and "Menu" to make top-level menu item visually one unit (like
4707         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4708         multi-word menu items).  Fix :help string for quit-window.
4710 2009-11-03  Glenn Morris  <rgm@gnu.org>
4712         * cedet/mode-local.el (with-mode-local): Doc fix.
4714         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4715         (byte-compile-file-form-define-abbrev-table)
4716         (byte-compile-file-form-custom-declare-variable)
4717         (byte-compile-variable-ref, byte-compile-defvar):
4718         Whether or not a warning is enabled should only affect whether we issue
4719         the warning, not whether or not we collect the relevant data.
4720         Eg warnings can be turned on and off throughout the course of a file.
4722         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4723         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4725 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4727         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4728         * play/mpuz.el (mpuz-create-buffer):
4729         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4730         (lm-print-y,s,noise, lm-print-w0, lm-init):
4731         * play/gomoku.el (gomoku-prompt-for-move):
4732         * play/fortune.el (fortune-in-buffer):
4733         * play/dissociate.el (dissociated-press):
4734         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4735         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4736         * mail/supercite.el (sc-eref-show):
4737         * mail/smtpmail.el (smtpmail-send-it):
4738         * mail/rmailsum.el (rmail-summary-next-labeled-message)
4739         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4740         (rmail-summary-undelete-many, rmail-summary-rmail-update)
4741         (rmail-summary-goto-msg, rmail-summary-expunge)
4742         (rmail-summary-get-new-mail, rmail-summary-search-backward)
4743         (rmail-summary-add-label, rmail-summary-output-menu)
4744         (rmail-summary-output-body):
4745         * mail/rfc822.el (rfc822-addresses):
4746         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4747         * mail/mailpost.el (post-mail-send-it):
4748         * mail/hashcash.el (hashcash-generate-payment):
4749         * mail/feedmail.el (feedmail-run-the-queue)
4750         (feedmail-queue-send-edit-prompt-help-first)
4751         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4752         (feedmail-deduce-address-list):
4753         * eshell/esh-ext.el (eshell-remote-command):
4754         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4755         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4756         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4757         (viper-save-string-in-file, viper-valid-marker):
4758         * emulation/viper-keym.el (viper-toggle-key):
4759         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4760         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4761         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4762         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4763         (viper-exec-form-in-emacs, viper-brac-function):
4764         * emulation/viper.el (viper-delocalize-var):
4765         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4766         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4767         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4768         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4769         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4770         * emulation/edt.el (edt-electric-helpify):
4771         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4772         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4773         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4774         (cua-indent-to-global-mark-column):
4775         * calendar/diary-lib.el (calendar-mark-1):
4776         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4777         Use with-current-buffer.
4778         * emulation/viper.el (viper-delocalize-var): Use dolist.
4780 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
4782         * comint.el (comint-replace-by-expanded-history-before-point):
4783         Replace !! with the previous input string literally (Bug#1795).
4785 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
4787         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4788         to be made up of whitespace.
4790 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
4792         * minibuffer.el (read-file-name): Don't use file dialogs for
4793         remote directories (Bug#99).
4795 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
4797         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4799 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4801         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4802         instead of deleting the window or frame.
4804 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4806         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4807         Support face colors.
4809         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4810         New function.  Support face colors (Bug#1168).
4811         (tex-common-initialization): Use it.
4813         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4814         mode allows it (Bug#1168).
4816 2009-10-31  Juri Linkov  <juri@jurta.org>
4818         * facemenu.el (list-colors-display): Don't mark buffer as
4819         modified (Bug#3948).
4821 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4823         * international/mule-diag.el (list-character-sets-1): Minor
4824         message fix (Bug#3526).
4826         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4827         face property (Bug#4834).
4828         (etags-list-tags, etags-tags-apropos-additional)
4829         (etags-tags-apropos, tags-select-tags-table): Add follow-link
4830         property.
4832         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4833         items.
4835         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4836         items.
4838         * cedet/ede.el (ede-minor-mode):
4839         * cedet/semantic.el (semantic-mode): Toggle menu separators.
4841 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4843         * textmodes/two-column.el (2C-split):
4844         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4845         * textmodes/tex-mode.el (tex-set-buffer-directory):
4846         * textmodes/spell.el (spell-region, spell-string):
4847         * textmodes/reftex.el (reftex-erase-buffer):
4848         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4849         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4850         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4851         (reftex-select-item):
4852         * textmodes/reftex-ref.el (reftex-label-info-update)
4853         (reftex-offer-label-menu):
4854         * textmodes/reftex-index.el (reftex-index-change-entry)
4855         (reftex-index-phrases-info):
4856         * textmodes/reftex-global.el (reftex-create-tags-file)
4857         (reftex-save-all-document-buffers, reftex-ensure-write-access):
4858         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4859         (reftex-view-crossref-from-bibtex):
4860         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4861         (reftex-extract-bib-entries-from-thebibliography)
4862         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4863         * textmodes/refbib.el (r2b-capitalize-title):
4864         (r2b-convert-buffer, r2b-help):
4865         * textmodes/page-ext.el (pages-directory)
4866         (pages-directory-goto-with-mouse):
4867         * textmodes/bibtex.el (bibtex-validate-globally):
4868         * textmodes/bib-mode.el (bib-capitalize-title):
4869         * textmodes/artist.el (artist-clear-buffer, artist-system):
4870         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4871         (local-set-scheme-interaction-buffer, xscheme-process-filter)
4872         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4873         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4874         (xscheme-send-control-g-interrupt, xscheme-start-process)
4875         (xscheme-process-sentinel, xscheme-cd):
4876         * progmodes/verilog-mode.el (verilog-read-always-signals)
4877         (verilog-set-define, verilog-getopt-file)
4878         (verilog-module-inside-filename-p):
4879         * progmodes/sh-script.el:
4880         * progmodes/python.el (python-pdbtrack-get-source-buffer)
4881         (python-pdbtrack-grub-for-buffer, python-execute-file):
4882         * progmodes/octave-inf.el (inferior-octave):
4883         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4884         (idlwave-shell-compile-helper-routines, idlwave-set-local)
4885         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4886         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4887         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4888         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4889         (idlwave-shell-filter, idlwave-shell-examine-highlight)
4890         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4891         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4892         (idlwave-shell-examine-display, idlwave-shell-run-region)
4893         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4894         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4895         * progmodes/idlw-help.el (idlwave-help-get-special-help)
4896         (idlwave-help-get-help-buffer):
4897         * progmodes/gud.el (gud-basic-call, gud-find-class)
4898         (gud-tooltip-activate-mouse-motions-if-enabled):
4899         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4900         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4901         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4902         (ebrowse-tags-next-file):
4903         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4904         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4905         (ebnf-eps-finish-and-write):
4906         * progmodes/cpp.el (cpp-edit-save):
4907         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4908         * progmodes/cc-defs.el (c-emacs-features):
4909         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4910         (antlr-directory-dependencies):
4911         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4912         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4913         (ada-find-any-references, ada-make-filename-from-adaname)
4914         (ada-make-body-gnatstub):
4915         * obsolete/rnews.el (news-list-news-groups):
4916         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4917         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4918         * net/rcirc.el (rcirc-debug):
4919         * net/newst-treeview.el (newsticker--treeview-list-add-item)
4920         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4921         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4922         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4923         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4924         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4925         (newsticker--treeview-list-clear-highlight)
4926         (newsticker--treeview-list-update-highlight)
4927         (newsticker--treeview-list-highlight-start)
4928         (newsticker--treeview-tree-update-highlight)
4929         (newsticker--treeview-get-selected-item)
4930         (newsticker-treeview-mark-list-items-old)
4931         (newsticker--treeview-set-current-node):
4932         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4933         * net/newst-backend.el (newsticker--get-news-by-funcall)
4934         (newsticker--get-news-by-wget, newsticker--image-get)
4935         (newsticker--image-sentinel):
4936         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4937         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4938         (eudc-ph-close-session):
4939         * net/eudc.el (eudc-save-options):
4940         * language/thai-word.el (thai-update-word-table):
4941         * language/japan-util.el (japanese-string-conversion):
4942         * international/titdic-cnv.el (tsang-quick-converter)
4943         (ziranma-converter, ctlau-converter):
4944         * international/mule-cmds.el (describe-language-environment):
4945         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4946         (skkdic-convert-postfix, skkdic-convert-prefix):
4947         (skkdic-convert-okuri-nasi, skkdic-convert):
4948         * emacs-lisp/re-builder.el (reb-update-overlays):
4949         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4950         * emacs-lisp/gulp.el (gulp-send-requests):
4951         * emacs-lisp/find-gc.el (trace-call-tree):
4952         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4953         (eieio-describe-generic):
4954         * emacs-lisp/eieio-base.el (eieio-persistent-read):
4955         * emacs-lisp/edebug.el (edebug-outside-excursion):
4956         * emacs-lisp/debug.el (debugger-make-xrefs):
4957         * emacs-lisp/cust-print.el (custom-prin1-to-string):
4958         * emacs-lisp/chart.el (chart-new-buffer):
4959         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4960         Use with-current-buffer.
4961         * textmodes/artist.el (artist-system): Don't call
4962         copy-sequence on a fresh string.
4963         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4965 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
4967         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4968         is no item to edit.  (Bug#4820)
4969         (todo-top-priorities): Restore point and restore narrowing in Todo
4970         buffer.  (Bug#4820)
4972 2009-10-31  Glenn Morris  <rgm@gnu.org>
4974         * net/ange-ftp.el (top-level): Don't require dired when compiling.
4975         (comint-last-output-start, comint-last-input-start)
4976         (comint-last-input-end): Don't defvar when compiling.
4977         (ange-ftp-process-file): Use bound-and-true-p.
4979         * pcmpl-rpm.el (top-level): Move provide statement to end.
4980         (pcmpl-rpm): Remove unused custom group.
4982         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4984         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4986         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4987         (byte-compile-warnings): Add `constants' as an option.
4988         (byte-compile-callargs-warn, byte-compile-arglist-warn)
4989         (display-call-tree): Update for byte-compile-fdefinition possibly
4990         returning `(macro lambda ...)'.  (Bug#4778)
4991         (byte-compile-variable-ref, byte-compile-setq-default):
4992         Respect `constants' member of byte-compile-warnings.
4994         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4995         Use mapc rather than mapcar because the return value is never used.
4997         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4998         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4999         * cedet/semantic/html.el:
5000         Suppress harmless warnings about setting up semantic-imenu (not
5001         part of Emacs) variables.
5003 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5005         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5006         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5007         to "submit:".
5009         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5010         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5011         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5012         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5013         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5014         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5015         (semantic-analyzer-debug-global-symbol)
5016         (semantic-analyzer-debug-missing-innertype)
5017         (semantic-analyzer-debug-insert-include-summary):
5018         * cedet/semantic/util.el (semantic-file-tag-table):
5019         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5020         (semantic-recursive-find-nonterminal-by-name):
5021         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5022         * cedet/semantic/tag-file.el (semantic-prototype-file):
5023         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5024         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5025         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5026         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5027         (semantic-idle-summary-maybe-highlight):
5028         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5029         (semantic-ia-sb-tag-info):
5030         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5031         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5032         * cedet/semantic/ede-grammar.el (project-compile-target):
5033         (ede-proj-makefile-insert-variables):
5034         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5035         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5036         (semantic-debug-mode, semantic-debug):
5037         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5038         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5039         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5040         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5041         (semanticdb-find-translate-path-includes--internal)
5042         (semanticdb-reset-log, semanticdb-find-log-activity):
5043         * cedet/semantic/db-file.el (object-write):
5044         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5045         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5046         (semanticdb-create-ebrowse-database):
5047         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5048         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5049         (semantic-collector-calculate-completions-raw)
5050         (semantic-complete-read-tag-analyzer):
5051         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5052         * cedet/ede/util.el (ede-update-version-in-source):
5053         * cedet/ede/proj.el (project-delete-target):
5054         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5055         (ede-proj-flush-autoconf):
5056         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5057         (ede-proj-configure-synchronize):
5058         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5059         * cedet/ede/linux.el (ede-linux-version):
5060         * cedet/ede/emacs.el (ede-emacs-version):
5061         * cedet/ede/dired.el (ede-dired-add-to-target):
5062         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5063         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5064         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5065         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5066         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5067         (cedet-idutils-version-check):
5068         * cedet/cedet-global.el (cedet-gnu-global-call):
5069         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5070         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5071         * cedet/cedet-cscope.el (cedet-cscope-call)
5072         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5073         Use with-current-buffer.
5074         * cedet/ede.el (ede-make-project-local-variable)
5075         (ede-set-project-variables, ede-set): Use dolist.
5077 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5079         * textmodes/ispell.el (ispell-skip-region-alist):
5080         * international/mule-conf.el (eight-bit):
5081         * international/fontset.el (font-encoding-alist):
5082         * startup.el (pure-space-overflow-message):
5083         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5084         * paths.el (gnus-nntp-service, rmail-spool-directory)
5085         (term-file-prefix):
5086         * files.el (save-some-buffers-action-alist):
5087         * cmuscheme.el (same-window-buffer-names):
5088         * ielm.el (same-window-buffer-names):
5089         * shell.el (same-window-buffer-names):
5090         * mail/sendmail.el (same-window-buffer-names):
5091         * progmodes/inf-lisp.el (same-window-buffer-names):
5092         * bindings.el (mode-line-client)
5093         (mode-line-column-line-number-mode-map):
5094         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5095         (tibetan-precomposed-regexp): Purecopy string arguments.
5097 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5099         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5100         (calcDigit-nondigit):
5101         * calc/calc-yank.el (calc-copy-to-buffer):
5102         * calc/calc-units.el (calc-invalidate-units-table):
5103         * calc/calc-trail.el (calc-trail-yank):
5104         * calc/calc-store.el (calc-insert-variables):
5105         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5106         * calc/calc-prog.el (calc-read-parse-table):
5107         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5108         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5109         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5110         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5111         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5112         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5113         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5114         * calc/calc-ext.el (calc-realign):
5115         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5116         (calc-embedded-finish-edit, calc-embedded-make-info)
5117         (calc-embedded-finish-command, calc-embedded-stack-change):
5118         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5120         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5121         (overload-docstring-extension): Use that info.
5122         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5123         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5124         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5125         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5126         (semantic-nonterminal-full-name): Add the new `when' info.
5127         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5128         `assert'.
5130         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5131         shell-dynamic-complete-filename in preference to
5132         comint-dynamic-complete-filename.
5134         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5135         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5136         Don't consider whether the display supports colors.
5137         (bookmark-import-new-list): Use dolist.
5138         (bookmark-bmenu-mode-map): Move initialization into declaration.
5139         (bookmark-bmenu-list): Use dolist, simplify.
5140         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5141         (menu-bar-final-items): Use push.
5143 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5145         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5146         it works on remote files.
5147         (vc-hg-diff): Don't pass any `--cwd' argument.
5149 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5151         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5152         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5153         (Further to Bug#3921).
5155 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5157         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5158         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5159         calling `tramp-imap-put-file'.  Add file size to the call.
5160         (tramp-imap-get-file-entries): Compute also user name, file size,
5161         and date.
5162         (tramp-imap-handle-insert-directory): Insert uid and gid.
5163         (tramp-imap-handle-file-attributes): Transform uid and gid
5164         according to `id-format'.
5165         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5166         size in header X-Size.
5168 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5170         * simple.el (transpose-subr): Give clearer error when the mark
5171         is not set.  (Bug#4807)
5173 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5175         * net/tramp.el (tramp-perl-file-truename): New defconst.
5176         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5177         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5178         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5179         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5181         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5182         Ignore `dired-call-process'.
5183         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5185 2009-10-26  Julian Scheid  <julians37@gmail.com>
5187         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5188         (tramp-get-remote-readlink): New defun.
5189         (tramp-handle-file-truename): Use it.
5190         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5191         file exists if cache value present.
5192         (tramp-check-cached-permissions): New defun.
5193         (tramp-handle-file-readable-p): Use it.
5194         (tramp-handle-file-writable-p): Likewise.
5195         (tramp-handle-file-executable-p): Likewise.
5196         (tramp-handle-file-name-all-completions): Try using Perl to get
5197         partial completions.  When perl not available, combine `cd' and
5198         `ls' into single remote operation and use shell expansion to get
5199         partial remote directory contents.  Set `file-exists-p' cache for
5200         directory and any files returned by ls.  Change cache handling to
5201         support partial directory contents.  Use error message emitted by
5202         remote `cd' or Perl code for local tramp-error.
5203         (tramp-do-copy-or-rename-file-directly): Avoid separate
5204         tramp-send-command-and-check call.
5205         (tramp-handle-process-file): Merge three remote ops into one.
5206         Do not flush all caches when `process-file-side-effects' is set.
5207         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5208         file-attributes shows uid/gid to be set already.
5210 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5212         * textmodes/tex-mode.el (tex-dvi-view-command)
5213         (tex-show-queue-command, tex-open-quote):
5214         * progmodes/ruby-mode.el (auto-mode-alist)
5215         (interpreter-mode-alist): Purecopy strings.
5217         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5219         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5220         string for the hook, keymap and abbrev table.
5222         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5224         * x-dnd.el (x-dnd-xdnd-to-action):
5225         * startup.el (fancy-startup-text, fancy-about-text): Change to
5226         defconst from defvar.
5228         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5230         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5231         Purecopy initialization strings.
5233         * mail/sendmail.el (mail-header-separator)
5234         (mail-personal-alias-file):
5235         * mail/rmail.el (rmail-default-dont-reply-to-names)
5236         (rmail-ignored-headers, rmail-retry-ignored-headers)
5237         (rmail-highlighted-headers, rmail-secondary-file-directory)
5238         (rmail-secondary-file-regexp):
5239         * files.el (null-device, file-name-invalid-regexp)
5240         (locate-dominating-stop-dir-regexp)
5241         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5242         (interpreter-mode-alist): Use mapcar instead of mapc.
5244         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5246         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5247         (completion-ignored-extensions):
5248         (debug-ignored-errors): Purecopy strings.
5250 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5253         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5254         (pcomplete--here): Use push.
5256         * subr.el (all-completions): Declare the 4th arg obsolete.
5258 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5260         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5261         (pcomplete-unquote-argument): New function.
5262         (pcomplete--common-suffix): Always pay attention to case.
5263         (pcomplete--table-subvert): Quote and unquote the text.
5264         (pcomplete--common-quoted-suffix): New function.
5265         (pcomplete-std-complete): Use it and pcomplete-begin.
5267         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5268         we're inside a dedicated or minibuffer window.
5270 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5272         * cedet/semantic/fw.el (semantic-alias-obsolete)
5273         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5274         (define-mode-overload-implementation):
5275         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5276         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5277         * cedet/semantic/util.el (semantic-file-token-stream)
5278         (semantic-something-to-stream):
5279         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5280         (semantic-expand-nonterminal):
5281         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5282         (semantic-find-dependency, semantic-find-nonterminal)
5283         (semantic-find-dependency):
5284         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5285         (semantic-flex-text, semantic-flex-make-keyword-table)
5286         (semantic-flex-keyword-p, semantic-flex-keyword-put)
5287         (semantic-flex-keyword-get, semantic-flex-map-keywords)
5288         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5289         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5290         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5291         (semantic-after-idle-scheduler-reparse-hooks):
5292         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5293         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5294         * cedet/semantic.el (semantic-toplevel-bovine-table)
5295         (semantic-toplevel-bovine-cache)
5296         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5297         (semantic-init-mode-hooks, semantic-init-db-hooks)
5298         (semantic-bovination-working-type): Provide the `when' arg.
5300 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5302         * bookmark.el: Update documentation, especially documentation
5303         of `bookmark-alist' and of the bookmark file format.
5304         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5306 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5308         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5309         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5310         window to buffer.
5312         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5313         (global-whitespace-mode, global-whitespace-newline-mode)
5314         (whitespace-toggle-options, global-whitespace-toggle-options):
5315         Doc fix (Bug#3660).
5317         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5318         of xmltok-start before the end tag was inserted (Bug#2840).
5320         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5321         patterns that are preceded by an open-paren (Bug#1320).
5323 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5325         * files.el (delete-directory): Delete symlinks to directories with
5326         delete-file (Bug#4739).
5328 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5330         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5331         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5332         argument to make-obsolete.
5334         * cedet/semantic/fw.el (semantic-alias-obsolete)
5335         (semantic-varalias-obsolete): Add optional WHEN argument.
5337 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5339         * vc.el (vc-backend-for-registration): Rename from
5340         vc-get-backend-for-registration.  Update callers.
5342         * international/mule-cmds.el (set-language-info-alist):
5343         Purecopy lang-env.
5344         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5345         (charset): Purecopy the name.
5346         (define-char-code-property): Purecopy string arguments.
5348         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5349         Purecopy string arguments.
5351         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5352         * ediff-hook.el (menu-bar-ediff-menu):
5353         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5354         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5356 2009-10-24  Glenn Morris  <rgm@gnu.org>
5358         * comint.el (comint-dynamic-list-completions):
5359         * term.el (term-dynamic-list-completions): Use choose-completion rather
5360         than obsolete alias mouse-choose-completion.
5362         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5363         file-cache-choose-completion.
5364         (file-cache-choose-completion): Handle an optional event argument.
5365         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5367         * progmodes/octave-mod.el (octave-complete-symbol):
5368         Use choose-completion if mouse-choose-completion is ever removed.
5370         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5371         use.
5373         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5374         compiler.
5376         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5378 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5380         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5381         Ignore `pred' now that we receive one.
5382         Handle test-completion specially.
5384 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5386         * vc.el (vc-responsible-backend): Throw an error if not backend is
5387         found.  Remove the REGISTER argument.  Move the code dealing with
5388         REGISTER ...
5389         (vc-get-backend-for-registration): ... here.  New function.
5390         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5391         of vc-responsible-backend, pass the file name instead of the
5392         directory name.
5394 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5396         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5397         New funs.
5398         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5399         (pcomplete-comint-setup): Don't modify a global var via
5400         accidental side-effects.
5401         (pcomplete-shell-setup): Adjust call accordingly.
5402         (pcomplete-parse-comint-arguments): Use push.
5404 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5406         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5407         Allow uncapitalized info node names (Bug#3921).
5409         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5410         to the DEBUG file (Bug#3781).
5412 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5414         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5415         dictionary entry (Bug#4579).
5417 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5419         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5420         from `rfn-eshadow-update-overlay-hook' when unloading.
5421         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5422         "rsyncc".  Adjust doc string.
5423         (tramp-temp-buffer-file-name): New buffer-local defvar.
5424         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5425         Keep temporary file when indicated by method ("rsync" and
5426         "rsyncc").
5427         (tramp-handle-write-region): Handle APPEND.
5428         (tramp-delete-temp-file-function): New defun.  Added to
5429         `kill-buffer-hook'.
5431 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5433         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5435 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5437         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5438         (color-name-rgb-alist, tty-standard-colors)
5439         (tty-color-mode-alist): Change to defconst.
5441         * simple.el (mark-inactive): Purecopy message.
5443         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5444         (global-map, yank-menu):
5445         * textmodes/ispell.el (ispell-menu-map):
5446         * net/eudc.el (eudc-tools-menu):
5447         * international/mule-cmds.el (describe-language-environment-map)
5448         (setup-language-environment-map, set-coding-system-map)
5449         (mule-menu-keymap):
5450         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5451         * replace.el (occur-mode-map):
5452         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5454 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5456         * calc/calc.el (math-read-number, math-read-number-simple): Use
5457         `save-match-data'.
5459 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5461         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5462         rather than fiddling with global-map bindings, since it should only
5463         affect per-terminal settings.
5464         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5466         * minibuffer.el (completion-table-with-terminator): Allow to specify
5467         the terminator-regexp.
5469         * simple.el (switch-to-completions): Look for *Completions* in other
5470         frames as well.
5472         * pcomplete.el: Allow the use of completion-tables.
5473         (pcomplete-std-complete): New command.
5474         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5475         (pcomplete--here): Use a function for `form' rather than an expression,
5476         so it can be byte-compiled.
5477         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5478         Add edebug declaration.
5479         (pcomplete-show-completions): Remove unused var `curbuf'.
5480         (pcomplete-do-complete, pcomplete-stub):
5481         Don't assume `completions' is a list of strings any more.
5483 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5485         * find-dired.el (find-name-arg): Fix typo in docstring.
5487 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5489         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5490         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5492         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5493         pcomplete-entries.
5495         * comint.el (comint-read-input-ring, comint-write-input-ring)
5496         (comint-substitute-in-file-name)
5497         (comint-dynamic-complete-as-filename)
5498         (comint-dynamic-simple-complete)
5499         (comint-dynamic-list-filename-completions)
5500         (comint-dynamic-list-completions)
5501         (comint-redirect-results-list-from-process): Minor simplifications.
5503 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5505         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5506         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5507         the first form.  And insert a blank line after ";;; Code" since
5508         that's usual style.  (Bug#4612)
5510         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5512 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * minibuffer.el (completion-table-with-terminator): Properly implement
5515         boundaries, in case `terminator' appears in the suffix.
5516         (completion--embedded-envvar-table): Don't return boundaries if
5517         there's no valid completion.  Simplify.
5518         (completion-file-name-table): New completion table extracted from
5519         completion--file-name-table.
5520         (completion--file-name-table): Use it.
5521         (read-file-name-predicate): Declare obsolete.
5522         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5523         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5524         completion-file-name-table, and use the `pred' argument.
5525         * files.el (locate-file-completion-table): Use the `pred' arg rather
5526         than read-file-name-predicate.
5527         (abbreviate-file-name): Use \` rather than ^ for BOS.
5529 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5531         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5532         vc-responsible-backend to register, it causes problems.
5534 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5536         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5538 2009-10-21  Eric Ludlam  <zappo@gnu.org>
5540         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5541         (semantic-c-debug-mode-init-pch): New functions.
5542         (semantic-c-debug-mode-init-last-mode): New var.
5543         (semantic-c-parse-lexical-token): Use them.
5545         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5546         When extracting the argument list, limit only by point-max.
5548 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5550         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5551         (tramp-smb-handle-file-attributes): Use it.
5552         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5553         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5554         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5555         Add `dired-filename' text properties.
5556         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5557         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5558         version.
5560 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5562         * subr.el (read-key-delay): Reduce to 0.01.
5563         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5564         (bug#4751).
5566 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5568         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5570         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5571         (Info-menu): Remove unused vars `last' and `completions'.
5572         (Info-index-nodes): Remove unused var `node'.
5574         * info.el (Info-complete-menu-item): Use complete-with-action.
5576 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5578         Make vc-annotate work through copies and renames.
5579         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5580         Return the file name too.
5581         (vc-annotate-revision-at-line)
5582         (vc-annotate-find-revision-at-line)
5583         (vc-annotate-revision-previous-to-line)
5584         (vc-annotate-show-log-revision-at-line): Update to get the file
5585         name from vc-annotate-extract-revision-at-line.
5586         (vc-annotate-show-diff-revision-at-line-internal): Change the
5587         argument to mean whether to show a file diff or not.  Get the file
5588         name from vc-annotate-extract-revision-at-line.
5589         (vc-annotate-show-diff-revision-at-line):
5590         Update vc-annotate-show-diff-revision-at-line call.
5591         (vc-annotate-warp-revision): Add an optional file argument.
5593         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5594         (vc-git-annotate-extract-revision-at-line): Also return the file
5595         name if found.
5597         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5598         command.  Remove unused code.
5599         (vc-hg-annotate-re): Update to match --follow output.
5600         (vc-hg-annotate-extract-revision-at-line): Also return the file
5601         name if found.
5603         * vc.el: Update annotate-extract-revision-at-line documentation.
5605 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5607         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5608         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5610         * net/browse-url.el (browse-url): Identify alist with "consp and
5611         not functionp" and let all other things go down the `apply' leg,
5612         as suggested by Stefan.  (Further to bug#4531.)
5614 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5616         * minibuffer.el (read-file-name): Check for repeat before putting
5617         a default argument in file-name-history (Bug#4657).
5619         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5620         read syntax (Bug#4737).
5622         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5624 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5626         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5627         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5628         entries and make note of obsolete tags.
5630 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5632         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5634 2009-10-18  Glenn Morris  <rgm@gnu.org>
5636         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5637         grep, so that binary files (eg international/uni-bidi.el) can match.
5638         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5639         now, and in any case the file header format has changed.
5641 2009-10-17  Glenn Morris  <rgm@gnu.org>
5643         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5644         (flyspell-get-word, flyspell-large-region)
5645         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5647 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5649         * Makefile.in (ELCFILES): Add ede/shell.
5651 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5653         * term/common-win.el (x-colors): Purecopy it.
5655 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5658         permissive for when the buffer is empty.
5659         (tar-header-block-tokenize): Decode the username and groupname.
5660         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5662 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5664         * cedet/srecode/srt.el:
5665         * cedet/srecode/compile.el:
5666         * cedet/semantic/mru-bookmark.el:
5667         * cedet/semantic/debug.el:
5668         * cedet/semantic/complete.el:
5669         * cedet/semantic/analyze.el: Require CL when compiling.
5671 2009-10-17  Eric Ludlam  <zappo@gnu.org>
5673         * cedet/semantic/scope.el
5674         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5675         tmpscope so that the regular scope will continue to work.
5677         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5678         Use semantic-idle-summary-highlight-face as the highlighting.
5680         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5681         contains multibyte characters, choose first applicable coding
5682         system automatically.
5684         * cedet/ede/project-am.el (project-run-target): New method.
5685         (project-run-target): New method.
5687         * cedet/ede.el (ede-target): Add run target menu item.
5688         (ede-project, ede-minor-keymap): Add ede-run-target binding.
5689         (ede-run-target): New function.
5690         (ede-target::project-run-target): New method.
5692         * cedet/ede/proj.el (project-run-target): New method.
5694         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5695         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
5696         Add :rules.
5697         (ede-proj-target-makefile-shared-object): Only libtool compilers
5698         now available.  Add linkers for libtool.
5699         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5700         (ede-proj-makefile-target-name): Always use .la extension.
5702         * cedet/ede/proj-prog.el (project-run-target): New method.
5704         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5705         (ede-g++-linker): Change Change link lines.
5707         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5708         When searching for old variables, go to the end of the buffer and
5709         search backward from there.
5710         (ede-proj-makefile-automake-insert-subdirs)
5711         (ede-proj-makefile-automake-insert-extradist): New methods.
5712         (ede-proj-makefile-create): Use them.
5714         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5715         Force FILE to expand to the current target.  Use file-exists-p to
5716         check that it exists.
5718         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5719         (ede-linux-load): Wrap dir in file-name-as-directory.
5720         Set :version slot.
5722         * cedet/ede/files.el (ede-get-locator-object): When enabling
5723         locate, do so on "top".
5725         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5726         file-name-as-directory during compare.
5727         (ede-emacs-version): Return Emacs/XEmacs differentiator.
5728         Get version number from different places.  Don't call egrep.
5729         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
5730         to set the directory.
5732         * cedet/ede/shell.el: New file.
5734         * cedet/inversion.el (inversion-decoders): Allow for stray . in
5735         alpha/beta variants.
5737 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5739         * international/mule-cmds.el (select-safe-coding-system): If the file
5740         has a coding cookie, use it regardless of any other setting (bug#4712).
5742 2009-10-17  Glenn Morris  <rgm@gnu.org>
5744         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5745         All errors should have messages.
5747         * foldout.el (foldout-mouse-swallow-events):
5748         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5750         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5751         (dired-keep-marker-copy, dired-keep-marker-hardlink)
5752         (dired-keep-marker-symlink, dired-dwim-target)
5753         (dired-copy-preserve-time): Do not autoload these defcustoms.
5755         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5756         messages from messing up the file coding.  (Bug#4623)
5758 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
5760         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5761         if no match is found for the current dictionary.  (Bug#4578)
5763         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5764         optional, since that is how it is documented, and this is often called
5765         with a nil argument.  (Bug#4577)
5766         (flyspell-external-point-words, flyspell-auto-correct-word)
5767         (flyspell-correct-word-before-point, flyspell-word-search-forward)
5768         (flyspell-word-search-backward): Remove nil argument in calls to
5769         flyspell-get-word, since it is not needed now.
5771 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
5773         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
5775 2009-10-16  Glenn Morris  <rgm@gnu.org>
5777         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5779 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5781         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5782         (ange-ftp-file-size): New function.
5783         (ange-ftp-file-attributes): Use it.
5785 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
5787         * net/tramp-smb.el (tramp-smb-version): New defvar.
5788         (tramp-smb-maybe-open-connection): Use it, in order to avoid
5789         repeated checks.
5791 2009-10-16  Glenn Morris  <rgm@gnu.org>
5793         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5794         Maybe copy some custom properties from old to new name.  (Bug#4706)
5796 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
5798         * subr.el (error, sit-for, start-process-shell-command)
5799         (start-file-process-shell-command): Set the calling convention
5800         after the function definition.
5802 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5804         * subr.el (error, sit-for, start-process-shell-command)
5805         (start-file-process-shell-command): Use the new
5806         set-advertised-calling-convention feature.
5808 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
5810         * international/ucs-normalize.el (ucs-normalize-version):
5811         Change to 1.2.
5812         (check-range): Adjust for Unicode 5.2.
5814 2009-10-15  Juri Linkov  <juri@jurta.org>
5816         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5817         to the `menu-item' format.
5819 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
5821         * net/tramp.el (tramp-replace-environment-variables): Do not fail
5822         if the environment variable does not exist.
5824         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5825         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5826         parameter.
5827         (tramp-smb-handle-add-name-to-file)
5828         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5829         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5830         (tramp-smb-handle-file-attributes)
5831         (tramp-smb-do-file-attributes-with-stat)
5832         (tramp-smb-handle-file-local-copy)
5833         (tramp-smb-handle-insert-directory)
5834         (tramp-smb-handle-make-directory)
5835         (tramp-smb-handle-make-directory-internal)
5836         (tramp-smb-handle-make-symbolic-link)
5837         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5838         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5839         (tramp-smb-maybe-open-connection): Apply the changed parameters.
5840         (tramp-smb-read-file-entry): Read Disk names in compressed format.
5841         Handle long file names.
5842         (tramp-smb-get-cifs-capabilities): Check, whether the connection
5843         process is running.
5844         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5845         Read share names with "-g" option.
5847 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
5849         * net/rcirc.el (rcirc-view-log-file): New command.
5850         (rcirc-track-minor-mode-map): Remove C-c ` binding.
5851         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5852         specified.
5854 2009-10-15  Glenn Morris  <rgm@gnu.org>
5856         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5857         from the second command-line argument.
5858         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5859         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5860         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5861         w32-batch-update-autoloads.
5862         * emacs-lisp/autoload.el (autoload-make-program): New variable.
5863         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5865         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5866         the headers cannot be located.  Simplify, subtracting superflous
5867         save-excursions.
5869 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5871         Replace completion-base-size by completion-base-position to fix bugs
5872         such as (bug#4699).
5873         * simple.el (completion-base-position): New var.
5874         (completion-base-size): Mark as obsolete.
5875         (choose-completion): Make it work for mouse events as well.
5876         Pass the new base-position to choose-completion-string.
5877         (choose-completion-guess-base-position): New function, extracted from
5878         choose-completion-delete-max-match.
5879         (choose-completion-delete-max-match): Use it.  Make obsolete.
5880         (choose-completion-string): Use the new base-position info.
5881         (completion-root-regexp): Delete.
5882         (completion-setup-function): Preserve completion-base-position.
5883         Eliminate obsolete base-size manipulation.
5884         * minibuffer.el (display-completion-list): Don't mess with base-size.
5885         (minibuffer-completion-help): Set completion-base-position instead.
5886         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5887         choose-completion.
5888         * textmodes/bibtex.el (bibtex-complete):
5889         * emacs-lisp/crm.el (crm--choose-completion-string):
5890         Adjust to new calling convention.
5891         * complete.el (partial-completion-mode): Use minibufferp to avoid
5892         bumping into incompatible change to choose-completion-string-functions.
5893         * ido.el (ido-choose-completion-string): Make its calling convention
5894         more permissive.
5895         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5896         base-size manipulation.
5897         (comint-dynamic-list-input-ring): Use dotimes and push.
5898         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5899         fundamental-mode.  Use `or'.
5901 2009-10-14  Juri Linkov  <juri@jurta.org>
5903         * misearch.el (multi-isearch-next-buffer-from-list)
5904         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
5906 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5908         * Makefile.in (compile-onefile): Load `bytecomp' rather than
5909         `bytecomp.el'.
5911         * minibuffer.el (completion-pcm--merge-completions): Make sure the
5912         string we return is all made up of text from the completions rather
5913         than part from the completions and part from the input (bug#4219).
5915         * ido.el (ido-everywhere): Use define-minor-mode.
5917         * buff-menu.el (list-buffers, ctl-x-map):
5918         Mark the entry points with ;;;###autoload cookies.
5920 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5922         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5923         correctly in the detached head case.
5924         (vc-git-print-log): Remove unused binding.
5926         * vc.el (vc-responsible-backend): When a directory is passed for
5927         for registration create a VC repository if no backend is
5928         responsible for the directory argument.
5929         (vc-deduce-fileset): Tell vc-responsible-backend to register.
5931         * vc.el: Move comments about RCS and SCCS ...
5932         * vc-rcs.el:
5933         * vc-sccs.el: ... here, respectively.
5935 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5937         * minibuffer.el (completion--file-name-table): Return nil if there's
5938         no file completion, even if substitute-in-file-name changed
5939         the string (bug#4708).
5941 2009-10-13  Juri Linkov  <juri@jurta.org>
5943         * files-x.el (read-file-local-variable-value): Don't filter out
5944         minor modes from mode name completion (bug#4664).
5946 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5948         * international/mule-cmds.el (ucs-names): Remove exclusion of
5949         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5951 2009-10-13  Kenichi Handa  <handa@m17n.org>
5953         * international/uni-name.el: Regenerated.
5955 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5957         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
5958         should be automatically buffer-local, but isn't.)
5960 2009-10-12  Sam Steingold  <sds@gnu.org>
5962         * progmodes/compile.el (compilation-next-error-function): Fix the
5963         timestamps if the buffer has been visited before.
5964         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5965         non-anchored patterns, like the perl one (bug#3928).
5967 2009-10-12  Glenn Morris  <rgm@gnu.org>
5969         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5970         Let-bind `size'.
5972 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
5974         * proced.el (proced-unload-function): New function.
5976         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5977         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5978         Doc fix.
5980         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5982 2009-10-11  Juri Linkov  <juri@jurta.org>
5984         * files-x.el (read-file-local-variable-value):
5985         Provide default value only for bound variables (bug#4664).
5987 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
5989         * net/tramp.el (tramp-local-host-p): Function shall return nil for
5990         connection methods like smb.
5992         * net/tramp-cache.el (tramp-flush-connection-property): The hash
5993         can be empty.
5995         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5996         (tramp-smb-file-name-handler-alist): Add handlers for
5997         `add-name-to-file', `make-symbolic-link'.
5998         (tramp-smb-handle-add-name-to-file)
5999         (tramp-smb-do-file-attributes-with-stat)
6000         (tramp-smb-handle-make-symbolic-link)
6001         (tramp-smb-get-cifs-capabilities): New defuns.
6002         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6003         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6004         (tramp-smb-handle-file-local-copy)
6005         (tramp-smb-handle-make-directory-internal)
6006         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6007         The file name syntax depends on cifs capabilities.
6008         (tramp-smb-handle-file-attributes):
6009         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6010         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6011         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6013 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6015         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6016         (eieio-defclass): Apply deftype handler and setf-method properties
6017         directly.
6018         (eieio-add-new-slot): Avoid union function from cl library.
6019         (eieio--typep): New function.
6020         (eieio-perform-slot-validation): Use it.
6022 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6024         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6025         Update documentation to refer to the variables documented in r1.135.
6026         (Bug#4188)
6028 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6030         * bookmark.el (Info-suffix-list): Remove this unused variable.
6031         (bookmark-current-point): Remove this obsolete variable.
6032         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6033         Adjust for removal of bookmark-current-point.
6035         (bookmarks-already-loaded, bookmark-current-buffer)
6036         (bookmark-yank-point): Document.  (Bug#4188)
6038 2009-10-10  Glenn Morris  <rgm@gnu.org>
6040         * frame.el (frame-height): Doc fix.
6042         * calendar/calendar.el (calendar-split-width-threshold): New option.
6043         (calendar-basic-setup): Use calendar-split-width-threshold.
6045 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6047         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6048         Use .la for Automake.
6050 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6052         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6053         Use "autoreconf -i".  Suggested by Andreas Schwab.
6055 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6057         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6058         Ideographic Supplement" range (U+1F200..U+1F2FF).
6060 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6062         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6063         since the list will have been rebuilt anyway.  (Bug#4349)
6065 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6067         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6068         (bookmark-bmenu-execute-deletions): Don't save here, as
6069         bookmark-delete will now do so if necessary.
6070         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6071         (Bug#4348)
6073 2009-10-09  Glenn Morris  <rgm@gnu.org>
6075         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6077 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6079         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6080         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6081         argument now, so the two function's behaviors will match.  (Bug#3645)
6083 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6085         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6086         Fix filename test.
6087         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6088         to expand file names.
6090 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6092         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6093         (tramp-file-name-real-host, tramp-file-name-port):
6094         Apply `save-match-data'.
6096         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6097         case both directories are remote.
6098         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6099         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6101 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6103         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6104         (ede-proj-target-makefile-objectcode): Use it.
6106         * cedet/ede/source.el (ede-want-any-source-files-p)
6107         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6108         Return search result.  This error was introduced while merging.
6110 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6112         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6114 2009-10-07  Glenn Morris  <rgm@gnu.org>
6116         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6117         of concat.
6119 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6121         * files-x.el (read-file-local-variable): Include some
6122         non-user-variables in the completion table (bug#4664).
6124 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6126         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6127         message.
6129         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6130         (tramp-smb-file-name-handler-alist): Add handler for
6131         `copy-directory', `expand-file-name', `set-file-modes'.
6132         (tramp-smb-handle-copy-directory)
6133         (tramp-smb-handle-expand-file-name)
6134         (tramp-smb-handle-set-file-modes): New defuns.
6135         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6136         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6137         entry.
6138         (tramp-smb-handle-insert-directory): Don't flush the cache.
6139         (tramp-smb-maybe-open-connection): Check for samba client and
6140         server versions.
6142 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6144         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6145         to not error out of search for "^lisp=" fails.
6147 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6149         * makefile.w32-in (WINS_UPDATES): New macro.
6150         (custom-deps, finder-data, autoloads): Use it.
6152 2009-10-07  Glenn Morris  <rgm@gnu.org>
6154         * Makefile.in (autoloads): Revert previous change.
6155         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6156         the list of preloaded files passed on the command-line, get
6157         it from src/Makefile.
6159         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6160         show the original buffer rather than a random one.
6162 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6164         * help.el (describe-no-warranty): Place point in a slightly better
6165         position in the GPLv3 text.
6167 2009-10-06  Sam Steingold  <sds@gnu.org>
6169         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6170         the comm attribute is present before calling regexp-quote.
6172 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6174         * play/animate.el (animate-string): For good effect, make sure
6175         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6177         * play/animate.el (animate-sequence, animate-birthday-present):
6178         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6180 2009-10-06  Glenn Morris  <rgm@gnu.org>
6182         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6184         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6185         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6186         (batch-update-autoloads): Process a string value of autoload-excludes,
6187         set during the build process.
6188         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6190         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6191         inside with-parsed...  macro so that `v' is defined.
6193         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6194         * progmodes/fortran.el (fortran-end-of-block)
6195         (fortran-beginning-of-block):
6196         Also push mark in the macro case.
6198         * emerge.el (emerge-show-file-name):
6199         * calc/calc.el (calc-quit):
6200         * calc/calc-misc.el (calc-big-or-small):
6201         * calc/calc-graph.el (calc-graph-view):
6202         * calc/calc-ext.el (calc-reset):
6203         * calendar/calendar.el (calendar-basic-setup):
6204         Use window-full-height-p.
6206         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6207         header we don't understand, don't insert another.  (Bug#4624)
6208         If changing mime charset, insert the new one in the right place.
6210 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6212         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6213         (cal-tex-cursor-month): Correctly increment the end date for diary and
6214         holiday listing.  (Bug#4626)
6216 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6218         * help-fns.el (describe-function-1): Don't burp if the function is not
6219         a symbol.
6221 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6223         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6224         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6225         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6226         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6228         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6229         (eieio-default-superclass): Reflow docstrings.
6230         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6231         (eieio-unbind-method-implementations, defmethod)
6232         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6233         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6234         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6235         (eieio-slot-originating-class-p, eieio-slot-name-index)
6236         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6237         (constructor, initialize-instance, no-next-method, object-print)
6238         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6239         Fix typos in docstrings.
6240         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6241         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6242         (next-method-p): Doc fixes.
6243         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6244         Fix typos in error messages.
6245         (eieio-defmethod): Fix typo in description of generic method.
6247         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6248         (eieio-persistent-save-interactive, slot-missing):
6249         Fix typos in docstrings.
6250         (eieio-instance-inheritor-slot-boundp): Doc fix.
6252         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6253         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6255         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6256         (eieio-custom-object-apply-reset):
6257         Fix typos in docstrings and error messages.
6259         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6260         Fix typo in docstring.
6262         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6263         (eieio-browse-tree): Doc fix.
6264         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6265         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6266         Fix typos in docstrings.
6268         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6269         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6270         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6271         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6272         Reflow docstrings.
6274 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6276         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6277         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6278         Set log-view-vc-backend so that diff can work.
6280         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6281         vc-version-diff.
6282         (vc-diff-internal): Autoload this instead of vc-version-diff.
6284 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6286         * simple.el (eval-expression): Doc fix.
6288         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6290 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6292         * files.el (directory-files-no-dot-files-regexp): New defconst.
6293         (delete-directory): Use it.
6294         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6296         * net/tramp.el (tramp-verbose): Fix docstring.
6297         (tramp-methods): Add recursive option to `tramp-copy-args'.
6298         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6299         "scp1_old", "scp2_old", "rsync", "rsyncc".
6300         (tramp-default-method): Check also for `auth-source-user-or-password'.
6301         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6302         Add handler for `copy-directory'.
6303         (tramp-handle-copy-directory): New defun.
6304         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6305         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6306         Optimize sent command.
6308 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6310         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6311         window if necessary.
6313         * calendar/calendar.el (calendar-basic-setup): Don't call
6314         switch-to-buffer in a dedicated window.
6316 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6318         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6319         don't do anything related to relocating, just return nil.
6320         (bookmark-error-no-filename): New error.
6321         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6322         bookmark has no file.  Don't even attempt to handle things that
6323         are not files; the whole point of custom handlers is to keep that
6324         knowledge elsewhere anyway.  Tighten some comments.
6325         (bookmark-file-or-variation-thereof): Remove now-unused function.
6326         (bookmark-location): Doc string fix.
6327         (Bug#4250)
6329 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6331         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6332         don't use a file dialog, because they usually don't know how to read
6333         a directory target from the user.  (Bug#4230)
6334         Also, make sure the prompt can display directories as well as files.
6336 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6338         * bookmark.el (bookmark-set, bookmark-buffer-name):
6339         Improve doc strings.  (Bug#1193)
6341 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6343         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6344         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6345         (bookmark-get-annotation, bookmark-set-annotation)
6346         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6347         (bookmark-set-position, bookmark-get-front-context-string)
6348         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6349         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6350         (bookmark-jump-other-window, bookmark-handle-bookmark)
6351         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6352         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6353         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6354         Improve doc strings to say whether bookmark can be a string or
6355         a record or both, and make other consistency and clarity fixes.
6356         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6357         (bookmark-default-annotation-text, bookmark-yank-word)
6358         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6359         (bookmark-import-new-list, bookmark-maybe-rename)
6360         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6361         (bookmark-bmenu-bookmark): Give these doc strings.
6362         (bookmark-bmenu-check-position): Give this a doc string, but also
6363         add a FIXME comment about how the function may be pointless.
6364         (bookmark-default-handler): Rework doc string and change a
6365         parameter name, to clarify that this takes a bookmark record
6366         not a bookmark name.
6367         (bookmark-set): Change a parameter name to indicate its meaning,
6368         and improve the doc string a bit.
6369         (Bug#4188)
6371 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6373         * bookmark.el (bookmark-alist): Document the new `handler' element
6374         in the param alist.
6375         (bookmark-make-record-function): Adjust documentation for above.
6376         (Bug#4193)
6378 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6380         * info.el (Info-bookmark-make-record): Document this function.
6381         (Info-bookmark-jump): Document with a doc string, not just a comment.
6382         (Bug#4203)
6384 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6386         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6387         (semantic-new-buffer-fcn): Call parser setup functions here.
6388         (semantic-mode): Don't call parser setup functions here, it's done
6389         in semantic-new-buffer-fcn now.
6390         (semantic-mode): Parse all existing buffers when enabled.
6392         * cedet/srecode/compile.el (srecode-compile-file):
6393         Call semantic-new-buffer-fcn if the buffer has not been parsed.
6395 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6397         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6399         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6400         (proj-comp-insert-variable-once): New macro, renamed from
6401         ede-pmake-insert-variable-once in ede/pmake.edl.
6402         (ede-proj-makefile-insert-variables): Use it.
6404 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6406         * files.el (copy-directory): New defun.
6408         * dired-aux.el (dired-copy-file-recursive): Use it.
6410 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6412         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6413         (makefile-end-of-command):
6414         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6415         (semantic-end-of-context): Fix previous change.  Doc fixes.
6417 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6419         * files-x.el (modify-dir-local-variable)
6420         (copy-dir-locals-to-file-locals-prop-line):
6421         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6422         (makefile-end-of-command):
6423         * cedet/semantic/lex.el (semantic-lex-token):
6424         * cedet/semantic/analyze/fcn.el
6425         (semantic-analyze-dereference-metatype-1):
6426         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6427         (semantic-lex-cpp-undef):
6428         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6429         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6430         (semantic-end-of-context): Fix typos in docstrings.
6432         * recentf.el (recentf-unload-function): New function.
6434 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6436         * cedet/ede.el (ede-project-placeholder-cache-file):
6437         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6438         * cedet/srecode/map.el (srecode-map-save-file):
6439         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
6441 2009-10-04  Glenn Morris  <rgm@gnu.org>
6443         * window.el (window-full-height-p): Add doc string.
6445 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6447         * window.el (window-full-height-p): New function.  (Bug#4543)
6449 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
6451         * cedet/srecode/insert.el: Require srecode/args.
6453         * cedet/srecode/args.el: Require srecode/dictionary instead of
6454         srecode/insert.
6456         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6458         * files.el (auto-mode-alist): Add .srt and Project.ede.
6460         * cedet/semantic.el (semantic-mode):
6461         Handle srecode-template-mode-hook as well.
6462         (semantic-mode): Use js-mode-hook for Javascript hook.
6464         * cedet/srecode/template.el: Remove hook variable.
6466         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6468         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6469         projects exist.
6470         (ede-project-placeholder-cache-file): Default to a file in
6471         user-emacs-directory.
6473         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6474         templates in data-directory.
6475         (srecode-map-save-file): Default to a file in user-emacs-directory.
6477         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6478         directory.
6480 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6482         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6483         Doc fix.
6485         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6486         Only insert each variable once.
6488         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6489         (ede-pmake-insert-variable-shared): Use it.
6491         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6492         for lexical table iff table is nil.
6494 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6496         * vc.el: Remove commented out code.
6497         (vc-derived-from-dir-mode): Remove, unused.
6498         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6500 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6502         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6503         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6504         there could be recursive loading when `default-directory' is a
6505         remote file name.  (Bug#4614)
6507 2009-10-03  Glenn Morris  <rgm@gnu.org>
6509         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6510         the frame is wide.
6511         (calendar-generate-window): Test for shrinkability rather than width.
6513         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6514         declaration, currently false.
6516         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6517         reusing existing buffers, in case we happen to visit two files with the
6518         same basename.  (Bug#4593)
6520 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6522         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6523         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6524         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6525         subdirs of cedet as well.
6526         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6528 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6530         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6531         Obey advertised-signature-table.
6533         * help-fns.el (help-function-arglist): Don't check
6534         advertised-signature-table.
6535         (describe-function-1): Do it here instead so it also applies to subrs.
6537 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6539         * simple.el (start-file-process): Say in the doc-string, that file
6540         handlers might not support pty association, if PROGRAM is nil.
6542         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6543         HOST and USER are strings.  They are nil, when there are
6544         incomplete entries in ~/.netrc, for example.
6545         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6546         root directory ("device busy" error otherwise).
6548         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6549         Flush file properties of created directory.
6551 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6553         * makefile.w32-in (WINS_BASIC): Remove cedet.
6554         (WINS_CEDET): Add cedet.
6555         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6557 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6559         * net/browse-url.el (browse-url): Pass any symbol in
6560         browse-url-browser-function to `apply', since if you've mistakenly put
6561         an unbound symbol then the error is clearer.  (Bug#4531)
6563 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6565         * allout.el (allout-init, allout-back-to-current-heading)
6566         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6567         (allout-ascend, allout-up-current-level, allout-end-of-level)
6568         (allout-previous-visible-heading, allout-forward-current-level)
6569         (allout-backward-current-level, allout-show-children):
6570         * apropos.el (apropos-describe-plist):
6571         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6572         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6573         * completion.el (add-completion, add-permanent-completion):
6574         * descr-text.el (describe-text-category, describe-char):
6575         * desktop.el (desktop-lazy-abort):
6576         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6577         * dired.el (dired-build-subdir-alist):
6578         * ediff.el (ediff-version):
6579         * elide-head.el (elide-head, elide-head-show):
6580         * emerge.el (emerge-version):
6581         * env.el (getenv):
6582         * face-remap.el (variable-pitch-mode):
6583         * faces.el (describe-face):
6584         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6585         (dired-at-point):
6586         * files.el (find-file-existing, auto-save-mode):
6587         * font-lock.el (font-lock-fontify-buffer):
6588         * help-fns.el (describe-function, describe-variable)
6589         (describe-syntax, describe-categories):
6590         * help.el (view-lossage, describe-bindings, describe-key)
6591         (describe-mode):
6592         * hexl.el (hexl-current-address):
6593         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6594         * info.el (Info-goto-emacs-key-command-node):
6595         * log-edit.el (log-edit-insert-cvs-template)
6596         (log-edit-insert-cvs-rcstemplate):
6597         * menu-bar.el (menu-bar-mode):
6598         * mouse.el (mouse-appearance-menu):
6599         * newcomment.el (comment-indent-new-line):
6600         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6601         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6602         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6603         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6604         * recentf.el (recentf-mode):
6605         * savehist.el (savehist-mode, savehist-save):
6606         * shadowfile.el (shadow-copy-files):
6607         * simple.el (kill-ring-save, next-line, previous-line)
6608         (normal-erase-is-backspace-mode):
6609         * strokes.el (strokes-update-window-configuration)
6610         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6611         (strokes-xpm-for-stroke):
6612         * time.el (emacs-uptime, emacs-init-time):
6613         * tutorial.el (tutorial--describe-nonstandard-key)
6614         (tutorial--detailed-help):
6615         * type-break.el (type-break-mode)
6616         (type-break-mode-line-message-mode, type-break-query-mode)
6617         (type-break-guesstimate-keystroke-threshold):
6618         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6619         * version.el (emacs-version):
6620         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6621         * winner.el (winner-mode):
6622         * calendar/timeclock.el (timeclock-in, timeclock-out)
6623         (timeclock-status-string, timeclock-change)
6624         (timeclock-workday-remaining-string)
6625         (timeclock-workday-elapsed-string)
6626         (timeclock-when-to-leave-string):
6627         * calendar/todo-mode.el (todo-add-category):
6628         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6629         * emacs-lisp/autoload.el (update-file-autoloads):
6630         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6631         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6632         (checkdoc-message-text, checkdoc-defun):
6633         * emacs-lisp/debug.el (debugger-list-functions):
6634         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6635         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6636         (eieio-describe-generic):
6637         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6638         * emacs-lisp/shadow.el (list-load-path-shadows):
6639         * emulation/cua-base.el (cua-mode):
6640         * emulation/edt.el (edt-set-scroll-margins):
6641         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6642         (tpu-toggle-regexp, tpu-toggle-search-direction)
6643         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6644         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6645         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6646         (viper-set-parsing-style-toggling-macro)
6647         (viper-set-emacs-state-searchstyle-macros):
6648         * emulation/viper.el (viper-set-hooks):
6649         * eshell/esh-mode.el (eshell-truncate-buffer):
6650         * international/mule-cmds.el (prefer-coding-system)
6651         (describe-input-method, describe-language-environment):
6652         * international/mule-diag.el (list-character-sets)
6653         (describe-character-set, describe-coding-system)
6654         (describe-fontset, list-fontsets, list-input-methods):
6655         * mail/sendmail.el (mail-signature):
6656         * net/ange-ftp.el (ange-ftp-copy-file):
6657         * net/browse-url.el (browse-url):
6658         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6659         * net/quickurl.el (quickurl-add-url):
6660         * net/rcirc.el (names, topic):
6661         * net/xesam.el (xesam-mode):
6662         * play/5x5.el (5x5-new-game):
6663         * play/yow.el (apropos-zippy):
6664         * progmodes/ada-mode.el (ada-mode-version):
6665         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6666         (f90-end-of-block)
6667         (f90-beginning-of-block):
6668         * progmodes/fortran.el (fortran-end-of-block)
6669         (fortran-beginning-of-block):
6670         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6671         * progmodes/python.el (python-describe-symbol, python-shell):
6672         * term/ns-win.el (ns-print-buffer):
6673         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6674         * textmodes/flyspell.el (flyspell-mode-on):
6675         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6676         (pages-directory-for-addresses):
6677         * textmodes/table.el (table-recognize-cell)
6678         (table-query-dimension, table-generate-source)
6679         (table-insert-sequence, table--warn-incompatibility):
6680         * textmodes/tex-mode.el (tex-validate-buffer):
6681         * textmodes/texinfmt.el (texinfmt-version)
6682         (texinfo-format-buffer):
6683         Use `called-interactively-p' instead of `interactive-p'.
6685 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6687         * image-mode.el (image-toggle-display):
6688         * emacs-lisp/elp.el (elp-instrument-function):
6689         * emacs-lisp/advice.el (ad-make-advised-definition):
6690         * emacs-lisp/easy-mmode.el (define-minor-mode):
6691         * net/browse-url.el (browse-url-maybe-new-window):
6692         * progmodes/sh-script.el (sh-learn-buffer-indent):
6693         Pass new argument 'any to `called-interactively-p'.
6695 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6697         * international/uni-bidi.el:
6698         * international/uni-category.el:
6699         * international/uni-combining.el:
6700         * international/uni-comment.el:
6701         * international/uni-decimal.el:
6702         * international/uni-decomposition.el:
6703         * international/uni-digit.el:
6704         * international/uni-lowercase.el:
6705         * international/uni-mirrored.el:
6706         * international/uni-name.el:
6707         * international/uni-numeric.el:
6708         * international/uni-old-name.el:
6709         * international/uni-titlecase.el:
6710         * international/uni-uppercase.el:
6711         Regenerate from Unicode 5.2.0 data.
6713 2009-10-01  Glenn Morris  <rgm@gnu.org>
6715         * Makefile.in (ELCFILES): Regenerate.
6717 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6719         * subr.el (interactive-p): Mark obsolete.
6720         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6721         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6722         advertised-signature-table for subroutines as well.
6724         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6725         (set-advertised-calling-convention): New function.
6726         (make-obsolete, define-obsolete-function-alias)
6727         (make-obsolete-variable, define-obsolete-variable-alias):
6728         Make the optional-ness of `when' obsolete.
6729         (define-obsolete-face-alias): Make `when' non-optional.
6730         * help-fns.el (help-function-arglist):
6731         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6732         Use advertised-signature-table.
6734 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6736         * files.el (delete-directory): New defun.  The original function
6737         in fileio.c has been renamed to `delete-directory-internal'.
6739         * dired.el (dired-delete-file): Call `delete-directory' with
6740         RECURSIVE parameter.
6742         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6743         parameter RECURSIVE.  Implementation is missing.
6745         * net/tramp.el (tramp-handle-make-directory): Flush upper
6746         directory's file properties.
6747         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6748         (tramp-handle-dired-recursive-delete-directory): Flush directory
6749         properties after the remove command only.
6751         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6752         Handle optional parameter RECURSIVE.
6754         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6755         Handle optional parameter RECURSIVE.
6757         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6758         connection timeout.
6759         (tramp-smb-handle-delete-directory): Handle optional parameter
6760         RECURSIVE.
6762 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6764         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6765         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6766         (byte-compile-defmacro): Use backquotes.
6768         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6770         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6771         has no associated file.
6772         (vc-resynch-buffer): Use vc-dir-buffers.
6774 2009-10-01  Glenn Morris  <rgm@gnu.org>
6776         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6777         (chart-file-count):
6778         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6779         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6780         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6781         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6782         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6783         (eieio-copy-parents-into-subclass, make-instance, class-children)
6784         (eieio-generic-form):
6785         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6786         * cedet/cedet-idutils.el (cedet-idutils-search)
6787         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6788         (cedet-idutils-version-check):
6789         * cedet/cedet.el (cedet-version):
6790         * cedet/data-debug.el (data-debug-insert-overlay-button)
6791         (data-debug-insert-overlay-list-button)
6792         (data-debug-insert-buffer-button)
6793         (data-debug-insert-buffer-list-button)
6794         (data-debug-insert-process-button, data-debug-insert-ring-button)
6795         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6796         (data-debug-insert-stuff-vector-button)
6797         (data-debug-insert-symbol-button, data-debug-insert-string)
6798         (data-debug-insert-number, data-debug-insert-lambda-expression)
6799         (data-debug-insert-nil, data-debug-insert-simple-thing)
6800         (data-debug-insert-custom, data-debug-edebug-expr):
6801         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6802         (global-ede-mode-map, ede-new, ede-debug-target)
6803         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6804         * cedet/semantic.el (semantic-minimum-working-buffer-size)
6805         (semantic-fetch-tags, semantic-submode-list)
6806         (semantic-default-submodes):
6807         * cedet/ede/source.el (ede-source-match):
6808         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6809         (project-am-package-info):
6810         * cedet/ede/proj.el (ede-proj-target, project-new-target):
6811         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6812         * cedet/ede/proj-comp.el (ede-current-build-list):
6813         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6814         * cedet/ede/files.el (ede-toplevel-project-or-nil):
6815         * cedet/ede/cpp-root.el (initialize-instance):
6816         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6817         (autoconf-parameter-strip, autoconf-insert-new-macro):
6818         * cedet/semantic/wisent.el (wisent-lex-eoi):
6819         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6820         (semantic-show-parser-state-mode):
6821         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6822         * cedet/semantic/tag.el (semantic-tag-new-variable)
6823         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6824         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6825         (semantic--tag-deep-copy-tag-list)
6826         (semantic-tag-components-with-overlays-default):
6827         * cedet/semantic/symref.el (semantic-symref-find-text):
6828         * cedet/semantic/senator.el (senator-yank-tag)
6829         (senator-transpose-tags-up):
6830         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6831         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6832         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6833         * cedet/semantic/lex.el (semantic-lex-comment-regex)
6834         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6835         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6836         * cedet/semantic/lex-spp.el
6837         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6838         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6839         * cedet/semantic/idle.el
6840         (semantic-idle-summary-current-symbol-info-brutish)
6841         (semantic-idle-summary-current-symbol-info-default):
6842         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6843         (semantic--grammar-macro-compl-dict):
6844         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6845         * cedet/semantic/format.el (semantic-format-tag-custom-list)
6846         (semantic-format-tag-canonical-name-default):
6847         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6848         (semantic-find-tags-for-completion)
6849         (semantic-find-tags-by-scope-protection-default)
6850         (semantic-deep-find-tags-for-completion):
6851         * cedet/semantic/edit.el
6852         (semantic-edits-incremental-reparse-failed-hook)
6853         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6854         (semantic-edits-splice-remove, semantic-edits-splice-replace):
6855         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6856         * cedet/semantic/dep.el (semantic-dependency-include-path):
6857         * cedet/semantic/db.el (semanticdb-default-find-index-class)
6858         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6859         (semanticdb-project-roots):
6860         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6861         (semanticdb-find-adebug-insert-scanned-tag-cons)
6862         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6863         (semanticdb-brute-deep-find-tags-for-completion):
6864         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6865         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6866         (semantic-end-of-context-default)
6867         (semantic-ctxt-current-function-default)
6868         (semantic-ctxt-scoped-types-default):
6869         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6870         (semantic-complete-inline-tag-engine)
6871         (semantic-complete-inline-custom-type)
6872         (semantic-complete-read-tag-analyzer):
6873         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6874         (semantic-chart-database-size):
6875         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6876         (semantic-analyze-current-context):
6877         * cedet/semantic/symref/list.el (semantic-symref)
6878         (semantic-symref-hide-buffer, semantic-symref-symbol):
6879         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6880         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6881         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6882         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6883         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6884         (semantic-c-dereference-template):
6885         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6886         (semantic--analyze-refs-full-lookup-with-parents)
6887         (semantic--analyze-refs-full-lookup-simple):
6888         * cedet/semantic/analyze/complete.el
6889         (semantic-analyze-possible-completions):
6890         * cedet/srecode/table.el (srecode-mode-table-new):
6891         * cedet/srecode/srt.el (srecode-read-variable-name):
6892         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6893         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6894         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6895         * cedet/srecode/map.el (srecode-current-map):
6896         * cedet/srecode/insert.el (srecode-insert)
6897         (srecode-insert-variable-secondname-handler, srecode-insert-method)
6898         (srecode-template-inserter-point-override)
6899         (srecode-insert-include-lookup):
6900         * cedet/srecode/getset.el (srecode-auto-choose-class):
6901         * cedet/srecode/extract.el (srecode-inserter-extract):
6902         * cedet/srecode/document.el
6903         (srecode-document-autocomment-return-last-alist)
6904         (srecode-document-autocomment-param-type-alist)
6905         (srecode-document-insert-function-comment)
6906         (srecode-document-insert-variable-one-line-comment)
6907         (srecode-document-function-name-comment):
6908         * cedet/srecode/dictionary.el (srecode-create-dictionary)
6909         (srecode-compound-toString):
6910         * cedet/srecode/compile.el (srecode-flush-active-templates):
6911         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6912         Doc/message fixes.
6914         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6915         match-data.  (Bug#4555).
6917         * cedet/semantic/bovine/gcc.el
6918         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6919         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6921         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6922         rather than parsing it as a regexp.  This relaxes the layout
6923         requirements and makes errors easier to detect.
6924         (check-declare-verify): Check file is regular.
6925         (check-declare-directory): Doc fix.
6926         * subr.el (declare-function): Doc fix.
6928         * ibuffer.el (ibuffer-format-qualifier):
6929         * isearch.el (hi-lock-regexp-okay):
6930         * calc/calc.el (math-zerop):
6931         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6932         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6933         Remove unused declarations.
6935 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6937         * cedet/semantic/wisent/javat-wy.el
6938         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6940 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
6942         * cedet/srecode/expandproto.el: Fix provide statement.
6944 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6946         * emacs-lisp/eieio.el (boolean-p): Delete.
6948 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
6950         * cedet/ede/srecode.el: Fix provide statement.
6952 2009-09-30  Glenn Morris  <rgm@gnu.org>
6954         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6955         * cedet/ede/proj-aux.el (ede-aux-source):
6956         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6957         (ede-misc-source):
6958         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6959         (semantic-mrub-switch-tags): Fix doc typos.
6961         * cedet/semantic/db-global.el (data-debug-new-buffer)
6962         (data-debug-insert-thing): Remove unneeded declarations (one broken).
6963         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6965         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6967         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6968         use of CL function `remove-if-not'.
6970         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6972         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6973         filename is not a string.
6975 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6977         * files.el (safe-local-eval-forms): Fix typo.
6979 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6981         * vc-hooks.el (vc-dir-buffers): New var.
6982         (vc-state-refresh): New function.
6983         (vc-state): Use it.
6984         (vc-after-save): Always ask the backend to recompute the new state.
6985         Always call vc-dir if necessary, using vc-dir-buffers.
6986         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6987         Use vc-dir-buffers.
6988         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6989         (vc-dir-prepare-status-buffer, vc-dir-update)
6990         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6991         Don't call expand-file-name on default-directory.
6993 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6995         * speedbar.el (speedbar-item-delete):
6996         * calc/calc-prog.el (calc-kbd-if):
6997         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6999         * epa.el (epa-key-list-mode-map):
7000         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7002         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7003         (hs-show-hook): Fix typo in docstring.
7005 2009-09-29  Glenn Morris  <rgm@gnu.org>
7007         * cedet/semantic/symref/idutils.el:
7008         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7010         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7012         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7013         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7014         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7015         Mark declarations not understood by check-declare.
7017         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7018         file-name-nondirectory call preventing location of cedet files.
7019         (check-declare-verify): Use literal search rather than re-search.
7020         Add basic defmethod and defclass, and define-overloadable-function.
7022         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7023         Use tramp-compat-file-attributes rather than nonexistent
7024         tramp-compat-handle-file-attributes.
7026         * Makefile.in (lisptagsfiles4): New.
7027         (AUTOGENEL): Add cedet loaddefs files.
7028         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7029         (update-elclist, compile-always, backup-compiled-files)
7030         (bootstrap-clean): Add yet another directory level.
7031         (update-elclist): Use LC_COLLATE rather than COLLATE.
7032         (ELCFILES): Update, via `make update-elclist'.
7034 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7036         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7037         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7038         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7040 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7042         * Makefile.in (lisptagsfiles3): Define.
7043         (TAGS, TAGS-LISP): Use it.
7044         (update-elclist): Add third directory level to look for elc files.
7045         (compile-always): Likewise.
7046         (backup-compiled-files): Likewise.
7047         (bootstrap-clean): Likewise.
7048         (ELCFILES): Update.
7050 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7052         * Makefile.in (ELCFILES): Add CEDET files.
7054 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7056         CEDET (development tools) package merged.
7058         * cedet/*.el:
7059         * cedet/ede/*.el:
7060         * cedet/semantic/*.el:
7061         * cedet/srecode/*.el: New files.
7063 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7065         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7067         * net/tramp.el (top): Require tramp-imap.
7069         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7070         Use `tramp-compat-handle-file-attributes'.
7072 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7074         * net/tramp-imap.el: New package.
7076 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7078         * emacs-lisp/chart.el:
7079         * emacs-lisp/eieio-base.el:
7080         * emacs-lisp/eieio-comp.el:
7081         * emacs-lisp/eieio-custom.el:
7082         * emacs-lisp/eieio-datadebug.el:
7083         * emacs-lisp/eieio-opt.el:
7084         * emacs-lisp/eieio-speedbar.el:
7085         * emacs-lisp/eieio.el: New files.
7087         * cedet/cedet-cscope.el:
7088         * cedet/cedet-files.el:
7089         * cedet/cedet-global.el:
7090         * cedet/cedet-idutils.el:
7091         * cedet/data-debug.el:
7092         * cedet/inversion.el:
7093         * cedet/mode-local.el:
7094         * cedet/pulse.el: New files.
7096 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7098         * whitespace.el (whitespace-trailing-regexp)
7099         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7100         Fix doc string.
7102 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7104         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7105         menu.
7107         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7108         menu-bar-ediff-menu.
7110         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7111         define-overloadable-function.
7113         * progmodes/autoconf.el: Provide autoconf as well, so that this
7114         file can be `require'd.
7116         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7118         * emacs-lisp/autoload.el (generated-autoload-feature)
7119         (generated-autoload-load-name): New vars.
7120         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7121         (make-autoload): Recognize define-overloadable-function and
7122         defclass forms (for EIEIO).
7124         * Makefile.in (update-subdirs): Exclude cedet directory.
7126 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7128         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7130         * faces.el: Default light-background background for region face to
7131         ns_selection_color under NS.
7133 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7135         * net/imap-hash.el: New library, see NEWS.
7137         * Makefile.in (ELCFILES): Add imap-hash.el.
7139 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7141         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7142         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7143         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7144         definition where the docstring could be taken for the return value.
7146 2009-09-26  Glenn Morris  <rgm@gnu.org>
7148         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7149         Add option to only show images below a certain size.
7150         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7151         save-excursion calls.
7153 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7155         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7156         subdirectories) and eieio.
7158 2009-09-26  Alan Mackenzie  <acm@muc.de>
7160         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7161         buggy bracketing.  (Bug#4289)
7163         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7164         character constants (as case labels).  (Bug#4289)
7166 2009-09-25  Juri Linkov  <juri@jurta.org>
7168         * files.el (safe-local-eval-forms): Allow time-stamp in
7169         before-save-hook (Bug#4554).
7171 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7173         * menu-bar.el (list-buffers-directory): Doc fix.
7175 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7177         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7178         Try and avoid copying twice the same paragraph.
7179         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7180         Remove save-excursion.
7181         (log-edit-changelog-entry): Do it here instead.
7183 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7185         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7186         when available, instead of hardcoding mode names.  Doc fix.
7188         * menu-bar.el (list-buffers-directory): Add docstring.
7189         Make automatically buffer-local.
7191         * dired.el (dired-mode):
7192         * files.el (cd-absolute):
7193         * pcvs.el (cvs-temp-buffer):
7194         * pcvs-util.el (cvs-get-buffer-create):
7195         * shell.el (shell-mode):
7196         * vc-dir.el (vc-dir-mode):
7197         Don't make `list-buffers-directory' buffer local.
7199 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7201         * comint.el (comint-exec, comint-run, make-comint):
7202         Doc fixes (Bug#4542).
7204 2009-09-25  Glenn Morris  <rgm@gnu.org>
7206         * mail/rmailmm.el (rmail-mime): New custom group.
7207         Move all defcustoms in this file into this group.
7208         (rmail-mime-media-type-handlers-alist): Revert previous change.
7209         (rmail-mime-show-images): New option.
7210         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7211         references to it, since it wasn't actually used for anything.
7212         (rmail-mime-insert-image): New function.
7213         (rmail-mime-image): Use rmail-mime-insert-image.
7214         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7215         obey the value of `rmail-mime-show-images' option.  Print the size of
7216         attachments.
7218 2009-09-25  David Engster  <deng@randomsample.de>
7220         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7222 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7224         * whitespace.el: Does not highlight trailing spaces While point is
7225         at end of line.  Does not highligt spaces at beginning of buffer
7226         while point is at beginning of buffer.  Does not highlight spaces
7227         at end of buffer while point is at end of buffer.  (Bug#4177)
7228         New version 12.0.
7229         (whitespace-display-mappings): Adjust initialization.
7230         (whitespace-point, whitespace-font-lock-refontify): New vars.
7231         (whitespace-color-on, whitespace-color-off): Adjust code.
7232         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7233         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7234         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7236 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7238         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7240         * textmodes/sgml-mode.el: Remove xml-mode alias.
7242         * files.el (auto-mode-alist, conf-mode-maybe)
7243         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7245 2009-09-24  Alan Mackenzie  <acm@muc.de>
7247         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7248         c-forward-conditionals, but it doesn't move point and doesn't set
7249         the mark.
7250         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7251         (c-down-conditional-with-else, c-backward-conditional)
7252         (c-forward-conditional): Refactor to use c-scan-conditionals.
7254 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7256         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7257         (help-default-arg-highlight): Remove.
7258         (help-highlight-arg): New function.
7259         (help-do-arg-highlight): Use it.
7260         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7262 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7264         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7265         Undo last change, which didn't fix the problem and introduced others.
7267 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7269         * progmodes/gdb-mi.el: Don't require speedbar.
7270         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7272 2009-09-24  Glenn Morris  <rgm@gnu.org>
7274         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7276         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7278         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7279         there is no newline after the final mime boundary.  (Bug#4539)
7280         Move markers on insertion so that any buttons inserted don't end up in
7281         the next part of a multipart message.
7282         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7283         (rmail-mime-bulk-handler): Optionally handle images.
7284         (rmail-mime-image): New button action.
7285         (rmail-mime-image-handler): New function.
7286         (rmail-mime-mode): New mode.
7287         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7289 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7291         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7292         than just dropping elements from it (bug#4504).
7294         * term.el (term-set-scroll-region): Don't move cursor any more.
7295         (term-handle-ansi-escape): Call term-goto here instead.
7296         Suggested by Ivan Kanis <apple@kanis.eu>.
7298         * term.el: Require CL.
7299         (term-ansi-reset): New function.
7300         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7301         (term-handle-colors-array): Simplify.
7303 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7305         * allout.el (allout-overlay-interior-modification-handler)
7306         (allout-obtain-passphrase):
7307         * epa-file.el (epa-file-write-region):
7308         * ps-print.el (ps-begin-job):
7309         * vc-hooks.el (vc-toggle-read-only):
7310         * vc-rcs.el (vc-rcs-rollback):
7311         * vc-sccs.el (vc-sccs-rollback):
7312         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7313         (vc-version-diff, vc-revert, vc-rollback):
7314         * wdired.el (wdired-check-kill-buffer):
7315         * emacs-lisp/authors.el (authors):
7316         * net/socks.el (socks-open-connection):
7317         * net/zeroconf.el (zeroconf-service-add-hook):
7318         * obsolete/vc-mcvs.el (vc-mcvs-register):
7319         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7320         (gdb-select-frame):
7321         * progmodes/grep.el (lgrep, rgrep):
7322         * progmodes/idlw-help.el (idlwave-help-check-locations)
7323         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7324         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7325         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7326         (reftex-toc-rename-label): Fix typos in error messages.
7328         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7329         (dired-copy-how-to-fn): Doc fix.
7330         (dired-files-attributes, dired-read-shell-command):
7331         Fix typos in docstrings.
7333         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7334         (dired-x-find-file-other-window): Reflow docstrings.
7335         (dired-omit-marker-char, dired-read-shell-command)
7336         (dired-x-submit-report): Fix typos in docstrings.
7338         * shell.el (shell-mode-hook):
7339         * view.el (View-scroll-line-forward):
7340         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7341         Fix typos in docstrings.
7343         * net/dig.el (dig-invoke): Fix typo in docstring.
7344         (query-dig): Reflow docstring.
7346         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7347         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7348         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7349         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7350         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7351         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7352         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7353         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7354         (idlwave-completion-map, idlwave-current-indent)
7355         (idlwave-custom-ampersand-surround, idlwave-customize)
7356         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7357         (idlwave-define-abbrev, idlwave-determine-class-special)
7358         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7359         (idlwave-end-block-reg, idlwave-end-of-statement)
7360         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7361         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7362         (idlwave-explicit-class-listed, idlwave-file-header)
7363         (idlwave-fill-paragraph, idlwave-find-class-definition)
7364         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7365         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7366         (idlwave-in-quote, idlwave-indent-action-table)
7367         (idlwave-indent-expand-table, idlwave-indent-line)
7368         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7369         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7370         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7371         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7372         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7373         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7374         (idlwave-outlawed-buffers, idlwave-popup-select)
7375         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7376         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7377         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7378         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7379         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7380         (idlwave-statement-type, idlwave-struct-skip)
7381         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7382         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7383         (idlwave-what-module-find-class): Fix typos in docstrings.
7384         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7385         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7386         (idlwave-find-module, idlwave-find-structure-definition)
7387         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7388         (idlwave-list-load-path-shadows, idlwave-next-statement)
7389         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7390         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7391         (idlwave-template): Reflow docstrings.
7393         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7394         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7395         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7396         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7397         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7398         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7399         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7400         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7401         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7402         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7403         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7404         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7405         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7406         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7407         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7408         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7409         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7410         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7411         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7412         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7413         Fix typos in docstrings.
7414         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7415         (idlwave-shell-hide-output, idlwave-shell-mode)
7416         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7417         Reflow docstrings.
7419         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7421 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7423         * term.el (term-bold-attribute): New var.
7424         (term-handle-colors-array): Use it.
7426 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7428         * progmodes/gdb-mi.el (gdb-version): New variable.
7429         (gdb-non-stop-handler): Set gdb-version.
7430         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7431         Condition "--thread" option on gdb-version.
7432         (gdb-invalidate-threads): Remove unused argument.
7434 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7436         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7437         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7439 2009-09-23  Glenn Morris  <rgm@gnu.org>
7441         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7442         replying to mail without References or Message-Id.  (Bug#4525)
7444 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7446         * term/ns-win.el (ns-reg-to-script): New variable.
7448 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7450         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7452 2009-09-22  Sam Steingold  <sds@gnu.org>
7454         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7455         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7456         to 1 because hg returns status 1 when nothing is found.
7457         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7459 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7461         * textmodes/fill.el: Convert to utf-8 encoding.
7462         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7463         pre-unicode days.
7465         * add-log.el (change-log-fill-forward-paragraph): New function.
7466         (change-log-mode): Use it so fill-region DTRT.
7467         Set fill-indent-according-to-mode here rather than in
7468         change-log-fill-paragraph.
7469         (change-log-fill-paragraph): Remove.
7471 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7473         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7474         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7476 2009-09-22  Glenn Morris  <rgm@gnu.org>
7478         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7479         the scroll-bar scroll the calendar window rather than the buffer.
7481         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7482         commands that move point (as opposed to scrolling).
7484         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7486         * emacs-lisp/elint.el (elint): New custom group.
7487         (elint-log-buffer): Make it a defcustom.
7488         (elint-scan-preloaded, elint-ignored-warnings)
7489         (elint-directory-skip-re): New options.
7490         (elint-builtin-variables): Doc fix.
7491         (elint-preloaded-env): New variable.
7492         (elint-unknown-builtin-args): Add an entry for encode-time.
7493         (elint-extra-errors): Make it a variable rather than a constant.
7494         (elint-preloaded-skip-re): New constant.
7495         (elint-directory): Skip files matching elint-directory-skip-re.
7496         (elint-features): New variable, local to linted buffers.
7497         (elint-update-env): Initialize elint-features.  Possibly add
7498         elint-preloaded-env to the buffer's environment.
7499         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7500         Skip quoted forms.
7501         (elint-init-form): New function, extracted from elint-init-env.
7502         Make non-list forms a warning rather than an error.
7503         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7504         easy-menu-define, put that adds an error-condition, and provide.
7505         When requiring cl, also require cl-macs.  Really require cl, to handle
7506         some cl macros.  Store required libraries in the list elint-features,
7507         so as not to re-load them.  Treat cc-require like require.
7508         (elint-init-env): Call elint-init-form to do the work.
7509         Handle eval-and-compile and such like.
7510         (elint-add-required-env): Do not clear messages.
7511         (elint-special-forms): Add handlers for function, defalias, if, when,
7512         unless, and, or.
7513         (elint-form): Add optional argument to ignore elint-special-forms,
7514         useful to prevent recursive calls from handlers.  Doc fix.
7515         Respect elint-ignored-warnings.
7516         (elint-form): Respect elint-ignored-warnings.
7517         (elint-bound-variable, elint-bound-function): New variables.
7518         (elint-unbound-variable): Respect elint-bound-variable.
7519         (elint-get-args): Respect elint-bound-function.
7520         (elint-check-cond-form): Add some simple handling for (f)boundp and
7521         featurep tests.
7522         (elint-check-defalias-form): New handler.
7523         (elint-check-let-form): Make an empty let a warning rather than an
7524         error.
7525         (elint-check-setq-form): Make an empty setq a warning rather than an
7526         error.  Respect elint-ignored-warnings.
7527         (elint-check-defvar-form): Accept null doc-strings.
7528         (elint-check-conditional-form): New handler.  Does some simple-minded
7529         checking of featurep and (f)boundp tests.
7530         (elint-put-function-args): New function.
7531         (elint-initialize): Use elint-scan-doc-file rather than
7532         elint-find-builtin-variables.  Use elint-put-function-args.
7533         Possibly scan preloaded-file-list.
7534         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7535         extend to handle functions as well.
7537 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7539         * linum.el (linum-delete-overlays, linum-update-window):
7540         Do not modify the right margin.  (Bug#3971)
7542 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7544         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7545         nxml-mode instead of xml-mode.
7547 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7549         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7551 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7553         * net/dig.el (dig-mode): Use define-derived-mode.
7555 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7557         * vc-dispatcher.el (vc-do-command): Return the process object in
7558         the asynchronous case.  Use when instead of if.  Do not run
7559         vc-exec-after to display a message if not enabled.  (Bug#4463)
7561         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7562         properties to the stash strings.
7563         (vc-git-stash-list): Return a list of strings.
7564         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7565         (vc-git-stash-show-at-point): New functions.
7566         (vc-git-stash-map): New keymap.
7568         * register.el (ctl-x-r-map): Define the keys here instead of
7569         using autoload.
7571 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7573         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7574         list, to workaround performance problem (bug#4485).
7576 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7578         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7580 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7582         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7583         Document that this option is not recommended to use.
7585 2009-09-19  Glenn Morris  <rgm@gnu.org>
7587         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7588         variable `var'.
7590         * calc/calc-alg.el (var):
7591         * calc/calcalg2.el (var): Define for compiler.
7593 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7595         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7596         Doc fix (Bug#3932).
7598         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7600         * time-stamp.el (time-stamp-month-dd-yyyy)
7601         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7602         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7603         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7604         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7605         Remove functions that have been obsolete since 1995 (Bug#4436).
7607         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7608         indent buffer only if called interactively (Bug#4452).
7610 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7611             Eli Zaretskii  <eliz@gnu.org>
7613         This fixes bug#4197 (merged to bug#865, though not identical).
7614         * server.el (server-auth-dir): Add docstring note about FAT32.
7615         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7616         but warn against using them.
7618 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7620         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7621         older GDB where there is no has_more field.
7623 2009-09-19  Glenn Morris  <rgm@gnu.org>
7625         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7627 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7629         * files.el (auto-mode-alist): Change default for XML files to nXML
7630         mode (Bug#4169).
7632 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7634         * server.el (server-ensure-safe-dir): Pass 'integer
7635         to `file-attributes', as suggested.
7637 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7639         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7640         (dired-query): Use read-key.
7642 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7644         * cus-start.el (ns-use-qd-smoothing): Remove.
7646 2009-09-18  Glenn Morris  <rgm@gnu.org>
7648         * allout.el (top-level): Remove unnecessary progn.
7650         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7652         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7653         definition of abbrev table.
7655         * speedbar.el (speedbar-track-mouse):
7656         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7657         * net/eudc.el (eudc-expand-inline):
7658         * net/newst-backend.el (newsticker--cache-read-feed):
7659         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7660         condition-case handlers.
7662 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7664         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7665         (gdb-var-list): Add an element for has_more field.
7666         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7667         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7668         (gdb-var-update-handler-1): Parse output of dynamic variable
7669         objects (STL containers).
7670         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7671         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7673         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7674         gdb-var-list.
7675         (gud-speedbar-buttons): Make node expandable if expression "has more"
7676         children.
7678 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7680         * startup.el (emacs-quick-startup): Remove variable and all uses.
7681         (command-line): Set `inhibit-x-resources' instead.
7682         (command-line-1): Use `inhibit-x-resources' instead.
7684 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7686         * subr.el: Fix last change to avoid using the `unless' macro,
7687         which breaks bootstrapping.
7689 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7691         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7692         extended definitions, in case we reload subr.el after having
7693         loaded CL.
7694         (eval-next-after-load): Mark as obsolete.
7696 2009-09-17  Juri Linkov  <juri@jurta.org>
7698         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7699         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7700         (menu-bar-showhide-menu, menu-bar-tools-menu)
7701         (menu-bar-describe-menu, menu-bar-help-menu)
7702         (minibuffer-local-completion-map, minibuffer-local-map):
7703         Fix list quoting.
7705 2009-09-17  Glenn Morris  <rgm@gnu.org>
7707         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7708         arguments, whether or not it has a handler.
7710         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7712         * simple.el (hard-newline): Give it a doc-string.
7714         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7715         (lisp-mode-syntax-table): Give them doc-strings.
7717 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7719         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7720         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7721         (menu-bar-options-menu, menu-bar-showhide-menu)
7722         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7723         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7724         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7725         (menu-bar-options-menu, menu-bar-tools-menu)
7726         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7727         (menu-bar-help-menu):
7728         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7729         string arguments.
7731         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7732         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7733         calls for the menu names and :help.
7735 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7737         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7738         to :minor-mode-function (bug#4455).
7740 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7742         * startup.el (command-line): Initialize the window-system after
7743         processing the command-line.
7745         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7746         page-delimiter matches the empty string.
7748 2009-09-16  Glenn Morris  <rgm@gnu.org>
7750         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7751         byte-compile-not-obsolete-var.  It's a list now.
7752         (byte-compile-not-obsolete-funcs): New variable.
7753         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7754         byte-compile-not-obsolete-funcs.
7755         (byte-compile-variable-ref, byte-compile-defvar): Update for
7756         byte-compile-not-obsolete-vars name-change and list nature.
7757         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7758         and variables behind (f)boundp tests.
7759         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7761 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7763         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7765 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7767         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7768         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7769         Don't autoload.
7771 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7773         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7774         the virtual-buffers, use the name of the buffer specified by
7775         find-file-noselect, as the match may be a symlink.  (This was a
7776         problem if the target and the symlink had different names.)
7778 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7780         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7782         * desktop.el (desktop-path): Check user-emacs-directory.
7784         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7786         * loadup.el: Use after-load-functions to GC after loading each file.
7787         Remove the explicit GC calls that used to be sprinkled around.
7789         * subr.el (after-load-functions): New hook.
7790         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7791         `obsolete' packages, rather than painfully extracting the relevant
7792         directory name.
7794 2009-09-15  Glenn Morris  <rgm@gnu.org>
7796         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7797         free variable `doc'.
7799         * dired.el (dired-mode-map): Add menu entry for async shell command.
7801         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7802         variables, also consider the .elc files, since the .el files are
7803         normally gzipped (subsequent code locates the .el.gz from the .elc).
7805         * calc/calc-prog.el (arglist): Define for compiler.
7807         * calendar/diary-lib.el (diary-display-function): Change the default to
7808         fancy display.
7809         (body): Define for compiler.
7811         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7812         (byte-compile-file-form, byte-compile-lambda)
7813         (byte-compile-top-level-body, byte-compile-form)
7814         (byte-compile-variable-ref, byte-compile-setq)
7815         (byte-compile-setq-default, byte-compile-body)
7816         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7817         (batch-byte-compile): Give some more local variables with common names
7818         a "bytecomp-" prefix to avoid masking warnings about free variables.
7820         * startup.el (command-line-1): Give local variables with common names a
7821         distinguishing prefix, so as not to hide free variable warnings during
7822         bootstrap.
7824         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7825         clever and add a suffix to make a unique name, just let the user decide
7826         whether or not to overwrite it.  If the input is a directory, write the
7827         default filename to that directory.  (Bug#4388)
7828         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7829         is a filename-as-a-directory.
7831 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7833         * textmodes/page.el (what-page): Don't move to beginning of line.
7834         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7836 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7838         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7840 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7842         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7843         * help.el (help-for-help-internal): Add purecopy calls for text.
7845         * vc.el (top): print-log method now takes an optional SHORTLOG
7846         argument.  Add a new method: root.
7847         (vc-root-diff, vc-print-root-log): New functions.
7848         (vc-log-short-style): New variable.
7849         (vc-print-log-internal): Add support for showing short logs.
7851         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7852         vc-print-root-log and vc-print-root-diff.
7854         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7855         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7856         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7857         short logs.
7859         * vc-cvs.el (vc-cvs-print-log):
7860         * vc-mtn.el (vc-mtn-print-log):
7861         * vc-rcs.el (vc-rcs-print-log):
7862         * vc-sccs.el (vc-sccs-print-log):
7863         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7864         that is ignored for now.
7866         * vc-mtn.el (vc-mtn-annotate-command):
7867         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7869 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7871         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7872         to function-key-map, and give them ascii-character property.
7873         * term/x-win.el (x-alternatives-map):
7874         * term/ns-win.el (ns-alternatives-map):
7875         * term/internal.el (msdos-key-remapping-map):
7876         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7878 2009-09-14  Glenn Morris  <rgm@gnu.org>
7880         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7881         temp-buffers (2009-09-12).
7883 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7885         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7886         the new read-key function.
7888 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7890         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7891         is defined (Bug#4405).
7893 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7895         * recentf.el (recentf-cleanup): Use a hash table to find
7896         duplicates (Bug#4407).
7898 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7900         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7901         kp-0 to ascii equivalents (Bug#4325).
7903 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7905         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7907         * eshell/em-hist.el:
7908         * eshell/em-dirs.el (eshell-complete-user-reference):
7909         Declare pcomplete functions and variables to avoid compiler warnings.
7911 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7913         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7914         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7915         * eshell/em-alias.el (eshell-aliases-file):
7916         * eshell/em-hist.el (eshell-history-file-name):
7917         Use expand-file-name instead of concat to make file names (Bug#4308).
7919 2009-09-13  Glenn Morris  <rgm@gnu.org>
7921         * ediff-merg.el (ediff-do-merge):
7922         * filesets.el (filesets-run-cmd):
7923         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7924         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7925         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7926         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7927         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7928         Replace empty `let's with `progn'.
7930 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7932         * mail/sendmail.el (send-mail-function):
7933         * tooltip.el (tooltip-mode):
7934         * simple.el (transient-mark-mode):
7935         * rfn-eshadow.el (file-name-shadow-mode):
7936         * frame.el (blink-cursor-mode):
7937         * font-core.el (global-font-lock-mode):
7938         * files.el (temporary-file-directory)
7939         (small-temporary-file-directory, auto-save-file-name-transforms):
7940         * epa-hook.el (auto-encryption-mode):
7941         * composite.el (global-auto-composition-mode):
7942         Use custom-initialize-delay.
7943         * startup.el (command-line): Don't explicitly call
7944         custom-reevaluate-setting for all the above vars.
7945         * custom.el (custom-initialize-safe-set)
7946         (custom-initialize-safe-default): Delete.
7948 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7950         * term/x-win.el (x-initialize-window-system):
7951         * term/w32-win.el (w32-initialize-window-system):
7952         * term/ns-win.el (ns-initialize-window-system): Don't call
7953         mouse-wheel-mode since it's enabled globally by default already.
7955         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7956         actually define the variable, but only silences the byte-compiler.
7957         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7958         before looking it up.
7959         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7960         is changed.
7962 2009-09-12  Glenn Morris  <rgm@gnu.org>
7964         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7965         1000.
7966         (elint-add-required-env): Don't beep on error.
7967         (elint-forms): In case of error, return ENV unchanged.
7968         (elint-init-env): Skip non-list forms.
7969         (elint-log): Handle unknown file positions.
7971 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7973         * epg.el (epg-make-context): Add autoload cookie.
7974         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7975         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7976         (epg-verify-string, epg-start-sign, epg-sign-file)
7977         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7978         (epg-encrypt-string, epg-start-export-keys)
7979         (epg-export-keys-to-file, epg-export-keys-to-string)
7980         (epg-start-import-keys, epg-import-keys-from-file)
7981         (epg-import-keys-from-string, epg-start-receive-keys)
7982         (epg-receive-keys, epg-import-keys-from-server)
7983         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7984         (epg-sign-keys, epg-start-generate-key)
7985         (epg-generate-key-from-file, epg-generate-key-from-string):
7986         Remove autoload cookie.
7988 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7990         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7991         reevaluation of trash-directory.
7993         * mwheel.el: Fix last change.
7994         (mouse-wheel-mode): New defvar.
7995         (mouse-wheel-mode): Remove autoload cookie.
7997 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7999         * mwheel.el (mwheel-installed-bindings): New var.
8000         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8001         the bindings we set last time.  Use custom-initialize-delay.
8002         * loadup.el: Load mwheel after term/*-win.el.
8003         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8004         and mouse-wheel-up-event now that their first evaluation is done
8005         sufficiently late to be correct.
8007         * startup.el (tutorial-directory): Make it a defcustom.
8008         Use custom-initialize-delay rather than eval-at-startup to set it.
8009         * image.el (image-load-path): Make it a defcustom.
8010         Use custom-initialize-delay rather than eval-at-startup to set it.
8011         * subr.el (eval-at-startup): Remove.
8012         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8014         * subr.el (do-after-load-evaluation): Warn the user after loading an
8015         obsolete package.
8017 2009-09-12  Glenn Morris  <rgm@gnu.org>
8019         * proced.el (proced-mark-alt): Remove alias.
8020         (proced-mode-map): Remove proced-mark-alt.
8022         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8023         Elint file and directory.  Remove initialization entry.
8025         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8026         commands.
8027         (elint-current-buffer): Set mode-line-process.
8028         (elint-init-env): Handle define-derived-mode.
8029         Fix declare-function with unspecified arglist.  Guard against odd
8030         defalias statements (eg iso-insert's 8859-1-map).
8031         (elint-add-required-env): Use a temp buffer.
8032         (elint-form): Just print the function/macro name, not the whole form.
8033         Return env unchanged if we fail to parse a macro.
8034         (elint-forms): Guard against parse errors.
8035         (elint-output): New function, to handle batch mode.
8036         (elint-log-message): Add optional argument.  Use elint-output.
8037         (elint-set-mode-line): New function.
8039 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8041         * emacs-lisp/elp.el (elp-not-profilable): Add more
8042         functions (Bug#4233).
8044 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8046         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8047         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8049 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8051         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8052         (gdb-var-list-children): Use json parsing.
8054 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8056         * progmodes/js.el (js--proper-indentation): Handle the case where
8057         char-before is null.  Reported by Deniz Dogan.
8059 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8061         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8063 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8065         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8066         (epg-digest-algorithm-alist): Add SHA224.
8067         (epg-context-set-passphrase-callback)
8068         (epg-context-set-progress-callback): Add description about
8069         callback function.
8071 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8073         * custom.el (custom-delayed-init-variables): New var.
8074         (custom-initialize-delay): New function.
8075         * startup.el (command-line): "Re"evaluate all vars in
8076         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8077         explicitly any more.
8078         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8079         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8081         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8083 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8085         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8086         (gdb-var-update-handler): Use json parsing.
8088 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8090         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8091         decode annotated text, regardless of language environment.  (Bug#2741)
8093 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8095         * Makefile.in (autoloads): Make rmail.el writable as well.
8097 2009-09-11  Glenn Morris  <rgm@gnu.org>
8099         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8100         loaddefs.el.
8101         * dired.el: Regenerate with extracted autoloads.
8102         * Makefile.in (autoloads): Make dired.el writable.
8104         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8105         * ibuffer.el: Regenerate with extracted autoloads.
8106         * Makefile.in (autoloads): Make ibuffer.el writable.
8108         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8109         * version.el (emacs-copyright, emacs-major-version)
8110         (emacs-minor-version): Reformat doc-strings for make-docfile.
8112         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8113         functions and variables, since they must be stuff specific to some other
8114         platform.
8115         (apropos-print): Make mouse-click message less specific about button.
8117         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8118         that records where a macro was defined.
8119         * help-fns.el (describe-function-1): Mention if a function has a
8120         compiler-macro.
8121         * help-mode.el (help-function-cmacro): New button.
8123         * locate.el (top-level): Always require dired.
8124         (locate-mode-map): Initialize inside the defvar.
8126         * net/ange-ftp.el (dired-compress-file): Declare.
8127         (ange-ftp-dired-compress-file): Add doc string.
8129         * term/ns-win.el (x-display-name, x-setup-function-keys):
8130         Unify doc-strings with X versions.
8132 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8134         * emulation/crisp.el (crisp-mode-map): Move initialization
8135         into declaration.
8136         (crisp-mode): Use define-minor-mode.
8138         * progmodes/xscheme.el (xscheme-evaluation-commands):
8139         Put a :advertised-binding property rather than using
8140         advertised-xscheme-send-previous-expression.
8141         (advertised-xscheme-send-previous-expression): Declare obsolete.
8142         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8143         `advertised-undo'.
8144         (crisp-mode): Add corresponding bindings to
8145         undo's :advertised-binding instead.
8146         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8147         than using dired-advertised-find-file.
8148         (dired-advertised-find-file):
8149         * simple.el (advertised-undo):
8150         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8151         (widget-keymap): Put a :advertised-binding property rather
8152         than using advertised-widget-backward.
8153         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8154         than using advertised-undo.
8155         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8157 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8159         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8160         Mark mode is enabled and region is active; otherwise indent or
8161         insert TAB as usual.
8162         (delphi-mode): Update description of TAB-key binding.
8164 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8166         * subr.el (define-key-rebound-commands): Mark obsolete.
8167         * startup.el (precompute-menubar-bindings): Remove.
8168         (normal-top-level): Remove obsolete code that tried to precompute
8169         menubar bindings.
8170         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8171         define-key-rebound-commands and precompute-menubar-bindings.
8173 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8175         * net/imap.el (imap-interactive-login): Better messages.
8176         (imap-open): Fix bug with renamed buffer on reconnect.
8177         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8178         for easier debugging and cleaner code.  On successful (guessed based on
8179         server capabilities) secondary authentication, set imap-state
8180         correctly.
8181         (imap-last-authenticator): Define imap-last-authenticator as a variable
8182         to avoid warnings.
8184 2009-09-10  Glenn Morris  <rgm@gnu.org>
8186         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8188         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8189         (byte-compile-file-form-autoload): Don't warn about unknown functions
8190         where the autoload statement comes after the use.
8191         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8192         that any handlers inside the body (eg require) are in turn respected.
8194         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8195         effects.
8197         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8198         and syntax and abbrev tables basic docs, if they don't have any.
8200         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8202         * international/mule-cmds.el (top-level): Require cl when compiling.
8203         (view-hello-file): Use default-value rather than
8204         default-enable-multibyte-characters.
8206         * progmodes/fortran.el: Move all safe and risky properties into the
8207         defcustoms.
8209         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8210         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8211         * mail/undigest.el:
8212         Put autoloads in rmail.el rather than loaddefs.el.
8213         * mail/rmail.el: Regenerate with extracted autoloads.
8215         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8216         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8218 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8220         Reported in thread for Bug#4375.
8221         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8222         "-data-evaluate-expression" instead of print.
8223         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8224         (gdb-tooltip-print): Parse output from above MI command.
8225         (gdb): Revert 2009-08-11 change.  User should detach inferior
8226         manually.
8228         Remove the word "separate" from IO functions as inferior
8229         output is now never displayed in the GUD buffer.
8231 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8233         * startup.el (command-line-normalize-file-name): On Windows and
8234         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8236 2009-09-10  Juri Linkov  <juri@jurta.org>
8238         * isearch.el (isearch-text-char-description): Propertize escape
8239         character sequences with the `escape-glyph' face.  (Bug#4344)
8241         * simple.el (shell-command): Set asynchronous process filter to
8242         `comint-output-filter'.  (Bug#4343)
8244         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8245         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8246         the list.  Move "asm" to the bottom.
8247         (grep-find-ignored-directories): Add `choice' with nil value
8248         to empty the list easily.
8249         (grep-find-ignored-files): New option.
8250         (grep-files-history): Set to nil by default instead of '("ch" "el").
8251         (grep-compute-defaults): Add "<X>" to `grep-template'.
8252         (grep-read-files): Bind new local variables `default-alias' and
8253         `default-extension'.  Use a list of default values for the file prompt.
8254         (lgrep): Add `--exclude=' command line options composed from
8255         `grep-find-ignored-files'.
8256         (rgrep): Add `-name' command line options composed from
8257         `grep-find-ignored-files'.  (Bug#4301)
8259 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8261         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8262         (bug#4368).
8264 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8266         * calendar/time-date.el (autoload):
8267         Expand define-obsolete-function-alias into defalias and make-obsolete
8268         for old Emacsen that Gnus supports.
8269         (with-no-warnings): Define it for old Emacsen.
8270         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8271         is available.
8272         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8273         float-time is available; suppress compile warning for time-to-seconds.
8275 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8277         * net/imap.el (imap-message-map): Docstring fix.
8279 2009-09-09  Glenn Morris  <rgm@gnu.org>
8281         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8282         line numbers too.  (Bug#4374)
8284 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8286         * smerge-mode.el (smerge-remove-props, smerge-refine):
8287         Use with-silent-modifications (bug#4342).
8289         * subr.el (with-silent-modifications): New macro.
8291 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8293         * files.el (top-level): Require `cl' when compiling.
8295 2009-09-07  Glenn Morris  <rgm@gnu.org>
8297         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8299         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8300         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8302 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8304         * vc-git.el (vc-git-annotate-command): Use separator to parse
8305         arguments correctly.
8307 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8309         * proced.el (proced-mode): Doc fix.
8311 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8313         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8314         lstat fails.
8315         (tramp-do-file-attributes-with-ls): Check for file existence at
8316         remote end.
8317         (tramp-do-file-attributes-with-stat): Likewise.
8318         (tramp-convert-file-attributes): Return nil when attr is nil.
8320 2009-09-05  Glenn Morris  <rgm@gnu.org>
8322         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8323         properties to this button.
8324         (diary-fancy-display): Don't extend the button to the final newline.
8325         (diary-fancy-display-mode): Continue to define "q" as a local key.
8327         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8328         efficient.
8330         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8332         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8333         (byte-compile-dest-file-function): New option.
8334         (byte-compile-dest-file): Doc fix.
8335         Obey byte-compile-dest-file-function.
8336         (byte-compile-cl-file-p): New function.
8337         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8338         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8339         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8340         than for file being previously loaded.
8341         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8342         (byte-compile-file-form-require): Handle the case where requiring a file
8343         indirectly causes CL to be loaded.
8345 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8347         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8348         before killing the old buffer, since by the time `kill-buffer' is
8349         run so many buffer variables have been set to nil that it may not
8350         behave as expected.  (Bug#4061)
8352 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8354         * files.el (find-alternate-file): If the old buffer is modified
8355         and visiting a file, behave similarly to `kill-buffer' when
8356         killing it, thus reverting to the pre-1.878 behavior; see
8357         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8358         for discussion.  Also, consult `buffer-file-name' as a variable
8359         not as a function, for consistency with the rest of the code.
8361 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8363         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8364         also when adding a new directory.
8366         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8367         defun.
8369 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8371         * files.el (locate-file-completion-table): Make it provide boundary
8372         information, so partial-completion works better.
8374 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8376         * mail/footnote.el (Footnote-text-under-cursor):
8377         Check footnote-text-marker-alist before using it (bug#4324).
8379 2009-09-04  Glenn Morris  <rgm@gnu.org>
8381         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8382         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8383         * play/solitaire.el, play/tetris.el:
8384         Remove leading * from defcustom and defface docs.
8386         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8387         necessary.
8388         (diary-fancy-overriding-map): New variable.
8389         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8390         Use view-mode.
8392         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8393         goto-line.
8395 2009-09-03  Glenn Morris  <rgm@gnu.org>
8397         * arc-mode.el (archive-mode):
8398         * dos-fns.el (set-default-process-coding-system):
8399         * man.el (Man-getpage-in-background):
8400         * menu-bar.el (menu-bar-describe-menu):
8401         * server.el (server-process-filter):
8402         * startup.el (command-line):
8403         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8404         * w32-fns.el (set-default-process-coding-system):
8405         * x-dnd.el (x-dnd-handle-file-name):
8406         * international/mule-cmds.el (mule-menu-keymap)
8407         (set-default-coding-systems, language-info-alist, set-language-info)
8408         (set-language-environment, standard-display-european-internal)
8409         (set-locale-environment):
8410         * international/mule-diag.el (mule-diag):
8411         * mail/emacsbug.el (report-emacs-bug):
8412         * mail/rmail.el (rmail-mode):
8413         * mail/sendmail.el (mail-setup):
8414         Use default-value rather than default-enable-multibyte-characters.
8416         * progmodes/f90.el: Move all safe properties into the defcustoms.
8417         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8419         * calendar/appt.el (appt-check):
8420         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8421         (diary-check-diary-file, diary-list-entries)
8422         (diary-include-other-diary-files, diary-simple-display)
8423         (diary-fancy-display, diary-print-entries)
8424         (diary-mark-included-diary-files, diary-make-entry):
8425         Don't call substitute-in-file-name on diary-file.
8427 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8428             Stefan Monnier  <monnier@iro.umontreal.ca>
8430         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8431         (footnote-mode-map): Move initialization into the declaration.
8432         (footnote-minor-mode-map): Define it rather than changing global-map.
8433         (footnote-mode): Use define-minor-mode.
8435 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8437         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8438         (tramp-do-file-attributes-with-perl)
8439         (tramp-do-file-attributes-with-stat): Rename from
8440         `tramp-handle-file-attributes-with-*'.
8441         (tramp-handle-file-attributes): Use them.
8442         (tramp-do-directory-files-and-attributes-with-perl)
8443         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8444         `tramp-handle-directory-files-and-attributes-with-*'.
8445         (tramp-handle-directory-files-and-attributes): Use them.
8446         (tramp-method-out-of-band-p): Additional parameter SIZE.
8447         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8448         (tramp-handle-write-region): Use it.
8449         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8450         (tramp-handle-vc-registered): Check, whether the first run did
8451         return files to be tested.
8452         (tramp-advice-make-auto-save-file-name): Do not call directly
8453         `tramp-handle-make-auto-save-file-name', because this would bypass
8454         the locking mechanism.
8456         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8457         (file-remote-p, process-file, start-file-process, set-file-times)
8458         (tramp-compat-file-attributes): Compatibility functions shall not
8459         call directly `tramp-handle-*', because this would bypass the
8460         locking mechanism.
8461         (tramp-compat-number-sequence): New defun.
8463 2009-09-02  Glenn Morris  <rgm@gnu.org>
8465         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8466         alias for float-time.
8467         (time-to-number-of-days): In Emacs, use float-time.
8468         * net/newst-backend.el (time-add): Suppress warnings from compat
8469         function.
8470         * time.el (emacs-uptime, emacs-init-time):
8471         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8472         Use float-time rather than time-to-seconds.
8474         * minibuffer.el (completion-initials-expand): Fix typo.
8476         * faces.el (modeline, modeline-inactive, modeline-highlight)
8477         (modeline-buffer-id):
8478         * info.el (info-menu-5): Mark these face aliases as obsolete.
8480 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8482         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8483         space ...
8484         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8485         no "--thread" option.
8486         (gdb-stopped): Don't print "Switched to thread" message when it is
8487         unchanged.
8489 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8491         * minibuffer.el (completion-try-completion)
8492         (completion-all-completions): Remove ill-defined (and
8493         mistakenly installed and luckily never used nor documented)
8494         `completion-styles' property.
8495         (completion-initials-expand, completion-initials-all-completions)
8496         (completion-initials-try-completion): New functions.
8497         (completion-styles-alist): Add doc to each entry.
8498         Add new `initials' entry.
8500 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8502         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8503         MI command -var-evaluate-expression.
8504         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8505         and tweak for case of string child.
8506         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8508 2009-09-01  Glenn Morris  <rgm@gnu.org>
8510         * add-log.el (change-log-date-face, change-log-name-face)
8511         (change-log-email-face, change-log-file-face, change-log-list-face)
8512         (change-log-conditionals-face, change-log-function-face)
8513         (change-log-acknowledgement-face):
8514         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8515         (custom-modified-face, custom-set-face, custom-changed-face)
8516         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8517         (custom-documentation-face, custom-state-face, custom-comment-face)
8518         (custom-comment-tag-face, custom-variable-tag-face)
8519         (custom-variable-button-face, custom-face-tag-face)
8520         (custom-group-tag-face-1, custom-group-tag-face):
8521         * diff-mode.el (diff-header-face, diff-file-header-face)
8522         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8523         (diff-added-face, diff-changed-face, diff-function-face)
8524         (diff-context-face, diff-nonexistent-face):
8525         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8526         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8527         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8528         (Info-title-4-face):
8529         * isearch.el (isearch-lazy-highlight-face):
8530         * log-view.el (log-view-file-face, log-view-message-face):
8531         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8532         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8533         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8534         (cvs-msg-face):
8535         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8536         (smerge-base-face, smerge-markers-face):
8537         * wid-edit.el (widget-documentation-face, widget-button-face)
8538         (widget-field-face, widget-single-line-field-face)
8539         (widget-inactive-face, widget-button-pressed-face):
8540         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8541         (woman-addition-face):
8542         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8543         (eshell-ls-executable-face, eshell-ls-readonly-face)
8544         (eshell-ls-unreadable-face, eshell-ls-special-face)
8545         (eshell-ls-missing-face, eshell-ls-archive-face)
8546         (eshell-ls-backup-face, eshell-ls-product-face)
8547         (eshell-ls-clutter-face):
8548         * eshell/em-prompt.el (eshell-prompt-face):
8549         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8550         * obsolete/old-whitespace.el (whitespace-highlight-face):
8551         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8552         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8553         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8554         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8555         (antlr-font-lock-literal-face):
8556         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8557         (ebrowse-root-class-face, ebrowse-file-name-face)
8558         (ebrowse-default-face, ebrowse-member-attribute-face)
8559         (ebrowse-member-class-face, ebrowse-progress-face):
8560         * progmodes/make-mode.el (makefile-space-face):
8561         * progmodes/sh-script.el (sh-heredoc-face):
8562         * textmodes/flyspell.el (flyspell-incorrect-face)
8563         (flyspell-duplicate-face):
8564         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8565         * textmodes/texinfo.el (texinfo-heading-face):
8566         Mark face aliases with "-face" suffix as obsolete.
8568         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8569         compiler.
8571         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8572         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8573         easy-menu-define wants to modify these.
8575         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8577         * net/browse-url.el (browse-url-file-url):
8578         * term/internal.el (dos-codepage-setup):
8579         Use default-value rather than default-enable-multibyte-characters.
8581         * progmodes/etags.el (etags-goto-tag-location):
8582         * progmodes/flymake.el (flymake-highlight-line)
8583         (flymake-goto-file-and-line, flymake-goto-line):
8584         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8585         (gdb-goto-breakpoint):
8586         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8587         * progmodes/python.el (python-find-function)
8588         (python-pdbtrack-track-stack-file):
8589         * progmodes/verilog-mode.el (verilog-surelint-off):
8590         * term/ns-win.el (ns-open-file-select-line):
8591         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8592         Use forward-line rather than goto-line.
8594         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8595         * textmodes/reftex-index.el (reftex-display-index):
8596         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8597         * textmodes/reftex-toc.el (reftex-toc):
8598         Remove unnecessary bindings of default-major-mode (all are followed by
8599         major-mode check and possible mode switch).
8601 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8603         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8604         Handle watchpoints (bug#4282).
8605         (def-gdb-thread-buffer-command): Enable thread to be selected by
8606         clicking without selecting threads buffer first.
8607         (gdb-current-context-command): Use selected frame so that "up",
8608         "down" etc work in the GUD buffer.
8609         (gdb-update): Find selected frame before rendering stack buffer.
8610         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8612 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8614         * progmodes/sym-comp.el (displayed-completions): Remove.
8615         (symbol-complete): Use minibuffer-complete.
8617 2009-08-31  Glenn Morris  <rgm@gnu.org>
8619         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8621         * apropos.el (apropos-symbols-internal):
8622         Handle (obsolete) face aliases.
8624         * faces.el (describe-face): Adjust the output format to be more like
8625         describe-variable, and to mention (obsolete) face aliases.
8626         Adjust the whitespace so that help-setup-xref works.
8628         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8629         * calendar/diary-lib.el (diary-button-face):
8630         Mark these face aliases as obsolete.
8632         * calendar/calendar.el (calendar-today): Doc fix.
8634 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8636         * progmodes/gdb-mi.el (gdb-control-all-threads)
8637         (gdb-control-current-thread): Force tool bar update.
8638         (gdb-non-stop-handler): New function.
8639         (gdb-init-1): Use it to test if non-stop mode is supported.
8640         Remove unused gdbmi buffer type.
8642 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8644         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8645         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8647 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8649         * comint.el (comint-exec-1): Check command is non-null first.
8650         Part of gdb-mi.el change (2009-08-28).
8652 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8654         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8656 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8658         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8659         instead of `dolist' to avoid a recursive require when bootstrapping.
8661 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8663         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8665         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8667         * net/imap.el (imap-send-command): Simplify.
8668         (imap-wait-for-tag): point-max -> buffer-size.
8670         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8672         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8673         with constant argument.
8675         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8677         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8679         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8680         Change default, since most of our files don't have a history.
8681         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8682         the user.
8684         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8685         Add comint-run.
8687         * calc/calc.el: Improve commenting convention.
8688         (calc-digit-map, toplevel): Simplify.
8690         * comint.el (comint-insert-input): Be careful to only set point if we
8691         don't delegate to some other command.
8693         * proced.el (proced-signal-list): Make it an alist.
8694         (proced-grammar-alist): Capitalize names.
8695         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8696         Disable undo manually and make it read-only.
8697         Use completion-annotate-function.
8699         * minibuffer.el (minibuffer-message): If the current buffer is not
8700         a minibuffer, insert the message in the echo area rather than at the
8701         end of the buffer.
8702         (completion-annotate-function): New variable.
8703         (minibuffer-completion-help): Use it.
8704         (completion--embedded-envvar-table): Environment vars are
8705         always case-sensitive.
8707 2009-08-30  Glenn Morris  <rgm@gnu.org>
8709         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8710         from fortran-current-defun.
8711         (fortran-beginning-of-subprogram): Be more precise about finding the
8712         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8713         (fortran-end-of-subprogram): Simplify.
8714         (fortran-current-defun): Use fortran-start-prog-re.
8716 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8718         * subr.el (do-after-load-evaluation): Simplify.
8720 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8722         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8724         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8725         (vc-rcs-print-log): Use it.
8727         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8729 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8731         * paths.el (abbrev-file-name): Move to abbrev.el.
8732         * abbrev.el (abbrev-file-name): Move from paths.el.
8733         Obey user-emacs-directory.
8734         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8735         user-emacs-directory.
8736         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8737         abbrev-file-name and calc-settings-file any more.
8738         * startup.el (command-line): Recompute abbrev-file-name and
8739         abbreviated-home-dir.
8740         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8741         of the special code for when C-h bindings haven't been changed.
8742         (display-startup-echo-area-message): Use with-current-buffer.
8743         (command-line-1): Use a list of strings, rather than a list of lists
8744         of strings for longopts.
8746         * files.el (get-free-disk-space): Use / for default-directory.
8748         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8749         Use with-current-buffer.
8751         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8752         Recognize immutable variables like most-positive-fixnum.
8753         (byte-compile-setq-default): Check and warn if trying to assign
8754         to an immutable variable, or a non-variable.
8756         * progmodes/cc-vars.el (c-comment-continuation-stars):
8757         * progmodes/cc-engine.el (c-looking-at-bos):
8758         * progmodes/cc-cmds.el (c-toggle-auto-state)
8759         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8760         (c-comment-line-break-function): Add version of obsolescence.
8762 2009-08-28  Juri Linkov  <juri@jurta.org>
8764         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8765         associated with `archive-mode'.
8767         * image.el (image-type-header-regexps): Use only JPEG magic number
8768         to determine JPEG images, and don't use `image-jpeg-p' because
8769         Emacs can display non-JFIF non-Exif JPEG images.
8771 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8773         * arc-mode.el (archive-mode):
8774         * emacs-lisp/re-builder.el (re-builder-unload-function):
8775         Protect against the default value of `major-mode' being nil.
8777 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8779         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8780         Fix typos in docstrings.
8782         * progmodes/js.el (js--macro-decl-re): Doc fix.
8783         (js--plain-method-re, js--split-name): Refloc docstring.
8784         (js--class-styles, js--make-merged-item, js--splice-into-items):
8785         Fix typos in docstrings; reflow docstrings.
8786         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8787         (js--variable-decl-matcher, js--inside-pitem-p)
8788         (js--parse-state-at-point, js--get-all-known-symbols)
8789         (js--symbol-history, js-find-symbol, js--js-references)
8790         (js--moz-interactor, js--js-encode-value, js--read-tab):
8791         Fix typos in docstrings.
8793 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8795         * textmodes/reftex.el (reftex-get-file-buffer-force):
8796         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8797         * emulation/viper.el (viper-go-away, viper-set-hooks):
8798         * emacs-lisp/re-builder.el (re-builder-unload-function):
8799         * emacs-lisp/bytecomp.el (byte-compile-file):
8800         * ses.el (ses-unload-function):
8801         * hexl.el (hexl-find-file):
8802         * files.el (normal-mode):
8803         * ehelp.el (with-electric-help):
8804         * autoinsert.el (auto-insert-alist):
8805         * arc-mode.el (archive-mode):
8806         Use (default-value 'major-mode) instead of default-major-mode.
8808         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8809         * international/mule.el (load-with-code-conversion):
8810         * emacs-lisp/debug.el (debug):
8811         * ediff-vers.el (ediff-rcs-get-output-buffer):
8812         * dired.el (dired-internal-noselect): Don't let-bind
8813         default-major-mode around code that doesn't use it.
8814         E.g. buffer creation via get-buffer-create doesn't use it.
8816 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8818         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8819         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8820         when writing the temp file.  Otherwise, epa-file gets confused.
8821         (tramp-register-file-name-handlers): Make it a defun.  Move also
8822         `epa-file-handler' to the front of `file-name-handler-alist'.
8824 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8826         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8827         start right after a ^M.
8828         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8829         (tramp-completion-file-name-regexp-separate)
8830         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8831         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8832         Don't modify last-coding-system-used by accident.
8833         (tramp-completion-file-name-handler): Apply the checks here,
8834         instead during registration.
8835         (tramp-register-file-name-handlers): Renamed from
8836         `tramp-register-file-name-handler'.  Register both
8837         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8838         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8840 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8842         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8843         Remove variable ...
8844         (gdb-init-1, gdb-display-separate-io-buffer)
8845         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8846         references to it.
8847         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8848         (gdb-inferior-filter): Use comint-output-filter to stop
8849         echoing and remove ^M characters.
8851 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8853         * emulation/viper-init.el (viper-restore-cursor-type):
8854         * emulation/cua-base.el (cua--update-indications):
8855         Replace default-cursor-type with (default-value 'cursor-type).
8857         * mail/sendmail.el (mail-recover-1):
8858         * international/mule-diag.el (describe-current-coding-system-briefly)
8859         (describe-current-coding-system):
8860         * international/mule-cmds.el (select-safe-coding-system)
8861         (select-message-coding-system)
8862         (set-language-environment-coding-systems, set-locale-environment):
8863         * hexl.el (hexl-insert-multibyte-char):
8864         * dos-w32.el (find-buffer-file-type-coding-system):
8865         * simple.el (what-cursor-position):
8866         Replace uses of default-buffer-file-coding-system
8867         with (default-value 'buffer-file-coding-system).
8869         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8870         Replace uses of default-cursor-in-non-selected-windows
8871         with (default-value 'cursor-in-non-selected-windows).
8872         Use with-current-buffer.
8874         * mail/feedmail.el: Use CL macros.
8875         (feedmail-run-the-queue, feedmail-send-it-immediately):
8876         * dos-w32.el (find-buffer-file-type): Replace uses of
8877         default-buffer-file-type with (default-value 'buffer-file-type).
8879 2009-08-28  Glenn Morris  <rgm@gnu.org>
8881         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8882         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8883         Use default-value of major-mode rather than default-major-mode.
8885 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8887         * Makefile.in (update-elcfiles): Report left over elc files.
8889         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8890         expand-file-name and with-current-buffer.
8891         (mail-get-names, mail-directory): Use with-current-buffer.
8893         * vc.el (vc-read-revision): New function.
8894         (vc-version-diff, vc-merge): Use it.
8896 2009-08-27  Sam Steingold  <sds@gnu.org>
8898         * simple.el (kill-do-not-save-duplicates): New user option.
8899         (kill-new): When it is non-nil, and the new string is the same as
8900         the latest kill, set replace to t to avoid duplicates in kill-ring.
8902 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8904         * net/tramp.el (tramp-handle-process-file): Do not flush all
8905         caches when `process-file-side-effects' is set.
8906         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8907         instead of `tramp-find-file-exists-command'.
8908         Unset `process-file-side-effects'.
8910 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8912         * net/tramp.el (tramp-methods): New method "rsyncc".
8913         (top): Add completion function for "rsyncc".
8914         (tramp-message-show-message): New defvar.
8915         (tramp-message, tramp-error): Use it.
8916         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8917         remote copying.
8918         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8919         `tramp-methods' entry `copy-env' of "rsyncc".
8920         (tramp-vc-registered-read-file-names): New defconst.
8921         (tramp-vc-registered-file-names): New defvar.
8922         (tramp-handle-vc-registered): Implement optimization strategy.
8923         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8924         (tramp-vc-file-name-handler): New defun.
8925         (tramp-get-ls-command, tramp-get-test-command)
8926         (tramp-get-file-exists-command, tramp-get-remote-ln)
8927         (tramp-get-remote-perl, tramp-get-remote-stat)
8928         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8930         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8931         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8932         timestamps.
8933         (tramp-get-file-property): Check for timestamps in
8934         `tramp-cache-inhibit-cache'.
8935         (tramp-set-file-property): Write timestamp.
8937 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8939         * language/japan-util.el (japanese-symbol-table): Add entries for
8940         cp932-2-byte.
8942         * international/characters.el: Add category `j' to cp932-2-byte.
8944 2009-08-27  Kenichi Handa  <handa@m17n.org>
8946         * international/fontset.el (build-default-fontset-data): New macro.
8947         (setup-default-fontset): Use build-default-fontset-data for CJK,
8948         tibetan, ethiopic, and ipa.
8950 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8952         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8953         (enable-multibyte-characters): Not customizable any more.
8955         * subr.el (default-mode-line-format, default-header-line-format)
8956         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8957         (default-direction-reversed, default-truncate-lines)
8958         (default-left-margin, default-tab-width, default-case-fold-search)
8959         (default-left-margin-width, default-right-margin-width)
8960         (default-left-fringe-width, default-right-fringe-width)
8961         (default-fringes-outside-margins, default-scroll-bar-width)
8962         (default-vertical-scroll-bar, default-indicate-empty-lines)
8963         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8964         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8965         (default-scroll-down-aggressively, default-fill-column)
8966         (default-cursor-type, default-buffer-file-type)
8967         (default-cursor-in-non-selected-windows)
8968         (default-buffer-file-coding-system, default-major-mode)
8969         (default-enable-multibyte-characters): Mark as obsolete.
8971 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8973         * vc-dir.el (vc-dir-update): Remove debug helper.
8975         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8977 2009-08-26  Sam Steingold  <sds@gnu.org>
8979         * simple.el (save-interprogram-paste-before-kill): New user option.
8980         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8981         save the interprogram-paste into kill-ring before overriding it
8982         with the Emacs kill.
8984 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8986         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8987         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8988         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8989         and move to vc-rcs.el.
8990         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8991         move to vc-rcs.el.
8992         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8993         (vc-rcs-update-changelog): Remove.
8994         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8995         and move to vc-rcs.el.
8997         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8998         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8999         renaming.
9000         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9001         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9002         vc.el, renamed to be RCS specific.
9004         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9005         New functions.
9006         (vc-cvs-update-changelog): Move here from vc.el.
9008         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9009         New functions.
9011 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9013         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9015 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9017         * vc-git.el (vc-git-register): Use "git add" for directories.
9018         (vc-git-stash, vc-git-stash-show): New functions.
9019         (vc-git-extra-menu-map): Bind them.
9021         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9022         directory correctly in case the item is a directory itself.
9024         * vc.el: Document the desired behavior for reverted files in the
9025         `added' state.
9026         (vc-default-prettify-state-info): Remove function, unused.
9028         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9030 2009-08-26  Glenn Morris  <rgm@gnu.org>
9032         * bindings.el (standard-mode-line-format): Reposition dashes in
9033         which-func entry.  (Bug#4217)
9035         * files.el (enable-local-variables, enable-local-eval)
9036         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9037         the defcustoms.
9038         (auto-mode-alist, ignored-local-variables)
9039         (save-some-buffers-action-alist): Move risky declarations to the
9040         definitions.
9041         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9042         (font-lock-defaults, format-alist, imenu--index-alist)
9043         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9044         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9045         (mode-line-modified, mode-line-mule-info, mode-line-position)
9046         (mode-line-process, mode-line-remote, outline-level)
9047         (parse-time-rules, rmail-output-file-alist)
9048         (special-display-buffer-names, vc-mode):
9049         Move risky declarations to the relevant files.
9050         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9051         (mode-line-modified, mode-line-process, mode-line-position)
9052         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9053         * font-core.el (font-lock-defaults):
9054         * format.el (format-alist):
9055         * vc-hooks.el (vc-mode):
9056         * window.el (special-display-buffer-names):
9057         * international/mule-cmds.el (input-method-alist):
9058         Define riskiness here (dumped file) rather than in files.el.
9059         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9060         * imenu.el (imenu-generic-expression, imenu--index-alist):
9061         * outline.el (outline-level):
9062         * time.el (display-time-string):
9063         * calendar/parse-time.el (parse-time-rules):
9064         * mail/rmailout.el (rmail-output-file-alist):
9065         Autoload riskiness here, rather than placing in files.el.
9067 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9069         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9071 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9073         * simple.el (process-file-side-effects): New defvar.
9075         * dired-aux.el (dired-show-file-type):
9076         * vc.el (vc-diff-internal):
9077         * vc-arch.el (vc-arch-diff):
9078         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9079         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9080         * vc-git.el (vc-git-registered, vc-git-working-revision)
9081         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9082         (vc-git--empty-db-p):
9083         * vc-hooks.el (vc-user-login-name):
9084         * vc-svn.el (vc-svn-registered, vc-svn-state)
9085         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9086         * progmodes/grep.el (grep-probe): Let-bind
9087         `process-file-side-effects' with nil.
9089         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9091         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9092         daemon.  Replace ping by checking for running service for bluez
9093         and zeroconf.  (Bug#4239)
9095 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9097         * net/dig.el (dig): Add autoload cookie.
9099 2009-08-25  Glenn Morris  <rgm@gnu.org>
9101         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9102         load-history for absolute file-names.
9103         (byte-compile-file-form-require): Warn about use of the cl package.
9105         * format.el (format-alist): Doc fix.
9107         * play/bubbles.el (top-level): Don't require cl at run-time.
9109         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9110         run-time cl).
9112 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9114         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9115         from cl package.
9116         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9118 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9120         * calc/calc-alg.el (math-trig-rewrite)
9121         (math-hyperbolic-trig-rewrite): New functions.
9122         (calc-simplify): Simplify trig functions when asked.
9124 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9126         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9128 2009-08-24  Kenichi Handa  <handa@m17n.org>
9130         * language/ind-util.el (mapthread): Delete it.
9131         (combinatorial): New function.
9132         (indian--puthash-cv): Use combinatorial instead of mapthread.
9134 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9136         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9137         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9138         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9139         Clarify docstring that the value is strings not symbols.
9140         (checkdoc-list-of-strings-p): New function.
9142 2009-08-22  Glenn Morris  <rgm@gnu.org>
9144         * files.el (auto-mode-alist):
9145         * hippie-exp.el (he-concat-directory-file-name):
9146         * lpr.el (lpr-windows-system, printer-name):
9147         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9148         * ps-print.el (ps-windows-system):
9149         * startup.el (command-line):
9150         * emulation/viper-ex.el (viper-glob-function):
9151         * international/mule-cmds.el (set-language-environment-coding-systems):
9152         * net/ange-ftp.el (ange-ftp-write-region):
9153         * obsolete/fast-lock.el (fast-lock-cache-name):
9154         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9155         unisoft-unix, vax-vms, win32, w32.
9157         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9158         given name if the pattern is not more specific.
9160         * calendar/lunar.el (lunar-phase-names): New option.
9161         (lunar-phase): Doc fix.
9162         (lunar-cycles-per-year): New constant.
9163         (lunar-index): New function.
9164         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9165         (lunar-phase-name): Use lunar-phase-names.
9166         (calendar-lunar-phases): Use format.
9167         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9169         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9170         Copy imenu-example--name-and-position function here for own use.
9171         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9173         * bs.el (bs--redisplay):
9174         * cus-edit.el (custom-redraw):
9175         * ibuffer.el (ibuffer-bury-buffer):
9176         * server.el (server-goto-line-column):
9177         * startup.el (command-line-1):
9178         * strokes.el (strokes-xpm-for-stroke):
9179         * term.el (term-display-buffer-line):
9180         * view.el (View-goto-line):
9181         * calc/calc.el (calc-do, calc-trail-buffer):
9182         * play/gamegrid.el (gamegrid-add-score-insecure):
9183         * progmodes/ada-mode.el (ada-compile-goto-error):
9184         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9185         (ebrowse-select-1st-to-9nth):
9186         * progmodes/cperl-mode.el (cperl-time-fontification):
9187         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9188         * progmodes/gud.el (gud-display-line):
9189         (idlwave-shell-display-line):
9190         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9191         * progmodes/make-mode.el (makefile-browser-toggle):
9192         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9193         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9194         * textmodes/picture.el (picture-draw-rectangle):
9195         * textmodes/reftex-index.el (reftex-index-goto-letter):
9196         (reftex-select-jump-to-previous):
9197         * textmodes/reftex-sel.el (reftex-find-start-point)
9198         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9199         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9200         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9201         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9202         * textmodes/two-column.el (2C-associated-buffer):
9203         Use forward-line rather than goto-line.
9205         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9206         goto-line.
9208         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9209         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9210         (quick-check-list-to-regexp): Declare.
9212         * progmodes/make-mode.el (makefile-browser-insert-selection):
9213         Use goto-char rather than goto-line.
9215         * progmodes/prolog.el (compilation-error-regexp-alist)
9216         (compilation-forget-errors): Declare.
9218 2009-08-22  Juri Linkov  <juri@jurta.org>
9220         * progmodes/grep.el (lgrep, rgrep): At the beginning
9221         set `dir' to `default-directory' unless `dir' is a non-nil
9222         readable directory.  (Bug#4052)
9223         (lgrep, rgrep): Change a weird way to report an error
9224         from using `read-string' to using `error'.
9225         Instead of using interactive arguments in the function body,
9226         add new argument `confirm'.
9228 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9230         * textmodes/remember.el (remember-buffer):
9231         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9232         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9233         (icalendar-extract-ical-from-buffer):
9234         * net/newst-treeview.el (newsticker-groups-filename):
9235         * net/newst-backend.el (newsticker-cache-filename):
9236         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9237         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9238         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9239         (speedbar-buffers-line-path, speedbar-path-line)
9240         (speedbar-buffers-line-path):
9241         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9242         (epg-sign-keys):
9243         * epa.el (epa-display-verify-result):
9244         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9246 2009-08-21  Glenn Morris  <rgm@gnu.org>
9248         * progmodes/js.el (inferior-moz-process): Fix declaration.
9250         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9252         * obsolete/rnewspost.el (news-mail-reply):
9253         Use goto-char rather than goto-line.
9255         * term/ns-win.el (ns-open-file-select-line):
9256         Use line-beginning-position rather than goto-line.
9258         * apropos.el (apropos-command):
9259         * ehelp.el (electric-helpify):
9260         * printing.el (pr-show-setup):
9261         * strokes.el (strokes-help):
9262         * tutorial.el (tutorial--describe-nonstandard-key)
9263         (tutorial--detailed-help):
9264         * woman.el (woman-mini-help, woman-display-extended-fonts):
9265         * calc/calc-help.el (calc-describe-key):
9266         * emulation/edt.el (edt-electric-helpify):
9267         * international/mule-diag.el (mule-diag):
9268         * play/yow.el (apropos-zippy):
9269         * progmodes/python.el (python-describe-symbol):
9270         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9271         * textmodes/table.el (*table--cell-describe-mode)
9272         (*table--cell-describe-bindings):
9273         Use help-print-return-message rather than the now obsolete alias.
9275         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9276         (calendar-cursor-to-visible-date):
9277         * play/5x5.el (5x5-position-cursor):
9278         * play/decipher.el (decipher):
9279         * play/gomoku.el (gomoku-goto-xy):
9280         * play/landmark.el (lm-goto-xy):
9281         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9282         (mpuz-paint-digit):
9283         Use forward-line, not goto-line.
9285         * mail/rmail.el (rmail-obsolete): Delete custom group.
9286         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9287         (rmail-remote-password, rmail-remote-password-required):
9288         Remove unneeded :set-after and :set properties.
9290 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9292         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9294 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9296         * loadup.el: Remove leftover macos code.
9298         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9299         Explicitly pass the date format to git blame so that user local
9300         so that the output format can be parsed.
9302 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9304         * net/dbus.el (top): Don't check for (getenv
9305         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9307 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9309         * log-edit.el (log-edit-strip-single-file-name): New var.
9310         (log-edit-insert-changelog): Use it.  Bug#3571
9312 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9314         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9315         Bug#3287
9317         * help.el (help-print-return-message): Rename from
9318         print-help-return-message.
9320         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9321         cvs-mode-map parent hack.
9322         (log-view-mode): Derive from special-mode.
9324         * linum.el (linum-mode): window-size-change-functions is redundant.
9325         Adapt to new window-configuration-change-hook behavior.
9326         (linum-after-size, linum-after-config): Remove.
9328         * imenu.el (imenu-example--name-and-position)
9329         (imenu-example--lisp-extract-index-name)
9330         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9331         Mark as obsolete.
9333         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9334         (inferior-prolog-mode): Use it.
9335         (inferior-prolog-load-file): Reset list of errors.
9337 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9339         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9341         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9343 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9345         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9346         is running already.
9348 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9350         * subr.el (listify-key-sequence-1): Use normal syntax since those
9351         integers are nowadays always represented by the same (positive) number
9352         on all platforms.
9353         (read-key-empty-map): New const.
9354         (read-key-delay): New var.
9355         (read-key): New function.
9356         (force-mode-line-update): Use with-current-buffer.
9357         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9358         (start-process-shell-command, start-file-process-shell-command):
9359         Discourage the use of command-args.
9361 2009-08-19  Glenn Morris  <rgm@gnu.org>
9363         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9365 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9367         * simple.el (choose-completion-string): Don't rely on
9368         minibuffer-completing-file-name and ad-hoc checks to decide whether
9369         to continue completion or not.
9371         * minibuffer.el (minibuffer-hide-completions): New function.
9372         (completion--do-completion): Use it.
9373         (completions-annotations): New face.
9374         (completion--insert-strings): Use it.
9375         (completion-pcm--delim-wild-regex): Add docstring.
9376         (completion-pcm--string->pattern): Add support for 0-width delimiters
9377         in completion-pcm--delim-wild-regex.
9379 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9381         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9382         Remove unused var `buffer-modified-p'.
9384         * minibuffer.el (completion--do-completion): Move point for the #b001
9385         case as well (bug#4176).
9386         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9388 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9390         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9391         and :session buses.
9393 2009-08-18  Kenichi Handa  <handa@m17n.org>
9395         * international/ucs-normalize.el (ucs-normalize-version):
9396         Change to 1.1.
9397         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9398         (utf-8-hfs): Make it perform normalization on encoding too.
9400         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9401         (sentence-end-without-space): Delete duplicated chars.
9402         (sentence-end-base): Likewise.
9404         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9405         (html-mode): Delete duplicated chars from sentence-end-base.
9407         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9408         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9410 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9412         * files.el (hack-one-local-variable): If the mode function is for
9413         a minor mode, pass it an argument (Bug#4148).
9415 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9417         * net/tramp.el (tramp-register-completion-file-name-handler):
9418         Check also for (member 'partial-completion completion-styles).
9420 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9422         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9423         abbrev (Bug#3943).
9425 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9427         * progmodes/cperl-mode.el: Merge upstream 6.2.
9428         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9429         (cperl-forward-re): Check cperl-brace-recursing.
9430         (cperl-highlight-charclass): New function.
9431         (cperl-find-pods-heres): Use it.
9432         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9433         (cperl-beautify-regexp-piece): Fix column calculation.
9434         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9435         (cperl-beautify-level): Don't process entire regexp.
9436         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9437         calling man.
9438         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9439         (cperl-init-faces): Build a list in the normal way.
9441 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9443         * calendar/parse-time.el (parse-time-string-chars): Save match
9444         data.
9446 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9448         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9449         (sql-product): Use it.
9450         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9451         (sql-set-product): Add completion.
9452         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9453         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9454         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9455         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9456         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9457         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9458         (sql-highlight-db2-keywords): Remove.
9459         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9460         (sql-highlight-product): Use derived-mode-p.
9461         (sql-set-sqli-buffer): Use with-current-buffer.
9462         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9463         Simplify.
9465         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9467         * term.el: Fix commenting convention, turn comments into docstrings.
9469 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9471         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9473 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9475         * calendar/parse-time.el (parse-time-string-chars): Compute using
9476         character classes, to handle non-ascii characters (Bug#3190).
9478 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9480         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9481         another heredoc if the user adds another < (Bug#3226).
9483         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9484         Don't initialize based on window-system (Bug#4124).
9486         * facemenu.el (facemenu-read-color): Use a completion function
9487         that accepts any defined color, such as RGB triplets (Bug#3677).
9489         * files.el (get-free-disk-space): Change fallback default
9490         directory to /.  Expand DIR argument before switching to fallback.
9491         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9493 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9495         * files.el (load-library): Doc fix.
9497 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9499         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9500         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9501         incremental search string.
9503         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9504         XEmacs.
9506         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9507         (ediff-merge-region-is-non-clash)
9508         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9509         Also check if the job is really a merge job.
9511         * ediff.el (ediff-current-file): New function.
9513 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9515         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9516         conventions.
9517         (js-insert-and-indent): Delete function.
9518         (js-mode-map): Don't bind keys to js-insert-and-indent.
9519         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9520         (js-end-of-defun): Rename from js--end-of-defun.
9521         (js-auto-indent-flag): Delete variable.
9523 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9525         * progmodes/js.el: Remove proclaim statement.
9526         Defvar which-func-imenu-joiner-function to silence compiler.
9528         * files.el (auto-mode-alist): Use js-mode for .js files.
9530         * progmodes/js2-mode.el: Remove file.
9532         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9534         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9536         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9538 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9539             Karl Landstrom  <karl.landstrom@brgeight.se>
9541         * progmodes/js.el: New file.
9543 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9545         * timezone.el (timezone-parse-date): Add ability to understand ISO
9546         basic format (minimal separators) dates in addition to the
9547         already-supported extended format dates.
9549 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9551         * international/ucs-normalize.el: Add a `coding' file variable.
9553         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9555 2009-08-14  Sam Steingold  <sds@gnu.org>
9557         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9559 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9561         * faces.el (help-argument-name): Define it here instead of
9562         help-fns.el, because in daemon mode help-fns.el may be loaded when
9563         faces are still uninitialized (Bug#1078).
9565         * help-fns.el (help-argument-name): Move defface to faces.el.
9567 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9569         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9570         create buffer with a pty but no process so that GDB can make the
9571         inferior the controlling process.
9573 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9575         * international/ucs-normalize.el: New file.
9577 2009-08-13  Richard Stallman  <rms@gnu.org>
9579         * mail/rmail.el (rmail-get-attr-names):
9580         Accept an attribute header that is too short.
9582         * mail/rmail.el (rmail-forget-messages):
9583         Ignore nil elt in rmail-message-vector.  Use dotimes.
9585         * progmodes/compile.el (compilation-goto-locus):
9586         Use next-error-move-function.
9588         * simple.el (next-error-move-function): New variable.
9590 2009-08-12  Juri Linkov  <juri@jurta.org>
9592         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9593         always non-nil.  (Bug#4052)
9595         * replace.el (read-regexp): Return empty string when
9596         `default-value' is nil.
9597         (keep-lines-read-args): Don't use empty string as the
9598         default value for `read-regexp'.  (Bug#2495)
9600 2009-08-12  Juri Linkov  <juri@jurta.org>
9602         * international/mule-cmds.el (ucs-insert): Change arguments
9603         from `arg' to `character', `count', `inherit' to be the same
9604         as in `insert-char'.  Doc fix.  (Bug#4039)
9606         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9608 2009-08-12  Juri Linkov  <juri@jurta.org>
9610         * files-x.el: New file.
9612         * files.el: Move code that deals with adding/deleting
9613         file/directory-local variables to files-x.el.
9615         * Makefile.in (ELCFILES): Add files-x.elc.
9617 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9619         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9620         to use `goto-line'.
9621         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9622         `goto-line'.
9623         (gdb-invalidate-disassembly): Do not refresh upon receiving
9624         'update signal.  Instead, update all disassembly buffers only after
9625         threads list.
9626         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9627         (gdb-starting): Moved -data-list-register-names...
9628         (gdb-stopped): ...here so it's sent when first thread stops.
9629         (gdb-registers-handler-custom): Do nothing if register names are
9630         unknown yet.
9632         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9633         from `gdb-mi.el' to avoid extra tangling.
9635         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9636         change which breaks `gud-def' definitions used in `gdb'.
9637         (gdb-update-gud-running): No extra fuss for updating frame number.
9639 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9641         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9642         (describe-language-environment-map, setup-language-environment-map)
9643         (set-coding-system-map): Move initialization into declaration.
9644         (set-language-info-alist): Last arg to define-key-after can be skipped.
9646         * international/quail.el (quail-completion-1): Simplify.
9647         (quail-define-rules): Use slightly more compact code.
9648         (quail-insert-decode-map): Propertize keys, compact columns.
9650         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9651         Add goto-line.
9653 2009-08-10  Miles Bader  <miles@gnu.org>
9655         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9656         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9657         (js2-instance-member, js2-private-member, js2-private-function-call)
9658         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9659         (js2-magic-paren, js2-external-variable):
9660         Remove "-face" suffix from face names.
9661         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9662         (js2-highlight-undeclared-vars, js2-peek-token)
9663         (js2-parse-function-params, js2-mode-show-errors)
9664         (js2-mode-show-warnings, js2-make-magic-delimiter)
9665         (js2-mode-highlight-magic-parens): Update to use new face names.
9667 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9669         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9670         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9672 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9674         * subr.el: Provide hashtable-print-readable.
9676         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9677         hs-c-like-adjust-block-beginning.
9678         (hs-hide-block-at-point): Stop hiding at the beginning of
9679         hs-block-end-regexp (Bug#700).
9681 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9683         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9684         a macro.
9685         (gdb-registers-handler-custom): Do not fail when register names
9686         are unavailable.
9688 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9690         * progmodes/gdb-mi.el (gdb-control-all-threads)
9691         (gdb-control-current-thread): Interactive setters for
9692         `gdb-gud-control-all-threads' to use in menu.
9693         (gdb-show-run-p): Show «Go» when process is not active.
9694         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9695         gud/thread.xpm and gud/all.xpm.
9697 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9699         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9700         (nslookup-font-lock-keywords): Make it a variable.
9701         (net-utils-mode): New mode for viewing diagnostic network output.
9702         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9703         (net-utils-run-simple): New function.
9704         (ifconfig, iwconfig, netstat, arp, route): Use it.
9706 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9708         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9709         (gdb-memory-set-address, def-gdb-set-positive-number)
9710         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9711         after changing settings.
9712         (gdb-invalidate-disassembly): Update when first shown.
9713         (gdb-edit-locals-value): Fixed.
9714         (gdb-registers-handler-custom): Print registers in right order and
9715         allow changing register values (only for current thread yet).
9716         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9717         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9718         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9719         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9720         info in mode name.
9721         (gdb-registers-mode-map): TAB to switch to locals.
9723 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9725         * mail/rmail.el (rmail-add-mbox-headers)
9726         (rmail-set-message-counters-counter): Search for
9727         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9729 2009-08-08  Glenn Morris  <rgm@gnu.org>
9731         * Makefile.in (ELCFILES): Update.
9733 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9735         * mail/sendmail.el (mail-yank-original): Set
9736         buffer-file-coding-system from the one used by the message whose
9737         text is yanked.
9739         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9740         to "windows" when "pgnuplot" is used.
9741         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9742         call accept-process-output if "pgnuplot" is used.
9743         (calc-graph-init): Don't send -display and -geometry to
9744         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9745         running "pgnuplot -V" with shell-command-to-string.
9747         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9748         the default.
9750 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9752         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9753         org/org-latex.elc.
9755 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9757         * vc-dispatcher.el (vc-resynch-window): Update comment.
9759         * term.el (term-handle-ansi-escape): Add comments with the
9760         terminfo capabilities implemented.
9762 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9764         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9765         (gdb-var-create-handler): Rewritten using JSON parser.
9766         (gdb-propertize-header): Moved earlier.
9767         (gdb-set-header): Removed to avoid duplication.
9768         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9769         Refresh disassembly buffers only after threads list have been
9770         update.
9771         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9772         variables.
9774 2009-08-04  Juri Linkov  <juri@jurta.org>
9776         * files.el: Commands to add/delete file/directory-local variables.
9777         (read-file-local-variable, read-file-local-variable-value)
9778         (read-file-local-variable-mode, modify-file-local-variable)
9779         (modify-file-local-variable-prop-line)
9780         (modify-dir-local-variable): New functions.
9781         (add-file-local-variable, delete-file-local-variable)
9782         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9783         (add-dir-local-variable, delete-dir-local-variable)
9784         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9785         (copy-dir-locals-to-file-locals-prop-line): New commands.
9787 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9789         * abbrev.el (insert-abbrev-table-description): Prettify output.
9790         Suggested by Karl Chen.
9792 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9794         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9795         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9796         (gdb-overlay-arrow-position, gdb-thread-position)
9797         (gdb-disassembly-position): Declare variables.
9798         (gdb-wait-for-pending): Function now.
9799         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9800         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9801         compilation goes smoothly.
9802         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9803         (gdb-non-stop-setting): New customization setting which replaces
9804         `gdb-non-stop' so changing it doesn't break active GDB session.
9805         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9806         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9807         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9808         (gdb-show-threads-by-default): New customization options.
9809         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9810         routines.
9811         (gdb-get-buffer-create): Send buffers update signal when they are
9812         created.
9813         (gdb-invalidate-locals, gdb-invalidate-registers)
9814         (gdb-invalidate-breakpoints)
9815         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9816         (gdb-invalidate-memory): Accept update signal.
9817         (gdb-current-context-command): Use --frame option.
9818         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9819         Implement `gdb-frame-number' selection logic.
9820         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9821         whether to show GUD toolbar buttons.
9822         (gdb-thread-exited): Unselect current thread when it exits.
9823         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9824         (gdb-mark-line): Routine which sets overlay arrow or inverses
9825         video on fringeless displays.
9826         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9827         to build aligned columns of data in GDB buffers and set text
9828         properties line-by-line.
9829         (gdb-invalidate-breakpoints)
9830         (gdb-breakpoints-list-handler-custom)
9831         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9832         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9833         (gdb-registers-handler-custom): Align data columns.
9834         (gdb-locals-handler-custom): Now prints data like in variable
9835         declarations.
9836         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9837         Removed confusing buttons.
9838         (gdb-invalidate-threads): Append --frame.
9839         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9840         between breakpoints/threads buffers.
9841         (gdb-set-window-buffer): Now can ignore dedicated windows.
9842         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9843         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9844         (def-gdb-thread-buffer-gud-command): Replaces
9845         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9846         for fine thread control.
9847         (gdb-preempt-existing-or-display-buffer): New function used to
9848         display bound buffers without breaking window layout.
9849         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9850         (gdb-select-frame): New version of `gdb-frames-select' which now
9851         sets `gdb-frame-number' so commands may use --frame option instead
9852         of inner debugger state.
9853         (gdb-frame-handler): Do not set `gdb-frame-number'.
9854         (gdb-threads-mode-map): Select threads with mouse.
9856         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9857         avoid compilation warning.
9858         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9859         `gdb-show-stop-p`.
9861         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9862         Argument `key' renamed to `buffer-type'.
9863         (gdb-current-context-buffer-name): Do not add thread info to
9864         buffer name when no thread is selected.
9865         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9866         command (bug 3794).
9867         (gdb-thread-selected): Handle `=thread-selected' notification.
9868         (gdb-wait-for-pending): New macro to deal with congestion problems.
9869         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9870         breakpoints.
9871         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9872         This fixes problem similar to one described in bug 3947.
9873         (gud-menu-map): More menu items.
9874         (gdb-init-1): Reset `gdb-thread-number' to nil.
9876         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9877         non-stop settings.
9879         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9880         (gdb-current-context-command): Do not append --thread if
9881         `gdb-thread-number' is nil.
9882         (gdb-running-threads-count, gdb-stopped-threads-count): New
9883         variables.
9884         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9885         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9886         customization options.
9887         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9888         GUD commands.
9889         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9890         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9891         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9892         set `gdb-thread-number' and update `gud-running' properly.
9893         (gdb-running): Update threads list when new threads appear.
9894         (gdb-stopped): Support non-stop operation and new thread switching
9895         logic.
9896         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9897         (gdb-json-partial-output): New set of JSON routines.
9898         (def-gdb-auto-update-trigger): New `signal-list' optional
9899         argument.
9900         (gdb-thread-list-handler-custom): Update `gud-running',
9901         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9902         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9903         (gdb-continue-thread, gdb-step-thread): New commands for fine
9904         thread execution control.
9905         (gud-menu-map): New menu items to switch non-stop options.
9906         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9907         (gdb-send): Mimic RET properly (bug 3794).
9909         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9910         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9911         gdb-buffer-rules.
9912         (def-gdb-auto-update-handler): New nopreserve optional argument.
9913         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9915         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9916         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9917         (gdb-parent-mode): New mode to derive other GDB modes from.
9918         (gdb-display-disassembly-for-thread)
9919         (gdb-frame-disassembly-for-thread): New commands for threads
9920         buffer.
9922         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9923         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9924         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9925         (gdb-update): We now store all GDB buffers in a list so that they
9926         can be updated by traversing a list instead of calling invalidate
9927         triggers explicitly.
9928         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9929         pair for GDB buffer.
9930         (gdb-stack-buffer-name): Add thread information.
9931         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9932         handle pending triggers.
9933         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9934         (def-gdb-thread-buffer-simple-command)
9935         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9936         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9937         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9938         New commands which show buffers bound to thread.
9939         (gdb-stack-list-locals-regexp): Removed unused regexp.
9941         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9942         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9943         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9944         to (gud-comint-buffer) in *-buffer-name functions
9945         because (gdb-get-target-string) already does that.
9946         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9947         (gdb-changed-registers-handler): Rewritten without regexps.
9949         * progmodes/gdb-mi.el: Basic thread selection support.
9950         (gdb-thread-number): New variable.
9951         (gdb-current-context-command): New macro which adds --thread
9952         option to command.
9953         (gdb-threads-mode-map): Select thread with SPC.
9954         (gdb-thread-list-handler-custom): Mark current thread with overlay
9955         arrow.  Synchronize GDB thread and Emacs thread.
9956         (gdb-select-thread): New command which selects current thread.
9957         (gdb-invalidate-frames, gdb-invalidate-locals)
9958         (gdb-invalidate-registers): Use --thread option.
9960 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9962         * net/tramp.el (top): Make check for tramp-gvfs loading more
9963         robust.  (Bug#3977)
9964         (tramp-handle-insert-file-contents): `unwind-protect' must be
9965         inside `with-parsed-tramp-file-name'.
9967         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9968         fails.
9970 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9972         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9973         directory if CLASSPATH is not set.
9975 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9977         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9978         New defconst.
9979         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9981 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9983         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9984         Update freshmeat link.  Delete newsforge.com as it seems gone.
9986 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9988         * select.el (x-set-selection): Doc fix (Bug#4021).
9990         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9992         * help-fns.el (describe-variable): Treat list return values from
9993         dir-locals-find-file properly (Bug#4005).
9995 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
9997         * net/tramp.el (tramp-debug-message): Print also microseconds.
9999 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10001         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10002         or END is non-nil.
10003         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10004         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10005         format.
10007         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10008         (tramp-get-file-property): Use it.
10010         * autorevert.el (auto-revert-handler): Allow
10011         `auto-revert-tail-mode' for remote files.
10013 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10015         * minibuffer.el (read-file-name): Treat confirm options to
10016         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10018 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10020         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10021         (font-lock-variable-name-face, font-lock-constant-face): Darken
10022         the colors for light backgrounds.
10024 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10026         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10027         month names.  (Bug#3987)
10029 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10031         * simple.el (line-move-finish): Pass whole number to
10032         line-move-to-column.
10033         (line-move-visual): Perform hscroll to the recorded position.
10035 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10037         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10039 2009-07-29  Alan Mackenzie  <acm@muc.de>
10041         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10043 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10045         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10046         (gdb-place-breakpoints): Use full path when setting breakpoints.
10048 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10050         * calc/calc.el (calc-mode-map): Add keybinding for
10051         `calc-transpose-lines'.
10053 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10055         * calc/calc-misc.el (calc-transpose-lines): New function.
10057 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10059         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10060         Simplify check for out-of-band methods.
10061         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10062         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10064 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10066         * vc-git.el (vc-git-checkin): Fix typo.
10068 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10070         * progmodes/js2-mode.el: New file.
10072 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10074         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10075         (gud-menu-map): Adjust tooltip accordingly.
10077 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10079         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10080         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10082         * add-log.el (change-log-mode-map): Add a menu.
10084 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10086         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10087         function returns nil.
10088         (dbus-handle-event): Handle special return value :ignore.
10089         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10091 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10093         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10094         it's not needed.
10096 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10098         Fix Bug#3888:
10100         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10102         * term/pc-win.el (x-display-name, x-colors)
10103         (x-select-enable-clipboard, x-select-text): Doc fix.
10105         * term/common-win.el (x-display-name, x-colors): Doc fix.
10107         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10108         (xw-defined-colors): Doc fix.
10110         * w32-fns.el (x-select-text, x-setup-function-keys)
10111         (x-get-selection, x-set-selection): Doc fix.
10113         * term/x-win.el (x-select-text, x-setup-function-keys)
10114         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10116         * select.el (x-set-selection): Doc fix.
10118 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10120         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10121         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10122         "IsNSSSupportAvailable" method is not available.  Reported by
10123         Steve Youngs <steve@sxemacs.org>.
10125 2009-07-24  Kenichi Handa  <handa@m17n.org>
10127         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10128         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10129         (build-unicode-category-table): Fix range checks.
10131 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10133         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10134         the buffer we try to sync is current when calling
10135         vc-resynch-buffer.
10137         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10138         not show up to date files.
10140 2009-07-24  Glenn Morris  <rgm@gnu.org>
10142         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10143         Add autoload cookies.  If necessary, initialize.
10144         (elint-log): Handle non-file buffers.
10145         (elint-initialize): Add optional argument to reinitialize.
10146         (elint-find-builtin-variables): Save excursion.
10148 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10150         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10151         for Lint.
10153 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10155         * vc.el (vc-print-log-internal): New function, split out from ...
10156         (vc-print-log): ... here.
10157         (vc-dir-move-to-goal-column): Declare.
10159         * vc-git.el (vc-git-add-signoff): New variable.
10160         (vc-git-checkin): Use it.
10161         (vc-git-toggle-signoff): New function.
10162         (vc-git-extra-menu-map): Bind it to menu.
10163         (vc-git--run-command-string): Accept a nil FILE argument.
10164         (vc-git-stash-list): New function.
10165         (vc-git-dir-extra-headers): Use it.
10167 2009-07-23  Glenn Morris  <rgm@gnu.org>
10169         * help-fns.el (describe-variable): Describe ignored and risky local
10170         variables in a similar way to that in which we describe safe ones.
10172         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10173         (byte-compile-output-file-form, byte-compile-output-docform)
10174         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10175         Give some more local variables with common names a "bytecomp-" prefix,
10176         so as not to shadow things during compilation.
10177         * emacs-lisp/cl-macs.el (load-time-value)
10178         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10179         `outbuffer' to `bytecomp-outbuffer'.
10181         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10182         since the next two variables cover them automatically now.
10183         (elint-builtin-variables, elint-autoloaded-variables): New.
10184         (elint-unknown-builtin-args): Remove all members, since they can be
10185         parsed automatically now.
10186         (elint-extra-errors): New.
10187         (elint-env-add-env, elint-env-add-macro): Use cadr.
10188         (elint-current-buffer): Use or.  Change final message.
10189         (elint-get-top-forms): Use line-end-position.
10190         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10191         and defalias.
10192         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10193         (regexp-assoc): Remove unused function.
10194         (elint-top-form): Set elint-current-pos, to record the start of the
10195         top-level form, for compilation-mode.
10196         (elint-form): Trap errors in macro expansion.  Use dolist.
10197         (elint-unbound-variable): Use elint-builtin-variables and
10198         elint-autoloaded-variables.
10199         (elint-get-args): Use cadr, or.
10200         (elint-check-cond-form): Use dolist, cadr.
10201         (elint-check-condition-case-form): Doc fix.  Use cadr.
10202         Use elint-extra-errors.
10203         (elint-log): New function.
10204         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10205         Distinguish errors and warnings.
10206         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10207         Use a bytecomp-style format.
10208         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10209         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10210         Don't truncate lines.
10211         (elint-initialize): Set builtin and autoloaded variable lists.
10212         Only process elint-unknown-builtin-args if non-nil.
10213         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10214         New functions.
10215         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10217 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10219         * net/newst-backend.el (newsticker--parse-atom-1.0)
10220         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10221         (newsticker--parse-rss-1.0):
10222         * progmodes/idlwave.el (idlwave-mode):
10223         * progmodes/idlw-shell.el (idlwave-shell-mode):
10224         * progmodes/vera-mode.el (vera-mode):
10225         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10226         * progmodes/vhdl-mode.el (vhdl-mode):
10227         * textmodes/table.el (table-generate-source)
10228         (table--warn-incompatibility):
10229         Hyperlink urls in docstrings with URL `...'.
10231 2009-07-22  Glenn Morris  <rgm@gnu.org>
10233         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10234         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10235         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10236         Remove leading * from defcustom docs.
10238         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10240         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10241         defcustom doc.
10242         (list-load-path-shadows): Optionally, just return shadows as a string.
10244         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10246 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10248         * mail/rmailedit.el (rmail-edit-mode): Use
10249         auto-save-include-big-deletions.
10251         * mail/rmail.el (rmail-variables): Use
10252         auto-save-include-big-deletions.
10254         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10255         changes.
10257 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10259         * calc/calc.el (calc-undo-length): New variable.
10260         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10262 2009-07-21  Richard Stallman  <rms@gnu.org>
10264         * files.el (auto-save-mode): Handle buffer-save-size = -2
10265         for toggling mode.
10267 2009-07-21  Glenn Morris  <rgm@gnu.org>
10269         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10271         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10273         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10274         silence compiler.  Instead...
10275         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10276         (ps-print-ensure-fontified): Update for above function name changes.
10278         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10279         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10280         silence compiler.  Instead...
10281         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10282         (mh-show-buffer): Only define for compiler.
10283         (pr-mh-current-message): Update for above function name changes.
10285         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10286         as an argument.
10287         (find-file-noselect, insert-file-1): Update for above change.
10289         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10291         * mail/mailclient.el (mailclient-send-it): Fix message.
10293         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10294         (edebug-eval): Check cl-debug-env is bound.
10295         (print-level, print-circle): Don't redefine built-in variables.
10297         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10298         (custom-print-vectors): Remove old comments from doc.
10300         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10301         (emerge-version): Make the variable an obsolete alias for the
10302         emacs-version variable.  Make the function obsolete.
10303         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10304         Emerge options, rather than merging in into the main Options menu.
10305         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10306         and auto advance modes.  Disable edit/fast items when not relevant.
10308 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10310         * term/vt420.el (terminal-init-vt420): Fix typo.
10312 2009-07-20  Sam Steingold  <sds@gnu.org>
10314         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10315         variable (removed from compile.el on 2004-03-11).
10317 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10319         * files.el (hack-local-variables-filter): Fix last change.
10321 2009-07-19  Juri Linkov  <juri@jurta.org>
10323         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10324         (dir-local-variables-alist): New buffer-local variable.
10325         (hack-local-variables-filter): If variable is not dir-local,
10326         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10327         because file-local overrides dir-local.
10328         (c-postprocess-file-styles) <declare-function>:
10329         Remove obsolete declaration.
10330         (hack-dir-local-variables): Add dir-local variable/value pair to
10331         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10333         * help-fns.el (describe-variable): Add information about
10334         file-local and dir-local variables.
10336 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10338         * files.el (hack-local-variables-filter): Rewrite.
10340 2009-07-19  Glenn Morris  <rgm@gnu.org>
10342         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10343         Silence compiler by only defining on XEmacs.
10345         * international/mule.el (auto-coding-regexp-alist): Only match
10346         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10348         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10349         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10350         (cal-menu-context-mouse-menu): Doc fix.
10352         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10354         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10356 2009-07-18  Juri Linkov  <juri@jurta.org>
10358         * info.el: Virtual Info keyword finder.
10359         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10360         (Info-finder-file): New variable.
10361         (Info-finder-find-file): New function.
10362         (finder-known-keywords, finder-package-info)
10363         (find-library-name, lm-commentary): Use defvar and
10364         declare-function to silence compiler warnings.
10365         (Info-finder-find-node): New function.
10366         (info-finder): New command.
10368         * subr.el (process-kill-buffer-query-function): New function.
10369         (add-hook)<kill-buffer-query-functions>: Add hook
10370         `process-kill-buffer-query-function'.
10372 2009-07-18  Alan Mackenzie  <acm@muc.de>
10374         * progmodes/cc-mode.el (c-before-hack-hook)
10375         (c-postprocess-file-styles): Give invocation of `c-set-style'
10376         DONT-OVERRIDE parameter of t.  Already set style variables will
10377         thus not be overridden by style settings given by `c-file-syle'.
10379         * files.el (hack-local-variables-filter): Remove entries with
10380         duplicate keys from `file-local-variables-alist'.
10382 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10384         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10385         x-set-selection if display-selections-p returns nil for the
10386         current frame.
10388 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10390         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10392 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10394         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10395         Accept nil in addition to a regexp.
10396         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10397         Accept nil in addition to a regexp.
10398         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10399         buffers that have an associated file.  Handle nil values of
10400         desktop-buffers-not-to-save and desktop-files-not-to-save.
10401         (Bug#3833)
10403         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10404         (x-disown-selection-internal): New functions.
10406 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10408         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10409         warning.
10410         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10411         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10413 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10415         * simple.el (set-mark): Revert last change.
10417 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10419         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10420         rendering of pngs is not possible instead of messaging a long
10421         description.
10423 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10425         * w32-fns.el (x-selection-owner-p): New function.
10427         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10428         (mouse-yank-at-click, mouse-yank-primary): If
10429         select-active-regions is non-nil, deactivate the mark before
10430         insertion.
10432         * simple.el (deactivate-mark, set-mark): Only save selection if we
10433         own it.
10435 2009-07-17  Kenichi Handa  <handa@m17n.org>
10437         * case-table.el (describe-buffer-case-table): Fix for the case
10438         that KEY is a cons.
10440 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10442         * vc-rcs.el (vc-rcs-find-file-hook):
10443         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10445 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10447         * net/tramp.el (tramp-wait-for-output): Handle the case when
10448         commands do not return a newline but a null byte before the shell
10449         prompt.  (Bug#3858)
10451 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10453         * term/ns-win.el (ns-set-alpha): Don't declare.
10454         (ns-set-background-alpha): Remove function.
10456 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10458         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10459         y-or-n-p, for safety.
10461 2009-07-16  Richard Stallman  <rms@gnu.org>
10463         * files.el (auto-save-mode): If buffer-saved-size is -2,
10464         don't clobber it.
10466         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10467         (rmail-retry-ignored-headers): Add more uninteresting fields.
10469 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10471         * net/rcirc.el (rcirc): Use history variables.
10472         (rcirc-server-name-history, rcirc-nick-name-history)
10473         (rcirc-server-port-history): New variables.
10475 2009-07-15  Kenichi Handa  <handa@m17n.org>
10477         * international/mule-cmds.el (set-language-environment-charset):
10478         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10479         ignore them.
10481         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10482         Delete unibyte-display.
10484 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10486         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10488 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10490         * simple.el (deactivate-mark): Optional argument FORCE.
10491         (set-mark): Use deactivate-mark.
10493         * info.el (Info-search): No need to check transient-mark-mode
10494         before calling deactivate-mark.
10496         * select.el (x-set-selection): Doc fix.
10497         (x-valid-simple-selection-p): Allow buffer values.
10498         (xselect--selection-bounds): Handle buffer values.  Suggested by
10499         David De La Harpe Golden.
10501         * mouse.el (mouse-set-region, mouse-drag-track): Call
10502         copy-region-as-kill before setting the mark, to let
10503         select-active-regions work.
10505 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10507         * simple.el (deactivate-mark): If select-active-regions is
10508         non-nil, copy the selection data into a string.
10509         (activate-mark): If select-active-regions is non-nil, set the
10510         selection to the current buffer.
10511         (set-mark): Update selection if select-active-regions is non-nil.
10513         * select.el (x-valid-simple-selection-p): Allow buffer values.
10515 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10517         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10518         and more featureful message-mode.
10520 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10522         * select.el (x-set-selection): Doc fix.
10523         (x-valid-simple-selection-p): Disallow selection data consisting
10524         of a list or cons of integers, since that is not used.
10525         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10526         (xselect-convert-to-string, xselect-convert-to-length)
10527         (xselect-convert-to-filename, xselect-convert-to-charpos)
10528         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10530 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10532         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10533         output in -break-info command (Emacs bug #3794).
10535 2009-07-14  Glenn Morris  <rgm@gnu.org>
10537         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10538         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10539         (edebug-print-length, edebug-print-level, edebug-print-circle)
10540         (edebug-sit-for-seconds, edebug-view-outside)
10541         (edebug-bounce-point, edebug-set-global-break-condition)
10542         (edebug-Go-nonstop-mode, edebug-trace-mode)
10543         (edebug-Trace-fast-mode, edebug-continue-mode)
10544         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10545         (edebug-visit-eval-list): Doc fixes.
10547         * subr.el (def-edebug-spec): Doc fix.
10549 2009-07-14  Kenichi Handa  <handa@m17n.org>
10551         * international/characters.el: Fix setting of category ?C.
10553 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10555         * term/ns-win.el (x-select-font): defalias x-select-font to
10556         ns-popup-font-panel instead of generate-fontset-menu.
10558 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10560         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10562 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10564         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10565         the PK\003\004 header (Bug#3770).
10567 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10569         * pcomplete.el (pcomplete-comint-setup): Check for
10570         shell-dynamic-complete-filename too.
10572 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10574         * simple.el (temporary-goal-column): Change the value for
10575         line-move-visual to a cons cell.
10576         (line-move-visual): Record or set the window hscroll, if
10577         necessary (Bug#3494).
10578         (line-move-1): Handle cons value of temporary-goal-column.
10580 2009-07-11  Kenichi Handa  <handa@m17n.org>
10582         * international/mule-diag.el (describe-character-set): Don't show
10583         width.
10585 2009-07-10  Sam Steingold  <sds@gnu.org>
10587         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10588         Omake sometimes indents the errors it prints, so allow all
10589         regexps to start with spaces.
10591 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10593         * cus-edit.el (customize-changed-options-previous-release):
10594         Bump value to 22.1.  (Bug#3804)
10596 2009-07-08  Sam Steingold  <sds@gnu.org>
10598         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10599         to be a cons cell (test . ignored-directory) to selectively ignore
10600         some directories depending on the location of the search.
10602 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10604         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10605         remote user is root, on the local host.
10606         (tramp-local-host-p): Either the local user or the remote user
10607         must be root.  (Bug#3771)
10609 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10611         * progmodes/gdb-mi.el (gdb): Remove description of
10612         gdb-use-separate-io-buffer.
10613         (menu): Don't allow toggling of or enable
10614         gdb-use-separate-io-buffer from menubar.
10616 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10618         * mail/unrmail.el (unrmail): Make sure the message ends with two
10619         newlines (Bug#3769).
10621 2009-07-08  Glenn Morris  <rgm@gnu.org>
10623         * calendar/calendar.el (calendar-current-date): Rework previous change.
10625 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10627         * calendar/calendar.el (calendar-current-date):
10628         Add an optional argument giving an offset from today.
10630 2009-07-08  Glenn Morris  <rgm@gnu.org>
10632         * tutorial.el (tutorial--describe-nonstandard-key):
10633         Adjust the message for when a key has been unbound.
10634         (help-with-tutorial): Hide the arch-tag.
10636 2009-07-08  Kenichi Handa  <handa@m17n.org>
10638         * international/fontset.el (setup-default-fontset): For each
10639         script, append (not set) font-specs.
10641         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10642         docstring.
10644 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10646         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10647         -data-list-register-names to ...
10648         (gdb-starting): ... here because GDB 7.0 requires execution to
10649         have started when using this MI command.
10650         (gdb-set-header): New function to distinguish select and
10651         unselected tabs in gdb buffers.
10652         (gdb-propertize-header): New macro that uses gdb-set-header.
10653         (gdb-breakpoints-header, gdb-locals-header): Use it.
10654         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10656 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10658         * Makefile.in (ELCFILES): Remove fadr.elc.
10660 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10662         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10663         may contain frame information, so `string-match' should be used.
10664         (gdb-update): Disassembly is invalidated through
10665         `gdb-get-selected-frame'.
10666         (gdb-pad-string): New function to pad string with spaces.
10667         (gdb-invalidate-disassembly): Invalidate only if the buffer
10668         exists.
10669         (gdb-disassembly-handler-custom): Column alignment.
10670         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10671         placing new ones.
10672         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10673         end of line, too.
10674         (gdb-frame-handler): Match convention to for disassembly buffer
10675         mode name.
10676         (gdb-stack-list-frames-handler): Rewritten without regexps.
10677         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10678         not highlight breakpoints without line information.
10679         (gdb-input): Add trailing newline to command.
10681         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10682         buffer properly.
10683         (gdb-breakpoints-list-handler-custom): Replacement for
10684         `gdb-break-list-handler'.  Using real parser instead of regexps
10685         now.
10686         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10687         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10688         to place breakpoints.
10689         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10690         functions.
10691         (gdb-disassembly-handler-custom): Show overlay arrow.
10692         (gdb-disassembly-place-breakpoints): Show breakpoints in
10693         disassembly buffer.
10694         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10695         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10696         instead of parsing breakpoints buffer.  Fixed old menu references
10697         in `gud-menu-map'.
10699         * fadr.el: Remove.
10701         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10702         (gdb-memory-address): New variable which holds top address of
10703         memory page shown in memory buffer.
10704         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10705         customization variables.
10706         New functions:
10707         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10708         display the memory buffer.
10709         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10710         buffer display parameters.
10711         (def-gdb-memory-format, gdb-memory-format-binary)
10712         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10713         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10714         Functions for setting memory buffer format.
10715         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10716         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10717         unit size used in memory buffer.
10718         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10719         to next/previous page of memory buffer.
10720         Now using (bindat-get-field) instead of fadr functions.
10722 2009-07-07  Sam Steingold  <sds@gnu.org>
10724         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10725         non-top-level files.
10727 2009-07-07  Kenichi Handa  <handa@m17n.org>
10729         * international/mule-cmds.el (reset-language-environment): Put
10730         the highset priority to the charset iso-8859-1.
10732 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10734         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10735         to the end of the line when locating the block (Bug#700).
10737 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10739         * net/tramp.el (tramp-handle-write-region): Flush file properties
10740         in case of short track.
10742 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10744         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10745         Coded custom representation of verilog error regular expressions
10746         to work with Emacs-22's new format.
10747         (verilog-error-regexp-xemacs-alist): Coded custom representation
10748         of verilog error regular expressions to work with XEmacs format.
10749         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10750         error recognition into XEmacs.
10751         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10752         error recognition into Emacs-22.
10754 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10756         * woman.el: Remove stand-alone closing parentheses.
10757         (woman-file-name, woman2-format-paragraphs)
10758         (woman-leave-blank-lines): Code cleanup.
10759         (woman-use-own-frame): Change default to nil.
10760         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10761         defaults to inherit from default faces.
10762         (woman2-process-escapes): Consume the newline after a stand-alone
10763         filler character (Bug#3651).
10765 2009-07-06  Glenn Morris  <rgm@gnu.org>
10767         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10768         (top-level): Move provide to the end.
10769         (ffap): Remove defunct URL from custom group.
10771         * subr.el (eval-after-load): Doc fix.
10773 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10775         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10776         `calc-embedded-word' is called twice.
10778 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10780         * files.el (find-alternate-file-other-window, find-alternate-file):
10781         Obey confirm-nonexistent-file-or-buffer.
10783 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10785         * dired-aux.el (dired-show-file-type): Handle remote files.
10787 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10789         * desktop.el (desktop-globals-to-save):
10790         Add file-name-history (Bug#2750).
10792 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10794         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10796 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10798         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10799         property on entire argument since this is what eshell-lisp-command
10800         expects.
10802 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10804         * net/tramp-gvfs.el (tramp-gvfs-methods)
10805         (tramp-gvfs-zeroconf-domain)
10806         (tramp-bluez-discover-devices-timeout): Add version flag.
10807         (tramp-gvfs-handler-mounted-unmounted)
10808         (tramp-gvfs-connection-mounted-p): Polish handling of
10809         incompatibilities between GVFS 0.2 and 1.0.
10811 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10813         * cus-start.el (all): Add make-pointer-invisible.
10815 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10817         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10818         formatted correctly.
10820 2009-07-02  Juri Linkov  <juri@jurta.org>
10822         * info.el: Virtual Info files and nodes.
10823         (Info-virtual-files, Info-virtual-nodes): New variables.
10824         (Info-current-node-virtual): New variable.
10825         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10826         New functions.
10827         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10828         to check for a virtual file instead of checking a fixed list
10829         of node names.
10830         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10831         instead of ad-hoc processing of "dir" and (apropos history toc).
10832         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10833         instead of ad-hoc processing of "dir" and (apropos history toc).
10834         Reread a file when moving from a virtual node.
10835         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10836         (Info-directory-toc-nodes, Info-directory-find-file)
10837         (Info-directory-find-node): New functions.
10838         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10839         (Info-history): Move part of code to
10840         `Info-history-find-node'.
10841         (Info-history-toc-nodes, Info-history-find-file)
10842         (Info-history-find-node): New functions.
10843         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10844         (Info-toc): Move part of code to `Info-toc-find-node'.
10845         (Info-toc-find-node): New function.
10846         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10847         the current Info file name to references because now the node
10848         "*TOC*" belongs to the same Info manual.
10849         (Info-toc-build): Rename from `Info-build-toc'.
10850         (Info-toc-nodes): Rename input argument `file' to `filename'.
10851         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10852         instead of ad-hoc processing of ("dir" apropos history toc).
10853         (Info-index-nodes): Use Info-virtual-file-p
10854         to check for a virtual file instead of checking a fixed list
10855         of node names.
10856         (Info-index-node): Add check for `Info-current-node-virtual'.
10857         Raise `save-match-data' higher up the tree to contain
10858         `search-forward' too (bug fix).
10859         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10860         (Info-virtual-index-nodes): New variable.
10861         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10862         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10863         (Info-apropos-file, Info-apropos-nodes): New variables.
10864         (Info-apropos-toc-nodes, Info-apropos-find-file)
10865         (Info-apropos-find-node, Info-apropos-matches): New functions.
10866         (info-apropos): Move part of code to `Info-apropos-find-node' and
10867         `Info-apropos-matches'.
10868         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10869         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10870         for a virtual file instead of checking a fixed list of node names.
10872         * simple.el (async-shell-command): New command.
10874         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10876         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10877         instead of `mount-info'.
10879 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10881         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10882         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10884 2009-07-02  Kenichi Handa  <handa@m17n.org>
10886         * international/mule.el (set-keyboard-coding-system): Force *-unix
10887         coding-system to avoid eol conversion.
10889 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10891         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10892         Add handler for `process-file', `shell-command' and
10893         `start-file-process'.
10894         (tramp-gvfs-handle-shell-command)
10895         (tramp-gvfs-handle-start-file-process)
10896         (tramp-gvfs-handle-process-file): New defuns.
10897         (tramp-synce-list-devices): Simplify check for existence of property.
10899 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10901         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10903 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10905         * language/korean.el (set-language-info-alist): Add korean-cp949,
10906         cp949 to spec.
10908 2009-07-01  Kenichi Handa  <handa@m17n.org>
10910         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10912         * international/encoded-kb.el: Deleted.
10914         * international/mule.el (set-keyboard-coding-system): Perform the
10915         necessary setup here instead of calling encoded-kbd-setup-display.
10917 2009-07-01  Glenn Morris  <rgm@gnu.org>
10919         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10921 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10923         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10925 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10927         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10928         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10929         (tramp-default-file-modes): Remove execute permissions.
10931         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10932         (top): Add a default for "synce" in `tramp-default-user-alist'.
10933         Add completion function for "synce" method.
10934         (tramp-hal-service, tramp-hal-path-manager)
10935         (tramp-hal-interface-manager, tramp-hal-interface-device):
10936         New defconst.
10937         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10938         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10939         New defuns.
10941         * net/trampver.el: Update release number.
10943 2009-06-30  Kenichi Handa  <handa@m17n.org>
10945         * international/fontset.el (setup-default-fontset): Add CJK fonts
10946         for symbols and the other miscellaneous characters.
10948         * language/korea-util.el (setup-korean-environment-internal):
10949         Make char-width-table suitable for Korean environments.
10950         (exit-korean-environment): Cancel above.
10952         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10953         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10954         setup-function to make char-width-table suitable for respective
10955         environments, and an exit-function to cancel that.
10957         * language/japan-util.el (setup-japanese-environment-internal):
10958         Call use-cjk-char-width-table with arg `ja_JP'.
10960         * international/characters.el (cjk-char-width-table): Delete it.
10961         (cjk-char-width-table-list): New variable.
10962         (use-cjk-char-width-table): New arg local-name.
10963         (use-default-char-width-table): Fix for the case that Emacs is
10964         already using the default char-width-table.
10966 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10968         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10969         modes mandatory.  (Bug#3712)
10971 2009-06-29  Alan Mackenzie  <acm@muc.de>
10973         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10974         correction between the visible width of TABs and their number of bytes.
10976 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10978         * server.el (server-buffer-done): Prevent kill-buffer from
10979         prompting by clearing the buffer modification flag (Bug#3696).
10981 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10983         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10984         (verilog-endcomment-reason-re): Support unique case and priority case.
10985         (verilog-basic-complete-re): Support localparam lineup.
10986         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10987         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10988         commenting.
10989         (verilog-leap-to-case-head): Now support *nested* unique &
10990         priority case statements.
10991         (verilog-auto-lineup): Make just declarations the default (as it
10992         had been).
10993         (verilog-leap-to-case-head): Support priority/unique case statements.
10994         (verilog-auto-lineup): Rework to give users radio buttons to
10995         select the various styles of automatic lineup.
10996         (verilog-error-regexp-alist): Rework to support the XEmacs style
10997         of error regular expressions from compilers, lint tools &
10998         simulators.  Note that GNU Emacs has made it impossible for a mode
10999         to load such things.
11000         (electric-verilog-terminate-line, verilog-indent-declaration)
11001         (verilog-auto-wiure): Rework for radio button selection of
11002         auto-lineup selection of specification of auto lineup.
11003         (verilog-beg-of-statement-1): Redesign to support proper operation
11004         in additional code, based on testing with auto-lineup.
11005         (verilog-calculate-indent, assignments & declarations)
11006         (verilog-backward-token): Enhance to support auto-lineup of
11007         assignments & declarations.
11008         (verilog-in-directive-p, verilog-at-struct-p): New function for
11009         easy test of whether we are.
11010         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11011         to support safe execution at almost anyline.
11012         (verilog-calc-1): Properly support indenting deep inside generate
11013         blocks.
11014         (verilog-init-font): Remove definition & use of verilog-init-font,
11015         as it is redundant with font-lock-defaults.
11016         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11017         to avoid circular calls if syntax-ppss is a function (as is the
11018         case now in 22.x GNU Emacs) as that function would sometimes call
11019         itself, leading to (nearly) infinite recursion.
11020         (verilog-ovm-begin-re, verilog-ovm-end-re)
11021         (verilog-ovm-statement-re, verilog-leap-to-head)
11022         (verilog-backward-token): Add support for OVM macros.  Some are
11023         complete statements, and others open and close scopes like begin
11024         and end.
11025         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11026         (verilog-defun-level-generate-only-re): Really fix the defun-list
11027         compilation issue.
11028         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11029         coverpoint, constraint and cross statements.
11030         (verilog-defun-level-list, verilog-generate-defun-level-list)
11031         (verilog-all-defun-level-list): Redo these specifications - it is
11032         too hard to support eval-when compile aggregation of lists also
11033         built at when-compile time.
11034         (verilog-defun-level-list): Place defconsts of variables used in
11035         building regular expressions which are built in eval-when-compile
11036         bodies in the same eval-when-compile body to facilitate compile
11037         without load.
11038         (verilog-beg-block-re-ordered): Support indenting
11039         virtual/protected tasks and functions.
11040         (verilog-defun-level-list, verilog-in-generate-region-p)
11041         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11042         indentation of some module items (generate items).
11043         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11044         across virtual/protected tasks and functions.
11046 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11048         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11049         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11050         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11051         in concatenations.  Reported by Yishay Belkind.
11052         (verilog-auto-ascii-enum): Support one-hot state machines in
11053         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11054         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11055         modport in AUTOINST and add vl-modport for users.  Reported by
11056         David Rogoff.
11057         (verilog-auto-inout-module, verilog-auto-inst)
11058         (verilog-decls-get-interfaces, verilog-insert-definition)
11059         (verilog-insert-one-definition, verilog-read-decls)
11060         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11061         (verilog-sig-modport, verilog-signals-combine-bus)
11062         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11063         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11064         Suggested by David Rogoff.
11065         (verilog-repair-open-comma): Fix non-insertion of comma when
11066         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11067         (verilog-make-width-expression): Simplify [A-1:0] expression
11068         widths to just {A{1'b0}}.
11069         (verilog-mode): Cleanup checkdoc warnings.
11070         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11071         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11072         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11073         (next-error-last-buffer): Fix byte-compiler warning.
11074         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11075         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11076         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11077         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11078         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11079         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11080         in AUTOINOUT.  Reported by Matthew Lovell.
11081         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11082         causing use of <= assignments.  Reported by Alex Reed.
11083         (verilog-read-decls): Fix triand, trior, wand, wor to be
11084         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11085         (verilog-extended-complete-re): Support import "DPI-C" functions.
11086         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11087         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11088         (verilog-insert-date, verilog-insert-year)
11089         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11090         Windows systems.  Reported by Michael Potts.
11091         (verilog-read-module-name): Fix AUTOINST when the child module
11092         declaration's name is a tick define.  Reported by Elliot Mednick.
11093         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11094         passed to next parameter's definition.  Reported by Bruce T.
11095         (verilog-read-decls): Fix detecting "parameter int" when using
11096         AUTOINSTPARAM.  Reported by Bruce T.
11097         (verilog-goto-defun): Fix goto not finding modules unless first
11098         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11099         (verilog-mode): Expand -f flag arguments on entry to mode so
11100         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11101         (verilog-getopt): Expand environment variables in -f file
11102         arguments.  Suggested by Lawrence Butcher.
11103         (verilog-set-define): Fix "Symbol's value as variable is void"
11104         when reading enumerations.
11105         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11106         Suggested by Stephen Peltan.
11107         (verilog-read-defines): Fix reading of enumerations in include
11108         files.  Reported by Steve Peltan.
11110 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11112         * files.el (trash-directory): Fix defcustom type.
11114 2009-06-28  Juri Linkov  <juri@jurta.org>
11116         * help-fns.el (describe-function-1): Correctly locate adviced
11117         functions in hyperlink (Bug#2438).
11119 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11121         * files.el (trash-directory): Change default to nil.
11122         (move-file-to-trash): If trash-directory is nil and
11123         system-move-file-to-trash is unbound, perform freedesktop-style
11124         trashing.
11126 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11128         * files.el (move-file-to-trash): Add freedesktop trash
11129         support (Bug#973).
11131 2009-06-28  Glenn Morris  <rgm@gnu.org>
11133         * autorevert.el (global-auto-revert-non-file-buffers)
11134         (global-auto-revert-mode): Doc fixes.
11136 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11138         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11140 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11142         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11143         opened an X connection before calling x-get-resource (Bug#3194).
11145         * play/doctor.el: Remove reference to obsolete website.
11146         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11148 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11150         Remove find-file-not-found-hook VC method.  (Bug#2757)
11151         * vc-hooks.el (vc-file-not-found-hook)
11152         (vc-default-find-file-not-found-hook): Remove functions.
11153         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11154         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11155         * vc.el:
11156         * vc-hg.el:
11157         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11159 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11161         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11162         compatibility function for `looking-back'.
11164         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11165         Use `ispell-looking-back'.
11167 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11169         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11170         rather than `filename'.
11172 2009-06-23  Miles Bader  <miles@gnu.org>
11174         * face-remap.el (text-scale-set): New function.
11176 2009-06-23  Glenn Morris  <rgm@gnu.org>
11178         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11180         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11182         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11184         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11186         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11187         Simplify Persian conditionals.
11189         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11190         variable `filename'.
11192         * comint.el (comint-insert-input): Doc fix.
11194         * Makefile.in (ELCFILES): Fix typo in previous change.
11196 2009-06-23  Miles Bader  <miles@gnu.org>
11198         * cus-start.el: Add entry for `recenter-redisplay'.
11200 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11202         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11203         Add an optional argument for the backend, use it instead of
11204         calling vc-backend.
11205         (vc-mode-line): Add an optional argument for the backend.
11206         Pass the backend to vc-state and vc-working-revision.  Move code for
11207         special handling for vc-state being a buffer to ...
11209         * vc-rcs.el (vc-rcs-find-file-hook):
11210         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11212         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11213         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11214         vc-stay-local-p and vc-mode-line calls.
11216         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11217         (vc-cvs-diff, vc-cvs-annotate-command)
11218         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11219         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11220         vc-mode-line calls.
11222         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11223         direct comparison.
11224         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11225         backend when calling vc-mode-line.
11226         (vc-register): Do not create a closure for calling the vc register
11227         function, call it directly.
11229 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11231         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11232         to make it obvious item can be clicked.
11234         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11236 2009-06-23  Kenichi Handa  <handa@m17n.org>
11238         * language/korea-util.el (korean-key-bindings): Change the binding
11239         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11240         same command.
11242 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11244         Sync with Tramp 2.1.16.
11246         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11248         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11249         when a loading of a package fails.  Completion function for rsync
11250         is `tramp-completion-function-alist-ssh'.
11251         (all): Replace all calls of `split-string' and
11252         `tramp-split-string' by `tramp-compat-split-string'.
11253         (tramp-default-method): Use `tramp-compat-process-running-p'.
11254         (tramp-default-proxies-alist): Allow also Lisp forms.
11255         (tramp-remote-path): Add choice "Private Directories".
11256         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11257         (tramp-domain-regexp): Allow also "-", "_" and ".".
11258         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11259         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11260         (tramp-debug-message): Insert header line in debug buffer.
11261         (tramp-handle-directory-files-and-attributes-with-stat):
11262         Care about filenames with spaces, or starting with "-".
11263         (tramp-handle-dired-uncache): New defun.
11264         (tramp-handle-insert-directory): Don't flush the directory from
11265         cache, this is handled by `dired-uncache' now.
11266         (tramp-handle-insert-file-contents): Improve error handling.
11267         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11268         Quote `tramp-end-of-output'.
11269         (tramp-action-password): Improve trace message.
11270         (tramp-check-for-regexp): Both echoes must be present, before removing.
11271         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11272         (tramp-compute-multi-hops): Eval cons cells of
11273         `tramp-default-proxies-alist'.
11274         (tramp-maybe-open-connection): Use the same command pattern for
11275         first hop and further hops.
11276         (tramp-wait-for-output): Remove handling of newlines.
11277         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11278         (tramp-split-string): Remove function.  It is handled in
11279         tramp-compat now.
11281         * net/tramp-cmds.el (tramp-bug):
11282         Recommend `tramp-cleanup-all-connections' in the bug mail.
11284         * net/tramp-compat.el (tramp-compat-split-string)
11285         (tramp-compat-process-running-p): New defuns.
11287         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11288         for `dired-uncache'.
11290         * net/tramp-gvfs.el: New package.
11292         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11293         Add handler for `dired-uncache'.
11294         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11296         * net/trampver.el: Update release number.  Make version check fit
11297         for SXEmacs 22.
11299 2009-06-22  Jim Meyering  <meyering@redhat.com>
11301         Automatically handle .xz suffix (XZ-compressed files), too.
11302         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11303         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11305 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11306             Nick Roberts  <nickrob@snap.net.nz>
11308         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11309         repository (http://sphinx.net.ru/hg/gdb-mi/).
11311 2009-06-22  Glenn Morris  <rgm@gnu.org>
11313         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11314         `mode' and `eval' entries.  (Bug#3430)
11316         * Makefile.in (ELCFILES): Add fadr.elc.
11318         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11319         differing behavior of \n and ^ in strings.  (Bug#3385)
11321         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11323         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11324         property.
11325         (lisp-indent-function): Make it a defcustom.
11327 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11329         * progmodes/gdb-ui.el: Replace with ...
11330         * progmodes/gdb-mi.el: ... this file.
11331         * progmodes/gud.el: Modify for gdb-mi.el.
11333 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11335         * fadr.el: New file.
11337 See ChangeLog.14 for earlier changes.
11339 ;; Local Variables:
11340 ;; coding: utf-8
11341 ;; End:
11343     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11345   This file is part of GNU Emacs.
11347   GNU Emacs is free software: you can redistribute it and/or modify
11348   it under the terms of the GNU General Public License as published by
11349   the Free Software Foundation, either version 3 of the License, or
11350   (at your option) any later version.
11352   GNU Emacs is distributed in the hope that it will be useful,
11353   but WITHOUT ANY WARRANTY; without even the implied warranty of
11354   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11355   GNU General Public License for more details.
11357   You should have received a copy of the GNU General Public License
11358   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11360 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1