* term/common-win.el (x-colors): Add "dark green" and "dark turquoise" (Bug#6332).
[emacs.git] / lisp / ChangeLog
blob8a10343171ad702072574a86219c32b43bf1c44b
1 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
3         * term/common-win.el (x-colors): Add "dark green" and "dark
4         turquoise" (Bug#6332).
6 2010-06-03  Eric Ludlam  <zappo@gnu.org>
8         * cedet/semantic/lex-spp.el
9         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
10         invalid values during save, just save a nil (Bug#6324).
12 2010-06-03  Glenn Morris  <rgm@gnu.org>
14         * desktop.el (desktop-clear-preserve-buffers):
15         Add "*Warnings*" buffer.  (Bug#6336)
17 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
19         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
21 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
24         `file-directory-p' to the filename part rather than to the whole text.
26 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
28         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
29         (bug#6231).
31 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
33         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
35 2010-05-31  Drew Adams  <drew.adams@oracle.com>
37         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
39 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
41         * subr.el (momentary-string-display): Just use read-event to read
42         the exit event (Bug#6238).
44 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
46         * ansi-color.el: Delete unused escape sequences (Bug#6085).
47         (ansi-color-drop-regexp): New constant.
48         (ansi-color-apply, ansi-color-filter-region)
49         (ansi-color-apply-on-region): Delete unrecognized control sequences.
50         (ansi-color-apply): Build string list before calling concat.
52 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
54         * progmodes/verilog-mode.el (verilog-type-font-keywords):
55         Use font-lock-constant-face, not obsolete font-lock-reference-face.
57 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
59         * htmlfontify.el (hfy-face-resolve-face): New function.
60         (hfy-face-to-style): Use it (Bug#6279).
62 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
64         * epa.el (epa--select-keys): Don't explicitly delete the window since
65         that can fail (e.g. sole window in frame).  Use dedication instead.
67 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
69         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
71 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
73         * subr.el (read-quoted-char): Resolve modifiers after key
74         remapping (bug#6212).
76 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * tmm.el (tmm-prompt): Don't try to precompute bindings.
79         (tmm-get-keymap): Compute shortcuts (bug#6171).
81 2010-05-10  Glenn Morris  <rgm@gnu.org>
83         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
84         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
86 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
88         * Version 23.2 released.
90 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
92         * international/mule.el (auto-coding-alist):  Only purecopy
93         car of each item, not the whole list (Bug#6083).
95 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
97         * progmodes/js.el (js-mode): Make paragraph variables local before
98         calling c-setup-paragraph-variables (Bug#6071).
100 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
102         * composite.el (compose-region, reference-point-alist): Fix typos
103         in the doc strings.
105 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
107         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
108         gnuplot's "set" command.
110 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
112         * abbrev.el (last-abbrev-text): Doc fix.
113         (abbrev-prefix-mark): Don't escape parenthesis.
115 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
117         * composite.el (find-composition): Doc fix.
119 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
121         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
122         (sql-oracle-program, sql-sqlite-options)
123         (sql-query-placeholders-and-send): Doc fixes.
124         (sql-set-product, sql-interactive-mode): Reflow docstrings.
125         (sql-imenu-generic-expression, sql-buffer)
126         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
127         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
128         (sql-mode-sybase-font-lock-keywords)
129         (sql-mode-informix-font-lock-keywords)
130         (sql-mode-interbase-font-lock-keywords)
131         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
132         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
133         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
134         (sql-product-feature, sql-highlight-product)
135         (comint-line-beginning-position, sql-rename-buffer)
136         (sql-toggle-pop-to-buffer-after-send-region)
137         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
138         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
139         Fix typos in docstrings.
141 2010-04-23  Juri Linkov  <juri@jurta.org>
143         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
144         property instead of `invisible' and `after-string' (bug#5998).
146 2010-04-23  Juri Linkov  <juri@jurta.org>
148         * image-mode.el (image-mode-as-text): Fix typo in docstring.
150 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
152         * filecache.el (file-cache-add-directory-list)
153         (file-cache-add-directory-recursively): Fix typos in docstrings.
155 2010-04-22  Kenichi Handa  <handa@m17n.org>
157         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
158         (gujarati-composable-pattern): Fix typo.
160 2010-04-20  Kenichi Handa  <handa@m17n.org>
162         * language/indian.el (oriya-composable-pattern)
163         (tamil-composable-pattern, malayalam-composable-pattern): Add
164         two-part vowels to "v" (vowel sign).
166 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
168         * files.el (copy-directory): Handle symlinks (Bug#5982).
170         * progmodes/compile.el (compilation-next-error-function): Revert
171         2009-10-12 change (Bug#5983).
173 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
175         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
176         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
177         (Bug#5846).
179 2010-04-20  Glenn Morris  <rgm@gnu.org>
181         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
183         * minibuffer.el (completion-at-point): Doc fix.
185 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
187         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
188         destroy list before using it.
190 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
192         Fix the version number for added files.
193         * vc-hg.el (vc-hg-working-revision): Check if the file is
194         registered after hg parent fails (Bug#5961).
196 2010-04-17  Glenn Morris  <rgm@gnu.org>
198         * htmlfontify.el (htmlfontify-buffer)
199         (htmlfontify-copy-and-link-dir): Autoload entry points.
201 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
203         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
204         name relative to the project root (Bug#5960).
206 2010-04-16  Glenn Morris  <rgm@gnu.org>
208         * vc-git.el (vc-git-print-log): Doc fix.
210 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
212         * ido.el (ido-file-internal): Fix 2009-12-02 change.
214 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
216         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
217         default settings (Bug#5928).
219 2010-04-10  Glenn Morris  <rgm@gnu.org>
221         * progmodes/fortran.el (fortran-match-and-skip-declaration):
222         New function.
223         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
225 2010-04-07  Kenichi Handa  <handa@m17n.org>
227         * language/indian.el (malayalam-composable-pattern): Fix previous
228         change (add U+0D4D "SIGN VIRAMA").
229         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
230         (tamil-composable-pattern): Fix typo in the regexp.
231         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
232         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
233         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
235 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
237         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
238         paragraph-separate (Bug#5821).
240 2010-04-05  Juri Linkov  <juri@jurta.org>
242         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
244         * info.el (Info-find-node-2): Comment out code that skips
245         breadcrumbs line.
246         (Info-mouse-follow-link): New command.
247         (Info-link-keymap): New keymap.
248         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
249         Return a string with links instead of inserting breadcrumbs
250         to the Info buffer.
251         (Info-fontify-node): Comment out code that inserts breadcrumbs.
252         Instead of putting the `invisible' text property over the Info
253         header, make an overlay over the Info header with the `invisible'
254         property and `after-string' set to the string returned by
255         `Info-breadcrumbs'.
257 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
259         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
260         Reported by monkey@sandpframing.com.
262 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
264         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
265         (semantic-create-imenu-directory-index): Fix typos in docstrings.
266         (semantic-imenu-goto-function): Reflow docstring.
268 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
270         * textmodes/artist.el (artist-mode): Fix typo in docstring.
271         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
273 2010-03-30  Kenichi Handa  <handa@m17n.org>
275         * language/sinhala.el (composition-function-table): Fix regexp for
276         the new Unicode specification.
278         * language/indian.el (devanagari-composable-pattern)
279         (tamil-composable-pattern, kannada-composable-pattern)
280         (malayalam-composable-pattern): Adjust for the new Unicode
281         specification.
282         (bengali-composable-pattern, gurmukhi-composable-pattern)
283         (gujarati-composable-pattern, oriya-composable-pattern)
284         (telugu-composable-pattern): New variables to cope with the new
285         Unicode specification.  Use them in composition-function-table.
287 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
289         Make tmm-menubar work for the Buffers menu again (bug#5726).
290         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
291         vectors rather than cons cells, as used in menu-bar-update-buffers.
293 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
295         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
296         (js-insert-and-indent): Revert 2009-08-15 change, restoring
297         electric punctuation for "{}();,:" (Bug#5586).
299         * mail/sendmail.el (mail-default-directory): Doc fix.
301 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
303         * mail/sendmail.el (mail-default-directory): Doc fix.
305 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
307         * subr.el (version-regexp-alist, version-to-list)
308         (version-list-<, version-list-=, version-list-<=)
309         (version-list-not-zero, version<, version<=, version=): Doc fix.
310         (Bug#5744).
312 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
313             Nick Roberts  <nickrob@snap.net.nz>
315         * progmodes/gdb-ui.el (gdb-apple-test): New function.
316         (gdb-init-1): Use it.
318 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
320         * vc.el (vc-root-diff): Doc fix.
322 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
324         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
326         * simple.el (append-to-buffer): Fix last change.
328 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
330         * simple.el (append-to-buffer): Ensure that point is preserved if
331         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
332         (Bug#5749)
334 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
337         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
338         not be present any more.
340 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
342         * faces.el (set-face-attribute): Fix typo in docstring.
343         (face-valid-attribute-values): Reflow docstring.
345         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
347 2010-03-23  Glenn Morris  <rgm@gnu.org>
349         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
351 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
353         * indent.el (indent-for-tab-command): Doc fix.
355 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
357         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
358         (image-dired-read-comment): Doc fix.
360         * json.el (json-object-type, json-array-type, json-key-type)
361         (json-false, json-null, json-read-number):
362         * minibuffer.el (completion-in-region-functions):
363         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
364         (cal-tex-cursor-week):
365         * emacs-lisp/trace.el (trace-function):
366         * eshell/em-basic.el (eshell/printnl):
367         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
368         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
369         * obsolete/levents.el (allocate-event, event-key, event-object)
370         (event-point, event-process, event-timestamp, event-to-character)
371         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
372         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
373         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
374         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
375         (reftex-highlight-selection): Fix typos in docstrings.
377 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
379         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
381 2010-03-18  Glenn Morris  <rgm@gnu.org>
383         * mail/rmail.el (rmail-highlight-face): Restore option deleted
384         2008-02-13 without comment; mark it obsolete.
385         (rmail-highlight-headers): Use rmail-highlight-face once more.
387 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
389         * woman.el (woman2-process-escapes): Only consume the newline if
390         the filler character is on a line by itself (Bug#5729).
392 2010-03-16  Kenichi Handa  <handa@m17n.org>
394         * language/indian.el (devanagari-composable-pattern): Add more
395         consonants.
397 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
399         * net/trampver.el: Update release number.
401 2010-03-13  Glenn Morris  <rgm@gnu.org>
403         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
405 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
407         * net/tramp.el (tramp-find-executable):
408         Use `tramp-get-connection-buffer'.  Make the regexp for checking
409         output of "wc -l" more robust.
410         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
411         (tramp-open-connection-setup-interactive-shell): Remove workaround
412         for OpenSolaris bug, it is not needed anymore.
414 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
416         * cedet/semantic/imenu.el: New file, from the CEDET repository
417         (Bug#5412).
419 2010-03-12  Glenn Morris  <rgm@gnu.org>
421         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
423 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
425         * files.el (auto-mode-alist): Accept more verilog file patterns.
427 2010-03-09  Miles Bader  <miles@gnu.org>>
429         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
430         instead of "format:"; this ensures that the output is
431         newline-terminated.
433 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
435         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
436         that all errors are caught, and that the return value is always a
437         list (Bug#5692).
439 2010-03-08  Kenichi Handa  <handa@m17n.org>
441         * language/misc-lang.el (windows-1256): New coding system.
442         (cp1256): New alias of windows-1256 (bug#5690).
444 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
446         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
447         call to rfc822-bad-address.  (Bug#5692)
449 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
451         * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
452         vc-git-root as default directory for revision path (Bug#5657).
454 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
456         * calculator.el (calculator): Don't bind split-window-keep-point
457         (Bug#5674).
459 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
461         * vc-git.el: Re-flow to fit into 80 columns.
462         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
463         Remove spurious `quote' element in each case alternative.
464         (vc-git-show-log-entry): Use prog1.
465         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
467 2010-03-06  Glenn Morris  <rgm@gnu.org>
469         * cedet/semantic/grammar.el (semantic-grammar-header-template):
470         Update template copyright to GPLv3+.
472 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
474         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
476 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
478         * macros.el (insert-kbd-macro): Look up keyboard macro using the
479         definition, not the name (Bug#5481).
481 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
483         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
484         argument with a local variable.  (Bug#5670)
486 2010-03-02  Juri Linkov  <juri@jurta.org>
488         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
490 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
492         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
493         error when FILENAME and NEWNAME are existing remote directories.
495         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
496         parameter DIR-FLAG.
498 2010-03-02  Glenn Morris  <rgm@gnu.org>
500         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
501         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
503 2010-03-01  Kenichi Handa  <handa@m17n.org>
505         * language/burmese.el (burmese-composable-pattern): Rename from
506         myanmar-composable-pattern.
508         * international/characters.el (script-list):
509         * international/fontset.el (script-representative-chars):
510         Change myanmar to burmese.
511         (otf-script-alist): Likewise.
512         (setup-default-fontset): Likewise.  Re-fix :otf spec.
514 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
516         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
518 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
520         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
522 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
524         * net/tramp.el (tramp-handle-write-region): START can be a string.
525         Take care in the checks.  Reported by Dan Davison
526         <davison@stats.ox.ac.uk>.
528 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
530         * net/dbus.el (dbus-introspect, dbus-get-property)
531         (dbus-set-property, dbus-get-all-properties): Use
532         `dbus-call-method' when noninteractive.  (Bug#5645)
534 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
536         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
537         * emacs-lisp/elint.el (elint-add-required-env):
538         * cedet/semantic/db-find.el
539         (semanticdb-find-translate-path-brutish-default):
540         * cedet/ede/make.el (ede-make-check-version):
541         * calendar/icalendar.el (icalendar--add-diary-entry):
542         * calc/calcalg2.el (math-tracing-integral):
543         * files.el (recover-session-finish): Use with-current-buffer
544         instead of save-excursion.
546 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
548         Fix in-buffer completion when after-change-functions modify the buffer.
549         * minibuffer.el (completion--replace): New function.
550         (completion--do-completion): Use it and use relative movement.
552 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
554         * international/fontset.el (setup-default-fontset): Fix :otf spec.
556 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
558         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
559         Allow the characters _<> in the stack entry (Bug#5653).
561 2010-02-26  Kenichi Handa  <handa@m17n.org>
563         * language/burmese.el: Fix entries in composition-function-table.
564         (myanmar-composable-pattern): New variable.
566         * international/fontset.el (setup-default-fontset): Add an entry
567         for myanmar.
569         * international/characters.el (script-list): Add Myanmar
570         Extended-A.
572 2010-02-26  Glenn Morris  <rgm@gnu.org>
574         * custom.el (custom-initialize-delay): Doc fix.
576         * mail/sendmail.el (send-mail-function): Autoload the call
577         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
579 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
581         * files.el (hack-local-variables-filter): For eval forms, also
582         check safe-local-variable-p (Bug#5636).
584 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
586         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
587         and use c(ad)r of cddr (Bug#5640).
589 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
591         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
592         setting the modes by `ignore-errors'.  It might fail, for example
593         if the file is not owned by the user but the group.
594         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
596 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
598         * files.el (directory-listing-before-filename-regexp): Use
599         stricter matching for iso-style dates, to avoid false matches with
600         date-like filenames (Bug#5597).
602         * htmlfontify.el (htmlfontify): Doc fix.
604         * eshell/eshell.el (eshell): Doc fix.
606         * startup.el (fancy-about-screen): In mode-line, apply
607         mode-line-buffer-id face only to the buffer name (Bug#5613).
609 2010-02-20  Kevin Ryde  <user42@zip.com.au>
611         * progmodes/compile.el (compilation-error-regexp-alist-alist):
612         In `watcom' anchor regexp to start of line, to avoid slowness
613         (Bug#5599).
615 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
617         * subr.el (remove-yank-excluded-properties): Explain in a comment
618         why `category' property is removed.
620 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
622         * isearch.el (isearch-update-post-hook, isearch-update): Revert
623         2010-02-17 change.
625 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
627         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
628         (icalendar--convert-weekly-to-ical)
629         (icalendar--convert-yearly-to-ical)
630         (icalendar--convert-block-to-ical)
631         (icalendar--convert-cyclic-to-ical)
632         (icalendar--convert-anniversary-to-ical): Take care of time
633         specifications where hour has 1-digit only (Bug#5549).
635 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
637         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
638         of disassemble output in GDB 7.1.
640 2010-02-19  Glenn Morris  <rgm@gnu.org>
642         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
643         property.  (Bug#5593)
645 2010-02-18  Sam Steingold  <sds@gnu.org>
647         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
649 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
651         Use abbreviated file names in bookmarks (bug#5591).
652         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
653         calls to expand-file-name.
654         (bookmark-relocate): Use abbreviated file names in bookmarks.
655         (bookmark-load): Use abbreviated file names in messages.
657 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
659         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
660         expand "." and "..".  Reported by Thierry Volpiatto
661         <thierry.volpiatto@gmail.com>.
663 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
665         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
666         permissions of the temporary file to "0600".  In case the remote
667         file has no read permissions for the owner, there might be
668         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
670 22010-02-18  Glenn Morris  <rgm@gnu.org>
672         * emacs-lisp/authors.el (authors-renamed-files-alist):
673         Add entries for INSTALL.CVS.
675 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
677         * vc-bzr.el: Fix typo in Known Bugs section.
679         * isearch.el (isearch-update-post-hook): New hook.
680         (isearch-update): Use the new hook.
682 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
684         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
685         Fix errors in copying directories.
686         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
687         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
688         (tramp-handle-delete-file)
689         (tramp-handle-dired-recursive-delete-directory)
690         (tramp-handle-write-region): Flush also the cache for the upper
691         directory.
693 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
695         * simple.el (save-interprogram-paste-before-kill): Doc fix.
697         * cus-edit.el (hardware): Doc fix.
699         * man.el (man): Add to external custom group.
701         * delim-col.el (columns): Move to wp custom group.
703         * doc-view.el (doc-view): Add to data custom group.
705         * cedet/data-debug.el (data-debug): Move to extensions group.
707         * cedet/ede.el (ede):
708         * cedet/srecode.el (srecode):
709         * cedet/semantic.el (semantic): Put in tools and extensions group.
711         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
713         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
714         by ispell-parse-output (Bug#5575).
716 2010-02-16  Kenichi Handa  <handa@m17n.org>
718         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
719         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
720         (skkdic-convert): Use `euc-japan' coding system for writing.
722 2010-02-16  Glenn Morris  <rgm@gnu.org>
724         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
725         tex-main-file before using it.  (Bug#5562)
727 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
729         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
730         warnings, since it is annoying for the user to see them each time he
731         runs the code.
733 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
735         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
736         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
737         instead of PROC for caching "first-password-request".  Otherwise,
738         new processes would not profit from passwords already entered.
740         * net/tramp-cache.el (tramp-dump-connection-properties):
741         Don't save "first-password-request" property.
743 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
745         * outline.el (outline-head-from-level):
746         * simple.el (with-wrapper-hook):
747         * cedet/ede.el (ede-run-target, project-delete-target)
748         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
749         (ede-adebug-project, ede-adebug-project-parent)
750         (ede-adebug-project-root):
751         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
752         (elint-defun, elint-buffer-env, elint-top-form-logged)
753         (elint-unbound-variable):
754         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
755         Fix typos in docstrings.
757 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
759         * files.el (insert-directory): When WILDCARD-REGEXP and
760         FULL-DIRECTORY-P are nil, insert the file entry instead of the
761         whole directory.  (Bug#5551)
763         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
764         dired's alignment sanity.  (Bug#5516)
766 2010-02-14  Juri Linkov  <juri@jurta.org>
768         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
769         Remove remaining ^H with their preceding chars.  (Bug#5566)
771 2010-02-13  Glenn Morris  <rgm@gnu.org>
773         * simple.el (transpose-subr): Give it a doc-string.
775         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
776         Doc fixes.
778 2010-02-12  Juri Linkov  <juri@jurta.org>
780         * arc-mode.el (archive-unique-fname): Make directories for nested
781         archives.  (Bug#5540)
783 2010-02-12  Juri Linkov  <juri@jurta.org>
785         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
787 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
789         * subr.el (copy-overlay): Handle deleted overlays.
791         * man.el (Man-completion-table): Don't signal an error if we can't run
792         manual-program (bug#4056).
794 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
796         * textmodes/artist.el (artist-mt): Fix typos in docstring.
798 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
800         * info.el (Info-bookmark-jump): Simplify.
802         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
803         (bookmark-default-handler): Accept new bookmark field `buffer'.
805 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
807         * iswitchb.el (iswitchb-completions): Revert last change.
809 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
811         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
812         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
813         This prevents file names like "~/" being listed literally.
815 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
817         * term/xterm.el (xterm-maybe-set-dark-background-mode):
818         Remove dead code.  (Bug#5546)
820 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
822         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
823         correctly (Bug#5548).
825 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
827         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
828         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
830 2010-02-08  Kenichi Handa  <handa@m17n.org>
832         * international/mule-util.el (with-coding-priority): Add autoload
833         cookie for putting `lisp-indent-function'.
835 2010-02-07  Glenn Morris  <rgm@gnu.org>
837         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
838         Move F2003 named interfaces from keywords-2 to keywords-1, and
839         use function-name-face rather than constant-face.
840         Simplify "abstract interface" regexp.
842 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
844         * eshell/esh-util.el (eshell-file-attributes): New optional arg
845         ID-FORMAT.  Pass it to `file-attributes'.
847         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
849 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
851         * faces.el (set-face-attribute): Allow calling
852         internal-set-lisp-face-attribute with 'unspecified family and
853         foundry argument (Bug#5536).
855 2010-02-07  Glenn Morris  <rgm@gnu.org>
857         * progmodes/f90.el (f90-font-lock-keywords-2)
858         (f90-looking-at-type-like, f90-looking-at-program-block-end):
859         Handle F2003 named interfaces.
861 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
863         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
864         beg and end before calling c-get-state-before-change-functions.
866 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
868         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
870 2010-02-05  Juri Linkov  <juri@jurta.org>
872         * doc-view.el (doc-view-mode):
873         * image-mode.el (image-mode): Put property mode-class=special.
874         (Bug#4896)
876 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
878         * vc-svn.el (vc-svn-revision-table): New function.
880 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
882         * net/ange-ftp.el (ange-ftp-insert-directory):
883         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
884         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
885         Handle also directories.  (Bug#5478)
887 2010-02-05  Glenn Morris  <rgm@gnu.org>
889         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
891 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
893         * startup.el (command-line-1): Convert options beginning with a
894         single dash as well (Bug#5519).
896 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
898         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
899         * minibuffer.el (completion-initials-expand): Only check the presence
900         of delims *within* the boundaries, since otherwise the / delim is
901         always found for files.
903         Fix up various corner case problems.
904         * doc-view.el (doc-view-last-page-number): New function.
905         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
906         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
907         (doc-view-kill-proc): Avoid inf-loop in freak cases.
908         (doc-view-reconvert-doc): Use the new recursive delete-directory.
909         (doc-view-convert-current-doc): Don't create the resolution.el file
910         here any more.
911         (doc-view-pdf/ps->png): Do it here instead.
912         (doc-view-already-converted-p): Check that resolution.el is present.
913         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
914         windows that are not yet showing images.
916 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
918         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
919         `dired-uncache' for every elemnt which is an absolute file name.
921         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
922         directory, handle its directory component.
923         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
924         function is called permanently and creates noise, otherwise.
926         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
927         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
928         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
930 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
932         * macros.el (apply-macro-to-region-lines):
933         Minor simplification.  (Bug#5485)
935 2010-02-04  Glenn Morris  <rgm@gnu.org>
937         * mail/rmail.el (rmail-show-message-1): Handle malformed
938         quoted-printable text.  (Bug#5441)
940         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
942         * simple.el (visual-line-mode): Capitalize lighter.
944 2010-02-03  John Wiegley  <jwiegley@gmail.com>
946         * iswitchb.el (iswitchb-completions): Add bookmark files to the
947         list of files considered for "virtual buffer" completions.
949 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
951         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
952         also in case of (and (not full) (not wildcard)). This is needed,
953         when dired is called with a list of files, which are not in
954         `default-directory'.  (Bug#5478)
956 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
960 2010-02-02  Juri Linkov  <juri@jurta.org>
962         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
963         from unidiff to allow function-line after @@.
965 2010-02-02  Juri Linkov  <juri@jurta.org>
967         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
968         '(RCS SCCS) with inverted condition.
970 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
972         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
973         messages.
975 2010-02-01  Juri Linkov  <juri@jurta.org>
977         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
978         compare with "pkunzip" and "pkzip" instead of only "pkzip".
979         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
980         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
982 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
985         (doc-view-revert-buffer): New command.
986         (doc-view-mode-map): Use it.
988 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
990         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
991         pending merge is detected.
993 2010-01-31  Juri Linkov  <juri@jurta.org>
995         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
996         beginning of interactive spec like all other grep commands do.
997         Put "all" in front of "gz".  (Bug#5260)
999 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1001         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1003 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1005         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1006         regexp is incorrect (Bug#5476).
1008 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1010         * net/tramp.el (tramp-handle-insert-directory): Handle also
1011         symlinks, when FILENAME is not in `default-directory'.
1013 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1015         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1016         FILE is not in `default-directory'.  (Bug#5478)
1018         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1019         of SWITCHES.  Handle the case, FILENAME is not in
1020         `default-directory'.  (Bug#5478)
1021         (tramp-register-file-name-handlers): Add safe-magic property.
1023 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1025         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1026         unzip (Bug#5475).
1028 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1030         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1031         (flymake-master-make-header-init): Add other C++ filename masks.
1032         (flymake-find-possible-master-files)
1033         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1035 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1037         Fix some busybox annoyances.
1039         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1040         not responding." string.
1041         (tramp-open-connection-setup-interactive-shell): Dump stty
1042         settings.  Enable "neveropen" arg for all `tramp-send-command'
1043         calls.  Handle "=" in variable values properly.
1044         (tramp-find-inline-encoding): Raise an error, when no encoding is
1045         found.
1046         (tramp-wait-for-output): Check, whether PROC buffer is available.
1047         Remove spurious " ^H" sequences, sent by busybox.
1048         (tramp-get-ls-command): Suppress coloring, if possible.
1050 2010-01-28  Glenn Morris  <rgm@gnu.org>
1052         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1054         * log-edit.el (log-edit-strip-single-file-name): Add missing
1055         :safe, :group, and :version tags.
1057 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1059         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1060         buffers.  (Bug#5477)
1062 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1064         * files.el (delete-directory): Handle moving to trash without
1065         first doing recursion (Bug#5436).
1067 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1069         * vc-hooks.el (vc-path): Mark as obsolete.
1071 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1073         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1074         names too.
1076         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1077         for the short log.
1078         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1080 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1082         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1084         * vc-bzr.el (vc-bzr-revision-table): New function.
1086 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1088         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1089         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1091 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1093         Remove support for adding --signoff on commit.
1094         Future support will use an incompatible generic mechanism.
1095         * vc-git.el (vc-git-add-signoff): Remove variable.
1096         (vc-git-toggle-signoff): Remove function.
1097         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1099         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1100         from xterm-set-background-mode.  Return t if the background mode
1101         was set.
1102         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1103         earlier, call it again in case the background mode has changed.
1105 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1107         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1108         (Bug#3541).
1110 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1112         * emacs-lisp/assoc.el (aelement): Doc fix.
1113         (aput, adelete, amake): Use lexical-let (Bug#5450).
1115 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1117         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1118         is the same as subprogram call, not declaration.  (Bug#5435).
1120 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1122         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1123         (tramp-smb-maybe-open-connection): Use it.
1125 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1127         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1129 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1131         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1132         just because we see "encoding: 8bit".
1133         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1135 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1137         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1139 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1141         * jka-compr.el (jka-compr-load): If load-file is not in
1142         load-history, try its file-truename version.  (bug#5447)
1144 2010-01-21  Alan Mackenzie  <acm@muc.de>
1146         Fix a situation where deletion of a cpp construct throws an error.
1147         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1148         invoking c-with-all-but-one-cpps-commented-out, check that the
1149         special cpp construct is still in the buffer.
1150         (c-parse-state): Record the special cpp with markers, not numbers.
1152 2010-01-21  Kenichi Handa  <handa@m17n.org>
1154         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1155         process last-command-event, as it is now decoded first (Bug#5380).
1157 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1159         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1161 2010-01-20  Glenn Morris  <rgm@gnu.org>
1163         * indent.el (tab-always-indent): Fix custom-type.
1165 2010-01-19  Alan Mackenzie  <acm@muc.de>
1167         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1168         buffer throws "args out of range".
1169         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1170         playing the role of delimiter.
1172 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1174         * progmodes/ada-mode.el: Fix bug#5400.
1175         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1176         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1177         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1178         Improve comments in "is" portion.  Handle null procedure declaration.
1179         (ada-move-to-end): Improve doc string.
1181 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1183         * ido.el (ido-cur-list): Initialize to nil.
1184         Remove obsolete information from commentary.
1185         (ido-choice-list): Initialize to nil.
1186         (ido-get-bufname): Reject minibuffers.
1187         (ido-make-buffer-list): If "default" is a nonexistent
1188         buffer, ignore it, as per the function's comment.
1189         (ido-kill-buffer-internal): New function.
1190         (ido-kill-buffer-at-head): Use it.
1191         (ido-visit-buffer): Likewise.
1193 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1195         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1197 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1199         * cedet/ede/locate.el (ede-locate-file-in-project)
1200         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1201         (ede-enable-locate-on-project): Fix typos in error messages.
1203         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1204         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1205         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1206         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1207         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1208         Fix typos in menu help.
1210         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1211         Fix typos in chart titles.
1213         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1214         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1215         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1216         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1217         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1218         (semantic-parse-stream, semantic-parse-region)
1219         (semantic-parse-region-default, semantic--set-buffer-cache)
1220         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1221         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1222         (semantic-default-submodes):
1223         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1224         (semanticdb-create-ebrowse-database)
1225         (semanticdb-find-tags-for-completion-method)
1226         (semanticdb-find-tags-by-class-method)
1227         (semanticdb-deep-find-tags-by-name-method)
1228         (semanticdb-deep-find-tags-for-completion-method):
1229         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1230         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1231         (semanticdb-find-tags-for-completion-method)
1232         (semanticdb-find-tags-by-class-method)
1233         (semanticdb-deep-find-tags-for-completion-method):
1234         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1235         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1236         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1237         (semanticdb-find-tags-by-name-method)
1238         (semanticdb-find-tags-by-name-regexp-method)
1239         (semanticdb-find-tags-for-completion-method)
1240         (semanticdb-find-tags-by-class-method)
1241         (semanticdb-find-tags-external-children-of-type-method)
1242         (semanticdb-find-tags-subclasses-of-type-method)
1243         (semanticdb-deep-find-tags-by-name-method)
1244         (semanticdb-deep-find-tags-by-name-regexp-method)
1245         (semanticdb-deep-find-tags-for-completion-method):
1246         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1247         (semanticdb-enable-gnu-global-in-buffer)
1248         (semanticdb-find-tags-for-completion-method)
1249         (semanticdb-deep-find-tags-by-name-method)
1250         (semanticdb-deep-find-tags-for-completion-method):
1251         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1252         (javascript-mode, semanticdb-find-translate-path)
1253         (semanticdb-find-tags-for-completion-method)
1254         (semanticdb-find-tags-by-class-method)
1255         (semanticdb-deep-find-tags-by-name-method)
1256         (semanticdb-deep-find-tags-for-completion-method)
1257         (semanticdb-find-tags-external-children-of-type-method):
1258         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1259         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1260         (global-semantic-idle-scheduler-mode):
1261         * cedet/srecode/dictionary.el (srecode-field-value)
1262         (srecode-dictionary-add-section-dictionary):
1263         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1264         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1265         (describe-class, eieio-describe-generic, describe-generic):
1266         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1267         (eieio-speedbar-expand):
1268         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1269         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1270         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1271         (viper-del-backward-char-in-replace, viper-backward-indent)
1272         (viper-brac-function, viper-register-to-point, viper-submit-report):
1273         * net/tramp.el (tramp-remote-coding-commands):
1274         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1275         Fix typos in docstrings.
1277 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1279         * mail/sendmail.el (mail-yank-original): Set the mark if the
1280         specified function for yanking does not do it.
1282 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1284         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1286         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1287         resyncing a directory.
1289 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1291         * progmodes/ada-mode.el: Fix bug#1920.
1292         (ada-ident-re): Delete ., allow multibyte characters.
1293         (ada-goto-label-re): New; matches goto labels.
1294         (ada-block-label-re): New; matches block labels.
1295         (ada-label-re): New; matches both.
1296         (ada-named-block-re): Deleted; callers changed to use
1297         `ada-block-label-re' instead.
1298         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1299         Use `ada-block-label-re'.
1300         (ada-indent-on-previous-lines): Improve handling of goto labels.
1301         (ada-get-indent-block-start): Special-case block label.
1302         (ada-get-indent-label): Split into `ada-indent-block-label' and
1303         `ada-indent-goto-label'.
1304         (ada-goto-stmt-start, ada-goto-next-non-ws):
1305         Optionally ignore goto labels.
1306         (ada-goto-next-word): Simplify.
1307         (ada-indent-newline-indent-conditional): Insert newline before
1308         trying to fix indentation; doc fix.
1310 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1312         * calc/calc.el (calc-command-flags): Give it an initial value.
1314 2010-01-17  Glenn Morris  <rgm@gnu.org>
1316         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1318 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1320         * cedet/semantic.el (semantic-mode):
1321         * files.el (minibuffer-with-setup-hook):
1322         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1323         (artist-key-draw-continously, artist-key-do-continously-continously)
1324         (artist-key-set-point-continously, artist-mouse-draw-continously):
1325         Fix typos in docstrings.
1327 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
1329         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1330         return t (Bug#3898).
1332 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
1334         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1335         can parse the output of the external commands (Bug#5279).
1337 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
1339         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1341 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1343         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1345         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1347         * startup.el (command-line): Remove unused --icon-type arg.
1348         Handle --display arg, passing it to command-line-1 (Bug#5392).
1350 2010-01-16  Mario Lang  <mlang@delysid.org>
1352         * cedet/ede/cpp-root.el (ede-cpp-root-project):
1353         * cedet/ede/files.el (ede-expand-filename):
1354         * cedet/ede/simple.el (ede-simple-project):
1355         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1356         (semantic-complete-inline-tag-engine):
1357         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1358         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1359         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1360         * cedet/semantic/db.el (semanticdb-equivalent-mode):
1361         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1362         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1363         * emacs-lisp/chart.el (chart-translate-namezone):
1364         * textmodes/artist.el (artist-compute-popup-menu-table):
1365         Remove duplicated words in doc-strings.
1367 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
1369         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1370         to mairix-search to suppress threading (Bug#5342).
1372 2010-01-15  Kenichi Handa  <handa@m17n.org>
1374         * international/mule-cmds.el (canonicalize-coding-system-name):
1375         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1377 2010-01-15  Glenn Morris  <rgm@gnu.org>
1379         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
1381         * wid-edit.el (widget-keymap): Doc fix.
1383         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1384         former seems to be more widely accepted by various svn versions.
1386 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1388         * find-cmd.el (find-constituents):
1389         * vc-arch.el (vc-arch-root):
1390         * window.el (window-body-height, pop-up-frames):
1391         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1392         (semantic-no-reparse-needed-change-hook):
1393         * cedet/srecode/insert.el (srecode-resolve-argument-list)
1394         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1395         (srecode-template-inserter-ask, srecode-template-inserter-width)
1396         (srecode-template-inserter-section-start)
1397         (srecode-template-inserter-section-end, srecode-insert-method):
1398         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1399         * progmodes/ada-stmt.el (ada-if):
1400         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1401         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1402         (ispell-encoding8-command, ispell-aspell-supports-utf8)
1403         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1405         * progmodes/flymake.el (flymake-post-syntax-check):
1406         Fix typo in error message.
1408 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1410         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1411         which is always a string.  (Bug#5313)
1413 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1415         * progmodes/ada-xref.el (ada-default-prj-properties):
1416         Simplify previous change.
1418 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1420         * progmodes/ada-xref.el (ada-default-prj-properties):
1421         Default ada_project_path to $ADA_PROJECT_PATH.
1423 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1425         * progmodes/ada-mode.el (ada-create-keymap):
1426         Override `narrow-to-defun' with `ada-narrow-to-defun'.
1428 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1430         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1431         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1432         (ada-get-current-indent, ada-imenu-generic-expression)
1433         (ada-which-function): Check for it.
1435 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1437         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1438         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1440 2010-01-14  Glenn Morris  <rgm@gnu.org>
1442         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
1444 2010-01-14  Kenichi Handa  <handa@m17n.org>
1446         * composite.el (auto-composition-mode): Make it a buffer local
1447         variable (permanent-local).
1448         (auto-composition-function): Set the default value to
1449         auto-compose-chars.
1450         (auto-composition-mode): Make it a simple function, not a minor mode.
1451         (global-auto-composition-mode): Likewise.
1452         (turn-on-auto-composition-if-enabled): Delete it.
1454 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
1456         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1458 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
1460         * files.el (copy-directory): Compute target for recursive
1461         directories with identical names.  (Bug#5343)
1463 2010-01-12  Glenn Morris  <rgm@gnu.org>
1465         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1466         it to bug-gnu-emacs rather than emacs-pretest-bug.
1468 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1470         * cedet/data-debug.el (data-debug): Fix customization group reference.
1472 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1474         * cedet/semantic/analyze.el (semantic-analyze-push-error)
1475         (semantic-analyze-context, semantic-analyze-context-assignment)
1476         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1477         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1478         (semantic-java-doc-keywords-map):
1479         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1480         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1481         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1482         (semantic-c-classname, semantic-format-tag-uml-prototype)
1483         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1484         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1485         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1486         (semantic-get-local-variables, semantic-end-of-command)
1487         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1488         (lisp-mode):
1489         * cedet/semantic/bovine/make.el (makefile-mode):
1490         * cedet/semantic/wisent/python.el (wisent-python-string-re)
1491         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1492         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1493         (semantic-lex, semantic-get-local-variables, python-mode):
1494         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1495         * cedet/srecode/extract.el (srecode-extract-state-set)
1496         (srecode-extract-method): Fix typos in docstrings.
1498 2010-01-11  Sam Steingold  <sds@gnu.org>
1500         * imenu.el (imenu-default-create-index-function): Detect infinite
1501         loops caused by imenu-prev-index-position-function.
1503 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1505         * htmlfontify.el (htmlfontify-load-rgb-file)
1506         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1507         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1508         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1509         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1510         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1511         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1512         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1513         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1514         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1515         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1516         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1517         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1518         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1519         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1520         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1521         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1522         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1523         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1524         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1525         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1526         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1527         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1528         backslash-quoting from parentheses, etc.
1530 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1532         * progmodes/js.el: Autoload javascript-mode alias.
1534 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1536         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1537         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1538         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1539         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1540         Fix typos in docstrings.
1541         (ffap-url-regexp): Doc fix.
1542         (ffap-at-mouse): Fix typo in message.
1544 2010-01-11  Glenn Morris  <rgm@gnu.org>
1546         * version.el (emacs-copyright): Set copyright year to 2010.
1548 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1550         * format.el (format-annotate-function): Only set
1551         write-region-post-annotation-function after running to-fn so as not to
1552         affect nested write-region calls (bug#5273).
1554 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1556         * cedet/semantic.el (semantic-new-buffer-setup-functions):
1557         Add python parser.
1559         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1560         wisent/python.el.
1562 2010-01-10  Richard Kim  <emacs18@gmail.com>
1564         * cedet/semantic/wisent/python-wy.el:
1565         * cedet/semantic/wisent/python.el: New files.
1567 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1569         * man.el (Man-goto-section): Signal error if the section is not
1570         found (Bug#5317).
1572 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
1574         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1575         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
1577 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1579         * progmodes/compile.el: Don't treat compile-command as safe if
1580         compilation-read-command might be nil (Bug#4218).
1582 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1584         * startup.el (command-line-1): Use orig-argi to check for ignored X and
1585         NS options.
1587 2010-01-08  Kenichi Handa  <handa@m17n.org>
1589         * international/fontset.el (build-default-fontset-data):
1590         Exclude characters in scripts kana, hangul, han, or cjk-misc.
1592 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
1594         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1595         to `create-file-buffer' as it expects, not just a buffer name.
1596         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1597         to help uniquify.  (Bug#3224)
1599 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1601         * font-setting.el (font-setting-change-default-font): Use user-spec
1602         instead of name.
1604 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1606         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1608 2010-01-05  Tom Tromey  <tromey@redhat.com>
1610         * progmodes/python.el (python-font-lock-keywords):
1611         Handle qualified decorators (Bug#881).
1613 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1615         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1616         in a lightweight checkout.
1618 2010-01-05  Kenichi Handa  <handa@m17n.org>
1620         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1622 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1624         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1626 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1628         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1629         checkouts.  (Bug#618)
1630         (vc-bzr-log-view-mode): Also highlight the author.
1631         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1632         (vc-bzr-shelve-menu-map):
1633         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1634         (vc-bzr-shelve-apply): Make prompt more explicit.
1636 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1638         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1639         They are valid characters in URL paths (rfc3986), and at least
1640         Firefox does not understand the encoded version (Bug#3166).
1642 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
1644         * progmodes/octave-mod.el (octave-end-keywords)
1645         (octave-block-begin-or-end-regexp, octave-block-match-alist):
1646         Add "end" keyword (Bug#3061).
1647         (octave-end-as-array-index-p): New function.
1648         (calculate-octave-indent): Use it.
1650 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1652         * bookmark.el: Consistently put the text property on the bookmark name.
1653         (bookmark-bmenu-marks-width): Bump back to 2, to include
1654         annotation marks.
1655         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1656         property on the bookmark name, instead of not putting it at all.
1657         (bookmark-bmenu-list): Fix where we put the text property.
1659 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1661         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1662         for showing buffer modified state (as added in the previous change).
1664 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1666         * bookmark.el: Show modified state of bookmark buffer more accurately.
1667         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1668         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1669         (with-buffer-modified-unmodified): New macro.
1670         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1671         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1672         Use new macro to preserve the buffer modified state.
1674 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1676         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1677         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1678         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1679         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1680         (bookmark-bmenu-rename, bookmark-bmenu-locate)
1681         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1682         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1684 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1686         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1687         Make the lines in the generated doc string shorter.  (Bug#4668)
1689 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
1691         * net/rcirc.el: Add follow-link binding (Bug#4738).
1693 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1695         * Makefile.in (bzr-update): Rename from cvs-update.
1696         (cvs-update): New target for backward compatibility.
1698         * makefile.w32-in (bzr-update): Rename from cvs-update.
1699         (cvs-update): New target for backward compatibility.
1701 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1703         * bookmark.el: Remove gratuitous gratitude.
1705 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1707         * bookmark.el (bookmark-bmenu-any-marks): New function
1708         (bookmark-bmenu-save): Clear buffer modification if no marks.
1710 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1712         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1713         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1714         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1715         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1717         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1718         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1719         To: emacs-devel {_AT_} gnu.org
1720         Subject: bookmark.el bug report
1721         Date: Mon, 28 Dec 2009 14:19:16 +0800
1722         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1724 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1726         * bookmark.el: Improvements suggested by Drew Adams:
1727         (bookmark-bmenu-ensure-position): New name for
1728         `bookmark-bmenu-check-position'.  Just ensure the position,
1729         don't return any meaningful value.
1730         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1731         New constants.
1733 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1735         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1736         (bookmark-yank-point, bookmark-bmenu-check-position):
1737         Fix typos in docstrings.
1738         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1739         (bookmark-name-from-full-record, bookmark-get-position)
1740         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1741         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1742         Remove useless quoting of parenthesis, etc. in docstrings.
1744         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1745         (ediff-append-custom-diff): Fix typo in error message.
1746         (ediff-meta-mark-equal-files): Fix typos in messages.
1748         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1750         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1751         Fix typo in docstring.
1753         * net/imap-hash.el (imap-hash-make): Doc fix.
1754         (imap-hash-test): Fix typo in error message; reflow docstring.
1755         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1756         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1757         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1758         Fix typos in docstrings.
1759         (imap-hash-open-connection): Fix typo in error message.
1761         * play/gomoku.el (gomoku): Fix typos in docstring.
1763         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1764         (gdb-jsonify-buffer): Fix typos in docstring.
1765         (gdb-goto-breakpoint): Fix typo in error message.
1766         ("Display Other Windows"): Fix typo in help message.
1767         (gdb-speedbar-expand-node): Fix typo in question.
1769         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1770         (idlwave-html-system-help-location, idlwave-html-help-location)
1771         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1772         (idlwave-help-browser-generic-args, idlwave-help-directory)
1773         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1774         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1775         (idlwave-online-help, idlwave-help-html-link)
1776         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1777         Fix typos in docstrings.
1778         (idlwave-help-with-source, idlwave-help-find-routine-definition):
1779         Reflow docstrings.
1780         (idlwave-help-assistant-start): Fix typo in error message.
1782         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1783         (octave-electric-space): Fix typos in docstrings.
1785 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1787         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1789 2010-01-01  Juri Linkov  <juri@jurta.org>
1791         * comint.el (comint-input-ring-size): Make it a defcustom and
1792         increase the default to 500 (Bug#5148).
1794 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
1796         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1797         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1798         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1800 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
1802         Show working revision correctly for mercurial.
1803         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1804         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1806 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
1808         Declare some functions for the byte-compiler.
1809         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1810         (speedbar-timer-fn, speedbar-change-expand-button-char)
1811         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1813 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
1815         This changeset reverts GDB Graphical Interface to use annotations.
1816         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1818 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1820         Make vc-dir work on subdirectories of the bzr root.
1821         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
1822         file names relative to it.
1823         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1824         relative directory to vc-bzr-after-dir-status.
1826 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
1828         * font-lock.el (font-lock-refresh-defaults): New function, which
1829         can be used to let font-lock react to external changes in
1830         variables like font-lock-defaults and keywords.
1831         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1833 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1835         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1837         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1839 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1841         Supersede color.diff settings in git log (bug#5211).
1843         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1844         escape chars in its output when the user has color.diff set to `always'.
1845         This fix works on git 1.4.2 and newer (released on 2006-08-13).
1847 2009-12-26  Kevin Ryde  <user42@zip.com.au>
1849         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1850         node.  Keep previous "Index" name to work with past coreutils too.
1852         * man.el (man): Revise docstring a bit to show -a and -l as
1853         examples.  Add -k description since support for it has otherwise
1854         been a secret.  (Further to bug#3717.)
1855         (Man-bgproc-sentinel): When "-k foo" produces no output show error
1856         "no matches" rather than "Can't find manpage", as the latter reads
1857         like -k was interpreted as a page name, which is not so.  (Bug#5431)
1859 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
1861         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1862         switches.  Check also for //SUBDIRED// line.
1864 2009-12-25  Kenichi Handa  <handa@m17n.org>
1866         * language/indian.el (devanagari-composable-pattern): Fixed to
1867         handle ZWNJ and ZWJ.  Use it in composition-function-table for
1868         Devanagari.
1869         (malayalam-composable-pattern): Fix previous change.
1871 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1873         * ps-print.el (ps-face-attributes): It was not returning the
1874         attribute face for faces specified as string.  Reported by harven
1875         <harven@free.fr>.
1876         (ps-print-version): New version 7.3.5.
1878 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1880         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1881         timezone names.
1882         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1883         (icalendar--add-diary-entry): Remove the trailing blank that
1884         diary-make-entry inserts.
1886 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
1888         Make `file-expand-wildcards' work for remote files.
1890         * files.el (file-expand-wildcards): In case of remote files, check
1891         only local file name part for wildcards.  Provide feature 'files
1892         and subfeature 'remote-wildcards.  (Bug#5198)
1894         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1895         if there is already an established connection.
1896         (tramp-advice-file-expand-wildcards): Remove it.
1898         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1899         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1900         Activate advice for older GNU Emacs versions.  (Bug#5237)
1902 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
1904         Some doc fixes (more needed).
1906         * find-cmd.el (find-constituents): Reflow docstring.
1907         (find-cmd, find-prune, find-command): Fix typos in docstrings.
1908         (find-generic): Doc fix.
1910 2009-12-17  Juri Linkov  <juri@jurta.org>
1912         Fix regression from 23.1 to allow multiple modes in Local Variables.
1914         * files.el (hack-local-variables-filter): While ignoring duplicates,
1915         don't take `mode' into account.
1916         (hack-local-variables-filter, hack-dir-local-variables): Don't
1917         remove duplicate `mode' from local-variables-alist (like `eval').
1919 2009-12-17  Juri Linkov  <juri@jurta.org>
1921         Make `dired-diff' more safe.  (Bug#5225)
1923         * dired-aux.el (dired-diff): Signal an error when `file' equals to
1924         `current' or when `file' is a directory of the `current' file.
1926 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
1928         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1929         unconditionally preloaded files.
1931 2009-12-16  Juri Linkov  <juri@jurta.org>
1933         Revert to old 23.1 logic of using the file at the mark as default.
1934         * dired-aux.el (dired-diff): Use the file at the mark as default
1935         if it's not the same as the current file, and the target dir is
1936         the current dir or the mark is active.  Add the current file
1937         as the arg of `dired-dwim-target-defaults'.  Use the default file
1938         in the prompt.  (Bug#5225)
1940 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
1942         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1943         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1944         (tramp-check-for-regexp): Check also, when an echoing shell stops
1945         to echo sent commands.
1947 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1949         * Makefile.in: Revert last change (Bug#5191).
1951 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
1953         * vc-hg.el (vc-hg-print-log): Fix argument order.
1954         (vc-hg-working-revision): Make sure the command is executed in a
1955         known environment so that we can parse the output.  (Bug#4417)
1957 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1959         * progmodes/python.el (python-symbol-completions): Remove text
1960         properties from symbol string before calling python-send-receive.
1962 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
1964         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1965         when there are values for both file and line.  (Bug#5060)
1967 2009-12-14  Juri Linkov  <juri@jurta.org>
1969         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1970         whitespace after the file name of the first line of unified format,
1971         because git-diff doesn't output whitespace and file modification time
1972         after the file name.
1974 2009-12-14  David Kastrup  <dak@gnu.org>
1976         * info.el (Info-hide-cookies-node): Before hiding a cookie,
1977         check if it already has the `display' property added by
1978         `Info-display-images-node', and not put the `invisible' property
1979         in this case.
1981 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1983         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1984         (semantic-mru-bookmark-mode): Doc fixes.
1986         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1987         of assert.
1989 2009-12-13  Glenn Morris  <rgm@gnu.org>
1991         * mail/emacsbug.el (message-sort-headers): Define for compiler.
1992         (report-emacs-bug): In message-mode, sort manually before storing
1993         original report text.  (Bug#5178)
1994         Remove superfluous save-excursion.
1996 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
1998         * net/dbus.el (dbus-property-handler): Filter lambda forms out
1999         when responding to "GetAll" properties.
2001 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2003         * simple.el (compose-mail): Remove mail-setup-with-from from
2004         customization checks.
2006 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2008         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2009         RAR archives created on Unix systems.
2011 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2013         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2014         the varalias that was accidentally removed by the 2009-11-19 change
2015         (bug#5186).
2017 2009-12-12  Kenichi Handa  <handa@m17n.org>
2019         * language/indian.el (indian-compose-regexp): New function.
2020         (malayalam-composable-pattern): Fix the pattern.
2021         (composition-function-table): Set malayalam-composable-pattern for
2022         Malayalam characters.
2024 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2026         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2027         rather than down-mouse-1, based on follow-link conventions.
2029         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2030         are compiled.
2032 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2034         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2035         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2036         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2037         (verilog-leap-to-head, verilog-backward-token):
2038         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2040 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2042         * progmodes/verilog-mode.el (verilog-auto-lineup)
2043         (verilog-nameable-item-re): Cleanup user-visible spelling and
2044         documentation errors.  One reported by Gary Delp.
2045         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2046         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2047         package, bug195.  Reported by Pierre-David Pfister.
2049 2009-12-11  Glenn Morris  <rgm@gnu.org>
2051         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2053         * mail/emacsbug.el: No longer require sendmail.
2054         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2055         (report-emacs-bug-orig-text): Doc fix.
2056         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2057         New local variables, to adapt to different mail-user-agents.
2058         (report-emacs-bug): Fix test for a gnu.org address.
2059         Use overlays for emphasis, since font-lock defeats 'face property.
2060         Pretest bugs also end up at the newsgroup these days.
2061         Stop message-mode stripping text properties.
2062         Set and use the new buffer-local variables.
2063         (report-emacs-bug-hook): Add doc-string.
2064         Remove some unnecessary save-excursions and simplify.
2065         Use the appropriate hook and send-command.
2067         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2068         capitalization of some menu entries.
2070 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2072         * whitespace.el (whitespace-display-char-on): Ensure
2073         `buffer-display-table' is unique when two or more windows are
2074         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2075         New version 12.1.
2077 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2079         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2080         characters in the Attribute field.
2082 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2084         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2086 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2088         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2089         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2090         Disregard autoload-excludes.
2091         (update-directory-autoloads): Obey autoload-excludes here instead.
2092         But don't store its contents in no-autoloads and remove entries that
2093         refer to excludes files.
2095 2009-12-10  Glenn Morris  <rgm@gnu.org>
2097         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2098         (expand-mail-aliases): Define for compiler.
2100         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2101         Define for compiler.
2103         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2104         appropriate for the mail-user-agent in use.
2106 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2108         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2110 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2112         Fix short log parsing and fontification.
2113         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2114         Fix fontification for the [merge] label.
2116 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2118         Drop some properties to avoid surprises.
2119         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2120         (hfy-fontify-buffer): Use it.
2122 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2124         Minor cleanup.
2125         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2126         Adjust all callers.
2127         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2128         args compulsory.  Adjust callers.
2129         (ffap-gopher-at-point): Remove unused var `name'.
2131         Get rid of the ELCFILES abomination.
2132         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2133         (compile-elcfiles): New phony target.
2134         (compile-main): Compute ELCFILES dynamically.
2135         (compile-clean): New target to remove left-over elc files.
2136         (compile, all): Use it.
2138 2009-12-09  Kenichi Handa  <handa@etlken>
2140         * international/mule-diag.el: Require help-mode instead of help-fns.
2142 2009-12-09  Kenichi Handa  <handa@m17n.org>
2144         * international/mule-cmds.el (ucs-names): Supply sufficiently
2145         fine ranges instead of pre-calculating accurate ranges.
2146         Iterate with bigger gc-cons-threshold.
2148 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2150         Add support for stashing a snapshot of the current tree.
2151         * vc-git.el (vc-git-stash-snapshot): New function.
2152         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2154 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2156         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2157         instead of `(beginning|end)-of-line'.
2159 2009-12-08  Glenn Morris  <rgm@gnu.org>
2161         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2163         * Makefile.in (ELCFILES): Regenerate.
2165 2009-12-07  Juri Linkov  <juri@jurta.org>
2167         Don't lazy-highlight the comint output in history Isearch mode.
2169         * comint.el (comint-history-isearch-search): Instead of
2170         `comint-line-beginning-position', use `comint-after-pmark-p'
2171         to check if point if before the process mark, and go to
2172         `process-mark' in this case.
2174 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2176         * textmodes/tex-mode.el (latex-complete)
2177         (latex-indent-or-complete): Remove.
2178         (latex-mode): Set completion-at-point-functions instead.
2180         Provide a standard completion command and hook it into TAB.
2181         * minibuffer.el (completion-at-point-functions): New var.
2182         (completion-at-point): New command.
2183         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2184         * progmodes/python.el (python-mode-map): Use completion-at-point.
2185         (python-completion-at-point): Rename from python-partial-symbol and
2186         adjust for use in completion-at-point-functions.
2187         (python-mode): Setup completion-at-point for Python completion.
2188         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2189         extracted from lisp-complete-symbol.
2190         (lisp-complete-symbol): Use it.
2191         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2192         setup completion-at-point for Elisp completion.
2193         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2194         Use completion-at-point.
2195         * ielm.el (ielm-map): Use completion-at-point.
2196         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2197         * progmodes/sym-comp.el: Move to...
2198         * obsolete/sym-comp.el: Move from progmodes.
2200 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2202         Prevent save-buffer in Rmail buffers from using the coding-system
2203         of the current message, and from clobbering the encoding mnemonics
2204         in the mode line (Bug#4623).
2206         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2207         flag, too.
2208         (rmail-message-encoding): New variable.
2209         (rmail-write-region-annotate): Record the encoding of the current
2210         message in rmail-message-encoding.
2211         (rmail-after-save-hook): New function, restores the encoding of
2212         the current message after the message collection is saved.
2214 2009-12-07  Juri Linkov  <juri@jurta.org>
2216         * progmodes/grep.el (grep-read-files): Use `completing-read'
2217         instead of `read-string'.  Set its `collection' arg to
2218         `read-file-name-internal'.  (Bug#4301)
2220 2009-12-07  Juri Linkov  <juri@jurta.org>
2222         Correctly restore original Isearch point.  (Bug#4994)
2224         * isearch.el (isearch-mode): Move `isearch-push-state' after
2225         `(run-hooks 'isearch-mode-hook)'.
2226         (isearch-cancel): When `isearch-push-state-function' is defined,
2227         let-bind `isearch-cmds' to the first state (the last element of
2228         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2229         function and restores the original point).  Otherwise, move point
2230         to `isearch-opoint'.
2232 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2234         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2235         chars that don't have names, so the table can be built much faster at
2236         run-time.
2238 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2240         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2241         change.  Suggested by David Kastrup.
2243         * simple.el (compose-mail): Check for incompatibilities and warn.
2244         (compose-mail-user-agent-warnings): New option.
2246 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2248         Support showing a single log entry from vc-annotate.
2249         * vc.el (print-log): Add a new argument: START-REVISION.
2250         (vc-print-log-internal): Add a new optional argument and
2251         pass it to the backend.
2252         (vc-print-log, vc-print-root-log): Adjust callers.
2253         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2254         buffer already displays the requested log entry, use it.
2255         Otherwise display only the log entry in question.
2256         * vc-svn.el (vc-svn-print-log):
2257         * vc-mtn.el (vc-mtn-print-log):
2258         * vc-hg.el (vc-hg-state):
2259         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2260         (vc-git-show-log-entry): Return t on success.
2261         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2262         (vc-bzr-show-log-entry): Return t on success.
2263         * vc-rcs.el (vc-rcs-print-log):
2264         * vc-sccs.el (vc-sccs-print-log):
2265         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2267 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2269         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2270         Add menus to the meta mode.  (Bug#5043)
2272 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2274         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2275         event-key.
2277         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2279 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2281         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2282         Berbain <raphael.berbain@gmail.com>.
2284         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2285         characters.
2286         (tramp-initial-end-of-output): New defconst.
2287         (tramp-methods, tramp-find-shell)
2288         (tramp-open-connection-setup-interactive-shell)
2289         (tramp-maybe-open-connection): Use it.
2290         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2291         existence of `#' and `$'.
2293         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2294         `tramp-initial-end-of-output'.
2296 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2298         Get the background mode from the terminal for xterm, and set
2299         faces accordingly.
2300         * term/xterm.el (xterm-set-background-mode): New function.
2301         (terminal-init-xterm): Use it in case xterm supports background
2302         color queries.  Recompute faces after getting the background
2303         color.
2305 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2307         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2308         number comment back on its own line, for easier parsing.
2310 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2312         Make it work for non-file buffers (bug#5102).
2313         * doc-view.el (doc-view-current-cache-dir):
2314         Use doc-view-buffer-file-name rather than buffer-file-name.
2315         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2317 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2319         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2320         author field is too short.
2322 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2324         * vc-git.el (vc-git-print-log): Handle a limit argument.
2325         Display the short log in graph form and with labels.
2326         (vc-git-log-view-mode): Handle labels.
2328         Make vc-revert change VC state from 'added to 'unregistered.
2329         * vc-git.el (vc-git-revert): Call git reset first.
2331 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2333         * net/newst-backend.el, net/newst-plainview.el:
2334         * net/newst-reader.el, net/newst-ticker.el:
2335         * net/newst-treeview.el, net/newsticker.el:
2336         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2338 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2340         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2342         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2343         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2344         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2345         Update annotation regexp.
2347         * simple.el (beginning-of-visual-line): Constrain to field
2348         boundaries (Bug#5106).
2350 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2352         * xml.el (xml-substitute-numeric-entities): Move
2353         newsticker--decode-numeric-entities in newst-backend.el to
2354         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2355         * net/newst-backend.el (newsticker--parse-generic-feed)
2356         (newsticker--parse-generic-items)
2357         (newsticker--decode-numeric-entities): Move
2358         newsticker--decode-numeric-entities in newst-backend.el to
2359         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2361 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
2363         * progmodes/js.el (js--js-not): Add null to the list of values.
2365 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2367         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2369 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2371         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2372         delimiter if it is at the end of the current line.
2373         (bibtex-generate-url-list): Fix docstring.
2375 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2377         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2378         minibuffer's content with itself.
2379         Fold the confirm-after-completion case into the `confirm' case.
2380         (completion-pcm-word-delimiters): Add : and / to the delimiters.
2382 2009-12-06  Kevin Ryde  <user42@zip.com.au>
2384         * ffap.el (ffap-rfc-path): Make this a defcustom since
2385         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
2387         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2388         manuals, similar to existing setup for help-mode.  (Bug#3913.)
2390 2009-12-05  Juri Linkov  <juri@jurta.org>
2392         Save and restore dired buffer's point positions too.  (Bug#4880)
2394         * dired.el (dired-save-positions): Return in the first element
2395         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2396         Doc fix.
2397         (dired-restore-positions): First restore buffer's position.
2398         While restoring window's positions, check if window still displays
2399         the original buffer.
2401 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2403         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2404         if possible.
2406         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2407         Make argument optional.
2409         * shell.el (shell): Require ansi-color (Bug#5113).
2411         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2413         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2415 2009-12-05  Alan Mackenzie  <acm@muc.de>
2417         * progmodes/cc-mode.el (c-before-hack-hook)
2418         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2419         `c-file-style' to work again.  This reversion restores the current
2420         software to its state in Emacs 23.1.  (Bug#4146)
2422 2009-12-05  Kevin Ryde  <user42@zip.com.au>
2424         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2425         comment-start-skip to comment-end-skip as comment (Bug#4781).
2427 2009-12-05  Juri Linkov  <juri@jurta.org>
2429         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2430         for virtual nodes.  (Bug#4147)
2431         (Info-find-node-2): Set `Info-current-node-virtual' to nil
2432         when moving from a virtual node.
2433         (Info-mode-menu): Add `Info-virtual-index' to the menu.
2434         (Info-mode): Add `Info-virtual-index' to the docstring.
2436 2009-12-05  Eric Ludlam  <zappo@gnu.org>
2438         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2439         Describe project macro symbols.
2441         * cedet/semantic/complete.el (semantic-complete-do-completion):
2442         Don't call semantic-collector-current-exact-match.
2444         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2445         ede-objects as targets.
2447         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2448         a target's object list even if compiler vars are already in the
2449         Makefile.
2451         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2452         list of headers producing necessary macros.
2454 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2456         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2457         track of the buffer position of the end of a BibTeX entry as this
2458         position may change during reformatting.
2459         (bibtex-format-entry): Remove whitespace before processing
2460         numerical fields so that we recognize the latter properly.
2461         (bibtex-reformat): Do not use push which changes the global value
2462         of bibtex-entry-format.
2463         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2464         (bibtex-field-re-init): Replace only space characters by regexp
2465         for whitespace.
2466         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2467         (bibtex-initialize): Also update bibtex-strings.
2468         (bibtex-kill-field): Preserve white space at end of entry.
2469         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2470         Update bibtex-reference-keys.
2472 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2474         * minibuffer.el (completion-pcm--merge-try): Also consider placing
2475         point after a star, if that's the only place where modifications can
2476         make progress.
2478 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
2480         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2481         in docstrings.
2483 2009-12-04  Juri Linkov  <juri@jurta.org>
2485         * proced.el (proced): Call `(proced-update t)' to update process
2486         information instead of only running proced-post-display-hook.
2487         (proced-send-signal): Add a leading space to the buffer name
2488         " *Marked Processes*" to make this buffer ephemeral.
2490 2009-12-04  Juri Linkov  <juri@jurta.org>
2492         * dired.el (dired-auto-revert-buffer): New defcustom.
2493         (dired-internal-noselect): Use it.
2495 2009-12-04  Juri Linkov  <juri@jurta.org>
2497         Change roles of modes and functions in image-mode.el (Bug#5062).
2499         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2500         in `auto-mode-alist'.
2501         (image-mode-previous-major-mode): New variable.
2502         (image-minor-mode-map): Rename from `image-mode-text-map'.
2503         (image-mode): Move graceful error-handling code from
2504         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
2505         (image-minor-mode): Remove all image-handling code.
2506         Replace `image-mode-text-map' with `image-minor-mode-map'.
2507         Check for `image-type' in mode-line format string.
2508         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2509         (image-mode-as-text): New function with most code from
2510         `image-mode-maybe'.
2511         (image-toggle-display-text): Move code that removes image
2512         properties from `image-toggle-display' to here.
2513         (image-toggle-display-image): New function with code that adds
2514         image properties copied from `image-toggle-display'.
2515         (image-toggle-display): Remove most code with leaving only code
2516         that toggles between `image-mode-as-text' and `image-mode'.
2518 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
2520         * net/newst-treeview.el
2521         (newsticker--treeview-list-highlight-start): Restored call to
2522         save-excursion: Selected item was stuck.
2523         (newsticker--treeview-list-select): New.
2524         (newsticker--treeview-item-show-text)
2525         (newsticker--treeview-item-show)
2526         (newsticker--treeview-item-update): Use new
2527         newsticker-treeview-item-mode.
2528         (newsticker-treeview-update): Keep current item.
2529         (newsticker-treeview-next-new-or-immortal-item): Doc change.
2530         (newsticker--treeview-first-feed): Doc change.
2531         (newsticker-treeview-list-menu)
2532         (newsticker-treeview-item-menu): Added menu entries.
2533         (newsticker-treeview-item-mode): New.
2535         * net/newst-backend.el (newsticker-customize): Delete other
2536         windows.
2538 2009-12-04  Sam Steingold  <sds@gnu.org>
2540         * log-view.el (log-view-mode-map): "q" calls quit-window,
2541         like in all the other non-self-insert buffers.
2543 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2545         Minor cleanup.
2546         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2547         key decoding rather than do it manually via last-input-event +
2548         ascii-character.
2549         (term-exec): Use delete-and-extract-region.
2550         (term-handle-ansi-terminal-messages): Remove unused var `end'.
2551         (term-process-pager): Remove unused var `i'.
2552         (term-dynamic-simple-complete): Make obsolete.
2553         (serial-update-config-menu): Remove unused vars `y' and `str'.
2554         (term-update-mode-line): Remove unused var `temp'.
2556 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2558         Limit the number of log entries displayed by default.
2559         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2560         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2561         using a prefix argument.
2563 2009-12-03  Glenn Morris  <rgm@gnu.org>
2565         * progmodes/idlwave.el (class): Restore still useful declaration.
2567 2009-12-03  Alan Mackenzie  <acm@muc.de>
2569         Enhance `c-parse-state' to run efficiently in "brace deserts".
2571         * progmodes/cc-mode.el (c-basic-common-init):
2572         Call c-state-cache-init.
2573         (c-neutralize-syntax-in-and-mark-CPP): Rename from
2574         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
2575         placing `category' properties value 'c-cpp-delimiter at its boundaries.
2577         * progmodes/cc-langs.el (c-before-font-lock-function):
2578         c-extend-and-neutralize-syntax-in-CPP has been renamed
2579         c-neutralize-syntax-in-and-mark-CPP.
2581         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2582         with `category' properties now, not `syntax-table' ones.
2584         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2585         enhanced (but slower) version of c-end-of-macro that won't land
2586         inside a literal or on another awkward character.
2587         (c-state-cache-too-far, c-state-cache-start)
2588         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2589         (c-state-nonlit-pos-cache-limit, c-state-point-min)
2590         (c-state-point-min-lit-type, c-state-point-min-lit-start)
2591         (c-state-min-scan-pos, c-state-brace-pair-desert)
2592         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2593         buffer local variables.
2594         (c-state-literal-at, c-state-lit-beg)
2595         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2596         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2597         (c-state-cache-top-paren, c-state-cache-after-top-paren)
2598         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2599         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2600         (c-renarrow-state-cache)
2601         (c-append-lower-brace-pair-to-state-cache)
2602         (c-state-push-any-brace-pair, c-append-to-state-cache)
2603         (c-remove-stale-state-cache)
2604         (c-remove-stale-state-cache-backwards, c-state-cache-init)
2605         (c-invalidate-state-cache-1, c-parse-state-1)
2606         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2607         (c-parse-state): Enhance and refactor.
2608         (c-debug-parse-state): Amend to deal with all the new variables.
2610         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2611         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2612         modify to use category text properties rather than syntax-table ones.
2613         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2614         to switch off/on the syntactic paren property of C++ template
2615         delimiters using the category property.
2616         (c-with-<->-as-parens-suppressed): Macro to invoke code with
2617         template delims suppressed.
2618         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2619         New constant/macros which apply category properties to the start
2620         and end of preprocessor constructs.
2621         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2622         "comment out" the syntactic value of characters in preprocessor
2623         constructs.
2624         (c-with-cpps-commented-out)
2625         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2626         with characters in all or all but one preprocessor constructs
2627         "commented out".
2629 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2631         * proced.el (proced-filter-alist): Use regexp-quote.
2633 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
2635         Cleanup.
2636         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2637         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
2638         arguments.  Expand `default-directory'.
2640         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2641         the benefit of returning an expanded localname.
2642         (tramp-tramp-file-p): Handle the case NAME is not a string.
2644 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2646         Add support for bzr shelve/unshelve.
2647         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2648         (vc-bzr-extra-menu-map): New variables.
2649         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2650         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2651         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2652         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2653         (vc-bzr-dir-extra-headers): Display shelves.
2655         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2657 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2659         * textmodes/bibtex.el (bibtex-complete-internal):
2660         Use completion-in-region.
2661         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2663 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2665         Support applying stashes.  Improve UI.
2666         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2667         (vc-git-stash-apply, vc-git-stash-pop)
2668         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2669         (vc-git-stash-menu): New functions.
2670         (vc-git-stash-menu-map): New variable.
2671         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2673 2009-12-03  Glenn Morris  <rgm@gnu.org>
2675         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2676         (vc-print-log-internal): Fix previous change.
2677         (vc-revert): Correct pluralization.
2679 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2681         * progmodes/make-mode.el (makefile-special-targets-list): No need for
2682         it to be an alist any more.
2683         (makefile-complete): Use completion-in-region.
2685         * progmodes/octave-mod.el (octave-complete-symbol):
2686         Use completion-in-region.
2688         Misc cleanup.
2689         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2690         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2691         (idlwave-complete-class): Don't quote lambda.
2692         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2693         (idlwave-mode-map): Move initialization into declaration.
2694         (idlwave-action-and-binding): Use backquotes.
2695         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2696         Simplify.
2697         (idlwave-is-pointer-dereference): Remove unused var `pos'.
2698         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2699         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2700         `parts', and `all-parts'.
2701         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2702         (idlwave-convert-xml-system-routine-info): Remove unused string
2703         `version-string'.
2704         (idlwave-display-user-catalog-widget): Use dolist.
2705         (idlwave-scanning-lib): Declare dynamically-scoped var.
2706         (idlwave-scan-library-catalogs): Remove unused var `flags'.
2707         (completion-highlight-first-word-only): Declare to silence bytecomp.
2708         (idlwave-popup-select): Tighten scope of `resp'.
2709         (idlwave-find-struct-tag): Remove unused var `beg'.
2710         (idlwave-after-load-rinfo-hook): Declare.
2711         (idlwave-sintern-class-info): Remove unused var `taglist'.
2712         (idlwave-find-class-definition): Remove unused var `list'.
2713         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2714         (idlwave-what-module-find-class): Remove unused var `classes'.
2716 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
2718         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2720 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2722         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2723         buffers visited.  Remove redundant current-buffer-saving.
2725 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2727         Use completion-in-buffer and remove uses of dynamic scoping.
2728         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2729         (pascal-buffer-to-use, pascal-flag): Don't declare.
2730         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2731         (pascal-get-completion-decl, pascal-keyword-completion):
2732         Add `pascal-str' argument, save-excursion,
2733         return the found completions, and don't filter with pascal-pred.
2734         (pascal-completion-cache): New var.
2735         (pascal-completion): Don't switch buffer any more (it was never
2736         necessary).  Don't save-excursion any more (it's done by the called
2737         subroutines).  Use a cache to avoid redundant computations.
2738         Use complete-with-action rather than pascal-completion-response and
2739         let it apply the predicate as well.
2740         (pascal-complete-word): Use completion-in-buffer when
2741         pascal-toggle-completions is nil.
2742         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2743         not used any more.
2744         (pascal-comp-defun): Don't change buffer any more.
2745         Use complete-with-action rather than pascal-completion-response and
2746         let it apply the predicate as well.
2747         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2748         when neded.
2750 2009-12-02  Kenichi Handa  <handa@m17n.org>
2752         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2753         shape for all Indic scripts.
2755 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2757         Use completion-in-buffer.
2758         * wid-edit.el (widget-field-text-end): New function.
2759         (widget-field-value-get): Use it.
2760         (widget-string-complete, widget-file-complete)
2761         (widget-color-complete): Use it and completion-in-region.
2762         (widget-complete): Don't narrow the buffer.
2764 2009-12-02  Glenn Morris  <rgm@gnu.org>
2766         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
2767         (rmail-select-summary): Use rmail-pop-to-buffer.
2768         * mail/rmailsum.el: Replace all pop-to-buffer calls with
2769         rmail-pop-to-buffer, to prevent horizontal splits.
2771         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2772         save-excursion with save-current-buffer.
2773         Widen before searching.  (Bug#5093)
2774         (diary-list-sexp-entries): Remove superfluous save-excursion.
2776 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
2778         * woman.el (woman-make-bufname): Handle man-pages with "." in the
2779         name.  (Bug#5038)
2781 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2783         * ido.el (ido-file-internal): Handle filenames at point that do
2784         not have a directory part.  (Bug#5049)
2786 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
2788         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2789         (mpc-songs-jump-to, mpc-resume): Doc fixes.
2791 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
2793         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2794         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2795         any more.
2797 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2799         * comint.el (comint-insert-input): Ignore clicks to the right of
2800         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2802         * vc.el (vc-print-log-internal): Don't wait for the process to
2803         terminate before setting up the major mode.
2805         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2806         in case.
2808         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2809         the last element.
2811         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2813 2009-12-01  Glenn Morris  <rgm@gnu.org>
2815         * window.el (window--display-buffer-2): Fix previous changes.
2817 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
2819         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2821 2009-12-01  Glenn Morris  <rgm@gnu.org>
2823         * Makefile.in (ELCFILES): Add mpc.elc.
2825 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2827         * mpc.el: New file.
2829 2009-12-01  Glenn Morris  <rgm@gnu.org>
2831         * window.el (window-to-use): Define for compiler.
2833         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2834         consistent with others (no final period).
2836         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2837         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
2839 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2841         Make vc-print-log buttons work.
2842         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2844 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
2846         * savehist.el (savehist-autosave-interval): Allow setting to nil
2847         through customize.  (Bug#5056)
2849 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
2851         Fix references to jit-lock properties.
2852         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2853         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2854         (perl-font-lock-special-syntactic-constructs):
2855         Quote jit-lock-defer-multiline property.
2857 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2859         * vc-git.el (vc-git-registered): Call vc-git-root only once.
2861 2009-11-30  Juri Linkov  <juri@jurta.org>
2863         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2864         value `buffer' of `multi-isearch-next-buffer-current-function'.
2865         Use `(current-buffer)' when `buffer' is nil.
2866         (multi-isearch-next-buffer-from-list): Don't fallback to
2867         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
2869 2009-11-30  Juri Linkov  <juri@jurta.org>
2871         * misearch.el (multi-isearch-read-buffers): Move canonicalization
2872         of buffers with `get-buffer' to `multi-isearch-buffers'.
2873         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2874         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
2875         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2876         FILES with `expand-file-name' converting relative file names
2877         to absolute.  Doc fix.  (Bug#4727)
2879 2009-11-30  Juri Linkov  <juri@jurta.org>
2881         * misearch.el (multi-isearch-read-buffers)
2882         (multi-isearch-read-matching-buffers): New functions.
2883         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2884         Use them in the `interactive' spec.  Doc fix.
2885         (multi-isearch-read-files, multi-isearch-read-matching-files):
2886         New functions.
2887         (multi-isearch-files, multi-isearch-files-regexp):
2888         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
2890 2009-11-30  Juri Linkov  <juri@jurta.org>
2892         * doc-view.el (doc-view-continuous):
2893         Rename from `doc-view-continuous-mode'.
2894         (doc-view-menu): Move "Toggle display" to the top.
2895         Add submenu "Continuous" with radio buttons "Off"/"On"
2896         and "Save as Default".
2897         (doc-view-scroll-up-or-next-page)
2898         (doc-view-scroll-down-or-previous-page)
2899         (doc-view-next-line-or-next-page)
2900         (doc-view-previous-line-or-previous-page): Rename
2901         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
2903 2009-11-30  Juri Linkov  <juri@jurta.org>
2905         * comint.el (comint-mode-map): Rebind `M-r' from
2906         `comint-previous-matching-input' to
2907         `comint-history-isearch-backward-regexp'.
2908         Unbind `M-s' to allow global key binding `M-s'.
2909         Add menu items for `comint-history-isearch-backward' and
2910         `comint-history-isearch-backward-regexp'.  (Bug#3746)
2912 2009-11-30  Juri Linkov  <juri@jurta.org>
2914         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2915         For def=recenter, replace `recenter' with `recenter-top-bottom'
2916         that is called with `this-command' and `last-command' let-bound
2917         to `recenter-top-bottom'.  When the last `def' was not `recenter',
2918         set `recenter-last-op' to nil.  (Bug#4981)
2920 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2922         Minor cleanup and simplification.
2923         * filecache.el (file-cache-add-directory)
2924         (file-cache-add-directory-recursively)
2925         (file-cache-add-from-file-cache-buffer)
2926         (file-cache-delete-file-regexp, file-cache-delete-directory)
2927         (file-cache-files-matching-internal, file-cache-display): Use dolist.
2928         (file-cache-temp-minibuffer-message): Delete function.
2929         (file-cache-minibuffer-complete): Use minibuffer-message instead.
2931         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2932         Don't signal an error when bumping into EOB in tr, s, or y.
2934 2009-11-29  Juri Linkov  <juri@jurta.org>
2936         * startup.el (fancy-about-text): Fix wording of Guided Tour.
2937         (Bug#4960)
2939         * descr-text.el (describe-char-unidata-list): Use lowercase name
2940         for "Unicode name" like in other tags.
2942 2009-11-29  Juri Linkov  <juri@jurta.org>
2944         * ediff-util.el (ediff-minibuffer-with-setup-hook):
2945         New compatibility macro.
2946         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2948 2009-11-29  Juri Linkov  <juri@jurta.org>
2950         Add defcustom to define the cycling order of `recenter-top-bottom'.
2951         (Bug#4981)
2953         * window.el (recenter-last-op): Doc fix.
2954         (recenter-positions): New defcustom.
2955         (recenter-top-bottom): Rewrite to use `recenter-positions'.
2956         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2958 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2960         Improve integration of Tramp and ange-ftp in eshell.
2962         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2963         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
2964         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
2966         * eshell/esh-util.el (top): Require also Tramp when compiling.
2967         (eshell-directory-files-and-attributes): Check for FTP remote
2968         connection.
2969         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2970         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2971         (eshell-file-attributes): Handle ".".  Return `entry'.
2973         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2974         (ange-ftp-directory-files-and-attributes)
2975         (ange-ftp-real-directory-files-and-attributes): New defuns.
2977         * net/tramp.el (tramp-maybe-open-connection): Open the remote
2978         shell with "exec" when possible.  This prevents trailing prompts
2979         in `start-file-process'.
2981 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2983         Try and remove assumptions about point-min==1.
2984         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2985         (rng-compute-mode-line-string): Show the validation percentage in
2986         terms of the narrowed text, not the widened text.
2987         (rng-do-some-validation): Don't catch internal errors when debugging.
2988         (rng-first-error): Simplify.
2989         (rng-after-change-function): Remove work around.  AFAIK the bug has
2990         been fixed a while ago.
2992         * image-mode.el (image-minor-mode): Exit more gracefully when the image
2993         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2995         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2997         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2998         `cd' doesn't always do it for us (bug#5067).
3000         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3001         on 2009-10-25 as part of some other change (bug#5067).
3003 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3005         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3006         `suspicious'.
3007         (byte-compile-warnings): Use byte-compile-warning-types.
3008         (byte-compile-save-excursion): Warn about use of set-buffer right
3009         after save-excursion.
3011         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3012         the excursion as well.
3014 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3016         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3017         providing a Tramp related implementation of "su" and "sudo".
3018         (eshell-unix-initialize): Add "su" and "sudo".
3020 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3022         * net/socks.el (socks-send-command): Convert binary request to
3023         unibyte before sending.  This fixes mishandling of some port
3024         numbers such as 129.
3026 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3028         * help.el (describe-bindings-internal): Remove `interactive'.
3030         * man.el (Man-completion-table): Trim a terminating "(".
3031         Remove the space between name page a section.
3032         Add the command's description on the `help-echo' property.
3033         Remove `process-connection-type' binding since it's unused by
3034         call-process.
3035         Provide completion for the "<section> <name>" format as well.
3036         (Man-default-man-entry): Remove spurious var shadowing the argument.
3038 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3040         * log-view.el: Add "Keywords: tools", since its other keywords
3041         aren't in finder-known-keywords, and following vc.el.
3043         * sha1.el (sha1-string-external): default-directory "/" in case
3044         otherwise non-existent.  process-connection-type pipe for touch of
3045         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3047 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3049         Misc coding convention cleanups.
3050         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3051         hfy-init-kludge-hooks.
3052         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3053         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3054         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3055         and push.
3056         (hfy-slant, hfy-weight): Use tables rather than code.
3057         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3058         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3059         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3060         (hfy-face-to-css): Remove `nconc' with single arg.
3061         (hfy-p-to-face-lennart): Use `or'.
3062         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3063         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3064         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3065         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3066         (hfy-force-fontification): Use run-hooks.
3068 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3070         Various minor fixes.
3071         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3072         Javascript belongs in the header, not the body.
3073         (hfy-javascript): Remove.
3074         (hfy-fontify-buffer): Don't insert it any more.
3075         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3076         Fix bug in invis handling when there were no invis props in a chunk.
3078 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3080         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3082 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3084         * finder.el (finder-mode-map): Add a menu.
3086 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3088         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3089         "unsigned" structs.
3091         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3092         fork" statement better.
3094 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3096         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3097         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3098         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3099         Reported by Clay Douglass.
3101         (verilog-auto-inst, verilog-auto-star-safe)
3102         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3103         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3104         Pierre-David Pfister.
3106 2009-11-26  Glenn Morris  <rgm@gnu.org>
3108         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3109         the scope.
3111 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3113         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3114         Really use previous revision.
3116 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3118         * man.el (Man-completion-table): default-directory "/" in case
3119         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3120         not to truncate long names.  process-connection-type pipe to avoid
3121         any chance of hitting the pseudo-tty TIOCGWINSZ.
3122         (man): completion-ignore-case t for friendliness and since man
3123         itself is case-insensitive on the command line.
3124         Further to Bug#3717.
3126         * arc-mode.el: Add "Keywords: files", so the details in its
3127         commentary can be reached from finder-by-keyword.
3128         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3129         editing mode, but it's comms related and sgml-mode.el has "comm"
3130         on that basis too.
3131         * textmodes/bibtex-style.el: Add "Keywords: tex".
3132         * international/isearch-x.el, international/ja-dic-cnv.el:
3133         * international/ja-dic-utl.el, international/kkc.el:
3134         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3136 2009-11-25  Juri Linkov  <juri@jurta.org>
3138         * man.el (Man-completion-table): Modify regexp to include
3139         section names to completion strings.  (Bug#3717)
3141 2009-11-25  Juri Linkov  <juri@jurta.org>
3143         Search recursively in gzipped files.  (Bug#4982)
3145         * progmodes/grep.el (grep-highlight-matches): Add new options
3146         `always' and `auto'.  Doc fix.
3147         (grep-process-setup): Check `grep-highlight-matches' for
3148         `auto-detect' to determine the need to compute grep defaults.
3149         Move Windows/DOS specific --colors settings handling
3150         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3151         to get the value of "--color=".
3152         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3153         has the value `auto-detect'.  Move Windows/DOS specific settings
3154         from `grep-process-setup'.
3155         (zrgrep): New command with alias `rzgrep'.
3157 2009-11-25  Juri Linkov  <juri@jurta.org>
3159         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3160         to nil instead of switching off view-mode.  (Bug#4896)
3162 2009-11-25  Juri Linkov  <juri@jurta.org>
3164         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3166         * mwheel.el (mwheel-scroll-up-function)
3167         (mwheel-scroll-down-function): New defvars.
3168         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3169         `scroll-up', and `mwheel-scroll-down-function' instead of
3170         `scroll-down'.
3172         * doc-view.el (doc-view-scroll-up-or-next-page)
3173         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3174         Use this ARG in the call to image-scroll-up/image-scroll-down.
3175         Change `interactive' spec to "P".  Goto next/previous page only
3176         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3177         SPC/DEL case).  Doc fix.
3178         (doc-view-next-line-or-next-page)
3179         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3180         for consistency.
3181         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3182         `doc-view-scroll-up-or-next-page', and buffer-local
3183         `mwheel-scroll-down-function' to
3184         `doc-view-scroll-down-or-previous-page'.
3186 2009-11-25  Juri Linkov  <juri@jurta.org>
3188         Provide additional default values (directories at other Dired
3189         windows) via M-n in the minibuffer of some Dired commands.
3191         * dired-aux.el (dired-diff, dired-compare-directories)
3192         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3193         `minibuffer-default' in `minibuffer-with-setup-hook'.
3194         (dired-dwim-target-directory): Find a window that displays Dired
3195         buffer instead of failing when the next window is not Dired.
3196         Use `get-window-with-predicate' to find for the next Dired window.
3197         (dired-dwim-target-defaults): New function.
3199         * ediff-util.el (ediff-read-file-name):
3200         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3201         in `minibuffer-with-setup-hook'.
3203 2009-11-25  Juri Linkov  <juri@jurta.org>
3205         Provide additional default values (file name at point or at the
3206         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3208         * minibuffer.el (read-file-name-defaults): New function.
3209         (read-file-name): Reset `minibuffer-default' to nil when
3210         it duplicates initial input `insdef'.
3211         Bind `minibuffer-default-add-function' to lambda that
3212         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3213         (minibuffer-insert-file-name-at-point): New command.
3215         * files.el (file-name-at-point-functions): New defcustom.
3216         (find-file-default): Remove defvar.
3217         (find-file-read-args): Don't use `find-file-default'.
3218         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3219         to `read-file-name'.
3220         (find-file-literally): Use `read-file-name' with
3221         `confirm-nonexistent-file-or-buffer'.
3223         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3225         * dired.el (dired-read-dir-and-switches):
3226         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3227         to `read-file-name'.
3228         (dired-file-name-at-point): New function.
3229         (dired-mode): Add hook `dired-file-name-at-point' to
3230         `file-name-at-point-functions'.
3232 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3234         Really make the *Completions* window soft-dedicated (bug#5030).
3235         * window.el (window--display-buffer-2): Add `dedicated' argument.
3236         (display-buffer): Pass it when needed so the dedicated flag is set
3237         after calling set-window-buffer, which would otherwise reset it.
3239 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * progmodes/meta-mode.el (meta-complete-symbol):
3242         * progmodes/etags.el (complete-tag):
3243         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3244         Use completion-in-region.
3246         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3247         (dabbrev-completion): Use completion-in-region.
3248         (dabbrev--abbrev-at-point): Simplify regexp.
3250         * abbrev.el (abbrev--before-point): Use word-motion functions
3251         if :regexp is not specified (bug#5031).
3253         * subr.el (string-prefix-p): New function.
3255         * man.el (Man-completion-cache): New var.
3256         (Man-completion-table): Use it.
3258         * vc.el (vc-print-log-internal): Make `limit' optional for better
3259         compatibility (e.g. with vc-annotate.el).
3261 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3263         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3264         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3266         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3267         when .el source file not found or other error.
3269 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3271         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3273 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3275         Handle the [back] button properly (bug#4979).
3276         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3277         Use help-setup-xref, help-buffer, and with-help-window.
3278         (describe-char): Add `buffer' argument.
3279         Pass proper command to help-setup-xref.  Don't meddle with
3280         help-xref-stack-item directly.
3281         (describe-text-category): Use with-help-window and help-buffer.
3283         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3284         for the displayed buffer (bug#4887).
3286         * man.el (Man-completion-table): New function.
3287         (man): Use it.
3289 2009-11-24  David Reitter  <david.reitter@gmail.com>
3291         * vc-git.el (vc-git-registered): Use checkout directory (where
3292         .git is) rather than the file's directory and a relative path spec
3293         to work around a bug in git.
3295 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3297         Improve handling of processes on remote hosts.
3299         * eshell/esh-util.el (eshell-path-env): New defvar.
3300         (eshell-parse-colon-path): New defun.
3301         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3303         * eshell/esh-ext.el (eshell-search-path):
3304         Use `eshell-parse-colon-path'.
3305         (eshell-remote-command): Remove argument HANDLER.
3306         (eshell-external-command): Check for FTP remote connection.
3308         * eshell/esh-proc.el (eshell-gather-process-output):
3309         Use `file-truename', in order to start also symlinked files.
3310         Apply `start-file-process' instead of `start-process'.
3311         Shorten `command' to the local file name part.
3313         * eshell/em-cmpl.el (eshell-complete-commands-list):
3314         Use `eshell-parse-colon-path'.
3316         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3318         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3319         to `eshell-directory-change-hook'.
3321 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3323         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3324         because it could be enabled automatically if view-read-only is non-nil.
3326 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3328         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3329         made on 2009-11-22.
3331 2009-11-24  Glenn Morris  <rgm@gnu.org>
3333         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3334         deleted variable bookmark-bmenu-bookmark-column.
3336         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3337         Move after definition of global-semantic-idle-tag-highlight-mode.
3339 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3341         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3343 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3345         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3346         two slashes to the "file:" prefix.
3347         (browse-url-file-url): De-munge Cygwin filenames before passing
3348         them to Windows browser.
3349         (browse-url-default-windows-browser): Use call-process.
3351 2009-11-23  Juri Linkov  <juri@jurta.org>
3353         Implement DocView Continuous mode.  (Bug#4896)
3354         * doc-view.el (doc-view-continuous-mode): New defcustom.
3355         (doc-view-mode-map): Bind C-n/<down> to
3356         `doc-view-next-line-or-next-page', C-p/<up> to
3357         `doc-view-previous-line-or-previous-page'.
3358         (doc-view-next-line-or-next-page)
3359         (doc-view-previous-line-or-previous-page): New commands.
3361 2009-11-23  Juri Linkov  <juri@jurta.org>
3363         Implement Isearch in comint input history.  (Bug#3746)
3364         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3365         `isearch-mode-hook'.
3366         (comint-history-isearch): New defcustom.
3367         (comint-history-isearch-backward)
3368         (comint-history-isearch-backward-regexp): New commands.
3369         (comint-history-isearch-message-overlay): New buffer-local variable.
3370         (comint-history-isearch-setup, comint-history-isearch-end)
3371         (comint-goto-input, comint-history-isearch-search)
3372         (comint-history-isearch-message, comint-history-isearch-wrap)
3373         (comint-history-isearch-push-state)
3374         (comint-history-isearch-pop-state): New functions.
3376 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3378         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3379         return.
3380         (tramp-handle-make-symbolic-link)
3381         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3382         Quote file names.
3383         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3384         (tramp-handle-process-file): Use it.
3386 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3388         * window.el (move-to-window-line-last-op): Remove.
3389         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3391 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3393         Make M-r mirror the new cycling behavior of C-l.
3394         * window.el (move-to-window-line-last-op): New var.
3395         (move-to-window-line-top-bottom): New command.
3396         (global-map): Bind M-r move-to-window-line-top-bottom.
3398 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
3400         * dired-x.el (dired-guess-shell-alist-default):
3401         Support xz format.  (Bug#4953)
3403 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
3405         * cedet/srecode/map.el (srecode-get-maps):
3406         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3407         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3408         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3409         (semantic-toggle-decoration-style):
3410         * cedet/semantic/decorate/include.el
3411         (semantic-decoration-include-describe)
3412         (semantic-decoration-unknown-include-describe)
3413         (semantic-decoration-unparsed-include-describe)
3414         (semantic-decoration-all-include-summary):
3415         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3416         * cedet/semantic/analyze/complete.el
3417         (semantic-analyze-possible-completions):
3418         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3419         (semantic-show-unmatched-syntax-mode)
3420         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3421         (semantic-highlight-func-mode):
3422         * cedet/semantic/util.el (semantic-describe-buffer):
3423         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3424         (semantic-symref-find-tags-by-name)
3425         (semantic-symref-find-tags-by-regexp)
3426         (semantic-symref-find-tags-by-completion)
3427         (semantic-symref-find-file-references-by-name)
3428         (semantic-symref-find-text):
3429         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3430         (senator-yank-tag):
3431         * cedet/semantic/scope.el (semantic-calculate-scope):
3432         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3433         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3434         (define-semantic-idle-service):
3435         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3436         (semantic-complete-analyze-inline-idle):
3437         * cedet/semantic/analyze.el (semantic-analyze-current-context):
3438         * cedet/mode-local.el (describe-mode-local-bindings)
3439         (describe-mode-local-bindings-in-mode):
3440         * cedet/ede/make.el (ede-make-check-version):
3441         * cedet/ede/locate.el (ede-enable-locate-on-project):
3442         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3443         (cedet-idutils-version-check):
3444         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3445         (cedet-gnu-global-version-check):
3446         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3447         (cedet-cscope-version-check): Use called-interactively-p instead
3448         of interactive-p.
3450         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3451         Use semantic-format-tag-prototype.
3453 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3455         * emulation/viper-cmd.el: Use viper-last-command-char instead of
3456         last-command-char/last-command-event.
3457         (viper-prefix-arg-value): Do correct conversion of event-char for
3458         XEmacs.
3460         * emulation/viper-util.el, emulation/viper.el:
3461         Use viper-last-command-char instead of
3462         last-command-char/last-command-event.
3464         * ediff-init.el, ediff-mult.el, ediff-util.el:
3465         Replace last-command-char and last-command-event
3466         with (ediff-last-command-char) everywhere.
3468         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3469         created in fundamental mode.
3471         * ediff.el (ediff-version): Revert the change of interactive-p to
3472         called-interactively-p.
3474 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3476         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3477         generation from word-movement command names.
3479 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
3481         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3482         (semantic-complete-jump-local, semantic-complete-jump):
3483         Improve prompt string.
3485 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3487         * cus-start.el (all): Add native condition for font-use-system-font.
3489 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
3491         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3492         Correct the patch from 2009-11-18.  (Bug#3910)
3494 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
3496         * progmodes/subword.el: Rename from lisp/subword.el.
3498         * subword.el: Rename to progmodes/subword.el.
3500         * Makefile.in (ELCFILES): Adapt to subword.el move.
3502 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3503             Stefan Monnier  <monnier@iro.umontreal.ca>
3505         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3506         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3507         (bookmark-bmenu-show-filenames): Use push.
3508         (bookmark-bmenu-hide-filenames): Use local var instead of
3509         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
3510         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3511         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3512         filenames now that the bookmark names are always available.
3514 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3516         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3517         (bookmark-search-pattern): Move and leave unbound.
3518         (bookmark-bmenu-mode-map): Change binding.
3519         (bookmark-read-search-input): Simplify.
3520         Don't use text-char-description.  Don't error on non-char events.
3521         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3522         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3523         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3524         Use a local var for the timer.
3525         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3526         (i.e. bookmark-bmenu-search).
3528 2009-11-21  Glenn Morris  <rgm@gnu.org>
3530         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
3532 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3534         * net/browse-url.el (browse-url-default-windows-browser):
3535         Use cygstart for cygwin.
3537 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
3539         * bookmark.el: Formatting and doc fixes only:
3540         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3541         (bookmark-bmenu-search): Wrap to fit within 80 columns.
3542         Minor grammar and punctuation fixes in doc string.
3543         (bookmark-read-search-input): Adjust to fit within 80 columns.
3545 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3547         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3548         (c-backward-into-nomenclature): Adapt to subword renaming.
3550         * subword.el (subword-forward, subword-backward, subword-mark)
3551         (subword-kill, subword-backward-kill, subword-transpose)
3552         (subword-downcase, subword-upcase, subword-capitalize)
3553         (subword-forward-internal, subword-backward-internal):
3554         Rename from forward-subword, backward-subword, mark-subword,
3555         kill-subword, backward-kill-subword, transpose-subwords,
3556         downcase-subword, upcase-subword, capitalize-subword,
3557         forward-subword-internal, backward-subword-internal.
3559 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3561         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3562         New options.
3563         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3564         New vars.
3565         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3566         (bookmark-bmenu-filter-alist-by-regexp)
3567         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3568         (bookmark-bmenu-search): New command.
3569         (bookmark-bmenu-mode-map): Bind it.
3571 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3573         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3575         * cedet/semantic/idle.el (define-semantic-idle-service)
3576         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3578 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3580         * progmodes/cc-cmds.el: declare-functioned forward-subword and
3581         backward-subword to quit the byte-compiler.
3583         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3585         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3587         * progmodes/cc-cmds.el (c-update-modeline)
3588         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3589         Refer to subword.el functions instead of cc-subword.el.
3591         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3592         subword.el functions instead of cc-subword.el.
3594         * progmodes/cc-subword.el: Rename to subword.el.
3595         * subword.el: Rename from progmodes/cc-subword.el.
3596         (subword-mode-map): Rename from c-subword-mode-map.
3597         (subword-mode): Rename from c-subword-mode.
3598         (global-subword-mode): New global minor mode.
3599         (forward-subword): Rename from c-forward-subword.
3600         (backward-subword): Rename from c-backward-subword.
3601         (mark-subword): Rename from c-mark-subword.
3602         (kill-subword): Rename from c-kill-subword.
3603         (backward-kill-subword): Rename from c-backward-kill-subword.
3604         (transpose-subwords): Rename from c-tranpose-subword.
3605         (downcase-subword): Rename from c-downcase-subword.
3606         (capitalize-subword): Rename from c-capitalize-subword.
3607         (forward-subword-internal): Rename from c-forward-subword-internal.
3608         (backward-subword-internal): Rename from c-backward-subword-internal.
3610 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3612         * vc.el (vc-deduce-fileset): Allow non-state changing operations
3613         from a dired buffer.
3614         (vc-dired-deduce-fileset): New function.
3615         (vc-root-diff, vc-print-root-log): Use it.
3617         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3618         nil LIMIT argument to vc-print-log-internal.
3620 2009-11-20  Glenn Morris  <rgm@gnu.org>
3622         * Makefile.in (ELCFILES): Regenerate.
3624 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3626         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3628         * cedet/semantic.el: Enable idle-mode menu items only if
3629         global-semantic-idle-scheduler-mode is enabled.
3630         (semantic-default-submodes): Doc fix.
3632         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3633         When turning off, disable other idle modes.
3635 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
3637         * calc/calc.el (calc-set-mode-line):
3638         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3639         (math-format-number): Rename `math-format-complement-signed' to
3640         `math-format-twos-complement'.
3642         * calc/calc-bin.el (math-format-twos-complement): Rename from
3643         math-format-complement-signed.
3644         (calc-radix): Rename `calc-complement-signed-mode' to
3645         `calc-twos-complement-mode'.
3646         (calc-octal-radix, calc-hex-radix): Add an argument for
3647         two's complement.
3649         * calc/calc-embed.el (calc-embedded-mode-vars):
3650         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3652         * calc/calc-ext.el (calc-init-extensions):
3653         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3654         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3656         * calc/calc-units.el (math-build-units-table-buffer):
3657         Let `calc-twos-complement-mode' be nil.
3659         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3660         entries.
3662         * calc/calc-vec.el (calcFunc-vunpack):
3663         * calc/calc-aent.el (calc-do-calc-eval):
3664         * calc/calc-forms.el (math-format-date):
3665         * calc/calc-graph.el (calc-graph-plot):
3666         * calc/calc-math.el (math-use-emacs-fn):
3667         * calc/calccomp.el (math-compose-expr):
3668         Let `calc-twos-complement-mode' be nil.
3670 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3672         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3673         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
3674         * minibuffer.el (completion-in-region-functions): New hook.
3675         (completion-in-region): New function.
3676         * emacs-lisp/lisp.el (lisp-complete-symbol):
3677         * pcomplete.el (pcomplete-std-complete): Use it.
3679 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3681         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3682         (latex-complete-alist): New vars.
3683         (latex-string-prefix-p, latex-complete-bibtex-keys)
3684         (latex-complete-envnames, latex-complete-refkeys)
3685         (latex-complete-data): New functions.
3686         (latex-complete, latex-indent-or-complete): New commands.
3688         * window.el (display-buffer-mark-dedicated): New var.
3689         (display-buffer): Obey it.
3690         * minibuffer.el (minibuffer-completion-help): Use it.
3692         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3694         * filecache.el (file-cache-add-file): Use push and cons.
3695         (file-cache-delete-file-regexp): Use push.
3696         (file-cache-complete): Use completion-in-region.
3698         * simple.el (with-wrapper-hook): Fix thinko.
3700         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3701         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3702         Use with-current-buffer and string-to-number.
3703         (hfy-fallback-colour-values): Use assoc-string.
3704         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3705         (hfy-face-at): Remove unused var `found-face'.
3706         (hfy-compile-stylesheet): Remove unused var `css'.
3707         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3708         and `orig-buffer'.
3709         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3710         Use with-current-buffer.
3711         (hfy-text-p): Use expand-file-name and fewer setq.
3713 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
3715         * htmlfontify.el, hfy-cmap.el: New files.
3717 2009-11-19  Juri Linkov  <juri@jurta.org>
3719         * minibuffer.el (completions-format): New defcustom.
3720         (completion--insert-strings): Implement vertical format.
3722         * simple.el (switch-to-completions): Move point to the first
3723         completion when point was at the beginning of the buffer.
3725 2009-11-19  Juri Linkov  <juri@jurta.org>
3727         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
3729         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3731 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3733         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3734         (mail-signature): Change default to t.
3735         (mail-from-style): Deprecate `system-default' value.
3736         (mail-insert-from-field): For default value of mail-from-style,
3737         default to `angles' unless `angles' needs quoting and `parens'
3738         does not.
3739         (mail-citation-prefix-regexp): Use citation regexp from
3740         message-mode.
3742 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
3744         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3745         Set variables for computing the prompt for reading password.
3747 2009-11-19  Glenn Morris  <rgm@gnu.org>
3749         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
3751         * textmodes/flyspell.el (sgml-lexical-context): Declare.
3753         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3754         (newsticker-treeview-listwindow-height): Fix custom type.
3756 2009-11-19  Kenichi Handa  <handa@m17n.org>
3758         * descr-text.el (describe-char-padded-string): Compose with TAB
3759         only if there's a font for CH.
3760         (describe-char): Fix the condition for detecting a trivial composition.
3762 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
3764         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3765         more accurate version of the regexp.  (Bug#3910)
3767 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3769         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3771 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
3773         * font-setting.el (font-use-system-font): Declare for byte-compiler.
3774         (font-setting-change-default-font): Fix typo in docstring.
3776 2009-11-18  Alan Mackenzie  <acm@muc.de>
3778         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3780 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3782         * font-setting.el (font-use-system-font): Move ...
3784         * cus-start.el (all): ... to here.
3786 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
3788         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3789         Don't set `ad-return-value' if `ad-do-it' doesn't.
3791         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3792         modification time.
3794 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3796         * menu-bar.el: Put "Use system font" in Option-menu.
3797         (menu-bar-options-save): Add font-use-system-font.
3799         * loadup.el: If feature system-font-setting or font-render-setting is
3800         there, load font-setting.
3802         * Makefile.in (ELCFILES): Add font-settings.el.
3803         * font-setting.el: New file.
3805 2009-11-17  Glenn Morris  <rgm@gnu.org>
3807         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3809         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3810         Preserve point in the list buffer.  (Bug#4939)
3811         Use point-at-eol.
3812         (newsticker--treeview-list-update-highlight)
3813         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3815 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3817         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3818         Remove.
3820         * calc/calc-ext.el (calc-init-extensions): Remove references to
3821         symclip.
3823         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3825         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3826         * calc/calc-help.el (calc-b-prefix-help): Remove references to
3827         `calc-symclip'.
3829 2009-11-16  Kevin Ryde  <user42@zip.com.au>
3831         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3832         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3834         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3835         (lm-keywords-list): Allow comma-only separator like "foo,bar".
3836         Ignore trailing spaces by omit-nulls to split-string (fixing
3837         regression from Emacs 21 due to the incompatible split-string
3838         change).  (Bug #4928.)
3840 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3842         * vc.el (vc-log-show-limit): Default to 2000.
3843         (vc-print-log-internal): Insert buttons to request more entries
3844         when limiting the output.
3846         * vc-sccs.el (vc-sccs-print-log):
3847         * vc-rcs.el (vc-rcs-print-log):
3848         * vc-cvs.el (vc-cvs-print-log):
3849         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3850         LIMIT is non-nil.
3852 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3854         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3855         error when `tramp-gvfs-dbus-event-vector' is set.
3856         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3858 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3860         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3862 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3864         * net/dbus.el (dbus-unregister-service): New defun.
3865         (dbus-register-property): Register the handlers of
3866         "org.freedesktop.DBus.Properties" for SERVICE.
3867         (dbus-property-handler): Fix docstring.
3869 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3871         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3872         Quote doc string reference in defvaralias as it is not in special form.
3873         (byte-compile-output-docform): Doc fix.
3875 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3877         * calc/calc.el (math-2-word-size, math-half-2-word-size)
3878         (calc-complement-signed-mode): New variables.
3879         (calc-set-mode-line): Add indicator for twos-complements.
3880         (math-format-number): Format twos-complement notation.
3882         * calc/calc-bin.el (calc-word-size): Reset the variables
3883         `math-2-word-size' and `math-half-2-word-size'.
3884         (math-format-complement-signed, math-symclip, calcFunc-symclip)
3885         (calc-symclip): New functions.
3887         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3889         * calc/calc-embed.el (calc-embedded-mode-vars):
3890         Add `calc-complement-signed-mode' to the list of modes.
3892         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3893         (calc-b-oper-keys): Add `calc-symclip' to list.
3895         * calc/calc-ext.el (math-read-number-fancy): Read complement
3896         signed numbers.
3897         (calc-init-extensions): Add binding for `calc-symclip'.
3898         Add autoload for `calcFunc-symclip' and `calc-symclip'.
3900         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3901         `calc-symclip'.
3902         (calc-modes-menu): Add item for twos complement mode.
3904         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3906 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3908         * register.el (jump-to-register, insert-register): Handle Semantic
3909         tags.  From commented-out advice in semantic/senator.el.
3911 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3913         * vc.el (vc-log-show-limit): New variable.
3914         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
3915         when using a prefix argument.
3916         (vc-print-log-internal): Add new argument LIMIT.
3918         * vc-svn.el (vc-svn-print-log):
3919         * vc-mtn.el (vc-mtn-print-log):
3920         * vc-hg.el (vc-hg-print-log):
3921         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3922         pass it to the log command when set.  Make the BUFFER argument
3923         non-optional.
3925         * vc-sccs.el (vc-sccs-print-log):
3926         * vc-rcs.el (vc-rcs-print-log):
3927         * vc-git.el (vc-git-print-log):
3928         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3929         ignore it.  Make the BUFFER argument non-optional
3931         * bindings.el (mode-line-buffer-identification): Do not purecopy.
3933 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3935         * dired.el (dired-mode-map): Move encryption items to "Operate"
3936         menu (Bug#4703).
3938         * strokes.el (strokes-update-window-configuration): Make strokes
3939         buffer current before erasing (Bug#4906).
3941         * cedet/semantic/idle.el (semantic-idle-summary-mode)
3942         (semantic-idle-summary-mode): Define using define-minor-mode
3943         instead of define-semantic-idle-service.
3944         (semantic-idle-summary-mode): New function.
3945         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3946         that mouse motion does not reset the echo area.
3948 2009-11-15  Juri Linkov  <juri@jurta.org>
3950         * simple.el (set-mark-default-inactive): Add :type, :group
3951         and :version.  (Bug#4876)
3953 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
3955         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3956         (archive-unique-fname): ... here.  (Bug#4929)
3958 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3960         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3961         with a real fix.
3963         * novice.el (disabled-command-function): Add useful args.
3964         Setup the help buffer so that [back] works.
3965         Remove redundant call to help-mode.
3966         (disabled-command-function): Use `case'.
3967         (en/disable-command): New function extracted from enable-command.
3968         (enable-command, disable-command): Use it.
3970 2009-11-14  Glenn Morris  <rgm@gnu.org>
3972         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3973         constants.  (Bug#4913)
3975         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3977 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3979         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3980         defined in C that have no doc-strings.  (Bug#1063)
3982 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
3984         * cus-edit.el (data, files):
3985         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
3987 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
3989         * simple.el (shell-command): Doc fix (Bug#4891).
3991         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3993 2009-11-14  Glenn Morris  <rgm@gnu.org>
3995         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3996         statements for vc-diff, emerge-quit, and rmail-cease-edit.
3997         If they are already loaded, eval-after-load will do the right thing.
3999         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4000         compiling.
4002         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4004         * simple.el (x-selection-owner-p): Declare.
4005         (read-mail-command): Use custom radio type rather than choice.
4006         (completion-no-auto-exit): Doc fix.
4008         * custom.el (defgroup):
4009         * epg-config.el (epg): Doc fixes.
4011 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4013         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4014         * international/ccl.el (define-ccl-program): Do not purecopy the
4015         docstring, defconst does it anyway.
4017 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4020         a second time.
4022         * x-dnd.el (x-dnd-maybe-call-test-function):
4023         * window.el (split-window-vertically):
4024         * whitespace.el (whitespace-help-on):
4025         * vc-rcs.el (vc-rcs-consult-headers):
4026         * userlock.el (ask-user-about-lock-help)
4027         (ask-user-about-supersession-help):
4028         * type-break.el (type-break-force-mode-line-update):
4029         * time-stamp.el (time-stamp-conv-warn):
4030         * terminal.el (te-set-output-log, te-more-break, te-filter)
4031         (te-sentinel, terminal-emulator):
4032         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4033         (term-write-input-ring, term-check-source, term-start-output-log):
4034         (term-display-buffer-line, term-dynamic-list-completions):
4035         (term-ansi-make-term, serial-term):
4036         * subr.el (selective-display):
4037         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4038         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4039         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4040         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4041         (speedbar-remove-localized-speedbar-support)
4042         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4043         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4044         (speedbar-buffers-line-directory):
4045         * simple.el (shell-command-on-region, append-to-buffer)
4046         (prepend-to-buffer):
4047         * shadowfile.el (shadow-save-todo-file):
4048         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4049         (scroll-bar-maybe-set-window-start):
4050         * sb-image.el (speedbar-image-dump):
4051         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4052         (load-save-place-alist-from-file):
4053         * ps-samp.el (ps-print-message-from-summary):
4054         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4055         (ps-background-image, ps-begin-job, ps-do-despool):
4056         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4057         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4058         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4059         (pr-call-process, pr-file-list, pr-interface-save):
4060         * novice.el (disabled-command-function)
4061         (enable-command, disable-command):
4062         * mouse.el (mouse-buffer-menu-alist):
4063         * mouse-copy.el (mouse-kill-preserving-secondary):
4064         * macros.el (kbd-macro-query):
4065         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4066         * informat.el (batch-info-validate):
4067         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4068         * hippie-exp.el (try-expand-dabbrev-visible):
4069         * help-mode.el (help-make-xrefs):
4070         * help-fns.el (describe-variable):
4071         * generic-x.el (bat-generic-mode-run-as-comint):
4072         * finder.el (finder-mouse-select):
4073         * find-dired.el (find-dired-sentinel):
4074         * filesets.el (filesets-file-close):
4075         * files.el (list-directory):
4076         * faces.el (list-faces-display, describe-face):
4077         * facemenu.el (list-colors-display):
4078         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4079         * epg.el (epg--process-filter, epg-cancel):
4080         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4081         (epa--read-signature-type):
4082         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4083         (emerge-file-names):
4084         * ehelp.el (electric-helpify):
4085         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4086         * ediff-vers.el (rcs-ediff-view-revision):
4087         * ediff-util.el (ediff-setup):
4088         * ediff-mult.el (ediff-append-custom-diff):
4089         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4090         (ediff-wordify):
4091         * echistory.el (Electric-command-history-redo-expression):
4092         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4093         * disp-table.el (describe-display-table):
4094         * dired.el (dired-find-buffer-nocreate):
4095         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4096         * dabbrev.el (dabbrev--same-major-mode-p):
4097         * chistory.el (list-command-history):
4098         * apropos.el (apropos-documentation):
4099         * allout.el (allout-obtain-passphrase):
4100         (allout-copy-exposed-to-buffer):
4101         (allout-verify-passphrase): Use with-current-buffer.
4103 2009-11-13  Glenn Morris  <rgm@gnu.org>
4105         * Makefile.in (ELCFILES): Regenerate.
4107 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4109         * net/dbus.el (dbus-registered-objects-table): Rename from
4110         `dbus-registered-functions-table', because it contains also properties.
4111         (dbus-unregister-object): Unregister also properties.
4112         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4113         Use a timeout of 500 msec, in order to not block.
4114         (dbus-register-property, dbus-property-handler): New defuns.
4116 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4118         * simple.el (minibuffer-default-add-completions): Drop deprecated
4119         4th arg.
4121 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4123         * textmodes/artist.el (artist-mouse-choose-operation):
4124         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4125         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4126         (artist-compute-up-event-key): New function.
4127         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4129 2009-11-13  Kenichi Handa  <handa@m17n.org>
4131         * language/japan-util.el: Make sure that the value of jisx0208
4132         property is jisx0208 character.
4134 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4136         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4137         car or each item, not the whole list.
4139 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4141         * minibuffer.el (minibuffer-completion-help):
4142         Use minibuffer-hide-completions.
4144 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4146         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4147         (dired-revert): Use them (bug#4880).
4149 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4151         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4153 2009-11-12  Juri Linkov  <juri@jurta.org>
4155         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4156         New functions.
4157         (find-file-literally-at-point): Alias of `ffap-literally'.
4159 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4161         * textmodes/ispell.el (ispell-skip-region-alist):
4162         * textmodes/css-mode.el (auto-mode-alist):
4163         * progmodes/compile.el (auto-mode-alist):
4164         * international/mule.el (ctext-non-standard-encodings-alist)
4165         (ctext-non-standard-encodings-regexp):
4166         * simple.el (shell-command-switch, text-read-only):
4167         * replace.el (occur-mode-map):
4168         * paths.el (rmail-file-name):
4169         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4170         * find-file.el (ff-special-constructs):
4171         * files.el (file-name-handler-alist):
4172         * composite.el: Purecopy strings.
4174         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4176 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4178         * widget.el (define-widget): Purecopy the docstring.
4179         * international/mule-cmds.el (charset): Do not purecopy the
4180         docstring here, define-widget does it.
4182         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4183         * textmodes/bibtex-style.el (auto-mode-alist):
4184         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4185         * progmodes/compile.el (compile-command):
4186         * language/korea-util.el (default-korean-keyboard):
4187         * international/mule-conf.el (file-coding-system-alist):
4188         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4189         * tooltip.el (tooltip-frame-parameters):
4190         * newcomment.el (comment-end, comment-padding):
4191         * dired.el (dired-trivial-filenames):
4192         * comint.el (comint-file-name-prefix): Purecopy initial values.
4194 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4196         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4197         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4198         `tramp-unload'.
4199         (tramp-advice-make-auto-save-file-name)
4200         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4201         after removing the advice.
4203 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4205         * progmodes/grep.el (grep-regexp-alist):
4206         * international/mule-cmds.el (iso-2022-control-alist):
4207         * emacs-lisp/timer.el (timer-duration-words):
4208         * subr.el (version-separator, version-regexp-alist):
4209         * minibuffer.el (completion-styles-alist):
4210         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4211         Change defvars to defconsts.
4213         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4214         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4215         * international/mule-conf.el: Allow to be byte compiled.
4217         * international/mule.el (define-charset): Purecopy props.
4218         (load-with-code-conversion): Purecopy doc string and file name.
4219         (put-charset-property): Purecopy strings.
4220         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4222         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4223         (define-char-code-property): Correctly purecopy the table.
4225         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4227         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4229         * subr.el (add-hook): Purecopy strings.
4230         (eval-after-load): Purecopy load-history-regexp and the form.
4232         * custom.el (custom-declare-group): Purecopy load-file-name.
4234         * subr.el (menu-bar-separator): New defconst.
4235         * net/eudc.el (eudc-tools-menu):
4236         * international/mule-cmds.el (set-coding-system-map)
4237         (mule-menu-keymap):
4238         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4239         * vc-hooks.el (vc-menu-map):
4240         * replace.el (occur-mode-map):
4241         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4242         (menu-bar-edit-menu, menu-bar-goto-menu)
4243         (menu-bar-custom-menu, menu-bar-showhide-menu)
4244         (menu-bar-options-menu, menu-bar-tools-menu)
4245         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4246         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4247         (menu-bar-help-menu):
4248         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4249         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4251         * term/x-win.el (x-gtk-stock-map):
4252         * progmodes/vera-mode.el (auto-mode-alist):
4253         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4254         (inferior-lisp-program, inferior-lisp-load-command):
4255         * progmodes/hideshow.el (hs-special-modes-alist):
4256         * progmodes/gud.el (same-window-regexps):
4257         * progmodes/grep.el (grep-program, find-program, xargs-program):
4258         * net/telnet.el (same-window-regexps):
4259         * net/rlogin.el (same-window-regexps):
4260         * language/ethiopic.el (font-ccl-encoder-alist):
4261         * vc-sccs.el (vc-sccs-master-templates):
4262         * vc-rcs.el (vc-rcs-master-templates):
4263         * subr.el (cl-assertion-failed):
4264         * simple.el (next-error-overlay-arrow-position):
4265         * lpr.el (lpr-command):
4266         * locate.el (locate-ls-subdir-switches):
4267         * info.el (same-window-regexps, info)
4268         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4269         * image-mode.el (image-mode, auto-mode-alist):
4270         * hippie-exp.el (hippie-expand-ignore-buffers):
4271         * format.el (format-alist):
4272         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4273         (find-name-arg):
4274         * facemenu.el (facemenu-keybindings):
4275         * dired.el (dired-listing-switches, dired-chown-program):
4276         * diff.el (diff-switches, diff-command):
4277         * cus-edit.el (same-window-regexps):
4278         * bindings.el (mode-line-mule-info)
4279         (mode-line-buffer-identification): Purecopy strings.
4281 2009-11-11  Juri Linkov  <juri@jurta.org>
4283         * simple.el (dired-get-filename) <declare-function>:
4284         Tell the byte-compiler about dired-get-filename.
4285         (shell-command): In Dired mode, get filename from the current line
4286         as the default value.
4288 2009-11-10  Glenn Morris  <rgm@gnu.org>
4290         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4291         * calendar/holidays.el, progmodes/cperl-mode.el:
4292         Update x-popup-menu declarations.
4294         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4295         (list-load-path-shadows): Use dolist.
4296         (list-load-path-shadows): Use with-current-buffer.
4298 2009-11-10  Juri Linkov  <juri@jurta.org>
4300         * minibuffer.el (read-file-name): Support a list of default values
4301         in `default-filename'.  Use the first file name where only one
4302         element is required.  Doc fix.
4304 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4306         * net/dbus.el (dbus-unregister-object): Release service, if no
4307         other method is registered for it.
4309 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4311         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4312         bookmark-sort-flag is non-nil (Bug#4653).
4314 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4316         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4317         the progress reporter entirely.
4319         * emulation/cua-base.el: Add CUA property to some CC mode commands
4320         (Bug#4100).
4322 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4324         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4325         at end of sentence (Bug#4818).
4327 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4329         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4330         Handle "see declaration of" MSFT statements (Bug#4100).
4332 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4334         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4335         (tramp-advice-file-expand-wildcards): Unload via
4336         `ad-remove-advice'.
4338         * net/trampver.el: Update release number.
4340 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4342         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4343         `ad-do-it'.
4345 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4347         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4348         in order to keep context in SELinux.
4350 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4352         * dired-aux.el (dired-query): Place cursor in echo area and allow
4353         C-g.
4355         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4356         menu item if not on a directory (Bug#4701).
4358 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4360         Sync with Tramp 2.1.17.
4362         * net/tramp.el (tramp-handle-copy-directory): Don't use
4363         `file-remote-p' (due to compatibility).
4365         * net/tramp-compat.el (tramp-compat-copy-directory)
4366         (tramp-compat-delete-directory): New defuns.
4368         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4369         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4370         `tramp-compat-delete-directory'.
4372         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4373         (tramp-smb-handle-delete-directory): Use
4374         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4376         * net/trampver.el: Update release number.
4378 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4380         * tar-mode.el (tar-copy): Call write-region on the right buffer
4381         (Bug#4857).
4383         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4384         by hand, if necessary (Bug#4878).
4386 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4388         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4389         align size column (Bug#4839).
4391         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4392         statement.
4394 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4396         * progmodes/ld-script.el (auto-mode-alist):
4397         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4399         * cus-face.el (custom-declare-face): Purecopy face spec.
4401 2009-11-06  Kenichi Handa  <handa@m17n.org>
4403         * international/uni-bidi.el: Re-generated.
4404         * international/uni-category.el: Re-generated.
4405         * international/uni-combining.el: Re-generated.
4406         * international/uni-mirrored.el: Re-generated.
4408 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4410         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4411         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4412         (tex-start-options, slitex-run-command, latex-run-command)
4413         (tex-run-command, tex-directory):
4414         * textmodes/ispell.el (ispell-html-skip-alists)
4415         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4416         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4417         (adaptive-fill-regexp):
4418         * textmodes/dns-mode.el (auto-mode-alist):
4419         * progmodes/python.el (interpreter-mode-alist):
4420         * progmodes/etags.el (tags-compression-info-list):
4421         * progmodes/etags.el (tags-file-name):
4422         * net/browse-url.el (browse-url-galeon-program)
4423         (browse-url-firefox-program):
4424         * mail/sendmail.el (mail-signature-file)
4425         (mail-citation-prefix-regexp):
4426         * international/mule-conf.el (eight-bit):
4427         * international/latexenc.el (latex-inputenc-coding-alist):
4428         * international/fontset.el (x-pixel-size-width-font-regexp):
4429         * emacs-lisp/warnings.el (warning-type-format):
4430         * emacs-lisp/trace.el (trace-buffer):
4431         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4432         (emacs-lisp-mode-map):
4433         * calendar/holidays.el (holiday-solar-holidays)
4434         (holiday-bahai-holidays, holiday-islamic-holidays)
4435         (holiday-christian-holidays, holiday-hebrew-holidays)
4436         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4437         (hebrew-holidays-1, holiday-oriental-holidays)
4438         (holiday-general-holidays):
4439         * x-dnd.el (x-dnd-known-types):
4440         * tool-bar.el (tool-bar):
4441         * startup.el (site-run-file):
4442         * shell.el (shell-dumb-shell-regexp):
4443         * rfn-eshadow.el (file-name-shadow-tty-properties)
4444         (file-name-shadow-properties):
4445         * paths.el (remote-shell-program, news-directory):
4446         * mouse.el ([C-down-mouse-3]):
4447         * menu-bar.el (menu-bar-tools-menu):
4448         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4449         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4450         (jka-compr-compression-info-list):
4451         * isearch.el (search-whitespace-regexp):
4452         * image-file.el (image-file-name-extensions):
4453         * find-dired.el (find-ls-option):
4454         * files.el (directory-listing-before-filename-regexp)
4455         (directory-free-space-args, insert-directory-program)
4456         (list-directory-brief-switches, magic-fallback-mode-alist)
4457         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4458         (automount-dir-prefix):
4459         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4460         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4461         (face-font-registry-alternatives, face-font-registry-alternatives)
4462         (face-font-family-alternatives):
4463         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4464         (facemenu-foreground-menu, facemenu-face-menu):
4465         * epa-hook.el (epa-file-name-regexp):
4466         * dnd.el (dnd-protocol-alist):
4467         * textmodes/rst.el (auto-mode-alist):
4468         * button.el (default-button): Purecopy strings.
4470 2009-11-06  Glenn Morris  <rgm@gnu.org>
4472         * Makefile.in (ELCFILES): Update.
4474 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4476         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4477         * emacs-lisp/levents.el: Move to obsolete/levents.el.
4479         * nxml/xsd-regexp.el (xsdre-gen-categories):
4480         * nxml/xmltok.el (xmltok-parse-entity):
4481         * nxml/rng-parse.el (rng-parse-validate-file):
4482         * nxml/rng-maint.el (rng-format-manual)
4483         (rng-manual-output-force-new-line):
4484         * nxml/rng-loc.el (rng-save-schema-location-1):
4485         * nxml/rng-cmpct.el (rng-c-parse-file):
4486         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4487         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4489 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
4491         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4492         Remove extra save-excursions and make-variable-buffer-local's.
4493         Suggested by Stefan Monnier.
4495         (verilog-getopt-file, verilog-module-inside-filename-p)
4496         (verilog-set-define): Merge GNU 1.35 and repair changes from
4497         switching to using with-current-buffer.
4499         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4500         being treated as a number and confusing AUTORESET.
4501         Reported by Dan Dever.
4503         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4504         Add verilog-auto-ignore-concat to fix backward compatibility with
4505         older verilog-modes.  Reported by Dan Katz.
4507         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4508         containing closing anchors "...$".
4510         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4511         Reported by Wade Smith.
4513         (verilog-batch-execute-func): Comment on function usage.
4515 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
4517         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4518         for labels.
4520         (verilog-label-re, verilog-calc-1): Support proper indent of named
4521         asserts.
4523         (verilog-backward-token, verilog-basic-complete-re)
4524         (verilog-beg-of-statement, verilog-indent-re): Support proper
4525         indent of the assert statement at the beginning of a block of text.
4527         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4528         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4529         tokens as begins.
4531 2009-11-05  Glenn Morris  <rgm@gnu.org>
4533         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4534         Emacs 19.  (Bug#1531)
4535         (byte-compile-fix-header): Update for the above change.
4536         Drop test for epoch::version.
4538         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4539         * cus-dep.el (custom-make-dependencies):
4540         * finder.el (finder-compile-keywords):
4541         Use autoload-rubric's feature argument.
4543         * calendar/diary-lib.el (top-level): Make load behave more like require.
4545         * vc-git.el (vc-git-stash-map): Move definition before use.
4547 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4549         * custom.el (custom-declare-group): Purecopy standard-value.
4550         (custom-declare-group): Purecopy custom-prefix.
4552         * international/mule.el (load-with-code-conversion):
4553         Call do-after-load-evaluation unconditionally.
4555         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4557 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4559         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4561 2009-11-04  Glenn Morris  <rgm@gnu.org>
4563         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4564         (byte-compile-compatibility): Remove option.
4565         (byte-compile-close-variables, byte-compile-fix-header)
4566         (byte-compile-insert-header, byte-compile-output-docform)
4567         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4568         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4569         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4570         (byte-compile-insert, byte-compile-defun):
4571         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
4572         (byte-defop-compiler19): Remove.
4573         Without byte-compile-compatibility, the 'emacs19-opcode property is not
4574         used by anything.  Replace all calls with byte-defop-compiler.
4576 2009-11-04  Juri Linkov  <juri@jurta.org>
4578         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4579         (menu-bar-options-menu): Don't quote the `prop' arg of
4580         `menu-bar-make-mm-toggle'.
4582 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
4584         * calendar/calendar.el (cal-loaddefs):
4585         * calendar/diary-lib.el (diary-loaddefs):
4586         * calendar/holidays.el (hol-loaddefs):
4587         * eshell/esh-module.el (esh-groups): Load rather than require.
4589 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4591         * calendar/todo-mode.el (todo-add-category): Don't hardcode
4592         point-min==1.
4593         (todo-top-priorities): Only display-buffer when called interactively.
4594         (todo-item-start): Don't save excursion point.
4595         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
4596         (todo-insert-item-here, todo-file-item, todo-remove-item):
4597         Adjust uses of todo-item-start and todo-item-end.
4599         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4600         (autoload-rubric): Don't use any more.
4601         * cedet/semantic/fw.el (semantic/loaddefs):
4602         * cedet/srecode.el (srecode/loaddefs):
4603         * cedet/ede.el (ede/loaddefs): Load rather than require.
4604         * cedet/ede/cpp-root.el:
4605         * cedet/ede/emacs.el:
4606         * cedet/ede/files.el:
4607         * cedet/ede/linux.el:
4608         * cedet/ede/locate.el:
4609         * cedet/ede/make.el:
4610         * cedet/ede/shell.el:
4611         * cedet/ede/speedbar.el:
4612         * cedet/ede/system.el:
4613         * cedet/ede/util.el:
4614         * cedet/semantic/analyze.el:
4615         * cedet/semantic/bovine.el:
4616         * cedet/semantic/complete.el:
4617         * cedet/semantic/ctxt.el:
4618         * cedet/semantic/db-file.el:
4619         * cedet/semantic/db-find.el:
4620         * cedet/semantic/db-global.el:
4621         * cedet/semantic/db-mode.el:
4622         * cedet/semantic/db-typecache.el:
4623         * cedet/semantic/db.el:
4624         * cedet/semantic/debug.el:
4625         * cedet/semantic/dep.el:
4626         * cedet/semantic/doc.el:
4627         * cedet/semantic/edit.el:
4628         * cedet/semantic/find.el:
4629         * cedet/semantic/format.el:
4630         * cedet/semantic/html.el:
4631         * cedet/semantic/ia-sb.el:
4632         * cedet/semantic/ia.el:
4633         * cedet/semantic/idle.el:
4634         * cedet/semantic/lex-spp.el:
4635         * cedet/semantic/lex.el:
4636         * cedet/semantic/mru-bookmark.el:
4637         * cedet/semantic/scope.el:
4638         * cedet/semantic/senator.el:
4639         * cedet/semantic/sort.el:
4640         * cedet/semantic/symref.el:
4641         * cedet/semantic/tag-file.el:
4642         * cedet/semantic/tag-ls.el:
4643         * cedet/semantic/tag-write.el:
4644         * cedet/semantic/tag.el:
4645         * cedet/semantic/util-modes.el:
4646         * cedet/semantic/analyze/complete.el:
4647         * cedet/semantic/analyze/refs.el:
4648         * cedet/semantic/bovine/c.el:
4649         * cedet/semantic/bovine/gcc.el:
4650         * cedet/semantic/bovine/make.el:
4651         * cedet/semantic/bovine/scm.el:
4652         * cedet/semantic/decorate/include.el:
4653         * cedet/semantic/decorate/mode.el:
4654         * cedet/semantic/symref/cscope.el:
4655         * cedet/semantic/symref/global.el:
4656         * cedet/semantic/symref/grep.el:
4657         * cedet/semantic/symref/idutils.el:
4658         * cedet/semantic/symref/list.el:
4659         * cedet/semantic/wisent/java-tags.el:
4660         * cedet/semantic/wisent/javascript.el:
4661         * cedet/srecode/compile.el:
4662         * cedet/srecode/cpp.el:
4663         * cedet/srecode/document.el:
4664         * cedet/srecode/el.el:
4665         * cedet/srecode/expandproto.el:
4666         * cedet/srecode/getset.el:
4667         * cedet/srecode/insert.el:
4668         * cedet/srecode/java.el:
4669         * cedet/srecode/map.el:
4670         * cedet/srecode/mode.el:
4671         * cedet/srecode/template.el:
4672         * cedet/srecode/texi.el: Remove the file-local setting of
4673         generated-autoload-feature.
4675         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4676         and only put a prop if it is non-nil.
4678 2009-11-03  Juri Linkov  <juri@jurta.org>
4680         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4681         (menu-bar-options-menu): Fix list quoting (Bug#4429).
4683         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4684         and "Menu" to make top-level menu item visually one unit (like
4685         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4686         multi-word menu items).  Fix :help string for quit-window.
4688 2009-11-03  Glenn Morris  <rgm@gnu.org>
4690         * cedet/mode-local.el (with-mode-local): Doc fix.
4692         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4693         (byte-compile-file-form-define-abbrev-table)
4694         (byte-compile-file-form-custom-declare-variable)
4695         (byte-compile-variable-ref, byte-compile-defvar):
4696         Whether or not a warning is enabled should only affect whether we issue
4697         the warning, not whether or not we collect the relevant data.
4698         Eg warnings can be turned on and off throughout the course of a file.
4700         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4701         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4703 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4705         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4706         * play/mpuz.el (mpuz-create-buffer):
4707         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4708         (lm-print-y,s,noise, lm-print-w0, lm-init):
4709         * play/gomoku.el (gomoku-prompt-for-move):
4710         * play/fortune.el (fortune-in-buffer):
4711         * play/dissociate.el (dissociated-press):
4712         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4713         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4714         * mail/supercite.el (sc-eref-show):
4715         * mail/smtpmail.el (smtpmail-send-it):
4716         * mail/rmailsum.el (rmail-summary-next-labeled-message)
4717         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4718         (rmail-summary-undelete-many, rmail-summary-rmail-update)
4719         (rmail-summary-goto-msg, rmail-summary-expunge)
4720         (rmail-summary-get-new-mail, rmail-summary-search-backward)
4721         (rmail-summary-add-label, rmail-summary-output-menu)
4722         (rmail-summary-output-body):
4723         * mail/rfc822.el (rfc822-addresses):
4724         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4725         * mail/mailpost.el (post-mail-send-it):
4726         * mail/hashcash.el (hashcash-generate-payment):
4727         * mail/feedmail.el (feedmail-run-the-queue)
4728         (feedmail-queue-send-edit-prompt-help-first)
4729         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4730         (feedmail-deduce-address-list):
4731         * eshell/esh-ext.el (eshell-remote-command):
4732         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4733         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4734         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4735         (viper-save-string-in-file, viper-valid-marker):
4736         * emulation/viper-keym.el (viper-toggle-key):
4737         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4738         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4739         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4740         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4741         (viper-exec-form-in-emacs, viper-brac-function):
4742         * emulation/viper.el (viper-delocalize-var):
4743         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4744         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4745         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4746         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4747         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4748         * emulation/edt.el (edt-electric-helpify):
4749         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4750         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4751         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4752         (cua-indent-to-global-mark-column):
4753         * calendar/diary-lib.el (calendar-mark-1):
4754         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4755         Use with-current-buffer.
4756         * emulation/viper.el (viper-delocalize-var): Use dolist.
4758 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
4760         * comint.el (comint-replace-by-expanded-history-before-point):
4761         Replace !! with the previous input string literally (Bug#1795).
4763 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
4765         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4766         to be made up of whitespace.
4768 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
4770         * minibuffer.el (read-file-name): Don't use file dialogs for
4771         remote directories (Bug#99).
4773 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
4775         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4777 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4779         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4780         instead of deleting the window or frame.
4782 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4784         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4785         Support face colors.
4787         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4788         New function.  Support face colors (Bug#1168).
4789         (tex-common-initialization): Use it.
4791         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4792         mode allows it (Bug#1168).
4794 2009-10-31  Juri Linkov  <juri@jurta.org>
4796         * facemenu.el (list-colors-display): Don't mark buffer as
4797         modified (Bug#3948).
4799 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4801         * international/mule-diag.el (list-character-sets-1): Minor
4802         message fix (Bug#3526).
4804         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4805         face property (Bug#4834).
4806         (etags-list-tags, etags-tags-apropos-additional)
4807         (etags-tags-apropos, tags-select-tags-table): Add follow-link
4808         property.
4810         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4811         items.
4813         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4814         items.
4816         * cedet/ede.el (ede-minor-mode):
4817         * cedet/semantic.el (semantic-mode): Toggle menu separators.
4819 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4821         * textmodes/two-column.el (2C-split):
4822         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4823         * textmodes/tex-mode.el (tex-set-buffer-directory):
4824         * textmodes/spell.el (spell-region, spell-string):
4825         * textmodes/reftex.el (reftex-erase-buffer):
4826         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4827         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4828         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4829         (reftex-select-item):
4830         * textmodes/reftex-ref.el (reftex-label-info-update)
4831         (reftex-offer-label-menu):
4832         * textmodes/reftex-index.el (reftex-index-change-entry)
4833         (reftex-index-phrases-info):
4834         * textmodes/reftex-global.el (reftex-create-tags-file)
4835         (reftex-save-all-document-buffers, reftex-ensure-write-access):
4836         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4837         (reftex-view-crossref-from-bibtex):
4838         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4839         (reftex-extract-bib-entries-from-thebibliography)
4840         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4841         * textmodes/refbib.el (r2b-capitalize-title):
4842         (r2b-convert-buffer, r2b-help):
4843         * textmodes/page-ext.el (pages-directory)
4844         (pages-directory-goto-with-mouse):
4845         * textmodes/bibtex.el (bibtex-validate-globally):
4846         * textmodes/bib-mode.el (bib-capitalize-title):
4847         * textmodes/artist.el (artist-clear-buffer, artist-system):
4848         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4849         (local-set-scheme-interaction-buffer, xscheme-process-filter)
4850         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4851         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4852         (xscheme-send-control-g-interrupt, xscheme-start-process)
4853         (xscheme-process-sentinel, xscheme-cd):
4854         * progmodes/verilog-mode.el (verilog-read-always-signals)
4855         (verilog-set-define, verilog-getopt-file)
4856         (verilog-module-inside-filename-p):
4857         * progmodes/sh-script.el:
4858         * progmodes/python.el (python-pdbtrack-get-source-buffer)
4859         (python-pdbtrack-grub-for-buffer, python-execute-file):
4860         * progmodes/octave-inf.el (inferior-octave):
4861         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4862         (idlwave-shell-compile-helper-routines, idlwave-set-local)
4863         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4864         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4865         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4866         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4867         (idlwave-shell-filter, idlwave-shell-examine-highlight)
4868         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4869         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4870         (idlwave-shell-examine-display, idlwave-shell-run-region)
4871         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4872         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4873         * progmodes/idlw-help.el (idlwave-help-get-special-help)
4874         (idlwave-help-get-help-buffer):
4875         * progmodes/gud.el (gud-basic-call, gud-find-class)
4876         (gud-tooltip-activate-mouse-motions-if-enabled):
4877         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4878         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4879         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4880         (ebrowse-tags-next-file):
4881         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4882         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4883         (ebnf-eps-finish-and-write):
4884         * progmodes/cpp.el (cpp-edit-save):
4885         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4886         * progmodes/cc-defs.el (c-emacs-features):
4887         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4888         (antlr-directory-dependencies):
4889         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4890         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4891         (ada-find-any-references, ada-make-filename-from-adaname)
4892         (ada-make-body-gnatstub):
4893         * obsolete/rnews.el (news-list-news-groups):
4894         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4895         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4896         * net/rcirc.el (rcirc-debug):
4897         * net/newst-treeview.el (newsticker--treeview-list-add-item)
4898         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4899         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4900         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4901         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4902         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4903         (newsticker--treeview-list-clear-highlight)
4904         (newsticker--treeview-list-update-highlight)
4905         (newsticker--treeview-list-highlight-start)
4906         (newsticker--treeview-tree-update-highlight)
4907         (newsticker--treeview-get-selected-item)
4908         (newsticker-treeview-mark-list-items-old)
4909         (newsticker--treeview-set-current-node):
4910         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4911         * net/newst-backend.el (newsticker--get-news-by-funcall)
4912         (newsticker--get-news-by-wget, newsticker--image-get)
4913         (newsticker--image-sentinel):
4914         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4915         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4916         (eudc-ph-close-session):
4917         * net/eudc.el (eudc-save-options):
4918         * language/thai-word.el (thai-update-word-table):
4919         * language/japan-util.el (japanese-string-conversion):
4920         * international/titdic-cnv.el (tsang-quick-converter)
4921         (ziranma-converter, ctlau-converter):
4922         * international/mule-cmds.el (describe-language-environment):
4923         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4924         (skkdic-convert-postfix, skkdic-convert-prefix):
4925         (skkdic-convert-okuri-nasi, skkdic-convert):
4926         * emacs-lisp/re-builder.el (reb-update-overlays):
4927         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4928         * emacs-lisp/gulp.el (gulp-send-requests):
4929         * emacs-lisp/find-gc.el (trace-call-tree):
4930         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4931         (eieio-describe-generic):
4932         * emacs-lisp/eieio-base.el (eieio-persistent-read):
4933         * emacs-lisp/edebug.el (edebug-outside-excursion):
4934         * emacs-lisp/debug.el (debugger-make-xrefs):
4935         * emacs-lisp/cust-print.el (custom-prin1-to-string):
4936         * emacs-lisp/chart.el (chart-new-buffer):
4937         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4938         Use with-current-buffer.
4939         * textmodes/artist.el (artist-system): Don't call
4940         copy-sequence on a fresh string.
4941         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4943 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
4945         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4946         is no item to edit.  (Bug#4820)
4947         (todo-top-priorities): Restore point and restore narrowing in Todo
4948         buffer.  (Bug#4820)
4950 2009-10-31  Glenn Morris  <rgm@gnu.org>
4952         * net/ange-ftp.el (top-level): Don't require dired when compiling.
4953         (comint-last-output-start, comint-last-input-start)
4954         (comint-last-input-end): Don't defvar when compiling.
4955         (ange-ftp-process-file): Use bound-and-true-p.
4957         * pcmpl-rpm.el (top-level): Move provide statement to end.
4958         (pcmpl-rpm): Remove unused custom group.
4960         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4962         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4964         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4965         (byte-compile-warnings): Add `constants' as an option.
4966         (byte-compile-callargs-warn, byte-compile-arglist-warn)
4967         (display-call-tree): Update for byte-compile-fdefinition possibly
4968         returning `(macro lambda ...)'.  (Bug#4778)
4969         (byte-compile-variable-ref, byte-compile-setq-default):
4970         Respect `constants' member of byte-compile-warnings.
4972         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4973         Use mapc rather than mapcar because the return value is never used.
4975         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4976         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4977         * cedet/semantic/html.el:
4978         Suppress harmless warnings about setting up semantic-imenu (not
4979         part of Emacs) variables.
4981 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4983         * vc-bzr.el (vc-bzr-revision-keywords): New var.
4984         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4985         to "submit:".
4987         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4988         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4989         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4990         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4991         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4992         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4993         (semantic-analyzer-debug-global-symbol)
4994         (semantic-analyzer-debug-missing-innertype)
4995         (semantic-analyzer-debug-insert-include-summary):
4996         * cedet/semantic/util.el (semantic-file-tag-table):
4997         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4998         (semantic-recursive-find-nonterminal-by-name):
4999         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5000         * cedet/semantic/tag-file.el (semantic-prototype-file):
5001         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5002         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5003         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5004         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5005         (semantic-idle-summary-maybe-highlight):
5006         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5007         (semantic-ia-sb-tag-info):
5008         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5009         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5010         * cedet/semantic/ede-grammar.el (project-compile-target):
5011         (ede-proj-makefile-insert-variables):
5012         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5013         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5014         (semantic-debug-mode, semantic-debug):
5015         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5016         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5017         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5018         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5019         (semanticdb-find-translate-path-includes--internal)
5020         (semanticdb-reset-log, semanticdb-find-log-activity):
5021         * cedet/semantic/db-file.el (object-write):
5022         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5023         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5024         (semanticdb-create-ebrowse-database):
5025         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5026         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5027         (semantic-collector-calculate-completions-raw)
5028         (semantic-complete-read-tag-analyzer):
5029         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5030         * cedet/ede/util.el (ede-update-version-in-source):
5031         * cedet/ede/proj.el (project-delete-target):
5032         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5033         (ede-proj-flush-autoconf):
5034         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5035         (ede-proj-configure-synchronize):
5036         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5037         * cedet/ede/linux.el (ede-linux-version):
5038         * cedet/ede/emacs.el (ede-emacs-version):
5039         * cedet/ede/dired.el (ede-dired-add-to-target):
5040         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5041         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5042         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5043         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5044         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5045         (cedet-idutils-version-check):
5046         * cedet/cedet-global.el (cedet-gnu-global-call):
5047         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5048         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5049         * cedet/cedet-cscope.el (cedet-cscope-call)
5050         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5051         Use with-current-buffer.
5052         * cedet/ede.el (ede-make-project-local-variable)
5053         (ede-set-project-variables, ede-set): Use dolist.
5055 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5057         * textmodes/ispell.el (ispell-skip-region-alist):
5058         * international/mule-conf.el (eight-bit):
5059         * international/fontset.el (font-encoding-alist):
5060         * startup.el (pure-space-overflow-message):
5061         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5062         * paths.el (gnus-nntp-service, rmail-spool-directory)
5063         (term-file-prefix):
5064         * files.el (save-some-buffers-action-alist):
5065         * cmuscheme.el (same-window-buffer-names):
5066         * ielm.el (same-window-buffer-names):
5067         * shell.el (same-window-buffer-names):
5068         * mail/sendmail.el (same-window-buffer-names):
5069         * progmodes/inf-lisp.el (same-window-buffer-names):
5070         * bindings.el (mode-line-client)
5071         (mode-line-column-line-number-mode-map):
5072         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5073         (tibetan-precomposed-regexp): Purecopy string arguments.
5075 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5077         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5078         (calcDigit-nondigit):
5079         * calc/calc-yank.el (calc-copy-to-buffer):
5080         * calc/calc-units.el (calc-invalidate-units-table):
5081         * calc/calc-trail.el (calc-trail-yank):
5082         * calc/calc-store.el (calc-insert-variables):
5083         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5084         * calc/calc-prog.el (calc-read-parse-table):
5085         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5086         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5087         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5088         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5089         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5090         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5091         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5092         * calc/calc-ext.el (calc-realign):
5093         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5094         (calc-embedded-finish-edit, calc-embedded-make-info)
5095         (calc-embedded-finish-command, calc-embedded-stack-change):
5096         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5098         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5099         (overload-docstring-extension): Use that info.
5100         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5101         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5102         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5103         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5104         (semantic-nonterminal-full-name): Add the new `when' info.
5105         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5106         `assert'.
5108         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5109         shell-dynamic-complete-filename in preference to
5110         comint-dynamic-complete-filename.
5112         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5113         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5114         Don't consider whether the display supports colors.
5115         (bookmark-import-new-list): Use dolist.
5116         (bookmark-bmenu-mode-map): Move initialization into declaration.
5117         (bookmark-bmenu-list): Use dolist, simplify.
5118         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5119         (menu-bar-final-items): Use push.
5121 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5123         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5124         it works on remote files.
5125         (vc-hg-diff): Don't pass any `--cwd' argument.
5127 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5129         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5130         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5131         (Further to Bug#3921).
5133 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5135         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5136         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5137         calling `tramp-imap-put-file'.  Add file size to the call.
5138         (tramp-imap-get-file-entries): Compute also user name, file size,
5139         and date.
5140         (tramp-imap-handle-insert-directory): Insert uid and gid.
5141         (tramp-imap-handle-file-attributes): Transform uid and gid
5142         according to `id-format'.
5143         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5144         size in header X-Size.
5146 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5148         * simple.el (transpose-subr): Give clearer error when the mark
5149         is not set.  (Bug#4807)
5151 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5153         * net/tramp.el (tramp-perl-file-truename): New defconst.
5154         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5155         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5156         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5157         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5159         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5160         Ignore `dired-call-process'.
5161         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5163 2009-10-26  Julian Scheid  <julians37@gmail.com>
5165         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5166         (tramp-get-remote-readlink): New defun.
5167         (tramp-handle-file-truename): Use it.
5168         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5169         file exists if cache value present.
5170         (tramp-check-cached-permissions): New defun.
5171         (tramp-handle-file-readable-p): Use it.
5172         (tramp-handle-file-writable-p): Likewise.
5173         (tramp-handle-file-executable-p): Likewise.
5174         (tramp-handle-file-name-all-completions): Try using Perl to get
5175         partial completions.  When perl not available, combine `cd' and
5176         `ls' into single remote operation and use shell expansion to get
5177         partial remote directory contents.  Set `file-exists-p' cache for
5178         directory and any files returned by ls.  Change cache handling to
5179         support partial directory contents.  Use error message emitted by
5180         remote `cd' or Perl code for local tramp-error.
5181         (tramp-do-copy-or-rename-file-directly): Avoid separate
5182         tramp-send-command-and-check call.
5183         (tramp-handle-process-file): Merge three remote ops into one.
5184         Do not flush all caches when `process-file-side-effects' is set.
5185         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5186         file-attributes shows uid/gid to be set already.
5188 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5190         * textmodes/tex-mode.el (tex-dvi-view-command)
5191         (tex-show-queue-command, tex-open-quote):
5192         * progmodes/ruby-mode.el (auto-mode-alist)
5193         (interpreter-mode-alist): Purecopy strings.
5195         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5197         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5198         string for the hook, keymap and abbrev table.
5200         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5202         * x-dnd.el (x-dnd-xdnd-to-action):
5203         * startup.el (fancy-startup-text, fancy-about-text): Change to
5204         defconst from defvar.
5206         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5208         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5209         Purecopy initialization strings.
5211         * mail/sendmail.el (mail-header-separator)
5212         (mail-personal-alias-file):
5213         * mail/rmail.el (rmail-default-dont-reply-to-names)
5214         (rmail-ignored-headers, rmail-retry-ignored-headers)
5215         (rmail-highlighted-headers, rmail-secondary-file-directory)
5216         (rmail-secondary-file-regexp):
5217         * files.el (null-device, file-name-invalid-regexp)
5218         (locate-dominating-stop-dir-regexp)
5219         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5220         (interpreter-mode-alist): Use mapcar instead of mapc.
5222         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5224         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5225         (completion-ignored-extensions):
5226         (debug-ignored-errors): Purecopy strings.
5228 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5231         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5232         (pcomplete--here): Use push.
5234         * subr.el (all-completions): Declare the 4th arg obsolete.
5236 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5238         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5239         (pcomplete-unquote-argument): New function.
5240         (pcomplete--common-suffix): Always pay attention to case.
5241         (pcomplete--table-subvert): Quote and unquote the text.
5242         (pcomplete--common-quoted-suffix): New function.
5243         (pcomplete-std-complete): Use it and pcomplete-begin.
5245         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5246         we're inside a dedicated or minibuffer window.
5248 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * cedet/semantic/fw.el (semantic-alias-obsolete)
5251         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5252         (define-mode-overload-implementation):
5253         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5254         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5255         * cedet/semantic/util.el (semantic-file-token-stream)
5256         (semantic-something-to-stream):
5257         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5258         (semantic-expand-nonterminal):
5259         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5260         (semantic-find-dependency, semantic-find-nonterminal)
5261         (semantic-find-dependency):
5262         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5263         (semantic-flex-text, semantic-flex-make-keyword-table)
5264         (semantic-flex-keyword-p, semantic-flex-keyword-put)
5265         (semantic-flex-keyword-get, semantic-flex-map-keywords)
5266         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5267         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5268         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5269         (semantic-after-idle-scheduler-reparse-hooks):
5270         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5271         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5272         * cedet/semantic.el (semantic-toplevel-bovine-table)
5273         (semantic-toplevel-bovine-cache)
5274         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5275         (semantic-init-mode-hooks, semantic-init-db-hooks)
5276         (semantic-bovination-working-type): Provide the `when' arg.
5278 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5280         * bookmark.el: Update documentation, especially documentation
5281         of `bookmark-alist' and of the bookmark file format.
5282         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5284 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5286         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5287         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5288         window to buffer.
5290         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5291         (global-whitespace-mode, global-whitespace-newline-mode)
5292         (whitespace-toggle-options, global-whitespace-toggle-options):
5293         Doc fix (Bug#3660).
5295         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5296         of xmltok-start before the end tag was inserted (Bug#2840).
5298         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5299         patterns that are preceded by an open-paren (Bug#1320).
5301 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5303         * files.el (delete-directory): Delete symlinks to directories with
5304         delete-file (Bug#4739).
5306 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5308         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5309         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5310         argument to make-obsolete.
5312         * cedet/semantic/fw.el (semantic-alias-obsolete)
5313         (semantic-varalias-obsolete): Add optional WHEN argument.
5315 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5317         * vc.el (vc-backend-for-registration): Rename from
5318         vc-get-backend-for-registration.  Update callers.
5320         * international/mule-cmds.el (set-language-info-alist):
5321         Purecopy lang-env.
5322         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5323         (charset): Purecopy the name.
5324         (define-char-code-property): Purecopy string arguments.
5326         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5327         Purecopy string arguments.
5329         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5330         * ediff-hook.el (menu-bar-ediff-menu):
5331         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5332         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5334 2009-10-24  Glenn Morris  <rgm@gnu.org>
5336         * comint.el (comint-dynamic-list-completions):
5337         * term.el (term-dynamic-list-completions): Use choose-completion rather
5338         than obsolete alias mouse-choose-completion.
5340         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5341         file-cache-choose-completion.
5342         (file-cache-choose-completion): Handle an optional event argument.
5343         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5345         * progmodes/octave-mod.el (octave-complete-symbol):
5346         Use choose-completion if mouse-choose-completion is ever removed.
5348         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5349         use.
5351         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5352         compiler.
5354         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5356 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5358         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5359         Ignore `pred' now that we receive one.
5360         Handle test-completion specially.
5362 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5364         * vc.el (vc-responsible-backend): Throw an error if not backend is
5365         found.  Remove the REGISTER argument.  Move the code dealing with
5366         REGISTER ...
5367         (vc-get-backend-for-registration): ... here.  New function.
5368         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5369         of vc-responsible-backend, pass the file name instead of the
5370         directory name.
5372 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5375         New funs.
5376         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5377         (pcomplete-comint-setup): Don't modify a global var via
5378         accidental side-effects.
5379         (pcomplete-shell-setup): Adjust call accordingly.
5380         (pcomplete-parse-comint-arguments): Use push.
5382 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5384         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5385         Allow uncapitalized info node names (Bug#3921).
5387         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5388         to the DEBUG file (Bug#3781).
5390 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5392         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5393         dictionary entry (Bug#4579).
5395 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5397         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5398         from `rfn-eshadow-update-overlay-hook' when unloading.
5399         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5400         "rsyncc".  Adjust doc string.
5401         (tramp-temp-buffer-file-name): New buffer-local defvar.
5402         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5403         Keep temporary file when indicated by method ("rsync" and
5404         "rsyncc").
5405         (tramp-handle-write-region): Handle APPEND.
5406         (tramp-delete-temp-file-function): New defun.  Added to
5407         `kill-buffer-hook'.
5409 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5411         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5413 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5415         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5416         (color-name-rgb-alist, tty-standard-colors)
5417         (tty-color-mode-alist): Change to defconst.
5419         * simple.el (mark-inactive): Purecopy message.
5421         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5422         (global-map, yank-menu):
5423         * textmodes/ispell.el (ispell-menu-map):
5424         * net/eudc.el (eudc-tools-menu):
5425         * international/mule-cmds.el (describe-language-environment-map)
5426         (setup-language-environment-map, set-coding-system-map)
5427         (mule-menu-keymap):
5428         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5429         * replace.el (occur-mode-map):
5430         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5432 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5434         * calc/calc.el (math-read-number, math-read-number-simple): Use
5435         `save-match-data'.
5437 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5440         rather than fiddling with global-map bindings, since it should only
5441         affect per-terminal settings.
5442         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5444         * minibuffer.el (completion-table-with-terminator): Allow to specify
5445         the terminator-regexp.
5447         * simple.el (switch-to-completions): Look for *Completions* in other
5448         frames as well.
5450         * pcomplete.el: Allow the use of completion-tables.
5451         (pcomplete-std-complete): New command.
5452         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5453         (pcomplete--here): Use a function for `form' rather than an expression,
5454         so it can be byte-compiled.
5455         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5456         Add edebug declaration.
5457         (pcomplete-show-completions): Remove unused var `curbuf'.
5458         (pcomplete-do-complete, pcomplete-stub):
5459         Don't assume `completions' is a list of strings any more.
5461 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5463         * find-dired.el (find-name-arg): Fix typo in docstring.
5465 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5467         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5468         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5470         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5471         pcomplete-entries.
5473         * comint.el (comint-read-input-ring, comint-write-input-ring)
5474         (comint-substitute-in-file-name)
5475         (comint-dynamic-complete-as-filename)
5476         (comint-dynamic-simple-complete)
5477         (comint-dynamic-list-filename-completions)
5478         (comint-dynamic-list-completions)
5479         (comint-redirect-results-list-from-process): Minor simplifications.
5481 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5483         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5484         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5485         the first form.  And insert a blank line after ";;; Code" since
5486         that's usual style.  (Bug#4612)
5488         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5490 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5492         * minibuffer.el (completion-table-with-terminator): Properly implement
5493         boundaries, in case `terminator' appears in the suffix.
5494         (completion--embedded-envvar-table): Don't return boundaries if
5495         there's no valid completion.  Simplify.
5496         (completion-file-name-table): New completion table extracted from
5497         completion--file-name-table.
5498         (completion--file-name-table): Use it.
5499         (read-file-name-predicate): Declare obsolete.
5500         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5501         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5502         completion-file-name-table, and use the `pred' argument.
5503         * files.el (locate-file-completion-table): Use the `pred' arg rather
5504         than read-file-name-predicate.
5505         (abbreviate-file-name): Use \` rather than ^ for BOS.
5507 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5509         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5510         vc-responsible-backend to register, it causes problems.
5512 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5516 2009-10-21  Eric Ludlam  <zappo@gnu.org>
5518         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5519         (semantic-c-debug-mode-init-pch): New functions.
5520         (semantic-c-debug-mode-init-last-mode): New var.
5521         (semantic-c-parse-lexical-token): Use them.
5523         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5524         When extracting the argument list, limit only by point-max.
5526 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5528         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5529         (tramp-smb-handle-file-attributes): Use it.
5530         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5531         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5532         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5533         Add `dired-filename' text properties.
5534         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5535         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5536         version.
5538 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5540         * subr.el (read-key-delay): Reduce to 0.01.
5541         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5542         (bug#4751).
5544 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5546         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5548         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5549         (Info-menu): Remove unused vars `last' and `completions'.
5550         (Info-index-nodes): Remove unused var `node'.
5552         * info.el (Info-complete-menu-item): Use complete-with-action.
5554 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5556         Make vc-annotate work through copies and renames.
5557         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5558         Return the file name too.
5559         (vc-annotate-revision-at-line)
5560         (vc-annotate-find-revision-at-line)
5561         (vc-annotate-revision-previous-to-line)
5562         (vc-annotate-show-log-revision-at-line): Update to get the file
5563         name from vc-annotate-extract-revision-at-line.
5564         (vc-annotate-show-diff-revision-at-line-internal): Change the
5565         argument to mean whether to show a file diff or not.  Get the file
5566         name from vc-annotate-extract-revision-at-line.
5567         (vc-annotate-show-diff-revision-at-line):
5568         Update vc-annotate-show-diff-revision-at-line call.
5569         (vc-annotate-warp-revision): Add an optional file argument.
5571         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5572         (vc-git-annotate-extract-revision-at-line): Also return the file
5573         name if found.
5575         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5576         command.  Remove unused code.
5577         (vc-hg-annotate-re): Update to match --follow output.
5578         (vc-hg-annotate-extract-revision-at-line): Also return the file
5579         name if found.
5581         * vc.el: Update annotate-extract-revision-at-line documentation.
5583 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5585         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5586         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5588         * net/browse-url.el (browse-url): Identify alist with "consp and
5589         not functionp" and let all other things go down the `apply' leg,
5590         as suggested by Stefan.  (Further to bug#4531.)
5592 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5594         * minibuffer.el (read-file-name): Check for repeat before putting
5595         a default argument in file-name-history (Bug#4657).
5597         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5598         read syntax (Bug#4737).
5600         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5602 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5604         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5605         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5606         entries and make note of obsolete tags.
5608 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5610         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5612 2009-10-18  Glenn Morris  <rgm@gnu.org>
5614         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5615         grep, so that binary files (eg international/uni-bidi.el) can match.
5616         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5617         now, and in any case the file header format has changed.
5619 2009-10-17  Glenn Morris  <rgm@gnu.org>
5621         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5622         (flyspell-get-word, flyspell-large-region)
5623         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5625 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5627         * Makefile.in (ELCFILES): Add ede/shell.
5629 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5631         * term/common-win.el (x-colors): Purecopy it.
5633 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5635         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5636         permissive for when the buffer is empty.
5637         (tar-header-block-tokenize): Decode the username and groupname.
5638         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5640 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5642         * cedet/srecode/srt.el:
5643         * cedet/srecode/compile.el:
5644         * cedet/semantic/mru-bookmark.el:
5645         * cedet/semantic/debug.el:
5646         * cedet/semantic/complete.el:
5647         * cedet/semantic/analyze.el: Require CL when compiling.
5649 2009-10-17  Eric Ludlam  <zappo@gnu.org>
5651         * cedet/semantic/scope.el
5652         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5653         tmpscope so that the regular scope will continue to work.
5655         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5656         Use semantic-idle-summary-highlight-face as the highlighting.
5658         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5659         contains multibyte characters, choose first applicable coding
5660         system automatically.
5662         * cedet/ede/project-am.el (project-run-target): New method.
5663         (project-run-target): New method.
5665         * cedet/ede.el (ede-target): Add run target menu item.
5666         (ede-project, ede-minor-keymap): Add ede-run-target binding.
5667         (ede-run-target): New function.
5668         (ede-target::project-run-target): New method.
5670         * cedet/ede/proj.el (project-run-target): New method.
5672         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5673         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
5674         Add :rules.
5675         (ede-proj-target-makefile-shared-object): Only libtool compilers
5676         now available.  Add linkers for libtool.
5677         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5678         (ede-proj-makefile-target-name): Always use .la extension.
5680         * cedet/ede/proj-prog.el (project-run-target): New method.
5682         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5683         (ede-g++-linker): Change Change link lines.
5685         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5686         When searching for old variables, go to the end of the buffer and
5687         search backward from there.
5688         (ede-proj-makefile-automake-insert-subdirs)
5689         (ede-proj-makefile-automake-insert-extradist): New methods.
5690         (ede-proj-makefile-create): Use them.
5692         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5693         Force FILE to expand to the current target.  Use file-exists-p to
5694         check that it exists.
5696         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5697         (ede-linux-load): Wrap dir in file-name-as-directory.
5698         Set :version slot.
5700         * cedet/ede/files.el (ede-get-locator-object): When enabling
5701         locate, do so on "top".
5703         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5704         file-name-as-directory during compare.
5705         (ede-emacs-version): Return Emacs/XEmacs differentiator.
5706         Get version number from different places.  Don't call egrep.
5707         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
5708         to set the directory.
5710         * cedet/ede/shell.el: New file.
5712         * cedet/inversion.el (inversion-decoders): Allow for stray . in
5713         alpha/beta variants.
5715 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5717         * international/mule-cmds.el (select-safe-coding-system): If the file
5718         has a coding cookie, use it regardless of any other setting (bug#4712).
5720 2009-10-17  Glenn Morris  <rgm@gnu.org>
5722         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5723         All errors should have messages.
5725         * foldout.el (foldout-mouse-swallow-events):
5726         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5728         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5729         (dired-keep-marker-copy, dired-keep-marker-hardlink)
5730         (dired-keep-marker-symlink, dired-dwim-target)
5731         (dired-copy-preserve-time): Do not autoload these defcustoms.
5733         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5734         messages from messing up the file coding.  (Bug#4623)
5736 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
5738         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5739         if no match is found for the current dictionary.  (Bug#4578)
5741         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5742         optional, since that is how it is documented, and this is often called
5743         with a nil argument.  (Bug#4577)
5744         (flyspell-external-point-words, flyspell-auto-correct-word)
5745         (flyspell-correct-word-before-point, flyspell-word-search-forward)
5746         (flyspell-word-search-backward): Remove nil argument in calls to
5747         flyspell-get-word, since it is not needed now.
5749 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
5751         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
5753 2009-10-16  Glenn Morris  <rgm@gnu.org>
5755         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5757 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5759         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5760         (ange-ftp-file-size): New function.
5761         (ange-ftp-file-attributes): Use it.
5763 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
5765         * net/tramp-smb.el (tramp-smb-version): New defvar.
5766         (tramp-smb-maybe-open-connection): Use it, in order to avoid
5767         repeated checks.
5769 2009-10-16  Glenn Morris  <rgm@gnu.org>
5771         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5772         Maybe copy some custom properties from old to new name.  (Bug#4706)
5774 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
5776         * subr.el (error, sit-for, start-process-shell-command)
5777         (start-file-process-shell-command): Set the calling convention
5778         after the function definition.
5780 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5782         * subr.el (error, sit-for, start-process-shell-command)
5783         (start-file-process-shell-command): Use the new
5784         set-advertised-calling-convention feature.
5786 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
5788         * international/ucs-normalize.el (ucs-normalize-version):
5789         Change to 1.2.
5790         (check-range): Adjust for Unicode 5.2.
5792 2009-10-15  Juri Linkov  <juri@jurta.org>
5794         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5795         to the `menu-item' format.
5797 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
5799         * net/tramp.el (tramp-replace-environment-variables): Do not fail
5800         if the environment variable does not exist.
5802         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5803         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5804         parameter.
5805         (tramp-smb-handle-add-name-to-file)
5806         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5807         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5808         (tramp-smb-handle-file-attributes)
5809         (tramp-smb-do-file-attributes-with-stat)
5810         (tramp-smb-handle-file-local-copy)
5811         (tramp-smb-handle-insert-directory)
5812         (tramp-smb-handle-make-directory)
5813         (tramp-smb-handle-make-directory-internal)
5814         (tramp-smb-handle-make-symbolic-link)
5815         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5816         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5817         (tramp-smb-maybe-open-connection): Apply the changed parameters.
5818         (tramp-smb-read-file-entry): Read Disk names in compressed format.
5819         Handle long file names.
5820         (tramp-smb-get-cifs-capabilities): Check, whether the connection
5821         process is running.
5822         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5823         Read share names with "-g" option.
5825 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
5827         * net/rcirc.el (rcirc-view-log-file): New command.
5828         (rcirc-track-minor-mode-map): Remove C-c ` binding.
5829         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5830         specified.
5832 2009-10-15  Glenn Morris  <rgm@gnu.org>
5834         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5835         from the second command-line argument.
5836         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5837         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5838         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5839         w32-batch-update-autoloads.
5840         * emacs-lisp/autoload.el (autoload-make-program): New variable.
5841         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5843         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5844         the headers cannot be located.  Simplify, subtracting superflous
5845         save-excursions.
5847 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5849         Replace completion-base-size by completion-base-position to fix bugs
5850         such as (bug#4699).
5851         * simple.el (completion-base-position): New var.
5852         (completion-base-size): Mark as obsolete.
5853         (choose-completion): Make it work for mouse events as well.
5854         Pass the new base-position to choose-completion-string.
5855         (choose-completion-guess-base-position): New function, extracted from
5856         choose-completion-delete-max-match.
5857         (choose-completion-delete-max-match): Use it.  Make obsolete.
5858         (choose-completion-string): Use the new base-position info.
5859         (completion-root-regexp): Delete.
5860         (completion-setup-function): Preserve completion-base-position.
5861         Eliminate obsolete base-size manipulation.
5862         * minibuffer.el (display-completion-list): Don't mess with base-size.
5863         (minibuffer-completion-help): Set completion-base-position instead.
5864         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5865         choose-completion.
5866         * textmodes/bibtex.el (bibtex-complete):
5867         * emacs-lisp/crm.el (crm--choose-completion-string):
5868         Adjust to new calling convention.
5869         * complete.el (partial-completion-mode): Use minibufferp to avoid
5870         bumping into incompatible change to choose-completion-string-functions.
5871         * ido.el (ido-choose-completion-string): Make its calling convention
5872         more permissive.
5873         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5874         base-size manipulation.
5875         (comint-dynamic-list-input-ring): Use dotimes and push.
5876         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5877         fundamental-mode.  Use `or'.
5879 2009-10-14  Juri Linkov  <juri@jurta.org>
5881         * misearch.el (multi-isearch-next-buffer-from-list)
5882         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
5884 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5886         * Makefile.in (compile-onefile): Load `bytecomp' rather than
5887         `bytecomp.el'.
5889         * minibuffer.el (completion-pcm--merge-completions): Make sure the
5890         string we return is all made up of text from the completions rather
5891         than part from the completions and part from the input (bug#4219).
5893         * ido.el (ido-everywhere): Use define-minor-mode.
5895         * buff-menu.el (list-buffers, ctl-x-map):
5896         Mark the entry points with ;;;###autoload cookies.
5898 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5900         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5901         correctly in the detached head case.
5902         (vc-git-print-log): Remove unused binding.
5904         * vc.el (vc-responsible-backend): When a directory is passed for
5905         for registration create a VC repository if no backend is
5906         responsible for the directory argument.
5907         (vc-deduce-fileset): Tell vc-responsible-backend to register.
5909         * vc.el: Move comments about RCS and SCCS ...
5910         * vc-rcs.el:
5911         * vc-sccs.el: ... here, respectively.
5913 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5915         * minibuffer.el (completion--file-name-table): Return nil if there's
5916         no file completion, even if substitute-in-file-name changed
5917         the string (bug#4708).
5919 2009-10-13  Juri Linkov  <juri@jurta.org>
5921         * files-x.el (read-file-local-variable-value): Don't filter out
5922         minor modes from mode name completion (bug#4664).
5924 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5926         * international/mule-cmds.el (ucs-names): Remove exclusion of
5927         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5929 2009-10-13  Kenichi Handa  <handa@m17n.org>
5931         * international/uni-name.el: Regenerated.
5933 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5935         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
5936         should be automatically buffer-local, but isn't.)
5938 2009-10-12  Sam Steingold  <sds@gnu.org>
5940         * progmodes/compile.el (compilation-next-error-function): Fix the
5941         timestamps if the buffer has been visited before.
5942         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5943         non-anchored patterns, like the perl one (bug#3928).
5945 2009-10-12  Glenn Morris  <rgm@gnu.org>
5947         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5948         Let-bind `size'.
5950 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
5952         * proced.el (proced-unload-function): New function.
5954         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5955         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5956         Doc fix.
5958         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5960 2009-10-11  Juri Linkov  <juri@jurta.org>
5962         * files-x.el (read-file-local-variable-value):
5963         Provide default value only for bound variables (bug#4664).
5965 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
5967         * net/tramp.el (tramp-local-host-p): Function shall return nil for
5968         connection methods like smb.
5970         * net/tramp-cache.el (tramp-flush-connection-property): The hash
5971         can be empty.
5973         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5974         (tramp-smb-file-name-handler-alist): Add handlers for
5975         `add-name-to-file', `make-symbolic-link'.
5976         (tramp-smb-handle-add-name-to-file)
5977         (tramp-smb-do-file-attributes-with-stat)
5978         (tramp-smb-handle-make-symbolic-link)
5979         (tramp-smb-get-cifs-capabilities): New defuns.
5980         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5981         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5982         (tramp-smb-handle-file-local-copy)
5983         (tramp-smb-handle-make-directory-internal)
5984         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5985         The file name syntax depends on cifs capabilities.
5986         (tramp-smb-handle-file-attributes):
5987         Call `tramp-smb-do-file-attributes-with-stat' if possible.
5988         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5989         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5991 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
5993         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5994         (eieio-defclass): Apply deftype handler and setf-method properties
5995         directly.
5996         (eieio-add-new-slot): Avoid union function from cl library.
5997         (eieio--typep): New function.
5998         (eieio-perform-slot-validation): Use it.
6000 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6002         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6003         Update documentation to refer to the variables documented in r1.135.
6004         (Bug#4188)
6006 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6008         * bookmark.el (Info-suffix-list): Remove this unused variable.
6009         (bookmark-current-point): Remove this obsolete variable.
6010         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6011         Adjust for removal of bookmark-current-point.
6013         (bookmarks-already-loaded, bookmark-current-buffer)
6014         (bookmark-yank-point): Document.  (Bug#4188)
6016 2009-10-10  Glenn Morris  <rgm@gnu.org>
6018         * frame.el (frame-height): Doc fix.
6020         * calendar/calendar.el (calendar-split-width-threshold): New option.
6021         (calendar-basic-setup): Use calendar-split-width-threshold.
6023 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6025         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6026         Use .la for Automake.
6028 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6030         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6031         Use "autoreconf -i".  Suggested by Andreas Schwab.
6033 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6035         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6036         Ideographic Supplement" range (U+1F200..U+1F2FF).
6038 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6040         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6041         since the list will have been rebuilt anyway.  (Bug#4349)
6043 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6045         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6046         (bookmark-bmenu-execute-deletions): Don't save here, as
6047         bookmark-delete will now do so if necessary.
6048         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6049         (Bug#4348)
6051 2009-10-09  Glenn Morris  <rgm@gnu.org>
6053         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6055 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6057         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6058         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6059         argument now, so the two function's behaviors will match.  (Bug#3645)
6061 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6063         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6064         Fix filename test.
6065         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6066         to expand file names.
6068 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6070         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6071         (tramp-file-name-real-host, tramp-file-name-port):
6072         Apply `save-match-data'.
6074         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6075         case both directories are remote.
6076         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6077         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6079 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6081         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6082         (ede-proj-target-makefile-objectcode): Use it.
6084         * cedet/ede/source.el (ede-want-any-source-files-p)
6085         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6086         Return search result.  This error was introduced while merging.
6088 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6090         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6092 2009-10-07  Glenn Morris  <rgm@gnu.org>
6094         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6095         of concat.
6097 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6099         * files-x.el (read-file-local-variable): Include some
6100         non-user-variables in the completion table (bug#4664).
6102 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6104         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6105         message.
6107         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6108         (tramp-smb-file-name-handler-alist): Add handler for
6109         `copy-directory', `expand-file-name', `set-file-modes'.
6110         (tramp-smb-handle-copy-directory)
6111         (tramp-smb-handle-expand-file-name)
6112         (tramp-smb-handle-set-file-modes): New defuns.
6113         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6114         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6115         entry.
6116         (tramp-smb-handle-insert-directory): Don't flush the cache.
6117         (tramp-smb-maybe-open-connection): Check for samba client and
6118         server versions.
6120 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6122         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6123         to not error out of search for "^lisp=" fails.
6125 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6127         * makefile.w32-in (WINS_UPDATES): New macro.
6128         (custom-deps, finder-data, autoloads): Use it.
6130 2009-10-07  Glenn Morris  <rgm@gnu.org>
6132         * Makefile.in (autoloads): Revert previous change.
6133         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6134         the list of preloaded files passed on the command-line, get
6135         it from src/Makefile.
6137         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6138         show the original buffer rather than a random one.
6140 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6142         * help.el (describe-no-warranty): Place point in a slightly better
6143         position in the GPLv3 text.
6145 2009-10-06  Sam Steingold  <sds@gnu.org>
6147         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6148         the comm attribute is present before calling regexp-quote.
6150 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6152         * play/animate.el (animate-string): For good effect, make sure
6153         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6155         * play/animate.el (animate-sequence, animate-birthday-present):
6156         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6158 2009-10-06  Glenn Morris  <rgm@gnu.org>
6160         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6162         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6163         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6164         (batch-update-autoloads): Process a string value of autoload-excludes,
6165         set during the build process.
6166         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6168         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6169         inside with-parsed...  macro so that `v' is defined.
6171         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6172         * progmodes/fortran.el (fortran-end-of-block)
6173         (fortran-beginning-of-block):
6174         Also push mark in the macro case.
6176         * emerge.el (emerge-show-file-name):
6177         * calc/calc.el (calc-quit):
6178         * calc/calc-misc.el (calc-big-or-small):
6179         * calc/calc-graph.el (calc-graph-view):
6180         * calc/calc-ext.el (calc-reset):
6181         * calendar/calendar.el (calendar-basic-setup):
6182         Use window-full-height-p.
6184         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6185         header we don't understand, don't insert another.  (Bug#4624)
6186         If changing mime charset, insert the new one in the right place.
6188 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6190         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6191         (cal-tex-cursor-month): Correctly increment the end date for diary and
6192         holiday listing.  (Bug#4626)
6194 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6196         * help-fns.el (describe-function-1): Don't burp if the function is not
6197         a symbol.
6199 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6201         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6202         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6203         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6204         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6206         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6207         (eieio-default-superclass): Reflow docstrings.
6208         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6209         (eieio-unbind-method-implementations, defmethod)
6210         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6211         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6212         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6213         (eieio-slot-originating-class-p, eieio-slot-name-index)
6214         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6215         (constructor, initialize-instance, no-next-method, object-print)
6216         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6217         Fix typos in docstrings.
6218         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6219         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6220         (next-method-p): Doc fixes.
6221         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6222         Fix typos in error messages.
6223         (eieio-defmethod): Fix typo in description of generic method.
6225         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6226         (eieio-persistent-save-interactive, slot-missing):
6227         Fix typos in docstrings.
6228         (eieio-instance-inheritor-slot-boundp): Doc fix.
6230         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6231         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6233         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6234         (eieio-custom-object-apply-reset):
6235         Fix typos in docstrings and error messages.
6237         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6238         Fix typo in docstring.
6240         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6241         (eieio-browse-tree): Doc fix.
6242         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6243         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6244         Fix typos in docstrings.
6246         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6247         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6248         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6249         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6250         Reflow docstrings.
6252 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6254         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6255         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6256         Set log-view-vc-backend so that diff can work.
6258         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6259         vc-version-diff.
6260         (vc-diff-internal): Autoload this instead of vc-version-diff.
6262 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6264         * simple.el (eval-expression): Doc fix.
6266         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6268 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6270         * files.el (directory-files-no-dot-files-regexp): New defconst.
6271         (delete-directory): Use it.
6272         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6274         * net/tramp.el (tramp-verbose): Fix docstring.
6275         (tramp-methods): Add recursive option to `tramp-copy-args'.
6276         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6277         "scp1_old", "scp2_old", "rsync", "rsyncc".
6278         (tramp-default-method): Check also for `auth-source-user-or-password'.
6279         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6280         Add handler for `copy-directory'.
6281         (tramp-handle-copy-directory): New defun.
6282         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6283         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6284         Optimize sent command.
6286 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6288         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6289         window if necessary.
6291         * calendar/calendar.el (calendar-basic-setup): Don't call
6292         switch-to-buffer in a dedicated window.
6294 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6296         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6297         don't do anything related to relocating, just return nil.
6298         (bookmark-error-no-filename): New error.
6299         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6300         bookmark has no file.  Don't even attempt to handle things that
6301         are not files; the whole point of custom handlers is to keep that
6302         knowledge elsewhere anyway.  Tighten some comments.
6303         (bookmark-file-or-variation-thereof): Remove now-unused function.
6304         (bookmark-location): Doc string fix.
6305         (Bug#4250)
6307 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6309         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6310         don't use a file dialog, because they usually don't know how to read
6311         a directory target from the user.  (Bug#4230)
6312         Also, make sure the prompt can display directories as well as files.
6314 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6316         * bookmark.el (bookmark-set, bookmark-buffer-name):
6317         Improve doc strings.  (Bug#1193)
6319 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6321         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6322         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6323         (bookmark-get-annotation, bookmark-set-annotation)
6324         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6325         (bookmark-set-position, bookmark-get-front-context-string)
6326         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6327         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6328         (bookmark-jump-other-window, bookmark-handle-bookmark)
6329         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6330         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6331         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6332         Improve doc strings to say whether bookmark can be a string or
6333         a record or both, and make other consistency and clarity fixes.
6334         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6335         (bookmark-default-annotation-text, bookmark-yank-word)
6336         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6337         (bookmark-import-new-list, bookmark-maybe-rename)
6338         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6339         (bookmark-bmenu-bookmark): Give these doc strings.
6340         (bookmark-bmenu-check-position): Give this a doc string, but also
6341         add a FIXME comment about how the function may be pointless.
6342         (bookmark-default-handler): Rework doc string and change a
6343         parameter name, to clarify that this takes a bookmark record
6344         not a bookmark name.
6345         (bookmark-set): Change a parameter name to indicate its meaning,
6346         and improve the doc string a bit.
6347         (Bug#4188)
6349 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6351         * bookmark.el (bookmark-alist): Document the new `handler' element
6352         in the param alist.
6353         (bookmark-make-record-function): Adjust documentation for above.
6354         (Bug#4193)
6356 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6358         * info.el (Info-bookmark-make-record): Document this function.
6359         (Info-bookmark-jump): Document with a doc string, not just a comment.
6360         (Bug#4203)
6362 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6364         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6365         (semantic-new-buffer-fcn): Call parser setup functions here.
6366         (semantic-mode): Don't call parser setup functions here, it's done
6367         in semantic-new-buffer-fcn now.
6368         (semantic-mode): Parse all existing buffers when enabled.
6370         * cedet/srecode/compile.el (srecode-compile-file):
6371         Call semantic-new-buffer-fcn if the buffer has not been parsed.
6373 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6375         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6377         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6378         (proj-comp-insert-variable-once): New macro, renamed from
6379         ede-pmake-insert-variable-once in ede/pmake.edl.
6380         (ede-proj-makefile-insert-variables): Use it.
6382 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6384         * files.el (copy-directory): New defun.
6386         * dired-aux.el (dired-copy-file-recursive): Use it.
6388 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6390         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6391         (makefile-end-of-command):
6392         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6393         (semantic-end-of-context): Fix previous change.  Doc fixes.
6395 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6397         * files-x.el (modify-dir-local-variable)
6398         (copy-dir-locals-to-file-locals-prop-line):
6399         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6400         (makefile-end-of-command):
6401         * cedet/semantic/lex.el (semantic-lex-token):
6402         * cedet/semantic/analyze/fcn.el
6403         (semantic-analyze-dereference-metatype-1):
6404         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6405         (semantic-lex-cpp-undef):
6406         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6407         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6408         (semantic-end-of-context): Fix typos in docstrings.
6410         * recentf.el (recentf-unload-function): New function.
6412 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6414         * cedet/ede.el (ede-project-placeholder-cache-file):
6415         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6416         * cedet/srecode/map.el (srecode-map-save-file):
6417         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
6419 2009-10-04  Glenn Morris  <rgm@gnu.org>
6421         * window.el (window-full-height-p): Add doc string.
6423 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6425         * window.el (window-full-height-p): New function.  (Bug#4543)
6427 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
6429         * cedet/srecode/insert.el: Require srecode/args.
6431         * cedet/srecode/args.el: Require srecode/dictionary instead of
6432         srecode/insert.
6434         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6436         * files.el (auto-mode-alist): Add .srt and Project.ede.
6438         * cedet/semantic.el (semantic-mode):
6439         Handle srecode-template-mode-hook as well.
6440         (semantic-mode): Use js-mode-hook for Javascript hook.
6442         * cedet/srecode/template.el: Remove hook variable.
6444         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6446         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6447         projects exist.
6448         (ede-project-placeholder-cache-file): Default to a file in
6449         user-emacs-directory.
6451         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6452         templates in data-directory.
6453         (srecode-map-save-file): Default to a file in user-emacs-directory.
6455         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6456         directory.
6458 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6460         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6461         Doc fix.
6463         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6464         Only insert each variable once.
6466         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6467         (ede-pmake-insert-variable-shared): Use it.
6469         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6470         for lexical table iff table is nil.
6472 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6474         * vc.el: Remove commented out code.
6475         (vc-derived-from-dir-mode): Remove, unused.
6476         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6478 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6480         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6481         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6482         there could be recursive loading when `default-directory' is a
6483         remote file name.  (Bug#4614)
6485 2009-10-03  Glenn Morris  <rgm@gnu.org>
6487         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6488         the frame is wide.
6489         (calendar-generate-window): Test for shrinkability rather than width.
6491         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6492         declaration, currently false.
6494         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6495         reusing existing buffers, in case we happen to visit two files with the
6496         same basename.  (Bug#4593)
6498 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6500         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6501         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6502         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6503         subdirs of cedet as well.
6504         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6506 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6508         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6509         Obey advertised-signature-table.
6511         * help-fns.el (help-function-arglist): Don't check
6512         advertised-signature-table.
6513         (describe-function-1): Do it here instead so it also applies to subrs.
6515 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6517         * simple.el (start-file-process): Say in the doc-string, that file
6518         handlers might not support pty association, if PROGRAM is nil.
6520         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6521         HOST and USER are strings.  They are nil, when there are
6522         incomplete entries in ~/.netrc, for example.
6523         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6524         root directory ("device busy" error otherwise).
6526         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6527         Flush file properties of created directory.
6529 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6531         * makefile.w32-in (WINS_BASIC): Remove cedet.
6532         (WINS_CEDET): Add cedet.
6533         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6535 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6537         * net/browse-url.el (browse-url): Pass any symbol in
6538         browse-url-browser-function to `apply', since if you've mistakenly put
6539         an unbound symbol then the error is clearer.  (Bug#4531)
6541 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6543         * allout.el (allout-init, allout-back-to-current-heading)
6544         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6545         (allout-ascend, allout-up-current-level, allout-end-of-level)
6546         (allout-previous-visible-heading, allout-forward-current-level)
6547         (allout-backward-current-level, allout-show-children):
6548         * apropos.el (apropos-describe-plist):
6549         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6550         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6551         * completion.el (add-completion, add-permanent-completion):
6552         * descr-text.el (describe-text-category, describe-char):
6553         * desktop.el (desktop-lazy-abort):
6554         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6555         * dired.el (dired-build-subdir-alist):
6556         * ediff.el (ediff-version):
6557         * elide-head.el (elide-head, elide-head-show):
6558         * emerge.el (emerge-version):
6559         * env.el (getenv):
6560         * face-remap.el (variable-pitch-mode):
6561         * faces.el (describe-face):
6562         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6563         (dired-at-point):
6564         * files.el (find-file-existing, auto-save-mode):
6565         * font-lock.el (font-lock-fontify-buffer):
6566         * help-fns.el (describe-function, describe-variable)
6567         (describe-syntax, describe-categories):
6568         * help.el (view-lossage, describe-bindings, describe-key)
6569         (describe-mode):
6570         * hexl.el (hexl-current-address):
6571         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6572         * info.el (Info-goto-emacs-key-command-node):
6573         * log-edit.el (log-edit-insert-cvs-template)
6574         (log-edit-insert-cvs-rcstemplate):
6575         * menu-bar.el (menu-bar-mode):
6576         * mouse.el (mouse-appearance-menu):
6577         * newcomment.el (comment-indent-new-line):
6578         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6579         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6580         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6581         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6582         * recentf.el (recentf-mode):
6583         * savehist.el (savehist-mode, savehist-save):
6584         * shadowfile.el (shadow-copy-files):
6585         * simple.el (kill-ring-save, next-line, previous-line)
6586         (normal-erase-is-backspace-mode):
6587         * strokes.el (strokes-update-window-configuration)
6588         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6589         (strokes-xpm-for-stroke):
6590         * time.el (emacs-uptime, emacs-init-time):
6591         * tutorial.el (tutorial--describe-nonstandard-key)
6592         (tutorial--detailed-help):
6593         * type-break.el (type-break-mode)
6594         (type-break-mode-line-message-mode, type-break-query-mode)
6595         (type-break-guesstimate-keystroke-threshold):
6596         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6597         * version.el (emacs-version):
6598         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6599         * winner.el (winner-mode):
6600         * calendar/timeclock.el (timeclock-in, timeclock-out)
6601         (timeclock-status-string, timeclock-change)
6602         (timeclock-workday-remaining-string)
6603         (timeclock-workday-elapsed-string)
6604         (timeclock-when-to-leave-string):
6605         * calendar/todo-mode.el (todo-add-category):
6606         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6607         * emacs-lisp/autoload.el (update-file-autoloads):
6608         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6609         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6610         (checkdoc-message-text, checkdoc-defun):
6611         * emacs-lisp/debug.el (debugger-list-functions):
6612         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6613         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6614         (eieio-describe-generic):
6615         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6616         * emacs-lisp/shadow.el (list-load-path-shadows):
6617         * emulation/cua-base.el (cua-mode):
6618         * emulation/edt.el (edt-set-scroll-margins):
6619         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6620         (tpu-toggle-regexp, tpu-toggle-search-direction)
6621         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6622         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6623         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6624         (viper-set-parsing-style-toggling-macro)
6625         (viper-set-emacs-state-searchstyle-macros):
6626         * emulation/viper.el (viper-set-hooks):
6627         * eshell/esh-mode.el (eshell-truncate-buffer):
6628         * international/mule-cmds.el (prefer-coding-system)
6629         (describe-input-method, describe-language-environment):
6630         * international/mule-diag.el (list-character-sets)
6631         (describe-character-set, describe-coding-system)
6632         (describe-fontset, list-fontsets, list-input-methods):
6633         * mail/sendmail.el (mail-signature):
6634         * net/ange-ftp.el (ange-ftp-copy-file):
6635         * net/browse-url.el (browse-url):
6636         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6637         * net/quickurl.el (quickurl-add-url):
6638         * net/rcirc.el (names, topic):
6639         * net/xesam.el (xesam-mode):
6640         * play/5x5.el (5x5-new-game):
6641         * play/yow.el (apropos-zippy):
6642         * progmodes/ada-mode.el (ada-mode-version):
6643         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6644         (f90-end-of-block)
6645         (f90-beginning-of-block):
6646         * progmodes/fortran.el (fortran-end-of-block)
6647         (fortran-beginning-of-block):
6648         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6649         * progmodes/python.el (python-describe-symbol, python-shell):
6650         * term/ns-win.el (ns-print-buffer):
6651         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6652         * textmodes/flyspell.el (flyspell-mode-on):
6653         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6654         (pages-directory-for-addresses):
6655         * textmodes/table.el (table-recognize-cell)
6656         (table-query-dimension, table-generate-source)
6657         (table-insert-sequence, table--warn-incompatibility):
6658         * textmodes/tex-mode.el (tex-validate-buffer):
6659         * textmodes/texinfmt.el (texinfmt-version)
6660         (texinfo-format-buffer):
6661         Use `called-interactively-p' instead of `interactive-p'.
6663 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6665         * image-mode.el (image-toggle-display):
6666         * emacs-lisp/elp.el (elp-instrument-function):
6667         * emacs-lisp/advice.el (ad-make-advised-definition):
6668         * emacs-lisp/easy-mmode.el (define-minor-mode):
6669         * net/browse-url.el (browse-url-maybe-new-window):
6670         * progmodes/sh-script.el (sh-learn-buffer-indent):
6671         Pass new argument 'any to `called-interactively-p'.
6673 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6675         * international/uni-bidi.el:
6676         * international/uni-category.el:
6677         * international/uni-combining.el:
6678         * international/uni-comment.el:
6679         * international/uni-decimal.el:
6680         * international/uni-decomposition.el:
6681         * international/uni-digit.el:
6682         * international/uni-lowercase.el:
6683         * international/uni-mirrored.el:
6684         * international/uni-name.el:
6685         * international/uni-numeric.el:
6686         * international/uni-old-name.el:
6687         * international/uni-titlecase.el:
6688         * international/uni-uppercase.el:
6689         Regenerate from Unicode 5.2.0 data.
6691 2009-10-01  Glenn Morris  <rgm@gnu.org>
6693         * Makefile.in (ELCFILES): Regenerate.
6695 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6697         * subr.el (interactive-p): Mark obsolete.
6698         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6699         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6700         advertised-signature-table for subroutines as well.
6702         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6703         (set-advertised-calling-convention): New function.
6704         (make-obsolete, define-obsolete-function-alias)
6705         (make-obsolete-variable, define-obsolete-variable-alias):
6706         Make the optional-ness of `when' obsolete.
6707         (define-obsolete-face-alias): Make `when' non-optional.
6708         * help-fns.el (help-function-arglist):
6709         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6710         Use advertised-signature-table.
6712 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6714         * files.el (delete-directory): New defun.  The original function
6715         in fileio.c has been renamed to `delete-directory-internal'.
6717         * dired.el (dired-delete-file): Call `delete-directory' with
6718         RECURSIVE parameter.
6720         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6721         parameter RECURSIVE.  Implementation is missing.
6723         * net/tramp.el (tramp-handle-make-directory): Flush upper
6724         directory's file properties.
6725         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6726         (tramp-handle-dired-recursive-delete-directory): Flush directory
6727         properties after the remove command only.
6729         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6730         Handle optional parameter RECURSIVE.
6732         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6733         Handle optional parameter RECURSIVE.
6735         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6736         connection timeout.
6737         (tramp-smb-handle-delete-directory): Handle optional parameter
6738         RECURSIVE.
6740 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6742         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6743         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6744         (byte-compile-defmacro): Use backquotes.
6746         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6748         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6749         has no associated file.
6750         (vc-resynch-buffer): Use vc-dir-buffers.
6752 2009-10-01  Glenn Morris  <rgm@gnu.org>
6754         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6755         (chart-file-count):
6756         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6757         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6758         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6759         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6760         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6761         (eieio-copy-parents-into-subclass, make-instance, class-children)
6762         (eieio-generic-form):
6763         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6764         * cedet/cedet-idutils.el (cedet-idutils-search)
6765         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6766         (cedet-idutils-version-check):
6767         * cedet/cedet.el (cedet-version):
6768         * cedet/data-debug.el (data-debug-insert-overlay-button)
6769         (data-debug-insert-overlay-list-button)
6770         (data-debug-insert-buffer-button)
6771         (data-debug-insert-buffer-list-button)
6772         (data-debug-insert-process-button, data-debug-insert-ring-button)
6773         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6774         (data-debug-insert-stuff-vector-button)
6775         (data-debug-insert-symbol-button, data-debug-insert-string)
6776         (data-debug-insert-number, data-debug-insert-lambda-expression)
6777         (data-debug-insert-nil, data-debug-insert-simple-thing)
6778         (data-debug-insert-custom, data-debug-edebug-expr):
6779         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6780         (global-ede-mode-map, ede-new, ede-debug-target)
6781         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6782         * cedet/semantic.el (semantic-minimum-working-buffer-size)
6783         (semantic-fetch-tags, semantic-submode-list)
6784         (semantic-default-submodes):
6785         * cedet/ede/source.el (ede-source-match):
6786         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6787         (project-am-package-info):
6788         * cedet/ede/proj.el (ede-proj-target, project-new-target):
6789         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6790         * cedet/ede/proj-comp.el (ede-current-build-list):
6791         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6792         * cedet/ede/files.el (ede-toplevel-project-or-nil):
6793         * cedet/ede/cpp-root.el (initialize-instance):
6794         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6795         (autoconf-parameter-strip, autoconf-insert-new-macro):
6796         * cedet/semantic/wisent.el (wisent-lex-eoi):
6797         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6798         (semantic-show-parser-state-mode):
6799         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6800         * cedet/semantic/tag.el (semantic-tag-new-variable)
6801         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6802         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6803         (semantic--tag-deep-copy-tag-list)
6804         (semantic-tag-components-with-overlays-default):
6805         * cedet/semantic/symref.el (semantic-symref-find-text):
6806         * cedet/semantic/senator.el (senator-yank-tag)
6807         (senator-transpose-tags-up):
6808         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6809         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6810         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6811         * cedet/semantic/lex.el (semantic-lex-comment-regex)
6812         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6813         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6814         * cedet/semantic/lex-spp.el
6815         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6816         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6817         * cedet/semantic/idle.el
6818         (semantic-idle-summary-current-symbol-info-brutish)
6819         (semantic-idle-summary-current-symbol-info-default):
6820         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6821         (semantic--grammar-macro-compl-dict):
6822         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6823         * cedet/semantic/format.el (semantic-format-tag-custom-list)
6824         (semantic-format-tag-canonical-name-default):
6825         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6826         (semantic-find-tags-for-completion)
6827         (semantic-find-tags-by-scope-protection-default)
6828         (semantic-deep-find-tags-for-completion):
6829         * cedet/semantic/edit.el
6830         (semantic-edits-incremental-reparse-failed-hook)
6831         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6832         (semantic-edits-splice-remove, semantic-edits-splice-replace):
6833         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6834         * cedet/semantic/dep.el (semantic-dependency-include-path):
6835         * cedet/semantic/db.el (semanticdb-default-find-index-class)
6836         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6837         (semanticdb-project-roots):
6838         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6839         (semanticdb-find-adebug-insert-scanned-tag-cons)
6840         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6841         (semanticdb-brute-deep-find-tags-for-completion):
6842         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6843         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6844         (semantic-end-of-context-default)
6845         (semantic-ctxt-current-function-default)
6846         (semantic-ctxt-scoped-types-default):
6847         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6848         (semantic-complete-inline-tag-engine)
6849         (semantic-complete-inline-custom-type)
6850         (semantic-complete-read-tag-analyzer):
6851         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6852         (semantic-chart-database-size):
6853         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6854         (semantic-analyze-current-context):
6855         * cedet/semantic/symref/list.el (semantic-symref)
6856         (semantic-symref-hide-buffer, semantic-symref-symbol):
6857         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6858         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6859         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6860         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6861         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6862         (semantic-c-dereference-template):
6863         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6864         (semantic--analyze-refs-full-lookup-with-parents)
6865         (semantic--analyze-refs-full-lookup-simple):
6866         * cedet/semantic/analyze/complete.el
6867         (semantic-analyze-possible-completions):
6868         * cedet/srecode/table.el (srecode-mode-table-new):
6869         * cedet/srecode/srt.el (srecode-read-variable-name):
6870         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6871         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6872         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6873         * cedet/srecode/map.el (srecode-current-map):
6874         * cedet/srecode/insert.el (srecode-insert)
6875         (srecode-insert-variable-secondname-handler, srecode-insert-method)
6876         (srecode-template-inserter-point-override)
6877         (srecode-insert-include-lookup):
6878         * cedet/srecode/getset.el (srecode-auto-choose-class):
6879         * cedet/srecode/extract.el (srecode-inserter-extract):
6880         * cedet/srecode/document.el
6881         (srecode-document-autocomment-return-last-alist)
6882         (srecode-document-autocomment-param-type-alist)
6883         (srecode-document-insert-function-comment)
6884         (srecode-document-insert-variable-one-line-comment)
6885         (srecode-document-function-name-comment):
6886         * cedet/srecode/dictionary.el (srecode-create-dictionary)
6887         (srecode-compound-toString):
6888         * cedet/srecode/compile.el (srecode-flush-active-templates):
6889         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6890         Doc/message fixes.
6892         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6893         match-data.  (Bug#4555).
6895         * cedet/semantic/bovine/gcc.el
6896         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6897         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6899         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6900         rather than parsing it as a regexp.  This relaxes the layout
6901         requirements and makes errors easier to detect.
6902         (check-declare-verify): Check file is regular.
6903         (check-declare-directory): Doc fix.
6904         * subr.el (declare-function): Doc fix.
6906         * ibuffer.el (ibuffer-format-qualifier):
6907         * isearch.el (hi-lock-regexp-okay):
6908         * calc/calc.el (math-zerop):
6909         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6910         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6911         Remove unused declarations.
6913 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6915         * cedet/semantic/wisent/javat-wy.el
6916         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6918 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
6920         * cedet/srecode/expandproto.el: Fix provide statement.
6922 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6924         * emacs-lisp/eieio.el (boolean-p): Delete.
6926 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
6928         * cedet/ede/srecode.el: Fix provide statement.
6930 2009-09-30  Glenn Morris  <rgm@gnu.org>
6932         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6933         * cedet/ede/proj-aux.el (ede-aux-source):
6934         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6935         (ede-misc-source):
6936         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6937         (semantic-mrub-switch-tags): Fix doc typos.
6939         * cedet/semantic/db-global.el (data-debug-new-buffer)
6940         (data-debug-insert-thing): Remove unneeded declarations (one broken).
6941         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6943         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6945         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6946         use of CL function `remove-if-not'.
6948         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6950         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6951         filename is not a string.
6953 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6955         * files.el (safe-local-eval-forms): Fix typo.
6957 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6959         * vc-hooks.el (vc-dir-buffers): New var.
6960         (vc-state-refresh): New function.
6961         (vc-state): Use it.
6962         (vc-after-save): Always ask the backend to recompute the new state.
6963         Always call vc-dir if necessary, using vc-dir-buffers.
6964         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6965         Use vc-dir-buffers.
6966         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6967         (vc-dir-prepare-status-buffer, vc-dir-update)
6968         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6969         Don't call expand-file-name on default-directory.
6971 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6973         * speedbar.el (speedbar-item-delete):
6974         * calc/calc-prog.el (calc-kbd-if):
6975         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6977         * epa.el (epa-key-list-mode-map):
6978         * hi-lock.el (hi-lock-menu): Fix typos in menus.
6980         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6981         (hs-show-hook): Fix typo in docstring.
6983 2009-09-29  Glenn Morris  <rgm@gnu.org>
6985         * cedet/semantic/symref/idutils.el:
6986         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6988         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6990         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6991         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6992         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6993         Mark declarations not understood by check-declare.
6995         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6996         file-name-nondirectory call preventing location of cedet files.
6997         (check-declare-verify): Use literal search rather than re-search.
6998         Add basic defmethod and defclass, and define-overloadable-function.
7000         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7001         Use tramp-compat-file-attributes rather than nonexistent
7002         tramp-compat-handle-file-attributes.
7004         * Makefile.in (lisptagsfiles4): New.
7005         (AUTOGENEL): Add cedet loaddefs files.
7006         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7007         (update-elclist, compile-always, backup-compiled-files)
7008         (bootstrap-clean): Add yet another directory level.
7009         (update-elclist): Use LC_COLLATE rather than COLLATE.
7010         (ELCFILES): Update, via `make update-elclist'.
7012 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7014         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7015         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7016         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7018 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7020         * Makefile.in (lisptagsfiles3): Define.
7021         (TAGS, TAGS-LISP): Use it.
7022         (update-elclist): Add third directory level to look for elc files.
7023         (compile-always): Likewise.
7024         (backup-compiled-files): Likewise.
7025         (bootstrap-clean): Likewise.
7026         (ELCFILES): Update.
7028 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7030         * Makefile.in (ELCFILES): Add CEDET files.
7032 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7034         CEDET (development tools) package merged.
7036         * cedet/*.el:
7037         * cedet/ede/*.el:
7038         * cedet/semantic/*.el:
7039         * cedet/srecode/*.el: New files.
7041 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7043         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7045         * net/tramp.el (top): Require tramp-imap.
7047         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7048         Use `tramp-compat-handle-file-attributes'.
7050 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7052         * net/tramp-imap.el: New package.
7054 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7056         * emacs-lisp/chart.el:
7057         * emacs-lisp/eieio-base.el:
7058         * emacs-lisp/eieio-comp.el:
7059         * emacs-lisp/eieio-custom.el:
7060         * emacs-lisp/eieio-datadebug.el:
7061         * emacs-lisp/eieio-opt.el:
7062         * emacs-lisp/eieio-speedbar.el:
7063         * emacs-lisp/eieio.el: New files.
7065         * cedet/cedet-cscope.el:
7066         * cedet/cedet-files.el:
7067         * cedet/cedet-global.el:
7068         * cedet/cedet-idutils.el:
7069         * cedet/data-debug.el:
7070         * cedet/inversion.el:
7071         * cedet/mode-local.el:
7072         * cedet/pulse.el: New files.
7074 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7076         * whitespace.el (whitespace-trailing-regexp)
7077         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7078         Fix doc string.
7080 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7082         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7083         menu.
7085         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7086         menu-bar-ediff-menu.
7088         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7089         define-overloadable-function.
7091         * progmodes/autoconf.el: Provide autoconf as well, so that this
7092         file can be `require'd.
7094         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7096         * emacs-lisp/autoload.el (generated-autoload-feature)
7097         (generated-autoload-load-name): New vars.
7098         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7099         (make-autoload): Recognize define-overloadable-function and
7100         defclass forms (for EIEIO).
7102         * Makefile.in (update-subdirs): Exclude cedet directory.
7104 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7106         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7108         * faces.el: Default light-background background for region face to
7109         ns_selection_color under NS.
7111 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7113         * net/imap-hash.el: New library, see NEWS.
7115         * Makefile.in (ELCFILES): Add imap-hash.el.
7117 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7119         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7120         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7121         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7122         definition where the docstring could be taken for the return value.
7124 2009-09-26  Glenn Morris  <rgm@gnu.org>
7126         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7127         Add option to only show images below a certain size.
7128         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7129         save-excursion calls.
7131 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7133         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7134         subdirectories) and eieio.
7136 2009-09-26  Alan Mackenzie  <acm@muc.de>
7138         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7139         buggy bracketing.  (Bug#4289)
7141         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7142         character constants (as case labels).  (Bug#4289)
7144 2009-09-25  Juri Linkov  <juri@jurta.org>
7146         * files.el (safe-local-eval-forms): Allow time-stamp in
7147         before-save-hook (Bug#4554).
7149 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7151         * menu-bar.el (list-buffers-directory): Doc fix.
7153 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7155         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7156         Try and avoid copying twice the same paragraph.
7157         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7158         Remove save-excursion.
7159         (log-edit-changelog-entry): Do it here instead.
7161 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7163         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7164         when available, instead of hardcoding mode names.  Doc fix.
7166         * menu-bar.el (list-buffers-directory): Add docstring.
7167         Make automatically buffer-local.
7169         * dired.el (dired-mode):
7170         * files.el (cd-absolute):
7171         * pcvs.el (cvs-temp-buffer):
7172         * pcvs-util.el (cvs-get-buffer-create):
7173         * shell.el (shell-mode):
7174         * vc-dir.el (vc-dir-mode):
7175         Don't make `list-buffers-directory' buffer local.
7177 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7179         * comint.el (comint-exec, comint-run, make-comint):
7180         Doc fixes (Bug#4542).
7182 2009-09-25  Glenn Morris  <rgm@gnu.org>
7184         * mail/rmailmm.el (rmail-mime): New custom group.
7185         Move all defcustoms in this file into this group.
7186         (rmail-mime-media-type-handlers-alist): Revert previous change.
7187         (rmail-mime-show-images): New option.
7188         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7189         references to it, since it wasn't actually used for anything.
7190         (rmail-mime-insert-image): New function.
7191         (rmail-mime-image): Use rmail-mime-insert-image.
7192         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7193         obey the value of `rmail-mime-show-images' option.  Print the size of
7194         attachments.
7196 2009-09-25  David Engster  <deng@randomsample.de>
7198         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7200 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7202         * whitespace.el: Does not highlight trailing spaces While point is
7203         at end of line.  Does not highligt spaces at beginning of buffer
7204         while point is at beginning of buffer.  Does not highlight spaces
7205         at end of buffer while point is at end of buffer.  (Bug#4177)
7206         New version 12.0.
7207         (whitespace-display-mappings): Adjust initialization.
7208         (whitespace-point, whitespace-font-lock-refontify): New vars.
7209         (whitespace-color-on, whitespace-color-off): Adjust code.
7210         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7211         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7212         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7214 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7216         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7218         * textmodes/sgml-mode.el: Remove xml-mode alias.
7220         * files.el (auto-mode-alist, conf-mode-maybe)
7221         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7223 2009-09-24  Alan Mackenzie  <acm@muc.de>
7225         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7226         c-forward-conditionals, but it doesn't move point and doesn't set
7227         the mark.
7228         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7229         (c-down-conditional-with-else, c-backward-conditional)
7230         (c-forward-conditional): Refactor to use c-scan-conditionals.
7232 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7234         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7235         (help-default-arg-highlight): Remove.
7236         (help-highlight-arg): New function.
7237         (help-do-arg-highlight): Use it.
7238         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7240 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7242         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7243         Undo last change, which didn't fix the problem and introduced others.
7245 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7247         * progmodes/gdb-mi.el: Don't require speedbar.
7248         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7250 2009-09-24  Glenn Morris  <rgm@gnu.org>
7252         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7254         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7256         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7257         there is no newline after the final mime boundary.  (Bug#4539)
7258         Move markers on insertion so that any buttons inserted don't end up in
7259         the next part of a multipart message.
7260         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7261         (rmail-mime-bulk-handler): Optionally handle images.
7262         (rmail-mime-image): New button action.
7263         (rmail-mime-image-handler): New function.
7264         (rmail-mime-mode): New mode.
7265         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7267 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7269         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7270         than just dropping elements from it (bug#4504).
7272         * term.el (term-set-scroll-region): Don't move cursor any more.
7273         (term-handle-ansi-escape): Call term-goto here instead.
7274         Suggested by Ivan Kanis <apple@kanis.eu>.
7276         * term.el: Require CL.
7277         (term-ansi-reset): New function.
7278         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7279         (term-handle-colors-array): Simplify.
7281 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7283         * allout.el (allout-overlay-interior-modification-handler)
7284         (allout-obtain-passphrase):
7285         * epa-file.el (epa-file-write-region):
7286         * ps-print.el (ps-begin-job):
7287         * vc-hooks.el (vc-toggle-read-only):
7288         * vc-rcs.el (vc-rcs-rollback):
7289         * vc-sccs.el (vc-sccs-rollback):
7290         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7291         (vc-version-diff, vc-revert, vc-rollback):
7292         * wdired.el (wdired-check-kill-buffer):
7293         * emacs-lisp/authors.el (authors):
7294         * net/socks.el (socks-open-connection):
7295         * net/zeroconf.el (zeroconf-service-add-hook):
7296         * obsolete/vc-mcvs.el (vc-mcvs-register):
7297         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7298         (gdb-select-frame):
7299         * progmodes/grep.el (lgrep, rgrep):
7300         * progmodes/idlw-help.el (idlwave-help-check-locations)
7301         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7302         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7303         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7304         (reftex-toc-rename-label): Fix typos in error messages.
7306         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7307         (dired-copy-how-to-fn): Doc fix.
7308         (dired-files-attributes, dired-read-shell-command):
7309         Fix typos in docstrings.
7311         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7312         (dired-x-find-file-other-window): Reflow docstrings.
7313         (dired-omit-marker-char, dired-read-shell-command)
7314         (dired-x-submit-report): Fix typos in docstrings.
7316         * shell.el (shell-mode-hook):
7317         * view.el (View-scroll-line-forward):
7318         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7319         Fix typos in docstrings.
7321         * net/dig.el (dig-invoke): Fix typo in docstring.
7322         (query-dig): Reflow docstring.
7324         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7325         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7326         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7327         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7328         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7329         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7330         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7331         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7332         (idlwave-completion-map, idlwave-current-indent)
7333         (idlwave-custom-ampersand-surround, idlwave-customize)
7334         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7335         (idlwave-define-abbrev, idlwave-determine-class-special)
7336         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7337         (idlwave-end-block-reg, idlwave-end-of-statement)
7338         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7339         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7340         (idlwave-explicit-class-listed, idlwave-file-header)
7341         (idlwave-fill-paragraph, idlwave-find-class-definition)
7342         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7343         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7344         (idlwave-in-quote, idlwave-indent-action-table)
7345         (idlwave-indent-expand-table, idlwave-indent-line)
7346         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7347         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7348         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7349         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7350         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7351         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7352         (idlwave-outlawed-buffers, idlwave-popup-select)
7353         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7354         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7355         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7356         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7357         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7358         (idlwave-statement-type, idlwave-struct-skip)
7359         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7360         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7361         (idlwave-what-module-find-class): Fix typos in docstrings.
7362         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7363         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7364         (idlwave-find-module, idlwave-find-structure-definition)
7365         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7366         (idlwave-list-load-path-shadows, idlwave-next-statement)
7367         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7368         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7369         (idlwave-template): Reflow docstrings.
7371         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7372         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7373         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7374         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7375         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7376         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7377         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7378         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7379         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7380         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7381         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7382         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7383         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7384         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7385         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7386         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7387         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7388         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7389         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7390         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7391         Fix typos in docstrings.
7392         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7393         (idlwave-shell-hide-output, idlwave-shell-mode)
7394         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7395         Reflow docstrings.
7397         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7399 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7401         * term.el (term-bold-attribute): New var.
7402         (term-handle-colors-array): Use it.
7404 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7406         * progmodes/gdb-mi.el (gdb-version): New variable.
7407         (gdb-non-stop-handler): Set gdb-version.
7408         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7409         Condition "--thread" option on gdb-version.
7410         (gdb-invalidate-threads): Remove unused argument.
7412 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7414         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7415         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7417 2009-09-23  Glenn Morris  <rgm@gnu.org>
7419         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7420         replying to mail without References or Message-Id.  (Bug#4525)
7422 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7424         * term/ns-win.el (ns-reg-to-script): New variable.
7426 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7428         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7430 2009-09-22  Sam Steingold  <sds@gnu.org>
7432         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7433         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7434         to 1 because hg returns status 1 when nothing is found.
7435         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7437 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7439         * textmodes/fill.el: Convert to utf-8 encoding.
7440         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7441         pre-unicode days.
7443         * add-log.el (change-log-fill-forward-paragraph): New function.
7444         (change-log-mode): Use it so fill-region DTRT.
7445         Set fill-indent-according-to-mode here rather than in
7446         change-log-fill-paragraph.
7447         (change-log-fill-paragraph): Remove.
7449 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7451         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7452         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7454 2009-09-22  Glenn Morris  <rgm@gnu.org>
7456         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7457         the scroll-bar scroll the calendar window rather than the buffer.
7459         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7460         commands that move point (as opposed to scrolling).
7462         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7464         * emacs-lisp/elint.el (elint): New custom group.
7465         (elint-log-buffer): Make it a defcustom.
7466         (elint-scan-preloaded, elint-ignored-warnings)
7467         (elint-directory-skip-re): New options.
7468         (elint-builtin-variables): Doc fix.
7469         (elint-preloaded-env): New variable.
7470         (elint-unknown-builtin-args): Add an entry for encode-time.
7471         (elint-extra-errors): Make it a variable rather than a constant.
7472         (elint-preloaded-skip-re): New constant.
7473         (elint-directory): Skip files matching elint-directory-skip-re.
7474         (elint-features): New variable, local to linted buffers.
7475         (elint-update-env): Initialize elint-features.  Possibly add
7476         elint-preloaded-env to the buffer's environment.
7477         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7478         Skip quoted forms.
7479         (elint-init-form): New function, extracted from elint-init-env.
7480         Make non-list forms a warning rather than an error.
7481         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7482         easy-menu-define, put that adds an error-condition, and provide.
7483         When requiring cl, also require cl-macs.  Really require cl, to handle
7484         some cl macros.  Store required libraries in the list elint-features,
7485         so as not to re-load them.  Treat cc-require like require.
7486         (elint-init-env): Call elint-init-form to do the work.
7487         Handle eval-and-compile and such like.
7488         (elint-add-required-env): Do not clear messages.
7489         (elint-special-forms): Add handlers for function, defalias, if, when,
7490         unless, and, or.
7491         (elint-form): Add optional argument to ignore elint-special-forms,
7492         useful to prevent recursive calls from handlers.  Doc fix.
7493         Respect elint-ignored-warnings.
7494         (elint-form): Respect elint-ignored-warnings.
7495         (elint-bound-variable, elint-bound-function): New variables.
7496         (elint-unbound-variable): Respect elint-bound-variable.
7497         (elint-get-args): Respect elint-bound-function.
7498         (elint-check-cond-form): Add some simple handling for (f)boundp and
7499         featurep tests.
7500         (elint-check-defalias-form): New handler.
7501         (elint-check-let-form): Make an empty let a warning rather than an
7502         error.
7503         (elint-check-setq-form): Make an empty setq a warning rather than an
7504         error.  Respect elint-ignored-warnings.
7505         (elint-check-defvar-form): Accept null doc-strings.
7506         (elint-check-conditional-form): New handler.  Does some simple-minded
7507         checking of featurep and (f)boundp tests.
7508         (elint-put-function-args): New function.
7509         (elint-initialize): Use elint-scan-doc-file rather than
7510         elint-find-builtin-variables.  Use elint-put-function-args.
7511         Possibly scan preloaded-file-list.
7512         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7513         extend to handle functions as well.
7515 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7517         * linum.el (linum-delete-overlays, linum-update-window):
7518         Do not modify the right margin.  (Bug#3971)
7520 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7522         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7523         nxml-mode instead of xml-mode.
7525 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7527         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7529 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7531         * net/dig.el (dig-mode): Use define-derived-mode.
7533 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7535         * vc-dispatcher.el (vc-do-command): Return the process object in
7536         the asynchronous case.  Use when instead of if.  Do not run
7537         vc-exec-after to display a message if not enabled.  (Bug#4463)
7539         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7540         properties to the stash strings.
7541         (vc-git-stash-list): Return a list of strings.
7542         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7543         (vc-git-stash-show-at-point): New functions.
7544         (vc-git-stash-map): New keymap.
7546         * register.el (ctl-x-r-map): Define the keys here instead of
7547         using autoload.
7549 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7551         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7552         list, to workaround performance problem (bug#4485).
7554 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7556         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7558 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7560         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7561         Document that this option is not recommended to use.
7563 2009-09-19  Glenn Morris  <rgm@gnu.org>
7565         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7566         variable `var'.
7568         * calc/calc-alg.el (var):
7569         * calc/calcalg2.el (var): Define for compiler.
7571 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7573         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7574         Doc fix (Bug#3932).
7576         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7578         * time-stamp.el (time-stamp-month-dd-yyyy)
7579         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7580         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7581         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7582         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7583         Remove functions that have been obsolete since 1995 (Bug#4436).
7585         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7586         indent buffer only if called interactively (Bug#4452).
7588 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7589             Eli Zaretskii  <eliz@gnu.org>
7591         This fixes bug#4197 (merged to bug#865, though not identical).
7592         * server.el (server-auth-dir): Add docstring note about FAT32.
7593         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7594         but warn against using them.
7596 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7598         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7599         older GDB where there is no has_more field.
7601 2009-09-19  Glenn Morris  <rgm@gnu.org>
7603         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7605 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7607         * files.el (auto-mode-alist): Change default for XML files to nXML
7608         mode (Bug#4169).
7610 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7612         * server.el (server-ensure-safe-dir): Pass 'integer
7613         to `file-attributes', as suggested.
7615 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7617         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7618         (dired-query): Use read-key.
7620 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7622         * cus-start.el (ns-use-qd-smoothing): Remove.
7624 2009-09-18  Glenn Morris  <rgm@gnu.org>
7626         * allout.el (top-level): Remove unnecessary progn.
7628         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7630         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7631         definition of abbrev table.
7633         * speedbar.el (speedbar-track-mouse):
7634         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7635         * net/eudc.el (eudc-expand-inline):
7636         * net/newst-backend.el (newsticker--cache-read-feed):
7637         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7638         condition-case handlers.
7640 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7642         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7643         (gdb-var-list): Add an element for has_more field.
7644         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7645         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7646         (gdb-var-update-handler-1): Parse output of dynamic variable
7647         objects (STL containers).
7648         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7649         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7651         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7652         gdb-var-list.
7653         (gud-speedbar-buttons): Make node expandable if expression "has more"
7654         children.
7656 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7658         * startup.el (emacs-quick-startup): Remove variable and all uses.
7659         (command-line): Set `inhibit-x-resources' instead.
7660         (command-line-1): Use `inhibit-x-resources' instead.
7662 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7664         * subr.el: Fix last change to avoid using the `unless' macro,
7665         which breaks bootstrapping.
7667 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7669         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7670         extended definitions, in case we reload subr.el after having
7671         loaded CL.
7672         (eval-next-after-load): Mark as obsolete.
7674 2009-09-17  Juri Linkov  <juri@jurta.org>
7676         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7677         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7678         (menu-bar-showhide-menu, menu-bar-tools-menu)
7679         (menu-bar-describe-menu, menu-bar-help-menu)
7680         (minibuffer-local-completion-map, minibuffer-local-map):
7681         Fix list quoting.
7683 2009-09-17  Glenn Morris  <rgm@gnu.org>
7685         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7686         arguments, whether or not it has a handler.
7688         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7690         * simple.el (hard-newline): Give it a doc-string.
7692         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7693         (lisp-mode-syntax-table): Give them doc-strings.
7695 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7697         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7698         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7699         (menu-bar-options-menu, menu-bar-showhide-menu)
7700         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7701         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7702         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7703         (menu-bar-options-menu, menu-bar-tools-menu)
7704         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7705         (menu-bar-help-menu):
7706         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7707         string arguments.
7709         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7710         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7711         calls for the menu names and :help.
7713 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7715         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7716         to :minor-mode-function (bug#4455).
7718 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7720         * startup.el (command-line): Initialize the window-system after
7721         processing the command-line.
7723         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7724         page-delimiter matches the empty string.
7726 2009-09-16  Glenn Morris  <rgm@gnu.org>
7728         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7729         byte-compile-not-obsolete-var.  It's a list now.
7730         (byte-compile-not-obsolete-funcs): New variable.
7731         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7732         byte-compile-not-obsolete-funcs.
7733         (byte-compile-variable-ref, byte-compile-defvar): Update for
7734         byte-compile-not-obsolete-vars name-change and list nature.
7735         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7736         and variables behind (f)boundp tests.
7737         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7739 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7741         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7743 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7745         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7746         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7747         Don't autoload.
7749 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7751         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7752         the virtual-buffers, use the name of the buffer specified by
7753         find-file-noselect, as the match may be a symlink.  (This was a
7754         problem if the target and the symlink had different names.)
7756 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7758         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7760         * desktop.el (desktop-path): Check user-emacs-directory.
7762         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7764         * loadup.el: Use after-load-functions to GC after loading each file.
7765         Remove the explicit GC calls that used to be sprinkled around.
7767         * subr.el (after-load-functions): New hook.
7768         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7769         `obsolete' packages, rather than painfully extracting the relevant
7770         directory name.
7772 2009-09-15  Glenn Morris  <rgm@gnu.org>
7774         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7775         free variable `doc'.
7777         * dired.el (dired-mode-map): Add menu entry for async shell command.
7779         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7780         variables, also consider the .elc files, since the .el files are
7781         normally gzipped (subsequent code locates the .el.gz from the .elc).
7783         * calc/calc-prog.el (arglist): Define for compiler.
7785         * calendar/diary-lib.el (diary-display-function): Change the default to
7786         fancy display.
7787         (body): Define for compiler.
7789         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7790         (byte-compile-file-form, byte-compile-lambda)
7791         (byte-compile-top-level-body, byte-compile-form)
7792         (byte-compile-variable-ref, byte-compile-setq)
7793         (byte-compile-setq-default, byte-compile-body)
7794         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7795         (batch-byte-compile): Give some more local variables with common names
7796         a "bytecomp-" prefix to avoid masking warnings about free variables.
7798         * startup.el (command-line-1): Give local variables with common names a
7799         distinguishing prefix, so as not to hide free variable warnings during
7800         bootstrap.
7802         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7803         clever and add a suffix to make a unique name, just let the user decide
7804         whether or not to overwrite it.  If the input is a directory, write the
7805         default filename to that directory.  (Bug#4388)
7806         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7807         is a filename-as-a-directory.
7809 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7811         * textmodes/page.el (what-page): Don't move to beginning of line.
7812         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7814 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7816         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7818 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7820         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7821         * help.el (help-for-help-internal): Add purecopy calls for text.
7823         * vc.el (top): print-log method now takes an optional SHORTLOG
7824         argument.  Add a new method: root.
7825         (vc-root-diff, vc-print-root-log): New functions.
7826         (vc-log-short-style): New variable.
7827         (vc-print-log-internal): Add support for showing short logs.
7829         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7830         vc-print-root-log and vc-print-root-diff.
7832         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7833         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7834         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7835         short logs.
7837         * vc-cvs.el (vc-cvs-print-log):
7838         * vc-mtn.el (vc-mtn-print-log):
7839         * vc-rcs.el (vc-rcs-print-log):
7840         * vc-sccs.el (vc-sccs-print-log):
7841         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7842         that is ignored for now.
7844         * vc-mtn.el (vc-mtn-annotate-command):
7845         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7847 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7849         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7850         to function-key-map, and give them ascii-character property.
7851         * term/x-win.el (x-alternatives-map):
7852         * term/ns-win.el (ns-alternatives-map):
7853         * term/internal.el (msdos-key-remapping-map):
7854         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7856 2009-09-14  Glenn Morris  <rgm@gnu.org>
7858         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7859         temp-buffers (2009-09-12).
7861 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7863         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7864         the new read-key function.
7866 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7868         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7869         is defined (Bug#4405).
7871 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7873         * recentf.el (recentf-cleanup): Use a hash table to find
7874         duplicates (Bug#4407).
7876 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7878         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7879         kp-0 to ascii equivalents (Bug#4325).
7881 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7883         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7885         * eshell/em-hist.el:
7886         * eshell/em-dirs.el (eshell-complete-user-reference):
7887         Declare pcomplete functions and variables to avoid compiler warnings.
7889 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7891         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7892         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7893         * eshell/em-alias.el (eshell-aliases-file):
7894         * eshell/em-hist.el (eshell-history-file-name):
7895         Use expand-file-name instead of concat to make file names (Bug#4308).
7897 2009-09-13  Glenn Morris  <rgm@gnu.org>
7899         * ediff-merg.el (ediff-do-merge):
7900         * filesets.el (filesets-run-cmd):
7901         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7902         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7903         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7904         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7905         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7906         Replace empty `let's with `progn'.
7908 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7910         * mail/sendmail.el (send-mail-function):
7911         * tooltip.el (tooltip-mode):
7912         * simple.el (transient-mark-mode):
7913         * rfn-eshadow.el (file-name-shadow-mode):
7914         * frame.el (blink-cursor-mode):
7915         * font-core.el (global-font-lock-mode):
7916         * files.el (temporary-file-directory)
7917         (small-temporary-file-directory, auto-save-file-name-transforms):
7918         * epa-hook.el (auto-encryption-mode):
7919         * composite.el (global-auto-composition-mode):
7920         Use custom-initialize-delay.
7921         * startup.el (command-line): Don't explicitly call
7922         custom-reevaluate-setting for all the above vars.
7923         * custom.el (custom-initialize-safe-set)
7924         (custom-initialize-safe-default): Delete.
7926 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7928         * term/x-win.el (x-initialize-window-system):
7929         * term/w32-win.el (w32-initialize-window-system):
7930         * term/ns-win.el (ns-initialize-window-system): Don't call
7931         mouse-wheel-mode since it's enabled globally by default already.
7933         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7934         actually define the variable, but only silences the byte-compiler.
7935         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7936         before looking it up.
7937         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7938         is changed.
7940 2009-09-12  Glenn Morris  <rgm@gnu.org>
7942         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7943         1000.
7944         (elint-add-required-env): Don't beep on error.
7945         (elint-forms): In case of error, return ENV unchanged.
7946         (elint-init-env): Skip non-list forms.
7947         (elint-log): Handle unknown file positions.
7949 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7951         * epg.el (epg-make-context): Add autoload cookie.
7952         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7953         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7954         (epg-verify-string, epg-start-sign, epg-sign-file)
7955         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7956         (epg-encrypt-string, epg-start-export-keys)
7957         (epg-export-keys-to-file, epg-export-keys-to-string)
7958         (epg-start-import-keys, epg-import-keys-from-file)
7959         (epg-import-keys-from-string, epg-start-receive-keys)
7960         (epg-receive-keys, epg-import-keys-from-server)
7961         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7962         (epg-sign-keys, epg-start-generate-key)
7963         (epg-generate-key-from-file, epg-generate-key-from-string):
7964         Remove autoload cookie.
7966 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7968         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7969         reevaluation of trash-directory.
7971         * mwheel.el: Fix last change.
7972         (mouse-wheel-mode): New defvar.
7973         (mouse-wheel-mode): Remove autoload cookie.
7975 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7977         * mwheel.el (mwheel-installed-bindings): New var.
7978         (mouse-wheel-mode): Use it, so as to make sure we really remove all
7979         the bindings we set last time.  Use custom-initialize-delay.
7980         * loadup.el: Load mwheel after term/*-win.el.
7981         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7982         and mouse-wheel-up-event now that their first evaluation is done
7983         sufficiently late to be correct.
7985         * startup.el (tutorial-directory): Make it a defcustom.
7986         Use custom-initialize-delay rather than eval-at-startup to set it.
7987         * image.el (image-load-path): Make it a defcustom.
7988         Use custom-initialize-delay rather than eval-at-startup to set it.
7989         * subr.el (eval-at-startup): Remove.
7990         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7992         * subr.el (do-after-load-evaluation): Warn the user after loading an
7993         obsolete package.
7995 2009-09-12  Glenn Morris  <rgm@gnu.org>
7997         * proced.el (proced-mark-alt): Remove alias.
7998         (proced-mode-map): Remove proced-mark-alt.
8000         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8001         Elint file and directory.  Remove initialization entry.
8003         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8004         commands.
8005         (elint-current-buffer): Set mode-line-process.
8006         (elint-init-env): Handle define-derived-mode.
8007         Fix declare-function with unspecified arglist.  Guard against odd
8008         defalias statements (eg iso-insert's 8859-1-map).
8009         (elint-add-required-env): Use a temp buffer.
8010         (elint-form): Just print the function/macro name, not the whole form.
8011         Return env unchanged if we fail to parse a macro.
8012         (elint-forms): Guard against parse errors.
8013         (elint-output): New function, to handle batch mode.
8014         (elint-log-message): Add optional argument.  Use elint-output.
8015         (elint-set-mode-line): New function.
8017 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8019         * emacs-lisp/elp.el (elp-not-profilable): Add more
8020         functions (Bug#4233).
8022 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8024         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8025         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8027 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8029         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8030         (gdb-var-list-children): Use json parsing.
8032 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8034         * progmodes/js.el (js--proper-indentation): Handle the case where
8035         char-before is null.  Reported by Deniz Dogan.
8037 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8039         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8041 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8043         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8044         (epg-digest-algorithm-alist): Add SHA224.
8045         (epg-context-set-passphrase-callback)
8046         (epg-context-set-progress-callback): Add description about
8047         callback function.
8049 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8051         * custom.el (custom-delayed-init-variables): New var.
8052         (custom-initialize-delay): New function.
8053         * startup.el (command-line): "Re"evaluate all vars in
8054         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8055         explicitly any more.
8056         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8057         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8059         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8061 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8063         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8064         (gdb-var-update-handler): Use json parsing.
8066 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8068         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8069         decode annotated text, regardless of language environment.  (Bug#2741)
8071 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8073         * Makefile.in (autoloads): Make rmail.el writable as well.
8075 2009-09-11  Glenn Morris  <rgm@gnu.org>
8077         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8078         loaddefs.el.
8079         * dired.el: Regenerate with extracted autoloads.
8080         * Makefile.in (autoloads): Make dired.el writable.
8082         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8083         * ibuffer.el: Regenerate with extracted autoloads.
8084         * Makefile.in (autoloads): Make ibuffer.el writable.
8086         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8087         * version.el (emacs-copyright, emacs-major-version)
8088         (emacs-minor-version): Reformat doc-strings for make-docfile.
8090         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8091         functions and variables, since they must be stuff specific to some other
8092         platform.
8093         (apropos-print): Make mouse-click message less specific about button.
8095         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8096         that records where a macro was defined.
8097         * help-fns.el (describe-function-1): Mention if a function has a
8098         compiler-macro.
8099         * help-mode.el (help-function-cmacro): New button.
8101         * locate.el (top-level): Always require dired.
8102         (locate-mode-map): Initialize inside the defvar.
8104         * net/ange-ftp.el (dired-compress-file): Declare.
8105         (ange-ftp-dired-compress-file): Add doc string.
8107         * term/ns-win.el (x-display-name, x-setup-function-keys):
8108         Unify doc-strings with X versions.
8110 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * emulation/crisp.el (crisp-mode-map): Move initialization
8113         into declaration.
8114         (crisp-mode): Use define-minor-mode.
8116         * progmodes/xscheme.el (xscheme-evaluation-commands):
8117         Put a :advertised-binding property rather than using
8118         advertised-xscheme-send-previous-expression.
8119         (advertised-xscheme-send-previous-expression): Declare obsolete.
8120         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8121         `advertised-undo'.
8122         (crisp-mode): Add corresponding bindings to
8123         undo's :advertised-binding instead.
8124         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8125         than using dired-advertised-find-file.
8126         (dired-advertised-find-file):
8127         * simple.el (advertised-undo):
8128         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8129         (widget-keymap): Put a :advertised-binding property rather
8130         than using advertised-widget-backward.
8131         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8132         than using advertised-undo.
8133         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8135 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8137         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8138         Mark mode is enabled and region is active; otherwise indent or
8139         insert TAB as usual.
8140         (delphi-mode): Update description of TAB-key binding.
8142 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8144         * subr.el (define-key-rebound-commands): Mark obsolete.
8145         * startup.el (precompute-menubar-bindings): Remove.
8146         (normal-top-level): Remove obsolete code that tried to precompute
8147         menubar bindings.
8148         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8149         define-key-rebound-commands and precompute-menubar-bindings.
8151 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8153         * net/imap.el (imap-interactive-login): Better messages.
8154         (imap-open): Fix bug with renamed buffer on reconnect.
8155         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8156         for easier debugging and cleaner code.  On successful (guessed based on
8157         server capabilities) secondary authentication, set imap-state
8158         correctly.
8159         (imap-last-authenticator): Define imap-last-authenticator as a variable
8160         to avoid warnings.
8162 2009-09-10  Glenn Morris  <rgm@gnu.org>
8164         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8166         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8167         (byte-compile-file-form-autoload): Don't warn about unknown functions
8168         where the autoload statement comes after the use.
8169         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8170         that any handlers inside the body (eg require) are in turn respected.
8172         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8173         effects.
8175         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8176         and syntax and abbrev tables basic docs, if they don't have any.
8178         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8180         * international/mule-cmds.el (top-level): Require cl when compiling.
8181         (view-hello-file): Use default-value rather than
8182         default-enable-multibyte-characters.
8184         * progmodes/fortran.el: Move all safe and risky properties into the
8185         defcustoms.
8187         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8188         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8189         * mail/undigest.el:
8190         Put autoloads in rmail.el rather than loaddefs.el.
8191         * mail/rmail.el: Regenerate with extracted autoloads.
8193         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8194         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8196 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8198         Reported in thread for Bug#4375.
8199         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8200         "-data-evaluate-expression" instead of print.
8201         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8202         (gdb-tooltip-print): Parse output from above MI command.
8203         (gdb): Revert 2009-08-11 change.  User should detach inferior
8204         manually.
8206         Remove the word "separate" from IO functions as inferior
8207         output is now never displayed in the GUD buffer.
8209 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8211         * startup.el (command-line-normalize-file-name): On Windows and
8212         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8214 2009-09-10  Juri Linkov  <juri@jurta.org>
8216         * isearch.el (isearch-text-char-description): Propertize escape
8217         character sequences with the `escape-glyph' face.  (Bug#4344)
8219         * simple.el (shell-command): Set asynchronous process filter to
8220         `comint-output-filter'.  (Bug#4343)
8222         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8223         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8224         the list.  Move "asm" to the bottom.
8225         (grep-find-ignored-directories): Add `choice' with nil value
8226         to empty the list easily.
8227         (grep-find-ignored-files): New option.
8228         (grep-files-history): Set to nil by default instead of '("ch" "el").
8229         (grep-compute-defaults): Add "<X>" to `grep-template'.
8230         (grep-read-files): Bind new local variables `default-alias' and
8231         `default-extension'.  Use a list of default values for the file prompt.
8232         (lgrep): Add `--exclude=' command line options composed from
8233         `grep-find-ignored-files'.
8234         (rgrep): Add `-name' command line options composed from
8235         `grep-find-ignored-files'.  (Bug#4301)
8237 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8239         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8240         (bug#4368).
8242 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8244         * calendar/time-date.el (autoload):
8245         Expand define-obsolete-function-alias into defalias and make-obsolete
8246         for old Emacsen that Gnus supports.
8247         (with-no-warnings): Define it for old Emacsen.
8248         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8249         is available.
8250         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8251         float-time is available; suppress compile warning for time-to-seconds.
8253 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8255         * net/imap.el (imap-message-map): Docstring fix.
8257 2009-09-09  Glenn Morris  <rgm@gnu.org>
8259         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8260         line numbers too.  (Bug#4374)
8262 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8264         * smerge-mode.el (smerge-remove-props, smerge-refine):
8265         Use with-silent-modifications (bug#4342).
8267         * subr.el (with-silent-modifications): New macro.
8269 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8271         * files.el (top-level): Require `cl' when compiling.
8273 2009-09-07  Glenn Morris  <rgm@gnu.org>
8275         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8277         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8278         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8280 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8282         * vc-git.el (vc-git-annotate-command): Use separator to parse
8283         arguments correctly.
8285 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8287         * proced.el (proced-mode): Doc fix.
8289 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8291         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8292         lstat fails.
8293         (tramp-do-file-attributes-with-ls): Check for file existence at
8294         remote end.
8295         (tramp-do-file-attributes-with-stat): Likewise.
8296         (tramp-convert-file-attributes): Return nil when attr is nil.
8298 2009-09-05  Glenn Morris  <rgm@gnu.org>
8300         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8301         properties to this button.
8302         (diary-fancy-display): Don't extend the button to the final newline.
8303         (diary-fancy-display-mode): Continue to define "q" as a local key.
8305         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8306         efficient.
8308         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8310         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8311         (byte-compile-dest-file-function): New option.
8312         (byte-compile-dest-file): Doc fix.
8313         Obey byte-compile-dest-file-function.
8314         (byte-compile-cl-file-p): New function.
8315         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8316         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8317         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8318         than for file being previously loaded.
8319         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8320         (byte-compile-file-form-require): Handle the case where requiring a file
8321         indirectly causes CL to be loaded.
8323 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8325         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8326         before killing the old buffer, since by the time `kill-buffer' is
8327         run so many buffer variables have been set to nil that it may not
8328         behave as expected.  (Bug#4061)
8330 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8332         * files.el (find-alternate-file): If the old buffer is modified
8333         and visiting a file, behave similarly to `kill-buffer' when
8334         killing it, thus reverting to the pre-1.878 behavior; see
8335         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8336         for discussion.  Also, consult `buffer-file-name' as a variable
8337         not as a function, for consistency with the rest of the code.
8339 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8341         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8342         also when adding a new directory.
8344         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8345         defun.
8347 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8349         * files.el (locate-file-completion-table): Make it provide boundary
8350         information, so partial-completion works better.
8352 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8354         * mail/footnote.el (Footnote-text-under-cursor):
8355         Check footnote-text-marker-alist before using it (bug#4324).
8357 2009-09-04  Glenn Morris  <rgm@gnu.org>
8359         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8360         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8361         * play/solitaire.el, play/tetris.el:
8362         Remove leading * from defcustom and defface docs.
8364         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8365         necessary.
8366         (diary-fancy-overriding-map): New variable.
8367         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8368         Use view-mode.
8370         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8371         goto-line.
8373 2009-09-03  Glenn Morris  <rgm@gnu.org>
8375         * arc-mode.el (archive-mode):
8376         * dos-fns.el (set-default-process-coding-system):
8377         * man.el (Man-getpage-in-background):
8378         * menu-bar.el (menu-bar-describe-menu):
8379         * server.el (server-process-filter):
8380         * startup.el (command-line):
8381         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8382         * w32-fns.el (set-default-process-coding-system):
8383         * x-dnd.el (x-dnd-handle-file-name):
8384         * international/mule-cmds.el (mule-menu-keymap)
8385         (set-default-coding-systems, language-info-alist, set-language-info)
8386         (set-language-environment, standard-display-european-internal)
8387         (set-locale-environment):
8388         * international/mule-diag.el (mule-diag):
8389         * mail/emacsbug.el (report-emacs-bug):
8390         * mail/rmail.el (rmail-mode):
8391         * mail/sendmail.el (mail-setup):
8392         Use default-value rather than default-enable-multibyte-characters.
8394         * progmodes/f90.el: Move all safe properties into the defcustoms.
8395         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8397         * calendar/appt.el (appt-check):
8398         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8399         (diary-check-diary-file, diary-list-entries)
8400         (diary-include-other-diary-files, diary-simple-display)
8401         (diary-fancy-display, diary-print-entries)
8402         (diary-mark-included-diary-files, diary-make-entry):
8403         Don't call substitute-in-file-name on diary-file.
8405 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8406             Stefan Monnier  <monnier@iro.umontreal.ca>
8408         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8409         (footnote-mode-map): Move initialization into the declaration.
8410         (footnote-minor-mode-map): Define it rather than changing global-map.
8411         (footnote-mode): Use define-minor-mode.
8413 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8415         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8416         (tramp-do-file-attributes-with-perl)
8417         (tramp-do-file-attributes-with-stat): Rename from
8418         `tramp-handle-file-attributes-with-*'.
8419         (tramp-handle-file-attributes): Use them.
8420         (tramp-do-directory-files-and-attributes-with-perl)
8421         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8422         `tramp-handle-directory-files-and-attributes-with-*'.
8423         (tramp-handle-directory-files-and-attributes): Use them.
8424         (tramp-method-out-of-band-p): Additional parameter SIZE.
8425         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8426         (tramp-handle-write-region): Use it.
8427         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8428         (tramp-handle-vc-registered): Check, whether the first run did
8429         return files to be tested.
8430         (tramp-advice-make-auto-save-file-name): Do not call directly
8431         `tramp-handle-make-auto-save-file-name', because this would bypass
8432         the locking mechanism.
8434         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8435         (file-remote-p, process-file, start-file-process, set-file-times)
8436         (tramp-compat-file-attributes): Compatibility functions shall not
8437         call directly `tramp-handle-*', because this would bypass the
8438         locking mechanism.
8439         (tramp-compat-number-sequence): New defun.
8441 2009-09-02  Glenn Morris  <rgm@gnu.org>
8443         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8444         alias for float-time.
8445         (time-to-number-of-days): In Emacs, use float-time.
8446         * net/newst-backend.el (time-add): Suppress warnings from compat
8447         function.
8448         * time.el (emacs-uptime, emacs-init-time):
8449         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8450         Use float-time rather than time-to-seconds.
8452         * minibuffer.el (completion-initials-expand): Fix typo.
8454         * faces.el (modeline, modeline-inactive, modeline-highlight)
8455         (modeline-buffer-id):
8456         * info.el (info-menu-5): Mark these face aliases as obsolete.
8458 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8460         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8461         space ...
8462         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8463         no "--thread" option.
8464         (gdb-stopped): Don't print "Switched to thread" message when it is
8465         unchanged.
8467 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8469         * minibuffer.el (completion-try-completion)
8470         (completion-all-completions): Remove ill-defined (and
8471         mistakenly installed and luckily never used nor documented)
8472         `completion-styles' property.
8473         (completion-initials-expand, completion-initials-all-completions)
8474         (completion-initials-try-completion): New functions.
8475         (completion-styles-alist): Add doc to each entry.
8476         Add new `initials' entry.
8478 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8480         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8481         MI command -var-evaluate-expression.
8482         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8483         and tweak for case of string child.
8484         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8486 2009-09-01  Glenn Morris  <rgm@gnu.org>
8488         * add-log.el (change-log-date-face, change-log-name-face)
8489         (change-log-email-face, change-log-file-face, change-log-list-face)
8490         (change-log-conditionals-face, change-log-function-face)
8491         (change-log-acknowledgement-face):
8492         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8493         (custom-modified-face, custom-set-face, custom-changed-face)
8494         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8495         (custom-documentation-face, custom-state-face, custom-comment-face)
8496         (custom-comment-tag-face, custom-variable-tag-face)
8497         (custom-variable-button-face, custom-face-tag-face)
8498         (custom-group-tag-face-1, custom-group-tag-face):
8499         * diff-mode.el (diff-header-face, diff-file-header-face)
8500         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8501         (diff-added-face, diff-changed-face, diff-function-face)
8502         (diff-context-face, diff-nonexistent-face):
8503         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8504         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8505         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8506         (Info-title-4-face):
8507         * isearch.el (isearch-lazy-highlight-face):
8508         * log-view.el (log-view-file-face, log-view-message-face):
8509         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8510         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8511         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8512         (cvs-msg-face):
8513         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8514         (smerge-base-face, smerge-markers-face):
8515         * wid-edit.el (widget-documentation-face, widget-button-face)
8516         (widget-field-face, widget-single-line-field-face)
8517         (widget-inactive-face, widget-button-pressed-face):
8518         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8519         (woman-addition-face):
8520         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8521         (eshell-ls-executable-face, eshell-ls-readonly-face)
8522         (eshell-ls-unreadable-face, eshell-ls-special-face)
8523         (eshell-ls-missing-face, eshell-ls-archive-face)
8524         (eshell-ls-backup-face, eshell-ls-product-face)
8525         (eshell-ls-clutter-face):
8526         * eshell/em-prompt.el (eshell-prompt-face):
8527         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8528         * obsolete/old-whitespace.el (whitespace-highlight-face):
8529         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8530         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8531         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8532         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8533         (antlr-font-lock-literal-face):
8534         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8535         (ebrowse-root-class-face, ebrowse-file-name-face)
8536         (ebrowse-default-face, ebrowse-member-attribute-face)
8537         (ebrowse-member-class-face, ebrowse-progress-face):
8538         * progmodes/make-mode.el (makefile-space-face):
8539         * progmodes/sh-script.el (sh-heredoc-face):
8540         * textmodes/flyspell.el (flyspell-incorrect-face)
8541         (flyspell-duplicate-face):
8542         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8543         * textmodes/texinfo.el (texinfo-heading-face):
8544         Mark face aliases with "-face" suffix as obsolete.
8546         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8547         compiler.
8549         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8550         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8551         easy-menu-define wants to modify these.
8553         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8555         * net/browse-url.el (browse-url-file-url):
8556         * term/internal.el (dos-codepage-setup):
8557         Use default-value rather than default-enable-multibyte-characters.
8559         * progmodes/etags.el (etags-goto-tag-location):
8560         * progmodes/flymake.el (flymake-highlight-line)
8561         (flymake-goto-file-and-line, flymake-goto-line):
8562         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8563         (gdb-goto-breakpoint):
8564         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8565         * progmodes/python.el (python-find-function)
8566         (python-pdbtrack-track-stack-file):
8567         * progmodes/verilog-mode.el (verilog-surelint-off):
8568         * term/ns-win.el (ns-open-file-select-line):
8569         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8570         Use forward-line rather than goto-line.
8572         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8573         * textmodes/reftex-index.el (reftex-display-index):
8574         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8575         * textmodes/reftex-toc.el (reftex-toc):
8576         Remove unnecessary bindings of default-major-mode (all are followed by
8577         major-mode check and possible mode switch).
8579 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8581         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8582         Handle watchpoints (bug#4282).
8583         (def-gdb-thread-buffer-command): Enable thread to be selected by
8584         clicking without selecting threads buffer first.
8585         (gdb-current-context-command): Use selected frame so that "up",
8586         "down" etc work in the GUD buffer.
8587         (gdb-update): Find selected frame before rendering stack buffer.
8588         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8590 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8592         * progmodes/sym-comp.el (displayed-completions): Remove.
8593         (symbol-complete): Use minibuffer-complete.
8595 2009-08-31  Glenn Morris  <rgm@gnu.org>
8597         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8599         * apropos.el (apropos-symbols-internal):
8600         Handle (obsolete) face aliases.
8602         * faces.el (describe-face): Adjust the output format to be more like
8603         describe-variable, and to mention (obsolete) face aliases.
8604         Adjust the whitespace so that help-setup-xref works.
8606         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8607         * calendar/diary-lib.el (diary-button-face):
8608         Mark these face aliases as obsolete.
8610         * calendar/calendar.el (calendar-today): Doc fix.
8612 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8614         * progmodes/gdb-mi.el (gdb-control-all-threads)
8615         (gdb-control-current-thread): Force tool bar update.
8616         (gdb-non-stop-handler): New function.
8617         (gdb-init-1): Use it to test if non-stop mode is supported.
8618         Remove unused gdbmi buffer type.
8620 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8622         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8623         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8625 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8627         * comint.el (comint-exec-1): Check command is non-null first.
8628         Part of gdb-mi.el change (2009-08-28).
8630 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8632         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8634 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8636         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8637         instead of `dolist' to avoid a recursive require when bootstrapping.
8639 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8641         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8643         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8645         * net/imap.el (imap-send-command): Simplify.
8646         (imap-wait-for-tag): point-max -> buffer-size.
8648         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8650         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8651         with constant argument.
8653         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8655         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8657         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8658         Change default, since most of our files don't have a history.
8659         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8660         the user.
8662         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8663         Add comint-run.
8665         * calc/calc.el: Improve commenting convention.
8666         (calc-digit-map, toplevel): Simplify.
8668         * comint.el (comint-insert-input): Be careful to only set point if we
8669         don't delegate to some other command.
8671         * proced.el (proced-signal-list): Make it an alist.
8672         (proced-grammar-alist): Capitalize names.
8673         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8674         Disable undo manually and make it read-only.
8675         Use completion-annotate-function.
8677         * minibuffer.el (minibuffer-message): If the current buffer is not
8678         a minibuffer, insert the message in the echo area rather than at the
8679         end of the buffer.
8680         (completion-annotate-function): New variable.
8681         (minibuffer-completion-help): Use it.
8682         (completion--embedded-envvar-table): Environment vars are
8683         always case-sensitive.
8685 2009-08-30  Glenn Morris  <rgm@gnu.org>
8687         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8688         from fortran-current-defun.
8689         (fortran-beginning-of-subprogram): Be more precise about finding the
8690         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8691         (fortran-end-of-subprogram): Simplify.
8692         (fortran-current-defun): Use fortran-start-prog-re.
8694 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8696         * subr.el (do-after-load-evaluation): Simplify.
8698 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8700         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8702         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8703         (vc-rcs-print-log): Use it.
8705         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8707 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8709         * paths.el (abbrev-file-name): Move to abbrev.el.
8710         * abbrev.el (abbrev-file-name): Move from paths.el.
8711         Obey user-emacs-directory.
8712         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8713         user-emacs-directory.
8714         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8715         abbrev-file-name and calc-settings-file any more.
8716         * startup.el (command-line): Recompute abbrev-file-name and
8717         abbreviated-home-dir.
8718         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8719         of the special code for when C-h bindings haven't been changed.
8720         (display-startup-echo-area-message): Use with-current-buffer.
8721         (command-line-1): Use a list of strings, rather than a list of lists
8722         of strings for longopts.
8724         * files.el (get-free-disk-space): Use / for default-directory.
8726         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8727         Use with-current-buffer.
8729         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8730         Recognize immutable variables like most-positive-fixnum.
8731         (byte-compile-setq-default): Check and warn if trying to assign
8732         to an immutable variable, or a non-variable.
8734         * progmodes/cc-vars.el (c-comment-continuation-stars):
8735         * progmodes/cc-engine.el (c-looking-at-bos):
8736         * progmodes/cc-cmds.el (c-toggle-auto-state)
8737         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8738         (c-comment-line-break-function): Add version of obsolescence.
8740 2009-08-28  Juri Linkov  <juri@jurta.org>
8742         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8743         associated with `archive-mode'.
8745         * image.el (image-type-header-regexps): Use only JPEG magic number
8746         to determine JPEG images, and don't use `image-jpeg-p' because
8747         Emacs can display non-JFIF non-Exif JPEG images.
8749 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8751         * arc-mode.el (archive-mode):
8752         * emacs-lisp/re-builder.el (re-builder-unload-function):
8753         Protect against the default value of `major-mode' being nil.
8755 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8757         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8758         Fix typos in docstrings.
8760         * progmodes/js.el (js--macro-decl-re): Doc fix.
8761         (js--plain-method-re, js--split-name): Refloc docstring.
8762         (js--class-styles, js--make-merged-item, js--splice-into-items):
8763         Fix typos in docstrings; reflow docstrings.
8764         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8765         (js--variable-decl-matcher, js--inside-pitem-p)
8766         (js--parse-state-at-point, js--get-all-known-symbols)
8767         (js--symbol-history, js-find-symbol, js--js-references)
8768         (js--moz-interactor, js--js-encode-value, js--read-tab):
8769         Fix typos in docstrings.
8771 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8773         * textmodes/reftex.el (reftex-get-file-buffer-force):
8774         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8775         * emulation/viper.el (viper-go-away, viper-set-hooks):
8776         * emacs-lisp/re-builder.el (re-builder-unload-function):
8777         * emacs-lisp/bytecomp.el (byte-compile-file):
8778         * ses.el (ses-unload-function):
8779         * hexl.el (hexl-find-file):
8780         * files.el (normal-mode):
8781         * ehelp.el (with-electric-help):
8782         * autoinsert.el (auto-insert-alist):
8783         * arc-mode.el (archive-mode):
8784         Use (default-value 'major-mode) instead of default-major-mode.
8786         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8787         * international/mule.el (load-with-code-conversion):
8788         * emacs-lisp/debug.el (debug):
8789         * ediff-vers.el (ediff-rcs-get-output-buffer):
8790         * dired.el (dired-internal-noselect): Don't let-bind
8791         default-major-mode around code that doesn't use it.
8792         E.g. buffer creation via get-buffer-create doesn't use it.
8794 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8796         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8797         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8798         when writing the temp file.  Otherwise, epa-file gets confused.
8799         (tramp-register-file-name-handlers): Make it a defun.  Move also
8800         `epa-file-handler' to the front of `file-name-handler-alist'.
8802 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8804         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8805         start right after a ^M.
8806         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8807         (tramp-completion-file-name-regexp-separate)
8808         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8809         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8810         Don't modify last-coding-system-used by accident.
8811         (tramp-completion-file-name-handler): Apply the checks here,
8812         instead during registration.
8813         (tramp-register-file-name-handlers): Renamed from
8814         `tramp-register-file-name-handler'.  Register both
8815         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8816         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8818 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8820         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8821         Remove variable ...
8822         (gdb-init-1, gdb-display-separate-io-buffer)
8823         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8824         references to it.
8825         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8826         (gdb-inferior-filter): Use comint-output-filter to stop
8827         echoing and remove ^M characters.
8829 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8831         * emulation/viper-init.el (viper-restore-cursor-type):
8832         * emulation/cua-base.el (cua--update-indications):
8833         Replace default-cursor-type with (default-value 'cursor-type).
8835         * mail/sendmail.el (mail-recover-1):
8836         * international/mule-diag.el (describe-current-coding-system-briefly)
8837         (describe-current-coding-system):
8838         * international/mule-cmds.el (select-safe-coding-system)
8839         (select-message-coding-system)
8840         (set-language-environment-coding-systems, set-locale-environment):
8841         * hexl.el (hexl-insert-multibyte-char):
8842         * dos-w32.el (find-buffer-file-type-coding-system):
8843         * simple.el (what-cursor-position):
8844         Replace uses of default-buffer-file-coding-system
8845         with (default-value 'buffer-file-coding-system).
8847         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8848         Replace uses of default-cursor-in-non-selected-windows
8849         with (default-value 'cursor-in-non-selected-windows).
8850         Use with-current-buffer.
8852         * mail/feedmail.el: Use CL macros.
8853         (feedmail-run-the-queue, feedmail-send-it-immediately):
8854         * dos-w32.el (find-buffer-file-type): Replace uses of
8855         default-buffer-file-type with (default-value 'buffer-file-type).
8857 2009-08-28  Glenn Morris  <rgm@gnu.org>
8859         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8860         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8861         Use default-value of major-mode rather than default-major-mode.
8863 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         * Makefile.in (update-elcfiles): Report left over elc files.
8867         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8868         expand-file-name and with-current-buffer.
8869         (mail-get-names, mail-directory): Use with-current-buffer.
8871         * vc.el (vc-read-revision): New function.
8872         (vc-version-diff, vc-merge): Use it.
8874 2009-08-27  Sam Steingold  <sds@gnu.org>
8876         * simple.el (kill-do-not-save-duplicates): New user option.
8877         (kill-new): When it is non-nil, and the new string is the same as
8878         the latest kill, set replace to t to avoid duplicates in kill-ring.
8880 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8882         * net/tramp.el (tramp-handle-process-file): Do not flush all
8883         caches when `process-file-side-effects' is set.
8884         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8885         instead of `tramp-find-file-exists-command'.
8886         Unset `process-file-side-effects'.
8888 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8890         * net/tramp.el (tramp-methods): New method "rsyncc".
8891         (top): Add completion function for "rsyncc".
8892         (tramp-message-show-message): New defvar.
8893         (tramp-message, tramp-error): Use it.
8894         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8895         remote copying.
8896         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8897         `tramp-methods' entry `copy-env' of "rsyncc".
8898         (tramp-vc-registered-read-file-names): New defconst.
8899         (tramp-vc-registered-file-names): New defvar.
8900         (tramp-handle-vc-registered): Implement optimization strategy.
8901         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8902         (tramp-vc-file-name-handler): New defun.
8903         (tramp-get-ls-command, tramp-get-test-command)
8904         (tramp-get-file-exists-command, tramp-get-remote-ln)
8905         (tramp-get-remote-perl, tramp-get-remote-stat)
8906         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8908         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8909         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8910         timestamps.
8911         (tramp-get-file-property): Check for timestamps in
8912         `tramp-cache-inhibit-cache'.
8913         (tramp-set-file-property): Write timestamp.
8915 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8917         * language/japan-util.el (japanese-symbol-table): Add entries for
8918         cp932-2-byte.
8920         * international/characters.el: Add category `j' to cp932-2-byte.
8922 2009-08-27  Kenichi Handa  <handa@m17n.org>
8924         * international/fontset.el (build-default-fontset-data): New macro.
8925         (setup-default-fontset): Use build-default-fontset-data for CJK,
8926         tibetan, ethiopic, and ipa.
8928 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8930         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8931         (enable-multibyte-characters): Not customizable any more.
8933         * subr.el (default-mode-line-format, default-header-line-format)
8934         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8935         (default-direction-reversed, default-truncate-lines)
8936         (default-left-margin, default-tab-width, default-case-fold-search)
8937         (default-left-margin-width, default-right-margin-width)
8938         (default-left-fringe-width, default-right-fringe-width)
8939         (default-fringes-outside-margins, default-scroll-bar-width)
8940         (default-vertical-scroll-bar, default-indicate-empty-lines)
8941         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8942         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8943         (default-scroll-down-aggressively, default-fill-column)
8944         (default-cursor-type, default-buffer-file-type)
8945         (default-cursor-in-non-selected-windows)
8946         (default-buffer-file-coding-system, default-major-mode)
8947         (default-enable-multibyte-characters): Mark as obsolete.
8949 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8951         * vc-dir.el (vc-dir-update): Remove debug helper.
8953         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8955 2009-08-26  Sam Steingold  <sds@gnu.org>
8957         * simple.el (save-interprogram-paste-before-kill): New user option.
8958         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8959         save the interprogram-paste into kill-ring before overriding it
8960         with the Emacs kill.
8962 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8964         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8965         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8966         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8967         and move to vc-rcs.el.
8968         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8969         move to vc-rcs.el.
8970         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8971         (vc-rcs-update-changelog): Remove.
8972         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8973         and move to vc-rcs.el.
8975         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8976         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8977         renaming.
8978         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8979         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8980         vc.el, renamed to be RCS specific.
8982         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8983         New functions.
8984         (vc-cvs-update-changelog): Move here from vc.el.
8986         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8987         New functions.
8989 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8991         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8993 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8995         * vc-git.el (vc-git-register): Use "git add" for directories.
8996         (vc-git-stash, vc-git-stash-show): New functions.
8997         (vc-git-extra-menu-map): Bind them.
8999         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9000         directory correctly in case the item is a directory itself.
9002         * vc.el: Document the desired behavior for reverted files in the
9003         `added' state.
9004         (vc-default-prettify-state-info): Remove function, unused.
9006         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9008 2009-08-26  Glenn Morris  <rgm@gnu.org>
9010         * bindings.el (standard-mode-line-format): Reposition dashes in
9011         which-func entry.  (Bug#4217)
9013         * files.el (enable-local-variables, enable-local-eval)
9014         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9015         the defcustoms.
9016         (auto-mode-alist, ignored-local-variables)
9017         (save-some-buffers-action-alist): Move risky declarations to the
9018         definitions.
9019         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9020         (font-lock-defaults, format-alist, imenu--index-alist)
9021         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9022         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9023         (mode-line-modified, mode-line-mule-info, mode-line-position)
9024         (mode-line-process, mode-line-remote, outline-level)
9025         (parse-time-rules, rmail-output-file-alist)
9026         (special-display-buffer-names, vc-mode):
9027         Move risky declarations to the relevant files.
9028         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9029         (mode-line-modified, mode-line-process, mode-line-position)
9030         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9031         * font-core.el (font-lock-defaults):
9032         * format.el (format-alist):
9033         * vc-hooks.el (vc-mode):
9034         * window.el (special-display-buffer-names):
9035         * international/mule-cmds.el (input-method-alist):
9036         Define riskiness here (dumped file) rather than in files.el.
9037         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9038         * imenu.el (imenu-generic-expression, imenu--index-alist):
9039         * outline.el (outline-level):
9040         * time.el (display-time-string):
9041         * calendar/parse-time.el (parse-time-rules):
9042         * mail/rmailout.el (rmail-output-file-alist):
9043         Autoload riskiness here, rather than placing in files.el.
9045 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9047         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9049 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9051         * simple.el (process-file-side-effects): New defvar.
9053         * dired-aux.el (dired-show-file-type):
9054         * vc.el (vc-diff-internal):
9055         * vc-arch.el (vc-arch-diff):
9056         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9057         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9058         * vc-git.el (vc-git-registered, vc-git-working-revision)
9059         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9060         (vc-git--empty-db-p):
9061         * vc-hooks.el (vc-user-login-name):
9062         * vc-svn.el (vc-svn-registered, vc-svn-state)
9063         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9064         * progmodes/grep.el (grep-probe): Let-bind
9065         `process-file-side-effects' with nil.
9067         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9069         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9070         daemon.  Replace ping by checking for running service for bluez
9071         and zeroconf.  (Bug#4239)
9073 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9075         * net/dig.el (dig): Add autoload cookie.
9077 2009-08-25  Glenn Morris  <rgm@gnu.org>
9079         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9080         load-history for absolute file-names.
9081         (byte-compile-file-form-require): Warn about use of the cl package.
9083         * format.el (format-alist): Doc fix.
9085         * play/bubbles.el (top-level): Don't require cl at run-time.
9087         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9088         run-time cl).
9090 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9092         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9093         from cl package.
9094         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9096 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9098         * calc/calc-alg.el (math-trig-rewrite)
9099         (math-hyperbolic-trig-rewrite): New functions.
9100         (calc-simplify): Simplify trig functions when asked.
9102 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9104         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9106 2009-08-24  Kenichi Handa  <handa@m17n.org>
9108         * language/ind-util.el (mapthread): Delete it.
9109         (combinatorial): New function.
9110         (indian--puthash-cv): Use combinatorial instead of mapthread.
9112 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9114         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9115         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9116         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9117         Clarify docstring that the value is strings not symbols.
9118         (checkdoc-list-of-strings-p): New function.
9120 2009-08-22  Glenn Morris  <rgm@gnu.org>
9122         * files.el (auto-mode-alist):
9123         * hippie-exp.el (he-concat-directory-file-name):
9124         * lpr.el (lpr-windows-system, printer-name):
9125         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9126         * ps-print.el (ps-windows-system):
9127         * startup.el (command-line):
9128         * emulation/viper-ex.el (viper-glob-function):
9129         * international/mule-cmds.el (set-language-environment-coding-systems):
9130         * net/ange-ftp.el (ange-ftp-write-region):
9131         * obsolete/fast-lock.el (fast-lock-cache-name):
9132         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9133         unisoft-unix, vax-vms, win32, w32.
9135         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9136         given name if the pattern is not more specific.
9138         * calendar/lunar.el (lunar-phase-names): New option.
9139         (lunar-phase): Doc fix.
9140         (lunar-cycles-per-year): New constant.
9141         (lunar-index): New function.
9142         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9143         (lunar-phase-name): Use lunar-phase-names.
9144         (calendar-lunar-phases): Use format.
9145         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9147         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9148         Copy imenu-example--name-and-position function here for own use.
9149         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9151         * bs.el (bs--redisplay):
9152         * cus-edit.el (custom-redraw):
9153         * ibuffer.el (ibuffer-bury-buffer):
9154         * server.el (server-goto-line-column):
9155         * startup.el (command-line-1):
9156         * strokes.el (strokes-xpm-for-stroke):
9157         * term.el (term-display-buffer-line):
9158         * view.el (View-goto-line):
9159         * calc/calc.el (calc-do, calc-trail-buffer):
9160         * play/gamegrid.el (gamegrid-add-score-insecure):
9161         * progmodes/ada-mode.el (ada-compile-goto-error):
9162         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9163         (ebrowse-select-1st-to-9nth):
9164         * progmodes/cperl-mode.el (cperl-time-fontification):
9165         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9166         * progmodes/gud.el (gud-display-line):
9167         (idlwave-shell-display-line):
9168         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9169         * progmodes/make-mode.el (makefile-browser-toggle):
9170         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9171         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9172         * textmodes/picture.el (picture-draw-rectangle):
9173         * textmodes/reftex-index.el (reftex-index-goto-letter):
9174         (reftex-select-jump-to-previous):
9175         * textmodes/reftex-sel.el (reftex-find-start-point)
9176         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9177         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9178         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9179         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9180         * textmodes/two-column.el (2C-associated-buffer):
9181         Use forward-line rather than goto-line.
9183         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9184         goto-line.
9186         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9187         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9188         (quick-check-list-to-regexp): Declare.
9190         * progmodes/make-mode.el (makefile-browser-insert-selection):
9191         Use goto-char rather than goto-line.
9193         * progmodes/prolog.el (compilation-error-regexp-alist)
9194         (compilation-forget-errors): Declare.
9196 2009-08-22  Juri Linkov  <juri@jurta.org>
9198         * progmodes/grep.el (lgrep, rgrep): At the beginning
9199         set `dir' to `default-directory' unless `dir' is a non-nil
9200         readable directory.  (Bug#4052)
9201         (lgrep, rgrep): Change a weird way to report an error
9202         from using `read-string' to using `error'.
9203         Instead of using interactive arguments in the function body,
9204         add new argument `confirm'.
9206 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9208         * textmodes/remember.el (remember-buffer):
9209         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9210         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9211         (icalendar-extract-ical-from-buffer):
9212         * net/newst-treeview.el (newsticker-groups-filename):
9213         * net/newst-backend.el (newsticker-cache-filename):
9214         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9215         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9216         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9217         (speedbar-buffers-line-path, speedbar-path-line)
9218         (speedbar-buffers-line-path):
9219         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9220         (epg-sign-keys):
9221         * epa.el (epa-display-verify-result):
9222         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9224 2009-08-21  Glenn Morris  <rgm@gnu.org>
9226         * progmodes/js.el (inferior-moz-process): Fix declaration.
9228         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9230         * obsolete/rnewspost.el (news-mail-reply):
9231         Use goto-char rather than goto-line.
9233         * term/ns-win.el (ns-open-file-select-line):
9234         Use line-beginning-position rather than goto-line.
9236         * apropos.el (apropos-command):
9237         * ehelp.el (electric-helpify):
9238         * printing.el (pr-show-setup):
9239         * strokes.el (strokes-help):
9240         * tutorial.el (tutorial--describe-nonstandard-key)
9241         (tutorial--detailed-help):
9242         * woman.el (woman-mini-help, woman-display-extended-fonts):
9243         * calc/calc-help.el (calc-describe-key):
9244         * emulation/edt.el (edt-electric-helpify):
9245         * international/mule-diag.el (mule-diag):
9246         * play/yow.el (apropos-zippy):
9247         * progmodes/python.el (python-describe-symbol):
9248         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9249         * textmodes/table.el (*table--cell-describe-mode)
9250         (*table--cell-describe-bindings):
9251         Use help-print-return-message rather than the now obsolete alias.
9253         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9254         (calendar-cursor-to-visible-date):
9255         * play/5x5.el (5x5-position-cursor):
9256         * play/decipher.el (decipher):
9257         * play/gomoku.el (gomoku-goto-xy):
9258         * play/landmark.el (lm-goto-xy):
9259         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9260         (mpuz-paint-digit):
9261         Use forward-line, not goto-line.
9263         * mail/rmail.el (rmail-obsolete): Delete custom group.
9264         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9265         (rmail-remote-password, rmail-remote-password-required):
9266         Remove unneeded :set-after and :set properties.
9268 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9270         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9272 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9274         * loadup.el: Remove leftover macos code.
9276         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9277         Explicitly pass the date format to git blame so that user local
9278         so that the output format can be parsed.
9280 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9282         * net/dbus.el (top): Don't check for (getenv
9283         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9285 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9287         * log-edit.el (log-edit-strip-single-file-name): New var.
9288         (log-edit-insert-changelog): Use it.  Bug#3571
9290 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9292         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9293         Bug#3287
9295         * help.el (help-print-return-message): Rename from
9296         print-help-return-message.
9298         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9299         cvs-mode-map parent hack.
9300         (log-view-mode): Derive from special-mode.
9302         * linum.el (linum-mode): window-size-change-functions is redundant.
9303         Adapt to new window-configuration-change-hook behavior.
9304         (linum-after-size, linum-after-config): Remove.
9306         * imenu.el (imenu-example--name-and-position)
9307         (imenu-example--lisp-extract-index-name)
9308         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9309         Mark as obsolete.
9311         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9312         (inferior-prolog-mode): Use it.
9313         (inferior-prolog-load-file): Reset list of errors.
9315 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9317         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9319         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9321 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9323         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9324         is running already.
9326 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         * subr.el (listify-key-sequence-1): Use normal syntax since those
9329         integers are nowadays always represented by the same (positive) number
9330         on all platforms.
9331         (read-key-empty-map): New const.
9332         (read-key-delay): New var.
9333         (read-key): New function.
9334         (force-mode-line-update): Use with-current-buffer.
9335         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9336         (start-process-shell-command, start-file-process-shell-command):
9337         Discourage the use of command-args.
9339 2009-08-19  Glenn Morris  <rgm@gnu.org>
9341         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9343 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9345         * simple.el (choose-completion-string): Don't rely on
9346         minibuffer-completing-file-name and ad-hoc checks to decide whether
9347         to continue completion or not.
9349         * minibuffer.el (minibuffer-hide-completions): New function.
9350         (completion--do-completion): Use it.
9351         (completions-annotations): New face.
9352         (completion--insert-strings): Use it.
9353         (completion-pcm--delim-wild-regex): Add docstring.
9354         (completion-pcm--string->pattern): Add support for 0-width delimiters
9355         in completion-pcm--delim-wild-regex.
9357 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9359         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9360         Remove unused var `buffer-modified-p'.
9362         * minibuffer.el (completion--do-completion): Move point for the #b001
9363         case as well (bug#4176).
9364         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9366 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9368         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9369         and :session buses.
9371 2009-08-18  Kenichi Handa  <handa@m17n.org>
9373         * international/ucs-normalize.el (ucs-normalize-version):
9374         Change to 1.1.
9375         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9376         (utf-8-hfs): Make it perform normalization on encoding too.
9378         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9379         (sentence-end-without-space): Delete duplicated chars.
9380         (sentence-end-base): Likewise.
9382         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9383         (html-mode): Delete duplicated chars from sentence-end-base.
9385         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9386         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9388 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9390         * files.el (hack-one-local-variable): If the mode function is for
9391         a minor mode, pass it an argument (Bug#4148).
9393 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9395         * net/tramp.el (tramp-register-completion-file-name-handler):
9396         Check also for (member 'partial-completion completion-styles).
9398 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9400         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9401         abbrev (Bug#3943).
9403 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9405         * progmodes/cperl-mode.el: Merge upstream 6.2.
9406         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9407         (cperl-forward-re): Check cperl-brace-recursing.
9408         (cperl-highlight-charclass): New function.
9409         (cperl-find-pods-heres): Use it.
9410         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9411         (cperl-beautify-regexp-piece): Fix column calculation.
9412         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9413         (cperl-beautify-level): Don't process entire regexp.
9414         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9415         calling man.
9416         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9417         (cperl-init-faces): Build a list in the normal way.
9419 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9421         * calendar/parse-time.el (parse-time-string-chars): Save match
9422         data.
9424 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9426         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9427         (sql-product): Use it.
9428         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9429         (sql-set-product): Add completion.
9430         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9431         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9432         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9433         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9434         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9435         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9436         (sql-highlight-db2-keywords): Remove.
9437         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9438         (sql-highlight-product): Use derived-mode-p.
9439         (sql-set-sqli-buffer): Use with-current-buffer.
9440         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9441         Simplify.
9443         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9445         * term.el: Fix commenting convention, turn comments into docstrings.
9447 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9449         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9451 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9453         * calendar/parse-time.el (parse-time-string-chars): Compute using
9454         character classes, to handle non-ascii characters (Bug#3190).
9456 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9458         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9459         another heredoc if the user adds another < (Bug#3226).
9461         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9462         Don't initialize based on window-system (Bug#4124).
9464         * facemenu.el (facemenu-read-color): Use a completion function
9465         that accepts any defined color, such as RGB triplets (Bug#3677).
9467         * files.el (get-free-disk-space): Change fallback default
9468         directory to /.  Expand DIR argument before switching to fallback.
9469         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9471 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9473         * files.el (load-library): Doc fix.
9475 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9477         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9478         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9479         incremental search string.
9481         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9482         XEmacs.
9484         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9485         (ediff-merge-region-is-non-clash)
9486         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9487         Also check if the job is really a merge job.
9489         * ediff.el (ediff-current-file): New function.
9491 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9493         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9494         conventions.
9495         (js-insert-and-indent): Delete function.
9496         (js-mode-map): Don't bind keys to js-insert-and-indent.
9497         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9498         (js-end-of-defun): Rename from js--end-of-defun.
9499         (js-auto-indent-flag): Delete variable.
9501 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9503         * progmodes/js.el: Remove proclaim statement.
9504         Defvar which-func-imenu-joiner-function to silence compiler.
9506         * files.el (auto-mode-alist): Use js-mode for .js files.
9508         * progmodes/js2-mode.el: Remove file.
9510         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9512         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9514         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9516 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9517             Karl Landstrom  <karl.landstrom@brgeight.se>
9519         * progmodes/js.el: New file.
9521 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9523         * timezone.el (timezone-parse-date): Add ability to understand ISO
9524         basic format (minimal separators) dates in addition to the
9525         already-supported extended format dates.
9527 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9529         * international/ucs-normalize.el: Add a `coding' file variable.
9531         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9533 2009-08-14  Sam Steingold  <sds@gnu.org>
9535         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9537 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9539         * faces.el (help-argument-name): Define it here instead of
9540         help-fns.el, because in daemon mode help-fns.el may be loaded when
9541         faces are still uninitialized (Bug#1078).
9543         * help-fns.el (help-argument-name): Move defface to faces.el.
9545 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9547         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9548         create buffer with a pty but no process so that GDB can make the
9549         inferior the controlling process.
9551 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9553         * international/ucs-normalize.el: New file.
9555 2009-08-13  Richard Stallman  <rms@gnu.org>
9557         * mail/rmail.el (rmail-get-attr-names):
9558         Accept an attribute header that is too short.
9560         * mail/rmail.el (rmail-forget-messages):
9561         Ignore nil elt in rmail-message-vector.  Use dotimes.
9563         * progmodes/compile.el (compilation-goto-locus):
9564         Use next-error-move-function.
9566         * simple.el (next-error-move-function): New variable.
9568 2009-08-12  Juri Linkov  <juri@jurta.org>
9570         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9571         always non-nil.  (Bug#4052)
9573         * replace.el (read-regexp): Return empty string when
9574         `default-value' is nil.
9575         (keep-lines-read-args): Don't use empty string as the
9576         default value for `read-regexp'.  (Bug#2495)
9578 2009-08-12  Juri Linkov  <juri@jurta.org>
9580         * international/mule-cmds.el (ucs-insert): Change arguments
9581         from `arg' to `character', `count', `inherit' to be the same
9582         as in `insert-char'.  Doc fix.  (Bug#4039)
9584         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9586 2009-08-12  Juri Linkov  <juri@jurta.org>
9588         * files-x.el: New file.
9590         * files.el: Move code that deals with adding/deleting
9591         file/directory-local variables to files-x.el.
9593         * Makefile.in (ELCFILES): Add files-x.elc.
9595 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9597         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9598         to use `goto-line'.
9599         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9600         `goto-line'.
9601         (gdb-invalidate-disassembly): Do not refresh upon receiving
9602         'update signal.  Instead, update all disassembly buffers only after
9603         threads list.
9604         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9605         (gdb-starting): Moved -data-list-register-names...
9606         (gdb-stopped): ...here so it's sent when first thread stops.
9607         (gdb-registers-handler-custom): Do nothing if register names are
9608         unknown yet.
9610         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9611         from `gdb-mi.el' to avoid extra tangling.
9613         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9614         change which breaks `gud-def' definitions used in `gdb'.
9615         (gdb-update-gud-running): No extra fuss for updating frame number.
9617 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9619         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9620         (describe-language-environment-map, setup-language-environment-map)
9621         (set-coding-system-map): Move initialization into declaration.
9622         (set-language-info-alist): Last arg to define-key-after can be skipped.
9624         * international/quail.el (quail-completion-1): Simplify.
9625         (quail-define-rules): Use slightly more compact code.
9626         (quail-insert-decode-map): Propertize keys, compact columns.
9628         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9629         Add goto-line.
9631 2009-08-10  Miles Bader  <miles@gnu.org>
9633         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9634         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9635         (js2-instance-member, js2-private-member, js2-private-function-call)
9636         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9637         (js2-magic-paren, js2-external-variable):
9638         Remove "-face" suffix from face names.
9639         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9640         (js2-highlight-undeclared-vars, js2-peek-token)
9641         (js2-parse-function-params, js2-mode-show-errors)
9642         (js2-mode-show-warnings, js2-make-magic-delimiter)
9643         (js2-mode-highlight-magic-parens): Update to use new face names.
9645 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9647         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9648         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9650 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9652         * subr.el: Provide hashtable-print-readable.
9654         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9655         hs-c-like-adjust-block-beginning.
9656         (hs-hide-block-at-point): Stop hiding at the beginning of
9657         hs-block-end-regexp (Bug#700).
9659 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9661         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9662         a macro.
9663         (gdb-registers-handler-custom): Do not fail when register names
9664         are unavailable.
9666 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9668         * progmodes/gdb-mi.el (gdb-control-all-threads)
9669         (gdb-control-current-thread): Interactive setters for
9670         `gdb-gud-control-all-threads' to use in menu.
9671         (gdb-show-run-p): Show «Go» when process is not active.
9672         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9673         gud/thread.xpm and gud/all.xpm.
9675 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9677         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9678         (nslookup-font-lock-keywords): Make it a variable.
9679         (net-utils-mode): New mode for viewing diagnostic network output.
9680         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9681         (net-utils-run-simple): New function.
9682         (ifconfig, iwconfig, netstat, arp, route): Use it.
9684 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9686         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9687         (gdb-memory-set-address, def-gdb-set-positive-number)
9688         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9689         after changing settings.
9690         (gdb-invalidate-disassembly): Update when first shown.
9691         (gdb-edit-locals-value): Fixed.
9692         (gdb-registers-handler-custom): Print registers in right order and
9693         allow changing register values (only for current thread yet).
9694         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9695         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9696         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9697         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9698         info in mode name.
9699         (gdb-registers-mode-map): TAB to switch to locals.
9701 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9703         * mail/rmail.el (rmail-add-mbox-headers)
9704         (rmail-set-message-counters-counter): Search for
9705         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9707 2009-08-08  Glenn Morris  <rgm@gnu.org>
9709         * Makefile.in (ELCFILES): Update.
9711 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9713         * mail/sendmail.el (mail-yank-original): Set
9714         buffer-file-coding-system from the one used by the message whose
9715         text is yanked.
9717         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9718         to "windows" when "pgnuplot" is used.
9719         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9720         call accept-process-output if "pgnuplot" is used.
9721         (calc-graph-init): Don't send -display and -geometry to
9722         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9723         running "pgnuplot -V" with shell-command-to-string.
9725         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9726         the default.
9728 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9730         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9731         org/org-latex.elc.
9733 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9735         * vc-dispatcher.el (vc-resynch-window): Update comment.
9737         * term.el (term-handle-ansi-escape): Add comments with the
9738         terminfo capabilities implemented.
9740 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9742         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9743         (gdb-var-create-handler): Rewritten using JSON parser.
9744         (gdb-propertize-header): Moved earlier.
9745         (gdb-set-header): Removed to avoid duplication.
9746         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9747         Refresh disassembly buffers only after threads list have been
9748         update.
9749         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9750         variables.
9752 2009-08-04  Juri Linkov  <juri@jurta.org>
9754         * files.el: Commands to add/delete file/directory-local variables.
9755         (read-file-local-variable, read-file-local-variable-value)
9756         (read-file-local-variable-mode, modify-file-local-variable)
9757         (modify-file-local-variable-prop-line)
9758         (modify-dir-local-variable): New functions.
9759         (add-file-local-variable, delete-file-local-variable)
9760         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9761         (add-dir-local-variable, delete-dir-local-variable)
9762         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9763         (copy-dir-locals-to-file-locals-prop-line): New commands.
9765 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9767         * abbrev.el (insert-abbrev-table-description): Prettify output.
9768         Suggested by Karl Chen.
9770 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9772         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9773         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9774         (gdb-overlay-arrow-position, gdb-thread-position)
9775         (gdb-disassembly-position): Declare variables.
9776         (gdb-wait-for-pending): Function now.
9777         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9778         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9779         compilation goes smoothly.
9780         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9781         (gdb-non-stop-setting): New customization setting which replaces
9782         `gdb-non-stop' so changing it doesn't break active GDB session.
9783         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9784         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9785         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9786         (gdb-show-threads-by-default): New customization options.
9787         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9788         routines.
9789         (gdb-get-buffer-create): Send buffers update signal when they are
9790         created.
9791         (gdb-invalidate-locals, gdb-invalidate-registers)
9792         (gdb-invalidate-breakpoints)
9793         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9794         (gdb-invalidate-memory): Accept update signal.
9795         (gdb-current-context-command): Use --frame option.
9796         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9797         Implement `gdb-frame-number' selection logic.
9798         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9799         whether to show GUD toolbar buttons.
9800         (gdb-thread-exited): Unselect current thread when it exits.
9801         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9802         (gdb-mark-line): Routine which sets overlay arrow or inverses
9803         video on fringeless displays.
9804         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9805         to build aligned columns of data in GDB buffers and set text
9806         properties line-by-line.
9807         (gdb-invalidate-breakpoints)
9808         (gdb-breakpoints-list-handler-custom)
9809         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9810         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9811         (gdb-registers-handler-custom): Align data columns.
9812         (gdb-locals-handler-custom): Now prints data like in variable
9813         declarations.
9814         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9815         Removed confusing buttons.
9816         (gdb-invalidate-threads): Append --frame.
9817         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9818         between breakpoints/threads buffers.
9819         (gdb-set-window-buffer): Now can ignore dedicated windows.
9820         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9821         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9822         (def-gdb-thread-buffer-gud-command): Replaces
9823         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9824         for fine thread control.
9825         (gdb-preempt-existing-or-display-buffer): New function used to
9826         display bound buffers without breaking window layout.
9827         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9828         (gdb-select-frame): New version of `gdb-frames-select' which now
9829         sets `gdb-frame-number' so commands may use --frame option instead
9830         of inner debugger state.
9831         (gdb-frame-handler): Do not set `gdb-frame-number'.
9832         (gdb-threads-mode-map): Select threads with mouse.
9834         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9835         avoid compilation warning.
9836         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9837         `gdb-show-stop-p`.
9839         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9840         Argument `key' renamed to `buffer-type'.
9841         (gdb-current-context-buffer-name): Do not add thread info to
9842         buffer name when no thread is selected.
9843         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9844         command (bug 3794).
9845         (gdb-thread-selected): Handle `=thread-selected' notification.
9846         (gdb-wait-for-pending): New macro to deal with congestion problems.
9847         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9848         breakpoints.
9849         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9850         This fixes problem similar to one described in bug 3947.
9851         (gud-menu-map): More menu items.
9852         (gdb-init-1): Reset `gdb-thread-number' to nil.
9854         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9855         non-stop settings.
9857         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9858         (gdb-current-context-command): Do not append --thread if
9859         `gdb-thread-number' is nil.
9860         (gdb-running-threads-count, gdb-stopped-threads-count): New
9861         variables.
9862         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9863         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9864         customization options.
9865         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9866         GUD commands.
9867         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9868         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9869         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9870         set `gdb-thread-number' and update `gud-running' properly.
9871         (gdb-running): Update threads list when new threads appear.
9872         (gdb-stopped): Support non-stop operation and new thread switching
9873         logic.
9874         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9875         (gdb-json-partial-output): New set of JSON routines.
9876         (def-gdb-auto-update-trigger): New `signal-list' optional
9877         argument.
9878         (gdb-thread-list-handler-custom): Update `gud-running',
9879         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9880         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9881         (gdb-continue-thread, gdb-step-thread): New commands for fine
9882         thread execution control.
9883         (gud-menu-map): New menu items to switch non-stop options.
9884         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9885         (gdb-send): Mimic RET properly (bug 3794).
9887         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9888         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9889         gdb-buffer-rules.
9890         (def-gdb-auto-update-handler): New nopreserve optional argument.
9891         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9893         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9894         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9895         (gdb-parent-mode): New mode to derive other GDB modes from.
9896         (gdb-display-disassembly-for-thread)
9897         (gdb-frame-disassembly-for-thread): New commands for threads
9898         buffer.
9900         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9901         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9902         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9903         (gdb-update): We now store all GDB buffers in a list so that they
9904         can be updated by traversing a list instead of calling invalidate
9905         triggers explicitly.
9906         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9907         pair for GDB buffer.
9908         (gdb-stack-buffer-name): Add thread information.
9909         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9910         handle pending triggers.
9911         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9912         (def-gdb-thread-buffer-simple-command)
9913         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9914         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9915         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9916         New commands which show buffers bound to thread.
9917         (gdb-stack-list-locals-regexp): Removed unused regexp.
9919         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9920         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9921         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9922         to (gud-comint-buffer) in *-buffer-name functions
9923         because (gdb-get-target-string) already does that.
9924         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9925         (gdb-changed-registers-handler): Rewritten without regexps.
9927         * progmodes/gdb-mi.el: Basic thread selection support.
9928         (gdb-thread-number): New variable.
9929         (gdb-current-context-command): New macro which adds --thread
9930         option to command.
9931         (gdb-threads-mode-map): Select thread with SPC.
9932         (gdb-thread-list-handler-custom): Mark current thread with overlay
9933         arrow.  Synchronize GDB thread and Emacs thread.
9934         (gdb-select-thread): New command which selects current thread.
9935         (gdb-invalidate-frames, gdb-invalidate-locals)
9936         (gdb-invalidate-registers): Use --thread option.
9938 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9940         * net/tramp.el (top): Make check for tramp-gvfs loading more
9941         robust.  (Bug#3977)
9942         (tramp-handle-insert-file-contents): `unwind-protect' must be
9943         inside `with-parsed-tramp-file-name'.
9945         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9946         fails.
9948 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9950         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9951         directory if CLASSPATH is not set.
9953 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9955         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9956         New defconst.
9957         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9959 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9961         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9962         Update freshmeat link.  Delete newsforge.com as it seems gone.
9964 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9966         * select.el (x-set-selection): Doc fix (Bug#4021).
9968         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9970         * help-fns.el (describe-variable): Treat list return values from
9971         dir-locals-find-file properly (Bug#4005).
9973 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
9975         * net/tramp.el (tramp-debug-message): Print also microseconds.
9977 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
9979         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9980         or END is non-nil.
9981         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9982         (tramp-get-debug-buffer): Change `outline-regexp' according to new
9983         format.
9985         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9986         (tramp-get-file-property): Use it.
9988         * autorevert.el (auto-revert-handler): Allow
9989         `auto-revert-tail-mode' for remote files.
9991 2009-08-02  Jason Rumney  <jasonr@gnu.org>
9993         * minibuffer.el (read-file-name): Treat confirm options to
9994         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
9996 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9998         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9999         (font-lock-variable-name-face, font-lock-constant-face): Darken
10000         the colors for light backgrounds.
10002 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10004         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10005         month names.  (Bug#3987)
10007 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10009         * simple.el (line-move-finish): Pass whole number to
10010         line-move-to-column.
10011         (line-move-visual): Perform hscroll to the recorded position.
10013 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10015         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10017 2009-07-29  Alan Mackenzie  <acm@muc.de>
10019         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10021 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10023         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10024         (gdb-place-breakpoints): Use full path when setting breakpoints.
10026 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10028         * calc/calc.el (calc-mode-map): Add keybinding for
10029         `calc-transpose-lines'.
10031 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10033         * calc/calc-misc.el (calc-transpose-lines): New function.
10035 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10037         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10038         Simplify check for out-of-band methods.
10039         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10040         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10042 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10044         * vc-git.el (vc-git-checkin): Fix typo.
10046 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10048         * progmodes/js2-mode.el: New file.
10050 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10052         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10053         (gud-menu-map): Adjust tooltip accordingly.
10055 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10057         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10058         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10060         * add-log.el (change-log-mode-map): Add a menu.
10062 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10064         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10065         function returns nil.
10066         (dbus-handle-event): Handle special return value :ignore.
10067         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10069 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10071         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10072         it's not needed.
10074 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10076         Fix Bug#3888:
10078         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10080         * term/pc-win.el (x-display-name, x-colors)
10081         (x-select-enable-clipboard, x-select-text): Doc fix.
10083         * term/common-win.el (x-display-name, x-colors): Doc fix.
10085         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10086         (xw-defined-colors): Doc fix.
10088         * w32-fns.el (x-select-text, x-setup-function-keys)
10089         (x-get-selection, x-set-selection): Doc fix.
10091         * term/x-win.el (x-select-text, x-setup-function-keys)
10092         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10094         * select.el (x-set-selection): Doc fix.
10096 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10098         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10099         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10100         "IsNSSSupportAvailable" method is not available.  Reported by
10101         Steve Youngs <steve@sxemacs.org>.
10103 2009-07-24  Kenichi Handa  <handa@m17n.org>
10105         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10106         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10107         (build-unicode-category-table): Fix range checks.
10109 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10111         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10112         the buffer we try to sync is current when calling
10113         vc-resynch-buffer.
10115         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10116         not show up to date files.
10118 2009-07-24  Glenn Morris  <rgm@gnu.org>
10120         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10121         Add autoload cookies.  If necessary, initialize.
10122         (elint-log): Handle non-file buffers.
10123         (elint-initialize): Add optional argument to reinitialize.
10124         (elint-find-builtin-variables): Save excursion.
10126 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10128         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10129         for Lint.
10131 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10133         * vc.el (vc-print-log-internal): New function, split out from ...
10134         (vc-print-log): ... here.
10135         (vc-dir-move-to-goal-column): Declare.
10137         * vc-git.el (vc-git-add-signoff): New variable.
10138         (vc-git-checkin): Use it.
10139         (vc-git-toggle-signoff): New function.
10140         (vc-git-extra-menu-map): Bind it to menu.
10141         (vc-git--run-command-string): Accept a nil FILE argument.
10142         (vc-git-stash-list): New function.
10143         (vc-git-dir-extra-headers): Use it.
10145 2009-07-23  Glenn Morris  <rgm@gnu.org>
10147         * help-fns.el (describe-variable): Describe ignored and risky local
10148         variables in a similar way to that in which we describe safe ones.
10150         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10151         (byte-compile-output-file-form, byte-compile-output-docform)
10152         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10153         Give some more local variables with common names a "bytecomp-" prefix,
10154         so as not to shadow things during compilation.
10155         * emacs-lisp/cl-macs.el (load-time-value)
10156         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10157         `outbuffer' to `bytecomp-outbuffer'.
10159         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10160         since the next two variables cover them automatically now.
10161         (elint-builtin-variables, elint-autoloaded-variables): New.
10162         (elint-unknown-builtin-args): Remove all members, since they can be
10163         parsed automatically now.
10164         (elint-extra-errors): New.
10165         (elint-env-add-env, elint-env-add-macro): Use cadr.
10166         (elint-current-buffer): Use or.  Change final message.
10167         (elint-get-top-forms): Use line-end-position.
10168         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10169         and defalias.
10170         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10171         (regexp-assoc): Remove unused function.
10172         (elint-top-form): Set elint-current-pos, to record the start of the
10173         top-level form, for compilation-mode.
10174         (elint-form): Trap errors in macro expansion.  Use dolist.
10175         (elint-unbound-variable): Use elint-builtin-variables and
10176         elint-autoloaded-variables.
10177         (elint-get-args): Use cadr, or.
10178         (elint-check-cond-form): Use dolist, cadr.
10179         (elint-check-condition-case-form): Doc fix.  Use cadr.
10180         Use elint-extra-errors.
10181         (elint-log): New function.
10182         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10183         Distinguish errors and warnings.
10184         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10185         Use a bytecomp-style format.
10186         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10187         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10188         Don't truncate lines.
10189         (elint-initialize): Set builtin and autoloaded variable lists.
10190         Only process elint-unknown-builtin-args if non-nil.
10191         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10192         New functions.
10193         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10195 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10197         * net/newst-backend.el (newsticker--parse-atom-1.0)
10198         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10199         (newsticker--parse-rss-1.0):
10200         * progmodes/idlwave.el (idlwave-mode):
10201         * progmodes/idlw-shell.el (idlwave-shell-mode):
10202         * progmodes/vera-mode.el (vera-mode):
10203         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10204         * progmodes/vhdl-mode.el (vhdl-mode):
10205         * textmodes/table.el (table-generate-source)
10206         (table--warn-incompatibility):
10207         Hyperlink urls in docstrings with URL `...'.
10209 2009-07-22  Glenn Morris  <rgm@gnu.org>
10211         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10212         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10213         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10214         Remove leading * from defcustom docs.
10216         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10218         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10219         defcustom doc.
10220         (list-load-path-shadows): Optionally, just return shadows as a string.
10222         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10224 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10226         * mail/rmailedit.el (rmail-edit-mode): Use
10227         auto-save-include-big-deletions.
10229         * mail/rmail.el (rmail-variables): Use
10230         auto-save-include-big-deletions.
10232         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10233         changes.
10235 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10237         * calc/calc.el (calc-undo-length): New variable.
10238         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10240 2009-07-21  Richard Stallman  <rms@gnu.org>
10242         * files.el (auto-save-mode): Handle buffer-save-size = -2
10243         for toggling mode.
10245 2009-07-21  Glenn Morris  <rgm@gnu.org>
10247         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10249         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10251         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10252         silence compiler.  Instead...
10253         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10254         (ps-print-ensure-fontified): Update for above function name changes.
10256         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10257         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10258         silence compiler.  Instead...
10259         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10260         (mh-show-buffer): Only define for compiler.
10261         (pr-mh-current-message): Update for above function name changes.
10263         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10264         as an argument.
10265         (find-file-noselect, insert-file-1): Update for above change.
10267         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10269         * mail/mailclient.el (mailclient-send-it): Fix message.
10271         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10272         (edebug-eval): Check cl-debug-env is bound.
10273         (print-level, print-circle): Don't redefine built-in variables.
10275         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10276         (custom-print-vectors): Remove old comments from doc.
10278         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10279         (emerge-version): Make the variable an obsolete alias for the
10280         emacs-version variable.  Make the function obsolete.
10281         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10282         Emerge options, rather than merging in into the main Options menu.
10283         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10284         and auto advance modes.  Disable edit/fast items when not relevant.
10286 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10288         * term/vt420.el (terminal-init-vt420): Fix typo.
10290 2009-07-20  Sam Steingold  <sds@gnu.org>
10292         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10293         variable (removed from compile.el on 2004-03-11).
10295 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10297         * files.el (hack-local-variables-filter): Fix last change.
10299 2009-07-19  Juri Linkov  <juri@jurta.org>
10301         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10302         (dir-local-variables-alist): New buffer-local variable.
10303         (hack-local-variables-filter): If variable is not dir-local,
10304         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10305         because file-local overrides dir-local.
10306         (c-postprocess-file-styles) <declare-function>:
10307         Remove obsolete declaration.
10308         (hack-dir-local-variables): Add dir-local variable/value pair to
10309         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10311         * help-fns.el (describe-variable): Add information about
10312         file-local and dir-local variables.
10314 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10316         * files.el (hack-local-variables-filter): Rewrite.
10318 2009-07-19  Glenn Morris  <rgm@gnu.org>
10320         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10321         Silence compiler by only defining on XEmacs.
10323         * international/mule.el (auto-coding-regexp-alist): Only match
10324         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10326         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10327         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10328         (cal-menu-context-mouse-menu): Doc fix.
10330         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10332         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10334 2009-07-18  Juri Linkov  <juri@jurta.org>
10336         * info.el: Virtual Info keyword finder.
10337         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10338         (Info-finder-file): New variable.
10339         (Info-finder-find-file): New function.
10340         (finder-known-keywords, finder-package-info)
10341         (find-library-name, lm-commentary): Use defvar and
10342         declare-function to silence compiler warnings.
10343         (Info-finder-find-node): New function.
10344         (info-finder): New command.
10346         * subr.el (process-kill-buffer-query-function): New function.
10347         (add-hook)<kill-buffer-query-functions>: Add hook
10348         `process-kill-buffer-query-function'.
10350 2009-07-18  Alan Mackenzie  <acm@muc.de>
10352         * progmodes/cc-mode.el (c-before-hack-hook)
10353         (c-postprocess-file-styles): Give invocation of `c-set-style'
10354         DONT-OVERRIDE parameter of t.  Already set style variables will
10355         thus not be overridden by style settings given by `c-file-syle'.
10357         * files.el (hack-local-variables-filter): Remove entries with
10358         duplicate keys from `file-local-variables-alist'.
10360 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10362         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10363         x-set-selection if display-selections-p returns nil for the
10364         current frame.
10366 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10368         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10370 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10372         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10373         Accept nil in addition to a regexp.
10374         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10375         Accept nil in addition to a regexp.
10376         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10377         buffers that have an associated file.  Handle nil values of
10378         desktop-buffers-not-to-save and desktop-files-not-to-save.
10379         (Bug#3833)
10381         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10382         (x-disown-selection-internal): New functions.
10384 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10386         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10387         warning.
10388         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10389         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10391 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10393         * simple.el (set-mark): Revert last change.
10395 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10397         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10398         rendering of pngs is not possible instead of messaging a long
10399         description.
10401 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10403         * w32-fns.el (x-selection-owner-p): New function.
10405         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10406         (mouse-yank-at-click, mouse-yank-primary): If
10407         select-active-regions is non-nil, deactivate the mark before
10408         insertion.
10410         * simple.el (deactivate-mark, set-mark): Only save selection if we
10411         own it.
10413 2009-07-17  Kenichi Handa  <handa@m17n.org>
10415         * case-table.el (describe-buffer-case-table): Fix for the case
10416         that KEY is a cons.
10418 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10420         * vc-rcs.el (vc-rcs-find-file-hook):
10421         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10423 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10425         * net/tramp.el (tramp-wait-for-output): Handle the case when
10426         commands do not return a newline but a null byte before the shell
10427         prompt.  (Bug#3858)
10429 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10431         * term/ns-win.el (ns-set-alpha): Don't declare.
10432         (ns-set-background-alpha): Remove function.
10434 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10436         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10437         y-or-n-p, for safety.
10439 2009-07-16  Richard Stallman  <rms@gnu.org>
10441         * files.el (auto-save-mode): If buffer-saved-size is -2,
10442         don't clobber it.
10444         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10445         (rmail-retry-ignored-headers): Add more uninteresting fields.
10447 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10449         * net/rcirc.el (rcirc): Use history variables.
10450         (rcirc-server-name-history, rcirc-nick-name-history)
10451         (rcirc-server-port-history): New variables.
10453 2009-07-15  Kenichi Handa  <handa@m17n.org>
10455         * international/mule-cmds.el (set-language-environment-charset):
10456         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10457         ignore them.
10459         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10460         Delete unibyte-display.
10462 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10464         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10466 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10468         * simple.el (deactivate-mark): Optional argument FORCE.
10469         (set-mark): Use deactivate-mark.
10471         * info.el (Info-search): No need to check transient-mark-mode
10472         before calling deactivate-mark.
10474         * select.el (x-set-selection): Doc fix.
10475         (x-valid-simple-selection-p): Allow buffer values.
10476         (xselect--selection-bounds): Handle buffer values.  Suggested by
10477         David De La Harpe Golden.
10479         * mouse.el (mouse-set-region, mouse-drag-track): Call
10480         copy-region-as-kill before setting the mark, to let
10481         select-active-regions work.
10483 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10485         * simple.el (deactivate-mark): If select-active-regions is
10486         non-nil, copy the selection data into a string.
10487         (activate-mark): If select-active-regions is non-nil, set the
10488         selection to the current buffer.
10489         (set-mark): Update selection if select-active-regions is non-nil.
10491         * select.el (x-valid-simple-selection-p): Allow buffer values.
10493 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10495         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10496         and more featureful message-mode.
10498 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10500         * select.el (x-set-selection): Doc fix.
10501         (x-valid-simple-selection-p): Disallow selection data consisting
10502         of a list or cons of integers, since that is not used.
10503         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10504         (xselect-convert-to-string, xselect-convert-to-length)
10505         (xselect-convert-to-filename, xselect-convert-to-charpos)
10506         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10508 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10510         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10511         output in -break-info command (Emacs bug #3794).
10513 2009-07-14  Glenn Morris  <rgm@gnu.org>
10515         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10516         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10517         (edebug-print-length, edebug-print-level, edebug-print-circle)
10518         (edebug-sit-for-seconds, edebug-view-outside)
10519         (edebug-bounce-point, edebug-set-global-break-condition)
10520         (edebug-Go-nonstop-mode, edebug-trace-mode)
10521         (edebug-Trace-fast-mode, edebug-continue-mode)
10522         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10523         (edebug-visit-eval-list): Doc fixes.
10525         * subr.el (def-edebug-spec): Doc fix.
10527 2009-07-14  Kenichi Handa  <handa@m17n.org>
10529         * international/characters.el: Fix setting of category ?C.
10531 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10533         * term/ns-win.el (x-select-font): defalias x-select-font to
10534         ns-popup-font-panel instead of generate-fontset-menu.
10536 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10538         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10540 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10542         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10543         the PK\003\004 header (Bug#3770).
10545 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10547         * pcomplete.el (pcomplete-comint-setup): Check for
10548         shell-dynamic-complete-filename too.
10550 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10552         * simple.el (temporary-goal-column): Change the value for
10553         line-move-visual to a cons cell.
10554         (line-move-visual): Record or set the window hscroll, if
10555         necessary (Bug#3494).
10556         (line-move-1): Handle cons value of temporary-goal-column.
10558 2009-07-11  Kenichi Handa  <handa@m17n.org>
10560         * international/mule-diag.el (describe-character-set): Don't show
10561         width.
10563 2009-07-10  Sam Steingold  <sds@gnu.org>
10565         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10566         Omake sometimes indents the errors it prints, so allow all
10567         regexps to start with spaces.
10569 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10571         * cus-edit.el (customize-changed-options-previous-release):
10572         Bump value to 22.1.  (Bug#3804)
10574 2009-07-08  Sam Steingold  <sds@gnu.org>
10576         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10577         to be a cons cell (test . ignored-directory) to selectively ignore
10578         some directories depending on the location of the search.
10580 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10582         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10583         remote user is root, on the local host.
10584         (tramp-local-host-p): Either the local user or the remote user
10585         must be root.  (Bug#3771)
10587 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10589         * progmodes/gdb-mi.el (gdb): Remove description of
10590         gdb-use-separate-io-buffer.
10591         (menu): Don't allow toggling of or enable
10592         gdb-use-separate-io-buffer from menubar.
10594 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10596         * mail/unrmail.el (unrmail): Make sure the message ends with two
10597         newlines (Bug#3769).
10599 2009-07-08  Glenn Morris  <rgm@gnu.org>
10601         * calendar/calendar.el (calendar-current-date): Rework previous change.
10603 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10605         * calendar/calendar.el (calendar-current-date):
10606         Add an optional argument giving an offset from today.
10608 2009-07-08  Glenn Morris  <rgm@gnu.org>
10610         * tutorial.el (tutorial--describe-nonstandard-key):
10611         Adjust the message for when a key has been unbound.
10612         (help-with-tutorial): Hide the arch-tag.
10614 2009-07-08  Kenichi Handa  <handa@m17n.org>
10616         * international/fontset.el (setup-default-fontset): For each
10617         script, append (not set) font-specs.
10619         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10620         docstring.
10622 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10624         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10625         -data-list-register-names to ...
10626         (gdb-starting): ... here because GDB 7.0 requires execution to
10627         have started when using this MI command.
10628         (gdb-set-header): New function to distinguish select and
10629         unselected tabs in gdb buffers.
10630         (gdb-propertize-header): New macro that uses gdb-set-header.
10631         (gdb-breakpoints-header, gdb-locals-header): Use it.
10632         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10634 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10636         * Makefile.in (ELCFILES): Remove fadr.elc.
10638 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10640         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10641         may contain frame information, so `string-match' should be used.
10642         (gdb-update): Disassembly is invalidated through
10643         `gdb-get-selected-frame'.
10644         (gdb-pad-string): New function to pad string with spaces.
10645         (gdb-invalidate-disassembly): Invalidate only if the buffer
10646         exists.
10647         (gdb-disassembly-handler-custom): Column alignment.
10648         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10649         placing new ones.
10650         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10651         end of line, too.
10652         (gdb-frame-handler): Match convention to for disassembly buffer
10653         mode name.
10654         (gdb-stack-list-frames-handler): Rewritten without regexps.
10655         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10656         not highlight breakpoints without line information.
10657         (gdb-input): Add trailing newline to command.
10659         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10660         buffer properly.
10661         (gdb-breakpoints-list-handler-custom): Replacement for
10662         `gdb-break-list-handler'.  Using real parser instead of regexps
10663         now.
10664         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10665         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10666         to place breakpoints.
10667         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10668         functions.
10669         (gdb-disassembly-handler-custom): Show overlay arrow.
10670         (gdb-disassembly-place-breakpoints): Show breakpoints in
10671         disassembly buffer.
10672         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10673         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10674         instead of parsing breakpoints buffer.  Fixed old menu references
10675         in `gud-menu-map'.
10677         * fadr.el: Remove.
10679         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10680         (gdb-memory-address): New variable which holds top address of
10681         memory page shown in memory buffer.
10682         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10683         customization variables.
10684         New functions:
10685         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10686         display the memory buffer.
10687         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10688         buffer display parameters.
10689         (def-gdb-memory-format, gdb-memory-format-binary)
10690         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10691         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10692         Functions for setting memory buffer format.
10693         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10694         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10695         unit size used in memory buffer.
10696         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10697         to next/previous page of memory buffer.
10698         Now using (bindat-get-field) instead of fadr functions.
10700 2009-07-07  Sam Steingold  <sds@gnu.org>
10702         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10703         non-top-level files.
10705 2009-07-07  Kenichi Handa  <handa@m17n.org>
10707         * international/mule-cmds.el (reset-language-environment): Put
10708         the highset priority to the charset iso-8859-1.
10710 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10712         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10713         to the end of the line when locating the block (Bug#700).
10715 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10717         * net/tramp.el (tramp-handle-write-region): Flush file properties
10718         in case of short track.
10720 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10722         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10723         Coded custom representation of verilog error regular expressions
10724         to work with Emacs-22's new format.
10725         (verilog-error-regexp-xemacs-alist): Coded custom representation
10726         of verilog error regular expressions to work with XEmacs format.
10727         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10728         error recognition into XEmacs.
10729         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10730         error recognition into Emacs-22.
10732 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10734         * woman.el: Remove stand-alone closing parentheses.
10735         (woman-file-name, woman2-format-paragraphs)
10736         (woman-leave-blank-lines): Code cleanup.
10737         (woman-use-own-frame): Change default to nil.
10738         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10739         defaults to inherit from default faces.
10740         (woman2-process-escapes): Consume the newline after a stand-alone
10741         filler character (Bug#3651).
10743 2009-07-06  Glenn Morris  <rgm@gnu.org>
10745         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10746         (top-level): Move provide to the end.
10747         (ffap): Remove defunct URL from custom group.
10749         * subr.el (eval-after-load): Doc fix.
10751 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10753         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10754         `calc-embedded-word' is called twice.
10756 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10758         * files.el (find-alternate-file-other-window, find-alternate-file):
10759         Obey confirm-nonexistent-file-or-buffer.
10761 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10763         * dired-aux.el (dired-show-file-type): Handle remote files.
10765 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10767         * desktop.el (desktop-globals-to-save):
10768         Add file-name-history (Bug#2750).
10770 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10772         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10774 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10776         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10777         property on entire argument since this is what eshell-lisp-command
10778         expects.
10780 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10782         * net/tramp-gvfs.el (tramp-gvfs-methods)
10783         (tramp-gvfs-zeroconf-domain)
10784         (tramp-bluez-discover-devices-timeout): Add version flag.
10785         (tramp-gvfs-handler-mounted-unmounted)
10786         (tramp-gvfs-connection-mounted-p): Polish handling of
10787         incompatibilities between GVFS 0.2 and 1.0.
10789 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10791         * cus-start.el (all): Add make-pointer-invisible.
10793 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10795         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10796         formatted correctly.
10798 2009-07-02  Juri Linkov  <juri@jurta.org>
10800         * info.el: Virtual Info files and nodes.
10801         (Info-virtual-files, Info-virtual-nodes): New variables.
10802         (Info-current-node-virtual): New variable.
10803         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10804         New functions.
10805         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10806         to check for a virtual file instead of checking a fixed list
10807         of node names.
10808         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10809         instead of ad-hoc processing of "dir" and (apropos history toc).
10810         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10811         instead of ad-hoc processing of "dir" and (apropos history toc).
10812         Reread a file when moving from a virtual node.
10813         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10814         (Info-directory-toc-nodes, Info-directory-find-file)
10815         (Info-directory-find-node): New functions.
10816         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10817         (Info-history): Move part of code to
10818         `Info-history-find-node'.
10819         (Info-history-toc-nodes, Info-history-find-file)
10820         (Info-history-find-node): New functions.
10821         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10822         (Info-toc): Move part of code to `Info-toc-find-node'.
10823         (Info-toc-find-node): New function.
10824         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10825         the current Info file name to references because now the node
10826         "*TOC*" belongs to the same Info manual.
10827         (Info-toc-build): Rename from `Info-build-toc'.
10828         (Info-toc-nodes): Rename input argument `file' to `filename'.
10829         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10830         instead of ad-hoc processing of ("dir" apropos history toc).
10831         (Info-index-nodes): Use Info-virtual-file-p
10832         to check for a virtual file instead of checking a fixed list
10833         of node names.
10834         (Info-index-node): Add check for `Info-current-node-virtual'.
10835         Raise `save-match-data' higher up the tree to contain
10836         `search-forward' too (bug fix).
10837         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10838         (Info-virtual-index-nodes): New variable.
10839         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10840         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10841         (Info-apropos-file, Info-apropos-nodes): New variables.
10842         (Info-apropos-toc-nodes, Info-apropos-find-file)
10843         (Info-apropos-find-node, Info-apropos-matches): New functions.
10844         (info-apropos): Move part of code to `Info-apropos-find-node' and
10845         `Info-apropos-matches'.
10846         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10847         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10848         for a virtual file instead of checking a fixed list of node names.
10850         * simple.el (async-shell-command): New command.
10852         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10854         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10855         instead of `mount-info'.
10857 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10859         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10860         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10862 2009-07-02  Kenichi Handa  <handa@m17n.org>
10864         * international/mule.el (set-keyboard-coding-system): Force *-unix
10865         coding-system to avoid eol conversion.
10867 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10869         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10870         Add handler for `process-file', `shell-command' and
10871         `start-file-process'.
10872         (tramp-gvfs-handle-shell-command)
10873         (tramp-gvfs-handle-start-file-process)
10874         (tramp-gvfs-handle-process-file): New defuns.
10875         (tramp-synce-list-devices): Simplify check for existence of property.
10877 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10879         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10881 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10883         * language/korean.el (set-language-info-alist): Add korean-cp949,
10884         cp949 to spec.
10886 2009-07-01  Kenichi Handa  <handa@m17n.org>
10888         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10890         * international/encoded-kb.el: Deleted.
10892         * international/mule.el (set-keyboard-coding-system): Perform the
10893         necessary setup here instead of calling encoded-kbd-setup-display.
10895 2009-07-01  Glenn Morris  <rgm@gnu.org>
10897         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10899 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10901         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10903 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10905         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10906         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10907         (tramp-default-file-modes): Remove execute permissions.
10909         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10910         (top): Add a default for "synce" in `tramp-default-user-alist'.
10911         Add completion function for "synce" method.
10912         (tramp-hal-service, tramp-hal-path-manager)
10913         (tramp-hal-interface-manager, tramp-hal-interface-device):
10914         New defconst.
10915         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10916         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10917         New defuns.
10919         * net/trampver.el: Update release number.
10921 2009-06-30  Kenichi Handa  <handa@m17n.org>
10923         * international/fontset.el (setup-default-fontset): Add CJK fonts
10924         for symbols and the other miscellaneous characters.
10926         * language/korea-util.el (setup-korean-environment-internal):
10927         Make char-width-table suitable for Korean environments.
10928         (exit-korean-environment): Cancel above.
10930         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10931         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10932         setup-function to make char-width-table suitable for respective
10933         environments, and an exit-function to cancel that.
10935         * language/japan-util.el (setup-japanese-environment-internal):
10936         Call use-cjk-char-width-table with arg `ja_JP'.
10938         * international/characters.el (cjk-char-width-table): Delete it.
10939         (cjk-char-width-table-list): New variable.
10940         (use-cjk-char-width-table): New arg local-name.
10941         (use-default-char-width-table): Fix for the case that Emacs is
10942         already using the default char-width-table.
10944 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10946         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10947         modes mandatory.  (Bug#3712)
10949 2009-06-29  Alan Mackenzie  <acm@muc.de>
10951         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10952         correction between the visible width of TABs and their number of bytes.
10954 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10956         * server.el (server-buffer-done): Prevent kill-buffer from
10957         prompting by clearing the buffer modification flag (Bug#3696).
10959 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10961         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10962         (verilog-endcomment-reason-re): Support unique case and priority case.
10963         (verilog-basic-complete-re): Support localparam lineup.
10964         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10965         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10966         commenting.
10967         (verilog-leap-to-case-head): Now support *nested* unique &
10968         priority case statements.
10969         (verilog-auto-lineup): Make just declarations the default (as it
10970         had been).
10971         (verilog-leap-to-case-head): Support priority/unique case statements.
10972         (verilog-auto-lineup): Rework to give users radio buttons to
10973         select the various styles of automatic lineup.
10974         (verilog-error-regexp-alist): Rework to support the XEmacs style
10975         of error regular expressions from compilers, lint tools &
10976         simulators.  Note that GNU Emacs has made it impossible for a mode
10977         to load such things.
10978         (electric-verilog-terminate-line, verilog-indent-declaration)
10979         (verilog-auto-wiure): Rework for radio button selection of
10980         auto-lineup selection of specification of auto lineup.
10981         (verilog-beg-of-statement-1): Redesign to support proper operation
10982         in additional code, based on testing with auto-lineup.
10983         (verilog-calculate-indent, assignments & declarations)
10984         (verilog-backward-token): Enhance to support auto-lineup of
10985         assignments & declarations.
10986         (verilog-in-directive-p, verilog-at-struct-p): New function for
10987         easy test of whether we are.
10988         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10989         to support safe execution at almost anyline.
10990         (verilog-calc-1): Properly support indenting deep inside generate
10991         blocks.
10992         (verilog-init-font): Remove definition & use of verilog-init-font,
10993         as it is redundant with font-lock-defaults.
10994         (verilog-mode): Alter the definition of verilog-font-lock-defaults
10995         to avoid circular calls if syntax-ppss is a function (as is the
10996         case now in 22.x GNU Emacs) as that function would sometimes call
10997         itself, leading to (nearly) infinite recursion.
10998         (verilog-ovm-begin-re, verilog-ovm-end-re)
10999         (verilog-ovm-statement-re, verilog-leap-to-head)
11000         (verilog-backward-token): Add support for OVM macros.  Some are
11001         complete statements, and others open and close scopes like begin
11002         and end.
11003         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11004         (verilog-defun-level-generate-only-re): Really fix the defun-list
11005         compilation issue.
11006         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11007         coverpoint, constraint and cross statements.
11008         (verilog-defun-level-list, verilog-generate-defun-level-list)
11009         (verilog-all-defun-level-list): Redo these specifications - it is
11010         too hard to support eval-when compile aggregation of lists also
11011         built at when-compile time.
11012         (verilog-defun-level-list): Place defconsts of variables used in
11013         building regular expressions which are built in eval-when-compile
11014         bodies in the same eval-when-compile body to facilitate compile
11015         without load.
11016         (verilog-beg-block-re-ordered): Support indenting
11017         virtual/protected tasks and functions.
11018         (verilog-defun-level-list, verilog-in-generate-region-p)
11019         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11020         indentation of some module items (generate items).
11021         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11022         across virtual/protected tasks and functions.
11024 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11026         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11027         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11028         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11029         in concatenations.  Reported by Yishay Belkind.
11030         (verilog-auto-ascii-enum): Support one-hot state machines in
11031         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11032         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11033         modport in AUTOINST and add vl-modport for users.  Reported by
11034         David Rogoff.
11035         (verilog-auto-inout-module, verilog-auto-inst)
11036         (verilog-decls-get-interfaces, verilog-insert-definition)
11037         (verilog-insert-one-definition, verilog-read-decls)
11038         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11039         (verilog-sig-modport, verilog-signals-combine-bus)
11040         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11041         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11042         Suggested by David Rogoff.
11043         (verilog-repair-open-comma): Fix non-insertion of comma when
11044         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11045         (verilog-make-width-expression): Simplify [A-1:0] expression
11046         widths to just {A{1'b0}}.
11047         (verilog-mode): Cleanup checkdoc warnings.
11048         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11049         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11050         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11051         (next-error-last-buffer): Fix byte-compiler warning.
11052         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11053         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11054         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11055         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11056         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11057         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11058         in AUTOINOUT.  Reported by Matthew Lovell.
11059         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11060         causing use of <= assignments.  Reported by Alex Reed.
11061         (verilog-read-decls): Fix triand, trior, wand, wor to be
11062         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11063         (verilog-extended-complete-re): Support import "DPI-C" functions.
11064         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11065         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11066         (verilog-insert-date, verilog-insert-year)
11067         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11068         Windows systems.  Reported by Michael Potts.
11069         (verilog-read-module-name): Fix AUTOINST when the child module
11070         declaration's name is a tick define.  Reported by Elliot Mednick.
11071         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11072         passed to next parameter's definition.  Reported by Bruce T.
11073         (verilog-read-decls): Fix detecting "parameter int" when using
11074         AUTOINSTPARAM.  Reported by Bruce T.
11075         (verilog-goto-defun): Fix goto not finding modules unless first
11076         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11077         (verilog-mode): Expand -f flag arguments on entry to mode so
11078         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11079         (verilog-getopt): Expand environment variables in -f file
11080         arguments.  Suggested by Lawrence Butcher.
11081         (verilog-set-define): Fix "Symbol's value as variable is void"
11082         when reading enumerations.
11083         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11084         Suggested by Stephen Peltan.
11085         (verilog-read-defines): Fix reading of enumerations in include
11086         files.  Reported by Steve Peltan.
11088 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11090         * files.el (trash-directory): Fix defcustom type.
11092 2009-06-28  Juri Linkov  <juri@jurta.org>
11094         * help-fns.el (describe-function-1): Correctly locate adviced
11095         functions in hyperlink (Bug#2438).
11097 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11099         * files.el (trash-directory): Change default to nil.
11100         (move-file-to-trash): If trash-directory is nil and
11101         system-move-file-to-trash is unbound, perform freedesktop-style
11102         trashing.
11104 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11106         * files.el (move-file-to-trash): Add freedesktop trash
11107         support (Bug#973).
11109 2009-06-28  Glenn Morris  <rgm@gnu.org>
11111         * autorevert.el (global-auto-revert-non-file-buffers)
11112         (global-auto-revert-mode): Doc fixes.
11114 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11116         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11118 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11120         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11121         opened an X connection before calling x-get-resource (Bug#3194).
11123         * play/doctor.el: Remove reference to obsolete website.
11124         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11126 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11128         Remove find-file-not-found-hook VC method.  (Bug#2757)
11129         * vc-hooks.el (vc-file-not-found-hook)
11130         (vc-default-find-file-not-found-hook): Remove functions.
11131         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11132         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11133         * vc.el:
11134         * vc-hg.el:
11135         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11137 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11139         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11140         compatibility function for `looking-back'.
11142         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11143         Use `ispell-looking-back'.
11145 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11147         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11148         rather than `filename'.
11150 2009-06-23  Miles Bader  <miles@gnu.org>
11152         * face-remap.el (text-scale-set): New function.
11154 2009-06-23  Glenn Morris  <rgm@gnu.org>
11156         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11158         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11160         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11162         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11164         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11165         Simplify Persian conditionals.
11167         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11168         variable `filename'.
11170         * comint.el (comint-insert-input): Doc fix.
11172         * Makefile.in (ELCFILES): Fix typo in previous change.
11174 2009-06-23  Miles Bader  <miles@gnu.org>
11176         * cus-start.el: Add entry for `recenter-redisplay'.
11178 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11180         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11181         Add an optional argument for the backend, use it instead of
11182         calling vc-backend.
11183         (vc-mode-line): Add an optional argument for the backend.
11184         Pass the backend to vc-state and vc-working-revision.  Move code for
11185         special handling for vc-state being a buffer to ...
11187         * vc-rcs.el (vc-rcs-find-file-hook):
11188         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11190         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11191         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11192         vc-stay-local-p and vc-mode-line calls.
11194         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11195         (vc-cvs-diff, vc-cvs-annotate-command)
11196         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11197         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11198         vc-mode-line calls.
11200         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11201         direct comparison.
11202         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11203         backend when calling vc-mode-line.
11204         (vc-register): Do not create a closure for calling the vc register
11205         function, call it directly.
11207 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11209         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11210         to make it obvious item can be clicked.
11212         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11214 2009-06-23  Kenichi Handa  <handa@m17n.org>
11216         * language/korea-util.el (korean-key-bindings): Change the binding
11217         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11218         same command.
11220 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11222         Sync with Tramp 2.1.16.
11224         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11226         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11227         when a loading of a package fails.  Completion function for rsync
11228         is `tramp-completion-function-alist-ssh'.
11229         (all): Replace all calls of `split-string' and
11230         `tramp-split-string' by `tramp-compat-split-string'.
11231         (tramp-default-method): Use `tramp-compat-process-running-p'.
11232         (tramp-default-proxies-alist): Allow also Lisp forms.
11233         (tramp-remote-path): Add choice "Private Directories".
11234         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11235         (tramp-domain-regexp): Allow also "-", "_" and ".".
11236         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11237         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11238         (tramp-debug-message): Insert header line in debug buffer.
11239         (tramp-handle-directory-files-and-attributes-with-stat):
11240         Care about filenames with spaces, or starting with "-".
11241         (tramp-handle-dired-uncache): New defun.
11242         (tramp-handle-insert-directory): Don't flush the directory from
11243         cache, this is handled by `dired-uncache' now.
11244         (tramp-handle-insert-file-contents): Improve error handling.
11245         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11246         Quote `tramp-end-of-output'.
11247         (tramp-action-password): Improve trace message.
11248         (tramp-check-for-regexp): Both echoes must be present, before removing.
11249         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11250         (tramp-compute-multi-hops): Eval cons cells of
11251         `tramp-default-proxies-alist'.
11252         (tramp-maybe-open-connection): Use the same command pattern for
11253         first hop and further hops.
11254         (tramp-wait-for-output): Remove handling of newlines.
11255         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11256         (tramp-split-string): Remove function.  It is handled in
11257         tramp-compat now.
11259         * net/tramp-cmds.el (tramp-bug):
11260         Recommend `tramp-cleanup-all-connections' in the bug mail.
11262         * net/tramp-compat.el (tramp-compat-split-string)
11263         (tramp-compat-process-running-p): New defuns.
11265         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11266         for `dired-uncache'.
11268         * net/tramp-gvfs.el: New package.
11270         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11271         Add handler for `dired-uncache'.
11272         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11274         * net/trampver.el: Update release number.  Make version check fit
11275         for SXEmacs 22.
11277 2009-06-22  Jim Meyering  <meyering@redhat.com>
11279         Automatically handle .xz suffix (XZ-compressed files), too.
11280         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11281         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11283 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11284             Nick Roberts  <nickrob@snap.net.nz>
11286         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11287         repository (http://sphinx.net.ru/hg/gdb-mi/).
11289 2009-06-22  Glenn Morris  <rgm@gnu.org>
11291         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11292         `mode' and `eval' entries.  (Bug#3430)
11294         * Makefile.in (ELCFILES): Add fadr.elc.
11296         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11297         differing behavior of \n and ^ in strings.  (Bug#3385)
11299         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11301         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11302         property.
11303         (lisp-indent-function): Make it a defcustom.
11305 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11307         * progmodes/gdb-ui.el: Replace with ...
11308         * progmodes/gdb-mi.el: ... this file.
11309         * progmodes/gud.el: Modify for gdb-mi.el.
11311 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11313         * fadr.el: New file.
11315 See ChangeLog.14 for earlier changes.
11317 ;; Local Variables:
11318 ;; coding: utf-8
11319 ;; End:
11321     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11323   This file is part of GNU Emacs.
11325   GNU Emacs is free software: you can redistribute it and/or modify
11326   it under the terms of the GNU General Public License as published by
11327   the Free Software Foundation, either version 3 of the License, or
11328   (at your option) any later version.
11330   GNU Emacs is distributed in the hope that it will be useful,
11331   but WITHOUT ANY WARRANTY; without even the implied warranty of
11332   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11333   GNU General Public License for more details.
11335   You should have received a copy of the GNU General Public License
11336   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11338 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1