Bump version to 23.2.
[emacs.git] / lisp / ChangeLog
blob99bbf884752f3e892d04ac970cd02bab134dd463
1 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
3         * Version 23.2 released.
5 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
7         * international/mule.el (auto-coding-alist):  Only purecopy
8         car of each item, not the whole list (Bug#6083).
10 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
12         * progmodes/js.el (js-mode): Make paragraph variables local before
13         calling c-setup-paragraph-variables (Bug#6071).
15 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
17         * composite.el (compose-region, reference-point-alist): Fix typos
18         in the doc strings.
20 2010-04-28  Alexander Klimov <alserkli@inbox.ru> (tiny change)
22         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
23         gnuplot's "set" command.
25 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
27         * abbrev.el (last-abbrev-text): Doc fix.
28         (abbrev-prefix-mark): Don't escape parenthesis.
30 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
32         * composite.el (find-composition): Doc fix.
34 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
36         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
37         (sql-oracle-program, sql-sqlite-options)
38         (sql-query-placeholders-and-send): Doc fixes.
39         (sql-set-product, sql-interactive-mode): Reflow docstrings.
40         (sql-imenu-generic-expression, sql-buffer)
41         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
42         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
43         (sql-mode-sybase-font-lock-keywords)
44         (sql-mode-informix-font-lock-keywords)
45         (sql-mode-interbase-font-lock-keywords)
46         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
47         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
48         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
49         (sql-product-feature, sql-highlight-product)
50         (comint-line-beginning-position, sql-rename-buffer)
51         (sql-toggle-pop-to-buffer-after-send-region)
52         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
53         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
54         Fix typos in docstrings.
56 2010-04-23  Juri Linkov  <juri@jurta.org>
58         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
59         property instead of `invisible' and `after-string' (bug#5998).
61 2010-04-23  Juri Linkov  <juri@jurta.org>
63         * image-mode.el (image-mode-as-text): Fix typo in docstring.
65 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
67         * filecache.el (file-cache-add-directory-list)
68         (file-cache-add-directory-recursively): Fix typos in docstrings.
70 2010-04-22  Kenichi Handa  <handa@m17n.org>
72         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
73         (gujarati-composable-pattern): Fix typo.
75 2010-04-20  Kenichi Handa  <handa@m17n.org>
77         * language/indian.el (oriya-composable-pattern)
78         (tamil-composable-pattern, malayalam-composable-pattern): Add
79         two-part vowels to "v" (vowel sign).
81 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
83         * files.el (copy-directory): Handle symlinks (Bug#5982).
85         * progmodes/compile.el (compilation-next-error-function): Revert
86         2009-10-12 change (Bug#5983).
88 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
90         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
91         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
92         (Bug#5846).
94 2010-04-20  Glenn Morris  <rgm@gnu.org>
96         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
98         * minibuffer.el (completion-at-point): Doc fix.
100 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
102         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
103         destroy list before using it.
105 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
107         Fix the version number for added files.
108         * vc-hg.el (vc-hg-working-revision): Check if the file is
109         registered after hg parent fails (Bug#5961).
111 2010-04-17  Glenn Morris  <rgm@gnu.org>
113         * htmlfontify.el (htmlfontify-buffer)
114         (htmlfontify-copy-and-link-dir): Autoload entry points.
116 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
118         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
119         name relative to the project root (Bug#5960).
121 2010-04-16  Glenn Morris  <rgm@gnu.org>
123         * vc-git.el (vc-git-print-log): Doc fix.
125 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
127         * ido.el (ido-file-internal): Fix 2009-12-02 change.
129 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
131         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
132         default settings (Bug#5928).
134 2010-04-10  Glenn Morris  <rgm@gnu.org>
136         * progmodes/fortran.el (fortran-match-and-skip-declaration):
137         New function.
138         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
140 2010-04-07  Kenichi Handa  <handa@m17n.org>
142         * language/indian.el (malayalam-composable-pattern): Fix previous
143         change (add U+0D4D "SIGN VIRAMA").
144         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
145         (tamil-composable-pattern): Fix typo in the regexp.
146         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
147         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
148         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
150 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
152         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
153         paragraph-separate (Bug#5821).
155 2010-04-05  Juri Linkov  <juri@jurta.org>
157         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
159         * info.el (Info-find-node-2): Comment out code that skips
160         breadcrumbs line.
161         (Info-mouse-follow-link): New command.
162         (Info-link-keymap): New keymap.
163         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
164         Return a string with links instead of inserting breadcrumbs
165         to the Info buffer.
166         (Info-fontify-node): Comment out code that inserts breadcrumbs.
167         Instead of putting the `invisible' text property over the Info
168         header, make an overlay over the Info header with the `invisible'
169         property and `after-string' set to the string returned by
170         `Info-breadcrumbs'.
172 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
174         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
175         Reported by monkey@sandpframing.com.
177 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
179         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
180         (semantic-create-imenu-directory-index): Fix typos in docstrings.
181         (semantic-imenu-goto-function): Reflow docstring.
183 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
185         * textmodes/artist.el (artist-mode): Fix typo in docstring.
186         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
188 2010-03-30  Kenichi Handa  <handa@m17n.org>
190         * language/sinhala.el (composition-function-table): Fix regexp for
191         the new Unicode specification.
193         * language/indian.el (devanagari-composable-pattern)
194         (tamil-composable-pattern, kannada-composable-pattern)
195         (malayalam-composable-pattern): Adjust for the new Unicode
196         specification.
197         (bengali-composable-pattern, gurmukhi-composable-pattern)
198         (gujarati-composable-pattern, oriya-composable-pattern)
199         (telugu-composable-pattern): New variables to cope with the new
200         Unicode specification.  Use them in composition-function-table.
202 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
204         Make tmm-menubar work for the Buffers menu again (bug#5726).
205         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
206         vectors rather than cons cells, as used in menu-bar-update-buffers.
208 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
210         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
211         (js-insert-and-indent): Revert 2009-08-15 change, restoring
212         electric punctuation for "{}();,:" (Bug#5586).
214         * mail/sendmail.el (mail-default-directory): Doc fix.
216 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
218         * mail/sendmail.el (mail-default-directory): Doc fix.
220 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
222         * subr.el (version-regexp-alist, version-to-list)
223         (version-list-<, version-list-=, version-list-<=)
224         (version-list-not-zero, version<, version<=, version=): Doc fix.
225         (Bug#5744).
227 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
228             Nick Roberts  <nickrob@snap.net.nz>
230         * progmodes/gdb-ui.el (gdb-apple-test): New function.
231         (gdb-init-1): Use it.
233 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
235         * vc.el (vc-root-diff): Doc fix.
237 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
239         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
241         * simple.el (append-to-buffer): Fix last change.
243 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
245         * simple.el (append-to-buffer): Ensure that point is preserved if
246         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
247         (Bug#5749)
249 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
251         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
252         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
253         not be present any more.
255 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
257         * faces.el (set-face-attribute): Fix typo in docstring.
258         (face-valid-attribute-values): Reflow docstring.
260         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
262 2010-03-23  Glenn Morris  <rgm@gnu.org>
264         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
266 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
268         * indent.el (indent-for-tab-command): Doc fix.
270 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
272         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
273         (image-dired-read-comment): Doc fix.
275         * json.el (json-object-type, json-array-type, json-key-type)
276         (json-false, json-null, json-read-number):
277         * minibuffer.el (completion-in-region-functions):
278         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
279         (cal-tex-cursor-week):
280         * emacs-lisp/trace.el (trace-function):
281         * eshell/em-basic.el (eshell/printnl):
282         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
283         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
284         * obsolete/levents.el (allocate-event, event-key, event-object)
285         (event-point, event-process, event-timestamp, event-to-character)
286         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
287         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
288         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
289         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
290         (reftex-highlight-selection): Fix typos in docstrings.
292 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
294         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
296 2010-03-18  Glenn Morris  <rgm@gnu.org>
298         * mail/rmail.el (rmail-highlight-face): Restore option deleted
299         2008-02-13 without comment; mark it obsolete.
300         (rmail-highlight-headers): Use rmail-highlight-face once more.
302 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
304         * woman.el (woman2-process-escapes): Only consume the newline if
305         the filler character is on a line by itself (Bug#5729).
307 2010-03-16  Kenichi Handa  <handa@m17n.org>
309         * language/indian.el (devanagari-composable-pattern): Add more
310         consonants.
312 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
314         * net/trampver.el: Update release number.
316 2010-03-13  Glenn Morris  <rgm@gnu.org>
318         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
320 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
322         * net/tramp.el (tramp-find-executable):
323         Use `tramp-get-connection-buffer'.  Make the regexp for checking
324         output of "wc -l" more robust.
325         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
326         (tramp-open-connection-setup-interactive-shell): Remove workaround
327         for OpenSolaris bug, it is not needed anymore.
329 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
331         * cedet/semantic/imenu.el: New file, from the CEDET repository
332         (Bug#5412).
334 2010-03-12  Glenn Morris  <rgm@gnu.org>
336         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
338 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
340         * files.el (auto-mode-alist): Accept more verilog file patterns.
342 2010-03-09  Miles Bader  <miles@gnu.org>>
344         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
345         instead of "format:"; this ensures that the output is
346         newline-terminated.
348 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
350         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
351         that all errors are caught, and that the return value is always a
352         list (Bug#5692).
354 2010-03-08  Kenichi Handa  <handa@m17n.org>
356         * language/misc-lang.el (windows-1256): New coding system.
357         (cp1256): New alias of windows-1256 (bug#5690).
359 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
361         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
362         call to rfc822-bad-address.  (Bug#5692)
364 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
366         * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
367         vc-git-root as default directory for revision path (Bug#5657).
369 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
371         * calculator.el (calculator): Don't bind split-window-keep-point
372         (Bug#5674).
374 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
376         * vc-git.el: Re-flow to fit into 80 columns.
377         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
378         Remove spurious `quote' element in each case alternative.
379         (vc-git-show-log-entry): Use prog1.
380         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
382 2010-03-06  Glenn Morris  <rgm@gnu.org>
384         * cedet/semantic/grammar.el (semantic-grammar-header-template):
385         Update template copyright to GPLv3+.
387 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
389         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
391 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
393         * macros.el (insert-kbd-macro): Look up keyboard macro using the
394         definition, not the name (Bug#5481).
396 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
398         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
399         argument with a local variable.  (Bug#5670)
401 2010-03-02  Juri Linkov  <juri@jurta.org>
403         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
405 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
407         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
408         error when FILENAME and NEWNAME are existing remote directories.
410         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
411         parameter DIR-FLAG.
413 2010-03-02  Glenn Morris  <rgm@gnu.org>
415         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
416         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
418 2010-03-01  Kenichi Handa  <handa@m17n.org>
420         * language/burmese.el (burmese-composable-pattern): Rename from
421         myanmar-composable-pattern.
423         * international/characters.el (script-list):
424         * international/fontset.el (script-representative-chars):
425         Change myanmar to burmese.
426         (otf-script-alist): Likewise.
427         (setup-default-fontset): Likewise.  Re-fix :otf spec.
429 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
431         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
433 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
435         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
437 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
439         * net/tramp.el (tramp-handle-write-region): START can be a string.
440         Take care in the checks.  Reported by Dan Davison
441         <davison@stats.ox.ac.uk>.
443 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
445         * net/dbus.el (dbus-introspect, dbus-get-property)
446         (dbus-set-property, dbus-get-all-properties): Use
447         `dbus-call-method' when noninteractive.  (Bug#5645)
449 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
451         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
452         * emacs-lisp/elint.el (elint-add-required-env):
453         * cedet/semantic/db-find.el
454         (semanticdb-find-translate-path-brutish-default):
455         * cedet/ede/make.el (ede-make-check-version):
456         * calendar/icalendar.el (icalendar--add-diary-entry):
457         * calc/calcalg2.el (math-tracing-integral):
458         * files.el (recover-session-finish): Use with-current-buffer
459         instead of save-excursion.
461 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
463         Fix in-buffer completion when after-change-functions modify the buffer.
464         * minibuffer.el (completion--replace): New function.
465         (completion--do-completion): Use it and use relative movement.
467 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
469         * international/fontset.el (setup-default-fontset): Fix :otf spec.
471 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
473         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
474         Allow the characters _<> in the stack entry (Bug#5653).
476 2010-02-26  Kenichi Handa  <handa@m17n.org>
478         * language/burmese.el: Fix entries in composition-function-table.
479         (myanmar-composable-pattern): New variable.
481         * international/fontset.el (setup-default-fontset): Add an entry
482         for myanmar.
484         * international/characters.el (script-list): Add Myanmar
485         Extended-A.
487 2010-02-26  Glenn Morris  <rgm@gnu.org>
489         * custom.el (custom-initialize-delay): Doc fix.
491         * mail/sendmail.el (send-mail-function): Autoload the call
492         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
494 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
496         * files.el (hack-local-variables-filter): For eval forms, also
497         check safe-local-variable-p (Bug#5636).
499 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
501         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
502         and use c(ad)r of cddr (Bug#5640).
504 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
506         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
507         setting the modes by `ignore-errors'.  It might fail, for example
508         if the file is not owned by the user but the group.
509         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
511 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
513         * files.el (directory-listing-before-filename-regexp): Use
514         stricter matching for iso-style dates, to avoid false matches with
515         date-like filenames (Bug#5597).
517         * htmlfontify.el (htmlfontify): Doc fix.
519         * eshell/eshell.el (eshell): Doc fix.
521         * startup.el (fancy-about-screen): In mode-line, apply
522         mode-line-buffer-id face only to the buffer name (Bug#5613).
524 2010-02-20  Kevin Ryde  <user42@zip.com.au>
526         * progmodes/compile.el (compilation-error-regexp-alist-alist):
527         In `watcom' anchor regexp to start of line, to avoid slowness
528         (Bug#5599).
530 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
532         * subr.el (remove-yank-excluded-properties): Explain in a comment
533         why `category' property is removed.
535 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
537         * isearch.el (isearch-update-post-hook, isearch-update): Revert
538         2010-02-17 change.
540 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
542         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
543         (icalendar--convert-weekly-to-ical)
544         (icalendar--convert-yearly-to-ical)
545         (icalendar--convert-block-to-ical)
546         (icalendar--convert-cyclic-to-ical)
547         (icalendar--convert-anniversary-to-ical): Take care of time
548         specifications where hour has 1-digit only (Bug#5549).
550 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
552         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
553         of disassemble output in GDB 7.1.
555 2010-02-19  Glenn Morris  <rgm@gnu.org>
557         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
558         property.  (Bug#5593)
560 2010-02-18  Sam Steingold  <sds@gnu.org>
562         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
564 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
566         Use abbreviated file names in bookmarks (bug#5591).
567         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
568         calls to expand-file-name.
569         (bookmark-relocate): Use abbreviated file names in bookmarks.
570         (bookmark-load): Use abbreviated file names in messages.
572 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
574         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
575         expand "." and "..".  Reported by Thierry Volpiatto
576         <thierry.volpiatto@gmail.com>.
578 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
580         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
581         permissions of the temporary file to "0600".  In case the remote
582         file has no read permissions for the owner, there might be
583         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
585 22010-02-18  Glenn Morris  <rgm@gnu.org>
587         * emacs-lisp/authors.el (authors-renamed-files-alist):
588         Add entries for INSTALL.CVS.
590 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
592         * vc-bzr.el: Fix typo in Known Bugs section.
594         * isearch.el (isearch-update-post-hook): New hook.
595         (isearch-update): Use the new hook.
597 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
599         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
600         Fix errors in copying directories.
601         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
602         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
603         (tramp-handle-delete-file)
604         (tramp-handle-dired-recursive-delete-directory)
605         (tramp-handle-write-region): Flush also the cache for the upper
606         directory.
608 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
610         * simple.el (save-interprogram-paste-before-kill): Doc fix.
612         * cus-edit.el (hardware): Doc fix.
614         * man.el (man): Add to external custom group.
616         * delim-col.el (columns): Move to wp custom group.
618         * doc-view.el (doc-view): Add to data custom group.
620         * cedet/data-debug.el (data-debug): Move to extensions group.
622         * cedet/ede.el (ede):
623         * cedet/srecode.el (srecode):
624         * cedet/semantic.el (semantic): Put in tools and extensions group.
626         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
628         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
629         by ispell-parse-output (Bug#5575).
631 2010-02-16  Kenichi Handa  <handa@m17n.org>
633         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
634         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
635         (skkdic-convert): Use `euc-japan' coding system for writing.
637 2010-02-16  Glenn Morris  <rgm@gnu.org>
639         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
640         tex-main-file before using it.  (Bug#5562)
642 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
645         warnings, since it is annoying for the user to see them each time he
646         runs the code.
648 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
650         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
651         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
652         instead of PROC for caching "first-password-request".  Otherwise,
653         new processes would not profit from passwords already entered.
655         * net/tramp-cache.el (tramp-dump-connection-properties):
656         Don't save "first-password-request" property.
658 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
660         * outline.el (outline-head-from-level):
661         * simple.el (with-wrapper-hook):
662         * cedet/ede.el (ede-run-target, project-delete-target)
663         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
664         (ede-adebug-project, ede-adebug-project-parent)
665         (ede-adebug-project-root):
666         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
667         (elint-defun, elint-buffer-env, elint-top-form-logged)
668         (elint-unbound-variable):
669         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
670         Fix typos in docstrings.
672 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
674         * files.el (insert-directory): When WILDCARD-REGEXP and
675         FULL-DIRECTORY-P are nil, insert the file entry instead of the
676         whole directory.  (Bug#5551)
678         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
679         dired's alignment sanity.  (Bug#5516)
681 2010-02-14  Juri Linkov  <juri@jurta.org>
683         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
684         Remove remaining ^H with their preceding chars.  (Bug#5566)
686 2010-02-13  Glenn Morris  <rgm@gnu.org>
688         * simple.el (transpose-subr): Give it a doc-string.
690         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
691         Doc fixes.
693 2010-02-12  Juri Linkov  <juri@jurta.org>
695         * arc-mode.el (archive-unique-fname): Make directories for nested
696         archives.  (Bug#5540)
698 2010-02-12  Juri Linkov  <juri@jurta.org>
700         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
702 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * subr.el (copy-overlay): Handle deleted overlays.
706         * man.el (Man-completion-table): Don't signal an error if we can't run
707         manual-program (bug#4056).
709 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
711         * textmodes/artist.el (artist-mt): Fix typos in docstring.
713 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
715         * info.el (Info-bookmark-jump): Simplify.
717         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
718         (bookmark-default-handler): Accept new bookmark field `buffer'.
720 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
722         * iswitchb.el (iswitchb-completions): Revert last change.
724 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
726         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
727         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
728         This prevents file names like "~/" being listed literally.
730 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
732         * term/xterm.el (xterm-maybe-set-dark-background-mode):
733         Remove dead code.  (Bug#5546)
735 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
737         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
738         correctly (Bug#5548).
740 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
742         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
743         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
745 2010-02-08  Kenichi Handa  <handa@m17n.org>
747         * international/mule-util.el (with-coding-priority): Add autoload
748         cookie for putting `lisp-indent-function'.
750 2010-02-07  Glenn Morris  <rgm@gnu.org>
752         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
753         Move F2003 named interfaces from keywords-2 to keywords-1, and
754         use function-name-face rather than constant-face.
755         Simplify "abstract interface" regexp.
757 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
759         * eshell/esh-util.el (eshell-file-attributes): New optional arg
760         ID-FORMAT.  Pass it to `file-attributes'.
762         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
764 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
766         * faces.el (set-face-attribute): Allow calling
767         internal-set-lisp-face-attribute with 'unspecified family and
768         foundry argument (Bug#5536).
770 2010-02-07  Glenn Morris  <rgm@gnu.org>
772         * progmodes/f90.el (f90-font-lock-keywords-2)
773         (f90-looking-at-type-like, f90-looking-at-program-block-end):
774         Handle F2003 named interfaces.
776 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
778         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
779         beg and end before calling c-get-state-before-change-functions.
781 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
783         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
785 2010-02-05  Juri Linkov  <juri@jurta.org>
787         * doc-view.el (doc-view-mode):
788         * image-mode.el (image-mode): Put property mode-class=special.
789         (Bug#4896)
791 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
793         * vc-svn.el (vc-svn-revision-table): New function.
795 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
797         * net/ange-ftp.el (ange-ftp-insert-directory):
798         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
799         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
800         Handle also directories.  (Bug#5478)
802 2010-02-05  Glenn Morris  <rgm@gnu.org>
804         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
806 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
808         * startup.el (command-line-1): Convert options beginning with a
809         single dash as well (Bug#5519).
811 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
813         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
814         * minibuffer.el (completion-initials-expand): Only check the presence
815         of delims *within* the boundaries, since otherwise the / delim is
816         always found for files.
818         Fix up various corner case problems.
819         * doc-view.el (doc-view-last-page-number): New function.
820         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
821         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
822         (doc-view-kill-proc): Avoid inf-loop in freak cases.
823         (doc-view-reconvert-doc): Use the new recursive delete-directory.
824         (doc-view-convert-current-doc): Don't create the resolution.el file
825         here any more.
826         (doc-view-pdf/ps->png): Do it here instead.
827         (doc-view-already-converted-p): Check that resolution.el is present.
828         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
829         windows that are not yet showing images.
831 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
833         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
834         `dired-uncache' for every elemnt which is an absolute file name.
836         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
837         directory, handle its directory component.
838         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
839         function is called permanently and creates noise, otherwise.
841         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
842         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
843         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
845 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
847         * macros.el (apply-macro-to-region-lines):
848         Minor simplification.  (Bug#5485)
850 2010-02-04  Glenn Morris  <rgm@gnu.org>
852         * mail/rmail.el (rmail-show-message-1): Handle malformed
853         quoted-printable text.  (Bug#5441)
855         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
857         * simple.el (visual-line-mode): Capitalize lighter.
859 2010-02-03  John Wiegley  <jwiegley@gmail.com>
861         * iswitchb.el (iswitchb-completions): Add bookmark files to the
862         list of files considered for "virtual buffer" completions.
864 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
866         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
867         also in case of (and (not full) (not wildcard)). This is needed,
868         when dired is called with a list of files, which are not in
869         `default-directory'.  (Bug#5478)
871 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
875 2010-02-02  Juri Linkov  <juri@jurta.org>
877         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
878         from unidiff to allow function-line after @@.
880 2010-02-02  Juri Linkov  <juri@jurta.org>
882         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
883         '(RCS SCCS) with inverted condition.
885 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
887         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
888         messages.
890 2010-02-01  Juri Linkov  <juri@jurta.org>
892         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
893         compare with "pkunzip" and "pkzip" instead of only "pkzip".
894         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
895         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
897 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
899         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
900         (doc-view-revert-buffer): New command.
901         (doc-view-mode-map): Use it.
903 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
905         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
906         pending merge is detected.
908 2010-01-31  Juri Linkov  <juri@jurta.org>
910         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
911         beginning of interactive spec like all other grep commands do.
912         Put "all" in front of "gz".  (Bug#5260)
914 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
916         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
918 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
920         * dirtrack.el (dirtrack): Warn instead of signalling error if the
921         regexp is incorrect (Bug#5476).
923 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
925         * net/tramp.el (tramp-handle-insert-directory): Handle also
926         symlinks, when FILENAME is not in `default-directory'.
928 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
930         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
931         FILE is not in `default-directory'.  (Bug#5478)
933         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
934         of SWITCHES.  Handle the case, FILENAME is not in
935         `default-directory'.  (Bug#5478)
936         (tramp-register-file-name-handlers): Add safe-magic property.
938 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
940         * arc-mode.el (archive-zip-extract): Quote the argument passed to
941         unzip (Bug#5475).
943 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
945         * progmodes/flymake.el (flymake-allowed-file-name-masks)
946         (flymake-master-make-header-init): Add other C++ filename masks.
947         (flymake-find-possible-master-files)
948         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
950 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
952         Fix some busybox annoyances.
954         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
955         not responding." string.
956         (tramp-open-connection-setup-interactive-shell): Dump stty
957         settings.  Enable "neveropen" arg for all `tramp-send-command'
958         calls.  Handle "=" in variable values properly.
959         (tramp-find-inline-encoding): Raise an error, when no encoding is
960         found.
961         (tramp-wait-for-output): Check, whether PROC buffer is available.
962         Remove spurious " ^H" sequences, sent by busybox.
963         (tramp-get-ls-command): Suppress coloring, if possible.
965 2010-01-28  Glenn Morris  <rgm@gnu.org>
967         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
969         * log-edit.el (log-edit-strip-single-file-name): Add missing
970         :safe, :group, and :version tags.
972 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
974         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
975         buffers.  (Bug#5477)
977 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
979         * files.el (delete-directory): Handle moving to trash without
980         first doing recursion (Bug#5436).
982 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
984         * vc-hooks.el (vc-path): Mark as obsolete.
986 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
988         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
989         names too.
991         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
992         for the short log.
993         (vc-bzr-log-view-mode): Adjust regexp for the above change.
995 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
997         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
999         * vc-bzr.el (vc-bzr-revision-table): New function.
1001 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1003         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1004         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1006 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1008         Remove support for adding --signoff on commit.
1009         Future support will use an incompatible generic mechanism.
1010         * vc-git.el (vc-git-add-signoff): Remove variable.
1011         (vc-git-toggle-signoff): Remove function.
1012         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1014         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1015         from xterm-set-background-mode.  Return t if the background mode
1016         was set.
1017         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1018         earlier, call it again in case the background mode has changed.
1020 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1022         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1023         (Bug#3541).
1025 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1027         * emacs-lisp/assoc.el (aelement): Doc fix.
1028         (aput, adelete, amake): Use lexical-let (Bug#5450).
1030 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1032         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1033         is the same as subprogram call, not declaration.  (Bug#5435).
1035 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1037         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1038         (tramp-smb-maybe-open-connection): Use it.
1040 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1042         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1044 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1047         just because we see "encoding: 8bit".
1048         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1050 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1052         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1054 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1056         * jka-compr.el (jka-compr-load): If load-file is not in
1057         load-history, try its file-truename version.  (bug#5447)
1059 2010-01-21  Alan Mackenzie  <acm@muc.de>
1061         Fix a situation where deletion of a cpp construct throws an error.
1062         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1063         invoking c-with-all-but-one-cpps-commented-out, check that the
1064         special cpp construct is still in the buffer.
1065         (c-parse-state): Record the special cpp with markers, not numbers.
1067 2010-01-21  Kenichi Handa  <handa@m17n.org>
1069         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1070         process last-command-event, as it is now decoded first (Bug#5380).
1072 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1074         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1076 2010-01-20  Glenn Morris  <rgm@gnu.org>
1078         * indent.el (tab-always-indent): Fix custom-type.
1080 2010-01-19  Alan Mackenzie  <acm@muc.de>
1082         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1083         buffer throws "args out of range".
1084         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1085         playing the role of delimiter.
1087 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1089         * progmodes/ada-mode.el: Fix bug#5400.
1090         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1091         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1092         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1093         Improve comments in "is" portion.  Handle null procedure declaration.
1094         (ada-move-to-end): Improve doc string.
1096 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1098         * ido.el (ido-cur-list): Initialize to nil.
1099         Remove obsolete information from commentary.
1100         (ido-choice-list): Initialize to nil.
1101         (ido-get-bufname): Reject minibuffers.
1102         (ido-make-buffer-list): If "default" is a nonexistent
1103         buffer, ignore it, as per the function's comment.
1104         (ido-kill-buffer-internal): New function.
1105         (ido-kill-buffer-at-head): Use it.
1106         (ido-visit-buffer): Likewise.
1108 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1110         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1112 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1114         * cedet/ede/locate.el (ede-locate-file-in-project)
1115         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1116         (ede-enable-locate-on-project): Fix typos in error messages.
1118         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1119         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1120         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1121         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1122         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1123         Fix typos in menu help.
1125         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1126         Fix typos in chart titles.
1128         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1129         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1130         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1131         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1132         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1133         (semantic-parse-stream, semantic-parse-region)
1134         (semantic-parse-region-default, semantic--set-buffer-cache)
1135         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1136         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1137         (semantic-default-submodes):
1138         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1139         (semanticdb-create-ebrowse-database)
1140         (semanticdb-find-tags-for-completion-method)
1141         (semanticdb-find-tags-by-class-method)
1142         (semanticdb-deep-find-tags-by-name-method)
1143         (semanticdb-deep-find-tags-for-completion-method):
1144         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1145         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1146         (semanticdb-find-tags-for-completion-method)
1147         (semanticdb-find-tags-by-class-method)
1148         (semanticdb-deep-find-tags-for-completion-method):
1149         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1150         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1151         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1152         (semanticdb-find-tags-by-name-method)
1153         (semanticdb-find-tags-by-name-regexp-method)
1154         (semanticdb-find-tags-for-completion-method)
1155         (semanticdb-find-tags-by-class-method)
1156         (semanticdb-find-tags-external-children-of-type-method)
1157         (semanticdb-find-tags-subclasses-of-type-method)
1158         (semanticdb-deep-find-tags-by-name-method)
1159         (semanticdb-deep-find-tags-by-name-regexp-method)
1160         (semanticdb-deep-find-tags-for-completion-method):
1161         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1162         (semanticdb-enable-gnu-global-in-buffer)
1163         (semanticdb-find-tags-for-completion-method)
1164         (semanticdb-deep-find-tags-by-name-method)
1165         (semanticdb-deep-find-tags-for-completion-method):
1166         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1167         (javascript-mode, semanticdb-find-translate-path)
1168         (semanticdb-find-tags-for-completion-method)
1169         (semanticdb-find-tags-by-class-method)
1170         (semanticdb-deep-find-tags-by-name-method)
1171         (semanticdb-deep-find-tags-for-completion-method)
1172         (semanticdb-find-tags-external-children-of-type-method):
1173         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1174         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1175         (global-semantic-idle-scheduler-mode):
1176         * cedet/srecode/dictionary.el (srecode-field-value)
1177         (srecode-dictionary-add-section-dictionary):
1178         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1179         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1180         (describe-class, eieio-describe-generic, describe-generic):
1181         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1182         (eieio-speedbar-expand):
1183         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1184         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1185         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1186         (viper-del-backward-char-in-replace, viper-backward-indent)
1187         (viper-brac-function, viper-register-to-point, viper-submit-report):
1188         * net/tramp.el (tramp-remote-coding-commands):
1189         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1190         Fix typos in docstrings.
1192 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1194         * mail/sendmail.el (mail-yank-original): Set the mark if the
1195         specified function for yanking does not do it.
1197 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1199         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1201         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1202         resyncing a directory.
1204 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1206         * progmodes/ada-mode.el: Fix bug#1920.
1207         (ada-ident-re): Delete ., allow multibyte characters.
1208         (ada-goto-label-re): New; matches goto labels.
1209         (ada-block-label-re): New; matches block labels.
1210         (ada-label-re): New; matches both.
1211         (ada-named-block-re): Deleted; callers changed to use
1212         `ada-block-label-re' instead.
1213         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1214         Use `ada-block-label-re'.
1215         (ada-indent-on-previous-lines): Improve handling of goto labels.
1216         (ada-get-indent-block-start): Special-case block label.
1217         (ada-get-indent-label): Split into `ada-indent-block-label' and
1218         `ada-indent-goto-label'.
1219         (ada-goto-stmt-start, ada-goto-next-non-ws):
1220         Optionally ignore goto labels.
1221         (ada-goto-next-word): Simplify.
1222         (ada-indent-newline-indent-conditional): Insert newline before
1223         trying to fix indentation; doc fix.
1225 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1227         * calc/calc.el (calc-command-flags): Give it an initial value.
1229 2010-01-17  Glenn Morris  <rgm@gnu.org>
1231         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1233 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1235         * cedet/semantic.el (semantic-mode):
1236         * files.el (minibuffer-with-setup-hook):
1237         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1238         (artist-key-draw-continously, artist-key-do-continously-continously)
1239         (artist-key-set-point-continously, artist-mouse-draw-continously):
1240         Fix typos in docstrings.
1242 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
1244         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1245         return t (Bug#3898).
1247 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
1249         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1250         can parse the output of the external commands (Bug#5279).
1252 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
1254         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1256 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1258         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1260         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1262         * startup.el (command-line): Remove unused --icon-type arg.
1263         Handle --display arg, passing it to command-line-1 (Bug#5392).
1265 2010-01-16  Mario Lang  <mlang@delysid.org>
1267         * cedet/ede/cpp-root.el (ede-cpp-root-project):
1268         * cedet/ede/files.el (ede-expand-filename):
1269         * cedet/ede/simple.el (ede-simple-project):
1270         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1271         (semantic-complete-inline-tag-engine):
1272         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1273         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1274         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1275         * cedet/semantic/db.el (semanticdb-equivalent-mode):
1276         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1277         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1278         * emacs-lisp/chart.el (chart-translate-namezone):
1279         * textmodes/artist.el (artist-compute-popup-menu-table):
1280         Remove duplicated words in doc-strings.
1282 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
1284         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1285         to mairix-search to suppress threading (Bug#5342).
1287 2010-01-15  Kenichi Handa  <handa@m17n.org>
1289         * international/mule-cmds.el (canonicalize-coding-system-name):
1290         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1292 2010-01-15  Glenn Morris  <rgm@gnu.org>
1294         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
1296         * wid-edit.el (widget-keymap): Doc fix.
1298         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1299         former seems to be more widely accepted by various svn versions.
1301 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1303         * find-cmd.el (find-constituents):
1304         * vc-arch.el (vc-arch-root):
1305         * window.el (window-body-height, pop-up-frames):
1306         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1307         (semantic-no-reparse-needed-change-hook):
1308         * cedet/srecode/insert.el (srecode-resolve-argument-list)
1309         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1310         (srecode-template-inserter-ask, srecode-template-inserter-width)
1311         (srecode-template-inserter-section-start)
1312         (srecode-template-inserter-section-end, srecode-insert-method):
1313         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1314         * progmodes/ada-stmt.el (ada-if):
1315         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1316         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1317         (ispell-encoding8-command, ispell-aspell-supports-utf8)
1318         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1320         * progmodes/flymake.el (flymake-post-syntax-check):
1321         Fix typo in error message.
1323 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1325         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1326         which is always a string.  (Bug#5313)
1328 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1330         * progmodes/ada-xref.el (ada-default-prj-properties):
1331         Simplify previous change.
1333 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1335         * progmodes/ada-xref.el (ada-default-prj-properties):
1336         Default ada_project_path to $ADA_PROJECT_PATH.
1338 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1340         * progmodes/ada-mode.el (ada-create-keymap):
1341         Override `narrow-to-defun' with `ada-narrow-to-defun'.
1343 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1345         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1346         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1347         (ada-get-current-indent, ada-imenu-generic-expression)
1348         (ada-which-function): Check for it.
1350 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1352         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1353         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1355 2010-01-14  Glenn Morris  <rgm@gnu.org>
1357         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
1359 2010-01-14  Kenichi Handa  <handa@m17n.org>
1361         * composite.el (auto-composition-mode): Make it a buffer local
1362         variable (permanent-local).
1363         (auto-composition-function): Set the default value to
1364         auto-compose-chars.
1365         (auto-composition-mode): Make it a simple function, not a minor mode.
1366         (global-auto-composition-mode): Likewise.
1367         (turn-on-auto-composition-if-enabled): Delete it.
1369 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
1371         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1373 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
1375         * files.el (copy-directory): Compute target for recursive
1376         directories with identical names.  (Bug#5343)
1378 2010-01-12  Glenn Morris  <rgm@gnu.org>
1380         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1381         it to bug-gnu-emacs rather than emacs-pretest-bug.
1383 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1385         * cedet/data-debug.el (data-debug): Fix customization group reference.
1387 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1389         * cedet/semantic/analyze.el (semantic-analyze-push-error)
1390         (semantic-analyze-context, semantic-analyze-context-assignment)
1391         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1392         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1393         (semantic-java-doc-keywords-map):
1394         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1395         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1396         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1397         (semantic-c-classname, semantic-format-tag-uml-prototype)
1398         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1399         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1400         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1401         (semantic-get-local-variables, semantic-end-of-command)
1402         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1403         (lisp-mode):
1404         * cedet/semantic/bovine/make.el (makefile-mode):
1405         * cedet/semantic/wisent/python.el (wisent-python-string-re)
1406         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1407         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1408         (semantic-lex, semantic-get-local-variables, python-mode):
1409         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1410         * cedet/srecode/extract.el (srecode-extract-state-set)
1411         (srecode-extract-method): Fix typos in docstrings.
1413 2010-01-11  Sam Steingold  <sds@gnu.org>
1415         * imenu.el (imenu-default-create-index-function): Detect infinite
1416         loops caused by imenu-prev-index-position-function.
1418 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1420         * htmlfontify.el (htmlfontify-load-rgb-file)
1421         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1422         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1423         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1424         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1425         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1426         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1427         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1428         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1429         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1430         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1431         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1432         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1433         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1434         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1435         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1436         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1437         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1438         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1439         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1440         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1441         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1442         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1443         backslash-quoting from parentheses, etc.
1445 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1447         * progmodes/js.el: Autoload javascript-mode alias.
1449 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1451         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1452         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1453         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1454         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1455         Fix typos in docstrings.
1456         (ffap-url-regexp): Doc fix.
1457         (ffap-at-mouse): Fix typo in message.
1459 2010-01-11  Glenn Morris  <rgm@gnu.org>
1461         * version.el (emacs-copyright): Set copyright year to 2010.
1463 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1465         * format.el (format-annotate-function): Only set
1466         write-region-post-annotation-function after running to-fn so as not to
1467         affect nested write-region calls (bug#5273).
1469 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1471         * cedet/semantic.el (semantic-new-buffer-setup-functions):
1472         Add python parser.
1474         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1475         wisent/python.el.
1477 2010-01-10  Richard Kim  <emacs18@gmail.com>
1479         * cedet/semantic/wisent/python-wy.el:
1480         * cedet/semantic/wisent/python.el: New files.
1482 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1484         * man.el (Man-goto-section): Signal error if the section is not
1485         found (Bug#5317).
1487 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
1489         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1490         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
1492 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1494         * progmodes/compile.el: Don't treat compile-command as safe if
1495         compilation-read-command might be nil (Bug#4218).
1497 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1499         * startup.el (command-line-1): Use orig-argi to check for ignored X and
1500         NS options.
1502 2010-01-08  Kenichi Handa  <handa@m17n.org>
1504         * international/fontset.el (build-default-fontset-data):
1505         Exclude characters in scripts kana, hangul, han, or cjk-misc.
1507 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
1509         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1510         to `create-file-buffer' as it expects, not just a buffer name.
1511         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1512         to help uniquify.  (Bug#3224)
1514 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1516         * font-setting.el (font-setting-change-default-font): Use user-spec
1517         instead of name.
1519 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1521         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1523 2010-01-05  Tom Tromey  <tromey@redhat.com>
1525         * progmodes/python.el (python-font-lock-keywords):
1526         Handle qualified decorators (Bug#881).
1528 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1530         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1531         in a lightweight checkout.
1533 2010-01-05  Kenichi Handa  <handa@m17n.org>
1535         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1537 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1539         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1541 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1543         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1544         checkouts.  (Bug#618)
1545         (vc-bzr-log-view-mode): Also highlight the author.
1546         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1547         (vc-bzr-shelve-menu-map):
1548         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1549         (vc-bzr-shelve-apply): Make prompt more explicit.
1551 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1553         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1554         They are valid characters in URL paths (rfc3986), and at least
1555         Firefox does not understand the encoded version (Bug#3166).
1557 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
1559         * progmodes/octave-mod.el (octave-end-keywords)
1560         (octave-block-begin-or-end-regexp, octave-block-match-alist):
1561         Add "end" keyword (Bug#3061).
1562         (octave-end-as-array-index-p): New function.
1563         (calculate-octave-indent): Use it.
1565 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1567         * bookmark.el: Consistently put the text property on the bookmark name.
1568         (bookmark-bmenu-marks-width): Bump back to 2, to include
1569         annotation marks.
1570         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1571         property on the bookmark name, instead of not putting it at all.
1572         (bookmark-bmenu-list): Fix where we put the text property.
1574 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1576         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1577         for showing buffer modified state (as added in the previous change).
1579 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1581         * bookmark.el: Show modified state of bookmark buffer more accurately.
1582         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1583         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1584         (with-buffer-modified-unmodified): New macro.
1585         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1586         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1587         Use new macro to preserve the buffer modified state.
1589 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1591         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1592         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1593         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1594         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1595         (bookmark-bmenu-rename, bookmark-bmenu-locate)
1596         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1597         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1599 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1601         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1602         Make the lines in the generated doc string shorter.  (Bug#4668)
1604 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
1606         * net/rcirc.el: Add follow-link binding (Bug#4738).
1608 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1610         * Makefile.in (bzr-update): Rename from cvs-update.
1611         (cvs-update): New target for backward compatibility.
1613         * makefile.w32-in (bzr-update): Rename from cvs-update.
1614         (cvs-update): New target for backward compatibility.
1616 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1618         * bookmark.el: Remove gratuitous gratitude.
1620 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1622         * bookmark.el (bookmark-bmenu-any-marks): New function
1623         (bookmark-bmenu-save): Clear buffer modification if no marks.
1625 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1627         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1628         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1629         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1630         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1632         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1633         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1634         To: emacs-devel {_AT_} gnu.org
1635         Subject: bookmark.el bug report
1636         Date: Mon, 28 Dec 2009 14:19:16 +0800
1637         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1639 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1641         * bookmark.el: Improvements suggested by Drew Adams:
1642         (bookmark-bmenu-ensure-position): New name for
1643         `bookmark-bmenu-check-position'.  Just ensure the position,
1644         don't return any meaningful value.
1645         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1646         New constants.
1648 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1650         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1651         (bookmark-yank-point, bookmark-bmenu-check-position):
1652         Fix typos in docstrings.
1653         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1654         (bookmark-name-from-full-record, bookmark-get-position)
1655         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1656         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1657         Remove useless quoting of parenthesis, etc. in docstrings.
1659         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1660         (ediff-append-custom-diff): Fix typo in error message.
1661         (ediff-meta-mark-equal-files): Fix typos in messages.
1663         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1665         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1666         Fix typo in docstring.
1668         * net/imap-hash.el (imap-hash-make): Doc fix.
1669         (imap-hash-test): Fix typo in error message; reflow docstring.
1670         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1671         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1672         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1673         Fix typos in docstrings.
1674         (imap-hash-open-connection): Fix typo in error message.
1676         * play/gomoku.el (gomoku): Fix typos in docstring.
1678         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1679         (gdb-jsonify-buffer): Fix typos in docstring.
1680         (gdb-goto-breakpoint): Fix typo in error message.
1681         ("Display Other Windows"): Fix typo in help message.
1682         (gdb-speedbar-expand-node): Fix typo in question.
1684         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1685         (idlwave-html-system-help-location, idlwave-html-help-location)
1686         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1687         (idlwave-help-browser-generic-args, idlwave-help-directory)
1688         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1689         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1690         (idlwave-online-help, idlwave-help-html-link)
1691         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1692         Fix typos in docstrings.
1693         (idlwave-help-with-source, idlwave-help-find-routine-definition):
1694         Reflow docstrings.
1695         (idlwave-help-assistant-start): Fix typo in error message.
1697         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1698         (octave-electric-space): Fix typos in docstrings.
1700 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1702         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1704 2010-01-01  Juri Linkov  <juri@jurta.org>
1706         * comint.el (comint-input-ring-size): Make it a defcustom and
1707         increase the default to 500 (Bug#5148).
1709 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
1711         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1712         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1713         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1715 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
1717         Show working revision correctly for mercurial.
1718         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1719         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1721 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
1723         Declare some functions for the byte-compiler.
1724         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1725         (speedbar-timer-fn, speedbar-change-expand-button-char)
1726         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1728 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
1730         This changeset reverts GDB Graphical Interface to use annotations.
1731         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1733 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1735         Make vc-dir work on subdirectories of the bzr root.
1736         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
1737         file names relative to it.
1738         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1739         relative directory to vc-bzr-after-dir-status.
1741 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
1743         * font-lock.el (font-lock-refresh-defaults): New function, which
1744         can be used to let font-lock react to external changes in
1745         variables like font-lock-defaults and keywords.
1746         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1748 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1750         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1752         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1754 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1756         Supersede color.diff settings in git log (bug#5211).
1758         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1759         escape chars in its output when the user has color.diff set to `always'.
1760         This fix works on git 1.4.2 and newer (released on 2006-08-13).
1762 2009-12-26  Kevin Ryde  <user42@zip.com.au>
1764         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1765         node.  Keep previous "Index" name to work with past coreutils too.
1767         * man.el (man): Revise docstring a bit to show -a and -l as
1768         examples.  Add -k description since support for it has otherwise
1769         been a secret.  (Further to bug#3717.)
1770         (Man-bgproc-sentinel): When "-k foo" produces no output show error
1771         "no matches" rather than "Can't find manpage", as the latter reads
1772         like -k was interpreted as a page name, which is not so.  (Bug#5431)
1774 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
1776         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1777         switches.  Check also for //SUBDIRED// line.
1779 2009-12-25  Kenichi Handa  <handa@m17n.org>
1781         * language/indian.el (devanagari-composable-pattern): Fixed to
1782         handle ZWNJ and ZWJ.  Use it in composition-function-table for
1783         Devanagari.
1784         (malayalam-composable-pattern): Fix previous change.
1786 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1788         * ps-print.el (ps-face-attributes): It was not returning the
1789         attribute face for faces specified as string.  Reported by harven
1790         <harven@free.fr>.
1791         (ps-print-version): New version 7.3.5.
1793 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1795         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1796         timezone names.
1797         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1798         (icalendar--add-diary-entry): Remove the trailing blank that
1799         diary-make-entry inserts.
1801 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
1803         Make `file-expand-wildcards' work for remote files.
1805         * files.el (file-expand-wildcards): In case of remote files, check
1806         only local file name part for wildcards.  Provide feature 'files
1807         and subfeature 'remote-wildcards.  (Bug#5198)
1809         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1810         if there is already an established connection.
1811         (tramp-advice-file-expand-wildcards): Remove it.
1813         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1814         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1815         Activate advice for older GNU Emacs versions.  (Bug#5237)
1817 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
1819         Some doc fixes (more needed).
1821         * find-cmd.el (find-constituents): Reflow docstring.
1822         (find-cmd, find-prune, find-command): Fix typos in docstrings.
1823         (find-generic): Doc fix.
1825 2009-12-17  Juri Linkov  <juri@jurta.org>
1827         Fix regression from 23.1 to allow multiple modes in Local Variables.
1829         * files.el (hack-local-variables-filter): While ignoring duplicates,
1830         don't take `mode' into account.
1831         (hack-local-variables-filter, hack-dir-local-variables): Don't
1832         remove duplicate `mode' from local-variables-alist (like `eval').
1834 2009-12-17  Juri Linkov  <juri@jurta.org>
1836         Make `dired-diff' more safe.  (Bug#5225)
1838         * dired-aux.el (dired-diff): Signal an error when `file' equals to
1839         `current' or when `file' is a directory of the `current' file.
1841 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
1843         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1844         unconditionally preloaded files.
1846 2009-12-16  Juri Linkov  <juri@jurta.org>
1848         Revert to old 23.1 logic of using the file at the mark as default.
1849         * dired-aux.el (dired-diff): Use the file at the mark as default
1850         if it's not the same as the current file, and the target dir is
1851         the current dir or the mark is active.  Add the current file
1852         as the arg of `dired-dwim-target-defaults'.  Use the default file
1853         in the prompt.  (Bug#5225)
1855 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
1857         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1858         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1859         (tramp-check-for-regexp): Check also, when an echoing shell stops
1860         to echo sent commands.
1862 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1864         * Makefile.in: Revert last change (Bug#5191).
1866 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
1868         * vc-hg.el (vc-hg-print-log): Fix argument order.
1869         (vc-hg-working-revision): Make sure the command is executed in a
1870         known environment so that we can parse the output.  (Bug#4417)
1872 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1874         * progmodes/python.el (python-symbol-completions): Remove text
1875         properties from symbol string before calling python-send-receive.
1877 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
1879         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1880         when there are values for both file and line.  (Bug#5060)
1882 2009-12-14  Juri Linkov  <juri@jurta.org>
1884         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1885         whitespace after the file name of the first line of unified format,
1886         because git-diff doesn't output whitespace and file modification time
1887         after the file name.
1889 2009-12-14  David Kastrup  <dak@gnu.org>
1891         * info.el (Info-hide-cookies-node): Before hiding a cookie,
1892         check if it already has the `display' property added by
1893         `Info-display-images-node', and not put the `invisible' property
1894         in this case.
1896 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1898         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1899         (semantic-mru-bookmark-mode): Doc fixes.
1901         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1902         of assert.
1904 2009-12-13  Glenn Morris  <rgm@gnu.org>
1906         * mail/emacsbug.el (message-sort-headers): Define for compiler.
1907         (report-emacs-bug): In message-mode, sort manually before storing
1908         original report text.  (Bug#5178)
1909         Remove superfluous save-excursion.
1911 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
1913         * net/dbus.el (dbus-property-handler): Filter lambda forms out
1914         when responding to "GetAll" properties.
1916 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
1918         * simple.el (compose-mail): Remove mail-setup-with-from from
1919         customization checks.
1921 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
1923         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1924         RAR archives created on Unix systems.
1926 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1928         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1929         the varalias that was accidentally removed by the 2009-11-19 change
1930         (bug#5186).
1932 2009-12-12  Kenichi Handa  <handa@m17n.org>
1934         * language/indian.el (indian-compose-regexp): New function.
1935         (malayalam-composable-pattern): Fix the pattern.
1936         (composition-function-table): Set malayalam-composable-pattern for
1937         Malayalam characters.
1939 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
1941         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1942         rather than down-mouse-1, based on follow-link conventions.
1944         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1945         are compiled.
1947 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
1949         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1950         (verilog-vmm-statement-re, verilog-ovm-statement-re)
1951         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1952         (verilog-leap-to-head, verilog-backward-token):
1953         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
1955 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
1957         * progmodes/verilog-mode.el (verilog-auto-lineup)
1958         (verilog-nameable-item-re): Cleanup user-visible spelling and
1959         documentation errors.  One reported by Gary Delp.
1960         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1961         (verilog-read-decls): Fix AUTOWIRE with types declared in a
1962         package, bug195.  Reported by Pierre-David Pfister.
1964 2009-12-11  Glenn Morris  <rgm@gnu.org>
1966         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1968         * mail/emacsbug.el: No longer require sendmail.
1969         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
1970         (report-emacs-bug-orig-text): Doc fix.
1971         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1972         New local variables, to adapt to different mail-user-agents.
1973         (report-emacs-bug): Fix test for a gnu.org address.
1974         Use overlays for emphasis, since font-lock defeats 'face property.
1975         Pretest bugs also end up at the newsgroup these days.
1976         Stop message-mode stripping text properties.
1977         Set and use the new buffer-local variables.
1978         (report-emacs-bug-hook): Add doc-string.
1979         Remove some unnecessary save-excursions and simplify.
1980         Use the appropriate hook and send-command.
1982         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1983         capitalization of some menu entries.
1985 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1987         * whitespace.el (whitespace-display-char-on): Ensure
1988         `buffer-display-table' is unique when two or more windows are
1989         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1990         New version 12.1.
1992 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
1994         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1995         characters in the Attribute field.
1997 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
1999         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2001 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2004         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2005         Disregard autoload-excludes.
2006         (update-directory-autoloads): Obey autoload-excludes here instead.
2007         But don't store its contents in no-autoloads and remove entries that
2008         refer to excludes files.
2010 2009-12-10  Glenn Morris  <rgm@gnu.org>
2012         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2013         (expand-mail-aliases): Define for compiler.
2015         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2016         Define for compiler.
2018         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2019         appropriate for the mail-user-agent in use.
2021 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2023         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2025 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2027         Fix short log parsing and fontification.
2028         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2029         Fix fontification for the [merge] label.
2031 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2033         Drop some properties to avoid surprises.
2034         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2035         (hfy-fontify-buffer): Use it.
2037 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2039         Minor cleanup.
2040         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2041         Adjust all callers.
2042         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2043         args compulsory.  Adjust callers.
2044         (ffap-gopher-at-point): Remove unused var `name'.
2046         Get rid of the ELCFILES abomination.
2047         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2048         (compile-elcfiles): New phony target.
2049         (compile-main): Compute ELCFILES dynamically.
2050         (compile-clean): New target to remove left-over elc files.
2051         (compile, all): Use it.
2053 2009-12-09  Kenichi Handa  <handa@etlken>
2055         * international/mule-diag.el: Require help-mode instead of help-fns.
2057 2009-12-09  Kenichi Handa  <handa@m17n.org>
2059         * international/mule-cmds.el (ucs-names): Supply sufficiently
2060         fine ranges instead of pre-calculating accurate ranges.
2061         Iterate with bigger gc-cons-threshold.
2063 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2065         Add support for stashing a snapshot of the current tree.
2066         * vc-git.el (vc-git-stash-snapshot): New function.
2067         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2069 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2071         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2072         instead of `(beginning|end)-of-line'.
2074 2009-12-08  Glenn Morris  <rgm@gnu.org>
2076         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2078         * Makefile.in (ELCFILES): Regenerate.
2080 2009-12-07  Juri Linkov  <juri@jurta.org>
2082         Don't lazy-highlight the comint output in history Isearch mode.
2084         * comint.el (comint-history-isearch-search): Instead of
2085         `comint-line-beginning-position', use `comint-after-pmark-p'
2086         to check if point if before the process mark, and go to
2087         `process-mark' in this case.
2089 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2091         * textmodes/tex-mode.el (latex-complete)
2092         (latex-indent-or-complete): Remove.
2093         (latex-mode): Set completion-at-point-functions instead.
2095         Provide a standard completion command and hook it into TAB.
2096         * minibuffer.el (completion-at-point-functions): New var.
2097         (completion-at-point): New command.
2098         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2099         * progmodes/python.el (python-mode-map): Use completion-at-point.
2100         (python-completion-at-point): Rename from python-partial-symbol and
2101         adjust for use in completion-at-point-functions.
2102         (python-mode): Setup completion-at-point for Python completion.
2103         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2104         extracted from lisp-complete-symbol.
2105         (lisp-complete-symbol): Use it.
2106         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2107         setup completion-at-point for Elisp completion.
2108         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2109         Use completion-at-point.
2110         * ielm.el (ielm-map): Use completion-at-point.
2111         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2112         * progmodes/sym-comp.el: Move to...
2113         * obsolete/sym-comp.el: Move from progmodes.
2115 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2117         Prevent save-buffer in Rmail buffers from using the coding-system
2118         of the current message, and from clobbering the encoding mnemonics
2119         in the mode line (Bug#4623).
2121         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2122         flag, too.
2123         (rmail-message-encoding): New variable.
2124         (rmail-write-region-annotate): Record the encoding of the current
2125         message in rmail-message-encoding.
2126         (rmail-after-save-hook): New function, restores the encoding of
2127         the current message after the message collection is saved.
2129 2009-12-07  Juri Linkov  <juri@jurta.org>
2131         * progmodes/grep.el (grep-read-files): Use `completing-read'
2132         instead of `read-string'.  Set its `collection' arg to
2133         `read-file-name-internal'.  (Bug#4301)
2135 2009-12-07  Juri Linkov  <juri@jurta.org>
2137         Correctly restore original Isearch point.  (Bug#4994)
2139         * isearch.el (isearch-mode): Move `isearch-push-state' after
2140         `(run-hooks 'isearch-mode-hook)'.
2141         (isearch-cancel): When `isearch-push-state-function' is defined,
2142         let-bind `isearch-cmds' to the first state (the last element of
2143         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2144         function and restores the original point).  Otherwise, move point
2145         to `isearch-opoint'.
2147 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2149         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2150         chars that don't have names, so the table can be built much faster at
2151         run-time.
2153 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2155         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2156         change.  Suggested by David Kastrup.
2158         * simple.el (compose-mail): Check for incompatibilities and warn.
2159         (compose-mail-user-agent-warnings): New option.
2161 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2163         Support showing a single log entry from vc-annotate.
2164         * vc.el (print-log): Add a new argument: START-REVISION.
2165         (vc-print-log-internal): Add a new optional argument and
2166         pass it to the backend.
2167         (vc-print-log, vc-print-root-log): Adjust callers.
2168         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2169         buffer already displays the requested log entry, use it.
2170         Otherwise display only the log entry in question.
2171         * vc-svn.el (vc-svn-print-log):
2172         * vc-mtn.el (vc-mtn-print-log):
2173         * vc-hg.el (vc-hg-state):
2174         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2175         (vc-git-show-log-entry): Return t on success.
2176         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2177         (vc-bzr-show-log-entry): Return t on success.
2178         * vc-rcs.el (vc-rcs-print-log):
2179         * vc-sccs.el (vc-sccs-print-log):
2180         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2182 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2184         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2185         Add menus to the meta mode.  (Bug#5043)
2187 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2189         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2190         event-key.
2192         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2194 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2196         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2197         Berbain <raphael.berbain@gmail.com>.
2199         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2200         characters.
2201         (tramp-initial-end-of-output): New defconst.
2202         (tramp-methods, tramp-find-shell)
2203         (tramp-open-connection-setup-interactive-shell)
2204         (tramp-maybe-open-connection): Use it.
2205         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2206         existence of `#' and `$'.
2208         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2209         `tramp-initial-end-of-output'.
2211 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2213         Get the background mode from the terminal for xterm, and set
2214         faces accordingly.
2215         * term/xterm.el (xterm-set-background-mode): New function.
2216         (terminal-init-xterm): Use it in case xterm supports background
2217         color queries.  Recompute faces after getting the background
2218         color.
2220 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2222         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2223         number comment back on its own line, for easier parsing.
2225 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2227         Make it work for non-file buffers (bug#5102).
2228         * doc-view.el (doc-view-current-cache-dir):
2229         Use doc-view-buffer-file-name rather than buffer-file-name.
2230         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2232 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2234         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2235         author field is too short.
2237 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2239         * vc-git.el (vc-git-print-log): Handle a limit argument.
2240         Display the short log in graph form and with labels.
2241         (vc-git-log-view-mode): Handle labels.
2243         Make vc-revert change VC state from 'added to 'unregistered.
2244         * vc-git.el (vc-git-revert): Call git reset first.
2246 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2248         * net/newst-backend.el, net/newst-plainview.el:
2249         * net/newst-reader.el, net/newst-ticker.el:
2250         * net/newst-treeview.el, net/newsticker.el:
2251         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2253 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2255         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2257         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2258         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2259         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2260         Update annotation regexp.
2262         * simple.el (beginning-of-visual-line): Constrain to field
2263         boundaries (Bug#5106).
2265 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2267         * xml.el (xml-substitute-numeric-entities): Move
2268         newsticker--decode-numeric-entities in newst-backend.el to
2269         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2270         * net/newst-backend.el (newsticker--parse-generic-feed)
2271         (newsticker--parse-generic-items)
2272         (newsticker--decode-numeric-entities): Move
2273         newsticker--decode-numeric-entities in newst-backend.el to
2274         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2276 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
2278         * progmodes/js.el (js--js-not): Add null to the list of values.
2280 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2282         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2284 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2286         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2287         delimiter if it is at the end of the current line.
2288         (bibtex-generate-url-list): Fix docstring.
2290 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2292         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2293         minibuffer's content with itself.
2294         Fold the confirm-after-completion case into the `confirm' case.
2295         (completion-pcm-word-delimiters): Add : and / to the delimiters.
2297 2009-12-06  Kevin Ryde  <user42@zip.com.au>
2299         * ffap.el (ffap-rfc-path): Make this a defcustom since
2300         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
2302         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2303         manuals, similar to existing setup for help-mode.  (Bug#3913.)
2305 2009-12-05  Juri Linkov  <juri@jurta.org>
2307         Save and restore dired buffer's point positions too.  (Bug#4880)
2309         * dired.el (dired-save-positions): Return in the first element
2310         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2311         Doc fix.
2312         (dired-restore-positions): First restore buffer's position.
2313         While restoring window's positions, check if window still displays
2314         the original buffer.
2316 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2318         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2319         if possible.
2321         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2322         Make argument optional.
2324         * shell.el (shell): Require ansi-color (Bug#5113).
2326         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2328         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2330 2009-12-05  Alan Mackenzie  <acm@muc.de>
2332         * progmodes/cc-mode.el (c-before-hack-hook)
2333         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2334         `c-file-style' to work again.  This reversion restores the current
2335         software to its state in Emacs 23.1.  (Bug#4146)
2337 2009-12-05  Kevin Ryde  <user42@zip.com.au>
2339         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2340         comment-start-skip to comment-end-skip as comment (Bug#4781).
2342 2009-12-05  Juri Linkov  <juri@jurta.org>
2344         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2345         for virtual nodes.  (Bug#4147)
2346         (Info-find-node-2): Set `Info-current-node-virtual' to nil
2347         when moving from a virtual node.
2348         (Info-mode-menu): Add `Info-virtual-index' to the menu.
2349         (Info-mode): Add `Info-virtual-index' to the docstring.
2351 2009-12-05  Eric Ludlam  <zappo@gnu.org>
2353         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2354         Describe project macro symbols.
2356         * cedet/semantic/complete.el (semantic-complete-do-completion):
2357         Don't call semantic-collector-current-exact-match.
2359         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2360         ede-objects as targets.
2362         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2363         a target's object list even if compiler vars are already in the
2364         Makefile.
2366         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2367         list of headers producing necessary macros.
2369 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2371         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2372         track of the buffer position of the end of a BibTeX entry as this
2373         position may change during reformatting.
2374         (bibtex-format-entry): Remove whitespace before processing
2375         numerical fields so that we recognize the latter properly.
2376         (bibtex-reformat): Do not use push which changes the global value
2377         of bibtex-entry-format.
2378         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2379         (bibtex-field-re-init): Replace only space characters by regexp
2380         for whitespace.
2381         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2382         (bibtex-initialize): Also update bibtex-strings.
2383         (bibtex-kill-field): Preserve white space at end of entry.
2384         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2385         Update bibtex-reference-keys.
2387 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2389         * minibuffer.el (completion-pcm--merge-try): Also consider placing
2390         point after a star, if that's the only place where modifications can
2391         make progress.
2393 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
2395         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2396         in docstrings.
2398 2009-12-04  Juri Linkov  <juri@jurta.org>
2400         * proced.el (proced): Call `(proced-update t)' to update process
2401         information instead of only running proced-post-display-hook.
2402         (proced-send-signal): Add a leading space to the buffer name
2403         " *Marked Processes*" to make this buffer ephemeral.
2405 2009-12-04  Juri Linkov  <juri@jurta.org>
2407         * dired.el (dired-auto-revert-buffer): New defcustom.
2408         (dired-internal-noselect): Use it.
2410 2009-12-04  Juri Linkov  <juri@jurta.org>
2412         Change roles of modes and functions in image-mode.el (Bug#5062).
2414         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2415         in `auto-mode-alist'.
2416         (image-mode-previous-major-mode): New variable.
2417         (image-minor-mode-map): Rename from `image-mode-text-map'.
2418         (image-mode): Move graceful error-handling code from
2419         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
2420         (image-minor-mode): Remove all image-handling code.
2421         Replace `image-mode-text-map' with `image-minor-mode-map'.
2422         Check for `image-type' in mode-line format string.
2423         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2424         (image-mode-as-text): New function with most code from
2425         `image-mode-maybe'.
2426         (image-toggle-display-text): Move code that removes image
2427         properties from `image-toggle-display' to here.
2428         (image-toggle-display-image): New function with code that adds
2429         image properties copied from `image-toggle-display'.
2430         (image-toggle-display): Remove most code with leaving only code
2431         that toggles between `image-mode-as-text' and `image-mode'.
2433 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
2435         * net/newst-treeview.el
2436         (newsticker--treeview-list-highlight-start): Restored call to
2437         save-excursion: Selected item was stuck.
2438         (newsticker--treeview-list-select): New.
2439         (newsticker--treeview-item-show-text)
2440         (newsticker--treeview-item-show)
2441         (newsticker--treeview-item-update): Use new
2442         newsticker-treeview-item-mode.
2443         (newsticker-treeview-update): Keep current item.
2444         (newsticker-treeview-next-new-or-immortal-item): Doc change.
2445         (newsticker--treeview-first-feed): Doc change.
2446         (newsticker-treeview-list-menu)
2447         (newsticker-treeview-item-menu): Added menu entries.
2448         (newsticker-treeview-item-mode): New.
2450         * net/newst-backend.el (newsticker-customize): Delete other
2451         windows.
2453 2009-12-04  Sam Steingold  <sds@gnu.org>
2455         * log-view.el (log-view-mode-map): "q" calls quit-window,
2456         like in all the other non-self-insert buffers.
2458 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2460         Minor cleanup.
2461         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2462         key decoding rather than do it manually via last-input-event +
2463         ascii-character.
2464         (term-exec): Use delete-and-extract-region.
2465         (term-handle-ansi-terminal-messages): Remove unused var `end'.
2466         (term-process-pager): Remove unused var `i'.
2467         (term-dynamic-simple-complete): Make obsolete.
2468         (serial-update-config-menu): Remove unused vars `y' and `str'.
2469         (term-update-mode-line): Remove unused var `temp'.
2471 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2473         Limit the number of log entries displayed by default.
2474         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2475         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2476         using a prefix argument.
2478 2009-12-03  Glenn Morris  <rgm@gnu.org>
2480         * progmodes/idlwave.el (class): Restore still useful declaration.
2482 2009-12-03  Alan Mackenzie  <acm@muc.de>
2484         Enhance `c-parse-state' to run efficiently in "brace deserts".
2486         * progmodes/cc-mode.el (c-basic-common-init):
2487         Call c-state-cache-init.
2488         (c-neutralize-syntax-in-and-mark-CPP): Rename from
2489         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
2490         placing `category' properties value 'c-cpp-delimiter at its boundaries.
2492         * progmodes/cc-langs.el (c-before-font-lock-function):
2493         c-extend-and-neutralize-syntax-in-CPP has been renamed
2494         c-neutralize-syntax-in-and-mark-CPP.
2496         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2497         with `category' properties now, not `syntax-table' ones.
2499         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2500         enhanced (but slower) version of c-end-of-macro that won't land
2501         inside a literal or on another awkward character.
2502         (c-state-cache-too-far, c-state-cache-start)
2503         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2504         (c-state-nonlit-pos-cache-limit, c-state-point-min)
2505         (c-state-point-min-lit-type, c-state-point-min-lit-start)
2506         (c-state-min-scan-pos, c-state-brace-pair-desert)
2507         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2508         buffer local variables.
2509         (c-state-literal-at, c-state-lit-beg)
2510         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2511         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2512         (c-state-cache-top-paren, c-state-cache-after-top-paren)
2513         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2514         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2515         (c-renarrow-state-cache)
2516         (c-append-lower-brace-pair-to-state-cache)
2517         (c-state-push-any-brace-pair, c-append-to-state-cache)
2518         (c-remove-stale-state-cache)
2519         (c-remove-stale-state-cache-backwards, c-state-cache-init)
2520         (c-invalidate-state-cache-1, c-parse-state-1)
2521         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2522         (c-parse-state): Enhance and refactor.
2523         (c-debug-parse-state): Amend to deal with all the new variables.
2525         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2526         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2527         modify to use category text properties rather than syntax-table ones.
2528         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2529         to switch off/on the syntactic paren property of C++ template
2530         delimiters using the category property.
2531         (c-with-<->-as-parens-suppressed): Macro to invoke code with
2532         template delims suppressed.
2533         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2534         New constant/macros which apply category properties to the start
2535         and end of preprocessor constructs.
2536         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2537         "comment out" the syntactic value of characters in preprocessor
2538         constructs.
2539         (c-with-cpps-commented-out)
2540         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2541         with characters in all or all but one preprocessor constructs
2542         "commented out".
2544 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2546         * proced.el (proced-filter-alist): Use regexp-quote.
2548 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
2550         Cleanup.
2551         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2552         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
2553         arguments.  Expand `default-directory'.
2555         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2556         the benefit of returning an expanded localname.
2557         (tramp-tramp-file-p): Handle the case NAME is not a string.
2559 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2561         Add support for bzr shelve/unshelve.
2562         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2563         (vc-bzr-extra-menu-map): New variables.
2564         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2565         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2566         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2567         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2568         (vc-bzr-dir-extra-headers): Display shelves.
2570         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2572 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2574         * textmodes/bibtex.el (bibtex-complete-internal):
2575         Use completion-in-region.
2576         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2578 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2580         Support applying stashes.  Improve UI.
2581         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2582         (vc-git-stash-apply, vc-git-stash-pop)
2583         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2584         (vc-git-stash-menu): New functions.
2585         (vc-git-stash-menu-map): New variable.
2586         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2588 2009-12-03  Glenn Morris  <rgm@gnu.org>
2590         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2591         (vc-print-log-internal): Fix previous change.
2592         (vc-revert): Correct pluralization.
2594 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2596         * progmodes/make-mode.el (makefile-special-targets-list): No need for
2597         it to be an alist any more.
2598         (makefile-complete): Use completion-in-region.
2600         * progmodes/octave-mod.el (octave-complete-symbol):
2601         Use completion-in-region.
2603         Misc cleanup.
2604         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2605         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2606         (idlwave-complete-class): Don't quote lambda.
2607         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2608         (idlwave-mode-map): Move initialization into declaration.
2609         (idlwave-action-and-binding): Use backquotes.
2610         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2611         Simplify.
2612         (idlwave-is-pointer-dereference): Remove unused var `pos'.
2613         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2614         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2615         `parts', and `all-parts'.
2616         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2617         (idlwave-convert-xml-system-routine-info): Remove unused string
2618         `version-string'.
2619         (idlwave-display-user-catalog-widget): Use dolist.
2620         (idlwave-scanning-lib): Declare dynamically-scoped var.
2621         (idlwave-scan-library-catalogs): Remove unused var `flags'.
2622         (completion-highlight-first-word-only): Declare to silence bytecomp.
2623         (idlwave-popup-select): Tighten scope of `resp'.
2624         (idlwave-find-struct-tag): Remove unused var `beg'.
2625         (idlwave-after-load-rinfo-hook): Declare.
2626         (idlwave-sintern-class-info): Remove unused var `taglist'.
2627         (idlwave-find-class-definition): Remove unused var `list'.
2628         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2629         (idlwave-what-module-find-class): Remove unused var `classes'.
2631 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
2633         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2635 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2637         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2638         buffers visited.  Remove redundant current-buffer-saving.
2640 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2642         Use completion-in-buffer and remove uses of dynamic scoping.
2643         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2644         (pascal-buffer-to-use, pascal-flag): Don't declare.
2645         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2646         (pascal-get-completion-decl, pascal-keyword-completion):
2647         Add `pascal-str' argument, save-excursion,
2648         return the found completions, and don't filter with pascal-pred.
2649         (pascal-completion-cache): New var.
2650         (pascal-completion): Don't switch buffer any more (it was never
2651         necessary).  Don't save-excursion any more (it's done by the called
2652         subroutines).  Use a cache to avoid redundant computations.
2653         Use complete-with-action rather than pascal-completion-response and
2654         let it apply the predicate as well.
2655         (pascal-complete-word): Use completion-in-buffer when
2656         pascal-toggle-completions is nil.
2657         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2658         not used any more.
2659         (pascal-comp-defun): Don't change buffer any more.
2660         Use complete-with-action rather than pascal-completion-response and
2661         let it apply the predicate as well.
2662         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2663         when neded.
2665 2009-12-02  Kenichi Handa  <handa@m17n.org>
2667         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2668         shape for all Indic scripts.
2670 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2672         Use completion-in-buffer.
2673         * wid-edit.el (widget-field-text-end): New function.
2674         (widget-field-value-get): Use it.
2675         (widget-string-complete, widget-file-complete)
2676         (widget-color-complete): Use it and completion-in-region.
2677         (widget-complete): Don't narrow the buffer.
2679 2009-12-02  Glenn Morris  <rgm@gnu.org>
2681         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
2682         (rmail-select-summary): Use rmail-pop-to-buffer.
2683         * mail/rmailsum.el: Replace all pop-to-buffer calls with
2684         rmail-pop-to-buffer, to prevent horizontal splits.
2686         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2687         save-excursion with save-current-buffer.
2688         Widen before searching.  (Bug#5093)
2689         (diary-list-sexp-entries): Remove superfluous save-excursion.
2691 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
2693         * woman.el (woman-make-bufname): Handle man-pages with "." in the
2694         name.  (Bug#5038)
2696 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2698         * ido.el (ido-file-internal): Handle filenames at point that do
2699         not have a directory part.  (Bug#5049)
2701 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
2703         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2704         (mpc-songs-jump-to, mpc-resume): Doc fixes.
2706 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
2708         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2709         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2710         any more.
2712 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2714         * comint.el (comint-insert-input): Ignore clicks to the right of
2715         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2717         * vc.el (vc-print-log-internal): Don't wait for the process to
2718         terminate before setting up the major mode.
2720         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2721         in case.
2723         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2724         the last element.
2726         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2728 2009-12-01  Glenn Morris  <rgm@gnu.org>
2730         * window.el (window--display-buffer-2): Fix previous changes.
2732 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
2734         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2736 2009-12-01  Glenn Morris  <rgm@gnu.org>
2738         * Makefile.in (ELCFILES): Add mpc.elc.
2740 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2742         * mpc.el: New file.
2744 2009-12-01  Glenn Morris  <rgm@gnu.org>
2746         * window.el (window-to-use): Define for compiler.
2748         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2749         consistent with others (no final period).
2751         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2752         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
2754 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2756         Make vc-print-log buttons work.
2757         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2759 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
2761         * savehist.el (savehist-autosave-interval): Allow setting to nil
2762         through customize.  (Bug#5056)
2764 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
2766         Fix references to jit-lock properties.
2767         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2768         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2769         (perl-font-lock-special-syntactic-constructs):
2770         Quote jit-lock-defer-multiline property.
2772 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2774         * vc-git.el (vc-git-registered): Call vc-git-root only once.
2776 2009-11-30  Juri Linkov  <juri@jurta.org>
2778         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2779         value `buffer' of `multi-isearch-next-buffer-current-function'.
2780         Use `(current-buffer)' when `buffer' is nil.
2781         (multi-isearch-next-buffer-from-list): Don't fallback to
2782         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
2784 2009-11-30  Juri Linkov  <juri@jurta.org>
2786         * misearch.el (multi-isearch-read-buffers): Move canonicalization
2787         of buffers with `get-buffer' to `multi-isearch-buffers'.
2788         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2789         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
2790         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2791         FILES with `expand-file-name' converting relative file names
2792         to absolute.  Doc fix.  (Bug#4727)
2794 2009-11-30  Juri Linkov  <juri@jurta.org>
2796         * misearch.el (multi-isearch-read-buffers)
2797         (multi-isearch-read-matching-buffers): New functions.
2798         (multi-isearch-buffers, multi-isearch-buffers-regexp):
2799         Use them in the `interactive' spec.  Doc fix.
2800         (multi-isearch-read-files, multi-isearch-read-matching-files):
2801         New functions.
2802         (multi-isearch-files, multi-isearch-files-regexp):
2803         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
2805 2009-11-30  Juri Linkov  <juri@jurta.org>
2807         * doc-view.el (doc-view-continuous):
2808         Rename from `doc-view-continuous-mode'.
2809         (doc-view-menu): Move "Toggle display" to the top.
2810         Add submenu "Continuous" with radio buttons "Off"/"On"
2811         and "Save as Default".
2812         (doc-view-scroll-up-or-next-page)
2813         (doc-view-scroll-down-or-previous-page)
2814         (doc-view-next-line-or-next-page)
2815         (doc-view-previous-line-or-previous-page): Rename
2816         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
2818 2009-11-30  Juri Linkov  <juri@jurta.org>
2820         * comint.el (comint-mode-map): Rebind `M-r' from
2821         `comint-previous-matching-input' to
2822         `comint-history-isearch-backward-regexp'.
2823         Unbind `M-s' to allow global key binding `M-s'.
2824         Add menu items for `comint-history-isearch-backward' and
2825         `comint-history-isearch-backward-regexp'.  (Bug#3746)
2827 2009-11-30  Juri Linkov  <juri@jurta.org>
2829         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2830         For def=recenter, replace `recenter' with `recenter-top-bottom'
2831         that is called with `this-command' and `last-command' let-bound
2832         to `recenter-top-bottom'.  When the last `def' was not `recenter',
2833         set `recenter-last-op' to nil.  (Bug#4981)
2835 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2837         Minor cleanup and simplification.
2838         * filecache.el (file-cache-add-directory)
2839         (file-cache-add-directory-recursively)
2840         (file-cache-add-from-file-cache-buffer)
2841         (file-cache-delete-file-regexp, file-cache-delete-directory)
2842         (file-cache-files-matching-internal, file-cache-display): Use dolist.
2843         (file-cache-temp-minibuffer-message): Delete function.
2844         (file-cache-minibuffer-complete): Use minibuffer-message instead.
2846         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2847         Don't signal an error when bumping into EOB in tr, s, or y.
2849 2009-11-29  Juri Linkov  <juri@jurta.org>
2851         * startup.el (fancy-about-text): Fix wording of Guided Tour.
2852         (Bug#4960)
2854         * descr-text.el (describe-char-unidata-list): Use lowercase name
2855         for "Unicode name" like in other tags.
2857 2009-11-29  Juri Linkov  <juri@jurta.org>
2859         * ediff-util.el (ediff-minibuffer-with-setup-hook):
2860         New compatibility macro.
2861         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2863 2009-11-29  Juri Linkov  <juri@jurta.org>
2865         Add defcustom to define the cycling order of `recenter-top-bottom'.
2866         (Bug#4981)
2868         * window.el (recenter-last-op): Doc fix.
2869         (recenter-positions): New defcustom.
2870         (recenter-top-bottom): Rewrite to use `recenter-positions'.
2871         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2873 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2875         Improve integration of Tramp and ange-ftp in eshell.
2877         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2878         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
2879         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
2881         * eshell/esh-util.el (top): Require also Tramp when compiling.
2882         (eshell-directory-files-and-attributes): Check for FTP remote
2883         connection.
2884         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2885         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2886         (eshell-file-attributes): Handle ".".  Return `entry'.
2888         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2889         (ange-ftp-directory-files-and-attributes)
2890         (ange-ftp-real-directory-files-and-attributes): New defuns.
2892         * net/tramp.el (tramp-maybe-open-connection): Open the remote
2893         shell with "exec" when possible.  This prevents trailing prompts
2894         in `start-file-process'.
2896 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2898         Try and remove assumptions about point-min==1.
2899         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2900         (rng-compute-mode-line-string): Show the validation percentage in
2901         terms of the narrowed text, not the widened text.
2902         (rng-do-some-validation): Don't catch internal errors when debugging.
2903         (rng-first-error): Simplify.
2904         (rng-after-change-function): Remove work around.  AFAIK the bug has
2905         been fixed a while ago.
2907         * image-mode.el (image-minor-mode): Exit more gracefully when the image
2908         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2910         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2912         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2913         `cd' doesn't always do it for us (bug#5067).
2915         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2916         on 2009-10-25 as part of some other change (bug#5067).
2918 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2920         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2921         `suspicious'.
2922         (byte-compile-warnings): Use byte-compile-warning-types.
2923         (byte-compile-save-excursion): Warn about use of set-buffer right
2924         after save-excursion.
2926         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2927         the excursion as well.
2929 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
2931         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2932         providing a Tramp related implementation of "su" and "sudo".
2933         (eshell-unix-initialize): Add "su" and "sudo".
2935 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
2937         * net/socks.el (socks-send-command): Convert binary request to
2938         unibyte before sending.  This fixes mishandling of some port
2939         numbers such as 129.
2941 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2943         * help.el (describe-bindings-internal): Remove `interactive'.
2945         * man.el (Man-completion-table): Trim a terminating "(".
2946         Remove the space between name page a section.
2947         Add the command's description on the `help-echo' property.
2948         Remove `process-connection-type' binding since it's unused by
2949         call-process.
2950         Provide completion for the "<section> <name>" format as well.
2951         (Man-default-man-entry): Remove spurious var shadowing the argument.
2953 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2955         * log-view.el: Add "Keywords: tools", since its other keywords
2956         aren't in finder-known-keywords, and following vc.el.
2958         * sha1.el (sha1-string-external): default-directory "/" in case
2959         otherwise non-existent.  process-connection-type pipe for touch of
2960         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2962 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2964         Misc coding convention cleanups.
2965         * htmlfontify.el (hfy-init-kludge-hook): Rename from
2966         hfy-init-kludge-hooks.
2967         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2968         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2969         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2970         and push.
2971         (hfy-slant, hfy-weight): Use tables rather than code.
2972         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2973         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2974         (hfy-face-attr-for-class): Initialize `face-spec' directly.
2975         (hfy-face-to-css): Remove `nconc' with single arg.
2976         (hfy-p-to-face-lennart): Use `or'.
2977         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
2978         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2979         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2980         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2981         (hfy-force-fontification): Use run-hooks.
2983 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
2985         Various minor fixes.
2986         * htmlfontify.el (hfy-default-header): Add toggle_invis since
2987         Javascript belongs in the header, not the body.
2988         (hfy-javascript): Remove.
2989         (hfy-fontify-buffer): Don't insert it any more.
2990         (hfy-face-at): Handle (face0 face1 face2) style face properties.
2991         Fix bug in invis handling when there were no invis props in a chunk.
2993 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2995         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2997 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
2999         * finder.el (finder-mode-map): Add a menu.
3001 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3003         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3004         "unsigned" structs.
3006         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3007         fork" statement better.
3009 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3011         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3012         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3013         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3014         Reported by Clay Douglass.
3016         (verilog-auto-inst, verilog-auto-star-safe)
3017         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3018         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3019         Pierre-David Pfister.
3021 2009-11-26  Glenn Morris  <rgm@gnu.org>
3023         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3024         the scope.
3026 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3028         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3029         Really use previous revision.
3031 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3033         * man.el (Man-completion-table): default-directory "/" in case
3034         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3035         not to truncate long names.  process-connection-type pipe to avoid
3036         any chance of hitting the pseudo-tty TIOCGWINSZ.
3037         (man): completion-ignore-case t for friendliness and since man
3038         itself is case-insensitive on the command line.
3039         Further to Bug#3717.
3041         * arc-mode.el: Add "Keywords: files", so the details in its
3042         commentary can be reached from finder-by-keyword.
3043         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3044         editing mode, but it's comms related and sgml-mode.el has "comm"
3045         on that basis too.
3046         * textmodes/bibtex-style.el: Add "Keywords: tex".
3047         * international/isearch-x.el, international/ja-dic-cnv.el:
3048         * international/ja-dic-utl.el, international/kkc.el:
3049         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3051 2009-11-25  Juri Linkov  <juri@jurta.org>
3053         * man.el (Man-completion-table): Modify regexp to include
3054         section names to completion strings.  (Bug#3717)
3056 2009-11-25  Juri Linkov  <juri@jurta.org>
3058         Search recursively in gzipped files.  (Bug#4982)
3060         * progmodes/grep.el (grep-highlight-matches): Add new options
3061         `always' and `auto'.  Doc fix.
3062         (grep-process-setup): Check `grep-highlight-matches' for
3063         `auto-detect' to determine the need to compute grep defaults.
3064         Move Windows/DOS specific --colors settings handling
3065         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3066         to get the value of "--color=".
3067         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3068         has the value `auto-detect'.  Move Windows/DOS specific settings
3069         from `grep-process-setup'.
3070         (zrgrep): New command with alias `rzgrep'.
3072 2009-11-25  Juri Linkov  <juri@jurta.org>
3074         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3075         to nil instead of switching off view-mode.  (Bug#4896)
3077 2009-11-25  Juri Linkov  <juri@jurta.org>
3079         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3081         * mwheel.el (mwheel-scroll-up-function)
3082         (mwheel-scroll-down-function): New defvars.
3083         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3084         `scroll-up', and `mwheel-scroll-down-function' instead of
3085         `scroll-down'.
3087         * doc-view.el (doc-view-scroll-up-or-next-page)
3088         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3089         Use this ARG in the call to image-scroll-up/image-scroll-down.
3090         Change `interactive' spec to "P".  Goto next/previous page only
3091         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3092         SPC/DEL case).  Doc fix.
3093         (doc-view-next-line-or-next-page)
3094         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3095         for consistency.
3096         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3097         `doc-view-scroll-up-or-next-page', and buffer-local
3098         `mwheel-scroll-down-function' to
3099         `doc-view-scroll-down-or-previous-page'.
3101 2009-11-25  Juri Linkov  <juri@jurta.org>
3103         Provide additional default values (directories at other Dired
3104         windows) via M-n in the minibuffer of some Dired commands.
3106         * dired-aux.el (dired-diff, dired-compare-directories)
3107         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3108         `minibuffer-default' in `minibuffer-with-setup-hook'.
3109         (dired-dwim-target-directory): Find a window that displays Dired
3110         buffer instead of failing when the next window is not Dired.
3111         Use `get-window-with-predicate' to find for the next Dired window.
3112         (dired-dwim-target-defaults): New function.
3114         * ediff-util.el (ediff-read-file-name):
3115         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3116         in `minibuffer-with-setup-hook'.
3118 2009-11-25  Juri Linkov  <juri@jurta.org>
3120         Provide additional default values (file name at point or at the
3121         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3123         * minibuffer.el (read-file-name-defaults): New function.
3124         (read-file-name): Reset `minibuffer-default' to nil when
3125         it duplicates initial input `insdef'.
3126         Bind `minibuffer-default-add-function' to lambda that
3127         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3128         (minibuffer-insert-file-name-at-point): New command.
3130         * files.el (file-name-at-point-functions): New defcustom.
3131         (find-file-default): Remove defvar.
3132         (find-file-read-args): Don't use `find-file-default'.
3133         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3134         to `read-file-name'.
3135         (find-file-literally): Use `read-file-name' with
3136         `confirm-nonexistent-file-or-buffer'.
3138         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3140         * dired.el (dired-read-dir-and-switches):
3141         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3142         to `read-file-name'.
3143         (dired-file-name-at-point): New function.
3144         (dired-mode): Add hook `dired-file-name-at-point' to
3145         `file-name-at-point-functions'.
3147 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3149         Really make the *Completions* window soft-dedicated (bug#5030).
3150         * window.el (window--display-buffer-2): Add `dedicated' argument.
3151         (display-buffer): Pass it when needed so the dedicated flag is set
3152         after calling set-window-buffer, which would otherwise reset it.
3154 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3156         * progmodes/meta-mode.el (meta-complete-symbol):
3157         * progmodes/etags.el (complete-tag):
3158         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3159         Use completion-in-region.
3161         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3162         (dabbrev-completion): Use completion-in-region.
3163         (dabbrev--abbrev-at-point): Simplify regexp.
3165         * abbrev.el (abbrev--before-point): Use word-motion functions
3166         if :regexp is not specified (bug#5031).
3168         * subr.el (string-prefix-p): New function.
3170         * man.el (Man-completion-cache): New var.
3171         (Man-completion-table): Use it.
3173         * vc.el (vc-print-log-internal): Make `limit' optional for better
3174         compatibility (e.g. with vc-annotate.el).
3176 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3178         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3179         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3181         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3182         when .el source file not found or other error.
3184 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3186         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3188 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3190         Handle the [back] button properly (bug#4979).
3191         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3192         Use help-setup-xref, help-buffer, and with-help-window.
3193         (describe-char): Add `buffer' argument.
3194         Pass proper command to help-setup-xref.  Don't meddle with
3195         help-xref-stack-item directly.
3196         (describe-text-category): Use with-help-window and help-buffer.
3198         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3199         for the displayed buffer (bug#4887).
3201         * man.el (Man-completion-table): New function.
3202         (man): Use it.
3204 2009-11-24  David Reitter  <david.reitter@gmail.com>
3206         * vc-git.el (vc-git-registered): Use checkout directory (where
3207         .git is) rather than the file's directory and a relative path spec
3208         to work around a bug in git.
3210 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3212         Improve handling of processes on remote hosts.
3214         * eshell/esh-util.el (eshell-path-env): New defvar.
3215         (eshell-parse-colon-path): New defun.
3216         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3218         * eshell/esh-ext.el (eshell-search-path):
3219         Use `eshell-parse-colon-path'.
3220         (eshell-remote-command): Remove argument HANDLER.
3221         (eshell-external-command): Check for FTP remote connection.
3223         * eshell/esh-proc.el (eshell-gather-process-output):
3224         Use `file-truename', in order to start also symlinked files.
3225         Apply `start-file-process' instead of `start-process'.
3226         Shorten `command' to the local file name part.
3228         * eshell/em-cmpl.el (eshell-complete-commands-list):
3229         Use `eshell-parse-colon-path'.
3231         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3233         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3234         to `eshell-directory-change-hook'.
3236 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3238         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3239         because it could be enabled automatically if view-read-only is non-nil.
3241 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3243         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3244         made on 2009-11-22.
3246 2009-11-24  Glenn Morris  <rgm@gnu.org>
3248         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3249         deleted variable bookmark-bmenu-bookmark-column.
3251         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3252         Move after definition of global-semantic-idle-tag-highlight-mode.
3254 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3256         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3258 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3260         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3261         two slashes to the "file:" prefix.
3262         (browse-url-file-url): De-munge Cygwin filenames before passing
3263         them to Windows browser.
3264         (browse-url-default-windows-browser): Use call-process.
3266 2009-11-23  Juri Linkov  <juri@jurta.org>
3268         Implement DocView Continuous mode.  (Bug#4896)
3269         * doc-view.el (doc-view-continuous-mode): New defcustom.
3270         (doc-view-mode-map): Bind C-n/<down> to
3271         `doc-view-next-line-or-next-page', C-p/<up> to
3272         `doc-view-previous-line-or-previous-page'.
3273         (doc-view-next-line-or-next-page)
3274         (doc-view-previous-line-or-previous-page): New commands.
3276 2009-11-23  Juri Linkov  <juri@jurta.org>
3278         Implement Isearch in comint input history.  (Bug#3746)
3279         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3280         `isearch-mode-hook'.
3281         (comint-history-isearch): New defcustom.
3282         (comint-history-isearch-backward)
3283         (comint-history-isearch-backward-regexp): New commands.
3284         (comint-history-isearch-message-overlay): New buffer-local variable.
3285         (comint-history-isearch-setup, comint-history-isearch-end)
3286         (comint-goto-input, comint-history-isearch-search)
3287         (comint-history-isearch-message, comint-history-isearch-wrap)
3288         (comint-history-isearch-push-state)
3289         (comint-history-isearch-pop-state): New functions.
3291 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3293         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3294         return.
3295         (tramp-handle-make-symbolic-link)
3296         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3297         Quote file names.
3298         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3299         (tramp-handle-process-file): Use it.
3301 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3303         * window.el (move-to-window-line-last-op): Remove.
3304         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3306 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3308         Make M-r mirror the new cycling behavior of C-l.
3309         * window.el (move-to-window-line-last-op): New var.
3310         (move-to-window-line-top-bottom): New command.
3311         (global-map): Bind M-r move-to-window-line-top-bottom.
3313 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
3315         * dired-x.el (dired-guess-shell-alist-default):
3316         Support xz format.  (Bug#4953)
3318 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
3320         * cedet/srecode/map.el (srecode-get-maps):
3321         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3322         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3323         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3324         (semantic-toggle-decoration-style):
3325         * cedet/semantic/decorate/include.el
3326         (semantic-decoration-include-describe)
3327         (semantic-decoration-unknown-include-describe)
3328         (semantic-decoration-unparsed-include-describe)
3329         (semantic-decoration-all-include-summary):
3330         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3331         * cedet/semantic/analyze/complete.el
3332         (semantic-analyze-possible-completions):
3333         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3334         (semantic-show-unmatched-syntax-mode)
3335         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3336         (semantic-highlight-func-mode):
3337         * cedet/semantic/util.el (semantic-describe-buffer):
3338         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3339         (semantic-symref-find-tags-by-name)
3340         (semantic-symref-find-tags-by-regexp)
3341         (semantic-symref-find-tags-by-completion)
3342         (semantic-symref-find-file-references-by-name)
3343         (semantic-symref-find-text):
3344         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3345         (senator-yank-tag):
3346         * cedet/semantic/scope.el (semantic-calculate-scope):
3347         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3348         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3349         (define-semantic-idle-service):
3350         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3351         (semantic-complete-analyze-inline-idle):
3352         * cedet/semantic/analyze.el (semantic-analyze-current-context):
3353         * cedet/mode-local.el (describe-mode-local-bindings)
3354         (describe-mode-local-bindings-in-mode):
3355         * cedet/ede/make.el (ede-make-check-version):
3356         * cedet/ede/locate.el (ede-enable-locate-on-project):
3357         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3358         (cedet-idutils-version-check):
3359         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3360         (cedet-gnu-global-version-check):
3361         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3362         (cedet-cscope-version-check): Use called-interactively-p instead
3363         of interactive-p.
3365         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3366         Use semantic-format-tag-prototype.
3368 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3370         * emulation/viper-cmd.el: Use viper-last-command-char instead of
3371         last-command-char/last-command-event.
3372         (viper-prefix-arg-value): Do correct conversion of event-char for
3373         XEmacs.
3375         * emulation/viper-util.el, emulation/viper.el:
3376         Use viper-last-command-char instead of
3377         last-command-char/last-command-event.
3379         * ediff-init.el, ediff-mult.el, ediff-util.el:
3380         Replace last-command-char and last-command-event
3381         with (ediff-last-command-char) everywhere.
3383         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3384         created in fundamental mode.
3386         * ediff.el (ediff-version): Revert the change of interactive-p to
3387         called-interactively-p.
3389 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3391         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3392         generation from word-movement command names.
3394 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
3396         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3397         (semantic-complete-jump-local, semantic-complete-jump):
3398         Improve prompt string.
3400 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3402         * cus-start.el (all): Add native condition for font-use-system-font.
3404 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
3406         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3407         Correct the patch from 2009-11-18.  (Bug#3910)
3409 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
3411         * progmodes/subword.el: Rename from lisp/subword.el.
3413         * subword.el: Rename to progmodes/subword.el.
3415         * Makefile.in (ELCFILES): Adapt to subword.el move.
3417 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3418             Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3421         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3422         (bookmark-bmenu-show-filenames): Use push.
3423         (bookmark-bmenu-hide-filenames): Use local var instead of
3424         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
3425         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3426         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3427         filenames now that the bookmark names are always available.
3429 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3431         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3432         (bookmark-search-pattern): Move and leave unbound.
3433         (bookmark-bmenu-mode-map): Change binding.
3434         (bookmark-read-search-input): Simplify.
3435         Don't use text-char-description.  Don't error on non-char events.
3436         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3437         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3438         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3439         Use a local var for the timer.
3440         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3441         (i.e. bookmark-bmenu-search).
3443 2009-11-21  Glenn Morris  <rgm@gnu.org>
3445         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
3447 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3449         * net/browse-url.el (browse-url-default-windows-browser):
3450         Use cygstart for cygwin.
3452 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
3454         * bookmark.el: Formatting and doc fixes only:
3455         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3456         (bookmark-bmenu-search): Wrap to fit within 80 columns.
3457         Minor grammar and punctuation fixes in doc string.
3458         (bookmark-read-search-input): Adjust to fit within 80 columns.
3460 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3462         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3463         (c-backward-into-nomenclature): Adapt to subword renaming.
3465         * subword.el (subword-forward, subword-backward, subword-mark)
3466         (subword-kill, subword-backward-kill, subword-transpose)
3467         (subword-downcase, subword-upcase, subword-capitalize)
3468         (subword-forward-internal, subword-backward-internal):
3469         Rename from forward-subword, backward-subword, mark-subword,
3470         kill-subword, backward-kill-subword, transpose-subwords,
3471         downcase-subword, upcase-subword, capitalize-subword,
3472         forward-subword-internal, backward-subword-internal.
3474 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3476         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3477         New options.
3478         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3479         New vars.
3480         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3481         (bookmark-bmenu-filter-alist-by-regexp)
3482         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3483         (bookmark-bmenu-search): New command.
3484         (bookmark-bmenu-mode-map): Bind it.
3486 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3488         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3490         * cedet/semantic/idle.el (define-semantic-idle-service)
3491         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3493 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3495         * progmodes/cc-cmds.el: declare-functioned forward-subword and
3496         backward-subword to quit the byte-compiler.
3498         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3500         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3502         * progmodes/cc-cmds.el (c-update-modeline)
3503         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3504         Refer to subword.el functions instead of cc-subword.el.
3506         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3507         subword.el functions instead of cc-subword.el.
3509         * progmodes/cc-subword.el: Rename to subword.el.
3510         * subword.el: Rename from progmodes/cc-subword.el.
3511         (subword-mode-map): Rename from c-subword-mode-map.
3512         (subword-mode): Rename from c-subword-mode.
3513         (global-subword-mode): New global minor mode.
3514         (forward-subword): Rename from c-forward-subword.
3515         (backward-subword): Rename from c-backward-subword.
3516         (mark-subword): Rename from c-mark-subword.
3517         (kill-subword): Rename from c-kill-subword.
3518         (backward-kill-subword): Rename from c-backward-kill-subword.
3519         (transpose-subwords): Rename from c-tranpose-subword.
3520         (downcase-subword): Rename from c-downcase-subword.
3521         (capitalize-subword): Rename from c-capitalize-subword.
3522         (forward-subword-internal): Rename from c-forward-subword-internal.
3523         (backward-subword-internal): Rename from c-backward-subword-internal.
3525 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3527         * vc.el (vc-deduce-fileset): Allow non-state changing operations
3528         from a dired buffer.
3529         (vc-dired-deduce-fileset): New function.
3530         (vc-root-diff, vc-print-root-log): Use it.
3532         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3533         nil LIMIT argument to vc-print-log-internal.
3535 2009-11-20  Glenn Morris  <rgm@gnu.org>
3537         * Makefile.in (ELCFILES): Regenerate.
3539 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3541         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3543         * cedet/semantic.el: Enable idle-mode menu items only if
3544         global-semantic-idle-scheduler-mode is enabled.
3545         (semantic-default-submodes): Doc fix.
3547         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3548         When turning off, disable other idle modes.
3550 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
3552         * calc/calc.el (calc-set-mode-line):
3553         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3554         (math-format-number): Rename `math-format-complement-signed' to
3555         `math-format-twos-complement'.
3557         * calc/calc-bin.el (math-format-twos-complement): Rename from
3558         math-format-complement-signed.
3559         (calc-radix): Rename `calc-complement-signed-mode' to
3560         `calc-twos-complement-mode'.
3561         (calc-octal-radix, calc-hex-radix): Add an argument for
3562         two's complement.
3564         * calc/calc-embed.el (calc-embedded-mode-vars):
3565         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3567         * calc/calc-ext.el (calc-init-extensions):
3568         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3569         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3571         * calc/calc-units.el (math-build-units-table-buffer):
3572         Let `calc-twos-complement-mode' be nil.
3574         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3575         entries.
3577         * calc/calc-vec.el (calcFunc-vunpack):
3578         * calc/calc-aent.el (calc-do-calc-eval):
3579         * calc/calc-forms.el (math-format-date):
3580         * calc/calc-graph.el (calc-graph-plot):
3581         * calc/calc-math.el (math-use-emacs-fn):
3582         * calc/calccomp.el (math-compose-expr):
3583         Let `calc-twos-complement-mode' be nil.
3585 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3587         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3588         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
3589         * minibuffer.el (completion-in-region-functions): New hook.
3590         (completion-in-region): New function.
3591         * emacs-lisp/lisp.el (lisp-complete-symbol):
3592         * pcomplete.el (pcomplete-std-complete): Use it.
3594 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3596         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3597         (latex-complete-alist): New vars.
3598         (latex-string-prefix-p, latex-complete-bibtex-keys)
3599         (latex-complete-envnames, latex-complete-refkeys)
3600         (latex-complete-data): New functions.
3601         (latex-complete, latex-indent-or-complete): New commands.
3603         * window.el (display-buffer-mark-dedicated): New var.
3604         (display-buffer): Obey it.
3605         * minibuffer.el (minibuffer-completion-help): Use it.
3607         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3609         * filecache.el (file-cache-add-file): Use push and cons.
3610         (file-cache-delete-file-regexp): Use push.
3611         (file-cache-complete): Use completion-in-region.
3613         * simple.el (with-wrapper-hook): Fix thinko.
3615         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3616         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3617         Use with-current-buffer and string-to-number.
3618         (hfy-fallback-colour-values): Use assoc-string.
3619         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3620         (hfy-face-at): Remove unused var `found-face'.
3621         (hfy-compile-stylesheet): Remove unused var `css'.
3622         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3623         and `orig-buffer'.
3624         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3625         Use with-current-buffer.
3626         (hfy-text-p): Use expand-file-name and fewer setq.
3628 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
3630         * htmlfontify.el, hfy-cmap.el: New files.
3632 2009-11-19  Juri Linkov  <juri@jurta.org>
3634         * minibuffer.el (completions-format): New defcustom.
3635         (completion--insert-strings): Implement vertical format.
3637         * simple.el (switch-to-completions): Move point to the first
3638         completion when point was at the beginning of the buffer.
3640 2009-11-19  Juri Linkov  <juri@jurta.org>
3642         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
3644         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3646 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3648         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3649         (mail-signature): Change default to t.
3650         (mail-from-style): Deprecate `system-default' value.
3651         (mail-insert-from-field): For default value of mail-from-style,
3652         default to `angles' unless `angles' needs quoting and `parens'
3653         does not.
3654         (mail-citation-prefix-regexp): Use citation regexp from
3655         message-mode.
3657 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
3659         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3660         Set variables for computing the prompt for reading password.
3662 2009-11-19  Glenn Morris  <rgm@gnu.org>
3664         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
3666         * textmodes/flyspell.el (sgml-lexical-context): Declare.
3668         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3669         (newsticker-treeview-listwindow-height): Fix custom type.
3671 2009-11-19  Kenichi Handa  <handa@m17n.org>
3673         * descr-text.el (describe-char-padded-string): Compose with TAB
3674         only if there's a font for CH.
3675         (describe-char): Fix the condition for detecting a trivial composition.
3677 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
3679         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3680         more accurate version of the regexp.  (Bug#3910)
3682 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3684         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3686 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
3688         * font-setting.el (font-use-system-font): Declare for byte-compiler.
3689         (font-setting-change-default-font): Fix typo in docstring.
3691 2009-11-18  Alan Mackenzie  <acm@muc.de>
3693         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3695 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3697         * font-setting.el (font-use-system-font): Move ...
3699         * cus-start.el (all): ... to here.
3701 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
3703         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3704         Don't set `ad-return-value' if `ad-do-it' doesn't.
3706         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3707         modification time.
3709 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3711         * menu-bar.el: Put "Use system font" in Option-menu.
3712         (menu-bar-options-save): Add font-use-system-font.
3714         * loadup.el: If feature system-font-setting or font-render-setting is
3715         there, load font-setting.
3717         * Makefile.in (ELCFILES): Add font-settings.el.
3718         * font-setting.el: New file.
3720 2009-11-17  Glenn Morris  <rgm@gnu.org>
3722         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3724         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3725         Preserve point in the list buffer.  (Bug#4939)
3726         Use point-at-eol.
3727         (newsticker--treeview-list-update-highlight)
3728         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3730 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3732         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3733         Remove.
3735         * calc/calc-ext.el (calc-init-extensions): Remove references to
3736         symclip.
3738         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3740         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3741         * calc/calc-help.el (calc-b-prefix-help): Remove references to
3742         `calc-symclip'.
3744 2009-11-16  Kevin Ryde  <user42@zip.com.au>
3746         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3747         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3749         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3750         (lm-keywords-list): Allow comma-only separator like "foo,bar".
3751         Ignore trailing spaces by omit-nulls to split-string (fixing
3752         regression from Emacs 21 due to the incompatible split-string
3753         change).  (Bug #4928.)
3755 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3757         * vc.el (vc-log-show-limit): Default to 2000.
3758         (vc-print-log-internal): Insert buttons to request more entries
3759         when limiting the output.
3761         * vc-sccs.el (vc-sccs-print-log):
3762         * vc-rcs.el (vc-rcs-print-log):
3763         * vc-cvs.el (vc-cvs-print-log):
3764         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3765         LIMIT is non-nil.
3767 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3769         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3770         error when `tramp-gvfs-dbus-event-vector' is set.
3771         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3773 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3775         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3777 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3779         * net/dbus.el (dbus-unregister-service): New defun.
3780         (dbus-register-property): Register the handlers of
3781         "org.freedesktop.DBus.Properties" for SERVICE.
3782         (dbus-property-handler): Fix docstring.
3784 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3786         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3787         Quote doc string reference in defvaralias as it is not in special form.
3788         (byte-compile-output-docform): Doc fix.
3790 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3792         * calc/calc.el (math-2-word-size, math-half-2-word-size)
3793         (calc-complement-signed-mode): New variables.
3794         (calc-set-mode-line): Add indicator for twos-complements.
3795         (math-format-number): Format twos-complement notation.
3797         * calc/calc-bin.el (calc-word-size): Reset the variables
3798         `math-2-word-size' and `math-half-2-word-size'.
3799         (math-format-complement-signed, math-symclip, calcFunc-symclip)
3800         (calc-symclip): New functions.
3802         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3804         * calc/calc-embed.el (calc-embedded-mode-vars):
3805         Add `calc-complement-signed-mode' to the list of modes.
3807         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3808         (calc-b-oper-keys): Add `calc-symclip' to list.
3810         * calc/calc-ext.el (math-read-number-fancy): Read complement
3811         signed numbers.
3812         (calc-init-extensions): Add binding for `calc-symclip'.
3813         Add autoload for `calcFunc-symclip' and `calc-symclip'.
3815         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3816         `calc-symclip'.
3817         (calc-modes-menu): Add item for twos complement mode.
3819         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3821 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3823         * register.el (jump-to-register, insert-register): Handle Semantic
3824         tags.  From commented-out advice in semantic/senator.el.
3826 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3828         * vc.el (vc-log-show-limit): New variable.
3829         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
3830         when using a prefix argument.
3831         (vc-print-log-internal): Add new argument LIMIT.
3833         * vc-svn.el (vc-svn-print-log):
3834         * vc-mtn.el (vc-mtn-print-log):
3835         * vc-hg.el (vc-hg-print-log):
3836         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3837         pass it to the log command when set.  Make the BUFFER argument
3838         non-optional.
3840         * vc-sccs.el (vc-sccs-print-log):
3841         * vc-rcs.el (vc-rcs-print-log):
3842         * vc-git.el (vc-git-print-log):
3843         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3844         ignore it.  Make the BUFFER argument non-optional
3846         * bindings.el (mode-line-buffer-identification): Do not purecopy.
3848 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
3850         * dired.el (dired-mode-map): Move encryption items to "Operate"
3851         menu (Bug#4703).
3853         * strokes.el (strokes-update-window-configuration): Make strokes
3854         buffer current before erasing (Bug#4906).
3856         * cedet/semantic/idle.el (semantic-idle-summary-mode)
3857         (semantic-idle-summary-mode): Define using define-minor-mode
3858         instead of define-semantic-idle-service.
3859         (semantic-idle-summary-mode): New function.
3860         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3861         that mouse motion does not reset the echo area.
3863 2009-11-15  Juri Linkov  <juri@jurta.org>
3865         * simple.el (set-mark-default-inactive): Add :type, :group
3866         and :version.  (Bug#4876)
3868 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
3870         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3871         (archive-unique-fname): ... here.  (Bug#4929)
3873 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3875         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3876         with a real fix.
3878         * novice.el (disabled-command-function): Add useful args.
3879         Setup the help buffer so that [back] works.
3880         Remove redundant call to help-mode.
3881         (disabled-command-function): Use `case'.
3882         (en/disable-command): New function extracted from enable-command.
3883         (enable-command, disable-command): Use it.
3885 2009-11-14  Glenn Morris  <rgm@gnu.org>
3887         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3888         constants.  (Bug#4913)
3890         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3892 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3894         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3895         defined in C that have no doc-strings.  (Bug#1063)
3897 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
3899         * cus-edit.el (data, files):
3900         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
3902 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
3904         * simple.el (shell-command): Doc fix (Bug#4891).
3906         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3908 2009-11-14  Glenn Morris  <rgm@gnu.org>
3910         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3911         statements for vc-diff, emerge-quit, and rmail-cease-edit.
3912         If they are already loaded, eval-after-load will do the right thing.
3914         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3915         compiling.
3917         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3919         * simple.el (x-selection-owner-p): Declare.
3920         (read-mail-command): Use custom radio type rather than choice.
3921         (completion-no-auto-exit): Doc fix.
3923         * custom.el (defgroup):
3924         * epg-config.el (epg): Doc fixes.
3926 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3928         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3929         * international/ccl.el (define-ccl-program): Do not purecopy the
3930         docstring, defconst does it anyway.
3932 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3934         * add-log.el (add-change-log-entry): Avoid displaying the changelog
3935         a second time.
3937         * x-dnd.el (x-dnd-maybe-call-test-function):
3938         * window.el (split-window-vertically):
3939         * whitespace.el (whitespace-help-on):
3940         * vc-rcs.el (vc-rcs-consult-headers):
3941         * userlock.el (ask-user-about-lock-help)
3942         (ask-user-about-supersession-help):
3943         * type-break.el (type-break-force-mode-line-update):
3944         * time-stamp.el (time-stamp-conv-warn):
3945         * terminal.el (te-set-output-log, te-more-break, te-filter)
3946         (te-sentinel, terminal-emulator):
3947         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3948         (term-write-input-ring, term-check-source, term-start-output-log):
3949         (term-display-buffer-line, term-dynamic-list-completions):
3950         (term-ansi-make-term, serial-term):
3951         * subr.el (selective-display):
3952         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3953         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3954         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3955         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3956         (speedbar-remove-localized-speedbar-support)
3957         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3958         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3959         (speedbar-buffers-line-directory):
3960         * simple.el (shell-command-on-region, append-to-buffer)
3961         (prepend-to-buffer):
3962         * shadowfile.el (shadow-save-todo-file):
3963         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3964         (scroll-bar-maybe-set-window-start):
3965         * sb-image.el (speedbar-image-dump):
3966         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3967         (load-save-place-alist-from-file):
3968         * ps-samp.el (ps-print-message-from-summary):
3969         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3970         (ps-background-image, ps-begin-job, ps-do-despool):
3971         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3972         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3973         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3974         (pr-call-process, pr-file-list, pr-interface-save):
3975         * novice.el (disabled-command-function)
3976         (enable-command, disable-command):
3977         * mouse.el (mouse-buffer-menu-alist):
3978         * mouse-copy.el (mouse-kill-preserving-secondary):
3979         * macros.el (kbd-macro-query):
3980         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3981         * informat.el (batch-info-validate):
3982         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3983         * hippie-exp.el (try-expand-dabbrev-visible):
3984         * help-mode.el (help-make-xrefs):
3985         * help-fns.el (describe-variable):
3986         * generic-x.el (bat-generic-mode-run-as-comint):
3987         * finder.el (finder-mouse-select):
3988         * find-dired.el (find-dired-sentinel):
3989         * filesets.el (filesets-file-close):
3990         * files.el (list-directory):
3991         * faces.el (list-faces-display, describe-face):
3992         * facemenu.el (list-colors-display):
3993         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3994         * epg.el (epg--process-filter, epg-cancel):
3995         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3996         (epa--read-signature-type):
3997         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3998         (emerge-file-names):
3999         * ehelp.el (electric-helpify):
4000         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4001         * ediff-vers.el (rcs-ediff-view-revision):
4002         * ediff-util.el (ediff-setup):
4003         * ediff-mult.el (ediff-append-custom-diff):
4004         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4005         (ediff-wordify):
4006         * echistory.el (Electric-command-history-redo-expression):
4007         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4008         * disp-table.el (describe-display-table):
4009         * dired.el (dired-find-buffer-nocreate):
4010         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4011         * dabbrev.el (dabbrev--same-major-mode-p):
4012         * chistory.el (list-command-history):
4013         * apropos.el (apropos-documentation):
4014         * allout.el (allout-obtain-passphrase):
4015         (allout-copy-exposed-to-buffer):
4016         (allout-verify-passphrase): Use with-current-buffer.
4018 2009-11-13  Glenn Morris  <rgm@gnu.org>
4020         * Makefile.in (ELCFILES): Regenerate.
4022 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4024         * net/dbus.el (dbus-registered-objects-table): Rename from
4025         `dbus-registered-functions-table', because it contains also properties.
4026         (dbus-unregister-object): Unregister also properties.
4027         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4028         Use a timeout of 500 msec, in order to not block.
4029         (dbus-register-property, dbus-property-handler): New defuns.
4031 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4033         * simple.el (minibuffer-default-add-completions): Drop deprecated
4034         4th arg.
4036 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4038         * textmodes/artist.el (artist-mouse-choose-operation):
4039         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4040         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4041         (artist-compute-up-event-key): New function.
4042         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4044 2009-11-13  Kenichi Handa  <handa@m17n.org>
4046         * language/japan-util.el: Make sure that the value of jisx0208
4047         property is jisx0208 character.
4049 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4051         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4052         car or each item, not the whole list.
4054 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4056         * minibuffer.el (minibuffer-completion-help):
4057         Use minibuffer-hide-completions.
4059 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4061         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4062         (dired-revert): Use them (bug#4880).
4064 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4066         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4068 2009-11-12  Juri Linkov  <juri@jurta.org>
4070         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4071         New functions.
4072         (find-file-literally-at-point): Alias of `ffap-literally'.
4074 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4076         * textmodes/ispell.el (ispell-skip-region-alist):
4077         * textmodes/css-mode.el (auto-mode-alist):
4078         * progmodes/compile.el (auto-mode-alist):
4079         * international/mule.el (ctext-non-standard-encodings-alist)
4080         (ctext-non-standard-encodings-regexp):
4081         * simple.el (shell-command-switch, text-read-only):
4082         * replace.el (occur-mode-map):
4083         * paths.el (rmail-file-name):
4084         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4085         * find-file.el (ff-special-constructs):
4086         * files.el (file-name-handler-alist):
4087         * composite.el: Purecopy strings.
4089         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4091 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4093         * widget.el (define-widget): Purecopy the docstring.
4094         * international/mule-cmds.el (charset): Do not purecopy the
4095         docstring here, define-widget does it.
4097         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4098         * textmodes/bibtex-style.el (auto-mode-alist):
4099         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4100         * progmodes/compile.el (compile-command):
4101         * language/korea-util.el (default-korean-keyboard):
4102         * international/mule-conf.el (file-coding-system-alist):
4103         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4104         * tooltip.el (tooltip-frame-parameters):
4105         * newcomment.el (comment-end, comment-padding):
4106         * dired.el (dired-trivial-filenames):
4107         * comint.el (comint-file-name-prefix): Purecopy initial values.
4109 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4111         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4112         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4113         `tramp-unload'.
4114         (tramp-advice-make-auto-save-file-name)
4115         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4116         after removing the advice.
4118 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4120         * progmodes/grep.el (grep-regexp-alist):
4121         * international/mule-cmds.el (iso-2022-control-alist):
4122         * emacs-lisp/timer.el (timer-duration-words):
4123         * subr.el (version-separator, version-regexp-alist):
4124         * minibuffer.el (completion-styles-alist):
4125         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4126         Change defvars to defconsts.
4128         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4129         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4130         * international/mule-conf.el: Allow to be byte compiled.
4132         * international/mule.el (define-charset): Purecopy props.
4133         (load-with-code-conversion): Purecopy doc string and file name.
4134         (put-charset-property): Purecopy strings.
4135         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4137         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4138         (define-char-code-property): Correctly purecopy the table.
4140         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4142         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4144         * subr.el (add-hook): Purecopy strings.
4145         (eval-after-load): Purecopy load-history-regexp and the form.
4147         * custom.el (custom-declare-group): Purecopy load-file-name.
4149         * subr.el (menu-bar-separator): New defconst.
4150         * net/eudc.el (eudc-tools-menu):
4151         * international/mule-cmds.el (set-coding-system-map)
4152         (mule-menu-keymap):
4153         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4154         * vc-hooks.el (vc-menu-map):
4155         * replace.el (occur-mode-map):
4156         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4157         (menu-bar-edit-menu, menu-bar-goto-menu)
4158         (menu-bar-custom-menu, menu-bar-showhide-menu)
4159         (menu-bar-options-menu, menu-bar-tools-menu)
4160         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4161         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4162         (menu-bar-help-menu):
4163         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4164         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4166         * term/x-win.el (x-gtk-stock-map):
4167         * progmodes/vera-mode.el (auto-mode-alist):
4168         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4169         (inferior-lisp-program, inferior-lisp-load-command):
4170         * progmodes/hideshow.el (hs-special-modes-alist):
4171         * progmodes/gud.el (same-window-regexps):
4172         * progmodes/grep.el (grep-program, find-program, xargs-program):
4173         * net/telnet.el (same-window-regexps):
4174         * net/rlogin.el (same-window-regexps):
4175         * language/ethiopic.el (font-ccl-encoder-alist):
4176         * vc-sccs.el (vc-sccs-master-templates):
4177         * vc-rcs.el (vc-rcs-master-templates):
4178         * subr.el (cl-assertion-failed):
4179         * simple.el (next-error-overlay-arrow-position):
4180         * lpr.el (lpr-command):
4181         * locate.el (locate-ls-subdir-switches):
4182         * info.el (same-window-regexps, info)
4183         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4184         * image-mode.el (image-mode, auto-mode-alist):
4185         * hippie-exp.el (hippie-expand-ignore-buffers):
4186         * format.el (format-alist):
4187         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4188         (find-name-arg):
4189         * facemenu.el (facemenu-keybindings):
4190         * dired.el (dired-listing-switches, dired-chown-program):
4191         * diff.el (diff-switches, diff-command):
4192         * cus-edit.el (same-window-regexps):
4193         * bindings.el (mode-line-mule-info)
4194         (mode-line-buffer-identification): Purecopy strings.
4196 2009-11-11  Juri Linkov  <juri@jurta.org>
4198         * simple.el (dired-get-filename) <declare-function>:
4199         Tell the byte-compiler about dired-get-filename.
4200         (shell-command): In Dired mode, get filename from the current line
4201         as the default value.
4203 2009-11-10  Glenn Morris  <rgm@gnu.org>
4205         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4206         * calendar/holidays.el, progmodes/cperl-mode.el:
4207         Update x-popup-menu declarations.
4209         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4210         (list-load-path-shadows): Use dolist.
4211         (list-load-path-shadows): Use with-current-buffer.
4213 2009-11-10  Juri Linkov  <juri@jurta.org>
4215         * minibuffer.el (read-file-name): Support a list of default values
4216         in `default-filename'.  Use the first file name where only one
4217         element is required.  Doc fix.
4219 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4221         * net/dbus.el (dbus-unregister-object): Release service, if no
4222         other method is registered for it.
4224 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4226         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4227         bookmark-sort-flag is non-nil (Bug#4653).
4229 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4231         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4232         the progress reporter entirely.
4234         * emulation/cua-base.el: Add CUA property to some CC mode commands
4235         (Bug#4100).
4237 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4239         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4240         at end of sentence (Bug#4818).
4242 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4244         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4245         Handle "see declaration of" MSFT statements (Bug#4100).
4247 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4249         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4250         (tramp-advice-file-expand-wildcards): Unload via
4251         `ad-remove-advice'.
4253         * net/trampver.el: Update release number.
4255 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4257         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4258         `ad-do-it'.
4260 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4262         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4263         in order to keep context in SELinux.
4265 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4267         * dired-aux.el (dired-query): Place cursor in echo area and allow
4268         C-g.
4270         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4271         menu item if not on a directory (Bug#4701).
4273 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4275         Sync with Tramp 2.1.17.
4277         * net/tramp.el (tramp-handle-copy-directory): Don't use
4278         `file-remote-p' (due to compatibility).
4280         * net/tramp-compat.el (tramp-compat-copy-directory)
4281         (tramp-compat-delete-directory): New defuns.
4283         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4284         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4285         `tramp-compat-delete-directory'.
4287         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4288         (tramp-smb-handle-delete-directory): Use
4289         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4291         * net/trampver.el: Update release number.
4293 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4295         * tar-mode.el (tar-copy): Call write-region on the right buffer
4296         (Bug#4857).
4298         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4299         by hand, if necessary (Bug#4878).
4301 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4303         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4304         align size column (Bug#4839).
4306         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4307         statement.
4309 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4311         * progmodes/ld-script.el (auto-mode-alist):
4312         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4314         * cus-face.el (custom-declare-face): Purecopy face spec.
4316 2009-11-06  Kenichi Handa  <handa@m17n.org>
4318         * international/uni-bidi.el: Re-generated.
4319         * international/uni-category.el: Re-generated.
4320         * international/uni-combining.el: Re-generated.
4321         * international/uni-mirrored.el: Re-generated.
4323 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4325         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4326         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4327         (tex-start-options, slitex-run-command, latex-run-command)
4328         (tex-run-command, tex-directory):
4329         * textmodes/ispell.el (ispell-html-skip-alists)
4330         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4331         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4332         (adaptive-fill-regexp):
4333         * textmodes/dns-mode.el (auto-mode-alist):
4334         * progmodes/python.el (interpreter-mode-alist):
4335         * progmodes/etags.el (tags-compression-info-list):
4336         * progmodes/etags.el (tags-file-name):
4337         * net/browse-url.el (browse-url-galeon-program)
4338         (browse-url-firefox-program):
4339         * mail/sendmail.el (mail-signature-file)
4340         (mail-citation-prefix-regexp):
4341         * international/mule-conf.el (eight-bit):
4342         * international/latexenc.el (latex-inputenc-coding-alist):
4343         * international/fontset.el (x-pixel-size-width-font-regexp):
4344         * emacs-lisp/warnings.el (warning-type-format):
4345         * emacs-lisp/trace.el (trace-buffer):
4346         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4347         (emacs-lisp-mode-map):
4348         * calendar/holidays.el (holiday-solar-holidays)
4349         (holiday-bahai-holidays, holiday-islamic-holidays)
4350         (holiday-christian-holidays, holiday-hebrew-holidays)
4351         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4352         (hebrew-holidays-1, holiday-oriental-holidays)
4353         (holiday-general-holidays):
4354         * x-dnd.el (x-dnd-known-types):
4355         * tool-bar.el (tool-bar):
4356         * startup.el (site-run-file):
4357         * shell.el (shell-dumb-shell-regexp):
4358         * rfn-eshadow.el (file-name-shadow-tty-properties)
4359         (file-name-shadow-properties):
4360         * paths.el (remote-shell-program, news-directory):
4361         * mouse.el ([C-down-mouse-3]):
4362         * menu-bar.el (menu-bar-tools-menu):
4363         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4364         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4365         (jka-compr-compression-info-list):
4366         * isearch.el (search-whitespace-regexp):
4367         * image-file.el (image-file-name-extensions):
4368         * find-dired.el (find-ls-option):
4369         * files.el (directory-listing-before-filename-regexp)
4370         (directory-free-space-args, insert-directory-program)
4371         (list-directory-brief-switches, magic-fallback-mode-alist)
4372         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4373         (automount-dir-prefix):
4374         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4375         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4376         (face-font-registry-alternatives, face-font-registry-alternatives)
4377         (face-font-family-alternatives):
4378         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4379         (facemenu-foreground-menu, facemenu-face-menu):
4380         * epa-hook.el (epa-file-name-regexp):
4381         * dnd.el (dnd-protocol-alist):
4382         * textmodes/rst.el (auto-mode-alist):
4383         * button.el (default-button): Purecopy strings.
4385 2009-11-06  Glenn Morris  <rgm@gnu.org>
4387         * Makefile.in (ELCFILES): Update.
4389 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4391         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4392         * emacs-lisp/levents.el: Move to obsolete/levents.el.
4394         * nxml/xsd-regexp.el (xsdre-gen-categories):
4395         * nxml/xmltok.el (xmltok-parse-entity):
4396         * nxml/rng-parse.el (rng-parse-validate-file):
4397         * nxml/rng-maint.el (rng-format-manual)
4398         (rng-manual-output-force-new-line):
4399         * nxml/rng-loc.el (rng-save-schema-location-1):
4400         * nxml/rng-cmpct.el (rng-c-parse-file):
4401         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4402         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4404 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
4406         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4407         Remove extra save-excursions and make-variable-buffer-local's.
4408         Suggested by Stefan Monnier.
4410         (verilog-getopt-file, verilog-module-inside-filename-p)
4411         (verilog-set-define): Merge GNU 1.35 and repair changes from
4412         switching to using with-current-buffer.
4414         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4415         being treated as a number and confusing AUTORESET.
4416         Reported by Dan Dever.
4418         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4419         Add verilog-auto-ignore-concat to fix backward compatibility with
4420         older verilog-modes.  Reported by Dan Katz.
4422         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4423         containing closing anchors "...$".
4425         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4426         Reported by Wade Smith.
4428         (verilog-batch-execute-func): Comment on function usage.
4430 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
4432         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4433         for labels.
4435         (verilog-label-re, verilog-calc-1): Support proper indent of named
4436         asserts.
4438         (verilog-backward-token, verilog-basic-complete-re)
4439         (verilog-beg-of-statement, verilog-indent-re): Support proper
4440         indent of the assert statement at the beginning of a block of text.
4442         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4443         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4444         tokens as begins.
4446 2009-11-05  Glenn Morris  <rgm@gnu.org>
4448         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4449         Emacs 19.  (Bug#1531)
4450         (byte-compile-fix-header): Update for the above change.
4451         Drop test for epoch::version.
4453         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4454         * cus-dep.el (custom-make-dependencies):
4455         * finder.el (finder-compile-keywords):
4456         Use autoload-rubric's feature argument.
4458         * calendar/diary-lib.el (top-level): Make load behave more like require.
4460         * vc-git.el (vc-git-stash-map): Move definition before use.
4462 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4464         * custom.el (custom-declare-group): Purecopy standard-value.
4465         (custom-declare-group): Purecopy custom-prefix.
4467         * international/mule.el (load-with-code-conversion):
4468         Call do-after-load-evaluation unconditionally.
4470         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4472 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4474         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4476 2009-11-04  Glenn Morris  <rgm@gnu.org>
4478         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4479         (byte-compile-compatibility): Remove option.
4480         (byte-compile-close-variables, byte-compile-fix-header)
4481         (byte-compile-insert-header, byte-compile-output-docform)
4482         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4483         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4484         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4485         (byte-compile-insert, byte-compile-defun):
4486         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
4487         (byte-defop-compiler19): Remove.
4488         Without byte-compile-compatibility, the 'emacs19-opcode property is not
4489         used by anything.  Replace all calls with byte-defop-compiler.
4491 2009-11-04  Juri Linkov  <juri@jurta.org>
4493         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4494         (menu-bar-options-menu): Don't quote the `prop' arg of
4495         `menu-bar-make-mm-toggle'.
4497 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
4499         * calendar/calendar.el (cal-loaddefs):
4500         * calendar/diary-lib.el (diary-loaddefs):
4501         * calendar/holidays.el (hol-loaddefs):
4502         * eshell/esh-module.el (esh-groups): Load rather than require.
4504 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4506         * calendar/todo-mode.el (todo-add-category): Don't hardcode
4507         point-min==1.
4508         (todo-top-priorities): Only display-buffer when called interactively.
4509         (todo-item-start): Don't save excursion point.
4510         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
4511         (todo-insert-item-here, todo-file-item, todo-remove-item):
4512         Adjust uses of todo-item-start and todo-item-end.
4514         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4515         (autoload-rubric): Don't use any more.
4516         * cedet/semantic/fw.el (semantic/loaddefs):
4517         * cedet/srecode.el (srecode/loaddefs):
4518         * cedet/ede.el (ede/loaddefs): Load rather than require.
4519         * cedet/ede/cpp-root.el:
4520         * cedet/ede/emacs.el:
4521         * cedet/ede/files.el:
4522         * cedet/ede/linux.el:
4523         * cedet/ede/locate.el:
4524         * cedet/ede/make.el:
4525         * cedet/ede/shell.el:
4526         * cedet/ede/speedbar.el:
4527         * cedet/ede/system.el:
4528         * cedet/ede/util.el:
4529         * cedet/semantic/analyze.el:
4530         * cedet/semantic/bovine.el:
4531         * cedet/semantic/complete.el:
4532         * cedet/semantic/ctxt.el:
4533         * cedet/semantic/db-file.el:
4534         * cedet/semantic/db-find.el:
4535         * cedet/semantic/db-global.el:
4536         * cedet/semantic/db-mode.el:
4537         * cedet/semantic/db-typecache.el:
4538         * cedet/semantic/db.el:
4539         * cedet/semantic/debug.el:
4540         * cedet/semantic/dep.el:
4541         * cedet/semantic/doc.el:
4542         * cedet/semantic/edit.el:
4543         * cedet/semantic/find.el:
4544         * cedet/semantic/format.el:
4545         * cedet/semantic/html.el:
4546         * cedet/semantic/ia-sb.el:
4547         * cedet/semantic/ia.el:
4548         * cedet/semantic/idle.el:
4549         * cedet/semantic/lex-spp.el:
4550         * cedet/semantic/lex.el:
4551         * cedet/semantic/mru-bookmark.el:
4552         * cedet/semantic/scope.el:
4553         * cedet/semantic/senator.el:
4554         * cedet/semantic/sort.el:
4555         * cedet/semantic/symref.el:
4556         * cedet/semantic/tag-file.el:
4557         * cedet/semantic/tag-ls.el:
4558         * cedet/semantic/tag-write.el:
4559         * cedet/semantic/tag.el:
4560         * cedet/semantic/util-modes.el:
4561         * cedet/semantic/analyze/complete.el:
4562         * cedet/semantic/analyze/refs.el:
4563         * cedet/semantic/bovine/c.el:
4564         * cedet/semantic/bovine/gcc.el:
4565         * cedet/semantic/bovine/make.el:
4566         * cedet/semantic/bovine/scm.el:
4567         * cedet/semantic/decorate/include.el:
4568         * cedet/semantic/decorate/mode.el:
4569         * cedet/semantic/symref/cscope.el:
4570         * cedet/semantic/symref/global.el:
4571         * cedet/semantic/symref/grep.el:
4572         * cedet/semantic/symref/idutils.el:
4573         * cedet/semantic/symref/list.el:
4574         * cedet/semantic/wisent/java-tags.el:
4575         * cedet/semantic/wisent/javascript.el:
4576         * cedet/srecode/compile.el:
4577         * cedet/srecode/cpp.el:
4578         * cedet/srecode/document.el:
4579         * cedet/srecode/el.el:
4580         * cedet/srecode/expandproto.el:
4581         * cedet/srecode/getset.el:
4582         * cedet/srecode/insert.el:
4583         * cedet/srecode/java.el:
4584         * cedet/srecode/map.el:
4585         * cedet/srecode/mode.el:
4586         * cedet/srecode/template.el:
4587         * cedet/srecode/texi.el: Remove the file-local setting of
4588         generated-autoload-feature.
4590         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4591         and only put a prop if it is non-nil.
4593 2009-11-03  Juri Linkov  <juri@jurta.org>
4595         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4596         (menu-bar-options-menu): Fix list quoting (Bug#4429).
4598         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4599         and "Menu" to make top-level menu item visually one unit (like
4600         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4601         multi-word menu items).  Fix :help string for quit-window.
4603 2009-11-03  Glenn Morris  <rgm@gnu.org>
4605         * cedet/mode-local.el (with-mode-local): Doc fix.
4607         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4608         (byte-compile-file-form-define-abbrev-table)
4609         (byte-compile-file-form-custom-declare-variable)
4610         (byte-compile-variable-ref, byte-compile-defvar):
4611         Whether or not a warning is enabled should only affect whether we issue
4612         the warning, not whether or not we collect the relevant data.
4613         Eg warnings can be turned on and off throughout the course of a file.
4615         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4616         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4618 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4621         * play/mpuz.el (mpuz-create-buffer):
4622         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4623         (lm-print-y,s,noise, lm-print-w0, lm-init):
4624         * play/gomoku.el (gomoku-prompt-for-move):
4625         * play/fortune.el (fortune-in-buffer):
4626         * play/dissociate.el (dissociated-press):
4627         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4628         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4629         * mail/supercite.el (sc-eref-show):
4630         * mail/smtpmail.el (smtpmail-send-it):
4631         * mail/rmailsum.el (rmail-summary-next-labeled-message)
4632         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4633         (rmail-summary-undelete-many, rmail-summary-rmail-update)
4634         (rmail-summary-goto-msg, rmail-summary-expunge)
4635         (rmail-summary-get-new-mail, rmail-summary-search-backward)
4636         (rmail-summary-add-label, rmail-summary-output-menu)
4637         (rmail-summary-output-body):
4638         * mail/rfc822.el (rfc822-addresses):
4639         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4640         * mail/mailpost.el (post-mail-send-it):
4641         * mail/hashcash.el (hashcash-generate-payment):
4642         * mail/feedmail.el (feedmail-run-the-queue)
4643         (feedmail-queue-send-edit-prompt-help-first)
4644         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4645         (feedmail-deduce-address-list):
4646         * eshell/esh-ext.el (eshell-remote-command):
4647         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4648         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4649         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4650         (viper-save-string-in-file, viper-valid-marker):
4651         * emulation/viper-keym.el (viper-toggle-key):
4652         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4653         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4654         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4655         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4656         (viper-exec-form-in-emacs, viper-brac-function):
4657         * emulation/viper.el (viper-delocalize-var):
4658         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4659         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4660         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4661         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4662         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4663         * emulation/edt.el (edt-electric-helpify):
4664         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4665         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4666         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4667         (cua-indent-to-global-mark-column):
4668         * calendar/diary-lib.el (calendar-mark-1):
4669         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4670         Use with-current-buffer.
4671         * emulation/viper.el (viper-delocalize-var): Use dolist.
4673 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
4675         * comint.el (comint-replace-by-expanded-history-before-point):
4676         Replace !! with the previous input string literally (Bug#1795).
4678 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
4680         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4681         to be made up of whitespace.
4683 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
4685         * minibuffer.el (read-file-name): Don't use file dialogs for
4686         remote directories (Bug#99).
4688 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
4690         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4692 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4694         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4695         instead of deleting the window or frame.
4697 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4699         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4700         Support face colors.
4702         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4703         New function.  Support face colors (Bug#1168).
4704         (tex-common-initialization): Use it.
4706         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4707         mode allows it (Bug#1168).
4709 2009-10-31  Juri Linkov  <juri@jurta.org>
4711         * facemenu.el (list-colors-display): Don't mark buffer as
4712         modified (Bug#3948).
4714 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4716         * international/mule-diag.el (list-character-sets-1): Minor
4717         message fix (Bug#3526).
4719         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4720         face property (Bug#4834).
4721         (etags-list-tags, etags-tags-apropos-additional)
4722         (etags-tags-apropos, tags-select-tags-table): Add follow-link
4723         property.
4725         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4726         items.
4728         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4729         items.
4731         * cedet/ede.el (ede-minor-mode):
4732         * cedet/semantic.el (semantic-mode): Toggle menu separators.
4734 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4736         * textmodes/two-column.el (2C-split):
4737         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4738         * textmodes/tex-mode.el (tex-set-buffer-directory):
4739         * textmodes/spell.el (spell-region, spell-string):
4740         * textmodes/reftex.el (reftex-erase-buffer):
4741         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4742         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4743         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4744         (reftex-select-item):
4745         * textmodes/reftex-ref.el (reftex-label-info-update)
4746         (reftex-offer-label-menu):
4747         * textmodes/reftex-index.el (reftex-index-change-entry)
4748         (reftex-index-phrases-info):
4749         * textmodes/reftex-global.el (reftex-create-tags-file)
4750         (reftex-save-all-document-buffers, reftex-ensure-write-access):
4751         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4752         (reftex-view-crossref-from-bibtex):
4753         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4754         (reftex-extract-bib-entries-from-thebibliography)
4755         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4756         * textmodes/refbib.el (r2b-capitalize-title):
4757         (r2b-convert-buffer, r2b-help):
4758         * textmodes/page-ext.el (pages-directory)
4759         (pages-directory-goto-with-mouse):
4760         * textmodes/bibtex.el (bibtex-validate-globally):
4761         * textmodes/bib-mode.el (bib-capitalize-title):
4762         * textmodes/artist.el (artist-clear-buffer, artist-system):
4763         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4764         (local-set-scheme-interaction-buffer, xscheme-process-filter)
4765         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4766         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4767         (xscheme-send-control-g-interrupt, xscheme-start-process)
4768         (xscheme-process-sentinel, xscheme-cd):
4769         * progmodes/verilog-mode.el (verilog-read-always-signals)
4770         (verilog-set-define, verilog-getopt-file)
4771         (verilog-module-inside-filename-p):
4772         * progmodes/sh-script.el:
4773         * progmodes/python.el (python-pdbtrack-get-source-buffer)
4774         (python-pdbtrack-grub-for-buffer, python-execute-file):
4775         * progmodes/octave-inf.el (inferior-octave):
4776         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4777         (idlwave-shell-compile-helper-routines, idlwave-set-local)
4778         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4779         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4780         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4781         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4782         (idlwave-shell-filter, idlwave-shell-examine-highlight)
4783         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4784         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4785         (idlwave-shell-examine-display, idlwave-shell-run-region)
4786         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4787         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4788         * progmodes/idlw-help.el (idlwave-help-get-special-help)
4789         (idlwave-help-get-help-buffer):
4790         * progmodes/gud.el (gud-basic-call, gud-find-class)
4791         (gud-tooltip-activate-mouse-motions-if-enabled):
4792         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4793         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4794         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4795         (ebrowse-tags-next-file):
4796         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4797         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4798         (ebnf-eps-finish-and-write):
4799         * progmodes/cpp.el (cpp-edit-save):
4800         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4801         * progmodes/cc-defs.el (c-emacs-features):
4802         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4803         (antlr-directory-dependencies):
4804         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4805         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4806         (ada-find-any-references, ada-make-filename-from-adaname)
4807         (ada-make-body-gnatstub):
4808         * obsolete/rnews.el (news-list-news-groups):
4809         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4810         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4811         * net/rcirc.el (rcirc-debug):
4812         * net/newst-treeview.el (newsticker--treeview-list-add-item)
4813         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4814         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4815         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4816         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4817         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4818         (newsticker--treeview-list-clear-highlight)
4819         (newsticker--treeview-list-update-highlight)
4820         (newsticker--treeview-list-highlight-start)
4821         (newsticker--treeview-tree-update-highlight)
4822         (newsticker--treeview-get-selected-item)
4823         (newsticker-treeview-mark-list-items-old)
4824         (newsticker--treeview-set-current-node):
4825         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4826         * net/newst-backend.el (newsticker--get-news-by-funcall)
4827         (newsticker--get-news-by-wget, newsticker--image-get)
4828         (newsticker--image-sentinel):
4829         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4830         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4831         (eudc-ph-close-session):
4832         * net/eudc.el (eudc-save-options):
4833         * language/thai-word.el (thai-update-word-table):
4834         * language/japan-util.el (japanese-string-conversion):
4835         * international/titdic-cnv.el (tsang-quick-converter)
4836         (ziranma-converter, ctlau-converter):
4837         * international/mule-cmds.el (describe-language-environment):
4838         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4839         (skkdic-convert-postfix, skkdic-convert-prefix):
4840         (skkdic-convert-okuri-nasi, skkdic-convert):
4841         * emacs-lisp/re-builder.el (reb-update-overlays):
4842         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4843         * emacs-lisp/gulp.el (gulp-send-requests):
4844         * emacs-lisp/find-gc.el (trace-call-tree):
4845         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4846         (eieio-describe-generic):
4847         * emacs-lisp/eieio-base.el (eieio-persistent-read):
4848         * emacs-lisp/edebug.el (edebug-outside-excursion):
4849         * emacs-lisp/debug.el (debugger-make-xrefs):
4850         * emacs-lisp/cust-print.el (custom-prin1-to-string):
4851         * emacs-lisp/chart.el (chart-new-buffer):
4852         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4853         Use with-current-buffer.
4854         * textmodes/artist.el (artist-system): Don't call
4855         copy-sequence on a fresh string.
4856         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4858 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
4860         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4861         is no item to edit.  (Bug#4820)
4862         (todo-top-priorities): Restore point and restore narrowing in Todo
4863         buffer.  (Bug#4820)
4865 2009-10-31  Glenn Morris  <rgm@gnu.org>
4867         * net/ange-ftp.el (top-level): Don't require dired when compiling.
4868         (comint-last-output-start, comint-last-input-start)
4869         (comint-last-input-end): Don't defvar when compiling.
4870         (ange-ftp-process-file): Use bound-and-true-p.
4872         * pcmpl-rpm.el (top-level): Move provide statement to end.
4873         (pcmpl-rpm): Remove unused custom group.
4875         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4877         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4879         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4880         (byte-compile-warnings): Add `constants' as an option.
4881         (byte-compile-callargs-warn, byte-compile-arglist-warn)
4882         (display-call-tree): Update for byte-compile-fdefinition possibly
4883         returning `(macro lambda ...)'.  (Bug#4778)
4884         (byte-compile-variable-ref, byte-compile-setq-default):
4885         Respect `constants' member of byte-compile-warnings.
4887         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4888         Use mapc rather than mapcar because the return value is never used.
4890         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4891         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4892         * cedet/semantic/html.el:
4893         Suppress harmless warnings about setting up semantic-imenu (not
4894         part of Emacs) variables.
4896 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4898         * vc-bzr.el (vc-bzr-revision-keywords): New var.
4899         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4900         to "submit:".
4902         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4903         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4904         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4905         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4906         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4907         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4908         (semantic-analyzer-debug-global-symbol)
4909         (semantic-analyzer-debug-missing-innertype)
4910         (semantic-analyzer-debug-insert-include-summary):
4911         * cedet/semantic/util.el (semantic-file-tag-table):
4912         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4913         (semantic-recursive-find-nonterminal-by-name):
4914         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4915         * cedet/semantic/tag-file.el (semantic-prototype-file):
4916         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4917         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4918         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4919         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4920         (semantic-idle-summary-maybe-highlight):
4921         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4922         (semantic-ia-sb-tag-info):
4923         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4924         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4925         * cedet/semantic/ede-grammar.el (project-compile-target):
4926         (ede-proj-makefile-insert-variables):
4927         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4928         (semantic-debug-set-source-location, semantic-debug-interface-layout)
4929         (semantic-debug-mode, semantic-debug):
4930         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4931         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4932         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4933         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4934         (semanticdb-find-translate-path-includes--internal)
4935         (semanticdb-reset-log, semanticdb-find-log-activity):
4936         * cedet/semantic/db-file.el (object-write):
4937         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4938         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4939         (semanticdb-create-ebrowse-database):
4940         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4941         * cedet/semantic/complete.el (semantic-displayor-focus-request)
4942         (semantic-collector-calculate-completions-raw)
4943         (semantic-complete-read-tag-analyzer):
4944         * cedet/semantic/analyze.el (semantic-analyze-pulse):
4945         * cedet/ede/util.el (ede-update-version-in-source):
4946         * cedet/ede/proj.el (project-delete-target):
4947         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4948         (ede-proj-flush-autoconf):
4949         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4950         (ede-proj-configure-synchronize):
4951         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4952         * cedet/ede/linux.el (ede-linux-version):
4953         * cedet/ede/emacs.el (ede-emacs-version):
4954         * cedet/ede/dired.el (ede-dired-add-to-target):
4955         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4956         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4957         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4958         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4959         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4960         (cedet-idutils-version-check):
4961         * cedet/cedet-global.el (cedet-gnu-global-call):
4962         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4963         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4964         * cedet/cedet-cscope.el (cedet-cscope-call)
4965         (cedet-cscope-expand-filename, cedet-cscope-version-check):
4966         Use with-current-buffer.
4967         * cedet/ede.el (ede-make-project-local-variable)
4968         (ede-set-project-variables, ede-set): Use dolist.
4970 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
4972         * textmodes/ispell.el (ispell-skip-region-alist):
4973         * international/mule-conf.el (eight-bit):
4974         * international/fontset.el (font-encoding-alist):
4975         * startup.el (pure-space-overflow-message):
4976         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4977         * paths.el (gnus-nntp-service, rmail-spool-directory)
4978         (term-file-prefix):
4979         * files.el (save-some-buffers-action-alist):
4980         * cmuscheme.el (same-window-buffer-names):
4981         * ielm.el (same-window-buffer-names):
4982         * shell.el (same-window-buffer-names):
4983         * mail/sendmail.el (same-window-buffer-names):
4984         * progmodes/inf-lisp.el (same-window-buffer-names):
4985         * bindings.el (mode-line-client)
4986         (mode-line-column-line-number-mode-map):
4987         * language/tibetan.el (tibetan-precomposition-rule-regexp)
4988         (tibetan-precomposed-regexp): Purecopy string arguments.
4990 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4992         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4993         (calcDigit-nondigit):
4994         * calc/calc-yank.el (calc-copy-to-buffer):
4995         * calc/calc-units.el (calc-invalidate-units-table):
4996         * calc/calc-trail.el (calc-trail-yank):
4997         * calc/calc-store.el (calc-insert-variables):
4998         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4999         * calc/calc-prog.el (calc-read-parse-table):
5000         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5001         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5002         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5003         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5004         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5005         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5006         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5007         * calc/calc-ext.el (calc-realign):
5008         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5009         (calc-embedded-finish-edit, calc-embedded-make-info)
5010         (calc-embedded-finish-command, calc-embedded-stack-change):
5011         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5013         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5014         (overload-docstring-extension): Use that info.
5015         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5016         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5017         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5018         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5019         (semantic-nonterminal-full-name): Add the new `when' info.
5020         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5021         `assert'.
5023         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5024         shell-dynamic-complete-filename in preference to
5025         comint-dynamic-complete-filename.
5027         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5028         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5029         Don't consider whether the display supports colors.
5030         (bookmark-import-new-list): Use dolist.
5031         (bookmark-bmenu-mode-map): Move initialization into declaration.
5032         (bookmark-bmenu-list): Use dolist, simplify.
5033         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5034         (menu-bar-final-items): Use push.
5036 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5038         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5039         it works on remote files.
5040         (vc-hg-diff): Don't pass any `--cwd' argument.
5042 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5044         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5045         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5046         (Further to Bug#3921).
5048 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5050         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5051         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5052         calling `tramp-imap-put-file'.  Add file size to the call.
5053         (tramp-imap-get-file-entries): Compute also user name, file size,
5054         and date.
5055         (tramp-imap-handle-insert-directory): Insert uid and gid.
5056         (tramp-imap-handle-file-attributes): Transform uid and gid
5057         according to `id-format'.
5058         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5059         size in header X-Size.
5061 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5063         * simple.el (transpose-subr): Give clearer error when the mark
5064         is not set.  (Bug#4807)
5066 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5068         * net/tramp.el (tramp-perl-file-truename): New defconst.
5069         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5070         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5071         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5072         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5074         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5075         Ignore `dired-call-process'.
5076         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5078 2009-10-26  Julian Scheid  <julians37@gmail.com>
5080         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5081         (tramp-get-remote-readlink): New defun.
5082         (tramp-handle-file-truename): Use it.
5083         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5084         file exists if cache value present.
5085         (tramp-check-cached-permissions): New defun.
5086         (tramp-handle-file-readable-p): Use it.
5087         (tramp-handle-file-writable-p): Likewise.
5088         (tramp-handle-file-executable-p): Likewise.
5089         (tramp-handle-file-name-all-completions): Try using Perl to get
5090         partial completions.  When perl not available, combine `cd' and
5091         `ls' into single remote operation and use shell expansion to get
5092         partial remote directory contents.  Set `file-exists-p' cache for
5093         directory and any files returned by ls.  Change cache handling to
5094         support partial directory contents.  Use error message emitted by
5095         remote `cd' or Perl code for local tramp-error.
5096         (tramp-do-copy-or-rename-file-directly): Avoid separate
5097         tramp-send-command-and-check call.
5098         (tramp-handle-process-file): Merge three remote ops into one.
5099         Do not flush all caches when `process-file-side-effects' is set.
5100         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5101         file-attributes shows uid/gid to be set already.
5103 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5105         * textmodes/tex-mode.el (tex-dvi-view-command)
5106         (tex-show-queue-command, tex-open-quote):
5107         * progmodes/ruby-mode.el (auto-mode-alist)
5108         (interpreter-mode-alist): Purecopy strings.
5110         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5112         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5113         string for the hook, keymap and abbrev table.
5115         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5117         * x-dnd.el (x-dnd-xdnd-to-action):
5118         * startup.el (fancy-startup-text, fancy-about-text): Change to
5119         defconst from defvar.
5121         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5123         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5124         Purecopy initialization strings.
5126         * mail/sendmail.el (mail-header-separator)
5127         (mail-personal-alias-file):
5128         * mail/rmail.el (rmail-default-dont-reply-to-names)
5129         (rmail-ignored-headers, rmail-retry-ignored-headers)
5130         (rmail-highlighted-headers, rmail-secondary-file-directory)
5131         (rmail-secondary-file-regexp):
5132         * files.el (null-device, file-name-invalid-regexp)
5133         (locate-dominating-stop-dir-regexp)
5134         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5135         (interpreter-mode-alist): Use mapcar instead of mapc.
5137         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5139         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5140         (completion-ignored-extensions):
5141         (debug-ignored-errors): Purecopy strings.
5143 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5145         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5146         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5147         (pcomplete--here): Use push.
5149         * subr.el (all-completions): Declare the 4th arg obsolete.
5151 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5153         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5154         (pcomplete-unquote-argument): New function.
5155         (pcomplete--common-suffix): Always pay attention to case.
5156         (pcomplete--table-subvert): Quote and unquote the text.
5157         (pcomplete--common-quoted-suffix): New function.
5158         (pcomplete-std-complete): Use it and pcomplete-begin.
5160         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5161         we're inside a dedicated or minibuffer window.
5163 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5165         * cedet/semantic/fw.el (semantic-alias-obsolete)
5166         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5167         (define-mode-overload-implementation):
5168         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5169         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5170         * cedet/semantic/util.el (semantic-file-token-stream)
5171         (semantic-something-to-stream):
5172         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5173         (semantic-expand-nonterminal):
5174         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5175         (semantic-find-dependency, semantic-find-nonterminal)
5176         (semantic-find-dependency):
5177         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5178         (semantic-flex-text, semantic-flex-make-keyword-table)
5179         (semantic-flex-keyword-p, semantic-flex-keyword-put)
5180         (semantic-flex-keyword-get, semantic-flex-map-keywords)
5181         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5182         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5183         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5184         (semantic-after-idle-scheduler-reparse-hooks):
5185         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5186         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5187         * cedet/semantic.el (semantic-toplevel-bovine-table)
5188         (semantic-toplevel-bovine-cache)
5189         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5190         (semantic-init-mode-hooks, semantic-init-db-hooks)
5191         (semantic-bovination-working-type): Provide the `when' arg.
5193 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5195         * bookmark.el: Update documentation, especially documentation
5196         of `bookmark-alist' and of the bookmark file format.
5197         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5199 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5201         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5202         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5203         window to buffer.
5205         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5206         (global-whitespace-mode, global-whitespace-newline-mode)
5207         (whitespace-toggle-options, global-whitespace-toggle-options):
5208         Doc fix (Bug#3660).
5210         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5211         of xmltok-start before the end tag was inserted (Bug#2840).
5213         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5214         patterns that are preceded by an open-paren (Bug#1320).
5216 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5218         * files.el (delete-directory): Delete symlinks to directories with
5219         delete-file (Bug#4739).
5221 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5223         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5224         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5225         argument to make-obsolete.
5227         * cedet/semantic/fw.el (semantic-alias-obsolete)
5228         (semantic-varalias-obsolete): Add optional WHEN argument.
5230 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5232         * vc.el (vc-backend-for-registration): Rename from
5233         vc-get-backend-for-registration.  Update callers.
5235         * international/mule-cmds.el (set-language-info-alist):
5236         Purecopy lang-env.
5237         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5238         (charset): Purecopy the name.
5239         (define-char-code-property): Purecopy string arguments.
5241         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5242         Purecopy string arguments.
5244         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5245         * ediff-hook.el (menu-bar-ediff-menu):
5246         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5247         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5249 2009-10-24  Glenn Morris  <rgm@gnu.org>
5251         * comint.el (comint-dynamic-list-completions):
5252         * term.el (term-dynamic-list-completions): Use choose-completion rather
5253         than obsolete alias mouse-choose-completion.
5255         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5256         file-cache-choose-completion.
5257         (file-cache-choose-completion): Handle an optional event argument.
5258         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5260         * progmodes/octave-mod.el (octave-complete-symbol):
5261         Use choose-completion if mouse-choose-completion is ever removed.
5263         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5264         use.
5266         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5267         compiler.
5269         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5271 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5273         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5274         Ignore `pred' now that we receive one.
5275         Handle test-completion specially.
5277 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5279         * vc.el (vc-responsible-backend): Throw an error if not backend is
5280         found.  Remove the REGISTER argument.  Move the code dealing with
5281         REGISTER ...
5282         (vc-get-backend-for-registration): ... here.  New function.
5283         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5284         of vc-responsible-backend, pass the file name instead of the
5285         directory name.
5287 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5289         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5290         New funs.
5291         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5292         (pcomplete-comint-setup): Don't modify a global var via
5293         accidental side-effects.
5294         (pcomplete-shell-setup): Adjust call accordingly.
5295         (pcomplete-parse-comint-arguments): Use push.
5297 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5299         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5300         Allow uncapitalized info node names (Bug#3921).
5302         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5303         to the DEBUG file (Bug#3781).
5305 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5307         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5308         dictionary entry (Bug#4579).
5310 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5312         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5313         from `rfn-eshadow-update-overlay-hook' when unloading.
5314         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5315         "rsyncc".  Adjust doc string.
5316         (tramp-temp-buffer-file-name): New buffer-local defvar.
5317         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5318         Keep temporary file when indicated by method ("rsync" and
5319         "rsyncc").
5320         (tramp-handle-write-region): Handle APPEND.
5321         (tramp-delete-temp-file-function): New defun.  Added to
5322         `kill-buffer-hook'.
5324 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5326         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5328 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5330         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5331         (color-name-rgb-alist, tty-standard-colors)
5332         (tty-color-mode-alist): Change to defconst.
5334         * simple.el (mark-inactive): Purecopy message.
5336         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5337         (global-map, yank-menu):
5338         * textmodes/ispell.el (ispell-menu-map):
5339         * net/eudc.el (eudc-tools-menu):
5340         * international/mule-cmds.el (describe-language-environment-map)
5341         (setup-language-environment-map, set-coding-system-map)
5342         (mule-menu-keymap):
5343         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5344         * replace.el (occur-mode-map):
5345         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5347 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5349         * calc/calc.el (math-read-number, math-read-number-simple): Use
5350         `save-match-data'.
5352 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5354         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5355         rather than fiddling with global-map bindings, since it should only
5356         affect per-terminal settings.
5357         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5359         * minibuffer.el (completion-table-with-terminator): Allow to specify
5360         the terminator-regexp.
5362         * simple.el (switch-to-completions): Look for *Completions* in other
5363         frames as well.
5365         * pcomplete.el: Allow the use of completion-tables.
5366         (pcomplete-std-complete): New command.
5367         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5368         (pcomplete--here): Use a function for `form' rather than an expression,
5369         so it can be byte-compiled.
5370         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5371         Add edebug declaration.
5372         (pcomplete-show-completions): Remove unused var `curbuf'.
5373         (pcomplete-do-complete, pcomplete-stub):
5374         Don't assume `completions' is a list of strings any more.
5376 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5378         * find-dired.el (find-name-arg): Fix typo in docstring.
5380 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5382         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5383         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5385         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5386         pcomplete-entries.
5388         * comint.el (comint-read-input-ring, comint-write-input-ring)
5389         (comint-substitute-in-file-name)
5390         (comint-dynamic-complete-as-filename)
5391         (comint-dynamic-simple-complete)
5392         (comint-dynamic-list-filename-completions)
5393         (comint-dynamic-list-completions)
5394         (comint-redirect-results-list-from-process): Minor simplifications.
5396 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5398         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5399         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5400         the first form.  And insert a blank line after ";;; Code" since
5401         that's usual style.  (Bug#4612)
5403         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5405 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5407         * minibuffer.el (completion-table-with-terminator): Properly implement
5408         boundaries, in case `terminator' appears in the suffix.
5409         (completion--embedded-envvar-table): Don't return boundaries if
5410         there's no valid completion.  Simplify.
5411         (completion-file-name-table): New completion table extracted from
5412         completion--file-name-table.
5413         (completion--file-name-table): Use it.
5414         (read-file-name-predicate): Declare obsolete.
5415         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5416         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5417         completion-file-name-table, and use the `pred' argument.
5418         * files.el (locate-file-completion-table): Use the `pred' arg rather
5419         than read-file-name-predicate.
5420         (abbreviate-file-name): Use \` rather than ^ for BOS.
5422 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5424         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5425         vc-responsible-backend to register, it causes problems.
5427 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5429         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5431 2009-10-21  Eric Ludlam  <zappo@gnu.org>
5433         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5434         (semantic-c-debug-mode-init-pch): New functions.
5435         (semantic-c-debug-mode-init-last-mode): New var.
5436         (semantic-c-parse-lexical-token): Use them.
5438         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5439         When extracting the argument list, limit only by point-max.
5441 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5443         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5444         (tramp-smb-handle-file-attributes): Use it.
5445         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5446         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5447         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5448         Add `dired-filename' text properties.
5449         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5450         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5451         version.
5453 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5455         * subr.el (read-key-delay): Reduce to 0.01.
5456         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5457         (bug#4751).
5459 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5461         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5463         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5464         (Info-menu): Remove unused vars `last' and `completions'.
5465         (Info-index-nodes): Remove unused var `node'.
5467         * info.el (Info-complete-menu-item): Use complete-with-action.
5469 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5471         Make vc-annotate work through copies and renames.
5472         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5473         Return the file name too.
5474         (vc-annotate-revision-at-line)
5475         (vc-annotate-find-revision-at-line)
5476         (vc-annotate-revision-previous-to-line)
5477         (vc-annotate-show-log-revision-at-line): Update to get the file
5478         name from vc-annotate-extract-revision-at-line.
5479         (vc-annotate-show-diff-revision-at-line-internal): Change the
5480         argument to mean whether to show a file diff or not.  Get the file
5481         name from vc-annotate-extract-revision-at-line.
5482         (vc-annotate-show-diff-revision-at-line):
5483         Update vc-annotate-show-diff-revision-at-line call.
5484         (vc-annotate-warp-revision): Add an optional file argument.
5486         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5487         (vc-git-annotate-extract-revision-at-line): Also return the file
5488         name if found.
5490         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5491         command.  Remove unused code.
5492         (vc-hg-annotate-re): Update to match --follow output.
5493         (vc-hg-annotate-extract-revision-at-line): Also return the file
5494         name if found.
5496         * vc.el: Update annotate-extract-revision-at-line documentation.
5498 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5500         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5501         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5503         * net/browse-url.el (browse-url): Identify alist with "consp and
5504         not functionp" and let all other things go down the `apply' leg,
5505         as suggested by Stefan.  (Further to bug#4531.)
5507 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5509         * minibuffer.el (read-file-name): Check for repeat before putting
5510         a default argument in file-name-history (Bug#4657).
5512         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5513         read syntax (Bug#4737).
5515         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5517 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5519         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5520         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5521         entries and make note of obsolete tags.
5523 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5525         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5527 2009-10-18  Glenn Morris  <rgm@gnu.org>
5529         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5530         grep, so that binary files (eg international/uni-bidi.el) can match.
5531         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5532         now, and in any case the file header format has changed.
5534 2009-10-17  Glenn Morris  <rgm@gnu.org>
5536         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5537         (flyspell-get-word, flyspell-large-region)
5538         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5540 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5542         * Makefile.in (ELCFILES): Add ede/shell.
5544 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5546         * term/common-win.el (x-colors): Purecopy it.
5548 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5550         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5551         permissive for when the buffer is empty.
5552         (tar-header-block-tokenize): Decode the username and groupname.
5553         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5555 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5557         * cedet/srecode/srt.el:
5558         * cedet/srecode/compile.el:
5559         * cedet/semantic/mru-bookmark.el:
5560         * cedet/semantic/debug.el:
5561         * cedet/semantic/complete.el:
5562         * cedet/semantic/analyze.el: Require CL when compiling.
5564 2009-10-17  Eric Ludlam  <zappo@gnu.org>
5566         * cedet/semantic/scope.el
5567         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5568         tmpscope so that the regular scope will continue to work.
5570         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5571         Use semantic-idle-summary-highlight-face as the highlighting.
5573         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5574         contains multibyte characters, choose first applicable coding
5575         system automatically.
5577         * cedet/ede/project-am.el (project-run-target): New method.
5578         (project-run-target): New method.
5580         * cedet/ede.el (ede-target): Add run target menu item.
5581         (ede-project, ede-minor-keymap): Add ede-run-target binding.
5582         (ede-run-target): New function.
5583         (ede-target::project-run-target): New method.
5585         * cedet/ede/proj.el (project-run-target): New method.
5587         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5588         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
5589         Add :rules.
5590         (ede-proj-target-makefile-shared-object): Only libtool compilers
5591         now available.  Add linkers for libtool.
5592         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5593         (ede-proj-makefile-target-name): Always use .la extension.
5595         * cedet/ede/proj-prog.el (project-run-target): New method.
5597         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5598         (ede-g++-linker): Change Change link lines.
5600         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5601         When searching for old variables, go to the end of the buffer and
5602         search backward from there.
5603         (ede-proj-makefile-automake-insert-subdirs)
5604         (ede-proj-makefile-automake-insert-extradist): New methods.
5605         (ede-proj-makefile-create): Use them.
5607         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5608         Force FILE to expand to the current target.  Use file-exists-p to
5609         check that it exists.
5611         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5612         (ede-linux-load): Wrap dir in file-name-as-directory.
5613         Set :version slot.
5615         * cedet/ede/files.el (ede-get-locator-object): When enabling
5616         locate, do so on "top".
5618         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5619         file-name-as-directory during compare.
5620         (ede-emacs-version): Return Emacs/XEmacs differentiator.
5621         Get version number from different places.  Don't call egrep.
5622         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
5623         to set the directory.
5625         * cedet/ede/shell.el: New file.
5627         * cedet/inversion.el (inversion-decoders): Allow for stray . in
5628         alpha/beta variants.
5630 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5632         * international/mule-cmds.el (select-safe-coding-system): If the file
5633         has a coding cookie, use it regardless of any other setting (bug#4712).
5635 2009-10-17  Glenn Morris  <rgm@gnu.org>
5637         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5638         All errors should have messages.
5640         * foldout.el (foldout-mouse-swallow-events):
5641         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5643         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5644         (dired-keep-marker-copy, dired-keep-marker-hardlink)
5645         (dired-keep-marker-symlink, dired-dwim-target)
5646         (dired-copy-preserve-time): Do not autoload these defcustoms.
5648         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5649         messages from messing up the file coding.  (Bug#4623)
5651 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
5653         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5654         if no match is found for the current dictionary.  (Bug#4578)
5656         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5657         optional, since that is how it is documented, and this is often called
5658         with a nil argument.  (Bug#4577)
5659         (flyspell-external-point-words, flyspell-auto-correct-word)
5660         (flyspell-correct-word-before-point, flyspell-word-search-forward)
5661         (flyspell-word-search-backward): Remove nil argument in calls to
5662         flyspell-get-word, since it is not needed now.
5664 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
5666         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
5668 2009-10-16  Glenn Morris  <rgm@gnu.org>
5670         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5672 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5674         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5675         (ange-ftp-file-size): New function.
5676         (ange-ftp-file-attributes): Use it.
5678 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
5680         * net/tramp-smb.el (tramp-smb-version): New defvar.
5681         (tramp-smb-maybe-open-connection): Use it, in order to avoid
5682         repeated checks.
5684 2009-10-16  Glenn Morris  <rgm@gnu.org>
5686         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5687         Maybe copy some custom properties from old to new name.  (Bug#4706)
5689 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
5691         * subr.el (error, sit-for, start-process-shell-command)
5692         (start-file-process-shell-command): Set the calling convention
5693         after the function definition.
5695 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5697         * subr.el (error, sit-for, start-process-shell-command)
5698         (start-file-process-shell-command): Use the new
5699         set-advertised-calling-convention feature.
5701 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
5703         * international/ucs-normalize.el (ucs-normalize-version):
5704         Change to 1.2.
5705         (check-range): Adjust for Unicode 5.2.
5707 2009-10-15  Juri Linkov  <juri@jurta.org>
5709         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5710         to the `menu-item' format.
5712 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
5714         * net/tramp.el (tramp-replace-environment-variables): Do not fail
5715         if the environment variable does not exist.
5717         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5718         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5719         parameter.
5720         (tramp-smb-handle-add-name-to-file)
5721         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5722         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5723         (tramp-smb-handle-file-attributes)
5724         (tramp-smb-do-file-attributes-with-stat)
5725         (tramp-smb-handle-file-local-copy)
5726         (tramp-smb-handle-insert-directory)
5727         (tramp-smb-handle-make-directory)
5728         (tramp-smb-handle-make-directory-internal)
5729         (tramp-smb-handle-make-symbolic-link)
5730         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5731         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5732         (tramp-smb-maybe-open-connection): Apply the changed parameters.
5733         (tramp-smb-read-file-entry): Read Disk names in compressed format.
5734         Handle long file names.
5735         (tramp-smb-get-cifs-capabilities): Check, whether the connection
5736         process is running.
5737         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5738         Read share names with "-g" option.
5740 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
5742         * net/rcirc.el (rcirc-view-log-file): New command.
5743         (rcirc-track-minor-mode-map): Remove C-c ` binding.
5744         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5745         specified.
5747 2009-10-15  Glenn Morris  <rgm@gnu.org>
5749         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5750         from the second command-line argument.
5751         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5752         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5753         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5754         w32-batch-update-autoloads.
5755         * emacs-lisp/autoload.el (autoload-make-program): New variable.
5756         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5758         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5759         the headers cannot be located.  Simplify, subtracting superflous
5760         save-excursions.
5762 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5764         Replace completion-base-size by completion-base-position to fix bugs
5765         such as (bug#4699).
5766         * simple.el (completion-base-position): New var.
5767         (completion-base-size): Mark as obsolete.
5768         (choose-completion): Make it work for mouse events as well.
5769         Pass the new base-position to choose-completion-string.
5770         (choose-completion-guess-base-position): New function, extracted from
5771         choose-completion-delete-max-match.
5772         (choose-completion-delete-max-match): Use it.  Make obsolete.
5773         (choose-completion-string): Use the new base-position info.
5774         (completion-root-regexp): Delete.
5775         (completion-setup-function): Preserve completion-base-position.
5776         Eliminate obsolete base-size manipulation.
5777         * minibuffer.el (display-completion-list): Don't mess with base-size.
5778         (minibuffer-completion-help): Set completion-base-position instead.
5779         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5780         choose-completion.
5781         * textmodes/bibtex.el (bibtex-complete):
5782         * emacs-lisp/crm.el (crm--choose-completion-string):
5783         Adjust to new calling convention.
5784         * complete.el (partial-completion-mode): Use minibufferp to avoid
5785         bumping into incompatible change to choose-completion-string-functions.
5786         * ido.el (ido-choose-completion-string): Make its calling convention
5787         more permissive.
5788         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5789         base-size manipulation.
5790         (comint-dynamic-list-input-ring): Use dotimes and push.
5791         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5792         fundamental-mode.  Use `or'.
5794 2009-10-14  Juri Linkov  <juri@jurta.org>
5796         * misearch.el (multi-isearch-next-buffer-from-list)
5797         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
5799 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5801         * Makefile.in (compile-onefile): Load `bytecomp' rather than
5802         `bytecomp.el'.
5804         * minibuffer.el (completion-pcm--merge-completions): Make sure the
5805         string we return is all made up of text from the completions rather
5806         than part from the completions and part from the input (bug#4219).
5808         * ido.el (ido-everywhere): Use define-minor-mode.
5810         * buff-menu.el (list-buffers, ctl-x-map):
5811         Mark the entry points with ;;;###autoload cookies.
5813 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5815         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5816         correctly in the detached head case.
5817         (vc-git-print-log): Remove unused binding.
5819         * vc.el (vc-responsible-backend): When a directory is passed for
5820         for registration create a VC repository if no backend is
5821         responsible for the directory argument.
5822         (vc-deduce-fileset): Tell vc-responsible-backend to register.
5824         * vc.el: Move comments about RCS and SCCS ...
5825         * vc-rcs.el:
5826         * vc-sccs.el: ... here, respectively.
5828 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5830         * minibuffer.el (completion--file-name-table): Return nil if there's
5831         no file completion, even if substitute-in-file-name changed
5832         the string (bug#4708).
5834 2009-10-13  Juri Linkov  <juri@jurta.org>
5836         * files-x.el (read-file-local-variable-value): Don't filter out
5837         minor modes from mode name completion (bug#4664).
5839 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5841         * international/mule-cmds.el (ucs-names): Remove exclusion of
5842         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5844 2009-10-13  Kenichi Handa  <handa@m17n.org>
5846         * international/uni-name.el: Regenerated.
5848 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
5850         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
5851         should be automatically buffer-local, but isn't.)
5853 2009-10-12  Sam Steingold  <sds@gnu.org>
5855         * progmodes/compile.el (compilation-next-error-function): Fix the
5856         timestamps if the buffer has been visited before.
5857         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5858         non-anchored patterns, like the perl one (bug#3928).
5860 2009-10-12  Glenn Morris  <rgm@gnu.org>
5862         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5863         Let-bind `size'.
5865 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
5867         * proced.el (proced-unload-function): New function.
5869         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5870         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5871         Doc fix.
5873         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5875 2009-10-11  Juri Linkov  <juri@jurta.org>
5877         * files-x.el (read-file-local-variable-value):
5878         Provide default value only for bound variables (bug#4664).
5880 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
5882         * net/tramp.el (tramp-local-host-p): Function shall return nil for
5883         connection methods like smb.
5885         * net/tramp-cache.el (tramp-flush-connection-property): The hash
5886         can be empty.
5888         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5889         (tramp-smb-file-name-handler-alist): Add handlers for
5890         `add-name-to-file', `make-symbolic-link'.
5891         (tramp-smb-handle-add-name-to-file)
5892         (tramp-smb-do-file-attributes-with-stat)
5893         (tramp-smb-handle-make-symbolic-link)
5894         (tramp-smb-get-cifs-capabilities): New defuns.
5895         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5896         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5897         (tramp-smb-handle-file-local-copy)
5898         (tramp-smb-handle-make-directory-internal)
5899         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5900         The file name syntax depends on cifs capabilities.
5901         (tramp-smb-handle-file-attributes):
5902         Call `tramp-smb-do-file-attributes-with-stat' if possible.
5903         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5904         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5906 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
5908         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5909         (eieio-defclass): Apply deftype handler and setf-method properties
5910         directly.
5911         (eieio-add-new-slot): Avoid union function from cl library.
5912         (eieio--typep): New function.
5913         (eieio-perform-slot-validation): Use it.
5915 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5917         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5918         Update documentation to refer to the variables documented in r1.135.
5919         (Bug#4188)
5921 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
5923         * bookmark.el (Info-suffix-list): Remove this unused variable.
5924         (bookmark-current-point): Remove this obsolete variable.
5925         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5926         Adjust for removal of bookmark-current-point.
5928         (bookmarks-already-loaded, bookmark-current-buffer)
5929         (bookmark-yank-point): Document.  (Bug#4188)
5931 2009-10-10  Glenn Morris  <rgm@gnu.org>
5933         * frame.el (frame-height): Doc fix.
5935         * calendar/calendar.el (calendar-split-width-threshold): New option.
5936         (calendar-basic-setup): Use calendar-split-width-threshold.
5938 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
5940         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5941         Use .la for Automake.
5943 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
5945         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5946         Use "autoreconf -i".  Suggested by Andreas Schwab.
5948 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
5950         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5951         Ideographic Supplement" range (U+1F200..U+1F2FF).
5953 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5955         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5956         since the list will have been rebuilt anyway.  (Bug#4349)
5958 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5960         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5961         (bookmark-bmenu-execute-deletions): Don't save here, as
5962         bookmark-delete will now do so if necessary.
5963         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5964         (Bug#4348)
5966 2009-10-09  Glenn Morris  <rgm@gnu.org>
5968         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5970 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
5972         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5973         (bookmark-jump-other-window): Just invoke bookmark-jump with new
5974         argument now, so the two function's behaviors will match.  (Bug#3645)
5976 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5978         * cedet/ede/proj.el (project-make-dist, project-compile-project):
5979         Fix filename test.
5980         (ede-proj-dist-makefile): Use expand-file-name instead of concat
5981         to expand file names.
5983 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
5985         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5986         (tramp-file-name-real-host, tramp-file-name-port):
5987         Apply `save-match-data'.
5989         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5990         case both directories are remote.
5991         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5992         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5994 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
5996         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5997         (ede-proj-target-makefile-objectcode): Use it.
5999         * cedet/ede/source.el (ede-want-any-source-files-p)
6000         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6001         Return search result.  This error was introduced while merging.
6003 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6005         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6007 2009-10-07  Glenn Morris  <rgm@gnu.org>
6009         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6010         of concat.
6012 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6014         * files-x.el (read-file-local-variable): Include some
6015         non-user-variables in the completion table (bug#4664).
6017 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6019         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6020         message.
6022         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6023         (tramp-smb-file-name-handler-alist): Add handler for
6024         `copy-directory', `expand-file-name', `set-file-modes'.
6025         (tramp-smb-handle-copy-directory)
6026         (tramp-smb-handle-expand-file-name)
6027         (tramp-smb-handle-set-file-modes): New defuns.
6028         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6029         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6030         entry.
6031         (tramp-smb-handle-insert-directory): Don't flush the cache.
6032         (tramp-smb-maybe-open-connection): Check for samba client and
6033         server versions.
6035 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6037         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6038         to not error out of search for "^lisp=" fails.
6040 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6042         * makefile.w32-in (WINS_UPDATES): New macro.
6043         (custom-deps, finder-data, autoloads): Use it.
6045 2009-10-07  Glenn Morris  <rgm@gnu.org>
6047         * Makefile.in (autoloads): Revert previous change.
6048         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6049         the list of preloaded files passed on the command-line, get
6050         it from src/Makefile.
6052         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6053         show the original buffer rather than a random one.
6055 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6057         * help.el (describe-no-warranty): Place point in a slightly better
6058         position in the GPLv3 text.
6060 2009-10-06  Sam Steingold  <sds@gnu.org>
6062         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6063         the comm attribute is present before calling regexp-quote.
6065 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6067         * play/animate.el (animate-string): For good effect, make sure
6068         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6070         * play/animate.el (animate-sequence, animate-birthday-present):
6071         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6073 2009-10-06  Glenn Morris  <rgm@gnu.org>
6075         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6077         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6078         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6079         (batch-update-autoloads): Process a string value of autoload-excludes,
6080         set during the build process.
6081         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6083         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6084         inside with-parsed...  macro so that `v' is defined.
6086         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6087         * progmodes/fortran.el (fortran-end-of-block)
6088         (fortran-beginning-of-block):
6089         Also push mark in the macro case.
6091         * emerge.el (emerge-show-file-name):
6092         * calc/calc.el (calc-quit):
6093         * calc/calc-misc.el (calc-big-or-small):
6094         * calc/calc-graph.el (calc-graph-view):
6095         * calc/calc-ext.el (calc-reset):
6096         * calendar/calendar.el (calendar-basic-setup):
6097         Use window-full-height-p.
6099         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6100         header we don't understand, don't insert another.  (Bug#4624)
6101         If changing mime charset, insert the new one in the right place.
6103 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6105         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6106         (cal-tex-cursor-month): Correctly increment the end date for diary and
6107         holiday listing.  (Bug#4626)
6109 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6111         * help-fns.el (describe-function-1): Don't burp if the function is not
6112         a symbol.
6114 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6116         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6117         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6118         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6119         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6121         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6122         (eieio-default-superclass): Reflow docstrings.
6123         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6124         (eieio-unbind-method-implementations, defmethod)
6125         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6126         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6127         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6128         (eieio-slot-originating-class-p, eieio-slot-name-index)
6129         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6130         (constructor, initialize-instance, no-next-method, object-print)
6131         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6132         Fix typos in docstrings.
6133         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6134         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6135         (next-method-p): Doc fixes.
6136         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6137         Fix typos in error messages.
6138         (eieio-defmethod): Fix typo in description of generic method.
6140         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6141         (eieio-persistent-save-interactive, slot-missing):
6142         Fix typos in docstrings.
6143         (eieio-instance-inheritor-slot-boundp): Doc fix.
6145         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6146         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6148         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6149         (eieio-custom-object-apply-reset):
6150         Fix typos in docstrings and error messages.
6152         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6153         Fix typo in docstring.
6155         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6156         (eieio-browse-tree): Doc fix.
6157         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6158         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6159         Fix typos in docstrings.
6161         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6162         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6163         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6164         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6165         Reflow docstrings.
6167 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6169         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6170         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6171         Set log-view-vc-backend so that diff can work.
6173         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6174         vc-version-diff.
6175         (vc-diff-internal): Autoload this instead of vc-version-diff.
6177 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6179         * simple.el (eval-expression): Doc fix.
6181         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6183 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6185         * files.el (directory-files-no-dot-files-regexp): New defconst.
6186         (delete-directory): Use it.
6187         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6189         * net/tramp.el (tramp-verbose): Fix docstring.
6190         (tramp-methods): Add recursive option to `tramp-copy-args'.
6191         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6192         "scp1_old", "scp2_old", "rsync", "rsyncc".
6193         (tramp-default-method): Check also for `auth-source-user-or-password'.
6194         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6195         Add handler for `copy-directory'.
6196         (tramp-handle-copy-directory): New defun.
6197         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6198         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6199         Optimize sent command.
6201 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6203         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6204         window if necessary.
6206         * calendar/calendar.el (calendar-basic-setup): Don't call
6207         switch-to-buffer in a dedicated window.
6209 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6211         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6212         don't do anything related to relocating, just return nil.
6213         (bookmark-error-no-filename): New error.
6214         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6215         bookmark has no file.  Don't even attempt to handle things that
6216         are not files; the whole point of custom handlers is to keep that
6217         knowledge elsewhere anyway.  Tighten some comments.
6218         (bookmark-file-or-variation-thereof): Remove now-unused function.
6219         (bookmark-location): Doc string fix.
6220         (Bug#4250)
6222 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6224         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6225         don't use a file dialog, because they usually don't know how to read
6226         a directory target from the user.  (Bug#4230)
6227         Also, make sure the prompt can display directories as well as files.
6229 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6231         * bookmark.el (bookmark-set, bookmark-buffer-name):
6232         Improve doc strings.  (Bug#1193)
6234 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6236         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6237         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6238         (bookmark-get-annotation, bookmark-set-annotation)
6239         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6240         (bookmark-set-position, bookmark-get-front-context-string)
6241         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6242         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6243         (bookmark-jump-other-window, bookmark-handle-bookmark)
6244         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6245         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6246         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6247         Improve doc strings to say whether bookmark can be a string or
6248         a record or both, and make other consistency and clarity fixes.
6249         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6250         (bookmark-default-annotation-text, bookmark-yank-word)
6251         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6252         (bookmark-import-new-list, bookmark-maybe-rename)
6253         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6254         (bookmark-bmenu-bookmark): Give these doc strings.
6255         (bookmark-bmenu-check-position): Give this a doc string, but also
6256         add a FIXME comment about how the function may be pointless.
6257         (bookmark-default-handler): Rework doc string and change a
6258         parameter name, to clarify that this takes a bookmark record
6259         not a bookmark name.
6260         (bookmark-set): Change a parameter name to indicate its meaning,
6261         and improve the doc string a bit.
6262         (Bug#4188)
6264 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6266         * bookmark.el (bookmark-alist): Document the new `handler' element
6267         in the param alist.
6268         (bookmark-make-record-function): Adjust documentation for above.
6269         (Bug#4193)
6271 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6273         * info.el (Info-bookmark-make-record): Document this function.
6274         (Info-bookmark-jump): Document with a doc string, not just a comment.
6275         (Bug#4203)
6277 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6279         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6280         (semantic-new-buffer-fcn): Call parser setup functions here.
6281         (semantic-mode): Don't call parser setup functions here, it's done
6282         in semantic-new-buffer-fcn now.
6283         (semantic-mode): Parse all existing buffers when enabled.
6285         * cedet/srecode/compile.el (srecode-compile-file):
6286         Call semantic-new-buffer-fcn if the buffer has not been parsed.
6288 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6290         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6292         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6293         (proj-comp-insert-variable-once): New macro, renamed from
6294         ede-pmake-insert-variable-once in ede/pmake.edl.
6295         (ede-proj-makefile-insert-variables): Use it.
6297 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6299         * files.el (copy-directory): New defun.
6301         * dired-aux.el (dired-copy-file-recursive): Use it.
6303 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6305         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6306         (makefile-end-of-command):
6307         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6308         (semantic-end-of-context): Fix previous change.  Doc fixes.
6310 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6312         * files-x.el (modify-dir-local-variable)
6313         (copy-dir-locals-to-file-locals-prop-line):
6314         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6315         (makefile-end-of-command):
6316         * cedet/semantic/lex.el (semantic-lex-token):
6317         * cedet/semantic/analyze/fcn.el
6318         (semantic-analyze-dereference-metatype-1):
6319         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6320         (semantic-lex-cpp-undef):
6321         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6322         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6323         (semantic-end-of-context): Fix typos in docstrings.
6325         * recentf.el (recentf-unload-function): New function.
6327 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6329         * cedet/ede.el (ede-project-placeholder-cache-file):
6330         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6331         * cedet/srecode/map.el (srecode-map-save-file):
6332         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
6334 2009-10-04  Glenn Morris  <rgm@gnu.org>
6336         * window.el (window-full-height-p): Add doc string.
6338 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6340         * window.el (window-full-height-p): New function.  (Bug#4543)
6342 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
6344         * cedet/srecode/insert.el: Require srecode/args.
6346         * cedet/srecode/args.el: Require srecode/dictionary instead of
6347         srecode/insert.
6349         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6351         * files.el (auto-mode-alist): Add .srt and Project.ede.
6353         * cedet/semantic.el (semantic-mode):
6354         Handle srecode-template-mode-hook as well.
6355         (semantic-mode): Use js-mode-hook for Javascript hook.
6357         * cedet/srecode/template.el: Remove hook variable.
6359         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6361         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6362         projects exist.
6363         (ede-project-placeholder-cache-file): Default to a file in
6364         user-emacs-directory.
6366         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6367         templates in data-directory.
6368         (srecode-map-save-file): Default to a file in user-emacs-directory.
6370         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6371         directory.
6373 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6375         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6376         Doc fix.
6378         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6379         Only insert each variable once.
6381         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6382         (ede-pmake-insert-variable-shared): Use it.
6384         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6385         for lexical table iff table is nil.
6387 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6389         * vc.el: Remove commented out code.
6390         (vc-derived-from-dir-mode): Remove, unused.
6391         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6393 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6395         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6396         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6397         there could be recursive loading when `default-directory' is a
6398         remote file name.  (Bug#4614)
6400 2009-10-03  Glenn Morris  <rgm@gnu.org>
6402         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6403         the frame is wide.
6404         (calendar-generate-window): Test for shrinkability rather than width.
6406         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6407         declaration, currently false.
6409         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6410         reusing existing buffers, in case we happen to visit two files with the
6411         same basename.  (Bug#4593)
6413 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6415         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6416         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6417         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6418         subdirs of cedet as well.
6419         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6421 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6423         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6424         Obey advertised-signature-table.
6426         * help-fns.el (help-function-arglist): Don't check
6427         advertised-signature-table.
6428         (describe-function-1): Do it here instead so it also applies to subrs.
6430 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6432         * simple.el (start-file-process): Say in the doc-string, that file
6433         handlers might not support pty association, if PROGRAM is nil.
6435         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6436         HOST and USER are strings.  They are nil, when there are
6437         incomplete entries in ~/.netrc, for example.
6438         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6439         root directory ("device busy" error otherwise).
6441         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6442         Flush file properties of created directory.
6444 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6446         * makefile.w32-in (WINS_BASIC): Remove cedet.
6447         (WINS_CEDET): Add cedet.
6448         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6450 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6452         * net/browse-url.el (browse-url): Pass any symbol in
6453         browse-url-browser-function to `apply', since if you've mistakenly put
6454         an unbound symbol then the error is clearer.  (Bug#4531)
6456 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6458         * allout.el (allout-init, allout-back-to-current-heading)
6459         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6460         (allout-ascend, allout-up-current-level, allout-end-of-level)
6461         (allout-previous-visible-heading, allout-forward-current-level)
6462         (allout-backward-current-level, allout-show-children):
6463         * apropos.el (apropos-describe-plist):
6464         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6465         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6466         * completion.el (add-completion, add-permanent-completion):
6467         * descr-text.el (describe-text-category, describe-char):
6468         * desktop.el (desktop-lazy-abort):
6469         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6470         * dired.el (dired-build-subdir-alist):
6471         * ediff.el (ediff-version):
6472         * elide-head.el (elide-head, elide-head-show):
6473         * emerge.el (emerge-version):
6474         * env.el (getenv):
6475         * face-remap.el (variable-pitch-mode):
6476         * faces.el (describe-face):
6477         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6478         (dired-at-point):
6479         * files.el (find-file-existing, auto-save-mode):
6480         * font-lock.el (font-lock-fontify-buffer):
6481         * help-fns.el (describe-function, describe-variable)
6482         (describe-syntax, describe-categories):
6483         * help.el (view-lossage, describe-bindings, describe-key)
6484         (describe-mode):
6485         * hexl.el (hexl-current-address):
6486         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6487         * info.el (Info-goto-emacs-key-command-node):
6488         * log-edit.el (log-edit-insert-cvs-template)
6489         (log-edit-insert-cvs-rcstemplate):
6490         * menu-bar.el (menu-bar-mode):
6491         * mouse.el (mouse-appearance-menu):
6492         * newcomment.el (comment-indent-new-line):
6493         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6494         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6495         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6496         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6497         * recentf.el (recentf-mode):
6498         * savehist.el (savehist-mode, savehist-save):
6499         * shadowfile.el (shadow-copy-files):
6500         * simple.el (kill-ring-save, next-line, previous-line)
6501         (normal-erase-is-backspace-mode):
6502         * strokes.el (strokes-update-window-configuration)
6503         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6504         (strokes-xpm-for-stroke):
6505         * time.el (emacs-uptime, emacs-init-time):
6506         * tutorial.el (tutorial--describe-nonstandard-key)
6507         (tutorial--detailed-help):
6508         * type-break.el (type-break-mode)
6509         (type-break-mode-line-message-mode, type-break-query-mode)
6510         (type-break-guesstimate-keystroke-threshold):
6511         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6512         * version.el (emacs-version):
6513         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6514         * winner.el (winner-mode):
6515         * calendar/timeclock.el (timeclock-in, timeclock-out)
6516         (timeclock-status-string, timeclock-change)
6517         (timeclock-workday-remaining-string)
6518         (timeclock-workday-elapsed-string)
6519         (timeclock-when-to-leave-string):
6520         * calendar/todo-mode.el (todo-add-category):
6521         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6522         * emacs-lisp/autoload.el (update-file-autoloads):
6523         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6524         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6525         (checkdoc-message-text, checkdoc-defun):
6526         * emacs-lisp/debug.el (debugger-list-functions):
6527         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6528         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6529         (eieio-describe-generic):
6530         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6531         * emacs-lisp/shadow.el (list-load-path-shadows):
6532         * emulation/cua-base.el (cua-mode):
6533         * emulation/edt.el (edt-set-scroll-margins):
6534         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6535         (tpu-toggle-regexp, tpu-toggle-search-direction)
6536         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6537         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6538         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6539         (viper-set-parsing-style-toggling-macro)
6540         (viper-set-emacs-state-searchstyle-macros):
6541         * emulation/viper.el (viper-set-hooks):
6542         * eshell/esh-mode.el (eshell-truncate-buffer):
6543         * international/mule-cmds.el (prefer-coding-system)
6544         (describe-input-method, describe-language-environment):
6545         * international/mule-diag.el (list-character-sets)
6546         (describe-character-set, describe-coding-system)
6547         (describe-fontset, list-fontsets, list-input-methods):
6548         * mail/sendmail.el (mail-signature):
6549         * net/ange-ftp.el (ange-ftp-copy-file):
6550         * net/browse-url.el (browse-url):
6551         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6552         * net/quickurl.el (quickurl-add-url):
6553         * net/rcirc.el (names, topic):
6554         * net/xesam.el (xesam-mode):
6555         * play/5x5.el (5x5-new-game):
6556         * play/yow.el (apropos-zippy):
6557         * progmodes/ada-mode.el (ada-mode-version):
6558         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6559         (f90-end-of-block)
6560         (f90-beginning-of-block):
6561         * progmodes/fortran.el (fortran-end-of-block)
6562         (fortran-beginning-of-block):
6563         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6564         * progmodes/python.el (python-describe-symbol, python-shell):
6565         * term/ns-win.el (ns-print-buffer):
6566         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6567         * textmodes/flyspell.el (flyspell-mode-on):
6568         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6569         (pages-directory-for-addresses):
6570         * textmodes/table.el (table-recognize-cell)
6571         (table-query-dimension, table-generate-source)
6572         (table-insert-sequence, table--warn-incompatibility):
6573         * textmodes/tex-mode.el (tex-validate-buffer):
6574         * textmodes/texinfmt.el (texinfmt-version)
6575         (texinfo-format-buffer):
6576         Use `called-interactively-p' instead of `interactive-p'.
6578 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6580         * image-mode.el (image-toggle-display):
6581         * emacs-lisp/elp.el (elp-instrument-function):
6582         * emacs-lisp/advice.el (ad-make-advised-definition):
6583         * emacs-lisp/easy-mmode.el (define-minor-mode):
6584         * net/browse-url.el (browse-url-maybe-new-window):
6585         * progmodes/sh-script.el (sh-learn-buffer-indent):
6586         Pass new argument 'any to `called-interactively-p'.
6588 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6590         * international/uni-bidi.el:
6591         * international/uni-category.el:
6592         * international/uni-combining.el:
6593         * international/uni-comment.el:
6594         * international/uni-decimal.el:
6595         * international/uni-decomposition.el:
6596         * international/uni-digit.el:
6597         * international/uni-lowercase.el:
6598         * international/uni-mirrored.el:
6599         * international/uni-name.el:
6600         * international/uni-numeric.el:
6601         * international/uni-old-name.el:
6602         * international/uni-titlecase.el:
6603         * international/uni-uppercase.el:
6604         Regenerate from Unicode 5.2.0 data.
6606 2009-10-01  Glenn Morris  <rgm@gnu.org>
6608         * Makefile.in (ELCFILES): Regenerate.
6610 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6612         * subr.el (interactive-p): Mark obsolete.
6613         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6614         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6615         advertised-signature-table for subroutines as well.
6617         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6618         (set-advertised-calling-convention): New function.
6619         (make-obsolete, define-obsolete-function-alias)
6620         (make-obsolete-variable, define-obsolete-variable-alias):
6621         Make the optional-ness of `when' obsolete.
6622         (define-obsolete-face-alias): Make `when' non-optional.
6623         * help-fns.el (help-function-arglist):
6624         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6625         Use advertised-signature-table.
6627 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6629         * files.el (delete-directory): New defun.  The original function
6630         in fileio.c has been renamed to `delete-directory-internal'.
6632         * dired.el (dired-delete-file): Call `delete-directory' with
6633         RECURSIVE parameter.
6635         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6636         parameter RECURSIVE.  Implementation is missing.
6638         * net/tramp.el (tramp-handle-make-directory): Flush upper
6639         directory's file properties.
6640         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6641         (tramp-handle-dired-recursive-delete-directory): Flush directory
6642         properties after the remove command only.
6644         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6645         Handle optional parameter RECURSIVE.
6647         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6648         Handle optional parameter RECURSIVE.
6650         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6651         connection timeout.
6652         (tramp-smb-handle-delete-directory): Handle optional parameter
6653         RECURSIVE.
6655 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6658         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6659         (byte-compile-defmacro): Use backquotes.
6661         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6663         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6664         has no associated file.
6665         (vc-resynch-buffer): Use vc-dir-buffers.
6667 2009-10-01  Glenn Morris  <rgm@gnu.org>
6669         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6670         (chart-file-count):
6671         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6672         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6673         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6674         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6675         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6676         (eieio-copy-parents-into-subclass, make-instance, class-children)
6677         (eieio-generic-form):
6678         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6679         * cedet/cedet-idutils.el (cedet-idutils-search)
6680         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6681         (cedet-idutils-version-check):
6682         * cedet/cedet.el (cedet-version):
6683         * cedet/data-debug.el (data-debug-insert-overlay-button)
6684         (data-debug-insert-overlay-list-button)
6685         (data-debug-insert-buffer-button)
6686         (data-debug-insert-buffer-list-button)
6687         (data-debug-insert-process-button, data-debug-insert-ring-button)
6688         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6689         (data-debug-insert-stuff-vector-button)
6690         (data-debug-insert-symbol-button, data-debug-insert-string)
6691         (data-debug-insert-number, data-debug-insert-lambda-expression)
6692         (data-debug-insert-nil, data-debug-insert-simple-thing)
6693         (data-debug-insert-custom, data-debug-edebug-expr):
6694         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6695         (global-ede-mode-map, ede-new, ede-debug-target)
6696         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6697         * cedet/semantic.el (semantic-minimum-working-buffer-size)
6698         (semantic-fetch-tags, semantic-submode-list)
6699         (semantic-default-submodes):
6700         * cedet/ede/source.el (ede-source-match):
6701         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6702         (project-am-package-info):
6703         * cedet/ede/proj.el (ede-proj-target, project-new-target):
6704         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6705         * cedet/ede/proj-comp.el (ede-current-build-list):
6706         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6707         * cedet/ede/files.el (ede-toplevel-project-or-nil):
6708         * cedet/ede/cpp-root.el (initialize-instance):
6709         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6710         (autoconf-parameter-strip, autoconf-insert-new-macro):
6711         * cedet/semantic/wisent.el (wisent-lex-eoi):
6712         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6713         (semantic-show-parser-state-mode):
6714         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6715         * cedet/semantic/tag.el (semantic-tag-new-variable)
6716         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6717         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6718         (semantic--tag-deep-copy-tag-list)
6719         (semantic-tag-components-with-overlays-default):
6720         * cedet/semantic/symref.el (semantic-symref-find-text):
6721         * cedet/semantic/senator.el (senator-yank-tag)
6722         (senator-transpose-tags-up):
6723         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6724         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6725         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6726         * cedet/semantic/lex.el (semantic-lex-comment-regex)
6727         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6728         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6729         * cedet/semantic/lex-spp.el
6730         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6731         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6732         * cedet/semantic/idle.el
6733         (semantic-idle-summary-current-symbol-info-brutish)
6734         (semantic-idle-summary-current-symbol-info-default):
6735         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6736         (semantic--grammar-macro-compl-dict):
6737         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6738         * cedet/semantic/format.el (semantic-format-tag-custom-list)
6739         (semantic-format-tag-canonical-name-default):
6740         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6741         (semantic-find-tags-for-completion)
6742         (semantic-find-tags-by-scope-protection-default)
6743         (semantic-deep-find-tags-for-completion):
6744         * cedet/semantic/edit.el
6745         (semantic-edits-incremental-reparse-failed-hook)
6746         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6747         (semantic-edits-splice-remove, semantic-edits-splice-replace):
6748         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6749         * cedet/semantic/dep.el (semantic-dependency-include-path):
6750         * cedet/semantic/db.el (semanticdb-default-find-index-class)
6751         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6752         (semanticdb-project-roots):
6753         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6754         (semanticdb-find-adebug-insert-scanned-tag-cons)
6755         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6756         (semanticdb-brute-deep-find-tags-for-completion):
6757         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6758         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6759         (semantic-end-of-context-default)
6760         (semantic-ctxt-current-function-default)
6761         (semantic-ctxt-scoped-types-default):
6762         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6763         (semantic-complete-inline-tag-engine)
6764         (semantic-complete-inline-custom-type)
6765         (semantic-complete-read-tag-analyzer):
6766         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6767         (semantic-chart-database-size):
6768         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6769         (semantic-analyze-current-context):
6770         * cedet/semantic/symref/list.el (semantic-symref)
6771         (semantic-symref-hide-buffer, semantic-symref-symbol):
6772         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6773         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6774         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6775         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6776         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6777         (semantic-c-dereference-template):
6778         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6779         (semantic--analyze-refs-full-lookup-with-parents)
6780         (semantic--analyze-refs-full-lookup-simple):
6781         * cedet/semantic/analyze/complete.el
6782         (semantic-analyze-possible-completions):
6783         * cedet/srecode/table.el (srecode-mode-table-new):
6784         * cedet/srecode/srt.el (srecode-read-variable-name):
6785         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6786         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6787         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6788         * cedet/srecode/map.el (srecode-current-map):
6789         * cedet/srecode/insert.el (srecode-insert)
6790         (srecode-insert-variable-secondname-handler, srecode-insert-method)
6791         (srecode-template-inserter-point-override)
6792         (srecode-insert-include-lookup):
6793         * cedet/srecode/getset.el (srecode-auto-choose-class):
6794         * cedet/srecode/extract.el (srecode-inserter-extract):
6795         * cedet/srecode/document.el
6796         (srecode-document-autocomment-return-last-alist)
6797         (srecode-document-autocomment-param-type-alist)
6798         (srecode-document-insert-function-comment)
6799         (srecode-document-insert-variable-one-line-comment)
6800         (srecode-document-function-name-comment):
6801         * cedet/srecode/dictionary.el (srecode-create-dictionary)
6802         (srecode-compound-toString):
6803         * cedet/srecode/compile.el (srecode-flush-active-templates):
6804         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6805         Doc/message fixes.
6807         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6808         match-data.  (Bug#4555).
6810         * cedet/semantic/bovine/gcc.el
6811         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6812         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6814         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6815         rather than parsing it as a regexp.  This relaxes the layout
6816         requirements and makes errors easier to detect.
6817         (check-declare-verify): Check file is regular.
6818         (check-declare-directory): Doc fix.
6819         * subr.el (declare-function): Doc fix.
6821         * ibuffer.el (ibuffer-format-qualifier):
6822         * isearch.el (hi-lock-regexp-okay):
6823         * calc/calc.el (math-zerop):
6824         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6825         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6826         Remove unused declarations.
6828 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6830         * cedet/semantic/wisent/javat-wy.el
6831         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6833 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
6835         * cedet/srecode/expandproto.el: Fix provide statement.
6837 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6839         * emacs-lisp/eieio.el (boolean-p): Delete.
6841 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
6843         * cedet/ede/srecode.el: Fix provide statement.
6845 2009-09-30  Glenn Morris  <rgm@gnu.org>
6847         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6848         * cedet/ede/proj-aux.el (ede-aux-source):
6849         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6850         (ede-misc-source):
6851         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6852         (semantic-mrub-switch-tags): Fix doc typos.
6854         * cedet/semantic/db-global.el (data-debug-new-buffer)
6855         (data-debug-insert-thing): Remove unneeded declarations (one broken).
6856         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6858         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6860         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6861         use of CL function `remove-if-not'.
6863         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6865         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6866         filename is not a string.
6868 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6870         * files.el (safe-local-eval-forms): Fix typo.
6872 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6874         * vc-hooks.el (vc-dir-buffers): New var.
6875         (vc-state-refresh): New function.
6876         (vc-state): Use it.
6877         (vc-after-save): Always ask the backend to recompute the new state.
6878         Always call vc-dir if necessary, using vc-dir-buffers.
6879         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6880         Use vc-dir-buffers.
6881         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6882         (vc-dir-prepare-status-buffer, vc-dir-update)
6883         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6884         Don't call expand-file-name on default-directory.
6886 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6888         * speedbar.el (speedbar-item-delete):
6889         * calc/calc-prog.el (calc-kbd-if):
6890         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6892         * epa.el (epa-key-list-mode-map):
6893         * hi-lock.el (hi-lock-menu): Fix typos in menus.
6895         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6896         (hs-show-hook): Fix typo in docstring.
6898 2009-09-29  Glenn Morris  <rgm@gnu.org>
6900         * cedet/semantic/symref/idutils.el:
6901         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6903         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6905         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6906         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6907         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6908         Mark declarations not understood by check-declare.
6910         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6911         file-name-nondirectory call preventing location of cedet files.
6912         (check-declare-verify): Use literal search rather than re-search.
6913         Add basic defmethod and defclass, and define-overloadable-function.
6915         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6916         Use tramp-compat-file-attributes rather than nonexistent
6917         tramp-compat-handle-file-attributes.
6919         * Makefile.in (lisptagsfiles4): New.
6920         (AUTOGENEL): Add cedet loaddefs files.
6921         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6922         (update-elclist, compile-always, backup-compiled-files)
6923         (bootstrap-clean): Add yet another directory level.
6924         (update-elclist): Use LC_COLLATE rather than COLLATE.
6925         (ELCFILES): Update, via `make update-elclist'.
6927 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6929         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6930         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6931         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6933 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
6935         * Makefile.in (lisptagsfiles3): Define.
6936         (TAGS, TAGS-LISP): Use it.
6937         (update-elclist): Add third directory level to look for elc files.
6938         (compile-always): Likewise.
6939         (backup-compiled-files): Likewise.
6940         (bootstrap-clean): Likewise.
6941         (ELCFILES): Update.
6943 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
6945         * Makefile.in (ELCFILES): Add CEDET files.
6947 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6949         CEDET (development tools) package merged.
6951         * cedet/*.el:
6952         * cedet/ede/*.el:
6953         * cedet/semantic/*.el:
6954         * cedet/srecode/*.el: New files.
6956 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
6958         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6960         * net/tramp.el (top): Require tramp-imap.
6962         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6963         Use `tramp-compat-handle-file-attributes'.
6965 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6967         * net/tramp-imap.el: New package.
6969 2009-09-28  Eric Ludlam  <zappo@gnu.org>
6971         * emacs-lisp/chart.el:
6972         * emacs-lisp/eieio-base.el:
6973         * emacs-lisp/eieio-comp.el:
6974         * emacs-lisp/eieio-custom.el:
6975         * emacs-lisp/eieio-datadebug.el:
6976         * emacs-lisp/eieio-opt.el:
6977         * emacs-lisp/eieio-speedbar.el:
6978         * emacs-lisp/eieio.el: New files.
6980         * cedet/cedet-cscope.el:
6981         * cedet/cedet-files.el:
6982         * cedet/cedet-global.el:
6983         * cedet/cedet-idutils.el:
6984         * cedet/data-debug.el:
6985         * cedet/inversion.el:
6986         * cedet/mode-local.el:
6987         * cedet/pulse.el: New files.
6989 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6991         * whitespace.el (whitespace-trailing-regexp)
6992         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6993         Fix doc string.
6995 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
6997         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6998         menu.
7000         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7001         menu-bar-ediff-menu.
7003         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7004         define-overloadable-function.
7006         * progmodes/autoconf.el: Provide autoconf as well, so that this
7007         file can be `require'd.
7009         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7011         * emacs-lisp/autoload.el (generated-autoload-feature)
7012         (generated-autoload-load-name): New vars.
7013         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7014         (make-autoload): Recognize define-overloadable-function and
7015         defclass forms (for EIEIO).
7017         * Makefile.in (update-subdirs): Exclude cedet directory.
7019 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7021         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7023         * faces.el: Default light-background background for region face to
7024         ns_selection_color under NS.
7026 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7028         * net/imap-hash.el: New library, see NEWS.
7030         * Makefile.in (ELCFILES): Add imap-hash.el.
7032 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7034         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7035         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7036         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7037         definition where the docstring could be taken for the return value.
7039 2009-09-26  Glenn Morris  <rgm@gnu.org>
7041         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7042         Add option to only show images below a certain size.
7043         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7044         save-excursion calls.
7046 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7048         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7049         subdirectories) and eieio.
7051 2009-09-26  Alan Mackenzie  <acm@muc.de>
7053         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7054         buggy bracketing.  (Bug#4289)
7056         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7057         character constants (as case labels).  (Bug#4289)
7059 2009-09-25  Juri Linkov  <juri@jurta.org>
7061         * files.el (safe-local-eval-forms): Allow time-stamp in
7062         before-save-hook (Bug#4554).
7064 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7066         * menu-bar.el (list-buffers-directory): Doc fix.
7068 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7070         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7071         Try and avoid copying twice the same paragraph.
7072         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7073         Remove save-excursion.
7074         (log-edit-changelog-entry): Do it here instead.
7076 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7078         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7079         when available, instead of hardcoding mode names.  Doc fix.
7081         * menu-bar.el (list-buffers-directory): Add docstring.
7082         Make automatically buffer-local.
7084         * dired.el (dired-mode):
7085         * files.el (cd-absolute):
7086         * pcvs.el (cvs-temp-buffer):
7087         * pcvs-util.el (cvs-get-buffer-create):
7088         * shell.el (shell-mode):
7089         * vc-dir.el (vc-dir-mode):
7090         Don't make `list-buffers-directory' buffer local.
7092 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7094         * comint.el (comint-exec, comint-run, make-comint):
7095         Doc fixes (Bug#4542).
7097 2009-09-25  Glenn Morris  <rgm@gnu.org>
7099         * mail/rmailmm.el (rmail-mime): New custom group.
7100         Move all defcustoms in this file into this group.
7101         (rmail-mime-media-type-handlers-alist): Revert previous change.
7102         (rmail-mime-show-images): New option.
7103         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7104         references to it, since it wasn't actually used for anything.
7105         (rmail-mime-insert-image): New function.
7106         (rmail-mime-image): Use rmail-mime-insert-image.
7107         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7108         obey the value of `rmail-mime-show-images' option.  Print the size of
7109         attachments.
7111 2009-09-25  David Engster  <deng@randomsample.de>
7113         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7115 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7117         * whitespace.el: Does not highlight trailing spaces While point is
7118         at end of line.  Does not highligt spaces at beginning of buffer
7119         while point is at beginning of buffer.  Does not highlight spaces
7120         at end of buffer while point is at end of buffer.  (Bug#4177)
7121         New version 12.0.
7122         (whitespace-display-mappings): Adjust initialization.
7123         (whitespace-point, whitespace-font-lock-refontify): New vars.
7124         (whitespace-color-on, whitespace-color-off): Adjust code.
7125         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7126         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7127         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7129 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7131         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7133         * textmodes/sgml-mode.el: Remove xml-mode alias.
7135         * files.el (auto-mode-alist, conf-mode-maybe)
7136         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7138 2009-09-24  Alan Mackenzie  <acm@muc.de>
7140         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7141         c-forward-conditionals, but it doesn't move point and doesn't set
7142         the mark.
7143         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7144         (c-down-conditional-with-else, c-backward-conditional)
7145         (c-forward-conditional): Refactor to use c-scan-conditionals.
7147 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7149         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7150         (help-default-arg-highlight): Remove.
7151         (help-highlight-arg): New function.
7152         (help-do-arg-highlight): Use it.
7153         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7155 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7157         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7158         Undo last change, which didn't fix the problem and introduced others.
7160 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7162         * progmodes/gdb-mi.el: Don't require speedbar.
7163         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7165 2009-09-24  Glenn Morris  <rgm@gnu.org>
7167         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7169         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7171         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7172         there is no newline after the final mime boundary.  (Bug#4539)
7173         Move markers on insertion so that any buttons inserted don't end up in
7174         the next part of a multipart message.
7175         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7176         (rmail-mime-bulk-handler): Optionally handle images.
7177         (rmail-mime-image): New button action.
7178         (rmail-mime-image-handler): New function.
7179         (rmail-mime-mode): New mode.
7180         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7182 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7184         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7185         than just dropping elements from it (bug#4504).
7187         * term.el (term-set-scroll-region): Don't move cursor any more.
7188         (term-handle-ansi-escape): Call term-goto here instead.
7189         Suggested by Ivan Kanis <apple@kanis.eu>.
7191         * term.el: Require CL.
7192         (term-ansi-reset): New function.
7193         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7194         (term-handle-colors-array): Simplify.
7196 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7198         * allout.el (allout-overlay-interior-modification-handler)
7199         (allout-obtain-passphrase):
7200         * epa-file.el (epa-file-write-region):
7201         * ps-print.el (ps-begin-job):
7202         * vc-hooks.el (vc-toggle-read-only):
7203         * vc-rcs.el (vc-rcs-rollback):
7204         * vc-sccs.el (vc-sccs-rollback):
7205         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7206         (vc-version-diff, vc-revert, vc-rollback):
7207         * wdired.el (wdired-check-kill-buffer):
7208         * emacs-lisp/authors.el (authors):
7209         * net/socks.el (socks-open-connection):
7210         * net/zeroconf.el (zeroconf-service-add-hook):
7211         * obsolete/vc-mcvs.el (vc-mcvs-register):
7212         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7213         (gdb-select-frame):
7214         * progmodes/grep.el (lgrep, rgrep):
7215         * progmodes/idlw-help.el (idlwave-help-check-locations)
7216         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7217         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7218         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7219         (reftex-toc-rename-label): Fix typos in error messages.
7221         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7222         (dired-copy-how-to-fn): Doc fix.
7223         (dired-files-attributes, dired-read-shell-command):
7224         Fix typos in docstrings.
7226         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7227         (dired-x-find-file-other-window): Reflow docstrings.
7228         (dired-omit-marker-char, dired-read-shell-command)
7229         (dired-x-submit-report): Fix typos in docstrings.
7231         * shell.el (shell-mode-hook):
7232         * view.el (View-scroll-line-forward):
7233         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7234         Fix typos in docstrings.
7236         * net/dig.el (dig-invoke): Fix typo in docstring.
7237         (query-dig): Reflow docstring.
7239         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7240         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7241         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7242         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7243         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7244         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7245         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7246         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7247         (idlwave-completion-map, idlwave-current-indent)
7248         (idlwave-custom-ampersand-surround, idlwave-customize)
7249         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7250         (idlwave-define-abbrev, idlwave-determine-class-special)
7251         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7252         (idlwave-end-block-reg, idlwave-end-of-statement)
7253         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7254         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7255         (idlwave-explicit-class-listed, idlwave-file-header)
7256         (idlwave-fill-paragraph, idlwave-find-class-definition)
7257         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7258         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7259         (idlwave-in-quote, idlwave-indent-action-table)
7260         (idlwave-indent-expand-table, idlwave-indent-line)
7261         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7262         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7263         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7264         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7265         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7266         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7267         (idlwave-outlawed-buffers, idlwave-popup-select)
7268         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7269         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7270         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7271         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7272         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7273         (idlwave-statement-type, idlwave-struct-skip)
7274         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7275         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7276         (idlwave-what-module-find-class): Fix typos in docstrings.
7277         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7278         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7279         (idlwave-find-module, idlwave-find-structure-definition)
7280         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7281         (idlwave-list-load-path-shadows, idlwave-next-statement)
7282         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7283         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7284         (idlwave-template): Reflow docstrings.
7286         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7287         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7288         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7289         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7290         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7291         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7292         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7293         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7294         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7295         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7296         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7297         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7298         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7299         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7300         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7301         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7302         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7303         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7304         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7305         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7306         Fix typos in docstrings.
7307         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7308         (idlwave-shell-hide-output, idlwave-shell-mode)
7309         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7310         Reflow docstrings.
7312         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7314 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7316         * term.el (term-bold-attribute): New var.
7317         (term-handle-colors-array): Use it.
7319 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7321         * progmodes/gdb-mi.el (gdb-version): New variable.
7322         (gdb-non-stop-handler): Set gdb-version.
7323         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7324         Condition "--thread" option on gdb-version.
7325         (gdb-invalidate-threads): Remove unused argument.
7327 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7329         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7330         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7332 2009-09-23  Glenn Morris  <rgm@gnu.org>
7334         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7335         replying to mail without References or Message-Id.  (Bug#4525)
7337 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7339         * term/ns-win.el (ns-reg-to-script): New variable.
7341 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7343         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7345 2009-09-22  Sam Steingold  <sds@gnu.org>
7347         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7348         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7349         to 1 because hg returns status 1 when nothing is found.
7350         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7352 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7354         * textmodes/fill.el: Convert to utf-8 encoding.
7355         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7356         pre-unicode days.
7358         * add-log.el (change-log-fill-forward-paragraph): New function.
7359         (change-log-mode): Use it so fill-region DTRT.
7360         Set fill-indent-according-to-mode here rather than in
7361         change-log-fill-paragraph.
7362         (change-log-fill-paragraph): Remove.
7364 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7366         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7367         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7369 2009-09-22  Glenn Morris  <rgm@gnu.org>
7371         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7372         the scroll-bar scroll the calendar window rather than the buffer.
7374         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7375         commands that move point (as opposed to scrolling).
7377         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7379         * emacs-lisp/elint.el (elint): New custom group.
7380         (elint-log-buffer): Make it a defcustom.
7381         (elint-scan-preloaded, elint-ignored-warnings)
7382         (elint-directory-skip-re): New options.
7383         (elint-builtin-variables): Doc fix.
7384         (elint-preloaded-env): New variable.
7385         (elint-unknown-builtin-args): Add an entry for encode-time.
7386         (elint-extra-errors): Make it a variable rather than a constant.
7387         (elint-preloaded-skip-re): New constant.
7388         (elint-directory): Skip files matching elint-directory-skip-re.
7389         (elint-features): New variable, local to linted buffers.
7390         (elint-update-env): Initialize elint-features.  Possibly add
7391         elint-preloaded-env to the buffer's environment.
7392         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7393         Skip quoted forms.
7394         (elint-init-form): New function, extracted from elint-init-env.
7395         Make non-list forms a warning rather than an error.
7396         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7397         easy-menu-define, put that adds an error-condition, and provide.
7398         When requiring cl, also require cl-macs.  Really require cl, to handle
7399         some cl macros.  Store required libraries in the list elint-features,
7400         so as not to re-load them.  Treat cc-require like require.
7401         (elint-init-env): Call elint-init-form to do the work.
7402         Handle eval-and-compile and such like.
7403         (elint-add-required-env): Do not clear messages.
7404         (elint-special-forms): Add handlers for function, defalias, if, when,
7405         unless, and, or.
7406         (elint-form): Add optional argument to ignore elint-special-forms,
7407         useful to prevent recursive calls from handlers.  Doc fix.
7408         Respect elint-ignored-warnings.
7409         (elint-form): Respect elint-ignored-warnings.
7410         (elint-bound-variable, elint-bound-function): New variables.
7411         (elint-unbound-variable): Respect elint-bound-variable.
7412         (elint-get-args): Respect elint-bound-function.
7413         (elint-check-cond-form): Add some simple handling for (f)boundp and
7414         featurep tests.
7415         (elint-check-defalias-form): New handler.
7416         (elint-check-let-form): Make an empty let a warning rather than an
7417         error.
7418         (elint-check-setq-form): Make an empty setq a warning rather than an
7419         error.  Respect elint-ignored-warnings.
7420         (elint-check-defvar-form): Accept null doc-strings.
7421         (elint-check-conditional-form): New handler.  Does some simple-minded
7422         checking of featurep and (f)boundp tests.
7423         (elint-put-function-args): New function.
7424         (elint-initialize): Use elint-scan-doc-file rather than
7425         elint-find-builtin-variables.  Use elint-put-function-args.
7426         Possibly scan preloaded-file-list.
7427         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7428         extend to handle functions as well.
7430 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7432         * linum.el (linum-delete-overlays, linum-update-window):
7433         Do not modify the right margin.  (Bug#3971)
7435 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7437         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7438         nxml-mode instead of xml-mode.
7440 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7442         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7444 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7446         * net/dig.el (dig-mode): Use define-derived-mode.
7448 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7450         * vc-dispatcher.el (vc-do-command): Return the process object in
7451         the asynchronous case.  Use when instead of if.  Do not run
7452         vc-exec-after to display a message if not enabled.  (Bug#4463)
7454         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7455         properties to the stash strings.
7456         (vc-git-stash-list): Return a list of strings.
7457         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7458         (vc-git-stash-show-at-point): New functions.
7459         (vc-git-stash-map): New keymap.
7461         * register.el (ctl-x-r-map): Define the keys here instead of
7462         using autoload.
7464 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7466         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7467         list, to workaround performance problem (bug#4485).
7469 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7471         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7473 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7475         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7476         Document that this option is not recommended to use.
7478 2009-09-19  Glenn Morris  <rgm@gnu.org>
7480         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7481         variable `var'.
7483         * calc/calc-alg.el (var):
7484         * calc/calcalg2.el (var): Define for compiler.
7486 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7488         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7489         Doc fix (Bug#3932).
7491         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7493         * time-stamp.el (time-stamp-month-dd-yyyy)
7494         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7495         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7496         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7497         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7498         Remove functions that have been obsolete since 1995 (Bug#4436).
7500         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7501         indent buffer only if called interactively (Bug#4452).
7503 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7504             Eli Zaretskii  <eliz@gnu.org>
7506         This fixes bug#4197 (merged to bug#865, though not identical).
7507         * server.el (server-auth-dir): Add docstring note about FAT32.
7508         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7509         but warn against using them.
7511 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7513         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7514         older GDB where there is no has_more field.
7516 2009-09-19  Glenn Morris  <rgm@gnu.org>
7518         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7520 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7522         * files.el (auto-mode-alist): Change default for XML files to nXML
7523         mode (Bug#4169).
7525 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7527         * server.el (server-ensure-safe-dir): Pass 'integer
7528         to `file-attributes', as suggested.
7530 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7532         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7533         (dired-query): Use read-key.
7535 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7537         * cus-start.el (ns-use-qd-smoothing): Remove.
7539 2009-09-18  Glenn Morris  <rgm@gnu.org>
7541         * allout.el (top-level): Remove unnecessary progn.
7543         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7545         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7546         definition of abbrev table.
7548         * speedbar.el (speedbar-track-mouse):
7549         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7550         * net/eudc.el (eudc-expand-inline):
7551         * net/newst-backend.el (newsticker--cache-read-feed):
7552         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7553         condition-case handlers.
7555 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7557         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7558         (gdb-var-list): Add an element for has_more field.
7559         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7560         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7561         (gdb-var-update-handler-1): Parse output of dynamic variable
7562         objects (STL containers).
7563         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7564         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7566         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7567         gdb-var-list.
7568         (gud-speedbar-buttons): Make node expandable if expression "has more"
7569         children.
7571 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7573         * startup.el (emacs-quick-startup): Remove variable and all uses.
7574         (command-line): Set `inhibit-x-resources' instead.
7575         (command-line-1): Use `inhibit-x-resources' instead.
7577 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7579         * subr.el: Fix last change to avoid using the `unless' macro,
7580         which breaks bootstrapping.
7582 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7584         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7585         extended definitions, in case we reload subr.el after having
7586         loaded CL.
7587         (eval-next-after-load): Mark as obsolete.
7589 2009-09-17  Juri Linkov  <juri@jurta.org>
7591         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7592         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7593         (menu-bar-showhide-menu, menu-bar-tools-menu)
7594         (menu-bar-describe-menu, menu-bar-help-menu)
7595         (minibuffer-local-completion-map, minibuffer-local-map):
7596         Fix list quoting.
7598 2009-09-17  Glenn Morris  <rgm@gnu.org>
7600         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7601         arguments, whether or not it has a handler.
7603         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7605         * simple.el (hard-newline): Give it a doc-string.
7607         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7608         (lisp-mode-syntax-table): Give them doc-strings.
7610 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7612         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7613         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7614         (menu-bar-options-menu, menu-bar-showhide-menu)
7615         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7616         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7617         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7618         (menu-bar-options-menu, menu-bar-tools-menu)
7619         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7620         (menu-bar-help-menu):
7621         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7622         string arguments.
7624         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7625         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7626         calls for the menu names and :help.
7628 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7630         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7631         to :minor-mode-function (bug#4455).
7633 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7635         * startup.el (command-line): Initialize the window-system after
7636         processing the command-line.
7638         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7639         page-delimiter matches the empty string.
7641 2009-09-16  Glenn Morris  <rgm@gnu.org>
7643         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7644         byte-compile-not-obsolete-var.  It's a list now.
7645         (byte-compile-not-obsolete-funcs): New variable.
7646         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7647         byte-compile-not-obsolete-funcs.
7648         (byte-compile-variable-ref, byte-compile-defvar): Update for
7649         byte-compile-not-obsolete-vars name-change and list nature.
7650         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7651         and variables behind (f)boundp tests.
7652         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7654 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7656         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7658 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7660         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7661         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7662         Don't autoload.
7664 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7666         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7667         the virtual-buffers, use the name of the buffer specified by
7668         find-file-noselect, as the match may be a symlink.  (This was a
7669         problem if the target and the symlink had different names.)
7671 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7673         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7675         * desktop.el (desktop-path): Check user-emacs-directory.
7677         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7679         * loadup.el: Use after-load-functions to GC after loading each file.
7680         Remove the explicit GC calls that used to be sprinkled around.
7682         * subr.el (after-load-functions): New hook.
7683         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7684         `obsolete' packages, rather than painfully extracting the relevant
7685         directory name.
7687 2009-09-15  Glenn Morris  <rgm@gnu.org>
7689         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7690         free variable `doc'.
7692         * dired.el (dired-mode-map): Add menu entry for async shell command.
7694         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7695         variables, also consider the .elc files, since the .el files are
7696         normally gzipped (subsequent code locates the .el.gz from the .elc).
7698         * calc/calc-prog.el (arglist): Define for compiler.
7700         * calendar/diary-lib.el (diary-display-function): Change the default to
7701         fancy display.
7702         (body): Define for compiler.
7704         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7705         (byte-compile-file-form, byte-compile-lambda)
7706         (byte-compile-top-level-body, byte-compile-form)
7707         (byte-compile-variable-ref, byte-compile-setq)
7708         (byte-compile-setq-default, byte-compile-body)
7709         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7710         (batch-byte-compile): Give some more local variables with common names
7711         a "bytecomp-" prefix to avoid masking warnings about free variables.
7713         * startup.el (command-line-1): Give local variables with common names a
7714         distinguishing prefix, so as not to hide free variable warnings during
7715         bootstrap.
7717         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7718         clever and add a suffix to make a unique name, just let the user decide
7719         whether or not to overwrite it.  If the input is a directory, write the
7720         default filename to that directory.  (Bug#4388)
7721         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7722         is a filename-as-a-directory.
7724 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7726         * textmodes/page.el (what-page): Don't move to beginning of line.
7727         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7729 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7731         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7733 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7735         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7736         * help.el (help-for-help-internal): Add purecopy calls for text.
7738         * vc.el (top): print-log method now takes an optional SHORTLOG
7739         argument.  Add a new method: root.
7740         (vc-root-diff, vc-print-root-log): New functions.
7741         (vc-log-short-style): New variable.
7742         (vc-print-log-internal): Add support for showing short logs.
7744         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7745         vc-print-root-log and vc-print-root-diff.
7747         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7748         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7749         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7750         short logs.
7752         * vc-cvs.el (vc-cvs-print-log):
7753         * vc-mtn.el (vc-mtn-print-log):
7754         * vc-rcs.el (vc-rcs-print-log):
7755         * vc-sccs.el (vc-sccs-print-log):
7756         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7757         that is ignored for now.
7759         * vc-mtn.el (vc-mtn-annotate-command):
7760         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7762 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7764         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7765         to function-key-map, and give them ascii-character property.
7766         * term/x-win.el (x-alternatives-map):
7767         * term/ns-win.el (ns-alternatives-map):
7768         * term/internal.el (msdos-key-remapping-map):
7769         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7771 2009-09-14  Glenn Morris  <rgm@gnu.org>
7773         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7774         temp-buffers (2009-09-12).
7776 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7778         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7779         the new read-key function.
7781 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7783         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7784         is defined (Bug#4405).
7786 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7788         * recentf.el (recentf-cleanup): Use a hash table to find
7789         duplicates (Bug#4407).
7791 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7793         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7794         kp-0 to ascii equivalents (Bug#4325).
7796 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7798         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7800         * eshell/em-hist.el:
7801         * eshell/em-dirs.el (eshell-complete-user-reference):
7802         Declare pcomplete functions and variables to avoid compiler warnings.
7804 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7806         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7807         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7808         * eshell/em-alias.el (eshell-aliases-file):
7809         * eshell/em-hist.el (eshell-history-file-name):
7810         Use expand-file-name instead of concat to make file names (Bug#4308).
7812 2009-09-13  Glenn Morris  <rgm@gnu.org>
7814         * ediff-merg.el (ediff-do-merge):
7815         * filesets.el (filesets-run-cmd):
7816         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7817         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7818         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7819         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7820         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7821         Replace empty `let's with `progn'.
7823 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7825         * mail/sendmail.el (send-mail-function):
7826         * tooltip.el (tooltip-mode):
7827         * simple.el (transient-mark-mode):
7828         * rfn-eshadow.el (file-name-shadow-mode):
7829         * frame.el (blink-cursor-mode):
7830         * font-core.el (global-font-lock-mode):
7831         * files.el (temporary-file-directory)
7832         (small-temporary-file-directory, auto-save-file-name-transforms):
7833         * epa-hook.el (auto-encryption-mode):
7834         * composite.el (global-auto-composition-mode):
7835         Use custom-initialize-delay.
7836         * startup.el (command-line): Don't explicitly call
7837         custom-reevaluate-setting for all the above vars.
7838         * custom.el (custom-initialize-safe-set)
7839         (custom-initialize-safe-default): Delete.
7841 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7843         * term/x-win.el (x-initialize-window-system):
7844         * term/w32-win.el (w32-initialize-window-system):
7845         * term/ns-win.el (ns-initialize-window-system): Don't call
7846         mouse-wheel-mode since it's enabled globally by default already.
7848         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7849         actually define the variable, but only silences the byte-compiler.
7850         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7851         before looking it up.
7852         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7853         is changed.
7855 2009-09-12  Glenn Morris  <rgm@gnu.org>
7857         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7858         1000.
7859         (elint-add-required-env): Don't beep on error.
7860         (elint-forms): In case of error, return ENV unchanged.
7861         (elint-init-env): Skip non-list forms.
7862         (elint-log): Handle unknown file positions.
7864 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7866         * epg.el (epg-make-context): Add autoload cookie.
7867         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7868         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7869         (epg-verify-string, epg-start-sign, epg-sign-file)
7870         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7871         (epg-encrypt-string, epg-start-export-keys)
7872         (epg-export-keys-to-file, epg-export-keys-to-string)
7873         (epg-start-import-keys, epg-import-keys-from-file)
7874         (epg-import-keys-from-string, epg-start-receive-keys)
7875         (epg-receive-keys, epg-import-keys-from-server)
7876         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7877         (epg-sign-keys, epg-start-generate-key)
7878         (epg-generate-key-from-file, epg-generate-key-from-string):
7879         Remove autoload cookie.
7881 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7883         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7884         reevaluation of trash-directory.
7886         * mwheel.el: Fix last change.
7887         (mouse-wheel-mode): New defvar.
7888         (mouse-wheel-mode): Remove autoload cookie.
7890 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7892         * mwheel.el (mwheel-installed-bindings): New var.
7893         (mouse-wheel-mode): Use it, so as to make sure we really remove all
7894         the bindings we set last time.  Use custom-initialize-delay.
7895         * loadup.el: Load mwheel after term/*-win.el.
7896         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7897         and mouse-wheel-up-event now that their first evaluation is done
7898         sufficiently late to be correct.
7900         * startup.el (tutorial-directory): Make it a defcustom.
7901         Use custom-initialize-delay rather than eval-at-startup to set it.
7902         * image.el (image-load-path): Make it a defcustom.
7903         Use custom-initialize-delay rather than eval-at-startup to set it.
7904         * subr.el (eval-at-startup): Remove.
7905         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7907         * subr.el (do-after-load-evaluation): Warn the user after loading an
7908         obsolete package.
7910 2009-09-12  Glenn Morris  <rgm@gnu.org>
7912         * proced.el (proced-mark-alt): Remove alias.
7913         (proced-mode-map): Remove proced-mark-alt.
7915         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7916         Elint file and directory.  Remove initialization entry.
7918         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7919         commands.
7920         (elint-current-buffer): Set mode-line-process.
7921         (elint-init-env): Handle define-derived-mode.
7922         Fix declare-function with unspecified arglist.  Guard against odd
7923         defalias statements (eg iso-insert's 8859-1-map).
7924         (elint-add-required-env): Use a temp buffer.
7925         (elint-form): Just print the function/macro name, not the whole form.
7926         Return env unchanged if we fail to parse a macro.
7927         (elint-forms): Guard against parse errors.
7928         (elint-output): New function, to handle batch mode.
7929         (elint-log-message): Add optional argument.  Use elint-output.
7930         (elint-set-mode-line): New function.
7932 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7934         * emacs-lisp/elp.el (elp-not-profilable): Add more
7935         functions (Bug#4233).
7937 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
7939         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7940         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7942 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7944         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7945         (gdb-var-list-children): Use json parsing.
7947 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
7949         * progmodes/js.el (js--proper-indentation): Handle the case where
7950         char-before is null.  Reported by Deniz Dogan.
7952 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7954         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7956 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
7958         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7959         (epg-digest-algorithm-alist): Add SHA224.
7960         (epg-context-set-passphrase-callback)
7961         (epg-context-set-progress-callback): Add description about
7962         callback function.
7964 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7966         * custom.el (custom-delayed-init-variables): New var.
7967         (custom-initialize-delay): New function.
7968         * startup.el (command-line): "Re"evaluate all vars in
7969         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
7970         explicitly any more.
7971         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7972         to avoid creating a ~/.emacs.d at build-time (bug#4347).
7974         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7976 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7978         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7979         (gdb-var-update-handler): Use json parsing.
7981 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7983         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7984         decode annotated text, regardless of language environment.  (Bug#2741)
7986 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7988         * Makefile.in (autoloads): Make rmail.el writable as well.
7990 2009-09-11  Glenn Morris  <rgm@gnu.org>
7992         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7993         loaddefs.el.
7994         * dired.el: Regenerate with extracted autoloads.
7995         * Makefile.in (autoloads): Make dired.el writable.
7997         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7998         * ibuffer.el: Regenerate with extracted autoloads.
7999         * Makefile.in (autoloads): Make ibuffer.el writable.
8001         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8002         * version.el (emacs-copyright, emacs-major-version)
8003         (emacs-minor-version): Reformat doc-strings for make-docfile.
8005         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8006         functions and variables, since they must be stuff specific to some other
8007         platform.
8008         (apropos-print): Make mouse-click message less specific about button.
8010         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8011         that records where a macro was defined.
8012         * help-fns.el (describe-function-1): Mention if a function has a
8013         compiler-macro.
8014         * help-mode.el (help-function-cmacro): New button.
8016         * locate.el (top-level): Always require dired.
8017         (locate-mode-map): Initialize inside the defvar.
8019         * net/ange-ftp.el (dired-compress-file): Declare.
8020         (ange-ftp-dired-compress-file): Add doc string.
8022         * term/ns-win.el (x-display-name, x-setup-function-keys):
8023         Unify doc-strings with X versions.
8025 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8027         * emulation/crisp.el (crisp-mode-map): Move initialization
8028         into declaration.
8029         (crisp-mode): Use define-minor-mode.
8031         * progmodes/xscheme.el (xscheme-evaluation-commands):
8032         Put a :advertised-binding property rather than using
8033         advertised-xscheme-send-previous-expression.
8034         (advertised-xscheme-send-previous-expression): Declare obsolete.
8035         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8036         `advertised-undo'.
8037         (crisp-mode): Add corresponding bindings to
8038         undo's :advertised-binding instead.
8039         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8040         than using dired-advertised-find-file.
8041         (dired-advertised-find-file):
8042         * simple.el (advertised-undo):
8043         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8044         (widget-keymap): Put a :advertised-binding property rather
8045         than using advertised-widget-backward.
8046         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8047         than using advertised-undo.
8048         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8050 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8052         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8053         Mark mode is enabled and region is active; otherwise indent or
8054         insert TAB as usual.
8055         (delphi-mode): Update description of TAB-key binding.
8057 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8059         * subr.el (define-key-rebound-commands): Mark obsolete.
8060         * startup.el (precompute-menubar-bindings): Remove.
8061         (normal-top-level): Remove obsolete code that tried to precompute
8062         menubar bindings.
8063         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8064         define-key-rebound-commands and precompute-menubar-bindings.
8066 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8068         * net/imap.el (imap-interactive-login): Better messages.
8069         (imap-open): Fix bug with renamed buffer on reconnect.
8070         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8071         for easier debugging and cleaner code.  On successful (guessed based on
8072         server capabilities) secondary authentication, set imap-state
8073         correctly.
8074         (imap-last-authenticator): Define imap-last-authenticator as a variable
8075         to avoid warnings.
8077 2009-09-10  Glenn Morris  <rgm@gnu.org>
8079         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8081         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8082         (byte-compile-file-form-autoload): Don't warn about unknown functions
8083         where the autoload statement comes after the use.
8084         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8085         that any handlers inside the body (eg require) are in turn respected.
8087         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8088         effects.
8090         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8091         and syntax and abbrev tables basic docs, if they don't have any.
8093         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8095         * international/mule-cmds.el (top-level): Require cl when compiling.
8096         (view-hello-file): Use default-value rather than
8097         default-enable-multibyte-characters.
8099         * progmodes/fortran.el: Move all safe and risky properties into the
8100         defcustoms.
8102         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8103         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8104         * mail/undigest.el:
8105         Put autoloads in rmail.el rather than loaddefs.el.
8106         * mail/rmail.el: Regenerate with extracted autoloads.
8108         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8109         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8111 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8113         Reported in thread for Bug#4375.
8114         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8115         "-data-evaluate-expression" instead of print.
8116         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8117         (gdb-tooltip-print): Parse output from above MI command.
8118         (gdb): Revert 2009-08-11 change.  User should detach inferior
8119         manually.
8121         Remove the word "separate" from IO functions as inferior
8122         output is now never displayed in the GUD buffer.
8124 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8126         * startup.el (command-line-normalize-file-name): On Windows and
8127         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8129 2009-09-10  Juri Linkov  <juri@jurta.org>
8131         * isearch.el (isearch-text-char-description): Propertize escape
8132         character sequences with the `escape-glyph' face.  (Bug#4344)
8134         * simple.el (shell-command): Set asynchronous process filter to
8135         `comint-output-filter'.  (Bug#4343)
8137         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8138         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8139         the list.  Move "asm" to the bottom.
8140         (grep-find-ignored-directories): Add `choice' with nil value
8141         to empty the list easily.
8142         (grep-find-ignored-files): New option.
8143         (grep-files-history): Set to nil by default instead of '("ch" "el").
8144         (grep-compute-defaults): Add "<X>" to `grep-template'.
8145         (grep-read-files): Bind new local variables `default-alias' and
8146         `default-extension'.  Use a list of default values for the file prompt.
8147         (lgrep): Add `--exclude=' command line options composed from
8148         `grep-find-ignored-files'.
8149         (rgrep): Add `-name' command line options composed from
8150         `grep-find-ignored-files'.  (Bug#4301)
8152 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8154         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8155         (bug#4368).
8157 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8159         * calendar/time-date.el (autoload):
8160         Expand define-obsolete-function-alias into defalias and make-obsolete
8161         for old Emacsen that Gnus supports.
8162         (with-no-warnings): Define it for old Emacsen.
8163         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8164         is available.
8165         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8166         float-time is available; suppress compile warning for time-to-seconds.
8168 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8170         * net/imap.el (imap-message-map): Docstring fix.
8172 2009-09-09  Glenn Morris  <rgm@gnu.org>
8174         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8175         line numbers too.  (Bug#4374)
8177 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8179         * smerge-mode.el (smerge-remove-props, smerge-refine):
8180         Use with-silent-modifications (bug#4342).
8182         * subr.el (with-silent-modifications): New macro.
8184 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8186         * files.el (top-level): Require `cl' when compiling.
8188 2009-09-07  Glenn Morris  <rgm@gnu.org>
8190         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8192         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8193         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8195 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8197         * vc-git.el (vc-git-annotate-command): Use separator to parse
8198         arguments correctly.
8200 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8202         * proced.el (proced-mode): Doc fix.
8204 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8206         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8207         lstat fails.
8208         (tramp-do-file-attributes-with-ls): Check for file existence at
8209         remote end.
8210         (tramp-do-file-attributes-with-stat): Likewise.
8211         (tramp-convert-file-attributes): Return nil when attr is nil.
8213 2009-09-05  Glenn Morris  <rgm@gnu.org>
8215         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8216         properties to this button.
8217         (diary-fancy-display): Don't extend the button to the final newline.
8218         (diary-fancy-display-mode): Continue to define "q" as a local key.
8220         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8221         efficient.
8223         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8225         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8226         (byte-compile-dest-file-function): New option.
8227         (byte-compile-dest-file): Doc fix.
8228         Obey byte-compile-dest-file-function.
8229         (byte-compile-cl-file-p): New function.
8230         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8231         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8232         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8233         than for file being previously loaded.
8234         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8235         (byte-compile-file-form-require): Handle the case where requiring a file
8236         indirectly causes CL to be loaded.
8238 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8240         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8241         before killing the old buffer, since by the time `kill-buffer' is
8242         run so many buffer variables have been set to nil that it may not
8243         behave as expected.  (Bug#4061)
8245 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8247         * files.el (find-alternate-file): If the old buffer is modified
8248         and visiting a file, behave similarly to `kill-buffer' when
8249         killing it, thus reverting to the pre-1.878 behavior; see
8250         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8251         for discussion.  Also, consult `buffer-file-name' as a variable
8252         not as a function, for consistency with the rest of the code.
8254 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8256         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8257         also when adding a new directory.
8259         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8260         defun.
8262 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8264         * files.el (locate-file-completion-table): Make it provide boundary
8265         information, so partial-completion works better.
8267 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8269         * mail/footnote.el (Footnote-text-under-cursor):
8270         Check footnote-text-marker-alist before using it (bug#4324).
8272 2009-09-04  Glenn Morris  <rgm@gnu.org>
8274         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8275         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8276         * play/solitaire.el, play/tetris.el:
8277         Remove leading * from defcustom and defface docs.
8279         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8280         necessary.
8281         (diary-fancy-overriding-map): New variable.
8282         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8283         Use view-mode.
8285         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8286         goto-line.
8288 2009-09-03  Glenn Morris  <rgm@gnu.org>
8290         * arc-mode.el (archive-mode):
8291         * dos-fns.el (set-default-process-coding-system):
8292         * man.el (Man-getpage-in-background):
8293         * menu-bar.el (menu-bar-describe-menu):
8294         * server.el (server-process-filter):
8295         * startup.el (command-line):
8296         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8297         * w32-fns.el (set-default-process-coding-system):
8298         * x-dnd.el (x-dnd-handle-file-name):
8299         * international/mule-cmds.el (mule-menu-keymap)
8300         (set-default-coding-systems, language-info-alist, set-language-info)
8301         (set-language-environment, standard-display-european-internal)
8302         (set-locale-environment):
8303         * international/mule-diag.el (mule-diag):
8304         * mail/emacsbug.el (report-emacs-bug):
8305         * mail/rmail.el (rmail-mode):
8306         * mail/sendmail.el (mail-setup):
8307         Use default-value rather than default-enable-multibyte-characters.
8309         * progmodes/f90.el: Move all safe properties into the defcustoms.
8310         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8312         * calendar/appt.el (appt-check):
8313         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8314         (diary-check-diary-file, diary-list-entries)
8315         (diary-include-other-diary-files, diary-simple-display)
8316         (diary-fancy-display, diary-print-entries)
8317         (diary-mark-included-diary-files, diary-make-entry):
8318         Don't call substitute-in-file-name on diary-file.
8320 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8321             Stefan Monnier  <monnier@iro.umontreal.ca>
8323         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8324         (footnote-mode-map): Move initialization into the declaration.
8325         (footnote-minor-mode-map): Define it rather than changing global-map.
8326         (footnote-mode): Use define-minor-mode.
8328 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8330         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8331         (tramp-do-file-attributes-with-perl)
8332         (tramp-do-file-attributes-with-stat): Rename from
8333         `tramp-handle-file-attributes-with-*'.
8334         (tramp-handle-file-attributes): Use them.
8335         (tramp-do-directory-files-and-attributes-with-perl)
8336         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8337         `tramp-handle-directory-files-and-attributes-with-*'.
8338         (tramp-handle-directory-files-and-attributes): Use them.
8339         (tramp-method-out-of-band-p): Additional parameter SIZE.
8340         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8341         (tramp-handle-write-region): Use it.
8342         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8343         (tramp-handle-vc-registered): Check, whether the first run did
8344         return files to be tested.
8345         (tramp-advice-make-auto-save-file-name): Do not call directly
8346         `tramp-handle-make-auto-save-file-name', because this would bypass
8347         the locking mechanism.
8349         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8350         (file-remote-p, process-file, start-file-process, set-file-times)
8351         (tramp-compat-file-attributes): Compatibility functions shall not
8352         call directly `tramp-handle-*', because this would bypass the
8353         locking mechanism.
8354         (tramp-compat-number-sequence): New defun.
8356 2009-09-02  Glenn Morris  <rgm@gnu.org>
8358         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8359         alias for float-time.
8360         (time-to-number-of-days): In Emacs, use float-time.
8361         * net/newst-backend.el (time-add): Suppress warnings from compat
8362         function.
8363         * time.el (emacs-uptime, emacs-init-time):
8364         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8365         Use float-time rather than time-to-seconds.
8367         * minibuffer.el (completion-initials-expand): Fix typo.
8369         * faces.el (modeline, modeline-inactive, modeline-highlight)
8370         (modeline-buffer-id):
8371         * info.el (info-menu-5): Mark these face aliases as obsolete.
8373 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8375         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8376         space ...
8377         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8378         no "--thread" option.
8379         (gdb-stopped): Don't print "Switched to thread" message when it is
8380         unchanged.
8382 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8384         * minibuffer.el (completion-try-completion)
8385         (completion-all-completions): Remove ill-defined (and
8386         mistakenly installed and luckily never used nor documented)
8387         `completion-styles' property.
8388         (completion-initials-expand, completion-initials-all-completions)
8389         (completion-initials-try-completion): New functions.
8390         (completion-styles-alist): Add doc to each entry.
8391         Add new `initials' entry.
8393 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8395         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8396         MI command -var-evaluate-expression.
8397         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8398         and tweak for case of string child.
8399         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8401 2009-09-01  Glenn Morris  <rgm@gnu.org>
8403         * add-log.el (change-log-date-face, change-log-name-face)
8404         (change-log-email-face, change-log-file-face, change-log-list-face)
8405         (change-log-conditionals-face, change-log-function-face)
8406         (change-log-acknowledgement-face):
8407         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8408         (custom-modified-face, custom-set-face, custom-changed-face)
8409         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8410         (custom-documentation-face, custom-state-face, custom-comment-face)
8411         (custom-comment-tag-face, custom-variable-tag-face)
8412         (custom-variable-button-face, custom-face-tag-face)
8413         (custom-group-tag-face-1, custom-group-tag-face):
8414         * diff-mode.el (diff-header-face, diff-file-header-face)
8415         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8416         (diff-added-face, diff-changed-face, diff-function-face)
8417         (diff-context-face, diff-nonexistent-face):
8418         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8419         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8420         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8421         (Info-title-4-face):
8422         * isearch.el (isearch-lazy-highlight-face):
8423         * log-view.el (log-view-file-face, log-view-message-face):
8424         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8425         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8426         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8427         (cvs-msg-face):
8428         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8429         (smerge-base-face, smerge-markers-face):
8430         * wid-edit.el (widget-documentation-face, widget-button-face)
8431         (widget-field-face, widget-single-line-field-face)
8432         (widget-inactive-face, widget-button-pressed-face):
8433         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8434         (woman-addition-face):
8435         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8436         (eshell-ls-executable-face, eshell-ls-readonly-face)
8437         (eshell-ls-unreadable-face, eshell-ls-special-face)
8438         (eshell-ls-missing-face, eshell-ls-archive-face)
8439         (eshell-ls-backup-face, eshell-ls-product-face)
8440         (eshell-ls-clutter-face):
8441         * eshell/em-prompt.el (eshell-prompt-face):
8442         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8443         * obsolete/old-whitespace.el (whitespace-highlight-face):
8444         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8445         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8446         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8447         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8448         (antlr-font-lock-literal-face):
8449         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8450         (ebrowse-root-class-face, ebrowse-file-name-face)
8451         (ebrowse-default-face, ebrowse-member-attribute-face)
8452         (ebrowse-member-class-face, ebrowse-progress-face):
8453         * progmodes/make-mode.el (makefile-space-face):
8454         * progmodes/sh-script.el (sh-heredoc-face):
8455         * textmodes/flyspell.el (flyspell-incorrect-face)
8456         (flyspell-duplicate-face):
8457         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8458         * textmodes/texinfo.el (texinfo-heading-face):
8459         Mark face aliases with "-face" suffix as obsolete.
8461         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8462         compiler.
8464         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8465         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8466         easy-menu-define wants to modify these.
8468         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8470         * net/browse-url.el (browse-url-file-url):
8471         * term/internal.el (dos-codepage-setup):
8472         Use default-value rather than default-enable-multibyte-characters.
8474         * progmodes/etags.el (etags-goto-tag-location):
8475         * progmodes/flymake.el (flymake-highlight-line)
8476         (flymake-goto-file-and-line, flymake-goto-line):
8477         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8478         (gdb-goto-breakpoint):
8479         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8480         * progmodes/python.el (python-find-function)
8481         (python-pdbtrack-track-stack-file):
8482         * progmodes/verilog-mode.el (verilog-surelint-off):
8483         * term/ns-win.el (ns-open-file-select-line):
8484         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8485         Use forward-line rather than goto-line.
8487         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8488         * textmodes/reftex-index.el (reftex-display-index):
8489         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8490         * textmodes/reftex-toc.el (reftex-toc):
8491         Remove unnecessary bindings of default-major-mode (all are followed by
8492         major-mode check and possible mode switch).
8494 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8496         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8497         Handle watchpoints (bug#4282).
8498         (def-gdb-thread-buffer-command): Enable thread to be selected by
8499         clicking without selecting threads buffer first.
8500         (gdb-current-context-command): Use selected frame so that "up",
8501         "down" etc work in the GUD buffer.
8502         (gdb-update): Find selected frame before rendering stack buffer.
8503         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8505 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8507         * progmodes/sym-comp.el (displayed-completions): Remove.
8508         (symbol-complete): Use minibuffer-complete.
8510 2009-08-31  Glenn Morris  <rgm@gnu.org>
8512         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8514         * apropos.el (apropos-symbols-internal):
8515         Handle (obsolete) face aliases.
8517         * faces.el (describe-face): Adjust the output format to be more like
8518         describe-variable, and to mention (obsolete) face aliases.
8519         Adjust the whitespace so that help-setup-xref works.
8521         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8522         * calendar/diary-lib.el (diary-button-face):
8523         Mark these face aliases as obsolete.
8525         * calendar/calendar.el (calendar-today): Doc fix.
8527 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8529         * progmodes/gdb-mi.el (gdb-control-all-threads)
8530         (gdb-control-current-thread): Force tool bar update.
8531         (gdb-non-stop-handler): New function.
8532         (gdb-init-1): Use it to test if non-stop mode is supported.
8533         Remove unused gdbmi buffer type.
8535 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8537         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8538         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8540 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8542         * comint.el (comint-exec-1): Check command is non-null first.
8543         Part of gdb-mi.el change (2009-08-28).
8545 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8547         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8549 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8551         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8552         instead of `dolist' to avoid a recursive require when bootstrapping.
8554 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8556         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8558         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8560         * net/imap.el (imap-send-command): Simplify.
8561         (imap-wait-for-tag): point-max -> buffer-size.
8563         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8565         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8566         with constant argument.
8568         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8570         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8572         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8573         Change default, since most of our files don't have a history.
8574         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8575         the user.
8577         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8578         Add comint-run.
8580         * calc/calc.el: Improve commenting convention.
8581         (calc-digit-map, toplevel): Simplify.
8583         * comint.el (comint-insert-input): Be careful to only set point if we
8584         don't delegate to some other command.
8586         * proced.el (proced-signal-list): Make it an alist.
8587         (proced-grammar-alist): Capitalize names.
8588         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8589         Disable undo manually and make it read-only.
8590         Use completion-annotate-function.
8592         * minibuffer.el (minibuffer-message): If the current buffer is not
8593         a minibuffer, insert the message in the echo area rather than at the
8594         end of the buffer.
8595         (completion-annotate-function): New variable.
8596         (minibuffer-completion-help): Use it.
8597         (completion--embedded-envvar-table): Environment vars are
8598         always case-sensitive.
8600 2009-08-30  Glenn Morris  <rgm@gnu.org>
8602         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8603         from fortran-current-defun.
8604         (fortran-beginning-of-subprogram): Be more precise about finding the
8605         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8606         (fortran-end-of-subprogram): Simplify.
8607         (fortran-current-defun): Use fortran-start-prog-re.
8609 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8611         * subr.el (do-after-load-evaluation): Simplify.
8613 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8615         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8617         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8618         (vc-rcs-print-log): Use it.
8620         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8622 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8624         * paths.el (abbrev-file-name): Move to abbrev.el.
8625         * abbrev.el (abbrev-file-name): Move from paths.el.
8626         Obey user-emacs-directory.
8627         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8628         user-emacs-directory.
8629         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8630         abbrev-file-name and calc-settings-file any more.
8631         * startup.el (command-line): Recompute abbrev-file-name and
8632         abbreviated-home-dir.
8633         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8634         of the special code for when C-h bindings haven't been changed.
8635         (display-startup-echo-area-message): Use with-current-buffer.
8636         (command-line-1): Use a list of strings, rather than a list of lists
8637         of strings for longopts.
8639         * files.el (get-free-disk-space): Use / for default-directory.
8641         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8642         Use with-current-buffer.
8644         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8645         Recognize immutable variables like most-positive-fixnum.
8646         (byte-compile-setq-default): Check and warn if trying to assign
8647         to an immutable variable, or a non-variable.
8649         * progmodes/cc-vars.el (c-comment-continuation-stars):
8650         * progmodes/cc-engine.el (c-looking-at-bos):
8651         * progmodes/cc-cmds.el (c-toggle-auto-state)
8652         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8653         (c-comment-line-break-function): Add version of obsolescence.
8655 2009-08-28  Juri Linkov  <juri@jurta.org>
8657         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8658         associated with `archive-mode'.
8660         * image.el (image-type-header-regexps): Use only JPEG magic number
8661         to determine JPEG images, and don't use `image-jpeg-p' because
8662         Emacs can display non-JFIF non-Exif JPEG images.
8664 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8666         * arc-mode.el (archive-mode):
8667         * emacs-lisp/re-builder.el (re-builder-unload-function):
8668         Protect against the default value of `major-mode' being nil.
8670 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8672         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8673         Fix typos in docstrings.
8675         * progmodes/js.el (js--macro-decl-re): Doc fix.
8676         (js--plain-method-re, js--split-name): Refloc docstring.
8677         (js--class-styles, js--make-merged-item, js--splice-into-items):
8678         Fix typos in docstrings; reflow docstrings.
8679         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8680         (js--variable-decl-matcher, js--inside-pitem-p)
8681         (js--parse-state-at-point, js--get-all-known-symbols)
8682         (js--symbol-history, js-find-symbol, js--js-references)
8683         (js--moz-interactor, js--js-encode-value, js--read-tab):
8684         Fix typos in docstrings.
8686 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8688         * textmodes/reftex.el (reftex-get-file-buffer-force):
8689         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8690         * emulation/viper.el (viper-go-away, viper-set-hooks):
8691         * emacs-lisp/re-builder.el (re-builder-unload-function):
8692         * emacs-lisp/bytecomp.el (byte-compile-file):
8693         * ses.el (ses-unload-function):
8694         * hexl.el (hexl-find-file):
8695         * files.el (normal-mode):
8696         * ehelp.el (with-electric-help):
8697         * autoinsert.el (auto-insert-alist):
8698         * arc-mode.el (archive-mode):
8699         Use (default-value 'major-mode) instead of default-major-mode.
8701         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8702         * international/mule.el (load-with-code-conversion):
8703         * emacs-lisp/debug.el (debug):
8704         * ediff-vers.el (ediff-rcs-get-output-buffer):
8705         * dired.el (dired-internal-noselect): Don't let-bind
8706         default-major-mode around code that doesn't use it.
8707         E.g. buffer creation via get-buffer-create doesn't use it.
8709 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8711         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8712         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8713         when writing the temp file.  Otherwise, epa-file gets confused.
8714         (tramp-register-file-name-handlers): Make it a defun.  Move also
8715         `epa-file-handler' to the front of `file-name-handler-alist'.
8717 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8719         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8720         start right after a ^M.
8721         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8722         (tramp-completion-file-name-regexp-separate)
8723         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8724         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8725         Don't modify last-coding-system-used by accident.
8726         (tramp-completion-file-name-handler): Apply the checks here,
8727         instead during registration.
8728         (tramp-register-file-name-handlers): Renamed from
8729         `tramp-register-file-name-handler'.  Register both
8730         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8731         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8733 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8735         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8736         Remove variable ...
8737         (gdb-init-1, gdb-display-separate-io-buffer)
8738         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8739         references to it.
8740         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8741         (gdb-inferior-filter): Use comint-output-filter to stop
8742         echoing and remove ^M characters.
8744 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8746         * emulation/viper-init.el (viper-restore-cursor-type):
8747         * emulation/cua-base.el (cua--update-indications):
8748         Replace default-cursor-type with (default-value 'cursor-type).
8750         * mail/sendmail.el (mail-recover-1):
8751         * international/mule-diag.el (describe-current-coding-system-briefly)
8752         (describe-current-coding-system):
8753         * international/mule-cmds.el (select-safe-coding-system)
8754         (select-message-coding-system)
8755         (set-language-environment-coding-systems, set-locale-environment):
8756         * hexl.el (hexl-insert-multibyte-char):
8757         * dos-w32.el (find-buffer-file-type-coding-system):
8758         * simple.el (what-cursor-position):
8759         Replace uses of default-buffer-file-coding-system
8760         with (default-value 'buffer-file-coding-system).
8762         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8763         Replace uses of default-cursor-in-non-selected-windows
8764         with (default-value 'cursor-in-non-selected-windows).
8765         Use with-current-buffer.
8767         * mail/feedmail.el: Use CL macros.
8768         (feedmail-run-the-queue, feedmail-send-it-immediately):
8769         * dos-w32.el (find-buffer-file-type): Replace uses of
8770         default-buffer-file-type with (default-value 'buffer-file-type).
8772 2009-08-28  Glenn Morris  <rgm@gnu.org>
8774         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8775         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8776         Use default-value of major-mode rather than default-major-mode.
8778 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8780         * Makefile.in (update-elcfiles): Report left over elc files.
8782         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8783         expand-file-name and with-current-buffer.
8784         (mail-get-names, mail-directory): Use with-current-buffer.
8786         * vc.el (vc-read-revision): New function.
8787         (vc-version-diff, vc-merge): Use it.
8789 2009-08-27  Sam Steingold  <sds@gnu.org>
8791         * simple.el (kill-do-not-save-duplicates): New user option.
8792         (kill-new): When it is non-nil, and the new string is the same as
8793         the latest kill, set replace to t to avoid duplicates in kill-ring.
8795 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8797         * net/tramp.el (tramp-handle-process-file): Do not flush all
8798         caches when `process-file-side-effects' is set.
8799         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8800         instead of `tramp-find-file-exists-command'.
8801         Unset `process-file-side-effects'.
8803 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8805         * net/tramp.el (tramp-methods): New method "rsyncc".
8806         (top): Add completion function for "rsyncc".
8807         (tramp-message-show-message): New defvar.
8808         (tramp-message, tramp-error): Use it.
8809         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8810         remote copying.
8811         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8812         `tramp-methods' entry `copy-env' of "rsyncc".
8813         (tramp-vc-registered-read-file-names): New defconst.
8814         (tramp-vc-registered-file-names): New defvar.
8815         (tramp-handle-vc-registered): Implement optimization strategy.
8816         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8817         (tramp-vc-file-name-handler): New defun.
8818         (tramp-get-ls-command, tramp-get-test-command)
8819         (tramp-get-file-exists-command, tramp-get-remote-ln)
8820         (tramp-get-remote-perl, tramp-get-remote-stat)
8821         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8823         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8824         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8825         timestamps.
8826         (tramp-get-file-property): Check for timestamps in
8827         `tramp-cache-inhibit-cache'.
8828         (tramp-set-file-property): Write timestamp.
8830 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8832         * language/japan-util.el (japanese-symbol-table): Add entries for
8833         cp932-2-byte.
8835         * international/characters.el: Add category `j' to cp932-2-byte.
8837 2009-08-27  Kenichi Handa  <handa@m17n.org>
8839         * international/fontset.el (build-default-fontset-data): New macro.
8840         (setup-default-fontset): Use build-default-fontset-data for CJK,
8841         tibetan, ethiopic, and ipa.
8843 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8845         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8846         (enable-multibyte-characters): Not customizable any more.
8848         * subr.el (default-mode-line-format, default-header-line-format)
8849         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8850         (default-direction-reversed, default-truncate-lines)
8851         (default-left-margin, default-tab-width, default-case-fold-search)
8852         (default-left-margin-width, default-right-margin-width)
8853         (default-left-fringe-width, default-right-fringe-width)
8854         (default-fringes-outside-margins, default-scroll-bar-width)
8855         (default-vertical-scroll-bar, default-indicate-empty-lines)
8856         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8857         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8858         (default-scroll-down-aggressively, default-fill-column)
8859         (default-cursor-type, default-buffer-file-type)
8860         (default-cursor-in-non-selected-windows)
8861         (default-buffer-file-coding-system, default-major-mode)
8862         (default-enable-multibyte-characters): Mark as obsolete.
8864 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8866         * vc-dir.el (vc-dir-update): Remove debug helper.
8868         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8870 2009-08-26  Sam Steingold  <sds@gnu.org>
8872         * simple.el (save-interprogram-paste-before-kill): New user option.
8873         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8874         save the interprogram-paste into kill-ring before overriding it
8875         with the Emacs kill.
8877 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8879         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8880         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8881         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8882         and move to vc-rcs.el.
8883         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8884         move to vc-rcs.el.
8885         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8886         (vc-rcs-update-changelog): Remove.
8887         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8888         and move to vc-rcs.el.
8890         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8891         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8892         renaming.
8893         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8894         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8895         vc.el, renamed to be RCS specific.
8897         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8898         New functions.
8899         (vc-cvs-update-changelog): Move here from vc.el.
8901         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8902         New functions.
8904 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8906         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8908 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8910         * vc-git.el (vc-git-register): Use "git add" for directories.
8911         (vc-git-stash, vc-git-stash-show): New functions.
8912         (vc-git-extra-menu-map): Bind them.
8914         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8915         directory correctly in case the item is a directory itself.
8917         * vc.el: Document the desired behavior for reverted files in the
8918         `added' state.
8919         (vc-default-prettify-state-info): Remove function, unused.
8921         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8923 2009-08-26  Glenn Morris  <rgm@gnu.org>
8925         * bindings.el (standard-mode-line-format): Reposition dashes in
8926         which-func entry.  (Bug#4217)
8928         * files.el (enable-local-variables, enable-local-eval)
8929         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8930         the defcustoms.
8931         (auto-mode-alist, ignored-local-variables)
8932         (save-some-buffers-action-alist): Move risky declarations to the
8933         definitions.
8934         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8935         (font-lock-defaults, format-alist, imenu--index-alist)
8936         (imenu-generic-expression, input-method-alist, minor-mode-alist)
8937         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8938         (mode-line-modified, mode-line-mule-info, mode-line-position)
8939         (mode-line-process, mode-line-remote, outline-level)
8940         (parse-time-rules, rmail-output-file-alist)
8941         (special-display-buffer-names, vc-mode):
8942         Move risky declarations to the relevant files.
8943         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8944         (mode-line-modified, mode-line-process, mode-line-position)
8945         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8946         * font-core.el (font-lock-defaults):
8947         * format.el (format-alist):
8948         * vc-hooks.el (vc-mode):
8949         * window.el (special-display-buffer-names):
8950         * international/mule-cmds.el (input-method-alist):
8951         Define riskiness here (dumped file) rather than in files.el.
8952         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8953         * imenu.el (imenu-generic-expression, imenu--index-alist):
8954         * outline.el (outline-level):
8955         * time.el (display-time-string):
8956         * calendar/parse-time.el (parse-time-rules):
8957         * mail/rmailout.el (rmail-output-file-alist):
8958         Autoload riskiness here, rather than placing in files.el.
8960 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
8962         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8964 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
8966         * simple.el (process-file-side-effects): New defvar.
8968         * dired-aux.el (dired-show-file-type):
8969         * vc.el (vc-diff-internal):
8970         * vc-arch.el (vc-arch-diff):
8971         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8972         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8973         * vc-git.el (vc-git-registered, vc-git-working-revision)
8974         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8975         (vc-git--empty-db-p):
8976         * vc-hooks.el (vc-user-login-name):
8977         * vc-svn.el (vc-svn-registered, vc-svn-state)
8978         (vc-svn-dir-extra-headers, vc-svn-find-revision):
8979         * progmodes/grep.el (grep-probe): Let-bind
8980         `process-file-side-effects' with nil.
8982         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8984         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8985         daemon.  Replace ping by checking for running service for bluez
8986         and zeroconf.  (Bug#4239)
8988 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8990         * net/dig.el (dig): Add autoload cookie.
8992 2009-08-25  Glenn Morris  <rgm@gnu.org>
8994         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8995         load-history for absolute file-names.
8996         (byte-compile-file-form-require): Warn about use of the cl package.
8998         * format.el (format-alist): Doc fix.
9000         * play/bubbles.el (top-level): Don't require cl at run-time.
9002         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9003         run-time cl).
9005 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9007         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9008         from cl package.
9009         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9011 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9013         * calc/calc-alg.el (math-trig-rewrite)
9014         (math-hyperbolic-trig-rewrite): New functions.
9015         (calc-simplify): Simplify trig functions when asked.
9017 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9019         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9021 2009-08-24  Kenichi Handa  <handa@m17n.org>
9023         * language/ind-util.el (mapthread): Delete it.
9024         (combinatorial): New function.
9025         (indian--puthash-cv): Use combinatorial instead of mapthread.
9027 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9029         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9030         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9031         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9032         Clarify docstring that the value is strings not symbols.
9033         (checkdoc-list-of-strings-p): New function.
9035 2009-08-22  Glenn Morris  <rgm@gnu.org>
9037         * files.el (auto-mode-alist):
9038         * hippie-exp.el (he-concat-directory-file-name):
9039         * lpr.el (lpr-windows-system, printer-name):
9040         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9041         * ps-print.el (ps-windows-system):
9042         * startup.el (command-line):
9043         * emulation/viper-ex.el (viper-glob-function):
9044         * international/mule-cmds.el (set-language-environment-coding-systems):
9045         * net/ange-ftp.el (ange-ftp-write-region):
9046         * obsolete/fast-lock.el (fast-lock-cache-name):
9047         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9048         unisoft-unix, vax-vms, win32, w32.
9050         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9051         given name if the pattern is not more specific.
9053         * calendar/lunar.el (lunar-phase-names): New option.
9054         (lunar-phase): Doc fix.
9055         (lunar-cycles-per-year): New constant.
9056         (lunar-index): New function.
9057         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9058         (lunar-phase-name): Use lunar-phase-names.
9059         (calendar-lunar-phases): Use format.
9060         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9062         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9063         Copy imenu-example--name-and-position function here for own use.
9064         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9066         * bs.el (bs--redisplay):
9067         * cus-edit.el (custom-redraw):
9068         * ibuffer.el (ibuffer-bury-buffer):
9069         * server.el (server-goto-line-column):
9070         * startup.el (command-line-1):
9071         * strokes.el (strokes-xpm-for-stroke):
9072         * term.el (term-display-buffer-line):
9073         * view.el (View-goto-line):
9074         * calc/calc.el (calc-do, calc-trail-buffer):
9075         * play/gamegrid.el (gamegrid-add-score-insecure):
9076         * progmodes/ada-mode.el (ada-compile-goto-error):
9077         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9078         (ebrowse-select-1st-to-9nth):
9079         * progmodes/cperl-mode.el (cperl-time-fontification):
9080         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9081         * progmodes/gud.el (gud-display-line):
9082         (idlwave-shell-display-line):
9083         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9084         * progmodes/make-mode.el (makefile-browser-toggle):
9085         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9086         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9087         * textmodes/picture.el (picture-draw-rectangle):
9088         * textmodes/reftex-index.el (reftex-index-goto-letter):
9089         (reftex-select-jump-to-previous):
9090         * textmodes/reftex-sel.el (reftex-find-start-point)
9091         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9092         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9093         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9094         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9095         * textmodes/two-column.el (2C-associated-buffer):
9096         Use forward-line rather than goto-line.
9098         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9099         goto-line.
9101         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9102         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9103         (quick-check-list-to-regexp): Declare.
9105         * progmodes/make-mode.el (makefile-browser-insert-selection):
9106         Use goto-char rather than goto-line.
9108         * progmodes/prolog.el (compilation-error-regexp-alist)
9109         (compilation-forget-errors): Declare.
9111 2009-08-22  Juri Linkov  <juri@jurta.org>
9113         * progmodes/grep.el (lgrep, rgrep): At the beginning
9114         set `dir' to `default-directory' unless `dir' is a non-nil
9115         readable directory.  (Bug#4052)
9116         (lgrep, rgrep): Change a weird way to report an error
9117         from using `read-string' to using `error'.
9118         Instead of using interactive arguments in the function body,
9119         add new argument `confirm'.
9121 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9123         * textmodes/remember.el (remember-buffer):
9124         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9125         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9126         (icalendar-extract-ical-from-buffer):
9127         * net/newst-treeview.el (newsticker-groups-filename):
9128         * net/newst-backend.el (newsticker-cache-filename):
9129         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9130         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9131         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9132         (speedbar-buffers-line-path, speedbar-path-line)
9133         (speedbar-buffers-line-path):
9134         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9135         (epg-sign-keys):
9136         * epa.el (epa-display-verify-result):
9137         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9139 2009-08-21  Glenn Morris  <rgm@gnu.org>
9141         * progmodes/js.el (inferior-moz-process): Fix declaration.
9143         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9145         * obsolete/rnewspost.el (news-mail-reply):
9146         Use goto-char rather than goto-line.
9148         * term/ns-win.el (ns-open-file-select-line):
9149         Use line-beginning-position rather than goto-line.
9151         * apropos.el (apropos-command):
9152         * ehelp.el (electric-helpify):
9153         * printing.el (pr-show-setup):
9154         * strokes.el (strokes-help):
9155         * tutorial.el (tutorial--describe-nonstandard-key)
9156         (tutorial--detailed-help):
9157         * woman.el (woman-mini-help, woman-display-extended-fonts):
9158         * calc/calc-help.el (calc-describe-key):
9159         * emulation/edt.el (edt-electric-helpify):
9160         * international/mule-diag.el (mule-diag):
9161         * play/yow.el (apropos-zippy):
9162         * progmodes/python.el (python-describe-symbol):
9163         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9164         * textmodes/table.el (*table--cell-describe-mode)
9165         (*table--cell-describe-bindings):
9166         Use help-print-return-message rather than the now obsolete alias.
9168         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9169         (calendar-cursor-to-visible-date):
9170         * play/5x5.el (5x5-position-cursor):
9171         * play/decipher.el (decipher):
9172         * play/gomoku.el (gomoku-goto-xy):
9173         * play/landmark.el (lm-goto-xy):
9174         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9175         (mpuz-paint-digit):
9176         Use forward-line, not goto-line.
9178         * mail/rmail.el (rmail-obsolete): Delete custom group.
9179         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9180         (rmail-remote-password, rmail-remote-password-required):
9181         Remove unneeded :set-after and :set properties.
9183 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9185         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9187 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9189         * loadup.el: Remove leftover macos code.
9191         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9192         Explicitly pass the date format to git blame so that user local
9193         so that the output format can be parsed.
9195 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9197         * net/dbus.el (top): Don't check for (getenv
9198         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9200 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9202         * log-edit.el (log-edit-strip-single-file-name): New var.
9203         (log-edit-insert-changelog): Use it.  Bug#3571
9205 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9207         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9208         Bug#3287
9210         * help.el (help-print-return-message): Rename from
9211         print-help-return-message.
9213         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9214         cvs-mode-map parent hack.
9215         (log-view-mode): Derive from special-mode.
9217         * linum.el (linum-mode): window-size-change-functions is redundant.
9218         Adapt to new window-configuration-change-hook behavior.
9219         (linum-after-size, linum-after-config): Remove.
9221         * imenu.el (imenu-example--name-and-position)
9222         (imenu-example--lisp-extract-index-name)
9223         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9224         Mark as obsolete.
9226         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9227         (inferior-prolog-mode): Use it.
9228         (inferior-prolog-load-file): Reset list of errors.
9230 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9232         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9234         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9236 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9238         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9239         is running already.
9241 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9243         * subr.el (listify-key-sequence-1): Use normal syntax since those
9244         integers are nowadays always represented by the same (positive) number
9245         on all platforms.
9246         (read-key-empty-map): New const.
9247         (read-key-delay): New var.
9248         (read-key): New function.
9249         (force-mode-line-update): Use with-current-buffer.
9250         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9251         (start-process-shell-command, start-file-process-shell-command):
9252         Discourage the use of command-args.
9254 2009-08-19  Glenn Morris  <rgm@gnu.org>
9256         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9258 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9260         * simple.el (choose-completion-string): Don't rely on
9261         minibuffer-completing-file-name and ad-hoc checks to decide whether
9262         to continue completion or not.
9264         * minibuffer.el (minibuffer-hide-completions): New function.
9265         (completion--do-completion): Use it.
9266         (completions-annotations): New face.
9267         (completion--insert-strings): Use it.
9268         (completion-pcm--delim-wild-regex): Add docstring.
9269         (completion-pcm--string->pattern): Add support for 0-width delimiters
9270         in completion-pcm--delim-wild-regex.
9272 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9274         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9275         Remove unused var `buffer-modified-p'.
9277         * minibuffer.el (completion--do-completion): Move point for the #b001
9278         case as well (bug#4176).
9279         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9281 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9283         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9284         and :session buses.
9286 2009-08-18  Kenichi Handa  <handa@m17n.org>
9288         * international/ucs-normalize.el (ucs-normalize-version):
9289         Change to 1.1.
9290         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9291         (utf-8-hfs): Make it perform normalization on encoding too.
9293         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9294         (sentence-end-without-space): Delete duplicated chars.
9295         (sentence-end-base): Likewise.
9297         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9298         (html-mode): Delete duplicated chars from sentence-end-base.
9300         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9301         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9303 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9305         * files.el (hack-one-local-variable): If the mode function is for
9306         a minor mode, pass it an argument (Bug#4148).
9308 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9310         * net/tramp.el (tramp-register-completion-file-name-handler):
9311         Check also for (member 'partial-completion completion-styles).
9313 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9315         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9316         abbrev (Bug#3943).
9318 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9320         * progmodes/cperl-mode.el: Merge upstream 6.2.
9321         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9322         (cperl-forward-re): Check cperl-brace-recursing.
9323         (cperl-highlight-charclass): New function.
9324         (cperl-find-pods-heres): Use it.
9325         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9326         (cperl-beautify-regexp-piece): Fix column calculation.
9327         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9328         (cperl-beautify-level): Don't process entire regexp.
9329         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9330         calling man.
9331         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9332         (cperl-init-faces): Build a list in the normal way.
9334 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9336         * calendar/parse-time.el (parse-time-string-chars): Save match
9337         data.
9339 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9341         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9342         (sql-product): Use it.
9343         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9344         (sql-set-product): Add completion.
9345         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9346         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9347         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9348         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9349         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9350         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9351         (sql-highlight-db2-keywords): Remove.
9352         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9353         (sql-highlight-product): Use derived-mode-p.
9354         (sql-set-sqli-buffer): Use with-current-buffer.
9355         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9356         Simplify.
9358         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9360         * term.el: Fix commenting convention, turn comments into docstrings.
9362 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9364         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9366 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9368         * calendar/parse-time.el (parse-time-string-chars): Compute using
9369         character classes, to handle non-ascii characters (Bug#3190).
9371 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9373         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9374         another heredoc if the user adds another < (Bug#3226).
9376         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9377         Don't initialize based on window-system (Bug#4124).
9379         * facemenu.el (facemenu-read-color): Use a completion function
9380         that accepts any defined color, such as RGB triplets (Bug#3677).
9382         * files.el (get-free-disk-space): Change fallback default
9383         directory to /.  Expand DIR argument before switching to fallback.
9384         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9386 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9388         * files.el (load-library): Doc fix.
9390 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9392         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9393         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9394         incremental search string.
9396         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9397         XEmacs.
9399         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9400         (ediff-merge-region-is-non-clash)
9401         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9402         Also check if the job is really a merge job.
9404         * ediff.el (ediff-current-file): New function.
9406 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9408         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9409         conventions.
9410         (js-insert-and-indent): Delete function.
9411         (js-mode-map): Don't bind keys to js-insert-and-indent.
9412         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9413         (js-end-of-defun): Rename from js--end-of-defun.
9414         (js-auto-indent-flag): Delete variable.
9416 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9418         * progmodes/js.el: Remove proclaim statement.
9419         Defvar which-func-imenu-joiner-function to silence compiler.
9421         * files.el (auto-mode-alist): Use js-mode for .js files.
9423         * progmodes/js2-mode.el: Remove file.
9425         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9427         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9429         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9431 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9432             Karl Landstrom  <karl.landstrom@brgeight.se>
9434         * progmodes/js.el: New file.
9436 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9438         * timezone.el (timezone-parse-date): Add ability to understand ISO
9439         basic format (minimal separators) dates in addition to the
9440         already-supported extended format dates.
9442 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9444         * international/ucs-normalize.el: Add a `coding' file variable.
9446         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9448 2009-08-14  Sam Steingold  <sds@gnu.org>
9450         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9452 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9454         * faces.el (help-argument-name): Define it here instead of
9455         help-fns.el, because in daemon mode help-fns.el may be loaded when
9456         faces are still uninitialized (Bug#1078).
9458         * help-fns.el (help-argument-name): Move defface to faces.el.
9460 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9462         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9463         create buffer with a pty but no process so that GDB can make the
9464         inferior the controlling process.
9466 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9468         * international/ucs-normalize.el: New file.
9470 2009-08-13  Richard Stallman  <rms@gnu.org>
9472         * mail/rmail.el (rmail-get-attr-names):
9473         Accept an attribute header that is too short.
9475         * mail/rmail.el (rmail-forget-messages):
9476         Ignore nil elt in rmail-message-vector.  Use dotimes.
9478         * progmodes/compile.el (compilation-goto-locus):
9479         Use next-error-move-function.
9481         * simple.el (next-error-move-function): New variable.
9483 2009-08-12  Juri Linkov  <juri@jurta.org>
9485         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9486         always non-nil.  (Bug#4052)
9488         * replace.el (read-regexp): Return empty string when
9489         `default-value' is nil.
9490         (keep-lines-read-args): Don't use empty string as the
9491         default value for `read-regexp'.  (Bug#2495)
9493 2009-08-12  Juri Linkov  <juri@jurta.org>
9495         * international/mule-cmds.el (ucs-insert): Change arguments
9496         from `arg' to `character', `count', `inherit' to be the same
9497         as in `insert-char'.  Doc fix.  (Bug#4039)
9499         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9501 2009-08-12  Juri Linkov  <juri@jurta.org>
9503         * files-x.el: New file.
9505         * files.el: Move code that deals with adding/deleting
9506         file/directory-local variables to files-x.el.
9508         * Makefile.in (ELCFILES): Add files-x.elc.
9510 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9512         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9513         to use `goto-line'.
9514         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9515         `goto-line'.
9516         (gdb-invalidate-disassembly): Do not refresh upon receiving
9517         'update signal.  Instead, update all disassembly buffers only after
9518         threads list.
9519         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9520         (gdb-starting): Moved -data-list-register-names...
9521         (gdb-stopped): ...here so it's sent when first thread stops.
9522         (gdb-registers-handler-custom): Do nothing if register names are
9523         unknown yet.
9525         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9526         from `gdb-mi.el' to avoid extra tangling.
9528         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9529         change which breaks `gud-def' definitions used in `gdb'.
9530         (gdb-update-gud-running): No extra fuss for updating frame number.
9532 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9534         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9535         (describe-language-environment-map, setup-language-environment-map)
9536         (set-coding-system-map): Move initialization into declaration.
9537         (set-language-info-alist): Last arg to define-key-after can be skipped.
9539         * international/quail.el (quail-completion-1): Simplify.
9540         (quail-define-rules): Use slightly more compact code.
9541         (quail-insert-decode-map): Propertize keys, compact columns.
9543         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9544         Add goto-line.
9546 2009-08-10  Miles Bader  <miles@gnu.org>
9548         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9549         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9550         (js2-instance-member, js2-private-member, js2-private-function-call)
9551         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9552         (js2-magic-paren, js2-external-variable):
9553         Remove "-face" suffix from face names.
9554         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9555         (js2-highlight-undeclared-vars, js2-peek-token)
9556         (js2-parse-function-params, js2-mode-show-errors)
9557         (js2-mode-show-warnings, js2-make-magic-delimiter)
9558         (js2-mode-highlight-magic-parens): Update to use new face names.
9560 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9562         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9563         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9565 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9567         * subr.el: Provide hashtable-print-readable.
9569         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9570         hs-c-like-adjust-block-beginning.
9571         (hs-hide-block-at-point): Stop hiding at the beginning of
9572         hs-block-end-regexp (Bug#700).
9574 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9576         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9577         a macro.
9578         (gdb-registers-handler-custom): Do not fail when register names
9579         are unavailable.
9581 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9583         * progmodes/gdb-mi.el (gdb-control-all-threads)
9584         (gdb-control-current-thread): Interactive setters for
9585         `gdb-gud-control-all-threads' to use in menu.
9586         (gdb-show-run-p): Show «Go» when process is not active.
9587         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9588         gud/thread.xpm and gud/all.xpm.
9590 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9592         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9593         (nslookup-font-lock-keywords): Make it a variable.
9594         (net-utils-mode): New mode for viewing diagnostic network output.
9595         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9596         (net-utils-run-simple): New function.
9597         (ifconfig, iwconfig, netstat, arp, route): Use it.
9599 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9601         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9602         (gdb-memory-set-address, def-gdb-set-positive-number)
9603         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9604         after changing settings.
9605         (gdb-invalidate-disassembly): Update when first shown.
9606         (gdb-edit-locals-value): Fixed.
9607         (gdb-registers-handler-custom): Print registers in right order and
9608         allow changing register values (only for current thread yet).
9609         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9610         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9611         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9612         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9613         info in mode name.
9614         (gdb-registers-mode-map): TAB to switch to locals.
9616 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9618         * mail/rmail.el (rmail-add-mbox-headers)
9619         (rmail-set-message-counters-counter): Search for
9620         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9622 2009-08-08  Glenn Morris  <rgm@gnu.org>
9624         * Makefile.in (ELCFILES): Update.
9626 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9628         * mail/sendmail.el (mail-yank-original): Set
9629         buffer-file-coding-system from the one used by the message whose
9630         text is yanked.
9632         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9633         to "windows" when "pgnuplot" is used.
9634         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9635         call accept-process-output if "pgnuplot" is used.
9636         (calc-graph-init): Don't send -display and -geometry to
9637         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9638         running "pgnuplot -V" with shell-command-to-string.
9640         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9641         the default.
9643 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9645         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9646         org/org-latex.elc.
9648 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9650         * vc-dispatcher.el (vc-resynch-window): Update comment.
9652         * term.el (term-handle-ansi-escape): Add comments with the
9653         terminfo capabilities implemented.
9655 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9657         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9658         (gdb-var-create-handler): Rewritten using JSON parser.
9659         (gdb-propertize-header): Moved earlier.
9660         (gdb-set-header): Removed to avoid duplication.
9661         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9662         Refresh disassembly buffers only after threads list have been
9663         update.
9664         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9665         variables.
9667 2009-08-04  Juri Linkov  <juri@jurta.org>
9669         * files.el: Commands to add/delete file/directory-local variables.
9670         (read-file-local-variable, read-file-local-variable-value)
9671         (read-file-local-variable-mode, modify-file-local-variable)
9672         (modify-file-local-variable-prop-line)
9673         (modify-dir-local-variable): New functions.
9674         (add-file-local-variable, delete-file-local-variable)
9675         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9676         (add-dir-local-variable, delete-dir-local-variable)
9677         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9678         (copy-dir-locals-to-file-locals-prop-line): New commands.
9680 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9682         * abbrev.el (insert-abbrev-table-description): Prettify output.
9683         Suggested by Karl Chen.
9685 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9687         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9688         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9689         (gdb-overlay-arrow-position, gdb-thread-position)
9690         (gdb-disassembly-position): Declare variables.
9691         (gdb-wait-for-pending): Function now.
9692         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9693         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9694         compilation goes smoothly.
9695         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9696         (gdb-non-stop-setting): New customization setting which replaces
9697         `gdb-non-stop' so changing it doesn't break active GDB session.
9698         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9699         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9700         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9701         (gdb-show-threads-by-default): New customization options.
9702         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9703         routines.
9704         (gdb-get-buffer-create): Send buffers update signal when they are
9705         created.
9706         (gdb-invalidate-locals, gdb-invalidate-registers)
9707         (gdb-invalidate-breakpoints)
9708         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9709         (gdb-invalidate-memory): Accept update signal.
9710         (gdb-current-context-command): Use --frame option.
9711         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9712         Implement `gdb-frame-number' selection logic.
9713         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9714         whether to show GUD toolbar buttons.
9715         (gdb-thread-exited): Unselect current thread when it exits.
9716         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9717         (gdb-mark-line): Routine which sets overlay arrow or inverses
9718         video on fringeless displays.
9719         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9720         to build aligned columns of data in GDB buffers and set text
9721         properties line-by-line.
9722         (gdb-invalidate-breakpoints)
9723         (gdb-breakpoints-list-handler-custom)
9724         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9725         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9726         (gdb-registers-handler-custom): Align data columns.
9727         (gdb-locals-handler-custom): Now prints data like in variable
9728         declarations.
9729         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9730         Removed confusing buttons.
9731         (gdb-invalidate-threads): Append --frame.
9732         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9733         between breakpoints/threads buffers.
9734         (gdb-set-window-buffer): Now can ignore dedicated windows.
9735         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9736         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9737         (def-gdb-thread-buffer-gud-command): Replaces
9738         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9739         for fine thread control.
9740         (gdb-preempt-existing-or-display-buffer): New function used to
9741         display bound buffers without breaking window layout.
9742         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9743         (gdb-select-frame): New version of `gdb-frames-select' which now
9744         sets `gdb-frame-number' so commands may use --frame option instead
9745         of inner debugger state.
9746         (gdb-frame-handler): Do not set `gdb-frame-number'.
9747         (gdb-threads-mode-map): Select threads with mouse.
9749         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9750         avoid compilation warning.
9751         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9752         `gdb-show-stop-p`.
9754         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9755         Argument `key' renamed to `buffer-type'.
9756         (gdb-current-context-buffer-name): Do not add thread info to
9757         buffer name when no thread is selected.
9758         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9759         command (bug 3794).
9760         (gdb-thread-selected): Handle `=thread-selected' notification.
9761         (gdb-wait-for-pending): New macro to deal with congestion problems.
9762         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9763         breakpoints.
9764         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9765         This fixes problem similar to one described in bug 3947.
9766         (gud-menu-map): More menu items.
9767         (gdb-init-1): Reset `gdb-thread-number' to nil.
9769         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9770         non-stop settings.
9772         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9773         (gdb-current-context-command): Do not append --thread if
9774         `gdb-thread-number' is nil.
9775         (gdb-running-threads-count, gdb-stopped-threads-count): New
9776         variables.
9777         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9778         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9779         customization options.
9780         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9781         GUD commands.
9782         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9783         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9784         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9785         set `gdb-thread-number' and update `gud-running' properly.
9786         (gdb-running): Update threads list when new threads appear.
9787         (gdb-stopped): Support non-stop operation and new thread switching
9788         logic.
9789         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9790         (gdb-json-partial-output): New set of JSON routines.
9791         (def-gdb-auto-update-trigger): New `signal-list' optional
9792         argument.
9793         (gdb-thread-list-handler-custom): Update `gud-running',
9794         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9795         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9796         (gdb-continue-thread, gdb-step-thread): New commands for fine
9797         thread execution control.
9798         (gud-menu-map): New menu items to switch non-stop options.
9799         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9800         (gdb-send): Mimic RET properly (bug 3794).
9802         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9803         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9804         gdb-buffer-rules.
9805         (def-gdb-auto-update-handler): New nopreserve optional argument.
9806         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9808         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9809         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9810         (gdb-parent-mode): New mode to derive other GDB modes from.
9811         (gdb-display-disassembly-for-thread)
9812         (gdb-frame-disassembly-for-thread): New commands for threads
9813         buffer.
9815         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9816         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9817         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9818         (gdb-update): We now store all GDB buffers in a list so that they
9819         can be updated by traversing a list instead of calling invalidate
9820         triggers explicitly.
9821         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9822         pair for GDB buffer.
9823         (gdb-stack-buffer-name): Add thread information.
9824         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9825         handle pending triggers.
9826         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9827         (def-gdb-thread-buffer-simple-command)
9828         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9829         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9830         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9831         New commands which show buffers bound to thread.
9832         (gdb-stack-list-locals-regexp): Removed unused regexp.
9834         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9835         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9836         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9837         to (gud-comint-buffer) in *-buffer-name functions
9838         because (gdb-get-target-string) already does that.
9839         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9840         (gdb-changed-registers-handler): Rewritten without regexps.
9842         * progmodes/gdb-mi.el: Basic thread selection support.
9843         (gdb-thread-number): New variable.
9844         (gdb-current-context-command): New macro which adds --thread
9845         option to command.
9846         (gdb-threads-mode-map): Select thread with SPC.
9847         (gdb-thread-list-handler-custom): Mark current thread with overlay
9848         arrow.  Synchronize GDB thread and Emacs thread.
9849         (gdb-select-thread): New command which selects current thread.
9850         (gdb-invalidate-frames, gdb-invalidate-locals)
9851         (gdb-invalidate-registers): Use --thread option.
9853 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9855         * net/tramp.el (top): Make check for tramp-gvfs loading more
9856         robust.  (Bug#3977)
9857         (tramp-handle-insert-file-contents): `unwind-protect' must be
9858         inside `with-parsed-tramp-file-name'.
9860         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9861         fails.
9863 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9865         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9866         directory if CLASSPATH is not set.
9868 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9870         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9871         New defconst.
9872         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9874 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9876         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9877         Update freshmeat link.  Delete newsforge.com as it seems gone.
9879 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9881         * select.el (x-set-selection): Doc fix (Bug#4021).
9883         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9885         * help-fns.el (describe-variable): Treat list return values from
9886         dir-locals-find-file properly (Bug#4005).
9888 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
9890         * net/tramp.el (tramp-debug-message): Print also microseconds.
9892 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
9894         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9895         or END is non-nil.
9896         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9897         (tramp-get-debug-buffer): Change `outline-regexp' according to new
9898         format.
9900         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9901         (tramp-get-file-property): Use it.
9903         * autorevert.el (auto-revert-handler): Allow
9904         `auto-revert-tail-mode' for remote files.
9906 2009-08-02  Jason Rumney  <jasonr@gnu.org>
9908         * minibuffer.el (read-file-name): Treat confirm options to
9909         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
9911 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9913         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9914         (font-lock-variable-name-face, font-lock-constant-face): Darken
9915         the colors for light backgrounds.
9917 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
9919         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9920         month names.  (Bug#3987)
9922 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
9924         * simple.el (line-move-finish): Pass whole number to
9925         line-move-to-column.
9926         (line-move-visual): Perform hscroll to the recorded position.
9928 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
9930         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9932 2009-07-29  Alan Mackenzie  <acm@muc.de>
9934         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9936 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
9938         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9939         (gdb-place-breakpoints): Use full path when setting breakpoints.
9941 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9943         * calc/calc.el (calc-mode-map): Add keybinding for
9944         `calc-transpose-lines'.
9946 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
9948         * calc/calc-misc.el (calc-transpose-lines): New function.
9950 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
9952         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9953         Simplify check for out-of-band methods.
9954         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9955         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
9957 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
9959         * vc-git.el (vc-git-checkin): Fix typo.
9961 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
9963         * progmodes/js2-mode.el: New file.
9965 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
9967         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9968         (gud-menu-map): Adjust tooltip accordingly.
9970 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9972         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9973         (vc-bzr-log-view-mode): Adjust log-view-file-re.
9975         * add-log.el (change-log-mode-map): Add a menu.
9977 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
9979         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9980         function returns nil.
9981         (dbus-handle-event): Handle special return value :ignore.
9982         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9984 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
9986         * view.el (view-mode-enable): Don't define Helper-return-blurb if
9987         it's not needed.
9989 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
9991         Fix Bug#3888:
9993         * w32-vars.el (x-select-enable-clipboard): Doc fix.
9995         * term/pc-win.el (x-display-name, x-colors)
9996         (x-select-enable-clipboard, x-select-text): Doc fix.
9998         * term/common-win.el (x-display-name, x-colors): Doc fix.
10000         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10001         (xw-defined-colors): Doc fix.
10003         * w32-fns.el (x-select-text, x-setup-function-keys)
10004         (x-get-selection, x-set-selection): Doc fix.
10006         * term/x-win.el (x-select-text, x-setup-function-keys)
10007         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10009         * select.el (x-set-selection): Doc fix.
10011 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10013         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10014         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10015         "IsNSSSupportAvailable" method is not available.  Reported by
10016         Steve Youngs <steve@sxemacs.org>.
10018 2009-07-24  Kenichi Handa  <handa@m17n.org>
10020         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10021         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10022         (build-unicode-category-table): Fix range checks.
10024 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10026         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10027         the buffer we try to sync is current when calling
10028         vc-resynch-buffer.
10030         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10031         not show up to date files.
10033 2009-07-24  Glenn Morris  <rgm@gnu.org>
10035         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10036         Add autoload cookies.  If necessary, initialize.
10037         (elint-log): Handle non-file buffers.
10038         (elint-initialize): Add optional argument to reinitialize.
10039         (elint-find-builtin-variables): Save excursion.
10041 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10043         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10044         for Lint.
10046 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10048         * vc.el (vc-print-log-internal): New function, split out from ...
10049         (vc-print-log): ... here.
10050         (vc-dir-move-to-goal-column): Declare.
10052         * vc-git.el (vc-git-add-signoff): New variable.
10053         (vc-git-checkin): Use it.
10054         (vc-git-toggle-signoff): New function.
10055         (vc-git-extra-menu-map): Bind it to menu.
10056         (vc-git--run-command-string): Accept a nil FILE argument.
10057         (vc-git-stash-list): New function.
10058         (vc-git-dir-extra-headers): Use it.
10060 2009-07-23  Glenn Morris  <rgm@gnu.org>
10062         * help-fns.el (describe-variable): Describe ignored and risky local
10063         variables in a similar way to that in which we describe safe ones.
10065         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10066         (byte-compile-output-file-form, byte-compile-output-docform)
10067         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10068         Give some more local variables with common names a "bytecomp-" prefix,
10069         so as not to shadow things during compilation.
10070         * emacs-lisp/cl-macs.el (load-time-value)
10071         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10072         `outbuffer' to `bytecomp-outbuffer'.
10074         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10075         since the next two variables cover them automatically now.
10076         (elint-builtin-variables, elint-autoloaded-variables): New.
10077         (elint-unknown-builtin-args): Remove all members, since they can be
10078         parsed automatically now.
10079         (elint-extra-errors): New.
10080         (elint-env-add-env, elint-env-add-macro): Use cadr.
10081         (elint-current-buffer): Use or.  Change final message.
10082         (elint-get-top-forms): Use line-end-position.
10083         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10084         and defalias.
10085         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10086         (regexp-assoc): Remove unused function.
10087         (elint-top-form): Set elint-current-pos, to record the start of the
10088         top-level form, for compilation-mode.
10089         (elint-form): Trap errors in macro expansion.  Use dolist.
10090         (elint-unbound-variable): Use elint-builtin-variables and
10091         elint-autoloaded-variables.
10092         (elint-get-args): Use cadr, or.
10093         (elint-check-cond-form): Use dolist, cadr.
10094         (elint-check-condition-case-form): Doc fix.  Use cadr.
10095         Use elint-extra-errors.
10096         (elint-log): New function.
10097         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10098         Distinguish errors and warnings.
10099         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10100         Use a bytecomp-style format.
10101         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10102         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10103         Don't truncate lines.
10104         (elint-initialize): Set builtin and autoloaded variable lists.
10105         Only process elint-unknown-builtin-args if non-nil.
10106         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10107         New functions.
10108         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10110 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10112         * net/newst-backend.el (newsticker--parse-atom-1.0)
10113         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10114         (newsticker--parse-rss-1.0):
10115         * progmodes/idlwave.el (idlwave-mode):
10116         * progmodes/idlw-shell.el (idlwave-shell-mode):
10117         * progmodes/vera-mode.el (vera-mode):
10118         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10119         * progmodes/vhdl-mode.el (vhdl-mode):
10120         * textmodes/table.el (table-generate-source)
10121         (table--warn-incompatibility):
10122         Hyperlink urls in docstrings with URL `...'.
10124 2009-07-22  Glenn Morris  <rgm@gnu.org>
10126         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10127         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10128         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10129         Remove leading * from defcustom docs.
10131         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10133         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10134         defcustom doc.
10135         (list-load-path-shadows): Optionally, just return shadows as a string.
10137         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10139 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10141         * mail/rmailedit.el (rmail-edit-mode): Use
10142         auto-save-include-big-deletions.
10144         * mail/rmail.el (rmail-variables): Use
10145         auto-save-include-big-deletions.
10147         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10148         changes.
10150 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10152         * calc/calc.el (calc-undo-length): New variable.
10153         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10155 2009-07-21  Richard Stallman  <rms@gnu.org>
10157         * files.el (auto-save-mode): Handle buffer-save-size = -2
10158         for toggling mode.
10160 2009-07-21  Glenn Morris  <rgm@gnu.org>
10162         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10164         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10166         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10167         silence compiler.  Instead...
10168         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10169         (ps-print-ensure-fontified): Update for above function name changes.
10171         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10172         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10173         silence compiler.  Instead...
10174         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10175         (mh-show-buffer): Only define for compiler.
10176         (pr-mh-current-message): Update for above function name changes.
10178         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10179         as an argument.
10180         (find-file-noselect, insert-file-1): Update for above change.
10182         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10184         * mail/mailclient.el (mailclient-send-it): Fix message.
10186         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10187         (edebug-eval): Check cl-debug-env is bound.
10188         (print-level, print-circle): Don't redefine built-in variables.
10190         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10191         (custom-print-vectors): Remove old comments from doc.
10193         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10194         (emerge-version): Make the variable an obsolete alias for the
10195         emacs-version variable.  Make the function obsolete.
10196         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10197         Emerge options, rather than merging in into the main Options menu.
10198         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10199         and auto advance modes.  Disable edit/fast items when not relevant.
10201 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10203         * term/vt420.el (terminal-init-vt420): Fix typo.
10205 2009-07-20  Sam Steingold  <sds@gnu.org>
10207         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10208         variable (removed from compile.el on 2004-03-11).
10210 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10212         * files.el (hack-local-variables-filter): Fix last change.
10214 2009-07-19  Juri Linkov  <juri@jurta.org>
10216         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10217         (dir-local-variables-alist): New buffer-local variable.
10218         (hack-local-variables-filter): If variable is not dir-local,
10219         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10220         because file-local overrides dir-local.
10221         (c-postprocess-file-styles) <declare-function>:
10222         Remove obsolete declaration.
10223         (hack-dir-local-variables): Add dir-local variable/value pair to
10224         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10226         * help-fns.el (describe-variable): Add information about
10227         file-local and dir-local variables.
10229 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10231         * files.el (hack-local-variables-filter): Rewrite.
10233 2009-07-19  Glenn Morris  <rgm@gnu.org>
10235         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10236         Silence compiler by only defining on XEmacs.
10238         * international/mule.el (auto-coding-regexp-alist): Only match
10239         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10241         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10242         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10243         (cal-menu-context-mouse-menu): Doc fix.
10245         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10247         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10249 2009-07-18  Juri Linkov  <juri@jurta.org>
10251         * info.el: Virtual Info keyword finder.
10252         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10253         (Info-finder-file): New variable.
10254         (Info-finder-find-file): New function.
10255         (finder-known-keywords, finder-package-info)
10256         (find-library-name, lm-commentary): Use defvar and
10257         declare-function to silence compiler warnings.
10258         (Info-finder-find-node): New function.
10259         (info-finder): New command.
10261         * subr.el (process-kill-buffer-query-function): New function.
10262         (add-hook)<kill-buffer-query-functions>: Add hook
10263         `process-kill-buffer-query-function'.
10265 2009-07-18  Alan Mackenzie  <acm@muc.de>
10267         * progmodes/cc-mode.el (c-before-hack-hook)
10268         (c-postprocess-file-styles): Give invocation of `c-set-style'
10269         DONT-OVERRIDE parameter of t.  Already set style variables will
10270         thus not be overridden by style settings given by `c-file-syle'.
10272         * files.el (hack-local-variables-filter): Remove entries with
10273         duplicate keys from `file-local-variables-alist'.
10275 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10277         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10278         x-set-selection if display-selections-p returns nil for the
10279         current frame.
10281 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10283         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10285 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10287         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10288         Accept nil in addition to a regexp.
10289         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10290         Accept nil in addition to a regexp.
10291         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10292         buffers that have an associated file.  Handle nil values of
10293         desktop-buffers-not-to-save and desktop-files-not-to-save.
10294         (Bug#3833)
10296         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10297         (x-disown-selection-internal): New functions.
10299 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10301         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10302         warning.
10303         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10304         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10306 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10308         * simple.el (set-mark): Revert last change.
10310 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10312         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10313         rendering of pngs is not possible instead of messaging a long
10314         description.
10316 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10318         * w32-fns.el (x-selection-owner-p): New function.
10320         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10321         (mouse-yank-at-click, mouse-yank-primary): If
10322         select-active-regions is non-nil, deactivate the mark before
10323         insertion.
10325         * simple.el (deactivate-mark, set-mark): Only save selection if we
10326         own it.
10328 2009-07-17  Kenichi Handa  <handa@m17n.org>
10330         * case-table.el (describe-buffer-case-table): Fix for the case
10331         that KEY is a cons.
10333 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10335         * vc-rcs.el (vc-rcs-find-file-hook):
10336         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10338 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10340         * net/tramp.el (tramp-wait-for-output): Handle the case when
10341         commands do not return a newline but a null byte before the shell
10342         prompt.  (Bug#3858)
10344 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10346         * term/ns-win.el (ns-set-alpha): Don't declare.
10347         (ns-set-background-alpha): Remove function.
10349 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10351         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10352         y-or-n-p, for safety.
10354 2009-07-16  Richard Stallman  <rms@gnu.org>
10356         * files.el (auto-save-mode): If buffer-saved-size is -2,
10357         don't clobber it.
10359         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10360         (rmail-retry-ignored-headers): Add more uninteresting fields.
10362 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10364         * net/rcirc.el (rcirc): Use history variables.
10365         (rcirc-server-name-history, rcirc-nick-name-history)
10366         (rcirc-server-port-history): New variables.
10368 2009-07-15  Kenichi Handa  <handa@m17n.org>
10370         * international/mule-cmds.el (set-language-environment-charset):
10371         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10372         ignore them.
10374         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10375         Delete unibyte-display.
10377 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10379         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10381 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10383         * simple.el (deactivate-mark): Optional argument FORCE.
10384         (set-mark): Use deactivate-mark.
10386         * info.el (Info-search): No need to check transient-mark-mode
10387         before calling deactivate-mark.
10389         * select.el (x-set-selection): Doc fix.
10390         (x-valid-simple-selection-p): Allow buffer values.
10391         (xselect--selection-bounds): Handle buffer values.  Suggested by
10392         David De La Harpe Golden.
10394         * mouse.el (mouse-set-region, mouse-drag-track): Call
10395         copy-region-as-kill before setting the mark, to let
10396         select-active-regions work.
10398 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10400         * simple.el (deactivate-mark): If select-active-regions is
10401         non-nil, copy the selection data into a string.
10402         (activate-mark): If select-active-regions is non-nil, set the
10403         selection to the current buffer.
10404         (set-mark): Update selection if select-active-regions is non-nil.
10406         * select.el (x-valid-simple-selection-p): Allow buffer values.
10408 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10410         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10411         and more featureful message-mode.
10413 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10415         * select.el (x-set-selection): Doc fix.
10416         (x-valid-simple-selection-p): Disallow selection data consisting
10417         of a list or cons of integers, since that is not used.
10418         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10419         (xselect-convert-to-string, xselect-convert-to-length)
10420         (xselect-convert-to-filename, xselect-convert-to-charpos)
10421         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10423 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10425         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10426         output in -break-info command (Emacs bug #3794).
10428 2009-07-14  Glenn Morris  <rgm@gnu.org>
10430         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10431         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10432         (edebug-print-length, edebug-print-level, edebug-print-circle)
10433         (edebug-sit-for-seconds, edebug-view-outside)
10434         (edebug-bounce-point, edebug-set-global-break-condition)
10435         (edebug-Go-nonstop-mode, edebug-trace-mode)
10436         (edebug-Trace-fast-mode, edebug-continue-mode)
10437         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10438         (edebug-visit-eval-list): Doc fixes.
10440         * subr.el (def-edebug-spec): Doc fix.
10442 2009-07-14  Kenichi Handa  <handa@m17n.org>
10444         * international/characters.el: Fix setting of category ?C.
10446 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10448         * term/ns-win.el (x-select-font): defalias x-select-font to
10449         ns-popup-font-panel instead of generate-fontset-menu.
10451 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10453         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10455 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10457         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10458         the PK\003\004 header (Bug#3770).
10460 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10462         * pcomplete.el (pcomplete-comint-setup): Check for
10463         shell-dynamic-complete-filename too.
10465 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10467         * simple.el (temporary-goal-column): Change the value for
10468         line-move-visual to a cons cell.
10469         (line-move-visual): Record or set the window hscroll, if
10470         necessary (Bug#3494).
10471         (line-move-1): Handle cons value of temporary-goal-column.
10473 2009-07-11  Kenichi Handa  <handa@m17n.org>
10475         * international/mule-diag.el (describe-character-set): Don't show
10476         width.
10478 2009-07-10  Sam Steingold  <sds@gnu.org>
10480         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10481         Omake sometimes indents the errors it prints, so allow all
10482         regexps to start with spaces.
10484 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10486         * cus-edit.el (customize-changed-options-previous-release):
10487         Bump value to 22.1.  (Bug#3804)
10489 2009-07-08  Sam Steingold  <sds@gnu.org>
10491         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10492         to be a cons cell (test . ignored-directory) to selectively ignore
10493         some directories depending on the location of the search.
10495 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10497         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10498         remote user is root, on the local host.
10499         (tramp-local-host-p): Either the local user or the remote user
10500         must be root.  (Bug#3771)
10502 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10504         * progmodes/gdb-mi.el (gdb): Remove description of
10505         gdb-use-separate-io-buffer.
10506         (menu): Don't allow toggling of or enable
10507         gdb-use-separate-io-buffer from menubar.
10509 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10511         * mail/unrmail.el (unrmail): Make sure the message ends with two
10512         newlines (Bug#3769).
10514 2009-07-08  Glenn Morris  <rgm@gnu.org>
10516         * calendar/calendar.el (calendar-current-date): Rework previous change.
10518 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10520         * calendar/calendar.el (calendar-current-date):
10521         Add an optional argument giving an offset from today.
10523 2009-07-08  Glenn Morris  <rgm@gnu.org>
10525         * tutorial.el (tutorial--describe-nonstandard-key):
10526         Adjust the message for when a key has been unbound.
10527         (help-with-tutorial): Hide the arch-tag.
10529 2009-07-08  Kenichi Handa  <handa@m17n.org>
10531         * international/fontset.el (setup-default-fontset): For each
10532         script, append (not set) font-specs.
10534         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10535         docstring.
10537 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10539         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10540         -data-list-register-names to ...
10541         (gdb-starting): ... here because GDB 7.0 requires execution to
10542         have started when using this MI command.
10543         (gdb-set-header): New function to distinguish select and
10544         unselected tabs in gdb buffers.
10545         (gdb-propertize-header): New macro that uses gdb-set-header.
10546         (gdb-breakpoints-header, gdb-locals-header): Use it.
10547         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10549 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10551         * Makefile.in (ELCFILES): Remove fadr.elc.
10553 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10555         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10556         may contain frame information, so `string-match' should be used.
10557         (gdb-update): Disassembly is invalidated through
10558         `gdb-get-selected-frame'.
10559         (gdb-pad-string): New function to pad string with spaces.
10560         (gdb-invalidate-disassembly): Invalidate only if the buffer
10561         exists.
10562         (gdb-disassembly-handler-custom): Column alignment.
10563         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10564         placing new ones.
10565         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10566         end of line, too.
10567         (gdb-frame-handler): Match convention to for disassembly buffer
10568         mode name.
10569         (gdb-stack-list-frames-handler): Rewritten without regexps.
10570         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10571         not highlight breakpoints without line information.
10572         (gdb-input): Add trailing newline to command.
10574         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10575         buffer properly.
10576         (gdb-breakpoints-list-handler-custom): Replacement for
10577         `gdb-break-list-handler'.  Using real parser instead of regexps
10578         now.
10579         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10580         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10581         to place breakpoints.
10582         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10583         functions.
10584         (gdb-disassembly-handler-custom): Show overlay arrow.
10585         (gdb-disassembly-place-breakpoints): Show breakpoints in
10586         disassembly buffer.
10587         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10588         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10589         instead of parsing breakpoints buffer.  Fixed old menu references
10590         in `gud-menu-map'.
10592         * fadr.el: Remove.
10594         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10595         (gdb-memory-address): New variable which holds top address of
10596         memory page shown in memory buffer.
10597         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10598         customization variables.
10599         New functions:
10600         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10601         display the memory buffer.
10602         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10603         buffer display parameters.
10604         (def-gdb-memory-format, gdb-memory-format-binary)
10605         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10606         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10607         Functions for setting memory buffer format.
10608         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10609         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10610         unit size used in memory buffer.
10611         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10612         to next/previous page of memory buffer.
10613         Now using (bindat-get-field) instead of fadr functions.
10615 2009-07-07  Sam Steingold  <sds@gnu.org>
10617         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10618         non-top-level files.
10620 2009-07-07  Kenichi Handa  <handa@m17n.org>
10622         * international/mule-cmds.el (reset-language-environment): Put
10623         the highset priority to the charset iso-8859-1.
10625 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10627         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10628         to the end of the line when locating the block (Bug#700).
10630 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10632         * net/tramp.el (tramp-handle-write-region): Flush file properties
10633         in case of short track.
10635 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10637         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10638         Coded custom representation of verilog error regular expressions
10639         to work with Emacs-22's new format.
10640         (verilog-error-regexp-xemacs-alist): Coded custom representation
10641         of verilog error regular expressions to work with XEmacs format.
10642         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10643         error recognition into XEmacs.
10644         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10645         error recognition into Emacs-22.
10647 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10649         * woman.el: Remove stand-alone closing parentheses.
10650         (woman-file-name, woman2-format-paragraphs)
10651         (woman-leave-blank-lines): Code cleanup.
10652         (woman-use-own-frame): Change default to nil.
10653         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10654         defaults to inherit from default faces.
10655         (woman2-process-escapes): Consume the newline after a stand-alone
10656         filler character (Bug#3651).
10658 2009-07-06  Glenn Morris  <rgm@gnu.org>
10660         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10661         (top-level): Move provide to the end.
10662         (ffap): Remove defunct URL from custom group.
10664         * subr.el (eval-after-load): Doc fix.
10666 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10668         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10669         `calc-embedded-word' is called twice.
10671 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10673         * files.el (find-alternate-file-other-window, find-alternate-file):
10674         Obey confirm-nonexistent-file-or-buffer.
10676 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10678         * dired-aux.el (dired-show-file-type): Handle remote files.
10680 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10682         * desktop.el (desktop-globals-to-save):
10683         Add file-name-history (Bug#2750).
10685 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10687         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10689 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10691         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10692         property on entire argument since this is what eshell-lisp-command
10693         expects.
10695 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10697         * net/tramp-gvfs.el (tramp-gvfs-methods)
10698         (tramp-gvfs-zeroconf-domain)
10699         (tramp-bluez-discover-devices-timeout): Add version flag.
10700         (tramp-gvfs-handler-mounted-unmounted)
10701         (tramp-gvfs-connection-mounted-p): Polish handling of
10702         incompatibilities between GVFS 0.2 and 1.0.
10704 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10706         * cus-start.el (all): Add make-pointer-invisible.
10708 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10710         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10711         formatted correctly.
10713 2009-07-02  Juri Linkov  <juri@jurta.org>
10715         * info.el: Virtual Info files and nodes.
10716         (Info-virtual-files, Info-virtual-nodes): New variables.
10717         (Info-current-node-virtual): New variable.
10718         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10719         New functions.
10720         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10721         to check for a virtual file instead of checking a fixed list
10722         of node names.
10723         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10724         instead of ad-hoc processing of "dir" and (apropos history toc).
10725         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10726         instead of ad-hoc processing of "dir" and (apropos history toc).
10727         Reread a file when moving from a virtual node.
10728         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10729         (Info-directory-toc-nodes, Info-directory-find-file)
10730         (Info-directory-find-node): New functions.
10731         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10732         (Info-history): Move part of code to
10733         `Info-history-find-node'.
10734         (Info-history-toc-nodes, Info-history-find-file)
10735         (Info-history-find-node): New functions.
10736         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10737         (Info-toc): Move part of code to `Info-toc-find-node'.
10738         (Info-toc-find-node): New function.
10739         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10740         the current Info file name to references because now the node
10741         "*TOC*" belongs to the same Info manual.
10742         (Info-toc-build): Rename from `Info-build-toc'.
10743         (Info-toc-nodes): Rename input argument `file' to `filename'.
10744         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10745         instead of ad-hoc processing of ("dir" apropos history toc).
10746         (Info-index-nodes): Use Info-virtual-file-p
10747         to check for a virtual file instead of checking a fixed list
10748         of node names.
10749         (Info-index-node): Add check for `Info-current-node-virtual'.
10750         Raise `save-match-data' higher up the tree to contain
10751         `search-forward' too (bug fix).
10752         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10753         (Info-virtual-index-nodes): New variable.
10754         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10755         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10756         (Info-apropos-file, Info-apropos-nodes): New variables.
10757         (Info-apropos-toc-nodes, Info-apropos-find-file)
10758         (Info-apropos-find-node, Info-apropos-matches): New functions.
10759         (info-apropos): Move part of code to `Info-apropos-find-node' and
10760         `Info-apropos-matches'.
10761         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10762         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10763         for a virtual file instead of checking a fixed list of node names.
10765         * simple.el (async-shell-command): New command.
10767         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10769         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10770         instead of `mount-info'.
10772 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10774         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10775         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10777 2009-07-02  Kenichi Handa  <handa@m17n.org>
10779         * international/mule.el (set-keyboard-coding-system): Force *-unix
10780         coding-system to avoid eol conversion.
10782 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10784         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10785         Add handler for `process-file', `shell-command' and
10786         `start-file-process'.
10787         (tramp-gvfs-handle-shell-command)
10788         (tramp-gvfs-handle-start-file-process)
10789         (tramp-gvfs-handle-process-file): New defuns.
10790         (tramp-synce-list-devices): Simplify check for existence of property.
10792 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10794         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10796 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10798         * language/korean.el (set-language-info-alist): Add korean-cp949,
10799         cp949 to spec.
10801 2009-07-01  Kenichi Handa  <handa@m17n.org>
10803         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10805         * international/encoded-kb.el: Deleted.
10807         * international/mule.el (set-keyboard-coding-system): Perform the
10808         necessary setup here instead of calling encoded-kbd-setup-display.
10810 2009-07-01  Glenn Morris  <rgm@gnu.org>
10812         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10814 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10816         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10818 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10820         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10821         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10822         (tramp-default-file-modes): Remove execute permissions.
10824         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10825         (top): Add a default for "synce" in `tramp-default-user-alist'.
10826         Add completion function for "synce" method.
10827         (tramp-hal-service, tramp-hal-path-manager)
10828         (tramp-hal-interface-manager, tramp-hal-interface-device):
10829         New defconst.
10830         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10831         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10832         New defuns.
10834         * net/trampver.el: Update release number.
10836 2009-06-30  Kenichi Handa  <handa@m17n.org>
10838         * international/fontset.el (setup-default-fontset): Add CJK fonts
10839         for symbols and the other miscellaneous characters.
10841         * language/korea-util.el (setup-korean-environment-internal):
10842         Make char-width-table suitable for Korean environments.
10843         (exit-korean-environment): Cancel above.
10845         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10846         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10847         setup-function to make char-width-table suitable for respective
10848         environments, and an exit-function to cancel that.
10850         * language/japan-util.el (setup-japanese-environment-internal):
10851         Call use-cjk-char-width-table with arg `ja_JP'.
10853         * international/characters.el (cjk-char-width-table): Delete it.
10854         (cjk-char-width-table-list): New variable.
10855         (use-cjk-char-width-table): New arg local-name.
10856         (use-default-char-width-table): Fix for the case that Emacs is
10857         already using the default char-width-table.
10859 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10861         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10862         modes mandatory.  (Bug#3712)
10864 2009-06-29  Alan Mackenzie  <acm@muc.de>
10866         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10867         correction between the visible width of TABs and their number of bytes.
10869 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10871         * server.el (server-buffer-done): Prevent kill-buffer from
10872         prompting by clearing the buffer modification flag (Bug#3696).
10874 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10876         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10877         (verilog-endcomment-reason-re): Support unique case and priority case.
10878         (verilog-basic-complete-re): Support localparam lineup.
10879         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10880         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10881         commenting.
10882         (verilog-leap-to-case-head): Now support *nested* unique &
10883         priority case statements.
10884         (verilog-auto-lineup): Make just declarations the default (as it
10885         had been).
10886         (verilog-leap-to-case-head): Support priority/unique case statements.
10887         (verilog-auto-lineup): Rework to give users radio buttons to
10888         select the various styles of automatic lineup.
10889         (verilog-error-regexp-alist): Rework to support the XEmacs style
10890         of error regular expressions from compilers, lint tools &
10891         simulators.  Note that GNU Emacs has made it impossible for a mode
10892         to load such things.
10893         (electric-verilog-terminate-line, verilog-indent-declaration)
10894         (verilog-auto-wiure): Rework for radio button selection of
10895         auto-lineup selection of specification of auto lineup.
10896         (verilog-beg-of-statement-1): Redesign to support proper operation
10897         in additional code, based on testing with auto-lineup.
10898         (verilog-calculate-indent, assignments & declarations)
10899         (verilog-backward-token): Enhance to support auto-lineup of
10900         assignments & declarations.
10901         (verilog-in-directive-p, verilog-at-struct-p): New function for
10902         easy test of whether we are.
10903         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10904         to support safe execution at almost anyline.
10905         (verilog-calc-1): Properly support indenting deep inside generate
10906         blocks.
10907         (verilog-init-font): Remove definition & use of verilog-init-font,
10908         as it is redundant with font-lock-defaults.
10909         (verilog-mode): Alter the definition of verilog-font-lock-defaults
10910         to avoid circular calls if syntax-ppss is a function (as is the
10911         case now in 22.x GNU Emacs) as that function would sometimes call
10912         itself, leading to (nearly) infinite recursion.
10913         (verilog-ovm-begin-re, verilog-ovm-end-re)
10914         (verilog-ovm-statement-re, verilog-leap-to-head)
10915         (verilog-backward-token): Add support for OVM macros.  Some are
10916         complete statements, and others open and close scopes like begin
10917         and end.
10918         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10919         (verilog-defun-level-generate-only-re): Really fix the defun-list
10920         compilation issue.
10921         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10922         coverpoint, constraint and cross statements.
10923         (verilog-defun-level-list, verilog-generate-defun-level-list)
10924         (verilog-all-defun-level-list): Redo these specifications - it is
10925         too hard to support eval-when compile aggregation of lists also
10926         built at when-compile time.
10927         (verilog-defun-level-list): Place defconsts of variables used in
10928         building regular expressions which are built in eval-when-compile
10929         bodies in the same eval-when-compile body to facilitate compile
10930         without load.
10931         (verilog-beg-block-re-ordered): Support indenting
10932         virtual/protected tasks and functions.
10933         (verilog-defun-level-list, verilog-in-generate-region-p)
10934         (verilog-backward-ws&directives, verilog-calc-1): Speed up
10935         indentation of some module items (generate items).
10936         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10937         across virtual/protected tasks and functions.
10939 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
10941         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10942         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
10943         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10944         in concatenations.  Reported by Yishay Belkind.
10945         (verilog-auto-ascii-enum): Support one-hot state machines in
10946         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
10947         (verilog-auto-inst, verilog-auto-inst-port): Include interface
10948         modport in AUTOINST and add vl-modport for users.  Reported by
10949         David Rogoff.
10950         (verilog-auto-inout-module, verilog-auto-inst)
10951         (verilog-decls-get-interfaces, verilog-insert-definition)
10952         (verilog-insert-one-definition, verilog-read-decls)
10953         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10954         (verilog-sig-modport, verilog-signals-combine-bus)
10955         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10956         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10957         Suggested by David Rogoff.
10958         (verilog-repair-open-comma): Fix non-insertion of comma when
10959         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
10960         (verilog-make-width-expression): Simplify [A-1:0] expression
10961         widths to just {A{1'b0}}.
10962         (verilog-mode): Cleanup checkdoc warnings.
10963         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10964         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10965         inputs/outputs or data type.  Suggested by Vasu Kandadi.
10966         (next-error-last-buffer): Fix byte-compiler warning.
10967         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10968         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10969         or shell command text during AUTO expansion.  Suggested by Tad Truex.
10970         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10971         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10972         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10973         in AUTOINOUT.  Reported by Matthew Lovell.
10974         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10975         causing use of <= assignments.  Reported by Alex Reed.
10976         (verilog-read-decls): Fix triand, trior, wand, wor to be
10977         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
10978         (verilog-extended-complete-re): Support import "DPI-C" functions.
10979         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10980         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
10981         (verilog-insert-date, verilog-insert-year)
10982         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10983         Windows systems.  Reported by Michael Potts.
10984         (verilog-read-module-name): Fix AUTOINST when the child module
10985         declaration's name is a tick define.  Reported by Elliot Mednick.
10986         (verilog-read-decls): Fix V2K parameter bit subscripts getting
10987         passed to next parameter's definition.  Reported by Bruce T.
10988         (verilog-read-decls): Fix detecting "parameter int" when using
10989         AUTOINSTPARAM.  Reported by Bruce T.
10990         (verilog-goto-defun): Fix goto not finding modules unless first
10991         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
10992         (verilog-mode): Expand -f flag arguments on entry to mode so
10993         verilog-goto-defun will work.  Reported by Lawrence Butcher.
10994         (verilog-getopt): Expand environment variables in -f file
10995         arguments.  Suggested by Lawrence Butcher.
10996         (verilog-set-define): Fix "Symbol's value as variable is void"
10997         when reading enumerations.
10998         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10999         Suggested by Stephen Peltan.
11000         (verilog-read-defines): Fix reading of enumerations in include
11001         files.  Reported by Steve Peltan.
11003 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11005         * files.el (trash-directory): Fix defcustom type.
11007 2009-06-28  Juri Linkov  <juri@jurta.org>
11009         * help-fns.el (describe-function-1): Correctly locate adviced
11010         functions in hyperlink (Bug#2438).
11012 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11014         * files.el (trash-directory): Change default to nil.
11015         (move-file-to-trash): If trash-directory is nil and
11016         system-move-file-to-trash is unbound, perform freedesktop-style
11017         trashing.
11019 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11021         * files.el (move-file-to-trash): Add freedesktop trash
11022         support (Bug#973).
11024 2009-06-28  Glenn Morris  <rgm@gnu.org>
11026         * autorevert.el (global-auto-revert-non-file-buffers)
11027         (global-auto-revert-mode): Doc fixes.
11029 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11031         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11033 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11035         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11036         opened an X connection before calling x-get-resource (Bug#3194).
11038         * play/doctor.el: Remove reference to obsolete website.
11039         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11041 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11043         Remove find-file-not-found-hook VC method.  (Bug#2757)
11044         * vc-hooks.el (vc-file-not-found-hook)
11045         (vc-default-find-file-not-found-hook): Remove functions.
11046         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11047         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11048         * vc.el:
11049         * vc-hg.el:
11050         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11052 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11054         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11055         compatibility function for `looking-back'.
11057         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11058         Use `ispell-looking-back'.
11060 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11062         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11063         rather than `filename'.
11065 2009-06-23  Miles Bader  <miles@gnu.org>
11067         * face-remap.el (text-scale-set): New function.
11069 2009-06-23  Glenn Morris  <rgm@gnu.org>
11071         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11073         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11075         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11077         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11079         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11080         Simplify Persian conditionals.
11082         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11083         variable `filename'.
11085         * comint.el (comint-insert-input): Doc fix.
11087         * Makefile.in (ELCFILES): Fix typo in previous change.
11089 2009-06-23  Miles Bader  <miles@gnu.org>
11091         * cus-start.el: Add entry for `recenter-redisplay'.
11093 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11095         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11096         Add an optional argument for the backend, use it instead of
11097         calling vc-backend.
11098         (vc-mode-line): Add an optional argument for the backend.
11099         Pass the backend to vc-state and vc-working-revision.  Move code for
11100         special handling for vc-state being a buffer to ...
11102         * vc-rcs.el (vc-rcs-find-file-hook):
11103         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11105         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11106         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11107         vc-stay-local-p and vc-mode-line calls.
11109         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11110         (vc-cvs-diff, vc-cvs-annotate-command)
11111         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11112         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11113         vc-mode-line calls.
11115         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11116         direct comparison.
11117         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11118         backend when calling vc-mode-line.
11119         (vc-register): Do not create a closure for calling the vc register
11120         function, call it directly.
11122 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11124         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11125         to make it obvious item can be clicked.
11127         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11129 2009-06-23  Kenichi Handa  <handa@m17n.org>
11131         * language/korea-util.el (korean-key-bindings): Change the binding
11132         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11133         same command.
11135 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11137         Sync with Tramp 2.1.16.
11139         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11141         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11142         when a loading of a package fails.  Completion function for rsync
11143         is `tramp-completion-function-alist-ssh'.
11144         (all): Replace all calls of `split-string' and
11145         `tramp-split-string' by `tramp-compat-split-string'.
11146         (tramp-default-method): Use `tramp-compat-process-running-p'.
11147         (tramp-default-proxies-alist): Allow also Lisp forms.
11148         (tramp-remote-path): Add choice "Private Directories".
11149         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11150         (tramp-domain-regexp): Allow also "-", "_" and ".".
11151         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11152         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11153         (tramp-debug-message): Insert header line in debug buffer.
11154         (tramp-handle-directory-files-and-attributes-with-stat):
11155         Care about filenames with spaces, or starting with "-".
11156         (tramp-handle-dired-uncache): New defun.
11157         (tramp-handle-insert-directory): Don't flush the directory from
11158         cache, this is handled by `dired-uncache' now.
11159         (tramp-handle-insert-file-contents): Improve error handling.
11160         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11161         Quote `tramp-end-of-output'.
11162         (tramp-action-password): Improve trace message.
11163         (tramp-check-for-regexp): Both echoes must be present, before removing.
11164         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11165         (tramp-compute-multi-hops): Eval cons cells of
11166         `tramp-default-proxies-alist'.
11167         (tramp-maybe-open-connection): Use the same command pattern for
11168         first hop and further hops.
11169         (tramp-wait-for-output): Remove handling of newlines.
11170         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11171         (tramp-split-string): Remove function.  It is handled in
11172         tramp-compat now.
11174         * net/tramp-cmds.el (tramp-bug):
11175         Recommend `tramp-cleanup-all-connections' in the bug mail.
11177         * net/tramp-compat.el (tramp-compat-split-string)
11178         (tramp-compat-process-running-p): New defuns.
11180         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11181         for `dired-uncache'.
11183         * net/tramp-gvfs.el: New package.
11185         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11186         Add handler for `dired-uncache'.
11187         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11189         * net/trampver.el: Update release number.  Make version check fit
11190         for SXEmacs 22.
11192 2009-06-22  Jim Meyering  <meyering@redhat.com>
11194         Automatically handle .xz suffix (XZ-compressed files), too.
11195         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11196         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11198 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11199             Nick Roberts  <nickrob@snap.net.nz>
11201         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11202         repository (http://sphinx.net.ru/hg/gdb-mi/).
11204 2009-06-22  Glenn Morris  <rgm@gnu.org>
11206         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11207         `mode' and `eval' entries.  (Bug#3430)
11209         * Makefile.in (ELCFILES): Add fadr.elc.
11211         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11212         differing behavior of \n and ^ in strings.  (Bug#3385)
11214         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11216         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11217         property.
11218         (lisp-indent-function): Make it a defcustom.
11220 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11222         * progmodes/gdb-ui.el: Replace with ...
11223         * progmodes/gdb-mi.el: ... this file.
11224         * progmodes/gud.el: Modify for gdb-mi.el.
11226 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11228         * fadr.el: New file.
11230 See ChangeLog.14 for earlier changes.
11232 ;; Local Variables:
11233 ;; coding: utf-8
11234 ;; End:
11236     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11238   This file is part of GNU Emacs.
11240   GNU Emacs is free software: you can redistribute it and/or modify
11241   it under the terms of the GNU General Public License as published by
11242   the Free Software Foundation, either version 3 of the License, or
11243   (at your option) any later version.
11245   GNU Emacs is distributed in the hope that it will be useful,
11246   but WITHOUT ANY WARRANTY; without even the implied warranty of
11247   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11248   GNU General Public License for more details.
11250   You should have received a copy of the GNU General Public License
11251   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11253 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1