Close bug#6361.
[emacs.git] / lisp / ChangeLog
blob903c0d46f863258eb0ef2b3a80de5a97e6b6802e
1 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4         older than version 1.6.  (Bug#6361)
6 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
8         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9         used by cl-do-arglist.  (Bug#6408)
11 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * emacs-lisp/advice.el (ad-compile-function):
14         Define warning-suppress-types before we let-bind it (bug#6275).
16         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
17         declare it, make it buffer-local and permanent-local (bug#6324).
18         (vc-resynch-window): Adjust name.
19         * vc-hooks.el (vc-find-file-hook): Adjust name.
21 2010-06-07  Jonathan Rockway  <jon@jrock.us>
23         * net/rcirc.el: Add support for password authentication.
24         (rcirc-server-alist): Add :password keyword.
25         (rcirc): Ask for a password, or get it from the server's alist.
26         (rcirc-connect): Add password argument.  Pass it to server.
28 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
30         * net/dbus.el (dbus-register-method): Declare function.
31         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
32         (dbus-introspect): Doc fix.
33         (dbus-event-bus-name, dbus-introspect-get-interface)
34         (dbus-introspect-get-argument): Reflow docstrings.
36 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
38         * term/common-win.el (x-colors): Add "dark green" and "dark
39         turquoise" (Bug#6332).
41 2010-06-03  Eric Ludlam  <zappo@gnu.org>
43         * cedet/semantic/lex-spp.el
44         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
45         invalid values during save, just save a nil (Bug#6324).
47 2010-06-03  Glenn Morris  <rgm@gnu.org>
49         * desktop.el (desktop-clear-preserve-buffers):
50         Add "*Warnings*" buffer.  (Bug#6336)
52 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
54         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
56 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
58         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
59         `file-directory-p' to the filename part rather than to the whole text.
61 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
63         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
64         (bug#6231).
66 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
68         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
70 2010-05-31  Drew Adams  <drew.adams@oracle.com>
72         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
74 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
76         * subr.el (momentary-string-display): Just use read-event to read
77         the exit event (Bug#6238).
79 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
81         * ansi-color.el: Delete unused escape sequences (Bug#6085).
82         (ansi-color-drop-regexp): New constant.
83         (ansi-color-apply, ansi-color-filter-region)
84         (ansi-color-apply-on-region): Delete unrecognized control sequences.
85         (ansi-color-apply): Build string list before calling concat.
87 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
89         * progmodes/verilog-mode.el (verilog-type-font-keywords):
90         Use font-lock-constant-face, not obsolete font-lock-reference-face.
92 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
94         * htmlfontify.el (hfy-face-resolve-face): New function.
95         (hfy-face-to-style): Use it (Bug#6279).
97 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * epa.el (epa--select-keys): Don't explicitly delete the window since
100         that can fail (e.g. sole window in frame).  Use dedication instead.
102 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
104         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
106 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * subr.el (read-quoted-char): Resolve modifiers after key
109         remapping (bug#6212).
111 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * tmm.el (tmm-prompt): Don't try to precompute bindings.
114         (tmm-get-keymap): Compute shortcuts (bug#6171).
116 2010-05-10  Glenn Morris  <rgm@gnu.org>
118         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
119         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
121 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
123         * Version 23.2 released.
125 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
127         * international/mule.el (auto-coding-alist):  Only purecopy
128         car of each item, not the whole list (Bug#6083).
130 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
132         * progmodes/js.el (js-mode): Make paragraph variables local before
133         calling c-setup-paragraph-variables (Bug#6071).
135 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
137         * composite.el (compose-region, reference-point-alist): Fix typos
138         in the doc strings.
140 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
142         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
143         gnuplot's "set" command.
145 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
147         * abbrev.el (last-abbrev-text): Doc fix.
148         (abbrev-prefix-mark): Don't escape parenthesis.
150 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
152         * composite.el (find-composition): Doc fix.
154 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
156         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
157         (sql-oracle-program, sql-sqlite-options)
158         (sql-query-placeholders-and-send): Doc fixes.
159         (sql-set-product, sql-interactive-mode): Reflow docstrings.
160         (sql-imenu-generic-expression, sql-buffer)
161         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
162         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
163         (sql-mode-sybase-font-lock-keywords)
164         (sql-mode-informix-font-lock-keywords)
165         (sql-mode-interbase-font-lock-keywords)
166         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
167         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
168         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
169         (sql-product-feature, sql-highlight-product)
170         (comint-line-beginning-position, sql-rename-buffer)
171         (sql-toggle-pop-to-buffer-after-send-region)
172         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
173         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
174         Fix typos in docstrings.
176 2010-04-23  Juri Linkov  <juri@jurta.org>
178         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
179         property instead of `invisible' and `after-string' (bug#5998).
181 2010-04-23  Juri Linkov  <juri@jurta.org>
183         * image-mode.el (image-mode-as-text): Fix typo in docstring.
185 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
187         * filecache.el (file-cache-add-directory-list)
188         (file-cache-add-directory-recursively): Fix typos in docstrings.
190 2010-04-22  Kenichi Handa  <handa@m17n.org>
192         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
193         (gujarati-composable-pattern): Fix typo.
195 2010-04-20  Kenichi Handa  <handa@m17n.org>
197         * language/indian.el (oriya-composable-pattern)
198         (tamil-composable-pattern, malayalam-composable-pattern): Add
199         two-part vowels to "v" (vowel sign).
201 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
203         * files.el (copy-directory): Handle symlinks (Bug#5982).
205         * progmodes/compile.el (compilation-next-error-function): Revert
206         2009-10-12 change (Bug#5983).
208 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
210         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
211         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
212         (Bug#5846).
214 2010-04-20  Glenn Morris  <rgm@gnu.org>
216         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
218         * minibuffer.el (completion-at-point): Doc fix.
220 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
222         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
223         destroy list before using it.
225 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
227         Fix the version number for added files.
228         * vc-hg.el (vc-hg-working-revision): Check if the file is
229         registered after hg parent fails (Bug#5961).
231 2010-04-17  Glenn Morris  <rgm@gnu.org>
233         * htmlfontify.el (htmlfontify-buffer)
234         (htmlfontify-copy-and-link-dir): Autoload entry points.
236 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
238         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
239         name relative to the project root (Bug#5960).
241 2010-04-16  Glenn Morris  <rgm@gnu.org>
243         * vc-git.el (vc-git-print-log): Doc fix.
245 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
247         * ido.el (ido-file-internal): Fix 2009-12-02 change.
249 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
251         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
252         default settings (Bug#5928).
254 2010-04-10  Glenn Morris  <rgm@gnu.org>
256         * progmodes/fortran.el (fortran-match-and-skip-declaration):
257         New function.
258         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
260 2010-04-07  Kenichi Handa  <handa@m17n.org>
262         * language/indian.el (malayalam-composable-pattern): Fix previous
263         change (add U+0D4D "SIGN VIRAMA").
264         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
265         (tamil-composable-pattern): Fix typo in the regexp.
266         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
267         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
268         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
270 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
272         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
273         paragraph-separate (Bug#5821).
275 2010-04-05  Juri Linkov  <juri@jurta.org>
277         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
279         * info.el (Info-find-node-2): Comment out code that skips
280         breadcrumbs line.
281         (Info-mouse-follow-link): New command.
282         (Info-link-keymap): New keymap.
283         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
284         Return a string with links instead of inserting breadcrumbs
285         to the Info buffer.
286         (Info-fontify-node): Comment out code that inserts breadcrumbs.
287         Instead of putting the `invisible' text property over the Info
288         header, make an overlay over the Info header with the `invisible'
289         property and `after-string' set to the string returned by
290         `Info-breadcrumbs'.
292 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
294         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
295         Reported by monkey@sandpframing.com.
297 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
299         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
300         (semantic-create-imenu-directory-index): Fix typos in docstrings.
301         (semantic-imenu-goto-function): Reflow docstring.
303 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
305         * textmodes/artist.el (artist-mode): Fix typo in docstring.
306         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
308 2010-03-30  Kenichi Handa  <handa@m17n.org>
310         * language/sinhala.el (composition-function-table): Fix regexp for
311         the new Unicode specification.
313         * language/indian.el (devanagari-composable-pattern)
314         (tamil-composable-pattern, kannada-composable-pattern)
315         (malayalam-composable-pattern): Adjust for the new Unicode
316         specification.
317         (bengali-composable-pattern, gurmukhi-composable-pattern)
318         (gujarati-composable-pattern, oriya-composable-pattern)
319         (telugu-composable-pattern): New variables to cope with the new
320         Unicode specification.  Use them in composition-function-table.
322 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
324         Make tmm-menubar work for the Buffers menu again (bug#5726).
325         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
326         vectors rather than cons cells, as used in menu-bar-update-buffers.
328 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
330         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
331         (js-insert-and-indent): Revert 2009-08-15 change, restoring
332         electric punctuation for "{}();,:" (Bug#5586).
334         * mail/sendmail.el (mail-default-directory): Doc fix.
336 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
338         * mail/sendmail.el (mail-default-directory): Doc fix.
340 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
342         * subr.el (version-regexp-alist, version-to-list)
343         (version-list-<, version-list-=, version-list-<=)
344         (version-list-not-zero, version<, version<=, version=): Doc fix.
345         (Bug#5744).
347 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
348             Nick Roberts  <nickrob@snap.net.nz>
350         * progmodes/gdb-ui.el (gdb-apple-test): New function.
351         (gdb-init-1): Use it.
353 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
355         * vc.el (vc-root-diff): Doc fix.
357 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
359         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
361         * simple.el (append-to-buffer): Fix last change.
363 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
365         * simple.el (append-to-buffer): Ensure that point is preserved if
366         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
367         (Bug#5749)
369 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
372         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
373         not be present any more.
375 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
377         * faces.el (set-face-attribute): Fix typo in docstring.
378         (face-valid-attribute-values): Reflow docstring.
380         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
382 2010-03-23  Glenn Morris  <rgm@gnu.org>
384         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
386 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
388         * indent.el (indent-for-tab-command): Doc fix.
390 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
392         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
393         (image-dired-read-comment): Doc fix.
395         * json.el (json-object-type, json-array-type, json-key-type)
396         (json-false, json-null, json-read-number):
397         * minibuffer.el (completion-in-region-functions):
398         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
399         (cal-tex-cursor-week):
400         * emacs-lisp/trace.el (trace-function):
401         * eshell/em-basic.el (eshell/printnl):
402         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
403         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
404         * obsolete/levents.el (allocate-event, event-key, event-object)
405         (event-point, event-process, event-timestamp, event-to-character)
406         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
407         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
408         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
409         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
410         (reftex-highlight-selection): Fix typos in docstrings.
412 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
414         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
416 2010-03-18  Glenn Morris  <rgm@gnu.org>
418         * mail/rmail.el (rmail-highlight-face): Restore option deleted
419         2008-02-13 without comment; mark it obsolete.
420         (rmail-highlight-headers): Use rmail-highlight-face once more.
422 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
424         * woman.el (woman2-process-escapes): Only consume the newline if
425         the filler character is on a line by itself (Bug#5729).
427 2010-03-16  Kenichi Handa  <handa@m17n.org>
429         * language/indian.el (devanagari-composable-pattern): Add more
430         consonants.
432 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
434         * net/trampver.el: Update release number.
436 2010-03-13  Glenn Morris  <rgm@gnu.org>
438         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
440 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
442         * net/tramp.el (tramp-find-executable):
443         Use `tramp-get-connection-buffer'.  Make the regexp for checking
444         output of "wc -l" more robust.
445         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
446         (tramp-open-connection-setup-interactive-shell): Remove workaround
447         for OpenSolaris bug, it is not needed anymore.
449 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
451         * cedet/semantic/imenu.el: New file, from the CEDET repository
452         (Bug#5412).
454 2010-03-12  Glenn Morris  <rgm@gnu.org>
456         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
458 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
460         * files.el (auto-mode-alist): Accept more verilog file patterns.
462 2010-03-09  Miles Bader  <miles@gnu.org>
464         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
465         instead of "format:"; this ensures that the output is
466         newline-terminated.
468 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
470         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
471         that all errors are caught, and that the return value is always a
472         list (Bug#5692).
474 2010-03-08  Kenichi Handa  <handa@m17n.org>
476         * language/misc-lang.el (windows-1256): New coding system.
477         (cp1256): New alias of windows-1256 (bug#5690).
479 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
481         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
482         call to rfc822-bad-address.  (Bug#5692)
484 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
486         * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
487         vc-git-root as default directory for revision path (Bug#5657).
489 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
491         * calculator.el (calculator): Don't bind split-window-keep-point
492         (Bug#5674).
494 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
496         * vc-git.el: Re-flow to fit into 80 columns.
497         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
498         Remove spurious `quote' element in each case alternative.
499         (vc-git-show-log-entry): Use prog1.
500         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
502 2010-03-06  Glenn Morris  <rgm@gnu.org>
504         * cedet/semantic/grammar.el (semantic-grammar-header-template):
505         Update template copyright to GPLv3+.
507 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
509         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
511 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
513         * macros.el (insert-kbd-macro): Look up keyboard macro using the
514         definition, not the name (Bug#5481).
516 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
518         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
519         argument with a local variable.  (Bug#5670)
521 2010-03-02  Juri Linkov  <juri@jurta.org>
523         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
525 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
527         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
528         error when FILENAME and NEWNAME are existing remote directories.
530         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
531         parameter DIR-FLAG.
533 2010-03-02  Glenn Morris  <rgm@gnu.org>
535         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
536         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
538 2010-03-01  Kenichi Handa  <handa@m17n.org>
540         * language/burmese.el (burmese-composable-pattern): Rename from
541         myanmar-composable-pattern.
543         * international/characters.el (script-list):
544         * international/fontset.el (script-representative-chars):
545         Change myanmar to burmese.
546         (otf-script-alist): Likewise.
547         (setup-default-fontset): Likewise.  Re-fix :otf spec.
549 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
551         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
553 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
555         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
557 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
559         * net/tramp.el (tramp-handle-write-region): START can be a string.
560         Take care in the checks.  Reported by Dan Davison
561         <davison@stats.ox.ac.uk>.
563 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
565         * net/dbus.el (dbus-introspect, dbus-get-property)
566         (dbus-set-property, dbus-get-all-properties): Use
567         `dbus-call-method' when noninteractive.  (Bug#5645)
569 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
571         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
572         * emacs-lisp/elint.el (elint-add-required-env):
573         * cedet/semantic/db-find.el
574         (semanticdb-find-translate-path-brutish-default):
575         * cedet/ede/make.el (ede-make-check-version):
576         * calendar/icalendar.el (icalendar--add-diary-entry):
577         * calc/calcalg2.el (math-tracing-integral):
578         * files.el (recover-session-finish): Use with-current-buffer
579         instead of save-excursion.
581 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
583         Fix in-buffer completion when after-change-functions modify the buffer.
584         * minibuffer.el (completion--replace): New function.
585         (completion--do-completion): Use it and use relative movement.
587 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
589         * international/fontset.el (setup-default-fontset): Fix :otf spec.
591 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
593         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
594         Allow the characters _<> in the stack entry (Bug#5653).
596 2010-02-26  Kenichi Handa  <handa@m17n.org>
598         * language/burmese.el: Fix entries in composition-function-table.
599         (myanmar-composable-pattern): New variable.
601         * international/fontset.el (setup-default-fontset): Add an entry
602         for myanmar.
604         * international/characters.el (script-list): Add Myanmar
605         Extended-A.
607 2010-02-26  Glenn Morris  <rgm@gnu.org>
609         * custom.el (custom-initialize-delay): Doc fix.
611         * mail/sendmail.el (send-mail-function): Autoload the call
612         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
614 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
616         * files.el (hack-local-variables-filter): For eval forms, also
617         check safe-local-variable-p (Bug#5636).
619 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
621         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
622         and use c(ad)r of cddr (Bug#5640).
624 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
626         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
627         setting the modes by `ignore-errors'.  It might fail, for example
628         if the file is not owned by the user but the group.
629         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
631 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
633         * files.el (directory-listing-before-filename-regexp): Use
634         stricter matching for iso-style dates, to avoid false matches with
635         date-like filenames (Bug#5597).
637         * htmlfontify.el (htmlfontify): Doc fix.
639         * eshell/eshell.el (eshell): Doc fix.
641         * startup.el (fancy-about-screen): In mode-line, apply
642         mode-line-buffer-id face only to the buffer name (Bug#5613).
644 2010-02-20  Kevin Ryde  <user42@zip.com.au>
646         * progmodes/compile.el (compilation-error-regexp-alist-alist):
647         In `watcom' anchor regexp to start of line, to avoid slowness
648         (Bug#5599).
650 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
652         * subr.el (remove-yank-excluded-properties): Explain in a comment
653         why `category' property is removed.
655 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
657         * isearch.el (isearch-update-post-hook, isearch-update): Revert
658         2010-02-17 change.
660 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
662         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
663         (icalendar--convert-weekly-to-ical)
664         (icalendar--convert-yearly-to-ical)
665         (icalendar--convert-block-to-ical)
666         (icalendar--convert-cyclic-to-ical)
667         (icalendar--convert-anniversary-to-ical): Take care of time
668         specifications where hour has 1-digit only (Bug#5549).
670 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
672         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
673         of disassemble output in GDB 7.1.
675 2010-02-19  Glenn Morris  <rgm@gnu.org>
677         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
678         property.  (Bug#5593)
680 2010-02-18  Sam Steingold  <sds@gnu.org>
682         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
684 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
686         Use abbreviated file names in bookmarks (bug#5591).
687         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
688         calls to expand-file-name.
689         (bookmark-relocate): Use abbreviated file names in bookmarks.
690         (bookmark-load): Use abbreviated file names in messages.
692 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
694         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
695         expand "." and "..".  Reported by Thierry Volpiatto
696         <thierry.volpiatto@gmail.com>.
698 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
700         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
701         permissions of the temporary file to "0600".  In case the remote
702         file has no read permissions for the owner, there might be
703         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
705 22010-02-18  Glenn Morris  <rgm@gnu.org>
707         * emacs-lisp/authors.el (authors-renamed-files-alist):
708         Add entries for INSTALL.CVS.
710 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
712         * vc-bzr.el: Fix typo in Known Bugs section.
714         * isearch.el (isearch-update-post-hook): New hook.
715         (isearch-update): Use the new hook.
717 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
719         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
720         Fix errors in copying directories.
721         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
722         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
723         (tramp-handle-delete-file)
724         (tramp-handle-dired-recursive-delete-directory)
725         (tramp-handle-write-region): Flush also the cache for the upper
726         directory.
728 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
730         * simple.el (save-interprogram-paste-before-kill): Doc fix.
732         * cus-edit.el (hardware): Doc fix.
734         * man.el (man): Add to external custom group.
736         * delim-col.el (columns): Move to wp custom group.
738         * doc-view.el (doc-view): Add to data custom group.
740         * cedet/data-debug.el (data-debug): Move to extensions group.
742         * cedet/ede.el (ede):
743         * cedet/srecode.el (srecode):
744         * cedet/semantic.el (semantic): Put in tools and extensions group.
746         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
748         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
749         by ispell-parse-output (Bug#5575).
751 2010-02-16  Kenichi Handa  <handa@m17n.org>
753         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
754         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
755         (skkdic-convert): Use `euc-japan' coding system for writing.
757 2010-02-16  Glenn Morris  <rgm@gnu.org>
759         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
760         tex-main-file before using it.  (Bug#5562)
762 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
764         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
765         warnings, since it is annoying for the user to see them each time he
766         runs the code.
768 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
770         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
771         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
772         instead of PROC for caching "first-password-request".  Otherwise,
773         new processes would not profit from passwords already entered.
775         * net/tramp-cache.el (tramp-dump-connection-properties):
776         Don't save "first-password-request" property.
778 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
780         * outline.el (outline-head-from-level):
781         * simple.el (with-wrapper-hook):
782         * cedet/ede.el (ede-run-target, project-delete-target)
783         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
784         (ede-adebug-project, ede-adebug-project-parent)
785         (ede-adebug-project-root):
786         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
787         (elint-defun, elint-buffer-env, elint-top-form-logged)
788         (elint-unbound-variable):
789         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
790         Fix typos in docstrings.
792 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
794         * files.el (insert-directory): When WILDCARD-REGEXP and
795         FULL-DIRECTORY-P are nil, insert the file entry instead of the
796         whole directory.  (Bug#5551)
798         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
799         dired's alignment sanity.  (Bug#5516)
801 2010-02-14  Juri Linkov  <juri@jurta.org>
803         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
804         Remove remaining ^H with their preceding chars.  (Bug#5566)
806 2010-02-13  Glenn Morris  <rgm@gnu.org>
808         * simple.el (transpose-subr): Give it a doc-string.
810         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
811         Doc fixes.
813 2010-02-12  Juri Linkov  <juri@jurta.org>
815         * arc-mode.el (archive-unique-fname): Make directories for nested
816         archives.  (Bug#5540)
818 2010-02-12  Juri Linkov  <juri@jurta.org>
820         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
822 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
824         * subr.el (copy-overlay): Handle deleted overlays.
826         * man.el (Man-completion-table): Don't signal an error if we can't run
827         manual-program (bug#4056).
829 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
831         * textmodes/artist.el (artist-mt): Fix typos in docstring.
833 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
835         * info.el (Info-bookmark-jump): Simplify.
837         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
838         (bookmark-default-handler): Accept new bookmark field `buffer'.
840 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
842         * iswitchb.el (iswitchb-completions): Revert last change.
844 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
846         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
847         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
848         This prevents file names like "~/" being listed literally.
850 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
852         * term/xterm.el (xterm-maybe-set-dark-background-mode):
853         Remove dead code.  (Bug#5546)
855 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
857         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
858         correctly (Bug#5548).
860 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
862         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
863         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
865 2010-02-08  Kenichi Handa  <handa@m17n.org>
867         * international/mule-util.el (with-coding-priority): Add autoload
868         cookie for putting `lisp-indent-function'.
870 2010-02-07  Glenn Morris  <rgm@gnu.org>
872         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
873         Move F2003 named interfaces from keywords-2 to keywords-1, and
874         use function-name-face rather than constant-face.
875         Simplify "abstract interface" regexp.
877 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
879         * eshell/esh-util.el (eshell-file-attributes): New optional arg
880         ID-FORMAT.  Pass it to `file-attributes'.
882         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
884 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
886         * faces.el (set-face-attribute): Allow calling
887         internal-set-lisp-face-attribute with 'unspecified family and
888         foundry argument (Bug#5536).
890 2010-02-07  Glenn Morris  <rgm@gnu.org>
892         * progmodes/f90.el (f90-font-lock-keywords-2)
893         (f90-looking-at-type-like, f90-looking-at-program-block-end):
894         Handle F2003 named interfaces.
896 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
898         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
899         beg and end before calling c-get-state-before-change-functions.
901 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
903         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
905 2010-02-05  Juri Linkov  <juri@jurta.org>
907         * doc-view.el (doc-view-mode):
908         * image-mode.el (image-mode): Put property mode-class=special.
909         (Bug#4896)
911 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
913         * vc-svn.el (vc-svn-revision-table): New function.
915 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
917         * net/ange-ftp.el (ange-ftp-insert-directory):
918         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
919         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
920         Handle also directories.  (Bug#5478)
922 2010-02-05  Glenn Morris  <rgm@gnu.org>
924         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
926 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
928         * startup.el (command-line-1): Convert options beginning with a
929         single dash as well (Bug#5519).
931 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
933         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
934         * minibuffer.el (completion-initials-expand): Only check the presence
935         of delims *within* the boundaries, since otherwise the / delim is
936         always found for files.
938         Fix up various corner case problems.
939         * doc-view.el (doc-view-last-page-number): New function.
940         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
941         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
942         (doc-view-kill-proc): Avoid inf-loop in freak cases.
943         (doc-view-reconvert-doc): Use the new recursive delete-directory.
944         (doc-view-convert-current-doc): Don't create the resolution.el file
945         here any more.
946         (doc-view-pdf/ps->png): Do it here instead.
947         (doc-view-already-converted-p): Check that resolution.el is present.
948         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
949         windows that are not yet showing images.
951 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
953         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
954         `dired-uncache' for every elemnt which is an absolute file name.
956         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
957         directory, handle its directory component.
958         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
959         function is called permanently and creates noise, otherwise.
961         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
962         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
963         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
965 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
967         * macros.el (apply-macro-to-region-lines):
968         Minor simplification.  (Bug#5485)
970 2010-02-04  Glenn Morris  <rgm@gnu.org>
972         * mail/rmail.el (rmail-show-message-1): Handle malformed
973         quoted-printable text.  (Bug#5441)
975         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
977         * simple.el (visual-line-mode): Capitalize lighter.
979 2010-02-03  John Wiegley  <jwiegley@gmail.com>
981         * iswitchb.el (iswitchb-completions): Add bookmark files to the
982         list of files considered for "virtual buffer" completions.
984 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
986         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
987         also in case of (and (not full) (not wildcard)). This is needed,
988         when dired is called with a list of files, which are not in
989         `default-directory'.  (Bug#5478)
991 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
993         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
995 2010-02-02  Juri Linkov  <juri@jurta.org>
997         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
998         from unidiff to allow function-line after @@.
1000 2010-02-02  Juri Linkov  <juri@jurta.org>
1002         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1003         '(RCS SCCS) with inverted condition.
1005 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1007         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1008         messages.
1010 2010-02-01  Juri Linkov  <juri@jurta.org>
1012         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1013         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1014         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1015         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1017 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1020         (doc-view-revert-buffer): New command.
1021         (doc-view-mode-map): Use it.
1023 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1025         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1026         pending merge is detected.
1028 2010-01-31  Juri Linkov  <juri@jurta.org>
1030         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1031         beginning of interactive spec like all other grep commands do.
1032         Put "all" in front of "gz".  (Bug#5260)
1034 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1036         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1038 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1040         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1041         regexp is incorrect (Bug#5476).
1043 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1045         * net/tramp.el (tramp-handle-insert-directory): Handle also
1046         symlinks, when FILENAME is not in `default-directory'.
1048 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1050         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1051         FILE is not in `default-directory'.  (Bug#5478)
1053         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1054         of SWITCHES.  Handle the case, FILENAME is not in
1055         `default-directory'.  (Bug#5478)
1056         (tramp-register-file-name-handlers): Add safe-magic property.
1058 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1060         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1061         unzip (Bug#5475).
1063 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1065         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1066         (flymake-master-make-header-init): Add other C++ filename masks.
1067         (flymake-find-possible-master-files)
1068         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1070 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1072         Fix some busybox annoyances.
1074         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1075         not responding." string.
1076         (tramp-open-connection-setup-interactive-shell): Dump stty
1077         settings.  Enable "neveropen" arg for all `tramp-send-command'
1078         calls.  Handle "=" in variable values properly.
1079         (tramp-find-inline-encoding): Raise an error, when no encoding is
1080         found.
1081         (tramp-wait-for-output): Check, whether PROC buffer is available.
1082         Remove spurious " ^H" sequences, sent by busybox.
1083         (tramp-get-ls-command): Suppress coloring, if possible.
1085 2010-01-28  Glenn Morris  <rgm@gnu.org>
1087         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1089         * log-edit.el (log-edit-strip-single-file-name): Add missing
1090         :safe, :group, and :version tags.
1092 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1094         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1095         buffers.  (Bug#5477)
1097 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1099         * files.el (delete-directory): Handle moving to trash without
1100         first doing recursion (Bug#5436).
1102 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1104         * vc-hooks.el (vc-path): Mark as obsolete.
1106 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1108         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1109         names too.
1111         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1112         for the short log.
1113         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1115 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1117         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1119         * vc-bzr.el (vc-bzr-revision-table): New function.
1121 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1123         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1124         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1126 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1128         Remove support for adding --signoff on commit.
1129         Future support will use an incompatible generic mechanism.
1130         * vc-git.el (vc-git-add-signoff): Remove variable.
1131         (vc-git-toggle-signoff): Remove function.
1132         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1134         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1135         from xterm-set-background-mode.  Return t if the background mode
1136         was set.
1137         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1138         earlier, call it again in case the background mode has changed.
1140 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1142         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1143         (Bug#3541).
1145 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1147         * emacs-lisp/assoc.el (aelement): Doc fix.
1148         (aput, adelete, amake): Use lexical-let (Bug#5450).
1150 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1152         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1153         is the same as subprogram call, not declaration.  (Bug#5435).
1155 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1157         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1158         (tramp-smb-maybe-open-connection): Use it.
1160 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1162         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1164 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1166         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1167         just because we see "encoding: 8bit".
1168         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1170 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1172         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1174 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1176         * jka-compr.el (jka-compr-load): If load-file is not in
1177         load-history, try its file-truename version.  (bug#5447)
1179 2010-01-21  Alan Mackenzie  <acm@muc.de>
1181         Fix a situation where deletion of a cpp construct throws an error.
1182         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1183         invoking c-with-all-but-one-cpps-commented-out, check that the
1184         special cpp construct is still in the buffer.
1185         (c-parse-state): Record the special cpp with markers, not numbers.
1187 2010-01-21  Kenichi Handa  <handa@m17n.org>
1189         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1190         process last-command-event, as it is now decoded first (Bug#5380).
1192 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1194         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1196 2010-01-20  Glenn Morris  <rgm@gnu.org>
1198         * indent.el (tab-always-indent): Fix custom-type.
1200 2010-01-19  Alan Mackenzie  <acm@muc.de>
1202         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1203         buffer throws "args out of range".
1204         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1205         playing the role of delimiter.
1207 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1209         * progmodes/ada-mode.el: Fix bug#5400.
1210         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1211         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1212         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1213         Improve comments in "is" portion.  Handle null procedure declaration.
1214         (ada-move-to-end): Improve doc string.
1216 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1218         * ido.el (ido-cur-list): Initialize to nil.
1219         Remove obsolete information from commentary.
1220         (ido-choice-list): Initialize to nil.
1221         (ido-get-bufname): Reject minibuffers.
1222         (ido-make-buffer-list): If "default" is a nonexistent
1223         buffer, ignore it, as per the function's comment.
1224         (ido-kill-buffer-internal): New function.
1225         (ido-kill-buffer-at-head): Use it.
1226         (ido-visit-buffer): Likewise.
1228 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1230         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1232 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1234         * cedet/ede/locate.el (ede-locate-file-in-project)
1235         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1236         (ede-enable-locate-on-project): Fix typos in error messages.
1238         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1239         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1240         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1241         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1242         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1243         Fix typos in menu help.
1245         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1246         Fix typos in chart titles.
1248         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1249         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1250         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1251         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1252         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1253         (semantic-parse-stream, semantic-parse-region)
1254         (semantic-parse-region-default, semantic--set-buffer-cache)
1255         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1256         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1257         (semantic-default-submodes):
1258         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1259         (semanticdb-create-ebrowse-database)
1260         (semanticdb-find-tags-for-completion-method)
1261         (semanticdb-find-tags-by-class-method)
1262         (semanticdb-deep-find-tags-by-name-method)
1263         (semanticdb-deep-find-tags-for-completion-method):
1264         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1265         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1266         (semanticdb-find-tags-for-completion-method)
1267         (semanticdb-find-tags-by-class-method)
1268         (semanticdb-deep-find-tags-for-completion-method):
1269         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1270         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1271         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1272         (semanticdb-find-tags-by-name-method)
1273         (semanticdb-find-tags-by-name-regexp-method)
1274         (semanticdb-find-tags-for-completion-method)
1275         (semanticdb-find-tags-by-class-method)
1276         (semanticdb-find-tags-external-children-of-type-method)
1277         (semanticdb-find-tags-subclasses-of-type-method)
1278         (semanticdb-deep-find-tags-by-name-method)
1279         (semanticdb-deep-find-tags-by-name-regexp-method)
1280         (semanticdb-deep-find-tags-for-completion-method):
1281         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1282         (semanticdb-enable-gnu-global-in-buffer)
1283         (semanticdb-find-tags-for-completion-method)
1284         (semanticdb-deep-find-tags-by-name-method)
1285         (semanticdb-deep-find-tags-for-completion-method):
1286         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1287         (javascript-mode, semanticdb-find-translate-path)
1288         (semanticdb-find-tags-for-completion-method)
1289         (semanticdb-find-tags-by-class-method)
1290         (semanticdb-deep-find-tags-by-name-method)
1291         (semanticdb-deep-find-tags-for-completion-method)
1292         (semanticdb-find-tags-external-children-of-type-method):
1293         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1294         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1295         (global-semantic-idle-scheduler-mode):
1296         * cedet/srecode/dictionary.el (srecode-field-value)
1297         (srecode-dictionary-add-section-dictionary):
1298         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1299         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1300         (describe-class, eieio-describe-generic, describe-generic):
1301         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1302         (eieio-speedbar-expand):
1303         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1304         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1305         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1306         (viper-del-backward-char-in-replace, viper-backward-indent)
1307         (viper-brac-function, viper-register-to-point, viper-submit-report):
1308         * net/tramp.el (tramp-remote-coding-commands):
1309         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1310         Fix typos in docstrings.
1312 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1314         * mail/sendmail.el (mail-yank-original): Set the mark if the
1315         specified function for yanking does not do it.
1317 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1319         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1321         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1322         resyncing a directory.
1324 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1326         * progmodes/ada-mode.el: Fix bug#1920.
1327         (ada-ident-re): Delete ., allow multibyte characters.
1328         (ada-goto-label-re): New; matches goto labels.
1329         (ada-block-label-re): New; matches block labels.
1330         (ada-label-re): New; matches both.
1331         (ada-named-block-re): Deleted; callers changed to use
1332         `ada-block-label-re' instead.
1333         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1334         Use `ada-block-label-re'.
1335         (ada-indent-on-previous-lines): Improve handling of goto labels.
1336         (ada-get-indent-block-start): Special-case block label.
1337         (ada-get-indent-label): Split into `ada-indent-block-label' and
1338         `ada-indent-goto-label'.
1339         (ada-goto-stmt-start, ada-goto-next-non-ws):
1340         Optionally ignore goto labels.
1341         (ada-goto-next-word): Simplify.
1342         (ada-indent-newline-indent-conditional): Insert newline before
1343         trying to fix indentation; doc fix.
1345 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1347         * calc/calc.el (calc-command-flags): Give it an initial value.
1349 2010-01-17  Glenn Morris  <rgm@gnu.org>
1351         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1353 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1355         * cedet/semantic.el (semantic-mode):
1356         * files.el (minibuffer-with-setup-hook):
1357         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1358         (artist-key-draw-continously, artist-key-do-continously-continously)
1359         (artist-key-set-point-continously, artist-mouse-draw-continously):
1360         Fix typos in docstrings.
1362 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
1364         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1365         return t (Bug#3898).
1367 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
1369         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1370         can parse the output of the external commands (Bug#5279).
1372 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
1374         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1376 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1378         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1380         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1382         * startup.el (command-line): Remove unused --icon-type arg.
1383         Handle --display arg, passing it to command-line-1 (Bug#5392).
1385 2010-01-16  Mario Lang  <mlang@delysid.org>
1387         * cedet/ede/cpp-root.el (ede-cpp-root-project):
1388         * cedet/ede/files.el (ede-expand-filename):
1389         * cedet/ede/simple.el (ede-simple-project):
1390         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1391         (semantic-complete-inline-tag-engine):
1392         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1393         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1394         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1395         * cedet/semantic/db.el (semanticdb-equivalent-mode):
1396         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1397         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1398         * emacs-lisp/chart.el (chart-translate-namezone):
1399         * textmodes/artist.el (artist-compute-popup-menu-table):
1400         Remove duplicated words in doc-strings.
1402 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
1404         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1405         to mairix-search to suppress threading (Bug#5342).
1407 2010-01-15  Kenichi Handa  <handa@m17n.org>
1409         * international/mule-cmds.el (canonicalize-coding-system-name):
1410         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1412 2010-01-15  Glenn Morris  <rgm@gnu.org>
1414         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
1416         * wid-edit.el (widget-keymap): Doc fix.
1418         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1419         former seems to be more widely accepted by various svn versions.
1421 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1423         * find-cmd.el (find-constituents):
1424         * vc-arch.el (vc-arch-root):
1425         * window.el (window-body-height, pop-up-frames):
1426         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1427         (semantic-no-reparse-needed-change-hook):
1428         * cedet/srecode/insert.el (srecode-resolve-argument-list)
1429         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1430         (srecode-template-inserter-ask, srecode-template-inserter-width)
1431         (srecode-template-inserter-section-start)
1432         (srecode-template-inserter-section-end, srecode-insert-method):
1433         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1434         * progmodes/ada-stmt.el (ada-if):
1435         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1436         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1437         (ispell-encoding8-command, ispell-aspell-supports-utf8)
1438         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1440         * progmodes/flymake.el (flymake-post-syntax-check):
1441         Fix typo in error message.
1443 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1445         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1446         which is always a string.  (Bug#5313)
1448 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1450         * progmodes/ada-xref.el (ada-default-prj-properties):
1451         Simplify previous change.
1453 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1455         * progmodes/ada-xref.el (ada-default-prj-properties):
1456         Default ada_project_path to $ADA_PROJECT_PATH.
1458 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1460         * progmodes/ada-mode.el (ada-create-keymap):
1461         Override `narrow-to-defun' with `ada-narrow-to-defun'.
1463 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1465         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1466         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1467         (ada-get-current-indent, ada-imenu-generic-expression)
1468         (ada-which-function): Check for it.
1470 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1472         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1473         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1475 2010-01-14  Glenn Morris  <rgm@gnu.org>
1477         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
1479 2010-01-14  Kenichi Handa  <handa@m17n.org>
1481         * composite.el (auto-composition-mode): Make it a buffer local
1482         variable (permanent-local).
1483         (auto-composition-function): Set the default value to
1484         auto-compose-chars.
1485         (auto-composition-mode): Make it a simple function, not a minor mode.
1486         (global-auto-composition-mode): Likewise.
1487         (turn-on-auto-composition-if-enabled): Delete it.
1489 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
1491         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1493 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
1495         * files.el (copy-directory): Compute target for recursive
1496         directories with identical names.  (Bug#5343)
1498 2010-01-12  Glenn Morris  <rgm@gnu.org>
1500         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1501         it to bug-gnu-emacs rather than emacs-pretest-bug.
1503 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1505         * cedet/data-debug.el (data-debug): Fix customization group reference.
1507 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1509         * cedet/semantic/analyze.el (semantic-analyze-push-error)
1510         (semantic-analyze-context, semantic-analyze-context-assignment)
1511         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1512         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1513         (semantic-java-doc-keywords-map):
1514         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1515         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1516         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1517         (semantic-c-classname, semantic-format-tag-uml-prototype)
1518         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1519         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1520         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1521         (semantic-get-local-variables, semantic-end-of-command)
1522         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1523         (lisp-mode):
1524         * cedet/semantic/bovine/make.el (makefile-mode):
1525         * cedet/semantic/wisent/python.el (wisent-python-string-re)
1526         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1527         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1528         (semantic-lex, semantic-get-local-variables, python-mode):
1529         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1530         * cedet/srecode/extract.el (srecode-extract-state-set)
1531         (srecode-extract-method): Fix typos in docstrings.
1533 2010-01-11  Sam Steingold  <sds@gnu.org>
1535         * imenu.el (imenu-default-create-index-function): Detect infinite
1536         loops caused by imenu-prev-index-position-function.
1538 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1540         * htmlfontify.el (htmlfontify-load-rgb-file)
1541         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1542         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1543         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1544         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1545         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1546         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1547         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1548         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1549         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1550         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1551         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1552         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1553         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1554         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1555         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1556         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1557         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1558         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1559         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1560         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1561         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1562         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1563         backslash-quoting from parentheses, etc.
1565 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1567         * progmodes/js.el: Autoload javascript-mode alias.
1569 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1571         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1572         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1573         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1574         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1575         Fix typos in docstrings.
1576         (ffap-url-regexp): Doc fix.
1577         (ffap-at-mouse): Fix typo in message.
1579 2010-01-11  Glenn Morris  <rgm@gnu.org>
1581         * version.el (emacs-copyright): Set copyright year to 2010.
1583 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1585         * format.el (format-annotate-function): Only set
1586         write-region-post-annotation-function after running to-fn so as not to
1587         affect nested write-region calls (bug#5273).
1589 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1591         * cedet/semantic.el (semantic-new-buffer-setup-functions):
1592         Add python parser.
1594         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1595         wisent/python.el.
1597 2010-01-10  Richard Kim  <emacs18@gmail.com>
1599         * cedet/semantic/wisent/python-wy.el:
1600         * cedet/semantic/wisent/python.el: New files.
1602 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1604         * man.el (Man-goto-section): Signal error if the section is not
1605         found (Bug#5317).
1607 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
1609         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1610         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
1612 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1614         * progmodes/compile.el: Don't treat compile-command as safe if
1615         compilation-read-command might be nil (Bug#4218).
1617 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1619         * startup.el (command-line-1): Use orig-argi to check for ignored X and
1620         NS options.
1622 2010-01-08  Kenichi Handa  <handa@m17n.org>
1624         * international/fontset.el (build-default-fontset-data):
1625         Exclude characters in scripts kana, hangul, han, or cjk-misc.
1627 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
1629         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1630         to `create-file-buffer' as it expects, not just a buffer name.
1631         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1632         to help uniquify.  (Bug#3224)
1634 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1636         * font-setting.el (font-setting-change-default-font): Use user-spec
1637         instead of name.
1639 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1641         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1643 2010-01-05  Tom Tromey  <tromey@redhat.com>
1645         * progmodes/python.el (python-font-lock-keywords):
1646         Handle qualified decorators (Bug#881).
1648 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1650         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1651         in a lightweight checkout.
1653 2010-01-05  Kenichi Handa  <handa@m17n.org>
1655         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1657 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1659         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1661 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1663         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1664         checkouts.  (Bug#618)
1665         (vc-bzr-log-view-mode): Also highlight the author.
1666         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1667         (vc-bzr-shelve-menu-map):
1668         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1669         (vc-bzr-shelve-apply): Make prompt more explicit.
1671 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1673         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1674         They are valid characters in URL paths (rfc3986), and at least
1675         Firefox does not understand the encoded version (Bug#3166).
1677 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
1679         * progmodes/octave-mod.el (octave-end-keywords)
1680         (octave-block-begin-or-end-regexp, octave-block-match-alist):
1681         Add "end" keyword (Bug#3061).
1682         (octave-end-as-array-index-p): New function.
1683         (calculate-octave-indent): Use it.
1685 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1687         * bookmark.el: Consistently put the text property on the bookmark name.
1688         (bookmark-bmenu-marks-width): Bump back to 2, to include
1689         annotation marks.
1690         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1691         property on the bookmark name, instead of not putting it at all.
1692         (bookmark-bmenu-list): Fix where we put the text property.
1694 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1696         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1697         for showing buffer modified state (as added in the previous change).
1699 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1701         * bookmark.el: Show modified state of bookmark buffer more accurately.
1702         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1703         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1704         (with-buffer-modified-unmodified): New macro.
1705         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1706         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1707         Use new macro to preserve the buffer modified state.
1709 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1711         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1712         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1713         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1714         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1715         (bookmark-bmenu-rename, bookmark-bmenu-locate)
1716         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1717         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1719 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1721         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1722         Make the lines in the generated doc string shorter.  (Bug#4668)
1724 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
1726         * net/rcirc.el: Add follow-link binding (Bug#4738).
1728 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1730         * Makefile.in (bzr-update): Rename from cvs-update.
1731         (cvs-update): New target for backward compatibility.
1733         * makefile.w32-in (bzr-update): Rename from cvs-update.
1734         (cvs-update): New target for backward compatibility.
1736 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1738         * bookmark.el: Remove gratuitous gratitude.
1740 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1742         * bookmark.el (bookmark-bmenu-any-marks): New function
1743         (bookmark-bmenu-save): Clear buffer modification if no marks.
1745 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1747         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1748         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1749         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1750         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1752         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1753         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1754         To: emacs-devel {_AT_} gnu.org
1755         Subject: bookmark.el bug report
1756         Date: Mon, 28 Dec 2009 14:19:16 +0800
1757         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1759 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1761         * bookmark.el: Improvements suggested by Drew Adams:
1762         (bookmark-bmenu-ensure-position): New name for
1763         `bookmark-bmenu-check-position'.  Just ensure the position,
1764         don't return any meaningful value.
1765         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1766         New constants.
1768 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1770         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1771         (bookmark-yank-point, bookmark-bmenu-check-position):
1772         Fix typos in docstrings.
1773         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1774         (bookmark-name-from-full-record, bookmark-get-position)
1775         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1776         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1777         Remove useless quoting of parenthesis, etc. in docstrings.
1779         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1780         (ediff-append-custom-diff): Fix typo in error message.
1781         (ediff-meta-mark-equal-files): Fix typos in messages.
1783         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1785         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1786         Fix typo in docstring.
1788         * net/imap-hash.el (imap-hash-make): Doc fix.
1789         (imap-hash-test): Fix typo in error message; reflow docstring.
1790         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1791         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1792         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1793         Fix typos in docstrings.
1794         (imap-hash-open-connection): Fix typo in error message.
1796         * play/gomoku.el (gomoku): Fix typos in docstring.
1798         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1799         (gdb-jsonify-buffer): Fix typos in docstring.
1800         (gdb-goto-breakpoint): Fix typo in error message.
1801         ("Display Other Windows"): Fix typo in help message.
1802         (gdb-speedbar-expand-node): Fix typo in question.
1804         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1805         (idlwave-html-system-help-location, idlwave-html-help-location)
1806         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1807         (idlwave-help-browser-generic-args, idlwave-help-directory)
1808         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1809         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1810         (idlwave-online-help, idlwave-help-html-link)
1811         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1812         Fix typos in docstrings.
1813         (idlwave-help-with-source, idlwave-help-find-routine-definition):
1814         Reflow docstrings.
1815         (idlwave-help-assistant-start): Fix typo in error message.
1817         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1818         (octave-electric-space): Fix typos in docstrings.
1820 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1822         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1824 2010-01-01  Juri Linkov  <juri@jurta.org>
1826         * comint.el (comint-input-ring-size): Make it a defcustom and
1827         increase the default to 500 (Bug#5148).
1829 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
1831         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1832         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1833         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1835 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
1837         Show working revision correctly for mercurial.
1838         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1839         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1841 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
1843         Declare some functions for the byte-compiler.
1844         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1845         (speedbar-timer-fn, speedbar-change-expand-button-char)
1846         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1848 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
1850         This changeset reverts GDB Graphical Interface to use annotations.
1851         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1853 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1855         Make vc-dir work on subdirectories of the bzr root.
1856         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
1857         file names relative to it.
1858         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1859         relative directory to vc-bzr-after-dir-status.
1861 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
1863         * font-lock.el (font-lock-refresh-defaults): New function, which
1864         can be used to let font-lock react to external changes in
1865         variables like font-lock-defaults and keywords.
1866         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1868 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1870         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1872         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1874 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1876         Supersede color.diff settings in git log (bug#5211).
1878         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1879         escape chars in its output when the user has color.diff set to `always'.
1880         This fix works on git 1.4.2 and newer (released on 2006-08-13).
1882 2009-12-26  Kevin Ryde  <user42@zip.com.au>
1884         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1885         node.  Keep previous "Index" name to work with past coreutils too.
1887         * man.el (man): Revise docstring a bit to show -a and -l as
1888         examples.  Add -k description since support for it has otherwise
1889         been a secret.  (Further to bug#3717.)
1890         (Man-bgproc-sentinel): When "-k foo" produces no output show error
1891         "no matches" rather than "Can't find manpage", as the latter reads
1892         like -k was interpreted as a page name, which is not so.  (Bug#5431)
1894 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
1896         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1897         switches.  Check also for //SUBDIRED// line.
1899 2009-12-25  Kenichi Handa  <handa@m17n.org>
1901         * language/indian.el (devanagari-composable-pattern): Fixed to
1902         handle ZWNJ and ZWJ.  Use it in composition-function-table for
1903         Devanagari.
1904         (malayalam-composable-pattern): Fix previous change.
1906 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1908         * ps-print.el (ps-face-attributes): It was not returning the
1909         attribute face for faces specified as string.  Reported by harven
1910         <harven@free.fr>.
1911         (ps-print-version): New version 7.3.5.
1913 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1915         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1916         timezone names.
1917         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1918         (icalendar--add-diary-entry): Remove the trailing blank that
1919         diary-make-entry inserts.
1921 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
1923         Make `file-expand-wildcards' work for remote files.
1925         * files.el (file-expand-wildcards): In case of remote files, check
1926         only local file name part for wildcards.  Provide feature 'files
1927         and subfeature 'remote-wildcards.  (Bug#5198)
1929         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1930         if there is already an established connection.
1931         (tramp-advice-file-expand-wildcards): Remove it.
1933         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1934         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1935         Activate advice for older GNU Emacs versions.  (Bug#5237)
1937 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
1939         Some doc fixes (more needed).
1941         * find-cmd.el (find-constituents): Reflow docstring.
1942         (find-cmd, find-prune, find-command): Fix typos in docstrings.
1943         (find-generic): Doc fix.
1945 2009-12-17  Juri Linkov  <juri@jurta.org>
1947         Fix regression from 23.1 to allow multiple modes in Local Variables.
1949         * files.el (hack-local-variables-filter): While ignoring duplicates,
1950         don't take `mode' into account.
1951         (hack-local-variables-filter, hack-dir-local-variables): Don't
1952         remove duplicate `mode' from local-variables-alist (like `eval').
1954 2009-12-17  Juri Linkov  <juri@jurta.org>
1956         Make `dired-diff' more safe.  (Bug#5225)
1958         * dired-aux.el (dired-diff): Signal an error when `file' equals to
1959         `current' or when `file' is a directory of the `current' file.
1961 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
1963         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1964         unconditionally preloaded files.
1966 2009-12-16  Juri Linkov  <juri@jurta.org>
1968         Revert to old 23.1 logic of using the file at the mark as default.
1969         * dired-aux.el (dired-diff): Use the file at the mark as default
1970         if it's not the same as the current file, and the target dir is
1971         the current dir or the mark is active.  Add the current file
1972         as the arg of `dired-dwim-target-defaults'.  Use the default file
1973         in the prompt.  (Bug#5225)
1975 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
1977         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1978         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1979         (tramp-check-for-regexp): Check also, when an echoing shell stops
1980         to echo sent commands.
1982 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1984         * Makefile.in: Revert last change (Bug#5191).
1986 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
1988         * vc-hg.el (vc-hg-print-log): Fix argument order.
1989         (vc-hg-working-revision): Make sure the command is executed in a
1990         known environment so that we can parse the output.  (Bug#4417)
1992 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1994         * progmodes/python.el (python-symbol-completions): Remove text
1995         properties from symbol string before calling python-send-receive.
1997 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
1999         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2000         when there are values for both file and line.  (Bug#5060)
2002 2009-12-14  Juri Linkov  <juri@jurta.org>
2004         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2005         whitespace after the file name of the first line of unified format,
2006         because git-diff doesn't output whitespace and file modification time
2007         after the file name.
2009 2009-12-14  David Kastrup  <dak@gnu.org>
2011         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2012         check if it already has the `display' property added by
2013         `Info-display-images-node', and not put the `invisible' property
2014         in this case.
2016 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2018         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2019         (semantic-mru-bookmark-mode): Doc fixes.
2021         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2022         of assert.
2024 2009-12-13  Glenn Morris  <rgm@gnu.org>
2026         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2027         (report-emacs-bug): In message-mode, sort manually before storing
2028         original report text.  (Bug#5178)
2029         Remove superfluous save-excursion.
2031 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2033         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2034         when responding to "GetAll" properties.
2036 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2038         * simple.el (compose-mail): Remove mail-setup-with-from from
2039         customization checks.
2041 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2043         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2044         RAR archives created on Unix systems.
2046 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2048         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2049         the varalias that was accidentally removed by the 2009-11-19 change
2050         (bug#5186).
2052 2009-12-12  Kenichi Handa  <handa@m17n.org>
2054         * language/indian.el (indian-compose-regexp): New function.
2055         (malayalam-composable-pattern): Fix the pattern.
2056         (composition-function-table): Set malayalam-composable-pattern for
2057         Malayalam characters.
2059 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2061         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2062         rather than down-mouse-1, based on follow-link conventions.
2064         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2065         are compiled.
2067 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2069         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2070         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2071         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2072         (verilog-leap-to-head, verilog-backward-token):
2073         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2075 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2077         * progmodes/verilog-mode.el (verilog-auto-lineup)
2078         (verilog-nameable-item-re): Cleanup user-visible spelling and
2079         documentation errors.  One reported by Gary Delp.
2080         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2081         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2082         package, bug195.  Reported by Pierre-David Pfister.
2084 2009-12-11  Glenn Morris  <rgm@gnu.org>
2086         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2088         * mail/emacsbug.el: No longer require sendmail.
2089         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2090         (report-emacs-bug-orig-text): Doc fix.
2091         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2092         New local variables, to adapt to different mail-user-agents.
2093         (report-emacs-bug): Fix test for a gnu.org address.
2094         Use overlays for emphasis, since font-lock defeats 'face property.
2095         Pretest bugs also end up at the newsgroup these days.
2096         Stop message-mode stripping text properties.
2097         Set and use the new buffer-local variables.
2098         (report-emacs-bug-hook): Add doc-string.
2099         Remove some unnecessary save-excursions and simplify.
2100         Use the appropriate hook and send-command.
2102         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2103         capitalization of some menu entries.
2105 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2107         * whitespace.el (whitespace-display-char-on): Ensure
2108         `buffer-display-table' is unique when two or more windows are
2109         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2110         New version 12.1.
2112 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2114         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2115         characters in the Attribute field.
2117 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2119         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2121 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2123         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2124         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2125         Disregard autoload-excludes.
2126         (update-directory-autoloads): Obey autoload-excludes here instead.
2127         But don't store its contents in no-autoloads and remove entries that
2128         refer to excludes files.
2130 2009-12-10  Glenn Morris  <rgm@gnu.org>
2132         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2133         (expand-mail-aliases): Define for compiler.
2135         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2136         Define for compiler.
2138         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2139         appropriate for the mail-user-agent in use.
2141 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2143         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2145 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2147         Fix short log parsing and fontification.
2148         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2149         Fix fontification for the [merge] label.
2151 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2153         Drop some properties to avoid surprises.
2154         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2155         (hfy-fontify-buffer): Use it.
2157 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2159         Minor cleanup.
2160         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2161         Adjust all callers.
2162         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2163         args compulsory.  Adjust callers.
2164         (ffap-gopher-at-point): Remove unused var `name'.
2166         Get rid of the ELCFILES abomination.
2167         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2168         (compile-elcfiles): New phony target.
2169         (compile-main): Compute ELCFILES dynamically.
2170         (compile-clean): New target to remove left-over elc files.
2171         (compile, all): Use it.
2173 2009-12-09  Kenichi Handa  <handa@etlken>
2175         * international/mule-diag.el: Require help-mode instead of help-fns.
2177 2009-12-09  Kenichi Handa  <handa@m17n.org>
2179         * international/mule-cmds.el (ucs-names): Supply sufficiently
2180         fine ranges instead of pre-calculating accurate ranges.
2181         Iterate with bigger gc-cons-threshold.
2183 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2185         Add support for stashing a snapshot of the current tree.
2186         * vc-git.el (vc-git-stash-snapshot): New function.
2187         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2189 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2191         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2192         instead of `(beginning|end)-of-line'.
2194 2009-12-08  Glenn Morris  <rgm@gnu.org>
2196         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2198         * Makefile.in (ELCFILES): Regenerate.
2200 2009-12-07  Juri Linkov  <juri@jurta.org>
2202         Don't lazy-highlight the comint output in history Isearch mode.
2204         * comint.el (comint-history-isearch-search): Instead of
2205         `comint-line-beginning-position', use `comint-after-pmark-p'
2206         to check if point if before the process mark, and go to
2207         `process-mark' in this case.
2209 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2211         * textmodes/tex-mode.el (latex-complete)
2212         (latex-indent-or-complete): Remove.
2213         (latex-mode): Set completion-at-point-functions instead.
2215         Provide a standard completion command and hook it into TAB.
2216         * minibuffer.el (completion-at-point-functions): New var.
2217         (completion-at-point): New command.
2218         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2219         * progmodes/python.el (python-mode-map): Use completion-at-point.
2220         (python-completion-at-point): Rename from python-partial-symbol and
2221         adjust for use in completion-at-point-functions.
2222         (python-mode): Setup completion-at-point for Python completion.
2223         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2224         extracted from lisp-complete-symbol.
2225         (lisp-complete-symbol): Use it.
2226         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2227         setup completion-at-point for Elisp completion.
2228         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2229         Use completion-at-point.
2230         * ielm.el (ielm-map): Use completion-at-point.
2231         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2232         * progmodes/sym-comp.el: Move to...
2233         * obsolete/sym-comp.el: Move from progmodes.
2235 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2237         Prevent save-buffer in Rmail buffers from using the coding-system
2238         of the current message, and from clobbering the encoding mnemonics
2239         in the mode line (Bug#4623).
2241         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2242         flag, too.
2243         (rmail-message-encoding): New variable.
2244         (rmail-write-region-annotate): Record the encoding of the current
2245         message in rmail-message-encoding.
2246         (rmail-after-save-hook): New function, restores the encoding of
2247         the current message after the message collection is saved.
2249 2009-12-07  Juri Linkov  <juri@jurta.org>
2251         * progmodes/grep.el (grep-read-files): Use `completing-read'
2252         instead of `read-string'.  Set its `collection' arg to
2253         `read-file-name-internal'.  (Bug#4301)
2255 2009-12-07  Juri Linkov  <juri@jurta.org>
2257         Correctly restore original Isearch point.  (Bug#4994)
2259         * isearch.el (isearch-mode): Move `isearch-push-state' after
2260         `(run-hooks 'isearch-mode-hook)'.
2261         (isearch-cancel): When `isearch-push-state-function' is defined,
2262         let-bind `isearch-cmds' to the first state (the last element of
2263         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2264         function and restores the original point).  Otherwise, move point
2265         to `isearch-opoint'.
2267 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2269         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2270         chars that don't have names, so the table can be built much faster at
2271         run-time.
2273 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2275         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2276         change.  Suggested by David Kastrup.
2278         * simple.el (compose-mail): Check for incompatibilities and warn.
2279         (compose-mail-user-agent-warnings): New option.
2281 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2283         Support showing a single log entry from vc-annotate.
2284         * vc.el (print-log): Add a new argument: START-REVISION.
2285         (vc-print-log-internal): Add a new optional argument and
2286         pass it to the backend.
2287         (vc-print-log, vc-print-root-log): Adjust callers.
2288         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2289         buffer already displays the requested log entry, use it.
2290         Otherwise display only the log entry in question.
2291         * vc-svn.el (vc-svn-print-log):
2292         * vc-mtn.el (vc-mtn-print-log):
2293         * vc-hg.el (vc-hg-state):
2294         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2295         (vc-git-show-log-entry): Return t on success.
2296         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2297         (vc-bzr-show-log-entry): Return t on success.
2298         * vc-rcs.el (vc-rcs-print-log):
2299         * vc-sccs.el (vc-sccs-print-log):
2300         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2302 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2304         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2305         Add menus to the meta mode.  (Bug#5043)
2307 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2309         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2310         event-key.
2312         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2314 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2316         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2317         Berbain <raphael.berbain@gmail.com>.
2319         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2320         characters.
2321         (tramp-initial-end-of-output): New defconst.
2322         (tramp-methods, tramp-find-shell)
2323         (tramp-open-connection-setup-interactive-shell)
2324         (tramp-maybe-open-connection): Use it.
2325         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2326         existence of `#' and `$'.
2328         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2329         `tramp-initial-end-of-output'.
2331 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2333         Get the background mode from the terminal for xterm, and set
2334         faces accordingly.
2335         * term/xterm.el (xterm-set-background-mode): New function.
2336         (terminal-init-xterm): Use it in case xterm supports background
2337         color queries.  Recompute faces after getting the background
2338         color.
2340 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2342         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2343         number comment back on its own line, for easier parsing.
2345 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2347         Make it work for non-file buffers (bug#5102).
2348         * doc-view.el (doc-view-current-cache-dir):
2349         Use doc-view-buffer-file-name rather than buffer-file-name.
2350         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2352 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2354         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2355         author field is too short.
2357 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2359         * vc-git.el (vc-git-print-log): Handle a limit argument.
2360         Display the short log in graph form and with labels.
2361         (vc-git-log-view-mode): Handle labels.
2363         Make vc-revert change VC state from 'added to 'unregistered.
2364         * vc-git.el (vc-git-revert): Call git reset first.
2366 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2368         * net/newst-backend.el, net/newst-plainview.el:
2369         * net/newst-reader.el, net/newst-ticker.el:
2370         * net/newst-treeview.el, net/newsticker.el:
2371         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2373 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2375         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2377         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2378         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2379         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2380         Update annotation regexp.
2382         * simple.el (beginning-of-visual-line): Constrain to field
2383         boundaries (Bug#5106).
2385 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2387         * xml.el (xml-substitute-numeric-entities): Move
2388         newsticker--decode-numeric-entities in newst-backend.el to
2389         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2390         * net/newst-backend.el (newsticker--parse-generic-feed)
2391         (newsticker--parse-generic-items)
2392         (newsticker--decode-numeric-entities): Move
2393         newsticker--decode-numeric-entities in newst-backend.el to
2394         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2396 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
2398         * progmodes/js.el (js--js-not): Add null to the list of values.
2400 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2402         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2404 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2406         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2407         delimiter if it is at the end of the current line.
2408         (bibtex-generate-url-list): Fix docstring.
2410 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2412         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2413         minibuffer's content with itself.
2414         Fold the confirm-after-completion case into the `confirm' case.
2415         (completion-pcm-word-delimiters): Add : and / to the delimiters.
2417 2009-12-06  Kevin Ryde  <user42@zip.com.au>
2419         * ffap.el (ffap-rfc-path): Make this a defcustom since
2420         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
2422         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2423         manuals, similar to existing setup for help-mode.  (Bug#3913.)
2425 2009-12-05  Juri Linkov  <juri@jurta.org>
2427         Save and restore dired buffer's point positions too.  (Bug#4880)
2429         * dired.el (dired-save-positions): Return in the first element
2430         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2431         Doc fix.
2432         (dired-restore-positions): First restore buffer's position.
2433         While restoring window's positions, check if window still displays
2434         the original buffer.
2436 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2438         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2439         if possible.
2441         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2442         Make argument optional.
2444         * shell.el (shell): Require ansi-color (Bug#5113).
2446         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2448         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2450 2009-12-05  Alan Mackenzie  <acm@muc.de>
2452         * progmodes/cc-mode.el (c-before-hack-hook)
2453         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2454         `c-file-style' to work again.  This reversion restores the current
2455         software to its state in Emacs 23.1.  (Bug#4146)
2457 2009-12-05  Kevin Ryde  <user42@zip.com.au>
2459         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2460         comment-start-skip to comment-end-skip as comment (Bug#4781).
2462 2009-12-05  Juri Linkov  <juri@jurta.org>
2464         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2465         for virtual nodes.  (Bug#4147)
2466         (Info-find-node-2): Set `Info-current-node-virtual' to nil
2467         when moving from a virtual node.
2468         (Info-mode-menu): Add `Info-virtual-index' to the menu.
2469         (Info-mode): Add `Info-virtual-index' to the docstring.
2471 2009-12-05  Eric Ludlam  <zappo@gnu.org>
2473         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2474         Describe project macro symbols.
2476         * cedet/semantic/complete.el (semantic-complete-do-completion):
2477         Don't call semantic-collector-current-exact-match.
2479         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2480         ede-objects as targets.
2482         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2483         a target's object list even if compiler vars are already in the
2484         Makefile.
2486         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2487         list of headers producing necessary macros.
2489 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2491         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2492         track of the buffer position of the end of a BibTeX entry as this
2493         position may change during reformatting.
2494         (bibtex-format-entry): Remove whitespace before processing
2495         numerical fields so that we recognize the latter properly.
2496         (bibtex-reformat): Do not use push which changes the global value
2497         of bibtex-entry-format.
2498         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2499         (bibtex-field-re-init): Replace only space characters by regexp
2500         for whitespace.
2501         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2502         (bibtex-initialize): Also update bibtex-strings.
2503         (bibtex-kill-field): Preserve white space at end of entry.
2504         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2505         Update bibtex-reference-keys.
2507 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2509         * minibuffer.el (completion-pcm--merge-try): Also consider placing
2510         point after a star, if that's the only place where modifications can
2511         make progress.
2513 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
2515         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2516         in docstrings.
2518 2009-12-04  Juri Linkov  <juri@jurta.org>
2520         * proced.el (proced): Call `(proced-update t)' to update process
2521         information instead of only running proced-post-display-hook.
2522         (proced-send-signal): Add a leading space to the buffer name
2523         " *Marked Processes*" to make this buffer ephemeral.
2525 2009-12-04  Juri Linkov  <juri@jurta.org>
2527         * dired.el (dired-auto-revert-buffer): New defcustom.
2528         (dired-internal-noselect): Use it.
2530 2009-12-04  Juri Linkov  <juri@jurta.org>
2532         Change roles of modes and functions in image-mode.el (Bug#5062).
2534         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2535         in `auto-mode-alist'.
2536         (image-mode-previous-major-mode): New variable.
2537         (image-minor-mode-map): Rename from `image-mode-text-map'.
2538         (image-mode): Move graceful error-handling code from
2539         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
2540         (image-minor-mode): Remove all image-handling code.
2541         Replace `image-mode-text-map' with `image-minor-mode-map'.
2542         Check for `image-type' in mode-line format string.
2543         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2544         (image-mode-as-text): New function with most code from
2545         `image-mode-maybe'.
2546         (image-toggle-display-text): Move code that removes image
2547         properties from `image-toggle-display' to here.
2548         (image-toggle-display-image): New function with code that adds
2549         image properties copied from `image-toggle-display'.
2550         (image-toggle-display): Remove most code with leaving only code
2551         that toggles between `image-mode-as-text' and `image-mode'.
2553 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
2555         * net/newst-treeview.el
2556         (newsticker--treeview-list-highlight-start): Restored call to
2557         save-excursion: Selected item was stuck.
2558         (newsticker--treeview-list-select): New.
2559         (newsticker--treeview-item-show-text)
2560         (newsticker--treeview-item-show)
2561         (newsticker--treeview-item-update): Use new
2562         newsticker-treeview-item-mode.
2563         (newsticker-treeview-update): Keep current item.
2564         (newsticker-treeview-next-new-or-immortal-item): Doc change.
2565         (newsticker--treeview-first-feed): Doc change.
2566         (newsticker-treeview-list-menu)
2567         (newsticker-treeview-item-menu): Added menu entries.
2568         (newsticker-treeview-item-mode): New.
2570         * net/newst-backend.el (newsticker-customize): Delete other
2571         windows.
2573 2009-12-04  Sam Steingold  <sds@gnu.org>
2575         * log-view.el (log-view-mode-map): "q" calls quit-window,
2576         like in all the other non-self-insert buffers.
2578 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2580         Minor cleanup.
2581         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2582         key decoding rather than do it manually via last-input-event +
2583         ascii-character.
2584         (term-exec): Use delete-and-extract-region.
2585         (term-handle-ansi-terminal-messages): Remove unused var `end'.
2586         (term-process-pager): Remove unused var `i'.
2587         (term-dynamic-simple-complete): Make obsolete.
2588         (serial-update-config-menu): Remove unused vars `y' and `str'.
2589         (term-update-mode-line): Remove unused var `temp'.
2591 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2593         Limit the number of log entries displayed by default.
2594         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2595         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2596         using a prefix argument.
2598 2009-12-03  Glenn Morris  <rgm@gnu.org>
2600         * progmodes/idlwave.el (class): Restore still useful declaration.
2602 2009-12-03  Alan Mackenzie  <acm@muc.de>
2604         Enhance `c-parse-state' to run efficiently in "brace deserts".
2606         * progmodes/cc-mode.el (c-basic-common-init):
2607         Call c-state-cache-init.
2608         (c-neutralize-syntax-in-and-mark-CPP): Rename from
2609         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
2610         placing `category' properties value 'c-cpp-delimiter at its boundaries.
2612         * progmodes/cc-langs.el (c-before-font-lock-function):
2613         c-extend-and-neutralize-syntax-in-CPP has been renamed
2614         c-neutralize-syntax-in-and-mark-CPP.
2616         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2617         with `category' properties now, not `syntax-table' ones.
2619         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2620         enhanced (but slower) version of c-end-of-macro that won't land
2621         inside a literal or on another awkward character.
2622         (c-state-cache-too-far, c-state-cache-start)
2623         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2624         (c-state-nonlit-pos-cache-limit, c-state-point-min)
2625         (c-state-point-min-lit-type, c-state-point-min-lit-start)
2626         (c-state-min-scan-pos, c-state-brace-pair-desert)
2627         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2628         buffer local variables.
2629         (c-state-literal-at, c-state-lit-beg)
2630         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2631         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2632         (c-state-cache-top-paren, c-state-cache-after-top-paren)
2633         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2634         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2635         (c-renarrow-state-cache)
2636         (c-append-lower-brace-pair-to-state-cache)
2637         (c-state-push-any-brace-pair, c-append-to-state-cache)
2638         (c-remove-stale-state-cache)
2639         (c-remove-stale-state-cache-backwards, c-state-cache-init)
2640         (c-invalidate-state-cache-1, c-parse-state-1)
2641         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2642         (c-parse-state): Enhance and refactor.
2643         (c-debug-parse-state): Amend to deal with all the new variables.
2645         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2646         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2647         modify to use category text properties rather than syntax-table ones.
2648         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2649         to switch off/on the syntactic paren property of C++ template
2650         delimiters using the category property.
2651         (c-with-<->-as-parens-suppressed): Macro to invoke code with
2652         template delims suppressed.
2653         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2654         New constant/macros which apply category properties to the start
2655         and end of preprocessor constructs.
2656         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2657         "comment out" the syntactic value of characters in preprocessor
2658         constructs.
2659         (c-with-cpps-commented-out)
2660         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2661         with characters in all or all but one preprocessor constructs
2662         "commented out".
2664 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2666         * proced.el (proced-filter-alist): Use regexp-quote.
2668 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
2670         Cleanup.
2671         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2672         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
2673         arguments.  Expand `default-directory'.
2675         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2676         the benefit of returning an expanded localname.
2677         (tramp-tramp-file-p): Handle the case NAME is not a string.
2679 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2681         Add support for bzr shelve/unshelve.
2682         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2683         (vc-bzr-extra-menu-map): New variables.
2684         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2685         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2686         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2687         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2688         (vc-bzr-dir-extra-headers): Display shelves.
2690         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2692 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2694         * textmodes/bibtex.el (bibtex-complete-internal):
2695         Use completion-in-region.
2696         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2698 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2700         Support applying stashes.  Improve UI.
2701         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2702         (vc-git-stash-apply, vc-git-stash-pop)
2703         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2704         (vc-git-stash-menu): New functions.
2705         (vc-git-stash-menu-map): New variable.
2706         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2708 2009-12-03  Glenn Morris  <rgm@gnu.org>
2710         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2711         (vc-print-log-internal): Fix previous change.
2712         (vc-revert): Correct pluralization.
2714 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2716         * progmodes/make-mode.el (makefile-special-targets-list): No need for
2717         it to be an alist any more.
2718         (makefile-complete): Use completion-in-region.
2720         * progmodes/octave-mod.el (octave-complete-symbol):
2721         Use completion-in-region.
2723         Misc cleanup.
2724         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2725         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2726         (idlwave-complete-class): Don't quote lambda.
2727         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2728         (idlwave-mode-map): Move initialization into declaration.
2729         (idlwave-action-and-binding): Use backquotes.
2730         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2731         Simplify.
2732         (idlwave-is-pointer-dereference): Remove unused var `pos'.
2733         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2734         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2735         `parts', and `all-parts'.
2736         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2737         (idlwave-convert-xml-system-routine-info): Remove unused string
2738         `version-string'.
2739         (idlwave-display-user-catalog-widget): Use dolist.
2740         (idlwave-scanning-lib): Declare dynamically-scoped var.
2741         (idlwave-scan-library-catalogs): Remove unused var `flags'.
2742         (completion-highlight-first-word-only): Declare to silence bytecomp.
2743         (idlwave-popup-select): Tighten scope of `resp'.
2744         (idlwave-find-struct-tag): Remove unused var `beg'.
2745         (idlwave-after-load-rinfo-hook): Declare.
2746         (idlwave-sintern-class-info): Remove unused var `taglist'.
2747         (idlwave-find-class-definition): Remove unused var `list'.
2748         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2749         (idlwave-what-module-find-class): Remove unused var `classes'.
2751 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
2753         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2755 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2757         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2758         buffers visited.  Remove redundant current-buffer-saving.
2760 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2762         Use completion-in-buffer and remove uses of dynamic scoping.
2763         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2764         (pascal-buffer-to-use, pascal-flag): Don't declare.
2765         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2766         (pascal-get-completion-decl, pascal-keyword-completion):
2767         Add `pascal-str' argument, save-excursion,
2768         return the found completions, and don't filter with pascal-pred.
2769         (pascal-completion-cache): New var.
2770         (pascal-completion): Don't switch buffer any more (it was never
2771         necessary).  Don't save-excursion any more (it's done by the called
2772         subroutines).  Use a cache to avoid redundant computations.
2773         Use complete-with-action rather than pascal-completion-response and
2774         let it apply the predicate as well.
2775         (pascal-complete-word): Use completion-in-buffer when
2776         pascal-toggle-completions is nil.
2777         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2778         not used any more.
2779         (pascal-comp-defun): Don't change buffer any more.
2780         Use complete-with-action rather than pascal-completion-response and
2781         let it apply the predicate as well.
2782         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2783         when neded.
2785 2009-12-02  Kenichi Handa  <handa@m17n.org>
2787         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2788         shape for all Indic scripts.
2790 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2792         Use completion-in-buffer.
2793         * wid-edit.el (widget-field-text-end): New function.
2794         (widget-field-value-get): Use it.
2795         (widget-string-complete, widget-file-complete)
2796         (widget-color-complete): Use it and completion-in-region.
2797         (widget-complete): Don't narrow the buffer.
2799 2009-12-02  Glenn Morris  <rgm@gnu.org>
2801         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
2802         (rmail-select-summary): Use rmail-pop-to-buffer.
2803         * mail/rmailsum.el: Replace all pop-to-buffer calls with
2804         rmail-pop-to-buffer, to prevent horizontal splits.
2806         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2807         save-excursion with save-current-buffer.
2808         Widen before searching.  (Bug#5093)
2809         (diary-list-sexp-entries): Remove superfluous save-excursion.
2811 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
2813         * woman.el (woman-make-bufname): Handle man-pages with "." in the
2814         name.  (Bug#5038)
2816 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2818         * ido.el (ido-file-internal): Handle filenames at point that do
2819         not have a directory part.  (Bug#5049)
2821 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
2823         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2824         (mpc-songs-jump-to, mpc-resume): Doc fixes.
2826 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
2828         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2829         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2830         any more.
2832 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2834         * comint.el (comint-insert-input): Ignore clicks to the right of
2835         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2837         * vc.el (vc-print-log-internal): Don't wait for the process to
2838         terminate before setting up the major mode.
2840         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2841         in case.
2843         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2844         the last element.
2846         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2848 2009-12-01  Glenn Morris  <rgm@gnu.org>
2850         * window.el (window--display-buffer-2): Fix previous changes.
2852 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
2854         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2856 2009-12-01  Glenn Morris  <rgm@gnu.org>
2858         * Makefile.in (ELCFILES): Add mpc.elc.
2860 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2862         * mpc.el: New file.
2864 2009-12-01  Glenn Morris  <rgm@gnu.org>
2866         * window.el (window-to-use): Define for compiler.
2868         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2869         consistent with others (no final period).
2871         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2872         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
2874 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2876         Make vc-print-log buttons work.
2877         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2879 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
2881         * savehist.el (savehist-autosave-interval): Allow setting to nil
2882         through customize.  (Bug#5056)
2884 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
2886         Fix references to jit-lock properties.
2887         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2888         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2889         (perl-font-lock-special-syntactic-constructs):
2890         Quote jit-lock-defer-multiline property.
2892 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2894         * vc-git.el (vc-git-registered): Call vc-git-root only once.
2896 2009-11-30  Juri Linkov  <juri@jurta.org>
2898         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2899         value `buffer' of `multi-isearch-next-buffer-current-function'.
2900         Use `(current-buffer)' when `buffer' is nil.
2901         (multi-isearch-next-buffer-from-list): Don't fallback to
2902         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
2904 2009-11-30  Juri Linkov  <juri@jurta.org>
2906         * misearch.el (multi-isearch-read-buffers): Move canonicalization
2907         of buffers with `get-buffer' to `multi-isearch-buffers'.
2908         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2909         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
2910         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2911         FILES with `expand-file-name' converting relative file names
2912         to absolute.  Doc fix.  (Bug#4727)
2914 2009-11-30  Juri Linkov  <juri@jurta.org>
2916         * misearch.el (multi-isearch-read-buffers)
2917         (multi-isearch-read-matching-buffers): New functions.
2918         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2919         Use them in the `interactive' spec.  Doc fix.
2920         (multi-isearch-read-files, multi-isearch-read-matching-files):
2921         New functions.
2922         (multi-isearch-files, multi-isearch-files-regexp):
2923         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
2925 2009-11-30  Juri Linkov  <juri@jurta.org>
2927         * doc-view.el (doc-view-continuous):
2928         Rename from `doc-view-continuous-mode'.
2929         (doc-view-menu): Move "Toggle display" to the top.
2930         Add submenu "Continuous" with radio buttons "Off"/"On"
2931         and "Save as Default".
2932         (doc-view-scroll-up-or-next-page)
2933         (doc-view-scroll-down-or-previous-page)
2934         (doc-view-next-line-or-next-page)
2935         (doc-view-previous-line-or-previous-page): Rename
2936         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
2938 2009-11-30  Juri Linkov  <juri@jurta.org>
2940         * comint.el (comint-mode-map): Rebind `M-r' from
2941         `comint-previous-matching-input' to
2942         `comint-history-isearch-backward-regexp'.
2943         Unbind `M-s' to allow global key binding `M-s'.
2944         Add menu items for `comint-history-isearch-backward' and
2945         `comint-history-isearch-backward-regexp'.  (Bug#3746)
2947 2009-11-30  Juri Linkov  <juri@jurta.org>
2949         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2950         For def=recenter, replace `recenter' with `recenter-top-bottom'
2951         that is called with `this-command' and `last-command' let-bound
2952         to `recenter-top-bottom'.  When the last `def' was not `recenter',
2953         set `recenter-last-op' to nil.  (Bug#4981)
2955 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2957         Minor cleanup and simplification.
2958         * filecache.el (file-cache-add-directory)
2959         (file-cache-add-directory-recursively)
2960         (file-cache-add-from-file-cache-buffer)
2961         (file-cache-delete-file-regexp, file-cache-delete-directory)
2962         (file-cache-files-matching-internal, file-cache-display): Use dolist.
2963         (file-cache-temp-minibuffer-message): Delete function.
2964         (file-cache-minibuffer-complete): Use minibuffer-message instead.
2966         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2967         Don't signal an error when bumping into EOB in tr, s, or y.
2969 2009-11-29  Juri Linkov  <juri@jurta.org>
2971         * startup.el (fancy-about-text): Fix wording of Guided Tour.
2972         (Bug#4960)
2974         * descr-text.el (describe-char-unidata-list): Use lowercase name
2975         for "Unicode name" like in other tags.
2977 2009-11-29  Juri Linkov  <juri@jurta.org>
2979         * ediff-util.el (ediff-minibuffer-with-setup-hook):
2980         New compatibility macro.
2981         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2983 2009-11-29  Juri Linkov  <juri@jurta.org>
2985         Add defcustom to define the cycling order of `recenter-top-bottom'.
2986         (Bug#4981)
2988         * window.el (recenter-last-op): Doc fix.
2989         (recenter-positions): New defcustom.
2990         (recenter-top-bottom): Rewrite to use `recenter-positions'.
2991         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2993 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2995         Improve integration of Tramp and ange-ftp in eshell.
2997         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2998         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
2999         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3001         * eshell/esh-util.el (top): Require also Tramp when compiling.
3002         (eshell-directory-files-and-attributes): Check for FTP remote
3003         connection.
3004         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3005         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3006         (eshell-file-attributes): Handle ".".  Return `entry'.
3008         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3009         (ange-ftp-directory-files-and-attributes)
3010         (ange-ftp-real-directory-files-and-attributes): New defuns.
3012         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3013         shell with "exec" when possible.  This prevents trailing prompts
3014         in `start-file-process'.
3016 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3018         Try and remove assumptions about point-min==1.
3019         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3020         (rng-compute-mode-line-string): Show the validation percentage in
3021         terms of the narrowed text, not the widened text.
3022         (rng-do-some-validation): Don't catch internal errors when debugging.
3023         (rng-first-error): Simplify.
3024         (rng-after-change-function): Remove work around.  AFAIK the bug has
3025         been fixed a while ago.
3027         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3028         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3030         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3032         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3033         `cd' doesn't always do it for us (bug#5067).
3035         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3036         on 2009-10-25 as part of some other change (bug#5067).
3038 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3040         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3041         `suspicious'.
3042         (byte-compile-warnings): Use byte-compile-warning-types.
3043         (byte-compile-save-excursion): Warn about use of set-buffer right
3044         after save-excursion.
3046         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3047         the excursion as well.
3049 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3051         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3052         providing a Tramp related implementation of "su" and "sudo".
3053         (eshell-unix-initialize): Add "su" and "sudo".
3055 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3057         * net/socks.el (socks-send-command): Convert binary request to
3058         unibyte before sending.  This fixes mishandling of some port
3059         numbers such as 129.
3061 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3063         * help.el (describe-bindings-internal): Remove `interactive'.
3065         * man.el (Man-completion-table): Trim a terminating "(".
3066         Remove the space between name page a section.
3067         Add the command's description on the `help-echo' property.
3068         Remove `process-connection-type' binding since it's unused by
3069         call-process.
3070         Provide completion for the "<section> <name>" format as well.
3071         (Man-default-man-entry): Remove spurious var shadowing the argument.
3073 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3075         * log-view.el: Add "Keywords: tools", since its other keywords
3076         aren't in finder-known-keywords, and following vc.el.
3078         * sha1.el (sha1-string-external): default-directory "/" in case
3079         otherwise non-existent.  process-connection-type pipe for touch of
3080         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3082 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3084         Misc coding convention cleanups.
3085         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3086         hfy-init-kludge-hooks.
3087         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3088         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3089         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3090         and push.
3091         (hfy-slant, hfy-weight): Use tables rather than code.
3092         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3093         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3094         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3095         (hfy-face-to-css): Remove `nconc' with single arg.
3096         (hfy-p-to-face-lennart): Use `or'.
3097         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3098         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3099         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3100         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3101         (hfy-force-fontification): Use run-hooks.
3103 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3105         Various minor fixes.
3106         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3107         Javascript belongs in the header, not the body.
3108         (hfy-javascript): Remove.
3109         (hfy-fontify-buffer): Don't insert it any more.
3110         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3111         Fix bug in invis handling when there were no invis props in a chunk.
3113 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3115         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3117 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3119         * finder.el (finder-mode-map): Add a menu.
3121 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3123         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3124         "unsigned" structs.
3126         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3127         fork" statement better.
3129 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3131         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3132         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3133         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3134         Reported by Clay Douglass.
3136         (verilog-auto-inst, verilog-auto-star-safe)
3137         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3138         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3139         Pierre-David Pfister.
3141 2009-11-26  Glenn Morris  <rgm@gnu.org>
3143         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3144         the scope.
3146 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3148         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3149         Really use previous revision.
3151 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3153         * man.el (Man-completion-table): default-directory "/" in case
3154         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3155         not to truncate long names.  process-connection-type pipe to avoid
3156         any chance of hitting the pseudo-tty TIOCGWINSZ.
3157         (man): completion-ignore-case t for friendliness and since man
3158         itself is case-insensitive on the command line.
3159         Further to Bug#3717.
3161         * arc-mode.el: Add "Keywords: files", so the details in its
3162         commentary can be reached from finder-by-keyword.
3163         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3164         editing mode, but it's comms related and sgml-mode.el has "comm"
3165         on that basis too.
3166         * textmodes/bibtex-style.el: Add "Keywords: tex".
3167         * international/isearch-x.el, international/ja-dic-cnv.el:
3168         * international/ja-dic-utl.el, international/kkc.el:
3169         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3171 2009-11-25  Juri Linkov  <juri@jurta.org>
3173         * man.el (Man-completion-table): Modify regexp to include
3174         section names to completion strings.  (Bug#3717)
3176 2009-11-25  Juri Linkov  <juri@jurta.org>
3178         Search recursively in gzipped files.  (Bug#4982)
3180         * progmodes/grep.el (grep-highlight-matches): Add new options
3181         `always' and `auto'.  Doc fix.
3182         (grep-process-setup): Check `grep-highlight-matches' for
3183         `auto-detect' to determine the need to compute grep defaults.
3184         Move Windows/DOS specific --colors settings handling
3185         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3186         to get the value of "--color=".
3187         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3188         has the value `auto-detect'.  Move Windows/DOS specific settings
3189         from `grep-process-setup'.
3190         (zrgrep): New command with alias `rzgrep'.
3192 2009-11-25  Juri Linkov  <juri@jurta.org>
3194         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3195         to nil instead of switching off view-mode.  (Bug#4896)
3197 2009-11-25  Juri Linkov  <juri@jurta.org>
3199         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3201         * mwheel.el (mwheel-scroll-up-function)
3202         (mwheel-scroll-down-function): New defvars.
3203         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3204         `scroll-up', and `mwheel-scroll-down-function' instead of
3205         `scroll-down'.
3207         * doc-view.el (doc-view-scroll-up-or-next-page)
3208         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3209         Use this ARG in the call to image-scroll-up/image-scroll-down.
3210         Change `interactive' spec to "P".  Goto next/previous page only
3211         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3212         SPC/DEL case).  Doc fix.
3213         (doc-view-next-line-or-next-page)
3214         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3215         for consistency.
3216         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3217         `doc-view-scroll-up-or-next-page', and buffer-local
3218         `mwheel-scroll-down-function' to
3219         `doc-view-scroll-down-or-previous-page'.
3221 2009-11-25  Juri Linkov  <juri@jurta.org>
3223         Provide additional default values (directories at other Dired
3224         windows) via M-n in the minibuffer of some Dired commands.
3226         * dired-aux.el (dired-diff, dired-compare-directories)
3227         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3228         `minibuffer-default' in `minibuffer-with-setup-hook'.
3229         (dired-dwim-target-directory): Find a window that displays Dired
3230         buffer instead of failing when the next window is not Dired.
3231         Use `get-window-with-predicate' to find for the next Dired window.
3232         (dired-dwim-target-defaults): New function.
3234         * ediff-util.el (ediff-read-file-name):
3235         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3236         in `minibuffer-with-setup-hook'.
3238 2009-11-25  Juri Linkov  <juri@jurta.org>
3240         Provide additional default values (file name at point or at the
3241         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3243         * minibuffer.el (read-file-name-defaults): New function.
3244         (read-file-name): Reset `minibuffer-default' to nil when
3245         it duplicates initial input `insdef'.
3246         Bind `minibuffer-default-add-function' to lambda that
3247         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3248         (minibuffer-insert-file-name-at-point): New command.
3250         * files.el (file-name-at-point-functions): New defcustom.
3251         (find-file-default): Remove defvar.
3252         (find-file-read-args): Don't use `find-file-default'.
3253         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3254         to `read-file-name'.
3255         (find-file-literally): Use `read-file-name' with
3256         `confirm-nonexistent-file-or-buffer'.
3258         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3260         * dired.el (dired-read-dir-and-switches):
3261         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3262         to `read-file-name'.
3263         (dired-file-name-at-point): New function.
3264         (dired-mode): Add hook `dired-file-name-at-point' to
3265         `file-name-at-point-functions'.
3267 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3269         Really make the *Completions* window soft-dedicated (bug#5030).
3270         * window.el (window--display-buffer-2): Add `dedicated' argument.
3271         (display-buffer): Pass it when needed so the dedicated flag is set
3272         after calling set-window-buffer, which would otherwise reset it.
3274 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3276         * progmodes/meta-mode.el (meta-complete-symbol):
3277         * progmodes/etags.el (complete-tag):
3278         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3279         Use completion-in-region.
3281         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3282         (dabbrev-completion): Use completion-in-region.
3283         (dabbrev--abbrev-at-point): Simplify regexp.
3285         * abbrev.el (abbrev--before-point): Use word-motion functions
3286         if :regexp is not specified (bug#5031).
3288         * subr.el (string-prefix-p): New function.
3290         * man.el (Man-completion-cache): New var.
3291         (Man-completion-table): Use it.
3293         * vc.el (vc-print-log-internal): Make `limit' optional for better
3294         compatibility (e.g. with vc-annotate.el).
3296 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3298         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3299         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3301         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3302         when .el source file not found or other error.
3304 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3306         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3308 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3310         Handle the [back] button properly (bug#4979).
3311         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3312         Use help-setup-xref, help-buffer, and with-help-window.
3313         (describe-char): Add `buffer' argument.
3314         Pass proper command to help-setup-xref.  Don't meddle with
3315         help-xref-stack-item directly.
3316         (describe-text-category): Use with-help-window and help-buffer.
3318         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3319         for the displayed buffer (bug#4887).
3321         * man.el (Man-completion-table): New function.
3322         (man): Use it.
3324 2009-11-24  David Reitter  <david.reitter@gmail.com>
3326         * vc-git.el (vc-git-registered): Use checkout directory (where
3327         .git is) rather than the file's directory and a relative path spec
3328         to work around a bug in git.
3330 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3332         Improve handling of processes on remote hosts.
3334         * eshell/esh-util.el (eshell-path-env): New defvar.
3335         (eshell-parse-colon-path): New defun.
3336         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3338         * eshell/esh-ext.el (eshell-search-path):
3339         Use `eshell-parse-colon-path'.
3340         (eshell-remote-command): Remove argument HANDLER.
3341         (eshell-external-command): Check for FTP remote connection.
3343         * eshell/esh-proc.el (eshell-gather-process-output):
3344         Use `file-truename', in order to start also symlinked files.
3345         Apply `start-file-process' instead of `start-process'.
3346         Shorten `command' to the local file name part.
3348         * eshell/em-cmpl.el (eshell-complete-commands-list):
3349         Use `eshell-parse-colon-path'.
3351         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3353         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3354         to `eshell-directory-change-hook'.
3356 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3358         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3359         because it could be enabled automatically if view-read-only is non-nil.
3361 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3363         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3364         made on 2009-11-22.
3366 2009-11-24  Glenn Morris  <rgm@gnu.org>
3368         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3369         deleted variable bookmark-bmenu-bookmark-column.
3371         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3372         Move after definition of global-semantic-idle-tag-highlight-mode.
3374 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3376         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3378 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3380         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3381         two slashes to the "file:" prefix.
3382         (browse-url-file-url): De-munge Cygwin filenames before passing
3383         them to Windows browser.
3384         (browse-url-default-windows-browser): Use call-process.
3386 2009-11-23  Juri Linkov  <juri@jurta.org>
3388         Implement DocView Continuous mode.  (Bug#4896)
3389         * doc-view.el (doc-view-continuous-mode): New defcustom.
3390         (doc-view-mode-map): Bind C-n/<down> to
3391         `doc-view-next-line-or-next-page', C-p/<up> to
3392         `doc-view-previous-line-or-previous-page'.
3393         (doc-view-next-line-or-next-page)
3394         (doc-view-previous-line-or-previous-page): New commands.
3396 2009-11-23  Juri Linkov  <juri@jurta.org>
3398         Implement Isearch in comint input history.  (Bug#3746)
3399         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3400         `isearch-mode-hook'.
3401         (comint-history-isearch): New defcustom.
3402         (comint-history-isearch-backward)
3403         (comint-history-isearch-backward-regexp): New commands.
3404         (comint-history-isearch-message-overlay): New buffer-local variable.
3405         (comint-history-isearch-setup, comint-history-isearch-end)
3406         (comint-goto-input, comint-history-isearch-search)
3407         (comint-history-isearch-message, comint-history-isearch-wrap)
3408         (comint-history-isearch-push-state)
3409         (comint-history-isearch-pop-state): New functions.
3411 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3413         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3414         return.
3415         (tramp-handle-make-symbolic-link)
3416         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3417         Quote file names.
3418         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3419         (tramp-handle-process-file): Use it.
3421 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3423         * window.el (move-to-window-line-last-op): Remove.
3424         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3426 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3428         Make M-r mirror the new cycling behavior of C-l.
3429         * window.el (move-to-window-line-last-op): New var.
3430         (move-to-window-line-top-bottom): New command.
3431         (global-map): Bind M-r move-to-window-line-top-bottom.
3433 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
3435         * dired-x.el (dired-guess-shell-alist-default):
3436         Support xz format.  (Bug#4953)
3438 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
3440         * cedet/srecode/map.el (srecode-get-maps):
3441         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3442         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3443         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3444         (semantic-toggle-decoration-style):
3445         * cedet/semantic/decorate/include.el
3446         (semantic-decoration-include-describe)
3447         (semantic-decoration-unknown-include-describe)
3448         (semantic-decoration-unparsed-include-describe)
3449         (semantic-decoration-all-include-summary):
3450         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3451         * cedet/semantic/analyze/complete.el
3452         (semantic-analyze-possible-completions):
3453         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3454         (semantic-show-unmatched-syntax-mode)
3455         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3456         (semantic-highlight-func-mode):
3457         * cedet/semantic/util.el (semantic-describe-buffer):
3458         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3459         (semantic-symref-find-tags-by-name)
3460         (semantic-symref-find-tags-by-regexp)
3461         (semantic-symref-find-tags-by-completion)
3462         (semantic-symref-find-file-references-by-name)
3463         (semantic-symref-find-text):
3464         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3465         (senator-yank-tag):
3466         * cedet/semantic/scope.el (semantic-calculate-scope):
3467         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3468         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3469         (define-semantic-idle-service):
3470         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3471         (semantic-complete-analyze-inline-idle):
3472         * cedet/semantic/analyze.el (semantic-analyze-current-context):
3473         * cedet/mode-local.el (describe-mode-local-bindings)
3474         (describe-mode-local-bindings-in-mode):
3475         * cedet/ede/make.el (ede-make-check-version):
3476         * cedet/ede/locate.el (ede-enable-locate-on-project):
3477         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3478         (cedet-idutils-version-check):
3479         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3480         (cedet-gnu-global-version-check):
3481         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3482         (cedet-cscope-version-check): Use called-interactively-p instead
3483         of interactive-p.
3485         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3486         Use semantic-format-tag-prototype.
3488 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3490         * emulation/viper-cmd.el: Use viper-last-command-char instead of
3491         last-command-char/last-command-event.
3492         (viper-prefix-arg-value): Do correct conversion of event-char for
3493         XEmacs.
3495         * emulation/viper-util.el, emulation/viper.el:
3496         Use viper-last-command-char instead of
3497         last-command-char/last-command-event.
3499         * ediff-init.el, ediff-mult.el, ediff-util.el:
3500         Replace last-command-char and last-command-event
3501         with (ediff-last-command-char) everywhere.
3503         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3504         created in fundamental mode.
3506         * ediff.el (ediff-version): Revert the change of interactive-p to
3507         called-interactively-p.
3509 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3511         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3512         generation from word-movement command names.
3514 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
3516         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3517         (semantic-complete-jump-local, semantic-complete-jump):
3518         Improve prompt string.
3520 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3522         * cus-start.el (all): Add native condition for font-use-system-font.
3524 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
3526         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3527         Correct the patch from 2009-11-18.  (Bug#3910)
3529 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
3531         * progmodes/subword.el: Rename from lisp/subword.el.
3533         * subword.el: Rename to progmodes/subword.el.
3535         * Makefile.in (ELCFILES): Adapt to subword.el move.
3537 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3538             Stefan Monnier  <monnier@iro.umontreal.ca>
3540         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3541         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3542         (bookmark-bmenu-show-filenames): Use push.
3543         (bookmark-bmenu-hide-filenames): Use local var instead of
3544         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
3545         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3546         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3547         filenames now that the bookmark names are always available.
3549 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3551         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3552         (bookmark-search-pattern): Move and leave unbound.
3553         (bookmark-bmenu-mode-map): Change binding.
3554         (bookmark-read-search-input): Simplify.
3555         Don't use text-char-description.  Don't error on non-char events.
3556         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3557         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3558         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3559         Use a local var for the timer.
3560         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3561         (i.e. bookmark-bmenu-search).
3563 2009-11-21  Glenn Morris  <rgm@gnu.org>
3565         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
3567 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3569         * net/browse-url.el (browse-url-default-windows-browser):
3570         Use cygstart for cygwin.
3572 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
3574         * bookmark.el: Formatting and doc fixes only:
3575         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3576         (bookmark-bmenu-search): Wrap to fit within 80 columns.
3577         Minor grammar and punctuation fixes in doc string.
3578         (bookmark-read-search-input): Adjust to fit within 80 columns.
3580 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3582         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3583         (c-backward-into-nomenclature): Adapt to subword renaming.
3585         * subword.el (subword-forward, subword-backward, subword-mark)
3586         (subword-kill, subword-backward-kill, subword-transpose)
3587         (subword-downcase, subword-upcase, subword-capitalize)
3588         (subword-forward-internal, subword-backward-internal):
3589         Rename from forward-subword, backward-subword, mark-subword,
3590         kill-subword, backward-kill-subword, transpose-subwords,
3591         downcase-subword, upcase-subword, capitalize-subword,
3592         forward-subword-internal, backward-subword-internal.
3594 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3596         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3597         New options.
3598         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3599         New vars.
3600         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3601         (bookmark-bmenu-filter-alist-by-regexp)
3602         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3603         (bookmark-bmenu-search): New command.
3604         (bookmark-bmenu-mode-map): Bind it.
3606 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3608         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3610         * cedet/semantic/idle.el (define-semantic-idle-service)
3611         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3613 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3615         * progmodes/cc-cmds.el: declare-functioned forward-subword and
3616         backward-subword to quit the byte-compiler.
3618         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3620         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3622         * progmodes/cc-cmds.el (c-update-modeline)
3623         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3624         Refer to subword.el functions instead of cc-subword.el.
3626         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3627         subword.el functions instead of cc-subword.el.
3629         * progmodes/cc-subword.el: Rename to subword.el.
3630         * subword.el: Rename from progmodes/cc-subword.el.
3631         (subword-mode-map): Rename from c-subword-mode-map.
3632         (subword-mode): Rename from c-subword-mode.
3633         (global-subword-mode): New global minor mode.
3634         (forward-subword): Rename from c-forward-subword.
3635         (backward-subword): Rename from c-backward-subword.
3636         (mark-subword): Rename from c-mark-subword.
3637         (kill-subword): Rename from c-kill-subword.
3638         (backward-kill-subword): Rename from c-backward-kill-subword.
3639         (transpose-subwords): Rename from c-tranpose-subword.
3640         (downcase-subword): Rename from c-downcase-subword.
3641         (capitalize-subword): Rename from c-capitalize-subword.
3642         (forward-subword-internal): Rename from c-forward-subword-internal.
3643         (backward-subword-internal): Rename from c-backward-subword-internal.
3645 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3647         * vc.el (vc-deduce-fileset): Allow non-state changing operations
3648         from a dired buffer.
3649         (vc-dired-deduce-fileset): New function.
3650         (vc-root-diff, vc-print-root-log): Use it.
3652         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3653         nil LIMIT argument to vc-print-log-internal.
3655 2009-11-20  Glenn Morris  <rgm@gnu.org>
3657         * Makefile.in (ELCFILES): Regenerate.
3659 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3661         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3663         * cedet/semantic.el: Enable idle-mode menu items only if
3664         global-semantic-idle-scheduler-mode is enabled.
3665         (semantic-default-submodes): Doc fix.
3667         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3668         When turning off, disable other idle modes.
3670 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
3672         * calc/calc.el (calc-set-mode-line):
3673         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3674         (math-format-number): Rename `math-format-complement-signed' to
3675         `math-format-twos-complement'.
3677         * calc/calc-bin.el (math-format-twos-complement): Rename from
3678         math-format-complement-signed.
3679         (calc-radix): Rename `calc-complement-signed-mode' to
3680         `calc-twos-complement-mode'.
3681         (calc-octal-radix, calc-hex-radix): Add an argument for
3682         two's complement.
3684         * calc/calc-embed.el (calc-embedded-mode-vars):
3685         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3687         * calc/calc-ext.el (calc-init-extensions):
3688         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3689         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3691         * calc/calc-units.el (math-build-units-table-buffer):
3692         Let `calc-twos-complement-mode' be nil.
3694         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3695         entries.
3697         * calc/calc-vec.el (calcFunc-vunpack):
3698         * calc/calc-aent.el (calc-do-calc-eval):
3699         * calc/calc-forms.el (math-format-date):
3700         * calc/calc-graph.el (calc-graph-plot):
3701         * calc/calc-math.el (math-use-emacs-fn):
3702         * calc/calccomp.el (math-compose-expr):
3703         Let `calc-twos-complement-mode' be nil.
3705 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3708         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
3709         * minibuffer.el (completion-in-region-functions): New hook.
3710         (completion-in-region): New function.
3711         * emacs-lisp/lisp.el (lisp-complete-symbol):
3712         * pcomplete.el (pcomplete-std-complete): Use it.
3714 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3716         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3717         (latex-complete-alist): New vars.
3718         (latex-string-prefix-p, latex-complete-bibtex-keys)
3719         (latex-complete-envnames, latex-complete-refkeys)
3720         (latex-complete-data): New functions.
3721         (latex-complete, latex-indent-or-complete): New commands.
3723         * window.el (display-buffer-mark-dedicated): New var.
3724         (display-buffer): Obey it.
3725         * minibuffer.el (minibuffer-completion-help): Use it.
3727         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3729         * filecache.el (file-cache-add-file): Use push and cons.
3730         (file-cache-delete-file-regexp): Use push.
3731         (file-cache-complete): Use completion-in-region.
3733         * simple.el (with-wrapper-hook): Fix thinko.
3735         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3736         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3737         Use with-current-buffer and string-to-number.
3738         (hfy-fallback-colour-values): Use assoc-string.
3739         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3740         (hfy-face-at): Remove unused var `found-face'.
3741         (hfy-compile-stylesheet): Remove unused var `css'.
3742         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3743         and `orig-buffer'.
3744         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3745         Use with-current-buffer.
3746         (hfy-text-p): Use expand-file-name and fewer setq.
3748 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
3750         * htmlfontify.el, hfy-cmap.el: New files.
3752 2009-11-19  Juri Linkov  <juri@jurta.org>
3754         * minibuffer.el (completions-format): New defcustom.
3755         (completion--insert-strings): Implement vertical format.
3757         * simple.el (switch-to-completions): Move point to the first
3758         completion when point was at the beginning of the buffer.
3760 2009-11-19  Juri Linkov  <juri@jurta.org>
3762         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
3764         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3766 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3768         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3769         (mail-signature): Change default to t.
3770         (mail-from-style): Deprecate `system-default' value.
3771         (mail-insert-from-field): For default value of mail-from-style,
3772         default to `angles' unless `angles' needs quoting and `parens'
3773         does not.
3774         (mail-citation-prefix-regexp): Use citation regexp from
3775         message-mode.
3777 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
3779         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3780         Set variables for computing the prompt for reading password.
3782 2009-11-19  Glenn Morris  <rgm@gnu.org>
3784         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
3786         * textmodes/flyspell.el (sgml-lexical-context): Declare.
3788         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3789         (newsticker-treeview-listwindow-height): Fix custom type.
3791 2009-11-19  Kenichi Handa  <handa@m17n.org>
3793         * descr-text.el (describe-char-padded-string): Compose with TAB
3794         only if there's a font for CH.
3795         (describe-char): Fix the condition for detecting a trivial composition.
3797 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
3799         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3800         more accurate version of the regexp.  (Bug#3910)
3802 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3804         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3806 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
3808         * font-setting.el (font-use-system-font): Declare for byte-compiler.
3809         (font-setting-change-default-font): Fix typo in docstring.
3811 2009-11-18  Alan Mackenzie  <acm@muc.de>
3813         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3815 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3817         * font-setting.el (font-use-system-font): Move ...
3819         * cus-start.el (all): ... to here.
3821 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
3823         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3824         Don't set `ad-return-value' if `ad-do-it' doesn't.
3826         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3827         modification time.
3829 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3831         * menu-bar.el: Put "Use system font" in Option-menu.
3832         (menu-bar-options-save): Add font-use-system-font.
3834         * loadup.el: If feature system-font-setting or font-render-setting is
3835         there, load font-setting.
3837         * Makefile.in (ELCFILES): Add font-settings.el.
3838         * font-setting.el: New file.
3840 2009-11-17  Glenn Morris  <rgm@gnu.org>
3842         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3844         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3845         Preserve point in the list buffer.  (Bug#4939)
3846         Use point-at-eol.
3847         (newsticker--treeview-list-update-highlight)
3848         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3850 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3852         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3853         Remove.
3855         * calc/calc-ext.el (calc-init-extensions): Remove references to
3856         symclip.
3858         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3860         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3861         * calc/calc-help.el (calc-b-prefix-help): Remove references to
3862         `calc-symclip'.
3864 2009-11-16  Kevin Ryde  <user42@zip.com.au>
3866         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3867         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3869         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3870         (lm-keywords-list): Allow comma-only separator like "foo,bar".
3871         Ignore trailing spaces by omit-nulls to split-string (fixing
3872         regression from Emacs 21 due to the incompatible split-string
3873         change).  (Bug #4928.)
3875 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3877         * vc.el (vc-log-show-limit): Default to 2000.
3878         (vc-print-log-internal): Insert buttons to request more entries
3879         when limiting the output.
3881         * vc-sccs.el (vc-sccs-print-log):
3882         * vc-rcs.el (vc-rcs-print-log):
3883         * vc-cvs.el (vc-cvs-print-log):
3884         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3885         LIMIT is non-nil.
3887 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3889         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3890         error when `tramp-gvfs-dbus-event-vector' is set.
3891         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3893 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3895         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3897 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3899         * net/dbus.el (dbus-unregister-service): New defun.
3900         (dbus-register-property): Register the handlers of
3901         "org.freedesktop.DBus.Properties" for SERVICE.
3902         (dbus-property-handler): Fix docstring.
3904 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3906         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3907         Quote doc string reference in defvaralias as it is not in special form.
3908         (byte-compile-output-docform): Doc fix.
3910 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3912         * calc/calc.el (math-2-word-size, math-half-2-word-size)
3913         (calc-complement-signed-mode): New variables.
3914         (calc-set-mode-line): Add indicator for twos-complements.
3915         (math-format-number): Format twos-complement notation.
3917         * calc/calc-bin.el (calc-word-size): Reset the variables
3918         `math-2-word-size' and `math-half-2-word-size'.
3919         (math-format-complement-signed, math-symclip, calcFunc-symclip)
3920         (calc-symclip): New functions.
3922         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3924         * calc/calc-embed.el (calc-embedded-mode-vars):
3925         Add `calc-complement-signed-mode' to the list of modes.
3927         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3928         (calc-b-oper-keys): Add `calc-symclip' to list.
3930         * calc/calc-ext.el (math-read-number-fancy): Read complement
3931         signed numbers.
3932         (calc-init-extensions): Add binding for `calc-symclip'.
3933         Add autoload for `calcFunc-symclip' and `calc-symclip'.
3935         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3936         `calc-symclip'.
3937         (calc-modes-menu): Add item for twos complement mode.
3939         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3941 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3943         * register.el (jump-to-register, insert-register): Handle Semantic
3944         tags.  From commented-out advice in semantic/senator.el.
3946 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3948         * vc.el (vc-log-show-limit): New variable.
3949         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
3950         when using a prefix argument.
3951         (vc-print-log-internal): Add new argument LIMIT.
3953         * vc-svn.el (vc-svn-print-log):
3954         * vc-mtn.el (vc-mtn-print-log):
3955         * vc-hg.el (vc-hg-print-log):
3956         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3957         pass it to the log command when set.  Make the BUFFER argument
3958         non-optional.
3960         * vc-sccs.el (vc-sccs-print-log):
3961         * vc-rcs.el (vc-rcs-print-log):
3962         * vc-git.el (vc-git-print-log):
3963         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3964         ignore it.  Make the BUFFER argument non-optional
3966         * bindings.el (mode-line-buffer-identification): Do not purecopy.
3968 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3970         * dired.el (dired-mode-map): Move encryption items to "Operate"
3971         menu (Bug#4703).
3973         * strokes.el (strokes-update-window-configuration): Make strokes
3974         buffer current before erasing (Bug#4906).
3976         * cedet/semantic/idle.el (semantic-idle-summary-mode)
3977         (semantic-idle-summary-mode): Define using define-minor-mode
3978         instead of define-semantic-idle-service.
3979         (semantic-idle-summary-mode): New function.
3980         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3981         that mouse motion does not reset the echo area.
3983 2009-11-15  Juri Linkov  <juri@jurta.org>
3985         * simple.el (set-mark-default-inactive): Add :type, :group
3986         and :version.  (Bug#4876)
3988 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
3990         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3991         (archive-unique-fname): ... here.  (Bug#4929)
3993 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3995         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3996         with a real fix.
3998         * novice.el (disabled-command-function): Add useful args.
3999         Setup the help buffer so that [back] works.
4000         Remove redundant call to help-mode.
4001         (disabled-command-function): Use `case'.
4002         (en/disable-command): New function extracted from enable-command.
4003         (enable-command, disable-command): Use it.
4005 2009-11-14  Glenn Morris  <rgm@gnu.org>
4007         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4008         constants.  (Bug#4913)
4010         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4012 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4014         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4015         defined in C that have no doc-strings.  (Bug#1063)
4017 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4019         * cus-edit.el (data, files):
4020         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4022 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4024         * simple.el (shell-command): Doc fix (Bug#4891).
4026         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4028 2009-11-14  Glenn Morris  <rgm@gnu.org>
4030         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4031         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4032         If they are already loaded, eval-after-load will do the right thing.
4034         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4035         compiling.
4037         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4039         * simple.el (x-selection-owner-p): Declare.
4040         (read-mail-command): Use custom radio type rather than choice.
4041         (completion-no-auto-exit): Doc fix.
4043         * custom.el (defgroup):
4044         * epg-config.el (epg): Doc fixes.
4046 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4048         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4049         * international/ccl.el (define-ccl-program): Do not purecopy the
4050         docstring, defconst does it anyway.
4052 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4054         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4055         a second time.
4057         * x-dnd.el (x-dnd-maybe-call-test-function):
4058         * window.el (split-window-vertically):
4059         * whitespace.el (whitespace-help-on):
4060         * vc-rcs.el (vc-rcs-consult-headers):
4061         * userlock.el (ask-user-about-lock-help)
4062         (ask-user-about-supersession-help):
4063         * type-break.el (type-break-force-mode-line-update):
4064         * time-stamp.el (time-stamp-conv-warn):
4065         * terminal.el (te-set-output-log, te-more-break, te-filter)
4066         (te-sentinel, terminal-emulator):
4067         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4068         (term-write-input-ring, term-check-source, term-start-output-log):
4069         (term-display-buffer-line, term-dynamic-list-completions):
4070         (term-ansi-make-term, serial-term):
4071         * subr.el (selective-display):
4072         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4073         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4074         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4075         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4076         (speedbar-remove-localized-speedbar-support)
4077         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4078         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4079         (speedbar-buffers-line-directory):
4080         * simple.el (shell-command-on-region, append-to-buffer)
4081         (prepend-to-buffer):
4082         * shadowfile.el (shadow-save-todo-file):
4083         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4084         (scroll-bar-maybe-set-window-start):
4085         * sb-image.el (speedbar-image-dump):
4086         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4087         (load-save-place-alist-from-file):
4088         * ps-samp.el (ps-print-message-from-summary):
4089         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4090         (ps-background-image, ps-begin-job, ps-do-despool):
4091         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4092         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4093         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4094         (pr-call-process, pr-file-list, pr-interface-save):
4095         * novice.el (disabled-command-function)
4096         (enable-command, disable-command):
4097         * mouse.el (mouse-buffer-menu-alist):
4098         * mouse-copy.el (mouse-kill-preserving-secondary):
4099         * macros.el (kbd-macro-query):
4100         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4101         * informat.el (batch-info-validate):
4102         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4103         * hippie-exp.el (try-expand-dabbrev-visible):
4104         * help-mode.el (help-make-xrefs):
4105         * help-fns.el (describe-variable):
4106         * generic-x.el (bat-generic-mode-run-as-comint):
4107         * finder.el (finder-mouse-select):
4108         * find-dired.el (find-dired-sentinel):
4109         * filesets.el (filesets-file-close):
4110         * files.el (list-directory):
4111         * faces.el (list-faces-display, describe-face):
4112         * facemenu.el (list-colors-display):
4113         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4114         * epg.el (epg--process-filter, epg-cancel):
4115         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4116         (epa--read-signature-type):
4117         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4118         (emerge-file-names):
4119         * ehelp.el (electric-helpify):
4120         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4121         * ediff-vers.el (rcs-ediff-view-revision):
4122         * ediff-util.el (ediff-setup):
4123         * ediff-mult.el (ediff-append-custom-diff):
4124         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4125         (ediff-wordify):
4126         * echistory.el (Electric-command-history-redo-expression):
4127         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4128         * disp-table.el (describe-display-table):
4129         * dired.el (dired-find-buffer-nocreate):
4130         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4131         * dabbrev.el (dabbrev--same-major-mode-p):
4132         * chistory.el (list-command-history):
4133         * apropos.el (apropos-documentation):
4134         * allout.el (allout-obtain-passphrase):
4135         (allout-copy-exposed-to-buffer):
4136         (allout-verify-passphrase): Use with-current-buffer.
4138 2009-11-13  Glenn Morris  <rgm@gnu.org>
4140         * Makefile.in (ELCFILES): Regenerate.
4142 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4144         * net/dbus.el (dbus-registered-objects-table): Rename from
4145         `dbus-registered-functions-table', because it contains also properties.
4146         (dbus-unregister-object): Unregister also properties.
4147         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4148         Use a timeout of 500 msec, in order to not block.
4149         (dbus-register-property, dbus-property-handler): New defuns.
4151 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4153         * simple.el (minibuffer-default-add-completions): Drop deprecated
4154         4th arg.
4156 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4158         * textmodes/artist.el (artist-mouse-choose-operation):
4159         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4160         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4161         (artist-compute-up-event-key): New function.
4162         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4164 2009-11-13  Kenichi Handa  <handa@m17n.org>
4166         * language/japan-util.el: Make sure that the value of jisx0208
4167         property is jisx0208 character.
4169 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4171         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4172         car or each item, not the whole list.
4174 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4176         * minibuffer.el (minibuffer-completion-help):
4177         Use minibuffer-hide-completions.
4179 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4181         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4182         (dired-revert): Use them (bug#4880).
4184 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4186         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4188 2009-11-12  Juri Linkov  <juri@jurta.org>
4190         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4191         New functions.
4192         (find-file-literally-at-point): Alias of `ffap-literally'.
4194 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4196         * textmodes/ispell.el (ispell-skip-region-alist):
4197         * textmodes/css-mode.el (auto-mode-alist):
4198         * progmodes/compile.el (auto-mode-alist):
4199         * international/mule.el (ctext-non-standard-encodings-alist)
4200         (ctext-non-standard-encodings-regexp):
4201         * simple.el (shell-command-switch, text-read-only):
4202         * replace.el (occur-mode-map):
4203         * paths.el (rmail-file-name):
4204         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4205         * find-file.el (ff-special-constructs):
4206         * files.el (file-name-handler-alist):
4207         * composite.el: Purecopy strings.
4209         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4211 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4213         * widget.el (define-widget): Purecopy the docstring.
4214         * international/mule-cmds.el (charset): Do not purecopy the
4215         docstring here, define-widget does it.
4217         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4218         * textmodes/bibtex-style.el (auto-mode-alist):
4219         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4220         * progmodes/compile.el (compile-command):
4221         * language/korea-util.el (default-korean-keyboard):
4222         * international/mule-conf.el (file-coding-system-alist):
4223         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4224         * tooltip.el (tooltip-frame-parameters):
4225         * newcomment.el (comment-end, comment-padding):
4226         * dired.el (dired-trivial-filenames):
4227         * comint.el (comint-file-name-prefix): Purecopy initial values.
4229 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4231         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4232         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4233         `tramp-unload'.
4234         (tramp-advice-make-auto-save-file-name)
4235         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4236         after removing the advice.
4238 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4240         * progmodes/grep.el (grep-regexp-alist):
4241         * international/mule-cmds.el (iso-2022-control-alist):
4242         * emacs-lisp/timer.el (timer-duration-words):
4243         * subr.el (version-separator, version-regexp-alist):
4244         * minibuffer.el (completion-styles-alist):
4245         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4246         Change defvars to defconsts.
4248         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4249         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4250         * international/mule-conf.el: Allow to be byte compiled.
4252         * international/mule.el (define-charset): Purecopy props.
4253         (load-with-code-conversion): Purecopy doc string and file name.
4254         (put-charset-property): Purecopy strings.
4255         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4257         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4258         (define-char-code-property): Correctly purecopy the table.
4260         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4262         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4264         * subr.el (add-hook): Purecopy strings.
4265         (eval-after-load): Purecopy load-history-regexp and the form.
4267         * custom.el (custom-declare-group): Purecopy load-file-name.
4269         * subr.el (menu-bar-separator): New defconst.
4270         * net/eudc.el (eudc-tools-menu):
4271         * international/mule-cmds.el (set-coding-system-map)
4272         (mule-menu-keymap):
4273         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4274         * vc-hooks.el (vc-menu-map):
4275         * replace.el (occur-mode-map):
4276         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4277         (menu-bar-edit-menu, menu-bar-goto-menu)
4278         (menu-bar-custom-menu, menu-bar-showhide-menu)
4279         (menu-bar-options-menu, menu-bar-tools-menu)
4280         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4281         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4282         (menu-bar-help-menu):
4283         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4284         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4286         * term/x-win.el (x-gtk-stock-map):
4287         * progmodes/vera-mode.el (auto-mode-alist):
4288         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4289         (inferior-lisp-program, inferior-lisp-load-command):
4290         * progmodes/hideshow.el (hs-special-modes-alist):
4291         * progmodes/gud.el (same-window-regexps):
4292         * progmodes/grep.el (grep-program, find-program, xargs-program):
4293         * net/telnet.el (same-window-regexps):
4294         * net/rlogin.el (same-window-regexps):
4295         * language/ethiopic.el (font-ccl-encoder-alist):
4296         * vc-sccs.el (vc-sccs-master-templates):
4297         * vc-rcs.el (vc-rcs-master-templates):
4298         * subr.el (cl-assertion-failed):
4299         * simple.el (next-error-overlay-arrow-position):
4300         * lpr.el (lpr-command):
4301         * locate.el (locate-ls-subdir-switches):
4302         * info.el (same-window-regexps, info)
4303         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4304         * image-mode.el (image-mode, auto-mode-alist):
4305         * hippie-exp.el (hippie-expand-ignore-buffers):
4306         * format.el (format-alist):
4307         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4308         (find-name-arg):
4309         * facemenu.el (facemenu-keybindings):
4310         * dired.el (dired-listing-switches, dired-chown-program):
4311         * diff.el (diff-switches, diff-command):
4312         * cus-edit.el (same-window-regexps):
4313         * bindings.el (mode-line-mule-info)
4314         (mode-line-buffer-identification): Purecopy strings.
4316 2009-11-11  Juri Linkov  <juri@jurta.org>
4318         * simple.el (dired-get-filename) <declare-function>:
4319         Tell the byte-compiler about dired-get-filename.
4320         (shell-command): In Dired mode, get filename from the current line
4321         as the default value.
4323 2009-11-10  Glenn Morris  <rgm@gnu.org>
4325         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4326         * calendar/holidays.el, progmodes/cperl-mode.el:
4327         Update x-popup-menu declarations.
4329         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4330         (list-load-path-shadows): Use dolist.
4331         (list-load-path-shadows): Use with-current-buffer.
4333 2009-11-10  Juri Linkov  <juri@jurta.org>
4335         * minibuffer.el (read-file-name): Support a list of default values
4336         in `default-filename'.  Use the first file name where only one
4337         element is required.  Doc fix.
4339 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4341         * net/dbus.el (dbus-unregister-object): Release service, if no
4342         other method is registered for it.
4344 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4346         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4347         bookmark-sort-flag is non-nil (Bug#4653).
4349 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4351         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4352         the progress reporter entirely.
4354         * emulation/cua-base.el: Add CUA property to some CC mode commands
4355         (Bug#4100).
4357 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4359         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4360         at end of sentence (Bug#4818).
4362 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4364         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4365         Handle "see declaration of" MSFT statements (Bug#4100).
4367 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4369         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4370         (tramp-advice-file-expand-wildcards): Unload via
4371         `ad-remove-advice'.
4373         * net/trampver.el: Update release number.
4375 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4377         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4378         `ad-do-it'.
4380 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4382         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4383         in order to keep context in SELinux.
4385 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4387         * dired-aux.el (dired-query): Place cursor in echo area and allow
4388         C-g.
4390         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4391         menu item if not on a directory (Bug#4701).
4393 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4395         Sync with Tramp 2.1.17.
4397         * net/tramp.el (tramp-handle-copy-directory): Don't use
4398         `file-remote-p' (due to compatibility).
4400         * net/tramp-compat.el (tramp-compat-copy-directory)
4401         (tramp-compat-delete-directory): New defuns.
4403         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4404         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4405         `tramp-compat-delete-directory'.
4407         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4408         (tramp-smb-handle-delete-directory): Use
4409         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4411         * net/trampver.el: Update release number.
4413 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4415         * tar-mode.el (tar-copy): Call write-region on the right buffer
4416         (Bug#4857).
4418         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4419         by hand, if necessary (Bug#4878).
4421 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4423         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4424         align size column (Bug#4839).
4426         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4427         statement.
4429 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4431         * progmodes/ld-script.el (auto-mode-alist):
4432         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4434         * cus-face.el (custom-declare-face): Purecopy face spec.
4436 2009-11-06  Kenichi Handa  <handa@m17n.org>
4438         * international/uni-bidi.el: Re-generated.
4439         * international/uni-category.el: Re-generated.
4440         * international/uni-combining.el: Re-generated.
4441         * international/uni-mirrored.el: Re-generated.
4443 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4445         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4446         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4447         (tex-start-options, slitex-run-command, latex-run-command)
4448         (tex-run-command, tex-directory):
4449         * textmodes/ispell.el (ispell-html-skip-alists)
4450         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4451         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4452         (adaptive-fill-regexp):
4453         * textmodes/dns-mode.el (auto-mode-alist):
4454         * progmodes/python.el (interpreter-mode-alist):
4455         * progmodes/etags.el (tags-compression-info-list):
4456         * progmodes/etags.el (tags-file-name):
4457         * net/browse-url.el (browse-url-galeon-program)
4458         (browse-url-firefox-program):
4459         * mail/sendmail.el (mail-signature-file)
4460         (mail-citation-prefix-regexp):
4461         * international/mule-conf.el (eight-bit):
4462         * international/latexenc.el (latex-inputenc-coding-alist):
4463         * international/fontset.el (x-pixel-size-width-font-regexp):
4464         * emacs-lisp/warnings.el (warning-type-format):
4465         * emacs-lisp/trace.el (trace-buffer):
4466         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4467         (emacs-lisp-mode-map):
4468         * calendar/holidays.el (holiday-solar-holidays)
4469         (holiday-bahai-holidays, holiday-islamic-holidays)
4470         (holiday-christian-holidays, holiday-hebrew-holidays)
4471         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4472         (hebrew-holidays-1, holiday-oriental-holidays)
4473         (holiday-general-holidays):
4474         * x-dnd.el (x-dnd-known-types):
4475         * tool-bar.el (tool-bar):
4476         * startup.el (site-run-file):
4477         * shell.el (shell-dumb-shell-regexp):
4478         * rfn-eshadow.el (file-name-shadow-tty-properties)
4479         (file-name-shadow-properties):
4480         * paths.el (remote-shell-program, news-directory):
4481         * mouse.el ([C-down-mouse-3]):
4482         * menu-bar.el (menu-bar-tools-menu):
4483         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4484         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4485         (jka-compr-compression-info-list):
4486         * isearch.el (search-whitespace-regexp):
4487         * image-file.el (image-file-name-extensions):
4488         * find-dired.el (find-ls-option):
4489         * files.el (directory-listing-before-filename-regexp)
4490         (directory-free-space-args, insert-directory-program)
4491         (list-directory-brief-switches, magic-fallback-mode-alist)
4492         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4493         (automount-dir-prefix):
4494         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4495         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4496         (face-font-registry-alternatives, face-font-registry-alternatives)
4497         (face-font-family-alternatives):
4498         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4499         (facemenu-foreground-menu, facemenu-face-menu):
4500         * epa-hook.el (epa-file-name-regexp):
4501         * dnd.el (dnd-protocol-alist):
4502         * textmodes/rst.el (auto-mode-alist):
4503         * button.el (default-button): Purecopy strings.
4505 2009-11-06  Glenn Morris  <rgm@gnu.org>
4507         * Makefile.in (ELCFILES): Update.
4509 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4511         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4512         * emacs-lisp/levents.el: Move to obsolete/levents.el.
4514         * nxml/xsd-regexp.el (xsdre-gen-categories):
4515         * nxml/xmltok.el (xmltok-parse-entity):
4516         * nxml/rng-parse.el (rng-parse-validate-file):
4517         * nxml/rng-maint.el (rng-format-manual)
4518         (rng-manual-output-force-new-line):
4519         * nxml/rng-loc.el (rng-save-schema-location-1):
4520         * nxml/rng-cmpct.el (rng-c-parse-file):
4521         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4522         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4524 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
4526         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4527         Remove extra save-excursions and make-variable-buffer-local's.
4528         Suggested by Stefan Monnier.
4530         (verilog-getopt-file, verilog-module-inside-filename-p)
4531         (verilog-set-define): Merge GNU 1.35 and repair changes from
4532         switching to using with-current-buffer.
4534         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4535         being treated as a number and confusing AUTORESET.
4536         Reported by Dan Dever.
4538         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4539         Add verilog-auto-ignore-concat to fix backward compatibility with
4540         older verilog-modes.  Reported by Dan Katz.
4542         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4543         containing closing anchors "...$".
4545         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4546         Reported by Wade Smith.
4548         (verilog-batch-execute-func): Comment on function usage.
4550 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
4552         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4553         for labels.
4555         (verilog-label-re, verilog-calc-1): Support proper indent of named
4556         asserts.
4558         (verilog-backward-token, verilog-basic-complete-re)
4559         (verilog-beg-of-statement, verilog-indent-re): Support proper
4560         indent of the assert statement at the beginning of a block of text.
4562         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4563         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4564         tokens as begins.
4566 2009-11-05  Glenn Morris  <rgm@gnu.org>
4568         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4569         Emacs 19.  (Bug#1531)
4570         (byte-compile-fix-header): Update for the above change.
4571         Drop test for epoch::version.
4573         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4574         * cus-dep.el (custom-make-dependencies):
4575         * finder.el (finder-compile-keywords):
4576         Use autoload-rubric's feature argument.
4578         * calendar/diary-lib.el (top-level): Make load behave more like require.
4580         * vc-git.el (vc-git-stash-map): Move definition before use.
4582 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4584         * custom.el (custom-declare-group): Purecopy standard-value.
4585         (custom-declare-group): Purecopy custom-prefix.
4587         * international/mule.el (load-with-code-conversion):
4588         Call do-after-load-evaluation unconditionally.
4590         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4592 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4594         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4596 2009-11-04  Glenn Morris  <rgm@gnu.org>
4598         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4599         (byte-compile-compatibility): Remove option.
4600         (byte-compile-close-variables, byte-compile-fix-header)
4601         (byte-compile-insert-header, byte-compile-output-docform)
4602         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4603         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4604         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4605         (byte-compile-insert, byte-compile-defun):
4606         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
4607         (byte-defop-compiler19): Remove.
4608         Without byte-compile-compatibility, the 'emacs19-opcode property is not
4609         used by anything.  Replace all calls with byte-defop-compiler.
4611 2009-11-04  Juri Linkov  <juri@jurta.org>
4613         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4614         (menu-bar-options-menu): Don't quote the `prop' arg of
4615         `menu-bar-make-mm-toggle'.
4617 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
4619         * calendar/calendar.el (cal-loaddefs):
4620         * calendar/diary-lib.el (diary-loaddefs):
4621         * calendar/holidays.el (hol-loaddefs):
4622         * eshell/esh-module.el (esh-groups): Load rather than require.
4624 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4626         * calendar/todo-mode.el (todo-add-category): Don't hardcode
4627         point-min==1.
4628         (todo-top-priorities): Only display-buffer when called interactively.
4629         (todo-item-start): Don't save excursion point.
4630         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
4631         (todo-insert-item-here, todo-file-item, todo-remove-item):
4632         Adjust uses of todo-item-start and todo-item-end.
4634         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4635         (autoload-rubric): Don't use any more.
4636         * cedet/semantic/fw.el (semantic/loaddefs):
4637         * cedet/srecode.el (srecode/loaddefs):
4638         * cedet/ede.el (ede/loaddefs): Load rather than require.
4639         * cedet/ede/cpp-root.el:
4640         * cedet/ede/emacs.el:
4641         * cedet/ede/files.el:
4642         * cedet/ede/linux.el:
4643         * cedet/ede/locate.el:
4644         * cedet/ede/make.el:
4645         * cedet/ede/shell.el:
4646         * cedet/ede/speedbar.el:
4647         * cedet/ede/system.el:
4648         * cedet/ede/util.el:
4649         * cedet/semantic/analyze.el:
4650         * cedet/semantic/bovine.el:
4651         * cedet/semantic/complete.el:
4652         * cedet/semantic/ctxt.el:
4653         * cedet/semantic/db-file.el:
4654         * cedet/semantic/db-find.el:
4655         * cedet/semantic/db-global.el:
4656         * cedet/semantic/db-mode.el:
4657         * cedet/semantic/db-typecache.el:
4658         * cedet/semantic/db.el:
4659         * cedet/semantic/debug.el:
4660         * cedet/semantic/dep.el:
4661         * cedet/semantic/doc.el:
4662         * cedet/semantic/edit.el:
4663         * cedet/semantic/find.el:
4664         * cedet/semantic/format.el:
4665         * cedet/semantic/html.el:
4666         * cedet/semantic/ia-sb.el:
4667         * cedet/semantic/ia.el:
4668         * cedet/semantic/idle.el:
4669         * cedet/semantic/lex-spp.el:
4670         * cedet/semantic/lex.el:
4671         * cedet/semantic/mru-bookmark.el:
4672         * cedet/semantic/scope.el:
4673         * cedet/semantic/senator.el:
4674         * cedet/semantic/sort.el:
4675         * cedet/semantic/symref.el:
4676         * cedet/semantic/tag-file.el:
4677         * cedet/semantic/tag-ls.el:
4678         * cedet/semantic/tag-write.el:
4679         * cedet/semantic/tag.el:
4680         * cedet/semantic/util-modes.el:
4681         * cedet/semantic/analyze/complete.el:
4682         * cedet/semantic/analyze/refs.el:
4683         * cedet/semantic/bovine/c.el:
4684         * cedet/semantic/bovine/gcc.el:
4685         * cedet/semantic/bovine/make.el:
4686         * cedet/semantic/bovine/scm.el:
4687         * cedet/semantic/decorate/include.el:
4688         * cedet/semantic/decorate/mode.el:
4689         * cedet/semantic/symref/cscope.el:
4690         * cedet/semantic/symref/global.el:
4691         * cedet/semantic/symref/grep.el:
4692         * cedet/semantic/symref/idutils.el:
4693         * cedet/semantic/symref/list.el:
4694         * cedet/semantic/wisent/java-tags.el:
4695         * cedet/semantic/wisent/javascript.el:
4696         * cedet/srecode/compile.el:
4697         * cedet/srecode/cpp.el:
4698         * cedet/srecode/document.el:
4699         * cedet/srecode/el.el:
4700         * cedet/srecode/expandproto.el:
4701         * cedet/srecode/getset.el:
4702         * cedet/srecode/insert.el:
4703         * cedet/srecode/java.el:
4704         * cedet/srecode/map.el:
4705         * cedet/srecode/mode.el:
4706         * cedet/srecode/template.el:
4707         * cedet/srecode/texi.el: Remove the file-local setting of
4708         generated-autoload-feature.
4710         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4711         and only put a prop if it is non-nil.
4713 2009-11-03  Juri Linkov  <juri@jurta.org>
4715         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4716         (menu-bar-options-menu): Fix list quoting (Bug#4429).
4718         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4719         and "Menu" to make top-level menu item visually one unit (like
4720         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4721         multi-word menu items).  Fix :help string for quit-window.
4723 2009-11-03  Glenn Morris  <rgm@gnu.org>
4725         * cedet/mode-local.el (with-mode-local): Doc fix.
4727         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4728         (byte-compile-file-form-define-abbrev-table)
4729         (byte-compile-file-form-custom-declare-variable)
4730         (byte-compile-variable-ref, byte-compile-defvar):
4731         Whether or not a warning is enabled should only affect whether we issue
4732         the warning, not whether or not we collect the relevant data.
4733         Eg warnings can be turned on and off throughout the course of a file.
4735         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4736         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4738 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4740         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4741         * play/mpuz.el (mpuz-create-buffer):
4742         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4743         (lm-print-y,s,noise, lm-print-w0, lm-init):
4744         * play/gomoku.el (gomoku-prompt-for-move):
4745         * play/fortune.el (fortune-in-buffer):
4746         * play/dissociate.el (dissociated-press):
4747         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4748         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4749         * mail/supercite.el (sc-eref-show):
4750         * mail/smtpmail.el (smtpmail-send-it):
4751         * mail/rmailsum.el (rmail-summary-next-labeled-message)
4752         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4753         (rmail-summary-undelete-many, rmail-summary-rmail-update)
4754         (rmail-summary-goto-msg, rmail-summary-expunge)
4755         (rmail-summary-get-new-mail, rmail-summary-search-backward)
4756         (rmail-summary-add-label, rmail-summary-output-menu)
4757         (rmail-summary-output-body):
4758         * mail/rfc822.el (rfc822-addresses):
4759         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4760         * mail/mailpost.el (post-mail-send-it):
4761         * mail/hashcash.el (hashcash-generate-payment):
4762         * mail/feedmail.el (feedmail-run-the-queue)
4763         (feedmail-queue-send-edit-prompt-help-first)
4764         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4765         (feedmail-deduce-address-list):
4766         * eshell/esh-ext.el (eshell-remote-command):
4767         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4768         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4769         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4770         (viper-save-string-in-file, viper-valid-marker):
4771         * emulation/viper-keym.el (viper-toggle-key):
4772         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4773         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4774         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4775         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4776         (viper-exec-form-in-emacs, viper-brac-function):
4777         * emulation/viper.el (viper-delocalize-var):
4778         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4779         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4780         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4781         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4782         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4783         * emulation/edt.el (edt-electric-helpify):
4784         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4785         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4786         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4787         (cua-indent-to-global-mark-column):
4788         * calendar/diary-lib.el (calendar-mark-1):
4789         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4790         Use with-current-buffer.
4791         * emulation/viper.el (viper-delocalize-var): Use dolist.
4793 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
4795         * comint.el (comint-replace-by-expanded-history-before-point):
4796         Replace !! with the previous input string literally (Bug#1795).
4798 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
4800         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4801         to be made up of whitespace.
4803 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
4805         * minibuffer.el (read-file-name): Don't use file dialogs for
4806         remote directories (Bug#99).
4808 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
4810         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4812 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4814         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4815         instead of deleting the window or frame.
4817 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4819         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4820         Support face colors.
4822         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4823         New function.  Support face colors (Bug#1168).
4824         (tex-common-initialization): Use it.
4826         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4827         mode allows it (Bug#1168).
4829 2009-10-31  Juri Linkov  <juri@jurta.org>
4831         * facemenu.el (list-colors-display): Don't mark buffer as
4832         modified (Bug#3948).
4834 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4836         * international/mule-diag.el (list-character-sets-1): Minor
4837         message fix (Bug#3526).
4839         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4840         face property (Bug#4834).
4841         (etags-list-tags, etags-tags-apropos-additional)
4842         (etags-tags-apropos, tags-select-tags-table): Add follow-link
4843         property.
4845         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4846         items.
4848         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4849         items.
4851         * cedet/ede.el (ede-minor-mode):
4852         * cedet/semantic.el (semantic-mode): Toggle menu separators.
4854 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4856         * textmodes/two-column.el (2C-split):
4857         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4858         * textmodes/tex-mode.el (tex-set-buffer-directory):
4859         * textmodes/spell.el (spell-region, spell-string):
4860         * textmodes/reftex.el (reftex-erase-buffer):
4861         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4862         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4863         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4864         (reftex-select-item):
4865         * textmodes/reftex-ref.el (reftex-label-info-update)
4866         (reftex-offer-label-menu):
4867         * textmodes/reftex-index.el (reftex-index-change-entry)
4868         (reftex-index-phrases-info):
4869         * textmodes/reftex-global.el (reftex-create-tags-file)
4870         (reftex-save-all-document-buffers, reftex-ensure-write-access):
4871         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4872         (reftex-view-crossref-from-bibtex):
4873         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4874         (reftex-extract-bib-entries-from-thebibliography)
4875         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4876         * textmodes/refbib.el (r2b-capitalize-title):
4877         (r2b-convert-buffer, r2b-help):
4878         * textmodes/page-ext.el (pages-directory)
4879         (pages-directory-goto-with-mouse):
4880         * textmodes/bibtex.el (bibtex-validate-globally):
4881         * textmodes/bib-mode.el (bib-capitalize-title):
4882         * textmodes/artist.el (artist-clear-buffer, artist-system):
4883         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4884         (local-set-scheme-interaction-buffer, xscheme-process-filter)
4885         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4886         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4887         (xscheme-send-control-g-interrupt, xscheme-start-process)
4888         (xscheme-process-sentinel, xscheme-cd):
4889         * progmodes/verilog-mode.el (verilog-read-always-signals)
4890         (verilog-set-define, verilog-getopt-file)
4891         (verilog-module-inside-filename-p):
4892         * progmodes/sh-script.el:
4893         * progmodes/python.el (python-pdbtrack-get-source-buffer)
4894         (python-pdbtrack-grub-for-buffer, python-execute-file):
4895         * progmodes/octave-inf.el (inferior-octave):
4896         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4897         (idlwave-shell-compile-helper-routines, idlwave-set-local)
4898         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4899         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4900         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4901         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4902         (idlwave-shell-filter, idlwave-shell-examine-highlight)
4903         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4904         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4905         (idlwave-shell-examine-display, idlwave-shell-run-region)
4906         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4907         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4908         * progmodes/idlw-help.el (idlwave-help-get-special-help)
4909         (idlwave-help-get-help-buffer):
4910         * progmodes/gud.el (gud-basic-call, gud-find-class)
4911         (gud-tooltip-activate-mouse-motions-if-enabled):
4912         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4913         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4914         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4915         (ebrowse-tags-next-file):
4916         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4917         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4918         (ebnf-eps-finish-and-write):
4919         * progmodes/cpp.el (cpp-edit-save):
4920         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4921         * progmodes/cc-defs.el (c-emacs-features):
4922         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4923         (antlr-directory-dependencies):
4924         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4925         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4926         (ada-find-any-references, ada-make-filename-from-adaname)
4927         (ada-make-body-gnatstub):
4928         * obsolete/rnews.el (news-list-news-groups):
4929         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4930         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4931         * net/rcirc.el (rcirc-debug):
4932         * net/newst-treeview.el (newsticker--treeview-list-add-item)
4933         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4934         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4935         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4936         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4937         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4938         (newsticker--treeview-list-clear-highlight)
4939         (newsticker--treeview-list-update-highlight)
4940         (newsticker--treeview-list-highlight-start)
4941         (newsticker--treeview-tree-update-highlight)
4942         (newsticker--treeview-get-selected-item)
4943         (newsticker-treeview-mark-list-items-old)
4944         (newsticker--treeview-set-current-node):
4945         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4946         * net/newst-backend.el (newsticker--get-news-by-funcall)
4947         (newsticker--get-news-by-wget, newsticker--image-get)
4948         (newsticker--image-sentinel):
4949         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4950         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4951         (eudc-ph-close-session):
4952         * net/eudc.el (eudc-save-options):
4953         * language/thai-word.el (thai-update-word-table):
4954         * language/japan-util.el (japanese-string-conversion):
4955         * international/titdic-cnv.el (tsang-quick-converter)
4956         (ziranma-converter, ctlau-converter):
4957         * international/mule-cmds.el (describe-language-environment):
4958         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4959         (skkdic-convert-postfix, skkdic-convert-prefix):
4960         (skkdic-convert-okuri-nasi, skkdic-convert):
4961         * emacs-lisp/re-builder.el (reb-update-overlays):
4962         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4963         * emacs-lisp/gulp.el (gulp-send-requests):
4964         * emacs-lisp/find-gc.el (trace-call-tree):
4965         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4966         (eieio-describe-generic):
4967         * emacs-lisp/eieio-base.el (eieio-persistent-read):
4968         * emacs-lisp/edebug.el (edebug-outside-excursion):
4969         * emacs-lisp/debug.el (debugger-make-xrefs):
4970         * emacs-lisp/cust-print.el (custom-prin1-to-string):
4971         * emacs-lisp/chart.el (chart-new-buffer):
4972         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4973         Use with-current-buffer.
4974         * textmodes/artist.el (artist-system): Don't call
4975         copy-sequence on a fresh string.
4976         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4978 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
4980         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4981         is no item to edit.  (Bug#4820)
4982         (todo-top-priorities): Restore point and restore narrowing in Todo
4983         buffer.  (Bug#4820)
4985 2009-10-31  Glenn Morris  <rgm@gnu.org>
4987         * net/ange-ftp.el (top-level): Don't require dired when compiling.
4988         (comint-last-output-start, comint-last-input-start)
4989         (comint-last-input-end): Don't defvar when compiling.
4990         (ange-ftp-process-file): Use bound-and-true-p.
4992         * pcmpl-rpm.el (top-level): Move provide statement to end.
4993         (pcmpl-rpm): Remove unused custom group.
4995         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4997         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4999         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5000         (byte-compile-warnings): Add `constants' as an option.
5001         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5002         (display-call-tree): Update for byte-compile-fdefinition possibly
5003         returning `(macro lambda ...)'.  (Bug#4778)
5004         (byte-compile-variable-ref, byte-compile-setq-default):
5005         Respect `constants' member of byte-compile-warnings.
5007         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5008         Use mapc rather than mapcar because the return value is never used.
5010         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5011         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5012         * cedet/semantic/html.el:
5013         Suppress harmless warnings about setting up semantic-imenu (not
5014         part of Emacs) variables.
5016 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5018         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5019         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5020         to "submit:".
5022         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5023         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5024         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5025         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5026         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5027         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5028         (semantic-analyzer-debug-global-symbol)
5029         (semantic-analyzer-debug-missing-innertype)
5030         (semantic-analyzer-debug-insert-include-summary):
5031         * cedet/semantic/util.el (semantic-file-tag-table):
5032         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5033         (semantic-recursive-find-nonterminal-by-name):
5034         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5035         * cedet/semantic/tag-file.el (semantic-prototype-file):
5036         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5037         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5038         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5039         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5040         (semantic-idle-summary-maybe-highlight):
5041         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5042         (semantic-ia-sb-tag-info):
5043         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5044         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5045         * cedet/semantic/ede-grammar.el (project-compile-target):
5046         (ede-proj-makefile-insert-variables):
5047         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5048         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5049         (semantic-debug-mode, semantic-debug):
5050         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5051         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5052         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5053         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5054         (semanticdb-find-translate-path-includes--internal)
5055         (semanticdb-reset-log, semanticdb-find-log-activity):
5056         * cedet/semantic/db-file.el (object-write):
5057         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5058         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5059         (semanticdb-create-ebrowse-database):
5060         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5061         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5062         (semantic-collector-calculate-completions-raw)
5063         (semantic-complete-read-tag-analyzer):
5064         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5065         * cedet/ede/util.el (ede-update-version-in-source):
5066         * cedet/ede/proj.el (project-delete-target):
5067         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5068         (ede-proj-flush-autoconf):
5069         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5070         (ede-proj-configure-synchronize):
5071         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5072         * cedet/ede/linux.el (ede-linux-version):
5073         * cedet/ede/emacs.el (ede-emacs-version):
5074         * cedet/ede/dired.el (ede-dired-add-to-target):
5075         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5076         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5077         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5078         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5079         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5080         (cedet-idutils-version-check):
5081         * cedet/cedet-global.el (cedet-gnu-global-call):
5082         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5083         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5084         * cedet/cedet-cscope.el (cedet-cscope-call)
5085         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5086         Use with-current-buffer.
5087         * cedet/ede.el (ede-make-project-local-variable)
5088         (ede-set-project-variables, ede-set): Use dolist.
5090 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5092         * textmodes/ispell.el (ispell-skip-region-alist):
5093         * international/mule-conf.el (eight-bit):
5094         * international/fontset.el (font-encoding-alist):
5095         * startup.el (pure-space-overflow-message):
5096         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5097         * paths.el (gnus-nntp-service, rmail-spool-directory)
5098         (term-file-prefix):
5099         * files.el (save-some-buffers-action-alist):
5100         * cmuscheme.el (same-window-buffer-names):
5101         * ielm.el (same-window-buffer-names):
5102         * shell.el (same-window-buffer-names):
5103         * mail/sendmail.el (same-window-buffer-names):
5104         * progmodes/inf-lisp.el (same-window-buffer-names):
5105         * bindings.el (mode-line-client)
5106         (mode-line-column-line-number-mode-map):
5107         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5108         (tibetan-precomposed-regexp): Purecopy string arguments.
5110 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5112         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5113         (calcDigit-nondigit):
5114         * calc/calc-yank.el (calc-copy-to-buffer):
5115         * calc/calc-units.el (calc-invalidate-units-table):
5116         * calc/calc-trail.el (calc-trail-yank):
5117         * calc/calc-store.el (calc-insert-variables):
5118         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5119         * calc/calc-prog.el (calc-read-parse-table):
5120         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5121         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5122         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5123         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5124         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5125         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5126         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5127         * calc/calc-ext.el (calc-realign):
5128         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5129         (calc-embedded-finish-edit, calc-embedded-make-info)
5130         (calc-embedded-finish-command, calc-embedded-stack-change):
5131         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5133         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5134         (overload-docstring-extension): Use that info.
5135         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5136         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5137         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5138         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5139         (semantic-nonterminal-full-name): Add the new `when' info.
5140         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5141         `assert'.
5143         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5144         shell-dynamic-complete-filename in preference to
5145         comint-dynamic-complete-filename.
5147         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5148         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5149         Don't consider whether the display supports colors.
5150         (bookmark-import-new-list): Use dolist.
5151         (bookmark-bmenu-mode-map): Move initialization into declaration.
5152         (bookmark-bmenu-list): Use dolist, simplify.
5153         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5154         (menu-bar-final-items): Use push.
5156 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5158         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5159         it works on remote files.
5160         (vc-hg-diff): Don't pass any `--cwd' argument.
5162 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5164         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5165         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5166         (Further to Bug#3921).
5168 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5170         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5171         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5172         calling `tramp-imap-put-file'.  Add file size to the call.
5173         (tramp-imap-get-file-entries): Compute also user name, file size,
5174         and date.
5175         (tramp-imap-handle-insert-directory): Insert uid and gid.
5176         (tramp-imap-handle-file-attributes): Transform uid and gid
5177         according to `id-format'.
5178         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5179         size in header X-Size.
5181 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5183         * simple.el (transpose-subr): Give clearer error when the mark
5184         is not set.  (Bug#4807)
5186 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5188         * net/tramp.el (tramp-perl-file-truename): New defconst.
5189         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5190         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5191         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5192         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5194         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5195         Ignore `dired-call-process'.
5196         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5198 2009-10-26  Julian Scheid  <julians37@gmail.com>
5200         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5201         (tramp-get-remote-readlink): New defun.
5202         (tramp-handle-file-truename): Use it.
5203         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5204         file exists if cache value present.
5205         (tramp-check-cached-permissions): New defun.
5206         (tramp-handle-file-readable-p): Use it.
5207         (tramp-handle-file-writable-p): Likewise.
5208         (tramp-handle-file-executable-p): Likewise.
5209         (tramp-handle-file-name-all-completions): Try using Perl to get
5210         partial completions.  When perl not available, combine `cd' and
5211         `ls' into single remote operation and use shell expansion to get
5212         partial remote directory contents.  Set `file-exists-p' cache for
5213         directory and any files returned by ls.  Change cache handling to
5214         support partial directory contents.  Use error message emitted by
5215         remote `cd' or Perl code for local tramp-error.
5216         (tramp-do-copy-or-rename-file-directly): Avoid separate
5217         tramp-send-command-and-check call.
5218         (tramp-handle-process-file): Merge three remote ops into one.
5219         Do not flush all caches when `process-file-side-effects' is set.
5220         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5221         file-attributes shows uid/gid to be set already.
5223 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5225         * textmodes/tex-mode.el (tex-dvi-view-command)
5226         (tex-show-queue-command, tex-open-quote):
5227         * progmodes/ruby-mode.el (auto-mode-alist)
5228         (interpreter-mode-alist): Purecopy strings.
5230         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5232         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5233         string for the hook, keymap and abbrev table.
5235         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5237         * x-dnd.el (x-dnd-xdnd-to-action):
5238         * startup.el (fancy-startup-text, fancy-about-text): Change to
5239         defconst from defvar.
5241         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5243         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5244         Purecopy initialization strings.
5246         * mail/sendmail.el (mail-header-separator)
5247         (mail-personal-alias-file):
5248         * mail/rmail.el (rmail-default-dont-reply-to-names)
5249         (rmail-ignored-headers, rmail-retry-ignored-headers)
5250         (rmail-highlighted-headers, rmail-secondary-file-directory)
5251         (rmail-secondary-file-regexp):
5252         * files.el (null-device, file-name-invalid-regexp)
5253         (locate-dominating-stop-dir-regexp)
5254         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5255         (interpreter-mode-alist): Use mapcar instead of mapc.
5257         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5259         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5260         (completion-ignored-extensions):
5261         (debug-ignored-errors): Purecopy strings.
5263 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5265         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5266         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5267         (pcomplete--here): Use push.
5269         * subr.el (all-completions): Declare the 4th arg obsolete.
5271 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5273         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5274         (pcomplete-unquote-argument): New function.
5275         (pcomplete--common-suffix): Always pay attention to case.
5276         (pcomplete--table-subvert): Quote and unquote the text.
5277         (pcomplete--common-quoted-suffix): New function.
5278         (pcomplete-std-complete): Use it and pcomplete-begin.
5280         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5281         we're inside a dedicated or minibuffer window.
5283 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5285         * cedet/semantic/fw.el (semantic-alias-obsolete)
5286         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5287         (define-mode-overload-implementation):
5288         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5289         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5290         * cedet/semantic/util.el (semantic-file-token-stream)
5291         (semantic-something-to-stream):
5292         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5293         (semantic-expand-nonterminal):
5294         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5295         (semantic-find-dependency, semantic-find-nonterminal)
5296         (semantic-find-dependency):
5297         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5298         (semantic-flex-text, semantic-flex-make-keyword-table)
5299         (semantic-flex-keyword-p, semantic-flex-keyword-put)
5300         (semantic-flex-keyword-get, semantic-flex-map-keywords)
5301         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5302         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5303         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5304         (semantic-after-idle-scheduler-reparse-hooks):
5305         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5306         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5307         * cedet/semantic.el (semantic-toplevel-bovine-table)
5308         (semantic-toplevel-bovine-cache)
5309         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5310         (semantic-init-mode-hooks, semantic-init-db-hooks)
5311         (semantic-bovination-working-type): Provide the `when' arg.
5313 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5315         * bookmark.el: Update documentation, especially documentation
5316         of `bookmark-alist' and of the bookmark file format.
5317         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5319 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5321         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5322         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5323         window to buffer.
5325         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5326         (global-whitespace-mode, global-whitespace-newline-mode)
5327         (whitespace-toggle-options, global-whitespace-toggle-options):
5328         Doc fix (Bug#3660).
5330         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5331         of xmltok-start before the end tag was inserted (Bug#2840).
5333         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5334         patterns that are preceded by an open-paren (Bug#1320).
5336 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5338         * files.el (delete-directory): Delete symlinks to directories with
5339         delete-file (Bug#4739).
5341 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5343         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5344         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5345         argument to make-obsolete.
5347         * cedet/semantic/fw.el (semantic-alias-obsolete)
5348         (semantic-varalias-obsolete): Add optional WHEN argument.
5350 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5352         * vc.el (vc-backend-for-registration): Rename from
5353         vc-get-backend-for-registration.  Update callers.
5355         * international/mule-cmds.el (set-language-info-alist):
5356         Purecopy lang-env.
5357         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5358         (charset): Purecopy the name.
5359         (define-char-code-property): Purecopy string arguments.
5361         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5362         Purecopy string arguments.
5364         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5365         * ediff-hook.el (menu-bar-ediff-menu):
5366         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5367         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5369 2009-10-24  Glenn Morris  <rgm@gnu.org>
5371         * comint.el (comint-dynamic-list-completions):
5372         * term.el (term-dynamic-list-completions): Use choose-completion rather
5373         than obsolete alias mouse-choose-completion.
5375         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5376         file-cache-choose-completion.
5377         (file-cache-choose-completion): Handle an optional event argument.
5378         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5380         * progmodes/octave-mod.el (octave-complete-symbol):
5381         Use choose-completion if mouse-choose-completion is ever removed.
5383         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5384         use.
5386         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5387         compiler.
5389         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5391 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5393         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5394         Ignore `pred' now that we receive one.
5395         Handle test-completion specially.
5397 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5399         * vc.el (vc-responsible-backend): Throw an error if not backend is
5400         found.  Remove the REGISTER argument.  Move the code dealing with
5401         REGISTER ...
5402         (vc-get-backend-for-registration): ... here.  New function.
5403         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5404         of vc-responsible-backend, pass the file name instead of the
5405         directory name.
5407 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5409         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5410         New funs.
5411         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5412         (pcomplete-comint-setup): Don't modify a global var via
5413         accidental side-effects.
5414         (pcomplete-shell-setup): Adjust call accordingly.
5415         (pcomplete-parse-comint-arguments): Use push.
5417 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5419         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5420         Allow uncapitalized info node names (Bug#3921).
5422         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5423         to the DEBUG file (Bug#3781).
5425 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5427         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5428         dictionary entry (Bug#4579).
5430 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5432         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5433         from `rfn-eshadow-update-overlay-hook' when unloading.
5434         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5435         "rsyncc".  Adjust doc string.
5436         (tramp-temp-buffer-file-name): New buffer-local defvar.
5437         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5438         Keep temporary file when indicated by method ("rsync" and
5439         "rsyncc").
5440         (tramp-handle-write-region): Handle APPEND.
5441         (tramp-delete-temp-file-function): New defun.  Added to
5442         `kill-buffer-hook'.
5444 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5446         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5448 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5450         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5451         (color-name-rgb-alist, tty-standard-colors)
5452         (tty-color-mode-alist): Change to defconst.
5454         * simple.el (mark-inactive): Purecopy message.
5456         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5457         (global-map, yank-menu):
5458         * textmodes/ispell.el (ispell-menu-map):
5459         * net/eudc.el (eudc-tools-menu):
5460         * international/mule-cmds.el (describe-language-environment-map)
5461         (setup-language-environment-map, set-coding-system-map)
5462         (mule-menu-keymap):
5463         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5464         * replace.el (occur-mode-map):
5465         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5467 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5469         * calc/calc.el (math-read-number, math-read-number-simple): Use
5470         `save-match-data'.
5472 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5474         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5475         rather than fiddling with global-map bindings, since it should only
5476         affect per-terminal settings.
5477         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5479         * minibuffer.el (completion-table-with-terminator): Allow to specify
5480         the terminator-regexp.
5482         * simple.el (switch-to-completions): Look for *Completions* in other
5483         frames as well.
5485         * pcomplete.el: Allow the use of completion-tables.
5486         (pcomplete-std-complete): New command.
5487         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5488         (pcomplete--here): Use a function for `form' rather than an expression,
5489         so it can be byte-compiled.
5490         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5491         Add edebug declaration.
5492         (pcomplete-show-completions): Remove unused var `curbuf'.
5493         (pcomplete-do-complete, pcomplete-stub):
5494         Don't assume `completions' is a list of strings any more.
5496 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5498         * find-dired.el (find-name-arg): Fix typo in docstring.
5500 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5502         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5503         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5505         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5506         pcomplete-entries.
5508         * comint.el (comint-read-input-ring, comint-write-input-ring)
5509         (comint-substitute-in-file-name)
5510         (comint-dynamic-complete-as-filename)
5511         (comint-dynamic-simple-complete)
5512         (comint-dynamic-list-filename-completions)
5513         (comint-dynamic-list-completions)
5514         (comint-redirect-results-list-from-process): Minor simplifications.
5516 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5518         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5519         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5520         the first form.  And insert a blank line after ";;; Code" since
5521         that's usual style.  (Bug#4612)
5523         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5525 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5527         * minibuffer.el (completion-table-with-terminator): Properly implement
5528         boundaries, in case `terminator' appears in the suffix.
5529         (completion--embedded-envvar-table): Don't return boundaries if
5530         there's no valid completion.  Simplify.
5531         (completion-file-name-table): New completion table extracted from
5532         completion--file-name-table.
5533         (completion--file-name-table): Use it.
5534         (read-file-name-predicate): Declare obsolete.
5535         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5536         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5537         completion-file-name-table, and use the `pred' argument.
5538         * files.el (locate-file-completion-table): Use the `pred' arg rather
5539         than read-file-name-predicate.
5540         (abbreviate-file-name): Use \` rather than ^ for BOS.
5542 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5544         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5545         vc-responsible-backend to register, it causes problems.
5547 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5549         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5551 2009-10-21  Eric Ludlam  <zappo@gnu.org>
5553         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5554         (semantic-c-debug-mode-init-pch): New functions.
5555         (semantic-c-debug-mode-init-last-mode): New var.
5556         (semantic-c-parse-lexical-token): Use them.
5558         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5559         When extracting the argument list, limit only by point-max.
5561 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5563         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5564         (tramp-smb-handle-file-attributes): Use it.
5565         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5566         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5567         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5568         Add `dired-filename' text properties.
5569         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5570         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5571         version.
5573 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5575         * subr.el (read-key-delay): Reduce to 0.01.
5576         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5577         (bug#4751).
5579 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5581         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5583         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5584         (Info-menu): Remove unused vars `last' and `completions'.
5585         (Info-index-nodes): Remove unused var `node'.
5587         * info.el (Info-complete-menu-item): Use complete-with-action.
5589 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5591         Make vc-annotate work through copies and renames.
5592         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5593         Return the file name too.
5594         (vc-annotate-revision-at-line)
5595         (vc-annotate-find-revision-at-line)
5596         (vc-annotate-revision-previous-to-line)
5597         (vc-annotate-show-log-revision-at-line): Update to get the file
5598         name from vc-annotate-extract-revision-at-line.
5599         (vc-annotate-show-diff-revision-at-line-internal): Change the
5600         argument to mean whether to show a file diff or not.  Get the file
5601         name from vc-annotate-extract-revision-at-line.
5602         (vc-annotate-show-diff-revision-at-line):
5603         Update vc-annotate-show-diff-revision-at-line call.
5604         (vc-annotate-warp-revision): Add an optional file argument.
5606         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5607         (vc-git-annotate-extract-revision-at-line): Also return the file
5608         name if found.
5610         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5611         command.  Remove unused code.
5612         (vc-hg-annotate-re): Update to match --follow output.
5613         (vc-hg-annotate-extract-revision-at-line): Also return the file
5614         name if found.
5616         * vc.el: Update annotate-extract-revision-at-line documentation.
5618 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5620         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5621         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5623         * net/browse-url.el (browse-url): Identify alist with "consp and
5624         not functionp" and let all other things go down the `apply' leg,
5625         as suggested by Stefan.  (Further to bug#4531.)
5627 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5629         * minibuffer.el (read-file-name): Check for repeat before putting
5630         a default argument in file-name-history (Bug#4657).
5632         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5633         read syntax (Bug#4737).
5635         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5637 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5639         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5640         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5641         entries and make note of obsolete tags.
5643 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5645         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5647 2009-10-18  Glenn Morris  <rgm@gnu.org>
5649         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5650         grep, so that binary files (eg international/uni-bidi.el) can match.
5651         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5652         now, and in any case the file header format has changed.
5654 2009-10-17  Glenn Morris  <rgm@gnu.org>
5656         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5657         (flyspell-get-word, flyspell-large-region)
5658         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5660 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5662         * Makefile.in (ELCFILES): Add ede/shell.
5664 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5666         * term/common-win.el (x-colors): Purecopy it.
5668 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5670         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5671         permissive for when the buffer is empty.
5672         (tar-header-block-tokenize): Decode the username and groupname.
5673         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5675 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5677         * cedet/srecode/srt.el:
5678         * cedet/srecode/compile.el:
5679         * cedet/semantic/mru-bookmark.el:
5680         * cedet/semantic/debug.el:
5681         * cedet/semantic/complete.el:
5682         * cedet/semantic/analyze.el: Require CL when compiling.
5684 2009-10-17  Eric Ludlam  <zappo@gnu.org>
5686         * cedet/semantic/scope.el
5687         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5688         tmpscope so that the regular scope will continue to work.
5690         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5691         Use semantic-idle-summary-highlight-face as the highlighting.
5693         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5694         contains multibyte characters, choose first applicable coding
5695         system automatically.
5697         * cedet/ede/project-am.el (project-run-target): New method.
5698         (project-run-target): New method.
5700         * cedet/ede.el (ede-target): Add run target menu item.
5701         (ede-project, ede-minor-keymap): Add ede-run-target binding.
5702         (ede-run-target): New function.
5703         (ede-target::project-run-target): New method.
5705         * cedet/ede/proj.el (project-run-target): New method.
5707         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5708         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
5709         Add :rules.
5710         (ede-proj-target-makefile-shared-object): Only libtool compilers
5711         now available.  Add linkers for libtool.
5712         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5713         (ede-proj-makefile-target-name): Always use .la extension.
5715         * cedet/ede/proj-prog.el (project-run-target): New method.
5717         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5718         (ede-g++-linker): Change Change link lines.
5720         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5721         When searching for old variables, go to the end of the buffer and
5722         search backward from there.
5723         (ede-proj-makefile-automake-insert-subdirs)
5724         (ede-proj-makefile-automake-insert-extradist): New methods.
5725         (ede-proj-makefile-create): Use them.
5727         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5728         Force FILE to expand to the current target.  Use file-exists-p to
5729         check that it exists.
5731         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5732         (ede-linux-load): Wrap dir in file-name-as-directory.
5733         Set :version slot.
5735         * cedet/ede/files.el (ede-get-locator-object): When enabling
5736         locate, do so on "top".
5738         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5739         file-name-as-directory during compare.
5740         (ede-emacs-version): Return Emacs/XEmacs differentiator.
5741         Get version number from different places.  Don't call egrep.
5742         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
5743         to set the directory.
5745         * cedet/ede/shell.el: New file.
5747         * cedet/inversion.el (inversion-decoders): Allow for stray . in
5748         alpha/beta variants.
5750 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5752         * international/mule-cmds.el (select-safe-coding-system): If the file
5753         has a coding cookie, use it regardless of any other setting (bug#4712).
5755 2009-10-17  Glenn Morris  <rgm@gnu.org>
5757         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5758         All errors should have messages.
5760         * foldout.el (foldout-mouse-swallow-events):
5761         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5763         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5764         (dired-keep-marker-copy, dired-keep-marker-hardlink)
5765         (dired-keep-marker-symlink, dired-dwim-target)
5766         (dired-copy-preserve-time): Do not autoload these defcustoms.
5768         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5769         messages from messing up the file coding.  (Bug#4623)
5771 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
5773         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5774         if no match is found for the current dictionary.  (Bug#4578)
5776         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5777         optional, since that is how it is documented, and this is often called
5778         with a nil argument.  (Bug#4577)
5779         (flyspell-external-point-words, flyspell-auto-correct-word)
5780         (flyspell-correct-word-before-point, flyspell-word-search-forward)
5781         (flyspell-word-search-backward): Remove nil argument in calls to
5782         flyspell-get-word, since it is not needed now.
5784 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
5786         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
5788 2009-10-16  Glenn Morris  <rgm@gnu.org>
5790         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5792 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5794         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5795         (ange-ftp-file-size): New function.
5796         (ange-ftp-file-attributes): Use it.
5798 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
5800         * net/tramp-smb.el (tramp-smb-version): New defvar.
5801         (tramp-smb-maybe-open-connection): Use it, in order to avoid
5802         repeated checks.
5804 2009-10-16  Glenn Morris  <rgm@gnu.org>
5806         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5807         Maybe copy some custom properties from old to new name.  (Bug#4706)
5809 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
5811         * subr.el (error, sit-for, start-process-shell-command)
5812         (start-file-process-shell-command): Set the calling convention
5813         after the function definition.
5815 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5817         * subr.el (error, sit-for, start-process-shell-command)
5818         (start-file-process-shell-command): Use the new
5819         set-advertised-calling-convention feature.
5821 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
5823         * international/ucs-normalize.el (ucs-normalize-version):
5824         Change to 1.2.
5825         (check-range): Adjust for Unicode 5.2.
5827 2009-10-15  Juri Linkov  <juri@jurta.org>
5829         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5830         to the `menu-item' format.
5832 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
5834         * net/tramp.el (tramp-replace-environment-variables): Do not fail
5835         if the environment variable does not exist.
5837         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5838         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5839         parameter.
5840         (tramp-smb-handle-add-name-to-file)
5841         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5842         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5843         (tramp-smb-handle-file-attributes)
5844         (tramp-smb-do-file-attributes-with-stat)
5845         (tramp-smb-handle-file-local-copy)
5846         (tramp-smb-handle-insert-directory)
5847         (tramp-smb-handle-make-directory)
5848         (tramp-smb-handle-make-directory-internal)
5849         (tramp-smb-handle-make-symbolic-link)
5850         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5851         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5852         (tramp-smb-maybe-open-connection): Apply the changed parameters.
5853         (tramp-smb-read-file-entry): Read Disk names in compressed format.
5854         Handle long file names.
5855         (tramp-smb-get-cifs-capabilities): Check, whether the connection
5856         process is running.
5857         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5858         Read share names with "-g" option.
5860 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
5862         * net/rcirc.el (rcirc-view-log-file): New command.
5863         (rcirc-track-minor-mode-map): Remove C-c ` binding.
5864         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5865         specified.
5867 2009-10-15  Glenn Morris  <rgm@gnu.org>
5869         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5870         from the second command-line argument.
5871         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5872         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5873         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5874         w32-batch-update-autoloads.
5875         * emacs-lisp/autoload.el (autoload-make-program): New variable.
5876         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5878         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5879         the headers cannot be located.  Simplify, subtracting superflous
5880         save-excursions.
5882 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5884         Replace completion-base-size by completion-base-position to fix bugs
5885         such as (bug#4699).
5886         * simple.el (completion-base-position): New var.
5887         (completion-base-size): Mark as obsolete.
5888         (choose-completion): Make it work for mouse events as well.
5889         Pass the new base-position to choose-completion-string.
5890         (choose-completion-guess-base-position): New function, extracted from
5891         choose-completion-delete-max-match.
5892         (choose-completion-delete-max-match): Use it.  Make obsolete.
5893         (choose-completion-string): Use the new base-position info.
5894         (completion-root-regexp): Delete.
5895         (completion-setup-function): Preserve completion-base-position.
5896         Eliminate obsolete base-size manipulation.
5897         * minibuffer.el (display-completion-list): Don't mess with base-size.
5898         (minibuffer-completion-help): Set completion-base-position instead.
5899         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5900         choose-completion.
5901         * textmodes/bibtex.el (bibtex-complete):
5902         * emacs-lisp/crm.el (crm--choose-completion-string):
5903         Adjust to new calling convention.
5904         * complete.el (partial-completion-mode): Use minibufferp to avoid
5905         bumping into incompatible change to choose-completion-string-functions.
5906         * ido.el (ido-choose-completion-string): Make its calling convention
5907         more permissive.
5908         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5909         base-size manipulation.
5910         (comint-dynamic-list-input-ring): Use dotimes and push.
5911         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5912         fundamental-mode.  Use `or'.
5914 2009-10-14  Juri Linkov  <juri@jurta.org>
5916         * misearch.el (multi-isearch-next-buffer-from-list)
5917         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
5919 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5921         * Makefile.in (compile-onefile): Load `bytecomp' rather than
5922         `bytecomp.el'.
5924         * minibuffer.el (completion-pcm--merge-completions): Make sure the
5925         string we return is all made up of text from the completions rather
5926         than part from the completions and part from the input (bug#4219).
5928         * ido.el (ido-everywhere): Use define-minor-mode.
5930         * buff-menu.el (list-buffers, ctl-x-map):
5931         Mark the entry points with ;;;###autoload cookies.
5933 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5935         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5936         correctly in the detached head case.
5937         (vc-git-print-log): Remove unused binding.
5939         * vc.el (vc-responsible-backend): When a directory is passed for
5940         for registration create a VC repository if no backend is
5941         responsible for the directory argument.
5942         (vc-deduce-fileset): Tell vc-responsible-backend to register.
5944         * vc.el: Move comments about RCS and SCCS ...
5945         * vc-rcs.el:
5946         * vc-sccs.el: ... here, respectively.
5948 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5950         * minibuffer.el (completion--file-name-table): Return nil if there's
5951         no file completion, even if substitute-in-file-name changed
5952         the string (bug#4708).
5954 2009-10-13  Juri Linkov  <juri@jurta.org>
5956         * files-x.el (read-file-local-variable-value): Don't filter out
5957         minor modes from mode name completion (bug#4664).
5959 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5961         * international/mule-cmds.el (ucs-names): Remove exclusion of
5962         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5964 2009-10-13  Kenichi Handa  <handa@m17n.org>
5966         * international/uni-name.el: Regenerated.
5968 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5970         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
5971         should be automatically buffer-local, but isn't.)
5973 2009-10-12  Sam Steingold  <sds@gnu.org>
5975         * progmodes/compile.el (compilation-next-error-function): Fix the
5976         timestamps if the buffer has been visited before.
5977         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5978         non-anchored patterns, like the perl one (bug#3928).
5980 2009-10-12  Glenn Morris  <rgm@gnu.org>
5982         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5983         Let-bind `size'.
5985 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
5987         * proced.el (proced-unload-function): New function.
5989         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5990         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5991         Doc fix.
5993         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5995 2009-10-11  Juri Linkov  <juri@jurta.org>
5997         * files-x.el (read-file-local-variable-value):
5998         Provide default value only for bound variables (bug#4664).
6000 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6002         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6003         connection methods like smb.
6005         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6006         can be empty.
6008         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6009         (tramp-smb-file-name-handler-alist): Add handlers for
6010         `add-name-to-file', `make-symbolic-link'.
6011         (tramp-smb-handle-add-name-to-file)
6012         (tramp-smb-do-file-attributes-with-stat)
6013         (tramp-smb-handle-make-symbolic-link)
6014         (tramp-smb-get-cifs-capabilities): New defuns.
6015         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6016         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6017         (tramp-smb-handle-file-local-copy)
6018         (tramp-smb-handle-make-directory-internal)
6019         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6020         The file name syntax depends on cifs capabilities.
6021         (tramp-smb-handle-file-attributes):
6022         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6023         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6024         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6026 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6028         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6029         (eieio-defclass): Apply deftype handler and setf-method properties
6030         directly.
6031         (eieio-add-new-slot): Avoid union function from cl library.
6032         (eieio--typep): New function.
6033         (eieio-perform-slot-validation): Use it.
6035 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6037         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6038         Update documentation to refer to the variables documented in r1.135.
6039         (Bug#4188)
6041 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6043         * bookmark.el (Info-suffix-list): Remove this unused variable.
6044         (bookmark-current-point): Remove this obsolete variable.
6045         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6046         Adjust for removal of bookmark-current-point.
6048         (bookmarks-already-loaded, bookmark-current-buffer)
6049         (bookmark-yank-point): Document.  (Bug#4188)
6051 2009-10-10  Glenn Morris  <rgm@gnu.org>
6053         * frame.el (frame-height): Doc fix.
6055         * calendar/calendar.el (calendar-split-width-threshold): New option.
6056         (calendar-basic-setup): Use calendar-split-width-threshold.
6058 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6060         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6061         Use .la for Automake.
6063 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6065         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6066         Use "autoreconf -i".  Suggested by Andreas Schwab.
6068 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6070         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6071         Ideographic Supplement" range (U+1F200..U+1F2FF).
6073 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6075         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6076         since the list will have been rebuilt anyway.  (Bug#4349)
6078 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6080         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6081         (bookmark-bmenu-execute-deletions): Don't save here, as
6082         bookmark-delete will now do so if necessary.
6083         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6084         (Bug#4348)
6086 2009-10-09  Glenn Morris  <rgm@gnu.org>
6088         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6090 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6092         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6093         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6094         argument now, so the two function's behaviors will match.  (Bug#3645)
6096 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6098         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6099         Fix filename test.
6100         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6101         to expand file names.
6103 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6105         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6106         (tramp-file-name-real-host, tramp-file-name-port):
6107         Apply `save-match-data'.
6109         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6110         case both directories are remote.
6111         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6112         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6114 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6116         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6117         (ede-proj-target-makefile-objectcode): Use it.
6119         * cedet/ede/source.el (ede-want-any-source-files-p)
6120         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6121         Return search result.  This error was introduced while merging.
6123 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6125         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6127 2009-10-07  Glenn Morris  <rgm@gnu.org>
6129         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6130         of concat.
6132 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6134         * files-x.el (read-file-local-variable): Include some
6135         non-user-variables in the completion table (bug#4664).
6137 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6139         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6140         message.
6142         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6143         (tramp-smb-file-name-handler-alist): Add handler for
6144         `copy-directory', `expand-file-name', `set-file-modes'.
6145         (tramp-smb-handle-copy-directory)
6146         (tramp-smb-handle-expand-file-name)
6147         (tramp-smb-handle-set-file-modes): New defuns.
6148         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6149         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6150         entry.
6151         (tramp-smb-handle-insert-directory): Don't flush the cache.
6152         (tramp-smb-maybe-open-connection): Check for samba client and
6153         server versions.
6155 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6157         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6158         to not error out of search for "^lisp=" fails.
6160 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6162         * makefile.w32-in (WINS_UPDATES): New macro.
6163         (custom-deps, finder-data, autoloads): Use it.
6165 2009-10-07  Glenn Morris  <rgm@gnu.org>
6167         * Makefile.in (autoloads): Revert previous change.
6168         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6169         the list of preloaded files passed on the command-line, get
6170         it from src/Makefile.
6172         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6173         show the original buffer rather than a random one.
6175 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6177         * help.el (describe-no-warranty): Place point in a slightly better
6178         position in the GPLv3 text.
6180 2009-10-06  Sam Steingold  <sds@gnu.org>
6182         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6183         the comm attribute is present before calling regexp-quote.
6185 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6187         * play/animate.el (animate-string): For good effect, make sure
6188         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6190         * play/animate.el (animate-sequence, animate-birthday-present):
6191         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6193 2009-10-06  Glenn Morris  <rgm@gnu.org>
6195         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6197         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6198         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6199         (batch-update-autoloads): Process a string value of autoload-excludes,
6200         set during the build process.
6201         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6203         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6204         inside with-parsed...  macro so that `v' is defined.
6206         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6207         * progmodes/fortran.el (fortran-end-of-block)
6208         (fortran-beginning-of-block):
6209         Also push mark in the macro case.
6211         * emerge.el (emerge-show-file-name):
6212         * calc/calc.el (calc-quit):
6213         * calc/calc-misc.el (calc-big-or-small):
6214         * calc/calc-graph.el (calc-graph-view):
6215         * calc/calc-ext.el (calc-reset):
6216         * calendar/calendar.el (calendar-basic-setup):
6217         Use window-full-height-p.
6219         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6220         header we don't understand, don't insert another.  (Bug#4624)
6221         If changing mime charset, insert the new one in the right place.
6223 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6225         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6226         (cal-tex-cursor-month): Correctly increment the end date for diary and
6227         holiday listing.  (Bug#4626)
6229 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6231         * help-fns.el (describe-function-1): Don't burp if the function is not
6232         a symbol.
6234 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6236         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6237         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6238         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6239         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6241         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6242         (eieio-default-superclass): Reflow docstrings.
6243         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6244         (eieio-unbind-method-implementations, defmethod)
6245         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6246         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6247         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6248         (eieio-slot-originating-class-p, eieio-slot-name-index)
6249         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6250         (constructor, initialize-instance, no-next-method, object-print)
6251         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6252         Fix typos in docstrings.
6253         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6254         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6255         (next-method-p): Doc fixes.
6256         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6257         Fix typos in error messages.
6258         (eieio-defmethod): Fix typo in description of generic method.
6260         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6261         (eieio-persistent-save-interactive, slot-missing):
6262         Fix typos in docstrings.
6263         (eieio-instance-inheritor-slot-boundp): Doc fix.
6265         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6266         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6268         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6269         (eieio-custom-object-apply-reset):
6270         Fix typos in docstrings and error messages.
6272         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6273         Fix typo in docstring.
6275         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6276         (eieio-browse-tree): Doc fix.
6277         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6278         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6279         Fix typos in docstrings.
6281         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6282         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6283         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6284         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6285         Reflow docstrings.
6287 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6289         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6290         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6291         Set log-view-vc-backend so that diff can work.
6293         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6294         vc-version-diff.
6295         (vc-diff-internal): Autoload this instead of vc-version-diff.
6297 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6299         * simple.el (eval-expression): Doc fix.
6301         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6303 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6305         * files.el (directory-files-no-dot-files-regexp): New defconst.
6306         (delete-directory): Use it.
6307         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6309         * net/tramp.el (tramp-verbose): Fix docstring.
6310         (tramp-methods): Add recursive option to `tramp-copy-args'.
6311         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6312         "scp1_old", "scp2_old", "rsync", "rsyncc".
6313         (tramp-default-method): Check also for `auth-source-user-or-password'.
6314         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6315         Add handler for `copy-directory'.
6316         (tramp-handle-copy-directory): New defun.
6317         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6318         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6319         Optimize sent command.
6321 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6323         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6324         window if necessary.
6326         * calendar/calendar.el (calendar-basic-setup): Don't call
6327         switch-to-buffer in a dedicated window.
6329 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6331         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6332         don't do anything related to relocating, just return nil.
6333         (bookmark-error-no-filename): New error.
6334         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6335         bookmark has no file.  Don't even attempt to handle things that
6336         are not files; the whole point of custom handlers is to keep that
6337         knowledge elsewhere anyway.  Tighten some comments.
6338         (bookmark-file-or-variation-thereof): Remove now-unused function.
6339         (bookmark-location): Doc string fix.
6340         (Bug#4250)
6342 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6344         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6345         don't use a file dialog, because they usually don't know how to read
6346         a directory target from the user.  (Bug#4230)
6347         Also, make sure the prompt can display directories as well as files.
6349 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6351         * bookmark.el (bookmark-set, bookmark-buffer-name):
6352         Improve doc strings.  (Bug#1193)
6354 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6356         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6357         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6358         (bookmark-get-annotation, bookmark-set-annotation)
6359         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6360         (bookmark-set-position, bookmark-get-front-context-string)
6361         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6362         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6363         (bookmark-jump-other-window, bookmark-handle-bookmark)
6364         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6365         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6366         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6367         Improve doc strings to say whether bookmark can be a string or
6368         a record or both, and make other consistency and clarity fixes.
6369         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6370         (bookmark-default-annotation-text, bookmark-yank-word)
6371         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6372         (bookmark-import-new-list, bookmark-maybe-rename)
6373         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6374         (bookmark-bmenu-bookmark): Give these doc strings.
6375         (bookmark-bmenu-check-position): Give this a doc string, but also
6376         add a FIXME comment about how the function may be pointless.
6377         (bookmark-default-handler): Rework doc string and change a
6378         parameter name, to clarify that this takes a bookmark record
6379         not a bookmark name.
6380         (bookmark-set): Change a parameter name to indicate its meaning,
6381         and improve the doc string a bit.
6382         (Bug#4188)
6384 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6386         * bookmark.el (bookmark-alist): Document the new `handler' element
6387         in the param alist.
6388         (bookmark-make-record-function): Adjust documentation for above.
6389         (Bug#4193)
6391 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6393         * info.el (Info-bookmark-make-record): Document this function.
6394         (Info-bookmark-jump): Document with a doc string, not just a comment.
6395         (Bug#4203)
6397 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6399         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6400         (semantic-new-buffer-fcn): Call parser setup functions here.
6401         (semantic-mode): Don't call parser setup functions here, it's done
6402         in semantic-new-buffer-fcn now.
6403         (semantic-mode): Parse all existing buffers when enabled.
6405         * cedet/srecode/compile.el (srecode-compile-file):
6406         Call semantic-new-buffer-fcn if the buffer has not been parsed.
6408 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6410         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6412         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6413         (proj-comp-insert-variable-once): New macro, renamed from
6414         ede-pmake-insert-variable-once in ede/pmake.edl.
6415         (ede-proj-makefile-insert-variables): Use it.
6417 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6419         * files.el (copy-directory): New defun.
6421         * dired-aux.el (dired-copy-file-recursive): Use it.
6423 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6425         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6426         (makefile-end-of-command):
6427         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6428         (semantic-end-of-context): Fix previous change.  Doc fixes.
6430 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6432         * files-x.el (modify-dir-local-variable)
6433         (copy-dir-locals-to-file-locals-prop-line):
6434         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6435         (makefile-end-of-command):
6436         * cedet/semantic/lex.el (semantic-lex-token):
6437         * cedet/semantic/analyze/fcn.el
6438         (semantic-analyze-dereference-metatype-1):
6439         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6440         (semantic-lex-cpp-undef):
6441         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6442         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6443         (semantic-end-of-context): Fix typos in docstrings.
6445         * recentf.el (recentf-unload-function): New function.
6447 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6449         * cedet/ede.el (ede-project-placeholder-cache-file):
6450         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6451         * cedet/srecode/map.el (srecode-map-save-file):
6452         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
6454 2009-10-04  Glenn Morris  <rgm@gnu.org>
6456         * window.el (window-full-height-p): Add doc string.
6458 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6460         * window.el (window-full-height-p): New function.  (Bug#4543)
6462 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
6464         * cedet/srecode/insert.el: Require srecode/args.
6466         * cedet/srecode/args.el: Require srecode/dictionary instead of
6467         srecode/insert.
6469         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6471         * files.el (auto-mode-alist): Add .srt and Project.ede.
6473         * cedet/semantic.el (semantic-mode):
6474         Handle srecode-template-mode-hook as well.
6475         (semantic-mode): Use js-mode-hook for Javascript hook.
6477         * cedet/srecode/template.el: Remove hook variable.
6479         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6481         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6482         projects exist.
6483         (ede-project-placeholder-cache-file): Default to a file in
6484         user-emacs-directory.
6486         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6487         templates in data-directory.
6488         (srecode-map-save-file): Default to a file in user-emacs-directory.
6490         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6491         directory.
6493 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6495         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6496         Doc fix.
6498         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6499         Only insert each variable once.
6501         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6502         (ede-pmake-insert-variable-shared): Use it.
6504         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6505         for lexical table iff table is nil.
6507 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6509         * vc.el: Remove commented out code.
6510         (vc-derived-from-dir-mode): Remove, unused.
6511         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6513 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6515         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6516         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6517         there could be recursive loading when `default-directory' is a
6518         remote file name.  (Bug#4614)
6520 2009-10-03  Glenn Morris  <rgm@gnu.org>
6522         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6523         the frame is wide.
6524         (calendar-generate-window): Test for shrinkability rather than width.
6526         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6527         declaration, currently false.
6529         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6530         reusing existing buffers, in case we happen to visit two files with the
6531         same basename.  (Bug#4593)
6533 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6535         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6536         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6537         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6538         subdirs of cedet as well.
6539         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6541 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6543         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6544         Obey advertised-signature-table.
6546         * help-fns.el (help-function-arglist): Don't check
6547         advertised-signature-table.
6548         (describe-function-1): Do it here instead so it also applies to subrs.
6550 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6552         * simple.el (start-file-process): Say in the doc-string, that file
6553         handlers might not support pty association, if PROGRAM is nil.
6555         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6556         HOST and USER are strings.  They are nil, when there are
6557         incomplete entries in ~/.netrc, for example.
6558         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6559         root directory ("device busy" error otherwise).
6561         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6562         Flush file properties of created directory.
6564 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6566         * makefile.w32-in (WINS_BASIC): Remove cedet.
6567         (WINS_CEDET): Add cedet.
6568         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6570 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6572         * net/browse-url.el (browse-url): Pass any symbol in
6573         browse-url-browser-function to `apply', since if you've mistakenly put
6574         an unbound symbol then the error is clearer.  (Bug#4531)
6576 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6578         * allout.el (allout-init, allout-back-to-current-heading)
6579         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6580         (allout-ascend, allout-up-current-level, allout-end-of-level)
6581         (allout-previous-visible-heading, allout-forward-current-level)
6582         (allout-backward-current-level, allout-show-children):
6583         * apropos.el (apropos-describe-plist):
6584         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6585         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6586         * completion.el (add-completion, add-permanent-completion):
6587         * descr-text.el (describe-text-category, describe-char):
6588         * desktop.el (desktop-lazy-abort):
6589         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6590         * dired.el (dired-build-subdir-alist):
6591         * ediff.el (ediff-version):
6592         * elide-head.el (elide-head, elide-head-show):
6593         * emerge.el (emerge-version):
6594         * env.el (getenv):
6595         * face-remap.el (variable-pitch-mode):
6596         * faces.el (describe-face):
6597         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6598         (dired-at-point):
6599         * files.el (find-file-existing, auto-save-mode):
6600         * font-lock.el (font-lock-fontify-buffer):
6601         * help-fns.el (describe-function, describe-variable)
6602         (describe-syntax, describe-categories):
6603         * help.el (view-lossage, describe-bindings, describe-key)
6604         (describe-mode):
6605         * hexl.el (hexl-current-address):
6606         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6607         * info.el (Info-goto-emacs-key-command-node):
6608         * log-edit.el (log-edit-insert-cvs-template)
6609         (log-edit-insert-cvs-rcstemplate):
6610         * menu-bar.el (menu-bar-mode):
6611         * mouse.el (mouse-appearance-menu):
6612         * newcomment.el (comment-indent-new-line):
6613         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6614         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6615         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6616         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6617         * recentf.el (recentf-mode):
6618         * savehist.el (savehist-mode, savehist-save):
6619         * shadowfile.el (shadow-copy-files):
6620         * simple.el (kill-ring-save, next-line, previous-line)
6621         (normal-erase-is-backspace-mode):
6622         * strokes.el (strokes-update-window-configuration)
6623         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6624         (strokes-xpm-for-stroke):
6625         * time.el (emacs-uptime, emacs-init-time):
6626         * tutorial.el (tutorial--describe-nonstandard-key)
6627         (tutorial--detailed-help):
6628         * type-break.el (type-break-mode)
6629         (type-break-mode-line-message-mode, type-break-query-mode)
6630         (type-break-guesstimate-keystroke-threshold):
6631         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6632         * version.el (emacs-version):
6633         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6634         * winner.el (winner-mode):
6635         * calendar/timeclock.el (timeclock-in, timeclock-out)
6636         (timeclock-status-string, timeclock-change)
6637         (timeclock-workday-remaining-string)
6638         (timeclock-workday-elapsed-string)
6639         (timeclock-when-to-leave-string):
6640         * calendar/todo-mode.el (todo-add-category):
6641         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6642         * emacs-lisp/autoload.el (update-file-autoloads):
6643         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6644         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6645         (checkdoc-message-text, checkdoc-defun):
6646         * emacs-lisp/debug.el (debugger-list-functions):
6647         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6648         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6649         (eieio-describe-generic):
6650         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6651         * emacs-lisp/shadow.el (list-load-path-shadows):
6652         * emulation/cua-base.el (cua-mode):
6653         * emulation/edt.el (edt-set-scroll-margins):
6654         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6655         (tpu-toggle-regexp, tpu-toggle-search-direction)
6656         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6657         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6658         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6659         (viper-set-parsing-style-toggling-macro)
6660         (viper-set-emacs-state-searchstyle-macros):
6661         * emulation/viper.el (viper-set-hooks):
6662         * eshell/esh-mode.el (eshell-truncate-buffer):
6663         * international/mule-cmds.el (prefer-coding-system)
6664         (describe-input-method, describe-language-environment):
6665         * international/mule-diag.el (list-character-sets)
6666         (describe-character-set, describe-coding-system)
6667         (describe-fontset, list-fontsets, list-input-methods):
6668         * mail/sendmail.el (mail-signature):
6669         * net/ange-ftp.el (ange-ftp-copy-file):
6670         * net/browse-url.el (browse-url):
6671         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6672         * net/quickurl.el (quickurl-add-url):
6673         * net/rcirc.el (names, topic):
6674         * net/xesam.el (xesam-mode):
6675         * play/5x5.el (5x5-new-game):
6676         * play/yow.el (apropos-zippy):
6677         * progmodes/ada-mode.el (ada-mode-version):
6678         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6679         (f90-end-of-block)
6680         (f90-beginning-of-block):
6681         * progmodes/fortran.el (fortran-end-of-block)
6682         (fortran-beginning-of-block):
6683         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6684         * progmodes/python.el (python-describe-symbol, python-shell):
6685         * term/ns-win.el (ns-print-buffer):
6686         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6687         * textmodes/flyspell.el (flyspell-mode-on):
6688         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6689         (pages-directory-for-addresses):
6690         * textmodes/table.el (table-recognize-cell)
6691         (table-query-dimension, table-generate-source)
6692         (table-insert-sequence, table--warn-incompatibility):
6693         * textmodes/tex-mode.el (tex-validate-buffer):
6694         * textmodes/texinfmt.el (texinfmt-version)
6695         (texinfo-format-buffer):
6696         Use `called-interactively-p' instead of `interactive-p'.
6698 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6700         * image-mode.el (image-toggle-display):
6701         * emacs-lisp/elp.el (elp-instrument-function):
6702         * emacs-lisp/advice.el (ad-make-advised-definition):
6703         * emacs-lisp/easy-mmode.el (define-minor-mode):
6704         * net/browse-url.el (browse-url-maybe-new-window):
6705         * progmodes/sh-script.el (sh-learn-buffer-indent):
6706         Pass new argument 'any to `called-interactively-p'.
6708 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6710         * international/uni-bidi.el:
6711         * international/uni-category.el:
6712         * international/uni-combining.el:
6713         * international/uni-comment.el:
6714         * international/uni-decimal.el:
6715         * international/uni-decomposition.el:
6716         * international/uni-digit.el:
6717         * international/uni-lowercase.el:
6718         * international/uni-mirrored.el:
6719         * international/uni-name.el:
6720         * international/uni-numeric.el:
6721         * international/uni-old-name.el:
6722         * international/uni-titlecase.el:
6723         * international/uni-uppercase.el:
6724         Regenerate from Unicode 5.2.0 data.
6726 2009-10-01  Glenn Morris  <rgm@gnu.org>
6728         * Makefile.in (ELCFILES): Regenerate.
6730 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6732         * subr.el (interactive-p): Mark obsolete.
6733         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6734         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6735         advertised-signature-table for subroutines as well.
6737         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6738         (set-advertised-calling-convention): New function.
6739         (make-obsolete, define-obsolete-function-alias)
6740         (make-obsolete-variable, define-obsolete-variable-alias):
6741         Make the optional-ness of `when' obsolete.
6742         (define-obsolete-face-alias): Make `when' non-optional.
6743         * help-fns.el (help-function-arglist):
6744         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6745         Use advertised-signature-table.
6747 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6749         * files.el (delete-directory): New defun.  The original function
6750         in fileio.c has been renamed to `delete-directory-internal'.
6752         * dired.el (dired-delete-file): Call `delete-directory' with
6753         RECURSIVE parameter.
6755         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6756         parameter RECURSIVE.  Implementation is missing.
6758         * net/tramp.el (tramp-handle-make-directory): Flush upper
6759         directory's file properties.
6760         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6761         (tramp-handle-dired-recursive-delete-directory): Flush directory
6762         properties after the remove command only.
6764         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6765         Handle optional parameter RECURSIVE.
6767         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6768         Handle optional parameter RECURSIVE.
6770         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6771         connection timeout.
6772         (tramp-smb-handle-delete-directory): Handle optional parameter
6773         RECURSIVE.
6775 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6777         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6778         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6779         (byte-compile-defmacro): Use backquotes.
6781         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6783         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6784         has no associated file.
6785         (vc-resynch-buffer): Use vc-dir-buffers.
6787 2009-10-01  Glenn Morris  <rgm@gnu.org>
6789         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6790         (chart-file-count):
6791         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6792         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6793         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6794         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6795         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6796         (eieio-copy-parents-into-subclass, make-instance, class-children)
6797         (eieio-generic-form):
6798         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6799         * cedet/cedet-idutils.el (cedet-idutils-search)
6800         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6801         (cedet-idutils-version-check):
6802         * cedet/cedet.el (cedet-version):
6803         * cedet/data-debug.el (data-debug-insert-overlay-button)
6804         (data-debug-insert-overlay-list-button)
6805         (data-debug-insert-buffer-button)
6806         (data-debug-insert-buffer-list-button)
6807         (data-debug-insert-process-button, data-debug-insert-ring-button)
6808         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6809         (data-debug-insert-stuff-vector-button)
6810         (data-debug-insert-symbol-button, data-debug-insert-string)
6811         (data-debug-insert-number, data-debug-insert-lambda-expression)
6812         (data-debug-insert-nil, data-debug-insert-simple-thing)
6813         (data-debug-insert-custom, data-debug-edebug-expr):
6814         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6815         (global-ede-mode-map, ede-new, ede-debug-target)
6816         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6817         * cedet/semantic.el (semantic-minimum-working-buffer-size)
6818         (semantic-fetch-tags, semantic-submode-list)
6819         (semantic-default-submodes):
6820         * cedet/ede/source.el (ede-source-match):
6821         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6822         (project-am-package-info):
6823         * cedet/ede/proj.el (ede-proj-target, project-new-target):
6824         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6825         * cedet/ede/proj-comp.el (ede-current-build-list):
6826         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6827         * cedet/ede/files.el (ede-toplevel-project-or-nil):
6828         * cedet/ede/cpp-root.el (initialize-instance):
6829         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6830         (autoconf-parameter-strip, autoconf-insert-new-macro):
6831         * cedet/semantic/wisent.el (wisent-lex-eoi):
6832         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6833         (semantic-show-parser-state-mode):
6834         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6835         * cedet/semantic/tag.el (semantic-tag-new-variable)
6836         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6837         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6838         (semantic--tag-deep-copy-tag-list)
6839         (semantic-tag-components-with-overlays-default):
6840         * cedet/semantic/symref.el (semantic-symref-find-text):
6841         * cedet/semantic/senator.el (senator-yank-tag)
6842         (senator-transpose-tags-up):
6843         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6844         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6845         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6846         * cedet/semantic/lex.el (semantic-lex-comment-regex)
6847         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6848         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6849         * cedet/semantic/lex-spp.el
6850         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6851         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6852         * cedet/semantic/idle.el
6853         (semantic-idle-summary-current-symbol-info-brutish)
6854         (semantic-idle-summary-current-symbol-info-default):
6855         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6856         (semantic--grammar-macro-compl-dict):
6857         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6858         * cedet/semantic/format.el (semantic-format-tag-custom-list)
6859         (semantic-format-tag-canonical-name-default):
6860         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6861         (semantic-find-tags-for-completion)
6862         (semantic-find-tags-by-scope-protection-default)
6863         (semantic-deep-find-tags-for-completion):
6864         * cedet/semantic/edit.el
6865         (semantic-edits-incremental-reparse-failed-hook)
6866         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6867         (semantic-edits-splice-remove, semantic-edits-splice-replace):
6868         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6869         * cedet/semantic/dep.el (semantic-dependency-include-path):
6870         * cedet/semantic/db.el (semanticdb-default-find-index-class)
6871         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6872         (semanticdb-project-roots):
6873         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6874         (semanticdb-find-adebug-insert-scanned-tag-cons)
6875         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6876         (semanticdb-brute-deep-find-tags-for-completion):
6877         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6878         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6879         (semantic-end-of-context-default)
6880         (semantic-ctxt-current-function-default)
6881         (semantic-ctxt-scoped-types-default):
6882         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6883         (semantic-complete-inline-tag-engine)
6884         (semantic-complete-inline-custom-type)
6885         (semantic-complete-read-tag-analyzer):
6886         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6887         (semantic-chart-database-size):
6888         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6889         (semantic-analyze-current-context):
6890         * cedet/semantic/symref/list.el (semantic-symref)
6891         (semantic-symref-hide-buffer, semantic-symref-symbol):
6892         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6893         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6894         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6895         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6896         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6897         (semantic-c-dereference-template):
6898         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6899         (semantic--analyze-refs-full-lookup-with-parents)
6900         (semantic--analyze-refs-full-lookup-simple):
6901         * cedet/semantic/analyze/complete.el
6902         (semantic-analyze-possible-completions):
6903         * cedet/srecode/table.el (srecode-mode-table-new):
6904         * cedet/srecode/srt.el (srecode-read-variable-name):
6905         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6906         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6907         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6908         * cedet/srecode/map.el (srecode-current-map):
6909         * cedet/srecode/insert.el (srecode-insert)
6910         (srecode-insert-variable-secondname-handler, srecode-insert-method)
6911         (srecode-template-inserter-point-override)
6912         (srecode-insert-include-lookup):
6913         * cedet/srecode/getset.el (srecode-auto-choose-class):
6914         * cedet/srecode/extract.el (srecode-inserter-extract):
6915         * cedet/srecode/document.el
6916         (srecode-document-autocomment-return-last-alist)
6917         (srecode-document-autocomment-param-type-alist)
6918         (srecode-document-insert-function-comment)
6919         (srecode-document-insert-variable-one-line-comment)
6920         (srecode-document-function-name-comment):
6921         * cedet/srecode/dictionary.el (srecode-create-dictionary)
6922         (srecode-compound-toString):
6923         * cedet/srecode/compile.el (srecode-flush-active-templates):
6924         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6925         Doc/message fixes.
6927         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6928         match-data.  (Bug#4555).
6930         * cedet/semantic/bovine/gcc.el
6931         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6932         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6934         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6935         rather than parsing it as a regexp.  This relaxes the layout
6936         requirements and makes errors easier to detect.
6937         (check-declare-verify): Check file is regular.
6938         (check-declare-directory): Doc fix.
6939         * subr.el (declare-function): Doc fix.
6941         * ibuffer.el (ibuffer-format-qualifier):
6942         * isearch.el (hi-lock-regexp-okay):
6943         * calc/calc.el (math-zerop):
6944         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6945         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6946         Remove unused declarations.
6948 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6950         * cedet/semantic/wisent/javat-wy.el
6951         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6953 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
6955         * cedet/srecode/expandproto.el: Fix provide statement.
6957 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6959         * emacs-lisp/eieio.el (boolean-p): Delete.
6961 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
6963         * cedet/ede/srecode.el: Fix provide statement.
6965 2009-09-30  Glenn Morris  <rgm@gnu.org>
6967         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6968         * cedet/ede/proj-aux.el (ede-aux-source):
6969         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6970         (ede-misc-source):
6971         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6972         (semantic-mrub-switch-tags): Fix doc typos.
6974         * cedet/semantic/db-global.el (data-debug-new-buffer)
6975         (data-debug-insert-thing): Remove unneeded declarations (one broken).
6976         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6978         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6980         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6981         use of CL function `remove-if-not'.
6983         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6985         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6986         filename is not a string.
6988 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6990         * files.el (safe-local-eval-forms): Fix typo.
6992 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6994         * vc-hooks.el (vc-dir-buffers): New var.
6995         (vc-state-refresh): New function.
6996         (vc-state): Use it.
6997         (vc-after-save): Always ask the backend to recompute the new state.
6998         Always call vc-dir if necessary, using vc-dir-buffers.
6999         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7000         Use vc-dir-buffers.
7001         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7002         (vc-dir-prepare-status-buffer, vc-dir-update)
7003         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7004         Don't call expand-file-name on default-directory.
7006 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7008         * speedbar.el (speedbar-item-delete):
7009         * calc/calc-prog.el (calc-kbd-if):
7010         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7012         * epa.el (epa-key-list-mode-map):
7013         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7015         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7016         (hs-show-hook): Fix typo in docstring.
7018 2009-09-29  Glenn Morris  <rgm@gnu.org>
7020         * cedet/semantic/symref/idutils.el:
7021         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7023         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7025         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7026         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7027         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7028         Mark declarations not understood by check-declare.
7030         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7031         file-name-nondirectory call preventing location of cedet files.
7032         (check-declare-verify): Use literal search rather than re-search.
7033         Add basic defmethod and defclass, and define-overloadable-function.
7035         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7036         Use tramp-compat-file-attributes rather than nonexistent
7037         tramp-compat-handle-file-attributes.
7039         * Makefile.in (lisptagsfiles4): New.
7040         (AUTOGENEL): Add cedet loaddefs files.
7041         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7042         (update-elclist, compile-always, backup-compiled-files)
7043         (bootstrap-clean): Add yet another directory level.
7044         (update-elclist): Use LC_COLLATE rather than COLLATE.
7045         (ELCFILES): Update, via `make update-elclist'.
7047 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7049         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7050         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7051         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7053 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7055         * Makefile.in (lisptagsfiles3): Define.
7056         (TAGS, TAGS-LISP): Use it.
7057         (update-elclist): Add third directory level to look for elc files.
7058         (compile-always): Likewise.
7059         (backup-compiled-files): Likewise.
7060         (bootstrap-clean): Likewise.
7061         (ELCFILES): Update.
7063 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7065         * Makefile.in (ELCFILES): Add CEDET files.
7067 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7069         CEDET (development tools) package merged.
7071         * cedet/*.el:
7072         * cedet/ede/*.el:
7073         * cedet/semantic/*.el:
7074         * cedet/srecode/*.el: New files.
7076 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7078         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7080         * net/tramp.el (top): Require tramp-imap.
7082         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7083         Use `tramp-compat-handle-file-attributes'.
7085 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7087         * net/tramp-imap.el: New package.
7089 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7091         * emacs-lisp/chart.el:
7092         * emacs-lisp/eieio-base.el:
7093         * emacs-lisp/eieio-comp.el:
7094         * emacs-lisp/eieio-custom.el:
7095         * emacs-lisp/eieio-datadebug.el:
7096         * emacs-lisp/eieio-opt.el:
7097         * emacs-lisp/eieio-speedbar.el:
7098         * emacs-lisp/eieio.el: New files.
7100         * cedet/cedet-cscope.el:
7101         * cedet/cedet-files.el:
7102         * cedet/cedet-global.el:
7103         * cedet/cedet-idutils.el:
7104         * cedet/data-debug.el:
7105         * cedet/inversion.el:
7106         * cedet/mode-local.el:
7107         * cedet/pulse.el: New files.
7109 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7111         * whitespace.el (whitespace-trailing-regexp)
7112         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7113         Fix doc string.
7115 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7117         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7118         menu.
7120         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7121         menu-bar-ediff-menu.
7123         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7124         define-overloadable-function.
7126         * progmodes/autoconf.el: Provide autoconf as well, so that this
7127         file can be `require'd.
7129         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7131         * emacs-lisp/autoload.el (generated-autoload-feature)
7132         (generated-autoload-load-name): New vars.
7133         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7134         (make-autoload): Recognize define-overloadable-function and
7135         defclass forms (for EIEIO).
7137         * Makefile.in (update-subdirs): Exclude cedet directory.
7139 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7141         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7143         * faces.el: Default light-background background for region face to
7144         ns_selection_color under NS.
7146 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7148         * net/imap-hash.el: New library, see NEWS.
7150         * Makefile.in (ELCFILES): Add imap-hash.el.
7152 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7154         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7155         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7156         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7157         definition where the docstring could be taken for the return value.
7159 2009-09-26  Glenn Morris  <rgm@gnu.org>
7161         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7162         Add option to only show images below a certain size.
7163         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7164         save-excursion calls.
7166 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7168         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7169         subdirectories) and eieio.
7171 2009-09-26  Alan Mackenzie  <acm@muc.de>
7173         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7174         buggy bracketing.  (Bug#4289)
7176         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7177         character constants (as case labels).  (Bug#4289)
7179 2009-09-25  Juri Linkov  <juri@jurta.org>
7181         * files.el (safe-local-eval-forms): Allow time-stamp in
7182         before-save-hook (Bug#4554).
7184 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7186         * menu-bar.el (list-buffers-directory): Doc fix.
7188 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7190         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7191         Try and avoid copying twice the same paragraph.
7192         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7193         Remove save-excursion.
7194         (log-edit-changelog-entry): Do it here instead.
7196 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7198         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7199         when available, instead of hardcoding mode names.  Doc fix.
7201         * menu-bar.el (list-buffers-directory): Add docstring.
7202         Make automatically buffer-local.
7204         * dired.el (dired-mode):
7205         * files.el (cd-absolute):
7206         * pcvs.el (cvs-temp-buffer):
7207         * pcvs-util.el (cvs-get-buffer-create):
7208         * shell.el (shell-mode):
7209         * vc-dir.el (vc-dir-mode):
7210         Don't make `list-buffers-directory' buffer local.
7212 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7214         * comint.el (comint-exec, comint-run, make-comint):
7215         Doc fixes (Bug#4542).
7217 2009-09-25  Glenn Morris  <rgm@gnu.org>
7219         * mail/rmailmm.el (rmail-mime): New custom group.
7220         Move all defcustoms in this file into this group.
7221         (rmail-mime-media-type-handlers-alist): Revert previous change.
7222         (rmail-mime-show-images): New option.
7223         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7224         references to it, since it wasn't actually used for anything.
7225         (rmail-mime-insert-image): New function.
7226         (rmail-mime-image): Use rmail-mime-insert-image.
7227         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7228         obey the value of `rmail-mime-show-images' option.  Print the size of
7229         attachments.
7231 2009-09-25  David Engster  <deng@randomsample.de>
7233         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7235 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7237         * whitespace.el: Does not highlight trailing spaces While point is
7238         at end of line.  Does not highligt spaces at beginning of buffer
7239         while point is at beginning of buffer.  Does not highlight spaces
7240         at end of buffer while point is at end of buffer.  (Bug#4177)
7241         New version 12.0.
7242         (whitespace-display-mappings): Adjust initialization.
7243         (whitespace-point, whitespace-font-lock-refontify): New vars.
7244         (whitespace-color-on, whitespace-color-off): Adjust code.
7245         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7246         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7247         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7249 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7251         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7253         * textmodes/sgml-mode.el: Remove xml-mode alias.
7255         * files.el (auto-mode-alist, conf-mode-maybe)
7256         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7258 2009-09-24  Alan Mackenzie  <acm@muc.de>
7260         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7261         c-forward-conditionals, but it doesn't move point and doesn't set
7262         the mark.
7263         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7264         (c-down-conditional-with-else, c-backward-conditional)
7265         (c-forward-conditional): Refactor to use c-scan-conditionals.
7267 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7269         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7270         (help-default-arg-highlight): Remove.
7271         (help-highlight-arg): New function.
7272         (help-do-arg-highlight): Use it.
7273         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7275 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7277         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7278         Undo last change, which didn't fix the problem and introduced others.
7280 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7282         * progmodes/gdb-mi.el: Don't require speedbar.
7283         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7285 2009-09-24  Glenn Morris  <rgm@gnu.org>
7287         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7289         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7291         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7292         there is no newline after the final mime boundary.  (Bug#4539)
7293         Move markers on insertion so that any buttons inserted don't end up in
7294         the next part of a multipart message.
7295         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7296         (rmail-mime-bulk-handler): Optionally handle images.
7297         (rmail-mime-image): New button action.
7298         (rmail-mime-image-handler): New function.
7299         (rmail-mime-mode): New mode.
7300         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7302 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7304         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7305         than just dropping elements from it (bug#4504).
7307         * term.el (term-set-scroll-region): Don't move cursor any more.
7308         (term-handle-ansi-escape): Call term-goto here instead.
7309         Suggested by Ivan Kanis <apple@kanis.eu>.
7311         * term.el: Require CL.
7312         (term-ansi-reset): New function.
7313         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7314         (term-handle-colors-array): Simplify.
7316 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7318         * allout.el (allout-overlay-interior-modification-handler)
7319         (allout-obtain-passphrase):
7320         * epa-file.el (epa-file-write-region):
7321         * ps-print.el (ps-begin-job):
7322         * vc-hooks.el (vc-toggle-read-only):
7323         * vc-rcs.el (vc-rcs-rollback):
7324         * vc-sccs.el (vc-sccs-rollback):
7325         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7326         (vc-version-diff, vc-revert, vc-rollback):
7327         * wdired.el (wdired-check-kill-buffer):
7328         * emacs-lisp/authors.el (authors):
7329         * net/socks.el (socks-open-connection):
7330         * net/zeroconf.el (zeroconf-service-add-hook):
7331         * obsolete/vc-mcvs.el (vc-mcvs-register):
7332         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7333         (gdb-select-frame):
7334         * progmodes/grep.el (lgrep, rgrep):
7335         * progmodes/idlw-help.el (idlwave-help-check-locations)
7336         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7337         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7338         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7339         (reftex-toc-rename-label): Fix typos in error messages.
7341         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7342         (dired-copy-how-to-fn): Doc fix.
7343         (dired-files-attributes, dired-read-shell-command):
7344         Fix typos in docstrings.
7346         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7347         (dired-x-find-file-other-window): Reflow docstrings.
7348         (dired-omit-marker-char, dired-read-shell-command)
7349         (dired-x-submit-report): Fix typos in docstrings.
7351         * shell.el (shell-mode-hook):
7352         * view.el (View-scroll-line-forward):
7353         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7354         Fix typos in docstrings.
7356         * net/dig.el (dig-invoke): Fix typo in docstring.
7357         (query-dig): Reflow docstring.
7359         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7360         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7361         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7362         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7363         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7364         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7365         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7366         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7367         (idlwave-completion-map, idlwave-current-indent)
7368         (idlwave-custom-ampersand-surround, idlwave-customize)
7369         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7370         (idlwave-define-abbrev, idlwave-determine-class-special)
7371         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7372         (idlwave-end-block-reg, idlwave-end-of-statement)
7373         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7374         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7375         (idlwave-explicit-class-listed, idlwave-file-header)
7376         (idlwave-fill-paragraph, idlwave-find-class-definition)
7377         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7378         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7379         (idlwave-in-quote, idlwave-indent-action-table)
7380         (idlwave-indent-expand-table, idlwave-indent-line)
7381         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7382         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7383         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7384         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7385         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7386         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7387         (idlwave-outlawed-buffers, idlwave-popup-select)
7388         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7389         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7390         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7391         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7392         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7393         (idlwave-statement-type, idlwave-struct-skip)
7394         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7395         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7396         (idlwave-what-module-find-class): Fix typos in docstrings.
7397         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7398         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7399         (idlwave-find-module, idlwave-find-structure-definition)
7400         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7401         (idlwave-list-load-path-shadows, idlwave-next-statement)
7402         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7403         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7404         (idlwave-template): Reflow docstrings.
7406         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7407         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7408         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7409         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7410         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7411         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7412         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7413         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7414         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7415         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7416         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7417         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7418         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7419         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7420         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7421         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7422         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7423         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7424         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7425         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7426         Fix typos in docstrings.
7427         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7428         (idlwave-shell-hide-output, idlwave-shell-mode)
7429         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7430         Reflow docstrings.
7432         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7434 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7436         * term.el (term-bold-attribute): New var.
7437         (term-handle-colors-array): Use it.
7439 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7441         * progmodes/gdb-mi.el (gdb-version): New variable.
7442         (gdb-non-stop-handler): Set gdb-version.
7443         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7444         Condition "--thread" option on gdb-version.
7445         (gdb-invalidate-threads): Remove unused argument.
7447 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7449         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7450         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7452 2009-09-23  Glenn Morris  <rgm@gnu.org>
7454         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7455         replying to mail without References or Message-Id.  (Bug#4525)
7457 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7459         * term/ns-win.el (ns-reg-to-script): New variable.
7461 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7463         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7465 2009-09-22  Sam Steingold  <sds@gnu.org>
7467         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7468         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7469         to 1 because hg returns status 1 when nothing is found.
7470         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7472 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7474         * textmodes/fill.el: Convert to utf-8 encoding.
7475         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7476         pre-unicode days.
7478         * add-log.el (change-log-fill-forward-paragraph): New function.
7479         (change-log-mode): Use it so fill-region DTRT.
7480         Set fill-indent-according-to-mode here rather than in
7481         change-log-fill-paragraph.
7482         (change-log-fill-paragraph): Remove.
7484 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7486         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7487         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7489 2009-09-22  Glenn Morris  <rgm@gnu.org>
7491         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7492         the scroll-bar scroll the calendar window rather than the buffer.
7494         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7495         commands that move point (as opposed to scrolling).
7497         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7499         * emacs-lisp/elint.el (elint): New custom group.
7500         (elint-log-buffer): Make it a defcustom.
7501         (elint-scan-preloaded, elint-ignored-warnings)
7502         (elint-directory-skip-re): New options.
7503         (elint-builtin-variables): Doc fix.
7504         (elint-preloaded-env): New variable.
7505         (elint-unknown-builtin-args): Add an entry for encode-time.
7506         (elint-extra-errors): Make it a variable rather than a constant.
7507         (elint-preloaded-skip-re): New constant.
7508         (elint-directory): Skip files matching elint-directory-skip-re.
7509         (elint-features): New variable, local to linted buffers.
7510         (elint-update-env): Initialize elint-features.  Possibly add
7511         elint-preloaded-env to the buffer's environment.
7512         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7513         Skip quoted forms.
7514         (elint-init-form): New function, extracted from elint-init-env.
7515         Make non-list forms a warning rather than an error.
7516         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7517         easy-menu-define, put that adds an error-condition, and provide.
7518         When requiring cl, also require cl-macs.  Really require cl, to handle
7519         some cl macros.  Store required libraries in the list elint-features,
7520         so as not to re-load them.  Treat cc-require like require.
7521         (elint-init-env): Call elint-init-form to do the work.
7522         Handle eval-and-compile and such like.
7523         (elint-add-required-env): Do not clear messages.
7524         (elint-special-forms): Add handlers for function, defalias, if, when,
7525         unless, and, or.
7526         (elint-form): Add optional argument to ignore elint-special-forms,
7527         useful to prevent recursive calls from handlers.  Doc fix.
7528         Respect elint-ignored-warnings.
7529         (elint-form): Respect elint-ignored-warnings.
7530         (elint-bound-variable, elint-bound-function): New variables.
7531         (elint-unbound-variable): Respect elint-bound-variable.
7532         (elint-get-args): Respect elint-bound-function.
7533         (elint-check-cond-form): Add some simple handling for (f)boundp and
7534         featurep tests.
7535         (elint-check-defalias-form): New handler.
7536         (elint-check-let-form): Make an empty let a warning rather than an
7537         error.
7538         (elint-check-setq-form): Make an empty setq a warning rather than an
7539         error.  Respect elint-ignored-warnings.
7540         (elint-check-defvar-form): Accept null doc-strings.
7541         (elint-check-conditional-form): New handler.  Does some simple-minded
7542         checking of featurep and (f)boundp tests.
7543         (elint-put-function-args): New function.
7544         (elint-initialize): Use elint-scan-doc-file rather than
7545         elint-find-builtin-variables.  Use elint-put-function-args.
7546         Possibly scan preloaded-file-list.
7547         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7548         extend to handle functions as well.
7550 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7552         * linum.el (linum-delete-overlays, linum-update-window):
7553         Do not modify the right margin.  (Bug#3971)
7555 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7557         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7558         nxml-mode instead of xml-mode.
7560 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7562         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7564 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7566         * net/dig.el (dig-mode): Use define-derived-mode.
7568 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7570         * vc-dispatcher.el (vc-do-command): Return the process object in
7571         the asynchronous case.  Use when instead of if.  Do not run
7572         vc-exec-after to display a message if not enabled.  (Bug#4463)
7574         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7575         properties to the stash strings.
7576         (vc-git-stash-list): Return a list of strings.
7577         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7578         (vc-git-stash-show-at-point): New functions.
7579         (vc-git-stash-map): New keymap.
7581         * register.el (ctl-x-r-map): Define the keys here instead of
7582         using autoload.
7584 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7586         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7587         list, to workaround performance problem (bug#4485).
7589 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7591         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7593 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7595         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7596         Document that this option is not recommended to use.
7598 2009-09-19  Glenn Morris  <rgm@gnu.org>
7600         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7601         variable `var'.
7603         * calc/calc-alg.el (var):
7604         * calc/calcalg2.el (var): Define for compiler.
7606 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7608         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7609         Doc fix (Bug#3932).
7611         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7613         * time-stamp.el (time-stamp-month-dd-yyyy)
7614         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7615         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7616         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7617         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7618         Remove functions that have been obsolete since 1995 (Bug#4436).
7620         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7621         indent buffer only if called interactively (Bug#4452).
7623 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7624             Eli Zaretskii  <eliz@gnu.org>
7626         This fixes bug#4197 (merged to bug#865, though not identical).
7627         * server.el (server-auth-dir): Add docstring note about FAT32.
7628         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7629         but warn against using them.
7631 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7633         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7634         older GDB where there is no has_more field.
7636 2009-09-19  Glenn Morris  <rgm@gnu.org>
7638         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7640 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7642         * files.el (auto-mode-alist): Change default for XML files to nXML
7643         mode (Bug#4169).
7645 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7647         * server.el (server-ensure-safe-dir): Pass 'integer
7648         to `file-attributes', as suggested.
7650 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7652         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7653         (dired-query): Use read-key.
7655 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7657         * cus-start.el (ns-use-qd-smoothing): Remove.
7659 2009-09-18  Glenn Morris  <rgm@gnu.org>
7661         * allout.el (top-level): Remove unnecessary progn.
7663         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7665         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7666         definition of abbrev table.
7668         * speedbar.el (speedbar-track-mouse):
7669         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7670         * net/eudc.el (eudc-expand-inline):
7671         * net/newst-backend.el (newsticker--cache-read-feed):
7672         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7673         condition-case handlers.
7675 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7677         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7678         (gdb-var-list): Add an element for has_more field.
7679         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7680         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7681         (gdb-var-update-handler-1): Parse output of dynamic variable
7682         objects (STL containers).
7683         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7684         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7686         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7687         gdb-var-list.
7688         (gud-speedbar-buttons): Make node expandable if expression "has more"
7689         children.
7691 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7693         * startup.el (emacs-quick-startup): Remove variable and all uses.
7694         (command-line): Set `inhibit-x-resources' instead.
7695         (command-line-1): Use `inhibit-x-resources' instead.
7697 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7699         * subr.el: Fix last change to avoid using the `unless' macro,
7700         which breaks bootstrapping.
7702 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7704         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7705         extended definitions, in case we reload subr.el after having
7706         loaded CL.
7707         (eval-next-after-load): Mark as obsolete.
7709 2009-09-17  Juri Linkov  <juri@jurta.org>
7711         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7712         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7713         (menu-bar-showhide-menu, menu-bar-tools-menu)
7714         (menu-bar-describe-menu, menu-bar-help-menu)
7715         (minibuffer-local-completion-map, minibuffer-local-map):
7716         Fix list quoting.
7718 2009-09-17  Glenn Morris  <rgm@gnu.org>
7720         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7721         arguments, whether or not it has a handler.
7723         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7725         * simple.el (hard-newline): Give it a doc-string.
7727         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7728         (lisp-mode-syntax-table): Give them doc-strings.
7730 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7732         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7733         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7734         (menu-bar-options-menu, menu-bar-showhide-menu)
7735         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7736         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7737         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7738         (menu-bar-options-menu, menu-bar-tools-menu)
7739         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7740         (menu-bar-help-menu):
7741         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7742         string arguments.
7744         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7745         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7746         calls for the menu names and :help.
7748 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7750         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7751         to :minor-mode-function (bug#4455).
7753 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7755         * startup.el (command-line): Initialize the window-system after
7756         processing the command-line.
7758         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7759         page-delimiter matches the empty string.
7761 2009-09-16  Glenn Morris  <rgm@gnu.org>
7763         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7764         byte-compile-not-obsolete-var.  It's a list now.
7765         (byte-compile-not-obsolete-funcs): New variable.
7766         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7767         byte-compile-not-obsolete-funcs.
7768         (byte-compile-variable-ref, byte-compile-defvar): Update for
7769         byte-compile-not-obsolete-vars name-change and list nature.
7770         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7771         and variables behind (f)boundp tests.
7772         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7774 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7776         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7778 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7780         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7781         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7782         Don't autoload.
7784 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7786         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7787         the virtual-buffers, use the name of the buffer specified by
7788         find-file-noselect, as the match may be a symlink.  (This was a
7789         problem if the target and the symlink had different names.)
7791 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7793         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7795         * desktop.el (desktop-path): Check user-emacs-directory.
7797         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7799         * loadup.el: Use after-load-functions to GC after loading each file.
7800         Remove the explicit GC calls that used to be sprinkled around.
7802         * subr.el (after-load-functions): New hook.
7803         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7804         `obsolete' packages, rather than painfully extracting the relevant
7805         directory name.
7807 2009-09-15  Glenn Morris  <rgm@gnu.org>
7809         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7810         free variable `doc'.
7812         * dired.el (dired-mode-map): Add menu entry for async shell command.
7814         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7815         variables, also consider the .elc files, since the .el files are
7816         normally gzipped (subsequent code locates the .el.gz from the .elc).
7818         * calc/calc-prog.el (arglist): Define for compiler.
7820         * calendar/diary-lib.el (diary-display-function): Change the default to
7821         fancy display.
7822         (body): Define for compiler.
7824         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7825         (byte-compile-file-form, byte-compile-lambda)
7826         (byte-compile-top-level-body, byte-compile-form)
7827         (byte-compile-variable-ref, byte-compile-setq)
7828         (byte-compile-setq-default, byte-compile-body)
7829         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7830         (batch-byte-compile): Give some more local variables with common names
7831         a "bytecomp-" prefix to avoid masking warnings about free variables.
7833         * startup.el (command-line-1): Give local variables with common names a
7834         distinguishing prefix, so as not to hide free variable warnings during
7835         bootstrap.
7837         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7838         clever and add a suffix to make a unique name, just let the user decide
7839         whether or not to overwrite it.  If the input is a directory, write the
7840         default filename to that directory.  (Bug#4388)
7841         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7842         is a filename-as-a-directory.
7844 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7846         * textmodes/page.el (what-page): Don't move to beginning of line.
7847         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7849 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7851         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7853 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7855         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7856         * help.el (help-for-help-internal): Add purecopy calls for text.
7858         * vc.el (top): print-log method now takes an optional SHORTLOG
7859         argument.  Add a new method: root.
7860         (vc-root-diff, vc-print-root-log): New functions.
7861         (vc-log-short-style): New variable.
7862         (vc-print-log-internal): Add support for showing short logs.
7864         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7865         vc-print-root-log and vc-print-root-diff.
7867         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7868         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7869         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7870         short logs.
7872         * vc-cvs.el (vc-cvs-print-log):
7873         * vc-mtn.el (vc-mtn-print-log):
7874         * vc-rcs.el (vc-rcs-print-log):
7875         * vc-sccs.el (vc-sccs-print-log):
7876         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7877         that is ignored for now.
7879         * vc-mtn.el (vc-mtn-annotate-command):
7880         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7882 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7884         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7885         to function-key-map, and give them ascii-character property.
7886         * term/x-win.el (x-alternatives-map):
7887         * term/ns-win.el (ns-alternatives-map):
7888         * term/internal.el (msdos-key-remapping-map):
7889         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7891 2009-09-14  Glenn Morris  <rgm@gnu.org>
7893         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7894         temp-buffers (2009-09-12).
7896 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7898         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7899         the new read-key function.
7901 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7903         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7904         is defined (Bug#4405).
7906 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7908         * recentf.el (recentf-cleanup): Use a hash table to find
7909         duplicates (Bug#4407).
7911 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7913         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7914         kp-0 to ascii equivalents (Bug#4325).
7916 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7918         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7920         * eshell/em-hist.el:
7921         * eshell/em-dirs.el (eshell-complete-user-reference):
7922         Declare pcomplete functions and variables to avoid compiler warnings.
7924 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7926         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7927         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7928         * eshell/em-alias.el (eshell-aliases-file):
7929         * eshell/em-hist.el (eshell-history-file-name):
7930         Use expand-file-name instead of concat to make file names (Bug#4308).
7932 2009-09-13  Glenn Morris  <rgm@gnu.org>
7934         * ediff-merg.el (ediff-do-merge):
7935         * filesets.el (filesets-run-cmd):
7936         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7937         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7938         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7939         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7940         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7941         Replace empty `let's with `progn'.
7943 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7945         * mail/sendmail.el (send-mail-function):
7946         * tooltip.el (tooltip-mode):
7947         * simple.el (transient-mark-mode):
7948         * rfn-eshadow.el (file-name-shadow-mode):
7949         * frame.el (blink-cursor-mode):
7950         * font-core.el (global-font-lock-mode):
7951         * files.el (temporary-file-directory)
7952         (small-temporary-file-directory, auto-save-file-name-transforms):
7953         * epa-hook.el (auto-encryption-mode):
7954         * composite.el (global-auto-composition-mode):
7955         Use custom-initialize-delay.
7956         * startup.el (command-line): Don't explicitly call
7957         custom-reevaluate-setting for all the above vars.
7958         * custom.el (custom-initialize-safe-set)
7959         (custom-initialize-safe-default): Delete.
7961 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7963         * term/x-win.el (x-initialize-window-system):
7964         * term/w32-win.el (w32-initialize-window-system):
7965         * term/ns-win.el (ns-initialize-window-system): Don't call
7966         mouse-wheel-mode since it's enabled globally by default already.
7968         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7969         actually define the variable, but only silences the byte-compiler.
7970         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7971         before looking it up.
7972         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7973         is changed.
7975 2009-09-12  Glenn Morris  <rgm@gnu.org>
7977         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7978         1000.
7979         (elint-add-required-env): Don't beep on error.
7980         (elint-forms): In case of error, return ENV unchanged.
7981         (elint-init-env): Skip non-list forms.
7982         (elint-log): Handle unknown file positions.
7984 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7986         * epg.el (epg-make-context): Add autoload cookie.
7987         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7988         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7989         (epg-verify-string, epg-start-sign, epg-sign-file)
7990         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7991         (epg-encrypt-string, epg-start-export-keys)
7992         (epg-export-keys-to-file, epg-export-keys-to-string)
7993         (epg-start-import-keys, epg-import-keys-from-file)
7994         (epg-import-keys-from-string, epg-start-receive-keys)
7995         (epg-receive-keys, epg-import-keys-from-server)
7996         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7997         (epg-sign-keys, epg-start-generate-key)
7998         (epg-generate-key-from-file, epg-generate-key-from-string):
7999         Remove autoload cookie.
8001 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8003         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8004         reevaluation of trash-directory.
8006         * mwheel.el: Fix last change.
8007         (mouse-wheel-mode): New defvar.
8008         (mouse-wheel-mode): Remove autoload cookie.
8010 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8012         * mwheel.el (mwheel-installed-bindings): New var.
8013         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8014         the bindings we set last time.  Use custom-initialize-delay.
8015         * loadup.el: Load mwheel after term/*-win.el.
8016         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8017         and mouse-wheel-up-event now that their first evaluation is done
8018         sufficiently late to be correct.
8020         * startup.el (tutorial-directory): Make it a defcustom.
8021         Use custom-initialize-delay rather than eval-at-startup to set it.
8022         * image.el (image-load-path): Make it a defcustom.
8023         Use custom-initialize-delay rather than eval-at-startup to set it.
8024         * subr.el (eval-at-startup): Remove.
8025         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8027         * subr.el (do-after-load-evaluation): Warn the user after loading an
8028         obsolete package.
8030 2009-09-12  Glenn Morris  <rgm@gnu.org>
8032         * proced.el (proced-mark-alt): Remove alias.
8033         (proced-mode-map): Remove proced-mark-alt.
8035         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8036         Elint file and directory.  Remove initialization entry.
8038         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8039         commands.
8040         (elint-current-buffer): Set mode-line-process.
8041         (elint-init-env): Handle define-derived-mode.
8042         Fix declare-function with unspecified arglist.  Guard against odd
8043         defalias statements (eg iso-insert's 8859-1-map).
8044         (elint-add-required-env): Use a temp buffer.
8045         (elint-form): Just print the function/macro name, not the whole form.
8046         Return env unchanged if we fail to parse a macro.
8047         (elint-forms): Guard against parse errors.
8048         (elint-output): New function, to handle batch mode.
8049         (elint-log-message): Add optional argument.  Use elint-output.
8050         (elint-set-mode-line): New function.
8052 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8054         * emacs-lisp/elp.el (elp-not-profilable): Add more
8055         functions (Bug#4233).
8057 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8059         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8060         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8062 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8064         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8065         (gdb-var-list-children): Use json parsing.
8067 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8069         * progmodes/js.el (js--proper-indentation): Handle the case where
8070         char-before is null.  Reported by Deniz Dogan.
8072 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8074         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8076 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8078         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8079         (epg-digest-algorithm-alist): Add SHA224.
8080         (epg-context-set-passphrase-callback)
8081         (epg-context-set-progress-callback): Add description about
8082         callback function.
8084 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8086         * custom.el (custom-delayed-init-variables): New var.
8087         (custom-initialize-delay): New function.
8088         * startup.el (command-line): "Re"evaluate all vars in
8089         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8090         explicitly any more.
8091         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8092         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8094         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8096 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8098         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8099         (gdb-var-update-handler): Use json parsing.
8101 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8103         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8104         decode annotated text, regardless of language environment.  (Bug#2741)
8106 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8108         * Makefile.in (autoloads): Make rmail.el writable as well.
8110 2009-09-11  Glenn Morris  <rgm@gnu.org>
8112         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8113         loaddefs.el.
8114         * dired.el: Regenerate with extracted autoloads.
8115         * Makefile.in (autoloads): Make dired.el writable.
8117         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8118         * ibuffer.el: Regenerate with extracted autoloads.
8119         * Makefile.in (autoloads): Make ibuffer.el writable.
8121         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8122         * version.el (emacs-copyright, emacs-major-version)
8123         (emacs-minor-version): Reformat doc-strings for make-docfile.
8125         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8126         functions and variables, since they must be stuff specific to some other
8127         platform.
8128         (apropos-print): Make mouse-click message less specific about button.
8130         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8131         that records where a macro was defined.
8132         * help-fns.el (describe-function-1): Mention if a function has a
8133         compiler-macro.
8134         * help-mode.el (help-function-cmacro): New button.
8136         * locate.el (top-level): Always require dired.
8137         (locate-mode-map): Initialize inside the defvar.
8139         * net/ange-ftp.el (dired-compress-file): Declare.
8140         (ange-ftp-dired-compress-file): Add doc string.
8142         * term/ns-win.el (x-display-name, x-setup-function-keys):
8143         Unify doc-strings with X versions.
8145 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8147         * emulation/crisp.el (crisp-mode-map): Move initialization
8148         into declaration.
8149         (crisp-mode): Use define-minor-mode.
8151         * progmodes/xscheme.el (xscheme-evaluation-commands):
8152         Put a :advertised-binding property rather than using
8153         advertised-xscheme-send-previous-expression.
8154         (advertised-xscheme-send-previous-expression): Declare obsolete.
8155         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8156         `advertised-undo'.
8157         (crisp-mode): Add corresponding bindings to
8158         undo's :advertised-binding instead.
8159         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8160         than using dired-advertised-find-file.
8161         (dired-advertised-find-file):
8162         * simple.el (advertised-undo):
8163         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8164         (widget-keymap): Put a :advertised-binding property rather
8165         than using advertised-widget-backward.
8166         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8167         than using advertised-undo.
8168         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8170 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8172         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8173         Mark mode is enabled and region is active; otherwise indent or
8174         insert TAB as usual.
8175         (delphi-mode): Update description of TAB-key binding.
8177 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8179         * subr.el (define-key-rebound-commands): Mark obsolete.
8180         * startup.el (precompute-menubar-bindings): Remove.
8181         (normal-top-level): Remove obsolete code that tried to precompute
8182         menubar bindings.
8183         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8184         define-key-rebound-commands and precompute-menubar-bindings.
8186 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8188         * net/imap.el (imap-interactive-login): Better messages.
8189         (imap-open): Fix bug with renamed buffer on reconnect.
8190         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8191         for easier debugging and cleaner code.  On successful (guessed based on
8192         server capabilities) secondary authentication, set imap-state
8193         correctly.
8194         (imap-last-authenticator): Define imap-last-authenticator as a variable
8195         to avoid warnings.
8197 2009-09-10  Glenn Morris  <rgm@gnu.org>
8199         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8201         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8202         (byte-compile-file-form-autoload): Don't warn about unknown functions
8203         where the autoload statement comes after the use.
8204         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8205         that any handlers inside the body (eg require) are in turn respected.
8207         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8208         effects.
8210         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8211         and syntax and abbrev tables basic docs, if they don't have any.
8213         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8215         * international/mule-cmds.el (top-level): Require cl when compiling.
8216         (view-hello-file): Use default-value rather than
8217         default-enable-multibyte-characters.
8219         * progmodes/fortran.el: Move all safe and risky properties into the
8220         defcustoms.
8222         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8223         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8224         * mail/undigest.el:
8225         Put autoloads in rmail.el rather than loaddefs.el.
8226         * mail/rmail.el: Regenerate with extracted autoloads.
8228         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8229         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8231 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8233         Reported in thread for Bug#4375.
8234         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8235         "-data-evaluate-expression" instead of print.
8236         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8237         (gdb-tooltip-print): Parse output from above MI command.
8238         (gdb): Revert 2009-08-11 change.  User should detach inferior
8239         manually.
8241         Remove the word "separate" from IO functions as inferior
8242         output is now never displayed in the GUD buffer.
8244 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8246         * startup.el (command-line-normalize-file-name): On Windows and
8247         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8249 2009-09-10  Juri Linkov  <juri@jurta.org>
8251         * isearch.el (isearch-text-char-description): Propertize escape
8252         character sequences with the `escape-glyph' face.  (Bug#4344)
8254         * simple.el (shell-command): Set asynchronous process filter to
8255         `comint-output-filter'.  (Bug#4343)
8257         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8258         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8259         the list.  Move "asm" to the bottom.
8260         (grep-find-ignored-directories): Add `choice' with nil value
8261         to empty the list easily.
8262         (grep-find-ignored-files): New option.
8263         (grep-files-history): Set to nil by default instead of '("ch" "el").
8264         (grep-compute-defaults): Add "<X>" to `grep-template'.
8265         (grep-read-files): Bind new local variables `default-alias' and
8266         `default-extension'.  Use a list of default values for the file prompt.
8267         (lgrep): Add `--exclude=' command line options composed from
8268         `grep-find-ignored-files'.
8269         (rgrep): Add `-name' command line options composed from
8270         `grep-find-ignored-files'.  (Bug#4301)
8272 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8274         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8275         (bug#4368).
8277 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8279         * calendar/time-date.el (autoload):
8280         Expand define-obsolete-function-alias into defalias and make-obsolete
8281         for old Emacsen that Gnus supports.
8282         (with-no-warnings): Define it for old Emacsen.
8283         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8284         is available.
8285         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8286         float-time is available; suppress compile warning for time-to-seconds.
8288 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8290         * net/imap.el (imap-message-map): Docstring fix.
8292 2009-09-09  Glenn Morris  <rgm@gnu.org>
8294         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8295         line numbers too.  (Bug#4374)
8297 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8299         * smerge-mode.el (smerge-remove-props, smerge-refine):
8300         Use with-silent-modifications (bug#4342).
8302         * subr.el (with-silent-modifications): New macro.
8304 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8306         * files.el (top-level): Require `cl' when compiling.
8308 2009-09-07  Glenn Morris  <rgm@gnu.org>
8310         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8312         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8313         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8315 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8317         * vc-git.el (vc-git-annotate-command): Use separator to parse
8318         arguments correctly.
8320 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8322         * proced.el (proced-mode): Doc fix.
8324 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8326         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8327         lstat fails.
8328         (tramp-do-file-attributes-with-ls): Check for file existence at
8329         remote end.
8330         (tramp-do-file-attributes-with-stat): Likewise.
8331         (tramp-convert-file-attributes): Return nil when attr is nil.
8333 2009-09-05  Glenn Morris  <rgm@gnu.org>
8335         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8336         properties to this button.
8337         (diary-fancy-display): Don't extend the button to the final newline.
8338         (diary-fancy-display-mode): Continue to define "q" as a local key.
8340         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8341         efficient.
8343         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8345         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8346         (byte-compile-dest-file-function): New option.
8347         (byte-compile-dest-file): Doc fix.
8348         Obey byte-compile-dest-file-function.
8349         (byte-compile-cl-file-p): New function.
8350         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8351         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8352         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8353         than for file being previously loaded.
8354         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8355         (byte-compile-file-form-require): Handle the case where requiring a file
8356         indirectly causes CL to be loaded.
8358 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8360         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8361         before killing the old buffer, since by the time `kill-buffer' is
8362         run so many buffer variables have been set to nil that it may not
8363         behave as expected.  (Bug#4061)
8365 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8367         * files.el (find-alternate-file): If the old buffer is modified
8368         and visiting a file, behave similarly to `kill-buffer' when
8369         killing it, thus reverting to the pre-1.878 behavior; see
8370         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8371         for discussion.  Also, consult `buffer-file-name' as a variable
8372         not as a function, for consistency with the rest of the code.
8374 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8376         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8377         also when adding a new directory.
8379         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8380         defun.
8382 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8384         * files.el (locate-file-completion-table): Make it provide boundary
8385         information, so partial-completion works better.
8387 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8389         * mail/footnote.el (Footnote-text-under-cursor):
8390         Check footnote-text-marker-alist before using it (bug#4324).
8392 2009-09-04  Glenn Morris  <rgm@gnu.org>
8394         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8395         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8396         * play/solitaire.el, play/tetris.el:
8397         Remove leading * from defcustom and defface docs.
8399         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8400         necessary.
8401         (diary-fancy-overriding-map): New variable.
8402         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8403         Use view-mode.
8405         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8406         goto-line.
8408 2009-09-03  Glenn Morris  <rgm@gnu.org>
8410         * arc-mode.el (archive-mode):
8411         * dos-fns.el (set-default-process-coding-system):
8412         * man.el (Man-getpage-in-background):
8413         * menu-bar.el (menu-bar-describe-menu):
8414         * server.el (server-process-filter):
8415         * startup.el (command-line):
8416         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8417         * w32-fns.el (set-default-process-coding-system):
8418         * x-dnd.el (x-dnd-handle-file-name):
8419         * international/mule-cmds.el (mule-menu-keymap)
8420         (set-default-coding-systems, language-info-alist, set-language-info)
8421         (set-language-environment, standard-display-european-internal)
8422         (set-locale-environment):
8423         * international/mule-diag.el (mule-diag):
8424         * mail/emacsbug.el (report-emacs-bug):
8425         * mail/rmail.el (rmail-mode):
8426         * mail/sendmail.el (mail-setup):
8427         Use default-value rather than default-enable-multibyte-characters.
8429         * progmodes/f90.el: Move all safe properties into the defcustoms.
8430         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8432         * calendar/appt.el (appt-check):
8433         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8434         (diary-check-diary-file, diary-list-entries)
8435         (diary-include-other-diary-files, diary-simple-display)
8436         (diary-fancy-display, diary-print-entries)
8437         (diary-mark-included-diary-files, diary-make-entry):
8438         Don't call substitute-in-file-name on diary-file.
8440 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8441             Stefan Monnier  <monnier@iro.umontreal.ca>
8443         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8444         (footnote-mode-map): Move initialization into the declaration.
8445         (footnote-minor-mode-map): Define it rather than changing global-map.
8446         (footnote-mode): Use define-minor-mode.
8448 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8450         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8451         (tramp-do-file-attributes-with-perl)
8452         (tramp-do-file-attributes-with-stat): Rename from
8453         `tramp-handle-file-attributes-with-*'.
8454         (tramp-handle-file-attributes): Use them.
8455         (tramp-do-directory-files-and-attributes-with-perl)
8456         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8457         `tramp-handle-directory-files-and-attributes-with-*'.
8458         (tramp-handle-directory-files-and-attributes): Use them.
8459         (tramp-method-out-of-band-p): Additional parameter SIZE.
8460         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8461         (tramp-handle-write-region): Use it.
8462         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8463         (tramp-handle-vc-registered): Check, whether the first run did
8464         return files to be tested.
8465         (tramp-advice-make-auto-save-file-name): Do not call directly
8466         `tramp-handle-make-auto-save-file-name', because this would bypass
8467         the locking mechanism.
8469         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8470         (file-remote-p, process-file, start-file-process, set-file-times)
8471         (tramp-compat-file-attributes): Compatibility functions shall not
8472         call directly `tramp-handle-*', because this would bypass the
8473         locking mechanism.
8474         (tramp-compat-number-sequence): New defun.
8476 2009-09-02  Glenn Morris  <rgm@gnu.org>
8478         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8479         alias for float-time.
8480         (time-to-number-of-days): In Emacs, use float-time.
8481         * net/newst-backend.el (time-add): Suppress warnings from compat
8482         function.
8483         * time.el (emacs-uptime, emacs-init-time):
8484         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8485         Use float-time rather than time-to-seconds.
8487         * minibuffer.el (completion-initials-expand): Fix typo.
8489         * faces.el (modeline, modeline-inactive, modeline-highlight)
8490         (modeline-buffer-id):
8491         * info.el (info-menu-5): Mark these face aliases as obsolete.
8493 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8495         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8496         space ...
8497         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8498         no "--thread" option.
8499         (gdb-stopped): Don't print "Switched to thread" message when it is
8500         unchanged.
8502 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8504         * minibuffer.el (completion-try-completion)
8505         (completion-all-completions): Remove ill-defined (and
8506         mistakenly installed and luckily never used nor documented)
8507         `completion-styles' property.
8508         (completion-initials-expand, completion-initials-all-completions)
8509         (completion-initials-try-completion): New functions.
8510         (completion-styles-alist): Add doc to each entry.
8511         Add new `initials' entry.
8513 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8515         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8516         MI command -var-evaluate-expression.
8517         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8518         and tweak for case of string child.
8519         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8521 2009-09-01  Glenn Morris  <rgm@gnu.org>
8523         * add-log.el (change-log-date-face, change-log-name-face)
8524         (change-log-email-face, change-log-file-face, change-log-list-face)
8525         (change-log-conditionals-face, change-log-function-face)
8526         (change-log-acknowledgement-face):
8527         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8528         (custom-modified-face, custom-set-face, custom-changed-face)
8529         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8530         (custom-documentation-face, custom-state-face, custom-comment-face)
8531         (custom-comment-tag-face, custom-variable-tag-face)
8532         (custom-variable-button-face, custom-face-tag-face)
8533         (custom-group-tag-face-1, custom-group-tag-face):
8534         * diff-mode.el (diff-header-face, diff-file-header-face)
8535         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8536         (diff-added-face, diff-changed-face, diff-function-face)
8537         (diff-context-face, diff-nonexistent-face):
8538         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8539         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8540         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8541         (Info-title-4-face):
8542         * isearch.el (isearch-lazy-highlight-face):
8543         * log-view.el (log-view-file-face, log-view-message-face):
8544         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8545         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8546         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8547         (cvs-msg-face):
8548         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8549         (smerge-base-face, smerge-markers-face):
8550         * wid-edit.el (widget-documentation-face, widget-button-face)
8551         (widget-field-face, widget-single-line-field-face)
8552         (widget-inactive-face, widget-button-pressed-face):
8553         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8554         (woman-addition-face):
8555         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8556         (eshell-ls-executable-face, eshell-ls-readonly-face)
8557         (eshell-ls-unreadable-face, eshell-ls-special-face)
8558         (eshell-ls-missing-face, eshell-ls-archive-face)
8559         (eshell-ls-backup-face, eshell-ls-product-face)
8560         (eshell-ls-clutter-face):
8561         * eshell/em-prompt.el (eshell-prompt-face):
8562         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8563         * obsolete/old-whitespace.el (whitespace-highlight-face):
8564         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8565         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8566         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8567         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8568         (antlr-font-lock-literal-face):
8569         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8570         (ebrowse-root-class-face, ebrowse-file-name-face)
8571         (ebrowse-default-face, ebrowse-member-attribute-face)
8572         (ebrowse-member-class-face, ebrowse-progress-face):
8573         * progmodes/make-mode.el (makefile-space-face):
8574         * progmodes/sh-script.el (sh-heredoc-face):
8575         * textmodes/flyspell.el (flyspell-incorrect-face)
8576         (flyspell-duplicate-face):
8577         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8578         * textmodes/texinfo.el (texinfo-heading-face):
8579         Mark face aliases with "-face" suffix as obsolete.
8581         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8582         compiler.
8584         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8585         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8586         easy-menu-define wants to modify these.
8588         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8590         * net/browse-url.el (browse-url-file-url):
8591         * term/internal.el (dos-codepage-setup):
8592         Use default-value rather than default-enable-multibyte-characters.
8594         * progmodes/etags.el (etags-goto-tag-location):
8595         * progmodes/flymake.el (flymake-highlight-line)
8596         (flymake-goto-file-and-line, flymake-goto-line):
8597         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8598         (gdb-goto-breakpoint):
8599         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8600         * progmodes/python.el (python-find-function)
8601         (python-pdbtrack-track-stack-file):
8602         * progmodes/verilog-mode.el (verilog-surelint-off):
8603         * term/ns-win.el (ns-open-file-select-line):
8604         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8605         Use forward-line rather than goto-line.
8607         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8608         * textmodes/reftex-index.el (reftex-display-index):
8609         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8610         * textmodes/reftex-toc.el (reftex-toc):
8611         Remove unnecessary bindings of default-major-mode (all are followed by
8612         major-mode check and possible mode switch).
8614 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8616         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8617         Handle watchpoints (bug#4282).
8618         (def-gdb-thread-buffer-command): Enable thread to be selected by
8619         clicking without selecting threads buffer first.
8620         (gdb-current-context-command): Use selected frame so that "up",
8621         "down" etc work in the GUD buffer.
8622         (gdb-update): Find selected frame before rendering stack buffer.
8623         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8625 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8627         * progmodes/sym-comp.el (displayed-completions): Remove.
8628         (symbol-complete): Use minibuffer-complete.
8630 2009-08-31  Glenn Morris  <rgm@gnu.org>
8632         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8634         * apropos.el (apropos-symbols-internal):
8635         Handle (obsolete) face aliases.
8637         * faces.el (describe-face): Adjust the output format to be more like
8638         describe-variable, and to mention (obsolete) face aliases.
8639         Adjust the whitespace so that help-setup-xref works.
8641         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8642         * calendar/diary-lib.el (diary-button-face):
8643         Mark these face aliases as obsolete.
8645         * calendar/calendar.el (calendar-today): Doc fix.
8647 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8649         * progmodes/gdb-mi.el (gdb-control-all-threads)
8650         (gdb-control-current-thread): Force tool bar update.
8651         (gdb-non-stop-handler): New function.
8652         (gdb-init-1): Use it to test if non-stop mode is supported.
8653         Remove unused gdbmi buffer type.
8655 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8657         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8658         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8660 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8662         * comint.el (comint-exec-1): Check command is non-null first.
8663         Part of gdb-mi.el change (2009-08-28).
8665 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8667         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8669 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8671         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8672         instead of `dolist' to avoid a recursive require when bootstrapping.
8674 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8676         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8678         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8680         * net/imap.el (imap-send-command): Simplify.
8681         (imap-wait-for-tag): point-max -> buffer-size.
8683         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8685         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8686         with constant argument.
8688         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8690         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8692         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8693         Change default, since most of our files don't have a history.
8694         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8695         the user.
8697         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8698         Add comint-run.
8700         * calc/calc.el: Improve commenting convention.
8701         (calc-digit-map, toplevel): Simplify.
8703         * comint.el (comint-insert-input): Be careful to only set point if we
8704         don't delegate to some other command.
8706         * proced.el (proced-signal-list): Make it an alist.
8707         (proced-grammar-alist): Capitalize names.
8708         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8709         Disable undo manually and make it read-only.
8710         Use completion-annotate-function.
8712         * minibuffer.el (minibuffer-message): If the current buffer is not
8713         a minibuffer, insert the message in the echo area rather than at the
8714         end of the buffer.
8715         (completion-annotate-function): New variable.
8716         (minibuffer-completion-help): Use it.
8717         (completion--embedded-envvar-table): Environment vars are
8718         always case-sensitive.
8720 2009-08-30  Glenn Morris  <rgm@gnu.org>
8722         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8723         from fortran-current-defun.
8724         (fortran-beginning-of-subprogram): Be more precise about finding the
8725         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8726         (fortran-end-of-subprogram): Simplify.
8727         (fortran-current-defun): Use fortran-start-prog-re.
8729 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8731         * subr.el (do-after-load-evaluation): Simplify.
8733 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8735         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8737         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8738         (vc-rcs-print-log): Use it.
8740         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8742 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8744         * paths.el (abbrev-file-name): Move to abbrev.el.
8745         * abbrev.el (abbrev-file-name): Move from paths.el.
8746         Obey user-emacs-directory.
8747         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8748         user-emacs-directory.
8749         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8750         abbrev-file-name and calc-settings-file any more.
8751         * startup.el (command-line): Recompute abbrev-file-name and
8752         abbreviated-home-dir.
8753         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8754         of the special code for when C-h bindings haven't been changed.
8755         (display-startup-echo-area-message): Use with-current-buffer.
8756         (command-line-1): Use a list of strings, rather than a list of lists
8757         of strings for longopts.
8759         * files.el (get-free-disk-space): Use / for default-directory.
8761         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8762         Use with-current-buffer.
8764         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8765         Recognize immutable variables like most-positive-fixnum.
8766         (byte-compile-setq-default): Check and warn if trying to assign
8767         to an immutable variable, or a non-variable.
8769         * progmodes/cc-vars.el (c-comment-continuation-stars):
8770         * progmodes/cc-engine.el (c-looking-at-bos):
8771         * progmodes/cc-cmds.el (c-toggle-auto-state)
8772         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8773         (c-comment-line-break-function): Add version of obsolescence.
8775 2009-08-28  Juri Linkov  <juri@jurta.org>
8777         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8778         associated with `archive-mode'.
8780         * image.el (image-type-header-regexps): Use only JPEG magic number
8781         to determine JPEG images, and don't use `image-jpeg-p' because
8782         Emacs can display non-JFIF non-Exif JPEG images.
8784 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8786         * arc-mode.el (archive-mode):
8787         * emacs-lisp/re-builder.el (re-builder-unload-function):
8788         Protect against the default value of `major-mode' being nil.
8790 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8792         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8793         Fix typos in docstrings.
8795         * progmodes/js.el (js--macro-decl-re): Doc fix.
8796         (js--plain-method-re, js--split-name): Refloc docstring.
8797         (js--class-styles, js--make-merged-item, js--splice-into-items):
8798         Fix typos in docstrings; reflow docstrings.
8799         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8800         (js--variable-decl-matcher, js--inside-pitem-p)
8801         (js--parse-state-at-point, js--get-all-known-symbols)
8802         (js--symbol-history, js-find-symbol, js--js-references)
8803         (js--moz-interactor, js--js-encode-value, js--read-tab):
8804         Fix typos in docstrings.
8806 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8808         * textmodes/reftex.el (reftex-get-file-buffer-force):
8809         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8810         * emulation/viper.el (viper-go-away, viper-set-hooks):
8811         * emacs-lisp/re-builder.el (re-builder-unload-function):
8812         * emacs-lisp/bytecomp.el (byte-compile-file):
8813         * ses.el (ses-unload-function):
8814         * hexl.el (hexl-find-file):
8815         * files.el (normal-mode):
8816         * ehelp.el (with-electric-help):
8817         * autoinsert.el (auto-insert-alist):
8818         * arc-mode.el (archive-mode):
8819         Use (default-value 'major-mode) instead of default-major-mode.
8821         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8822         * international/mule.el (load-with-code-conversion):
8823         * emacs-lisp/debug.el (debug):
8824         * ediff-vers.el (ediff-rcs-get-output-buffer):
8825         * dired.el (dired-internal-noselect): Don't let-bind
8826         default-major-mode around code that doesn't use it.
8827         E.g. buffer creation via get-buffer-create doesn't use it.
8829 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8831         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8832         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8833         when writing the temp file.  Otherwise, epa-file gets confused.
8834         (tramp-register-file-name-handlers): Make it a defun.  Move also
8835         `epa-file-handler' to the front of `file-name-handler-alist'.
8837 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8839         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8840         start right after a ^M.
8841         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8842         (tramp-completion-file-name-regexp-separate)
8843         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8844         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8845         Don't modify last-coding-system-used by accident.
8846         (tramp-completion-file-name-handler): Apply the checks here,
8847         instead during registration.
8848         (tramp-register-file-name-handlers): Renamed from
8849         `tramp-register-file-name-handler'.  Register both
8850         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8851         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8853 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8855         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8856         Remove variable ...
8857         (gdb-init-1, gdb-display-separate-io-buffer)
8858         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8859         references to it.
8860         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8861         (gdb-inferior-filter): Use comint-output-filter to stop
8862         echoing and remove ^M characters.
8864 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8866         * emulation/viper-init.el (viper-restore-cursor-type):
8867         * emulation/cua-base.el (cua--update-indications):
8868         Replace default-cursor-type with (default-value 'cursor-type).
8870         * mail/sendmail.el (mail-recover-1):
8871         * international/mule-diag.el (describe-current-coding-system-briefly)
8872         (describe-current-coding-system):
8873         * international/mule-cmds.el (select-safe-coding-system)
8874         (select-message-coding-system)
8875         (set-language-environment-coding-systems, set-locale-environment):
8876         * hexl.el (hexl-insert-multibyte-char):
8877         * dos-w32.el (find-buffer-file-type-coding-system):
8878         * simple.el (what-cursor-position):
8879         Replace uses of default-buffer-file-coding-system
8880         with (default-value 'buffer-file-coding-system).
8882         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8883         Replace uses of default-cursor-in-non-selected-windows
8884         with (default-value 'cursor-in-non-selected-windows).
8885         Use with-current-buffer.
8887         * mail/feedmail.el: Use CL macros.
8888         (feedmail-run-the-queue, feedmail-send-it-immediately):
8889         * dos-w32.el (find-buffer-file-type): Replace uses of
8890         default-buffer-file-type with (default-value 'buffer-file-type).
8892 2009-08-28  Glenn Morris  <rgm@gnu.org>
8894         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8895         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8896         Use default-value of major-mode rather than default-major-mode.
8898 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8900         * Makefile.in (update-elcfiles): Report left over elc files.
8902         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8903         expand-file-name and with-current-buffer.
8904         (mail-get-names, mail-directory): Use with-current-buffer.
8906         * vc.el (vc-read-revision): New function.
8907         (vc-version-diff, vc-merge): Use it.
8909 2009-08-27  Sam Steingold  <sds@gnu.org>
8911         * simple.el (kill-do-not-save-duplicates): New user option.
8912         (kill-new): When it is non-nil, and the new string is the same as
8913         the latest kill, set replace to t to avoid duplicates in kill-ring.
8915 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8917         * net/tramp.el (tramp-handle-process-file): Do not flush all
8918         caches when `process-file-side-effects' is set.
8919         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8920         instead of `tramp-find-file-exists-command'.
8921         Unset `process-file-side-effects'.
8923 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8925         * net/tramp.el (tramp-methods): New method "rsyncc".
8926         (top): Add completion function for "rsyncc".
8927         (tramp-message-show-message): New defvar.
8928         (tramp-message, tramp-error): Use it.
8929         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8930         remote copying.
8931         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8932         `tramp-methods' entry `copy-env' of "rsyncc".
8933         (tramp-vc-registered-read-file-names): New defconst.
8934         (tramp-vc-registered-file-names): New defvar.
8935         (tramp-handle-vc-registered): Implement optimization strategy.
8936         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8937         (tramp-vc-file-name-handler): New defun.
8938         (tramp-get-ls-command, tramp-get-test-command)
8939         (tramp-get-file-exists-command, tramp-get-remote-ln)
8940         (tramp-get-remote-perl, tramp-get-remote-stat)
8941         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8943         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8944         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8945         timestamps.
8946         (tramp-get-file-property): Check for timestamps in
8947         `tramp-cache-inhibit-cache'.
8948         (tramp-set-file-property): Write timestamp.
8950 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8952         * language/japan-util.el (japanese-symbol-table): Add entries for
8953         cp932-2-byte.
8955         * international/characters.el: Add category `j' to cp932-2-byte.
8957 2009-08-27  Kenichi Handa  <handa@m17n.org>
8959         * international/fontset.el (build-default-fontset-data): New macro.
8960         (setup-default-fontset): Use build-default-fontset-data for CJK,
8961         tibetan, ethiopic, and ipa.
8963 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8965         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8966         (enable-multibyte-characters): Not customizable any more.
8968         * subr.el (default-mode-line-format, default-header-line-format)
8969         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8970         (default-direction-reversed, default-truncate-lines)
8971         (default-left-margin, default-tab-width, default-case-fold-search)
8972         (default-left-margin-width, default-right-margin-width)
8973         (default-left-fringe-width, default-right-fringe-width)
8974         (default-fringes-outside-margins, default-scroll-bar-width)
8975         (default-vertical-scroll-bar, default-indicate-empty-lines)
8976         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8977         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8978         (default-scroll-down-aggressively, default-fill-column)
8979         (default-cursor-type, default-buffer-file-type)
8980         (default-cursor-in-non-selected-windows)
8981         (default-buffer-file-coding-system, default-major-mode)
8982         (default-enable-multibyte-characters): Mark as obsolete.
8984 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8986         * vc-dir.el (vc-dir-update): Remove debug helper.
8988         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8990 2009-08-26  Sam Steingold  <sds@gnu.org>
8992         * simple.el (save-interprogram-paste-before-kill): New user option.
8993         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8994         save the interprogram-paste into kill-ring before overriding it
8995         with the Emacs kill.
8997 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8999         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9000         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9001         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9002         and move to vc-rcs.el.
9003         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9004         move to vc-rcs.el.
9005         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9006         (vc-rcs-update-changelog): Remove.
9007         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9008         and move to vc-rcs.el.
9010         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9011         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9012         renaming.
9013         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9014         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9015         vc.el, renamed to be RCS specific.
9017         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9018         New functions.
9019         (vc-cvs-update-changelog): Move here from vc.el.
9021         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9022         New functions.
9024 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9026         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9028 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9030         * vc-git.el (vc-git-register): Use "git add" for directories.
9031         (vc-git-stash, vc-git-stash-show): New functions.
9032         (vc-git-extra-menu-map): Bind them.
9034         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9035         directory correctly in case the item is a directory itself.
9037         * vc.el: Document the desired behavior for reverted files in the
9038         `added' state.
9039         (vc-default-prettify-state-info): Remove function, unused.
9041         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9043 2009-08-26  Glenn Morris  <rgm@gnu.org>
9045         * bindings.el (standard-mode-line-format): Reposition dashes in
9046         which-func entry.  (Bug#4217)
9048         * files.el (enable-local-variables, enable-local-eval)
9049         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9050         the defcustoms.
9051         (auto-mode-alist, ignored-local-variables)
9052         (save-some-buffers-action-alist): Move risky declarations to the
9053         definitions.
9054         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9055         (font-lock-defaults, format-alist, imenu--index-alist)
9056         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9057         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9058         (mode-line-modified, mode-line-mule-info, mode-line-position)
9059         (mode-line-process, mode-line-remote, outline-level)
9060         (parse-time-rules, rmail-output-file-alist)
9061         (special-display-buffer-names, vc-mode):
9062         Move risky declarations to the relevant files.
9063         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9064         (mode-line-modified, mode-line-process, mode-line-position)
9065         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9066         * font-core.el (font-lock-defaults):
9067         * format.el (format-alist):
9068         * vc-hooks.el (vc-mode):
9069         * window.el (special-display-buffer-names):
9070         * international/mule-cmds.el (input-method-alist):
9071         Define riskiness here (dumped file) rather than in files.el.
9072         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9073         * imenu.el (imenu-generic-expression, imenu--index-alist):
9074         * outline.el (outline-level):
9075         * time.el (display-time-string):
9076         * calendar/parse-time.el (parse-time-rules):
9077         * mail/rmailout.el (rmail-output-file-alist):
9078         Autoload riskiness here, rather than placing in files.el.
9080 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9082         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9084 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9086         * simple.el (process-file-side-effects): New defvar.
9088         * dired-aux.el (dired-show-file-type):
9089         * vc.el (vc-diff-internal):
9090         * vc-arch.el (vc-arch-diff):
9091         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9092         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9093         * vc-git.el (vc-git-registered, vc-git-working-revision)
9094         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9095         (vc-git--empty-db-p):
9096         * vc-hooks.el (vc-user-login-name):
9097         * vc-svn.el (vc-svn-registered, vc-svn-state)
9098         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9099         * progmodes/grep.el (grep-probe): Let-bind
9100         `process-file-side-effects' with nil.
9102         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9104         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9105         daemon.  Replace ping by checking for running service for bluez
9106         and zeroconf.  (Bug#4239)
9108 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9110         * net/dig.el (dig): Add autoload cookie.
9112 2009-08-25  Glenn Morris  <rgm@gnu.org>
9114         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9115         load-history for absolute file-names.
9116         (byte-compile-file-form-require): Warn about use of the cl package.
9118         * format.el (format-alist): Doc fix.
9120         * play/bubbles.el (top-level): Don't require cl at run-time.
9122         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9123         run-time cl).
9125 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9127         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9128         from cl package.
9129         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9131 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9133         * calc/calc-alg.el (math-trig-rewrite)
9134         (math-hyperbolic-trig-rewrite): New functions.
9135         (calc-simplify): Simplify trig functions when asked.
9137 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9139         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9141 2009-08-24  Kenichi Handa  <handa@m17n.org>
9143         * language/ind-util.el (mapthread): Delete it.
9144         (combinatorial): New function.
9145         (indian--puthash-cv): Use combinatorial instead of mapthread.
9147 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9149         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9150         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9151         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9152         Clarify docstring that the value is strings not symbols.
9153         (checkdoc-list-of-strings-p): New function.
9155 2009-08-22  Glenn Morris  <rgm@gnu.org>
9157         * files.el (auto-mode-alist):
9158         * hippie-exp.el (he-concat-directory-file-name):
9159         * lpr.el (lpr-windows-system, printer-name):
9160         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9161         * ps-print.el (ps-windows-system):
9162         * startup.el (command-line):
9163         * emulation/viper-ex.el (viper-glob-function):
9164         * international/mule-cmds.el (set-language-environment-coding-systems):
9165         * net/ange-ftp.el (ange-ftp-write-region):
9166         * obsolete/fast-lock.el (fast-lock-cache-name):
9167         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9168         unisoft-unix, vax-vms, win32, w32.
9170         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9171         given name if the pattern is not more specific.
9173         * calendar/lunar.el (lunar-phase-names): New option.
9174         (lunar-phase): Doc fix.
9175         (lunar-cycles-per-year): New constant.
9176         (lunar-index): New function.
9177         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9178         (lunar-phase-name): Use lunar-phase-names.
9179         (calendar-lunar-phases): Use format.
9180         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9182         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9183         Copy imenu-example--name-and-position function here for own use.
9184         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9186         * bs.el (bs--redisplay):
9187         * cus-edit.el (custom-redraw):
9188         * ibuffer.el (ibuffer-bury-buffer):
9189         * server.el (server-goto-line-column):
9190         * startup.el (command-line-1):
9191         * strokes.el (strokes-xpm-for-stroke):
9192         * term.el (term-display-buffer-line):
9193         * view.el (View-goto-line):
9194         * calc/calc.el (calc-do, calc-trail-buffer):
9195         * play/gamegrid.el (gamegrid-add-score-insecure):
9196         * progmodes/ada-mode.el (ada-compile-goto-error):
9197         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9198         (ebrowse-select-1st-to-9nth):
9199         * progmodes/cperl-mode.el (cperl-time-fontification):
9200         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9201         * progmodes/gud.el (gud-display-line):
9202         (idlwave-shell-display-line):
9203         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9204         * progmodes/make-mode.el (makefile-browser-toggle):
9205         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9206         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9207         * textmodes/picture.el (picture-draw-rectangle):
9208         * textmodes/reftex-index.el (reftex-index-goto-letter):
9209         (reftex-select-jump-to-previous):
9210         * textmodes/reftex-sel.el (reftex-find-start-point)
9211         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9212         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9213         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9214         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9215         * textmodes/two-column.el (2C-associated-buffer):
9216         Use forward-line rather than goto-line.
9218         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9219         goto-line.
9221         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9222         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9223         (quick-check-list-to-regexp): Declare.
9225         * progmodes/make-mode.el (makefile-browser-insert-selection):
9226         Use goto-char rather than goto-line.
9228         * progmodes/prolog.el (compilation-error-regexp-alist)
9229         (compilation-forget-errors): Declare.
9231 2009-08-22  Juri Linkov  <juri@jurta.org>
9233         * progmodes/grep.el (lgrep, rgrep): At the beginning
9234         set `dir' to `default-directory' unless `dir' is a non-nil
9235         readable directory.  (Bug#4052)
9236         (lgrep, rgrep): Change a weird way to report an error
9237         from using `read-string' to using `error'.
9238         Instead of using interactive arguments in the function body,
9239         add new argument `confirm'.
9241 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9243         * textmodes/remember.el (remember-buffer):
9244         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9245         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9246         (icalendar-extract-ical-from-buffer):
9247         * net/newst-treeview.el (newsticker-groups-filename):
9248         * net/newst-backend.el (newsticker-cache-filename):
9249         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9250         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9251         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9252         (speedbar-buffers-line-path, speedbar-path-line)
9253         (speedbar-buffers-line-path):
9254         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9255         (epg-sign-keys):
9256         * epa.el (epa-display-verify-result):
9257         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9259 2009-08-21  Glenn Morris  <rgm@gnu.org>
9261         * progmodes/js.el (inferior-moz-process): Fix declaration.
9263         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9265         * obsolete/rnewspost.el (news-mail-reply):
9266         Use goto-char rather than goto-line.
9268         * term/ns-win.el (ns-open-file-select-line):
9269         Use line-beginning-position rather than goto-line.
9271         * apropos.el (apropos-command):
9272         * ehelp.el (electric-helpify):
9273         * printing.el (pr-show-setup):
9274         * strokes.el (strokes-help):
9275         * tutorial.el (tutorial--describe-nonstandard-key)
9276         (tutorial--detailed-help):
9277         * woman.el (woman-mini-help, woman-display-extended-fonts):
9278         * calc/calc-help.el (calc-describe-key):
9279         * emulation/edt.el (edt-electric-helpify):
9280         * international/mule-diag.el (mule-diag):
9281         * play/yow.el (apropos-zippy):
9282         * progmodes/python.el (python-describe-symbol):
9283         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9284         * textmodes/table.el (*table--cell-describe-mode)
9285         (*table--cell-describe-bindings):
9286         Use help-print-return-message rather than the now obsolete alias.
9288         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9289         (calendar-cursor-to-visible-date):
9290         * play/5x5.el (5x5-position-cursor):
9291         * play/decipher.el (decipher):
9292         * play/gomoku.el (gomoku-goto-xy):
9293         * play/landmark.el (lm-goto-xy):
9294         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9295         (mpuz-paint-digit):
9296         Use forward-line, not goto-line.
9298         * mail/rmail.el (rmail-obsolete): Delete custom group.
9299         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9300         (rmail-remote-password, rmail-remote-password-required):
9301         Remove unneeded :set-after and :set properties.
9303 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9305         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9307 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9309         * loadup.el: Remove leftover macos code.
9311         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9312         Explicitly pass the date format to git blame so that user local
9313         so that the output format can be parsed.
9315 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9317         * net/dbus.el (top): Don't check for (getenv
9318         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9320 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9322         * log-edit.el (log-edit-strip-single-file-name): New var.
9323         (log-edit-insert-changelog): Use it.  Bug#3571
9325 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9327         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9328         Bug#3287
9330         * help.el (help-print-return-message): Rename from
9331         print-help-return-message.
9333         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9334         cvs-mode-map parent hack.
9335         (log-view-mode): Derive from special-mode.
9337         * linum.el (linum-mode): window-size-change-functions is redundant.
9338         Adapt to new window-configuration-change-hook behavior.
9339         (linum-after-size, linum-after-config): Remove.
9341         * imenu.el (imenu-example--name-and-position)
9342         (imenu-example--lisp-extract-index-name)
9343         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9344         Mark as obsolete.
9346         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9347         (inferior-prolog-mode): Use it.
9348         (inferior-prolog-load-file): Reset list of errors.
9350 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9352         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9354         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9356 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9358         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9359         is running already.
9361 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9363         * subr.el (listify-key-sequence-1): Use normal syntax since those
9364         integers are nowadays always represented by the same (positive) number
9365         on all platforms.
9366         (read-key-empty-map): New const.
9367         (read-key-delay): New var.
9368         (read-key): New function.
9369         (force-mode-line-update): Use with-current-buffer.
9370         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9371         (start-process-shell-command, start-file-process-shell-command):
9372         Discourage the use of command-args.
9374 2009-08-19  Glenn Morris  <rgm@gnu.org>
9376         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9378 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9380         * simple.el (choose-completion-string): Don't rely on
9381         minibuffer-completing-file-name and ad-hoc checks to decide whether
9382         to continue completion or not.
9384         * minibuffer.el (minibuffer-hide-completions): New function.
9385         (completion--do-completion): Use it.
9386         (completions-annotations): New face.
9387         (completion--insert-strings): Use it.
9388         (completion-pcm--delim-wild-regex): Add docstring.
9389         (completion-pcm--string->pattern): Add support for 0-width delimiters
9390         in completion-pcm--delim-wild-regex.
9392 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9394         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9395         Remove unused var `buffer-modified-p'.
9397         * minibuffer.el (completion--do-completion): Move point for the #b001
9398         case as well (bug#4176).
9399         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9401 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9403         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9404         and :session buses.
9406 2009-08-18  Kenichi Handa  <handa@m17n.org>
9408         * international/ucs-normalize.el (ucs-normalize-version):
9409         Change to 1.1.
9410         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9411         (utf-8-hfs): Make it perform normalization on encoding too.
9413         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9414         (sentence-end-without-space): Delete duplicated chars.
9415         (sentence-end-base): Likewise.
9417         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9418         (html-mode): Delete duplicated chars from sentence-end-base.
9420         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9421         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9423 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9425         * files.el (hack-one-local-variable): If the mode function is for
9426         a minor mode, pass it an argument (Bug#4148).
9428 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9430         * net/tramp.el (tramp-register-completion-file-name-handler):
9431         Check also for (member 'partial-completion completion-styles).
9433 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9435         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9436         abbrev (Bug#3943).
9438 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9440         * progmodes/cperl-mode.el: Merge upstream 6.2.
9441         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9442         (cperl-forward-re): Check cperl-brace-recursing.
9443         (cperl-highlight-charclass): New function.
9444         (cperl-find-pods-heres): Use it.
9445         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9446         (cperl-beautify-regexp-piece): Fix column calculation.
9447         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9448         (cperl-beautify-level): Don't process entire regexp.
9449         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9450         calling man.
9451         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9452         (cperl-init-faces): Build a list in the normal way.
9454 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9456         * calendar/parse-time.el (parse-time-string-chars): Save match
9457         data.
9459 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9461         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9462         (sql-product): Use it.
9463         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9464         (sql-set-product): Add completion.
9465         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9466         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9467         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9468         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9469         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9470         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9471         (sql-highlight-db2-keywords): Remove.
9472         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9473         (sql-highlight-product): Use derived-mode-p.
9474         (sql-set-sqli-buffer): Use with-current-buffer.
9475         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9476         Simplify.
9478         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9480         * term.el: Fix commenting convention, turn comments into docstrings.
9482 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9484         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9486 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9488         * calendar/parse-time.el (parse-time-string-chars): Compute using
9489         character classes, to handle non-ascii characters (Bug#3190).
9491 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9493         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9494         another heredoc if the user adds another < (Bug#3226).
9496         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9497         Don't initialize based on window-system (Bug#4124).
9499         * facemenu.el (facemenu-read-color): Use a completion function
9500         that accepts any defined color, such as RGB triplets (Bug#3677).
9502         * files.el (get-free-disk-space): Change fallback default
9503         directory to /.  Expand DIR argument before switching to fallback.
9504         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9506 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9508         * files.el (load-library): Doc fix.
9510 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9512         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9513         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9514         incremental search string.
9516         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9517         XEmacs.
9519         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9520         (ediff-merge-region-is-non-clash)
9521         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9522         Also check if the job is really a merge job.
9524         * ediff.el (ediff-current-file): New function.
9526 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9528         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9529         conventions.
9530         (js-insert-and-indent): Delete function.
9531         (js-mode-map): Don't bind keys to js-insert-and-indent.
9532         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9533         (js-end-of-defun): Rename from js--end-of-defun.
9534         (js-auto-indent-flag): Delete variable.
9536 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9538         * progmodes/js.el: Remove proclaim statement.
9539         Defvar which-func-imenu-joiner-function to silence compiler.
9541         * files.el (auto-mode-alist): Use js-mode for .js files.
9543         * progmodes/js2-mode.el: Remove file.
9545         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9547         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9549         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9551 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9552             Karl Landstrom  <karl.landstrom@brgeight.se>
9554         * progmodes/js.el: New file.
9556 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9558         * timezone.el (timezone-parse-date): Add ability to understand ISO
9559         basic format (minimal separators) dates in addition to the
9560         already-supported extended format dates.
9562 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9564         * international/ucs-normalize.el: Add a `coding' file variable.
9566         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9568 2009-08-14  Sam Steingold  <sds@gnu.org>
9570         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9572 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9574         * faces.el (help-argument-name): Define it here instead of
9575         help-fns.el, because in daemon mode help-fns.el may be loaded when
9576         faces are still uninitialized (Bug#1078).
9578         * help-fns.el (help-argument-name): Move defface to faces.el.
9580 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9582         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9583         create buffer with a pty but no process so that GDB can make the
9584         inferior the controlling process.
9586 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9588         * international/ucs-normalize.el: New file.
9590 2009-08-13  Richard Stallman  <rms@gnu.org>
9592         * mail/rmail.el (rmail-get-attr-names):
9593         Accept an attribute header that is too short.
9595         * mail/rmail.el (rmail-forget-messages):
9596         Ignore nil elt in rmail-message-vector.  Use dotimes.
9598         * progmodes/compile.el (compilation-goto-locus):
9599         Use next-error-move-function.
9601         * simple.el (next-error-move-function): New variable.
9603 2009-08-12  Juri Linkov  <juri@jurta.org>
9605         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9606         always non-nil.  (Bug#4052)
9608         * replace.el (read-regexp): Return empty string when
9609         `default-value' is nil.
9610         (keep-lines-read-args): Don't use empty string as the
9611         default value for `read-regexp'.  (Bug#2495)
9613 2009-08-12  Juri Linkov  <juri@jurta.org>
9615         * international/mule-cmds.el (ucs-insert): Change arguments
9616         from `arg' to `character', `count', `inherit' to be the same
9617         as in `insert-char'.  Doc fix.  (Bug#4039)
9619         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9621 2009-08-12  Juri Linkov  <juri@jurta.org>
9623         * files-x.el: New file.
9625         * files.el: Move code that deals with adding/deleting
9626         file/directory-local variables to files-x.el.
9628         * Makefile.in (ELCFILES): Add files-x.elc.
9630 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9632         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9633         to use `goto-line'.
9634         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9635         `goto-line'.
9636         (gdb-invalidate-disassembly): Do not refresh upon receiving
9637         'update signal.  Instead, update all disassembly buffers only after
9638         threads list.
9639         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9640         (gdb-starting): Moved -data-list-register-names...
9641         (gdb-stopped): ...here so it's sent when first thread stops.
9642         (gdb-registers-handler-custom): Do nothing if register names are
9643         unknown yet.
9645         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9646         from `gdb-mi.el' to avoid extra tangling.
9648         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9649         change which breaks `gud-def' definitions used in `gdb'.
9650         (gdb-update-gud-running): No extra fuss for updating frame number.
9652 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9654         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9655         (describe-language-environment-map, setup-language-environment-map)
9656         (set-coding-system-map): Move initialization into declaration.
9657         (set-language-info-alist): Last arg to define-key-after can be skipped.
9659         * international/quail.el (quail-completion-1): Simplify.
9660         (quail-define-rules): Use slightly more compact code.
9661         (quail-insert-decode-map): Propertize keys, compact columns.
9663         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9664         Add goto-line.
9666 2009-08-10  Miles Bader  <miles@gnu.org>
9668         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9669         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9670         (js2-instance-member, js2-private-member, js2-private-function-call)
9671         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9672         (js2-magic-paren, js2-external-variable):
9673         Remove "-face" suffix from face names.
9674         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9675         (js2-highlight-undeclared-vars, js2-peek-token)
9676         (js2-parse-function-params, js2-mode-show-errors)
9677         (js2-mode-show-warnings, js2-make-magic-delimiter)
9678         (js2-mode-highlight-magic-parens): Update to use new face names.
9680 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9682         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9683         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9685 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9687         * subr.el: Provide hashtable-print-readable.
9689         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9690         hs-c-like-adjust-block-beginning.
9691         (hs-hide-block-at-point): Stop hiding at the beginning of
9692         hs-block-end-regexp (Bug#700).
9694 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9696         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9697         a macro.
9698         (gdb-registers-handler-custom): Do not fail when register names
9699         are unavailable.
9701 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9703         * progmodes/gdb-mi.el (gdb-control-all-threads)
9704         (gdb-control-current-thread): Interactive setters for
9705         `gdb-gud-control-all-threads' to use in menu.
9706         (gdb-show-run-p): Show «Go» when process is not active.
9707         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9708         gud/thread.xpm and gud/all.xpm.
9710 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9712         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9713         (nslookup-font-lock-keywords): Make it a variable.
9714         (net-utils-mode): New mode for viewing diagnostic network output.
9715         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9716         (net-utils-run-simple): New function.
9717         (ifconfig, iwconfig, netstat, arp, route): Use it.
9719 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9721         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9722         (gdb-memory-set-address, def-gdb-set-positive-number)
9723         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9724         after changing settings.
9725         (gdb-invalidate-disassembly): Update when first shown.
9726         (gdb-edit-locals-value): Fixed.
9727         (gdb-registers-handler-custom): Print registers in right order and
9728         allow changing register values (only for current thread yet).
9729         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9730         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9731         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9732         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9733         info in mode name.
9734         (gdb-registers-mode-map): TAB to switch to locals.
9736 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9738         * mail/rmail.el (rmail-add-mbox-headers)
9739         (rmail-set-message-counters-counter): Search for
9740         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9742 2009-08-08  Glenn Morris  <rgm@gnu.org>
9744         * Makefile.in (ELCFILES): Update.
9746 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9748         * mail/sendmail.el (mail-yank-original): Set
9749         buffer-file-coding-system from the one used by the message whose
9750         text is yanked.
9752         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9753         to "windows" when "pgnuplot" is used.
9754         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9755         call accept-process-output if "pgnuplot" is used.
9756         (calc-graph-init): Don't send -display and -geometry to
9757         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9758         running "pgnuplot -V" with shell-command-to-string.
9760         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9761         the default.
9763 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9765         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9766         org/org-latex.elc.
9768 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9770         * vc-dispatcher.el (vc-resynch-window): Update comment.
9772         * term.el (term-handle-ansi-escape): Add comments with the
9773         terminfo capabilities implemented.
9775 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9777         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9778         (gdb-var-create-handler): Rewritten using JSON parser.
9779         (gdb-propertize-header): Moved earlier.
9780         (gdb-set-header): Removed to avoid duplication.
9781         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9782         Refresh disassembly buffers only after threads list have been
9783         update.
9784         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9785         variables.
9787 2009-08-04  Juri Linkov  <juri@jurta.org>
9789         * files.el: Commands to add/delete file/directory-local variables.
9790         (read-file-local-variable, read-file-local-variable-value)
9791         (read-file-local-variable-mode, modify-file-local-variable)
9792         (modify-file-local-variable-prop-line)
9793         (modify-dir-local-variable): New functions.
9794         (add-file-local-variable, delete-file-local-variable)
9795         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9796         (add-dir-local-variable, delete-dir-local-variable)
9797         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9798         (copy-dir-locals-to-file-locals-prop-line): New commands.
9800 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9802         * abbrev.el (insert-abbrev-table-description): Prettify output.
9803         Suggested by Karl Chen.
9805 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9807         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9808         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9809         (gdb-overlay-arrow-position, gdb-thread-position)
9810         (gdb-disassembly-position): Declare variables.
9811         (gdb-wait-for-pending): Function now.
9812         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9813         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9814         compilation goes smoothly.
9815         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9816         (gdb-non-stop-setting): New customization setting which replaces
9817         `gdb-non-stop' so changing it doesn't break active GDB session.
9818         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9819         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9820         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9821         (gdb-show-threads-by-default): New customization options.
9822         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9823         routines.
9824         (gdb-get-buffer-create): Send buffers update signal when they are
9825         created.
9826         (gdb-invalidate-locals, gdb-invalidate-registers)
9827         (gdb-invalidate-breakpoints)
9828         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9829         (gdb-invalidate-memory): Accept update signal.
9830         (gdb-current-context-command): Use --frame option.
9831         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9832         Implement `gdb-frame-number' selection logic.
9833         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9834         whether to show GUD toolbar buttons.
9835         (gdb-thread-exited): Unselect current thread when it exits.
9836         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9837         (gdb-mark-line): Routine which sets overlay arrow or inverses
9838         video on fringeless displays.
9839         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9840         to build aligned columns of data in GDB buffers and set text
9841         properties line-by-line.
9842         (gdb-invalidate-breakpoints)
9843         (gdb-breakpoints-list-handler-custom)
9844         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9845         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9846         (gdb-registers-handler-custom): Align data columns.
9847         (gdb-locals-handler-custom): Now prints data like in variable
9848         declarations.
9849         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9850         Removed confusing buttons.
9851         (gdb-invalidate-threads): Append --frame.
9852         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9853         between breakpoints/threads buffers.
9854         (gdb-set-window-buffer): Now can ignore dedicated windows.
9855         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9856         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9857         (def-gdb-thread-buffer-gud-command): Replaces
9858         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9859         for fine thread control.
9860         (gdb-preempt-existing-or-display-buffer): New function used to
9861         display bound buffers without breaking window layout.
9862         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9863         (gdb-select-frame): New version of `gdb-frames-select' which now
9864         sets `gdb-frame-number' so commands may use --frame option instead
9865         of inner debugger state.
9866         (gdb-frame-handler): Do not set `gdb-frame-number'.
9867         (gdb-threads-mode-map): Select threads with mouse.
9869         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9870         avoid compilation warning.
9871         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9872         `gdb-show-stop-p`.
9874         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9875         Argument `key' renamed to `buffer-type'.
9876         (gdb-current-context-buffer-name): Do not add thread info to
9877         buffer name when no thread is selected.
9878         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9879         command (bug 3794).
9880         (gdb-thread-selected): Handle `=thread-selected' notification.
9881         (gdb-wait-for-pending): New macro to deal with congestion problems.
9882         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9883         breakpoints.
9884         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9885         This fixes problem similar to one described in bug 3947.
9886         (gud-menu-map): More menu items.
9887         (gdb-init-1): Reset `gdb-thread-number' to nil.
9889         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9890         non-stop settings.
9892         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9893         (gdb-current-context-command): Do not append --thread if
9894         `gdb-thread-number' is nil.
9895         (gdb-running-threads-count, gdb-stopped-threads-count): New
9896         variables.
9897         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9898         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9899         customization options.
9900         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9901         GUD commands.
9902         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9903         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9904         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9905         set `gdb-thread-number' and update `gud-running' properly.
9906         (gdb-running): Update threads list when new threads appear.
9907         (gdb-stopped): Support non-stop operation and new thread switching
9908         logic.
9909         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9910         (gdb-json-partial-output): New set of JSON routines.
9911         (def-gdb-auto-update-trigger): New `signal-list' optional
9912         argument.
9913         (gdb-thread-list-handler-custom): Update `gud-running',
9914         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9915         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9916         (gdb-continue-thread, gdb-step-thread): New commands for fine
9917         thread execution control.
9918         (gud-menu-map): New menu items to switch non-stop options.
9919         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9920         (gdb-send): Mimic RET properly (bug 3794).
9922         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9923         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9924         gdb-buffer-rules.
9925         (def-gdb-auto-update-handler): New nopreserve optional argument.
9926         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9928         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9929         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9930         (gdb-parent-mode): New mode to derive other GDB modes from.
9931         (gdb-display-disassembly-for-thread)
9932         (gdb-frame-disassembly-for-thread): New commands for threads
9933         buffer.
9935         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9936         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9937         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9938         (gdb-update): We now store all GDB buffers in a list so that they
9939         can be updated by traversing a list instead of calling invalidate
9940         triggers explicitly.
9941         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9942         pair for GDB buffer.
9943         (gdb-stack-buffer-name): Add thread information.
9944         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9945         handle pending triggers.
9946         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9947         (def-gdb-thread-buffer-simple-command)
9948         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9949         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9950         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9951         New commands which show buffers bound to thread.
9952         (gdb-stack-list-locals-regexp): Removed unused regexp.
9954         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9955         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9956         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9957         to (gud-comint-buffer) in *-buffer-name functions
9958         because (gdb-get-target-string) already does that.
9959         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9960         (gdb-changed-registers-handler): Rewritten without regexps.
9962         * progmodes/gdb-mi.el: Basic thread selection support.
9963         (gdb-thread-number): New variable.
9964         (gdb-current-context-command): New macro which adds --thread
9965         option to command.
9966         (gdb-threads-mode-map): Select thread with SPC.
9967         (gdb-thread-list-handler-custom): Mark current thread with overlay
9968         arrow.  Synchronize GDB thread and Emacs thread.
9969         (gdb-select-thread): New command which selects current thread.
9970         (gdb-invalidate-frames, gdb-invalidate-locals)
9971         (gdb-invalidate-registers): Use --thread option.
9973 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9975         * net/tramp.el (top): Make check for tramp-gvfs loading more
9976         robust.  (Bug#3977)
9977         (tramp-handle-insert-file-contents): `unwind-protect' must be
9978         inside `with-parsed-tramp-file-name'.
9980         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9981         fails.
9983 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9985         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9986         directory if CLASSPATH is not set.
9988 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9990         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9991         New defconst.
9992         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9994 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9996         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9997         Update freshmeat link.  Delete newsforge.com as it seems gone.
9999 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10001         * select.el (x-set-selection): Doc fix (Bug#4021).
10003         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10005         * help-fns.el (describe-variable): Treat list return values from
10006         dir-locals-find-file properly (Bug#4005).
10008 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10010         * net/tramp.el (tramp-debug-message): Print also microseconds.
10012 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10014         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10015         or END is non-nil.
10016         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10017         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10018         format.
10020         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10021         (tramp-get-file-property): Use it.
10023         * autorevert.el (auto-revert-handler): Allow
10024         `auto-revert-tail-mode' for remote files.
10026 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10028         * minibuffer.el (read-file-name): Treat confirm options to
10029         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10031 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10033         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10034         (font-lock-variable-name-face, font-lock-constant-face): Darken
10035         the colors for light backgrounds.
10037 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10039         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10040         month names.  (Bug#3987)
10042 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10044         * simple.el (line-move-finish): Pass whole number to
10045         line-move-to-column.
10046         (line-move-visual): Perform hscroll to the recorded position.
10048 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10050         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10052 2009-07-29  Alan Mackenzie  <acm@muc.de>
10054         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10056 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10058         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10059         (gdb-place-breakpoints): Use full path when setting breakpoints.
10061 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10063         * calc/calc.el (calc-mode-map): Add keybinding for
10064         `calc-transpose-lines'.
10066 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10068         * calc/calc-misc.el (calc-transpose-lines): New function.
10070 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10072         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10073         Simplify check for out-of-band methods.
10074         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10075         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10077 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10079         * vc-git.el (vc-git-checkin): Fix typo.
10081 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10083         * progmodes/js2-mode.el: New file.
10085 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10087         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10088         (gud-menu-map): Adjust tooltip accordingly.
10090 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10092         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10093         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10095         * add-log.el (change-log-mode-map): Add a menu.
10097 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10099         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10100         function returns nil.
10101         (dbus-handle-event): Handle special return value :ignore.
10102         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10104 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10106         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10107         it's not needed.
10109 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10111         Fix Bug#3888:
10113         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10115         * term/pc-win.el (x-display-name, x-colors)
10116         (x-select-enable-clipboard, x-select-text): Doc fix.
10118         * term/common-win.el (x-display-name, x-colors): Doc fix.
10120         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10121         (xw-defined-colors): Doc fix.
10123         * w32-fns.el (x-select-text, x-setup-function-keys)
10124         (x-get-selection, x-set-selection): Doc fix.
10126         * term/x-win.el (x-select-text, x-setup-function-keys)
10127         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10129         * select.el (x-set-selection): Doc fix.
10131 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10133         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10134         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10135         "IsNSSSupportAvailable" method is not available.  Reported by
10136         Steve Youngs <steve@sxemacs.org>.
10138 2009-07-24  Kenichi Handa  <handa@m17n.org>
10140         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10141         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10142         (build-unicode-category-table): Fix range checks.
10144 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10146         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10147         the buffer we try to sync is current when calling
10148         vc-resynch-buffer.
10150         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10151         not show up to date files.
10153 2009-07-24  Glenn Morris  <rgm@gnu.org>
10155         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10156         Add autoload cookies.  If necessary, initialize.
10157         (elint-log): Handle non-file buffers.
10158         (elint-initialize): Add optional argument to reinitialize.
10159         (elint-find-builtin-variables): Save excursion.
10161 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10163         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10164         for Lint.
10166 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10168         * vc.el (vc-print-log-internal): New function, split out from ...
10169         (vc-print-log): ... here.
10170         (vc-dir-move-to-goal-column): Declare.
10172         * vc-git.el (vc-git-add-signoff): New variable.
10173         (vc-git-checkin): Use it.
10174         (vc-git-toggle-signoff): New function.
10175         (vc-git-extra-menu-map): Bind it to menu.
10176         (vc-git--run-command-string): Accept a nil FILE argument.
10177         (vc-git-stash-list): New function.
10178         (vc-git-dir-extra-headers): Use it.
10180 2009-07-23  Glenn Morris  <rgm@gnu.org>
10182         * help-fns.el (describe-variable): Describe ignored and risky local
10183         variables in a similar way to that in which we describe safe ones.
10185         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10186         (byte-compile-output-file-form, byte-compile-output-docform)
10187         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10188         Give some more local variables with common names a "bytecomp-" prefix,
10189         so as not to shadow things during compilation.
10190         * emacs-lisp/cl-macs.el (load-time-value)
10191         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10192         `outbuffer' to `bytecomp-outbuffer'.
10194         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10195         since the next two variables cover them automatically now.
10196         (elint-builtin-variables, elint-autoloaded-variables): New.
10197         (elint-unknown-builtin-args): Remove all members, since they can be
10198         parsed automatically now.
10199         (elint-extra-errors): New.
10200         (elint-env-add-env, elint-env-add-macro): Use cadr.
10201         (elint-current-buffer): Use or.  Change final message.
10202         (elint-get-top-forms): Use line-end-position.
10203         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10204         and defalias.
10205         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10206         (regexp-assoc): Remove unused function.
10207         (elint-top-form): Set elint-current-pos, to record the start of the
10208         top-level form, for compilation-mode.
10209         (elint-form): Trap errors in macro expansion.  Use dolist.
10210         (elint-unbound-variable): Use elint-builtin-variables and
10211         elint-autoloaded-variables.
10212         (elint-get-args): Use cadr, or.
10213         (elint-check-cond-form): Use dolist, cadr.
10214         (elint-check-condition-case-form): Doc fix.  Use cadr.
10215         Use elint-extra-errors.
10216         (elint-log): New function.
10217         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10218         Distinguish errors and warnings.
10219         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10220         Use a bytecomp-style format.
10221         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10222         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10223         Don't truncate lines.
10224         (elint-initialize): Set builtin and autoloaded variable lists.
10225         Only process elint-unknown-builtin-args if non-nil.
10226         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10227         New functions.
10228         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10230 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10232         * net/newst-backend.el (newsticker--parse-atom-1.0)
10233         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10234         (newsticker--parse-rss-1.0):
10235         * progmodes/idlwave.el (idlwave-mode):
10236         * progmodes/idlw-shell.el (idlwave-shell-mode):
10237         * progmodes/vera-mode.el (vera-mode):
10238         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10239         * progmodes/vhdl-mode.el (vhdl-mode):
10240         * textmodes/table.el (table-generate-source)
10241         (table--warn-incompatibility):
10242         Hyperlink urls in docstrings with URL `...'.
10244 2009-07-22  Glenn Morris  <rgm@gnu.org>
10246         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10247         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10248         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10249         Remove leading * from defcustom docs.
10251         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10253         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10254         defcustom doc.
10255         (list-load-path-shadows): Optionally, just return shadows as a string.
10257         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10259 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10261         * mail/rmailedit.el (rmail-edit-mode): Use
10262         auto-save-include-big-deletions.
10264         * mail/rmail.el (rmail-variables): Use
10265         auto-save-include-big-deletions.
10267         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10268         changes.
10270 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10272         * calc/calc.el (calc-undo-length): New variable.
10273         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10275 2009-07-21  Richard Stallman  <rms@gnu.org>
10277         * files.el (auto-save-mode): Handle buffer-save-size = -2
10278         for toggling mode.
10280 2009-07-21  Glenn Morris  <rgm@gnu.org>
10282         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10284         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10286         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10287         silence compiler.  Instead...
10288         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10289         (ps-print-ensure-fontified): Update for above function name changes.
10291         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10292         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10293         silence compiler.  Instead...
10294         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10295         (mh-show-buffer): Only define for compiler.
10296         (pr-mh-current-message): Update for above function name changes.
10298         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10299         as an argument.
10300         (find-file-noselect, insert-file-1): Update for above change.
10302         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10304         * mail/mailclient.el (mailclient-send-it): Fix message.
10306         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10307         (edebug-eval): Check cl-debug-env is bound.
10308         (print-level, print-circle): Don't redefine built-in variables.
10310         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10311         (custom-print-vectors): Remove old comments from doc.
10313         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10314         (emerge-version): Make the variable an obsolete alias for the
10315         emacs-version variable.  Make the function obsolete.
10316         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10317         Emerge options, rather than merging in into the main Options menu.
10318         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10319         and auto advance modes.  Disable edit/fast items when not relevant.
10321 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10323         * term/vt420.el (terminal-init-vt420): Fix typo.
10325 2009-07-20  Sam Steingold  <sds@gnu.org>
10327         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10328         variable (removed from compile.el on 2004-03-11).
10330 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10332         * files.el (hack-local-variables-filter): Fix last change.
10334 2009-07-19  Juri Linkov  <juri@jurta.org>
10336         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10337         (dir-local-variables-alist): New buffer-local variable.
10338         (hack-local-variables-filter): If variable is not dir-local,
10339         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10340         because file-local overrides dir-local.
10341         (c-postprocess-file-styles) <declare-function>:
10342         Remove obsolete declaration.
10343         (hack-dir-local-variables): Add dir-local variable/value pair to
10344         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10346         * help-fns.el (describe-variable): Add information about
10347         file-local and dir-local variables.
10349 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10351         * files.el (hack-local-variables-filter): Rewrite.
10353 2009-07-19  Glenn Morris  <rgm@gnu.org>
10355         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10356         Silence compiler by only defining on XEmacs.
10358         * international/mule.el (auto-coding-regexp-alist): Only match
10359         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10361         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10362         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10363         (cal-menu-context-mouse-menu): Doc fix.
10365         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10367         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10369 2009-07-18  Juri Linkov  <juri@jurta.org>
10371         * info.el: Virtual Info keyword finder.
10372         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10373         (Info-finder-file): New variable.
10374         (Info-finder-find-file): New function.
10375         (finder-known-keywords, finder-package-info)
10376         (find-library-name, lm-commentary): Use defvar and
10377         declare-function to silence compiler warnings.
10378         (Info-finder-find-node): New function.
10379         (info-finder): New command.
10381         * subr.el (process-kill-buffer-query-function): New function.
10382         (add-hook)<kill-buffer-query-functions>: Add hook
10383         `process-kill-buffer-query-function'.
10385 2009-07-18  Alan Mackenzie  <acm@muc.de>
10387         * progmodes/cc-mode.el (c-before-hack-hook)
10388         (c-postprocess-file-styles): Give invocation of `c-set-style'
10389         DONT-OVERRIDE parameter of t.  Already set style variables will
10390         thus not be overridden by style settings given by `c-file-syle'.
10392         * files.el (hack-local-variables-filter): Remove entries with
10393         duplicate keys from `file-local-variables-alist'.
10395 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10397         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10398         x-set-selection if display-selections-p returns nil for the
10399         current frame.
10401 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10403         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10405 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10407         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10408         Accept nil in addition to a regexp.
10409         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10410         Accept nil in addition to a regexp.
10411         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10412         buffers that have an associated file.  Handle nil values of
10413         desktop-buffers-not-to-save and desktop-files-not-to-save.
10414         (Bug#3833)
10416         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10417         (x-disown-selection-internal): New functions.
10419 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10421         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10422         warning.
10423         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10424         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10426 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10428         * simple.el (set-mark): Revert last change.
10430 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10432         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10433         rendering of pngs is not possible instead of messaging a long
10434         description.
10436 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10438         * w32-fns.el (x-selection-owner-p): New function.
10440         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10441         (mouse-yank-at-click, mouse-yank-primary): If
10442         select-active-regions is non-nil, deactivate the mark before
10443         insertion.
10445         * simple.el (deactivate-mark, set-mark): Only save selection if we
10446         own it.
10448 2009-07-17  Kenichi Handa  <handa@m17n.org>
10450         * case-table.el (describe-buffer-case-table): Fix for the case
10451         that KEY is a cons.
10453 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10455         * vc-rcs.el (vc-rcs-find-file-hook):
10456         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10458 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10460         * net/tramp.el (tramp-wait-for-output): Handle the case when
10461         commands do not return a newline but a null byte before the shell
10462         prompt.  (Bug#3858)
10464 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10466         * term/ns-win.el (ns-set-alpha): Don't declare.
10467         (ns-set-background-alpha): Remove function.
10469 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10471         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10472         y-or-n-p, for safety.
10474 2009-07-16  Richard Stallman  <rms@gnu.org>
10476         * files.el (auto-save-mode): If buffer-saved-size is -2,
10477         don't clobber it.
10479         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10480         (rmail-retry-ignored-headers): Add more uninteresting fields.
10482 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10484         * net/rcirc.el (rcirc): Use history variables.
10485         (rcirc-server-name-history, rcirc-nick-name-history)
10486         (rcirc-server-port-history): New variables.
10488 2009-07-15  Kenichi Handa  <handa@m17n.org>
10490         * international/mule-cmds.el (set-language-environment-charset):
10491         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10492         ignore them.
10494         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10495         Delete unibyte-display.
10497 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10499         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10501 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10503         * simple.el (deactivate-mark): Optional argument FORCE.
10504         (set-mark): Use deactivate-mark.
10506         * info.el (Info-search): No need to check transient-mark-mode
10507         before calling deactivate-mark.
10509         * select.el (x-set-selection): Doc fix.
10510         (x-valid-simple-selection-p): Allow buffer values.
10511         (xselect--selection-bounds): Handle buffer values.  Suggested by
10512         David De La Harpe Golden.
10514         * mouse.el (mouse-set-region, mouse-drag-track): Call
10515         copy-region-as-kill before setting the mark, to let
10516         select-active-regions work.
10518 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10520         * simple.el (deactivate-mark): If select-active-regions is
10521         non-nil, copy the selection data into a string.
10522         (activate-mark): If select-active-regions is non-nil, set the
10523         selection to the current buffer.
10524         (set-mark): Update selection if select-active-regions is non-nil.
10526         * select.el (x-valid-simple-selection-p): Allow buffer values.
10528 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10530         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10531         and more featureful message-mode.
10533 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10535         * select.el (x-set-selection): Doc fix.
10536         (x-valid-simple-selection-p): Disallow selection data consisting
10537         of a list or cons of integers, since that is not used.
10538         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10539         (xselect-convert-to-string, xselect-convert-to-length)
10540         (xselect-convert-to-filename, xselect-convert-to-charpos)
10541         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10543 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10545         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10546         output in -break-info command (Emacs bug #3794).
10548 2009-07-14  Glenn Morris  <rgm@gnu.org>
10550         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10551         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10552         (edebug-print-length, edebug-print-level, edebug-print-circle)
10553         (edebug-sit-for-seconds, edebug-view-outside)
10554         (edebug-bounce-point, edebug-set-global-break-condition)
10555         (edebug-Go-nonstop-mode, edebug-trace-mode)
10556         (edebug-Trace-fast-mode, edebug-continue-mode)
10557         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10558         (edebug-visit-eval-list): Doc fixes.
10560         * subr.el (def-edebug-spec): Doc fix.
10562 2009-07-14  Kenichi Handa  <handa@m17n.org>
10564         * international/characters.el: Fix setting of category ?C.
10566 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10568         * term/ns-win.el (x-select-font): defalias x-select-font to
10569         ns-popup-font-panel instead of generate-fontset-menu.
10571 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10573         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10575 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10577         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10578         the PK\003\004 header (Bug#3770).
10580 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10582         * pcomplete.el (pcomplete-comint-setup): Check for
10583         shell-dynamic-complete-filename too.
10585 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10587         * simple.el (temporary-goal-column): Change the value for
10588         line-move-visual to a cons cell.
10589         (line-move-visual): Record or set the window hscroll, if
10590         necessary (Bug#3494).
10591         (line-move-1): Handle cons value of temporary-goal-column.
10593 2009-07-11  Kenichi Handa  <handa@m17n.org>
10595         * international/mule-diag.el (describe-character-set): Don't show
10596         width.
10598 2009-07-10  Sam Steingold  <sds@gnu.org>
10600         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10601         Omake sometimes indents the errors it prints, so allow all
10602         regexps to start with spaces.
10604 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10606         * cus-edit.el (customize-changed-options-previous-release):
10607         Bump value to 22.1.  (Bug#3804)
10609 2009-07-08  Sam Steingold  <sds@gnu.org>
10611         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10612         to be a cons cell (test . ignored-directory) to selectively ignore
10613         some directories depending on the location of the search.
10615 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10617         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10618         remote user is root, on the local host.
10619         (tramp-local-host-p): Either the local user or the remote user
10620         must be root.  (Bug#3771)
10622 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10624         * progmodes/gdb-mi.el (gdb): Remove description of
10625         gdb-use-separate-io-buffer.
10626         (menu): Don't allow toggling of or enable
10627         gdb-use-separate-io-buffer from menubar.
10629 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10631         * mail/unrmail.el (unrmail): Make sure the message ends with two
10632         newlines (Bug#3769).
10634 2009-07-08  Glenn Morris  <rgm@gnu.org>
10636         * calendar/calendar.el (calendar-current-date): Rework previous change.
10638 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10640         * calendar/calendar.el (calendar-current-date):
10641         Add an optional argument giving an offset from today.
10643 2009-07-08  Glenn Morris  <rgm@gnu.org>
10645         * tutorial.el (tutorial--describe-nonstandard-key):
10646         Adjust the message for when a key has been unbound.
10647         (help-with-tutorial): Hide the arch-tag.
10649 2009-07-08  Kenichi Handa  <handa@m17n.org>
10651         * international/fontset.el (setup-default-fontset): For each
10652         script, append (not set) font-specs.
10654         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10655         docstring.
10657 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10659         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10660         -data-list-register-names to ...
10661         (gdb-starting): ... here because GDB 7.0 requires execution to
10662         have started when using this MI command.
10663         (gdb-set-header): New function to distinguish select and
10664         unselected tabs in gdb buffers.
10665         (gdb-propertize-header): New macro that uses gdb-set-header.
10666         (gdb-breakpoints-header, gdb-locals-header): Use it.
10667         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10669 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10671         * Makefile.in (ELCFILES): Remove fadr.elc.
10673 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10675         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10676         may contain frame information, so `string-match' should be used.
10677         (gdb-update): Disassembly is invalidated through
10678         `gdb-get-selected-frame'.
10679         (gdb-pad-string): New function to pad string with spaces.
10680         (gdb-invalidate-disassembly): Invalidate only if the buffer
10681         exists.
10682         (gdb-disassembly-handler-custom): Column alignment.
10683         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10684         placing new ones.
10685         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10686         end of line, too.
10687         (gdb-frame-handler): Match convention to for disassembly buffer
10688         mode name.
10689         (gdb-stack-list-frames-handler): Rewritten without regexps.
10690         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10691         not highlight breakpoints without line information.
10692         (gdb-input): Add trailing newline to command.
10694         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10695         buffer properly.
10696         (gdb-breakpoints-list-handler-custom): Replacement for
10697         `gdb-break-list-handler'.  Using real parser instead of regexps
10698         now.
10699         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10700         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10701         to place breakpoints.
10702         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10703         functions.
10704         (gdb-disassembly-handler-custom): Show overlay arrow.
10705         (gdb-disassembly-place-breakpoints): Show breakpoints in
10706         disassembly buffer.
10707         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10708         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10709         instead of parsing breakpoints buffer.  Fixed old menu references
10710         in `gud-menu-map'.
10712         * fadr.el: Remove.
10714         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10715         (gdb-memory-address): New variable which holds top address of
10716         memory page shown in memory buffer.
10717         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10718         customization variables.
10719         New functions:
10720         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10721         display the memory buffer.
10722         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10723         buffer display parameters.
10724         (def-gdb-memory-format, gdb-memory-format-binary)
10725         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10726         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10727         Functions for setting memory buffer format.
10728         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10729         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10730         unit size used in memory buffer.
10731         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10732         to next/previous page of memory buffer.
10733         Now using (bindat-get-field) instead of fadr functions.
10735 2009-07-07  Sam Steingold  <sds@gnu.org>
10737         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10738         non-top-level files.
10740 2009-07-07  Kenichi Handa  <handa@m17n.org>
10742         * international/mule-cmds.el (reset-language-environment): Put
10743         the highset priority to the charset iso-8859-1.
10745 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10747         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10748         to the end of the line when locating the block (Bug#700).
10750 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10752         * net/tramp.el (tramp-handle-write-region): Flush file properties
10753         in case of short track.
10755 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10757         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10758         Coded custom representation of verilog error regular expressions
10759         to work with Emacs-22's new format.
10760         (verilog-error-regexp-xemacs-alist): Coded custom representation
10761         of verilog error regular expressions to work with XEmacs format.
10762         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10763         error recognition into XEmacs.
10764         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10765         error recognition into Emacs-22.
10767 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10769         * woman.el: Remove stand-alone closing parentheses.
10770         (woman-file-name, woman2-format-paragraphs)
10771         (woman-leave-blank-lines): Code cleanup.
10772         (woman-use-own-frame): Change default to nil.
10773         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10774         defaults to inherit from default faces.
10775         (woman2-process-escapes): Consume the newline after a stand-alone
10776         filler character (Bug#3651).
10778 2009-07-06  Glenn Morris  <rgm@gnu.org>
10780         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10781         (top-level): Move provide to the end.
10782         (ffap): Remove defunct URL from custom group.
10784         * subr.el (eval-after-load): Doc fix.
10786 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10788         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10789         `calc-embedded-word' is called twice.
10791 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10793         * files.el (find-alternate-file-other-window, find-alternate-file):
10794         Obey confirm-nonexistent-file-or-buffer.
10796 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10798         * dired-aux.el (dired-show-file-type): Handle remote files.
10800 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10802         * desktop.el (desktop-globals-to-save):
10803         Add file-name-history (Bug#2750).
10805 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10807         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10809 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10811         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10812         property on entire argument since this is what eshell-lisp-command
10813         expects.
10815 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10817         * net/tramp-gvfs.el (tramp-gvfs-methods)
10818         (tramp-gvfs-zeroconf-domain)
10819         (tramp-bluez-discover-devices-timeout): Add version flag.
10820         (tramp-gvfs-handler-mounted-unmounted)
10821         (tramp-gvfs-connection-mounted-p): Polish handling of
10822         incompatibilities between GVFS 0.2 and 1.0.
10824 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10826         * cus-start.el (all): Add make-pointer-invisible.
10828 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10830         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10831         formatted correctly.
10833 2009-07-02  Juri Linkov  <juri@jurta.org>
10835         * info.el: Virtual Info files and nodes.
10836         (Info-virtual-files, Info-virtual-nodes): New variables.
10837         (Info-current-node-virtual): New variable.
10838         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10839         New functions.
10840         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10841         to check for a virtual file instead of checking a fixed list
10842         of node names.
10843         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10844         instead of ad-hoc processing of "dir" and (apropos history toc).
10845         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10846         instead of ad-hoc processing of "dir" and (apropos history toc).
10847         Reread a file when moving from a virtual node.
10848         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10849         (Info-directory-toc-nodes, Info-directory-find-file)
10850         (Info-directory-find-node): New functions.
10851         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10852         (Info-history): Move part of code to
10853         `Info-history-find-node'.
10854         (Info-history-toc-nodes, Info-history-find-file)
10855         (Info-history-find-node): New functions.
10856         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10857         (Info-toc): Move part of code to `Info-toc-find-node'.
10858         (Info-toc-find-node): New function.
10859         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10860         the current Info file name to references because now the node
10861         "*TOC*" belongs to the same Info manual.
10862         (Info-toc-build): Rename from `Info-build-toc'.
10863         (Info-toc-nodes): Rename input argument `file' to `filename'.
10864         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10865         instead of ad-hoc processing of ("dir" apropos history toc).
10866         (Info-index-nodes): Use Info-virtual-file-p
10867         to check for a virtual file instead of checking a fixed list
10868         of node names.
10869         (Info-index-node): Add check for `Info-current-node-virtual'.
10870         Raise `save-match-data' higher up the tree to contain
10871         `search-forward' too (bug fix).
10872         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10873         (Info-virtual-index-nodes): New variable.
10874         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10875         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10876         (Info-apropos-file, Info-apropos-nodes): New variables.
10877         (Info-apropos-toc-nodes, Info-apropos-find-file)
10878         (Info-apropos-find-node, Info-apropos-matches): New functions.
10879         (info-apropos): Move part of code to `Info-apropos-find-node' and
10880         `Info-apropos-matches'.
10881         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10882         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10883         for a virtual file instead of checking a fixed list of node names.
10885         * simple.el (async-shell-command): New command.
10887         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10889         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10890         instead of `mount-info'.
10892 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10894         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10895         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10897 2009-07-02  Kenichi Handa  <handa@m17n.org>
10899         * international/mule.el (set-keyboard-coding-system): Force *-unix
10900         coding-system to avoid eol conversion.
10902 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10904         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10905         Add handler for `process-file', `shell-command' and
10906         `start-file-process'.
10907         (tramp-gvfs-handle-shell-command)
10908         (tramp-gvfs-handle-start-file-process)
10909         (tramp-gvfs-handle-process-file): New defuns.
10910         (tramp-synce-list-devices): Simplify check for existence of property.
10912 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10914         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10916 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10918         * language/korean.el (set-language-info-alist): Add korean-cp949,
10919         cp949 to spec.
10921 2009-07-01  Kenichi Handa  <handa@m17n.org>
10923         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10925         * international/encoded-kb.el: Deleted.
10927         * international/mule.el (set-keyboard-coding-system): Perform the
10928         necessary setup here instead of calling encoded-kbd-setup-display.
10930 2009-07-01  Glenn Morris  <rgm@gnu.org>
10932         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10934 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10936         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10938 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10940         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10941         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10942         (tramp-default-file-modes): Remove execute permissions.
10944         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10945         (top): Add a default for "synce" in `tramp-default-user-alist'.
10946         Add completion function for "synce" method.
10947         (tramp-hal-service, tramp-hal-path-manager)
10948         (tramp-hal-interface-manager, tramp-hal-interface-device):
10949         New defconst.
10950         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10951         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10952         New defuns.
10954         * net/trampver.el: Update release number.
10956 2009-06-30  Kenichi Handa  <handa@m17n.org>
10958         * international/fontset.el (setup-default-fontset): Add CJK fonts
10959         for symbols and the other miscellaneous characters.
10961         * language/korea-util.el (setup-korean-environment-internal):
10962         Make char-width-table suitable for Korean environments.
10963         (exit-korean-environment): Cancel above.
10965         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10966         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10967         setup-function to make char-width-table suitable for respective
10968         environments, and an exit-function to cancel that.
10970         * language/japan-util.el (setup-japanese-environment-internal):
10971         Call use-cjk-char-width-table with arg `ja_JP'.
10973         * international/characters.el (cjk-char-width-table): Delete it.
10974         (cjk-char-width-table-list): New variable.
10975         (use-cjk-char-width-table): New arg local-name.
10976         (use-default-char-width-table): Fix for the case that Emacs is
10977         already using the default char-width-table.
10979 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10981         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10982         modes mandatory.  (Bug#3712)
10984 2009-06-29  Alan Mackenzie  <acm@muc.de>
10986         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10987         correction between the visible width of TABs and their number of bytes.
10989 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10991         * server.el (server-buffer-done): Prevent kill-buffer from
10992         prompting by clearing the buffer modification flag (Bug#3696).
10994 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10996         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10997         (verilog-endcomment-reason-re): Support unique case and priority case.
10998         (verilog-basic-complete-re): Support localparam lineup.
10999         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11000         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11001         commenting.
11002         (verilog-leap-to-case-head): Now support *nested* unique &
11003         priority case statements.
11004         (verilog-auto-lineup): Make just declarations the default (as it
11005         had been).
11006         (verilog-leap-to-case-head): Support priority/unique case statements.
11007         (verilog-auto-lineup): Rework to give users radio buttons to
11008         select the various styles of automatic lineup.
11009         (verilog-error-regexp-alist): Rework to support the XEmacs style
11010         of error regular expressions from compilers, lint tools &
11011         simulators.  Note that GNU Emacs has made it impossible for a mode
11012         to load such things.
11013         (electric-verilog-terminate-line, verilog-indent-declaration)
11014         (verilog-auto-wiure): Rework for radio button selection of
11015         auto-lineup selection of specification of auto lineup.
11016         (verilog-beg-of-statement-1): Redesign to support proper operation
11017         in additional code, based on testing with auto-lineup.
11018         (verilog-calculate-indent, assignments & declarations)
11019         (verilog-backward-token): Enhance to support auto-lineup of
11020         assignments & declarations.
11021         (verilog-in-directive-p, verilog-at-struct-p): New function for
11022         easy test of whether we are.
11023         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11024         to support safe execution at almost anyline.
11025         (verilog-calc-1): Properly support indenting deep inside generate
11026         blocks.
11027         (verilog-init-font): Remove definition & use of verilog-init-font,
11028         as it is redundant with font-lock-defaults.
11029         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11030         to avoid circular calls if syntax-ppss is a function (as is the
11031         case now in 22.x GNU Emacs) as that function would sometimes call
11032         itself, leading to (nearly) infinite recursion.
11033         (verilog-ovm-begin-re, verilog-ovm-end-re)
11034         (verilog-ovm-statement-re, verilog-leap-to-head)
11035         (verilog-backward-token): Add support for OVM macros.  Some are
11036         complete statements, and others open and close scopes like begin
11037         and end.
11038         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11039         (verilog-defun-level-generate-only-re): Really fix the defun-list
11040         compilation issue.
11041         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11042         coverpoint, constraint and cross statements.
11043         (verilog-defun-level-list, verilog-generate-defun-level-list)
11044         (verilog-all-defun-level-list): Redo these specifications - it is
11045         too hard to support eval-when compile aggregation of lists also
11046         built at when-compile time.
11047         (verilog-defun-level-list): Place defconsts of variables used in
11048         building regular expressions which are built in eval-when-compile
11049         bodies in the same eval-when-compile body to facilitate compile
11050         without load.
11051         (verilog-beg-block-re-ordered): Support indenting
11052         virtual/protected tasks and functions.
11053         (verilog-defun-level-list, verilog-in-generate-region-p)
11054         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11055         indentation of some module items (generate items).
11056         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11057         across virtual/protected tasks and functions.
11059 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11061         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11062         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11063         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11064         in concatenations.  Reported by Yishay Belkind.
11065         (verilog-auto-ascii-enum): Support one-hot state machines in
11066         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11067         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11068         modport in AUTOINST and add vl-modport for users.  Reported by
11069         David Rogoff.
11070         (verilog-auto-inout-module, verilog-auto-inst)
11071         (verilog-decls-get-interfaces, verilog-insert-definition)
11072         (verilog-insert-one-definition, verilog-read-decls)
11073         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11074         (verilog-sig-modport, verilog-signals-combine-bus)
11075         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11076         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11077         Suggested by David Rogoff.
11078         (verilog-repair-open-comma): Fix non-insertion of comma when
11079         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11080         (verilog-make-width-expression): Simplify [A-1:0] expression
11081         widths to just {A{1'b0}}.
11082         (verilog-mode): Cleanup checkdoc warnings.
11083         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11084         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11085         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11086         (next-error-last-buffer): Fix byte-compiler warning.
11087         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11088         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11089         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11090         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11091         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11092         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11093         in AUTOINOUT.  Reported by Matthew Lovell.
11094         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11095         causing use of <= assignments.  Reported by Alex Reed.
11096         (verilog-read-decls): Fix triand, trior, wand, wor to be
11097         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11098         (verilog-extended-complete-re): Support import "DPI-C" functions.
11099         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11100         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11101         (verilog-insert-date, verilog-insert-year)
11102         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11103         Windows systems.  Reported by Michael Potts.
11104         (verilog-read-module-name): Fix AUTOINST when the child module
11105         declaration's name is a tick define.  Reported by Elliot Mednick.
11106         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11107         passed to next parameter's definition.  Reported by Bruce T.
11108         (verilog-read-decls): Fix detecting "parameter int" when using
11109         AUTOINSTPARAM.  Reported by Bruce T.
11110         (verilog-goto-defun): Fix goto not finding modules unless first
11111         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11112         (verilog-mode): Expand -f flag arguments on entry to mode so
11113         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11114         (verilog-getopt): Expand environment variables in -f file
11115         arguments.  Suggested by Lawrence Butcher.
11116         (verilog-set-define): Fix "Symbol's value as variable is void"
11117         when reading enumerations.
11118         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11119         Suggested by Stephen Peltan.
11120         (verilog-read-defines): Fix reading of enumerations in include
11121         files.  Reported by Steve Peltan.
11123 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11125         * files.el (trash-directory): Fix defcustom type.
11127 2009-06-28  Juri Linkov  <juri@jurta.org>
11129         * help-fns.el (describe-function-1): Correctly locate adviced
11130         functions in hyperlink (Bug#2438).
11132 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11134         * files.el (trash-directory): Change default to nil.
11135         (move-file-to-trash): If trash-directory is nil and
11136         system-move-file-to-trash is unbound, perform freedesktop-style
11137         trashing.
11139 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11141         * files.el (move-file-to-trash): Add freedesktop trash
11142         support (Bug#973).
11144 2009-06-28  Glenn Morris  <rgm@gnu.org>
11146         * autorevert.el (global-auto-revert-non-file-buffers)
11147         (global-auto-revert-mode): Doc fixes.
11149 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11151         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11153 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11155         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11156         opened an X connection before calling x-get-resource (Bug#3194).
11158         * play/doctor.el: Remove reference to obsolete website.
11159         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11161 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11163         Remove find-file-not-found-hook VC method.  (Bug#2757)
11164         * vc-hooks.el (vc-file-not-found-hook)
11165         (vc-default-find-file-not-found-hook): Remove functions.
11166         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11167         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11168         * vc.el:
11169         * vc-hg.el:
11170         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11172 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11174         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11175         compatibility function for `looking-back'.
11177         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11178         Use `ispell-looking-back'.
11180 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11182         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11183         rather than `filename'.
11185 2009-06-23  Miles Bader  <miles@gnu.org>
11187         * face-remap.el (text-scale-set): New function.
11189 2009-06-23  Glenn Morris  <rgm@gnu.org>
11191         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11193         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11195         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11197         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11199         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11200         Simplify Persian conditionals.
11202         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11203         variable `filename'.
11205         * comint.el (comint-insert-input): Doc fix.
11207         * Makefile.in (ELCFILES): Fix typo in previous change.
11209 2009-06-23  Miles Bader  <miles@gnu.org>
11211         * cus-start.el: Add entry for `recenter-redisplay'.
11213 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11215         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11216         Add an optional argument for the backend, use it instead of
11217         calling vc-backend.
11218         (vc-mode-line): Add an optional argument for the backend.
11219         Pass the backend to vc-state and vc-working-revision.  Move code for
11220         special handling for vc-state being a buffer to ...
11222         * vc-rcs.el (vc-rcs-find-file-hook):
11223         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11225         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11226         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11227         vc-stay-local-p and vc-mode-line calls.
11229         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11230         (vc-cvs-diff, vc-cvs-annotate-command)
11231         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11232         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11233         vc-mode-line calls.
11235         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11236         direct comparison.
11237         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11238         backend when calling vc-mode-line.
11239         (vc-register): Do not create a closure for calling the vc register
11240         function, call it directly.
11242 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11244         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11245         to make it obvious item can be clicked.
11247         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11249 2009-06-23  Kenichi Handa  <handa@m17n.org>
11251         * language/korea-util.el (korean-key-bindings): Change the binding
11252         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11253         same command.
11255 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11257         Sync with Tramp 2.1.16.
11259         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11261         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11262         when a loading of a package fails.  Completion function for rsync
11263         is `tramp-completion-function-alist-ssh'.
11264         (all): Replace all calls of `split-string' and
11265         `tramp-split-string' by `tramp-compat-split-string'.
11266         (tramp-default-method): Use `tramp-compat-process-running-p'.
11267         (tramp-default-proxies-alist): Allow also Lisp forms.
11268         (tramp-remote-path): Add choice "Private Directories".
11269         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11270         (tramp-domain-regexp): Allow also "-", "_" and ".".
11271         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11272         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11273         (tramp-debug-message): Insert header line in debug buffer.
11274         (tramp-handle-directory-files-and-attributes-with-stat):
11275         Care about filenames with spaces, or starting with "-".
11276         (tramp-handle-dired-uncache): New defun.
11277         (tramp-handle-insert-directory): Don't flush the directory from
11278         cache, this is handled by `dired-uncache' now.
11279         (tramp-handle-insert-file-contents): Improve error handling.
11280         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11281         Quote `tramp-end-of-output'.
11282         (tramp-action-password): Improve trace message.
11283         (tramp-check-for-regexp): Both echoes must be present, before removing.
11284         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11285         (tramp-compute-multi-hops): Eval cons cells of
11286         `tramp-default-proxies-alist'.
11287         (tramp-maybe-open-connection): Use the same command pattern for
11288         first hop and further hops.
11289         (tramp-wait-for-output): Remove handling of newlines.
11290         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11291         (tramp-split-string): Remove function.  It is handled in
11292         tramp-compat now.
11294         * net/tramp-cmds.el (tramp-bug):
11295         Recommend `tramp-cleanup-all-connections' in the bug mail.
11297         * net/tramp-compat.el (tramp-compat-split-string)
11298         (tramp-compat-process-running-p): New defuns.
11300         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11301         for `dired-uncache'.
11303         * net/tramp-gvfs.el: New package.
11305         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11306         Add handler for `dired-uncache'.
11307         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11309         * net/trampver.el: Update release number.  Make version check fit
11310         for SXEmacs 22.
11312 2009-06-22  Jim Meyering  <meyering@redhat.com>
11314         Automatically handle .xz suffix (XZ-compressed files), too.
11315         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11316         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11318 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11319             Nick Roberts  <nickrob@snap.net.nz>
11321         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11322         repository (http://sphinx.net.ru/hg/gdb-mi/).
11324 2009-06-22  Glenn Morris  <rgm@gnu.org>
11326         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11327         `mode' and `eval' entries.  (Bug#3430)
11329         * Makefile.in (ELCFILES): Add fadr.elc.
11331         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11332         differing behavior of \n and ^ in strings.  (Bug#3385)
11334         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11336         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11337         property.
11338         (lisp-indent-function): Make it a defcustom.
11340 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11342         * progmodes/gdb-ui.el: Replace with ...
11343         * progmodes/gdb-mi.el: ... this file.
11344         * progmodes/gud.el: Modify for gdb-mi.el.
11346 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11348         * fadr.el: New file.
11350 See ChangeLog.14 for earlier changes.
11352 ;; Local Variables:
11353 ;; coding: utf-8
11354 ;; End:
11356     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11358   This file is part of GNU Emacs.
11360   GNU Emacs is free software: you can redistribute it and/or modify
11361   it under the terms of the GNU General Public License as published by
11362   the Free Software Foundation, either version 3 of the License, or
11363   (at your option) any later version.
11365   GNU Emacs is distributed in the hope that it will be useful,
11366   but WITHOUT ANY WARRANTY; without even the implied warranty of
11367   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11368   GNU General Public License for more details.
11370   You should have received a copy of the GNU General Public License
11371   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11373 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1