* lisp/simple.el (blink-matching-open): Obey forward-sexp-function.
[emacs.git] / lisp / ChangeLog
blob0d8c1304e6ce285098bfb1805404e68289ed997a
1 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * simple.el (blink-matching-open): Obey forward-sexp-function.
5 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * simple.el (prog-mode-map): New var.
8         (prog-indent-sexp): New command.
10         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
12         * progmodes/prolog.el (smie): Require.
14         * emacs-lisp/smie.el (smie-default-backward-token)
15         (smie-default-forward-token): Strip properties.
16         (smie-next-sexp): Be more careful with associative operators.
17         (smie-forward-sexp-command): Generalize.
18         (smie-backward-sexp-command): Simplify.
19         (smie-closer-alist): New var.
20         (smie-close-block): New command.
21         (smie-indent-debug-log): New var.
22         (smie-indent-offset-rule): Add a few more cases.
23         (smie-indent-column): New function.
24         (smie-indent-after-keyword): Use it.
25         (smie-indent-keyword): Use it.
26         Fix up the opener code's point position.
27         (smie-indent-comment): Only applies at BOL.
28         (smie-indent-debug): New command.
30         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
31         declarations that are useful before running the macro.
33 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
35         * image.el (create-animated-image): Don't add heuristic mask to image
36         (Bug#6839).
38 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
40         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
41         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
43 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
45         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
47         Font-lock '...' strings, plus various simplifications and fixes.
48         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
49         (octave-font-lock-close-quotes): New function.
50         (octave-font-lock-syntactic-keywords): New var.
51         (octave-mode): Use it.  Set beginning-of-defun-function.
52         (octave-mode-map): Don't override the <foo>-defun commands.
53         (octave-mode-menu): Pass it directly to easy-menu-define;
54         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
55         (octave-block-match-alist): Fix up last change so that
56         octave-close-block uses the more specific keyword.
57         (info-lookup-mode): Silence byte-compiler.
58         (octave-beginning-of-defun): Not interactive any more.
59         Optimize slightly.
60         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
61         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
62         (octave-completion-at-point-function): Make sure point is within
63         beg..end.
64         (octave-reindent-then-newline-and-indent):
65         Use reindent-then-newline-and-indent.
66         (octave-add-octave-menu): Remove.
68 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
70         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
71         (report-emacs-bug-can-use-xdg-email): New functions.
72         (report-emacs-bug): Set can-xdg-email to result of
73         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
74         \C-cm to report-emacs-bug-insert-to-mailer and add help text
75         about it.
77         * net/browse-url.el (browse-url-default-browser): Add cond
78         for browse-url-xdg-open.
79         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
81 2010-08-17  Glenn Morris  <rgm@gnu.org>
83         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
84         (c-fontify-recorded-types-and-refs): Define for compiler.
85         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
86         before use.
88         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
89         Fix format call.
91 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
93         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
94         properties.
95         (tramp-handle-process-file): Call the program in a subshell, in
96         order to preserve working directory.
97         (tramp-action-password): Hide password prompt before next run.
98         (tramp-process-actions): Widen connection buffer for the trace.
100 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
102         * net/rcirc.el (rcirc-log-process-buffers): New option.
103         (rcirc-print): Use it.
104         (rcirc-generate-log-filename): New function.
105         (rcirc-log-filename-function): Change default to
106         rcirc-generate-log-filename (Bug#6828).
108 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
110         * simple.el (deactivate-mark): If select-active-regions is `only',
111         only set selection for temporarily active regions.
113         * cus-start.el: Change defcustom for select-active-regions.
115 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
117         * mouse.el (mouse--drag-set-mark-and-point): New function.
118         (mouse-drag-track): Use LOCATION arg to push-mark.
119         Use mouse--drag-set-mark-and-point to take click-count into
120         consideration when updating point and mark (Bug#6840).
122 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
124         * progmodes/compile.el (compilation-error-regexp-alist-alist):
125         Give the Ruby rule a lower priority than Gnu (Bug#6778).
127 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
129         * font-lock.el (lisp-font-lock-keywords-2):
130         Add combine-after-change-calls, condition-case-no-debug,
131         with-demoted-errors, and with-silent-modifications (Bug#6025).
133 2010-08-14  Kevin Ryde  <user42@zip.com.au>
135         * emacs-lisp/copyright.el (copyright-update-year)
136         (copyright-update): Temporary switch-to-buffer to ensure the
137         buffer change being queried is visible (Bug#5394).
139 2010-08-14  Tom Tromey  <tromey@redhat.com>
141         * progmodes/etags.el (tags-file-name): Mark safe if stringp
142         (Bug#6733).
144 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
146         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
147         MS-DOS.  (Bug#6689)
149 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
151         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
152         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
153         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
154         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
155         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
156         Call menu-bar-set-tool-bar-position.
158 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
160         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
161         comment style (bug#6834).
162         * progmodes/scheme.el (scheme-mode-syntax-table):
163         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
164         "b" flag in "' 14b" syntax.
166         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
167         for (un)commenting the region and performing completion.
168         (octave-mode-menu): Use standard commands for help and completion.
169         (octave-mode-syntax-table): Support %{..%} comments (sort of).
170         (octave-mode): Use define-derived-mode.
171         Set completion-at-point-functions and don't set columns.
172         Don't disable adaptive-fill-regexp.
173         (octave-describe-major-mode, octave-comment-region)
174         (octave-uncomment-region, octave-comment-indent)
175         (octave-indent-for-comment): Remove.
176         (octave-indent-calculate): Rename from calculate-octave-indent.
177         (octave-indent-line, octave-fill-paragraph): Update caller.
178         (octave-initialize-completions): No need to make an alist.
179         (octave-completion-at-point-function): New function.
180         (octave-complete-symbol): Use it.
181         (octave-insert-defun): Use define-skeleton.
183         * progmodes/octave-mod.el (octave-mode): Set comment-add.
184         (octave-mode-map): Use comment-dwim (bug#6829).
186 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
188         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
189         indentation of inserted comment.
191 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
193         * faces.el (region): Add type gtk that uses gtk colors.
195         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
196         Handle theme-name change.
198 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
200         * progmodes/sql.el: Version 2.5
201         (sql-product-alist): Add :prompt-cont-regexp property for several
202         database products.
203         (sql-prompt-cont-regexp): New variable.
204         (sql-output-newline-count, sql-output-by-send):
205         New variables.  Record number of newlines in input text.
206         (sql-send-string): Handle multiple filters and count newlines.
207         (sql-send-magic-terminator): Count terminator newline.
208         (sql-interactive-remove-continuation-prompt): Filters output to
209         remove continuation prompts; one for each newline.
210         (sql-interactive-mode): Set up new variables, prompt regexp and
211         output filter.
212         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
213         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
215 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
217         * emacs-lisp/pcase.el: New file.
219 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
221         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
222         as here-document, otherwise the command could exceed maximum
223         length of command line.
224         (tramp-handle-vc-registered): Call script accordingly.
225         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
227 2010-08-10  Kenichi Handa  <handa@m17n.org>
229         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
230         composable pattern.
232 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
234         * emacs-lisp/package.el (package-version-split)
235         (package--version-first-nonzero, package-version-compare):
236         Functions removed.
237         (package-directory-list, package-load-all-descriptors)
238         (package--built-in, package-activate, define-package)
239         (package-installed-p, package-compute-transaction)
240         (package-read-all-archive-contents)
241         (package--add-to-archive-contents, package-buffer-info)
242         (package-tar-file-info, package-list-packages-internal):
243         Use version-to-list and version-list-*.
245         * emacs-lisp/package-x.el (package-upload-buffer-internal):
246         Use version-to-list.
247         (package-upload-buffer-internal): Use version-list-<=.
249 2010-08-09  Kenichi Handa  <handa@m17n.org>
251         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
252         composable pattern.
254 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
256         * tutorial.el (tutorial--default-keys): C-d is now bound to
257         delete-forward-char (Bug#6826).
259         * mouse.el (mouse-drag-track): Remove accidentally-removed check
260         for `double' value of mouse-1-click-follows-link (Bug#6807).
262 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
264         * replace.el (replace-highlight): Bind isearch-forward and
265         isearch-error, ensuring that highlighting is updated if the user
266         switches the search direction (Bug#6808).
268         * isearch.el (isearch-lazy-highlight-forward): New var.
269         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
270         (isearch-lazy-highlight-update): Use it.
272 2010-08-08  Kenichi Handa  <handa@m17n.org>
274         * international/mule.el (define-charset): Store NAME as :base property.
275         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
276         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
277         current priority.  Force using the designation of the specific
278         charset by adding `charset' text property.  Improve the whole algorithm.
280 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
282         * emulation/pc-select.el (pc-selection-mode-hook)
283         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
284         (pc-selection-mode): Fix typos in docstrings.
286 2010-08-08  Kenichi Handa  <handa@m17n.org>
288         * language/cyrillic.el: Don't add "microsoft-cp1251" to
289         ctext-non-standard-encodings-alist here.
291         * international/mule.el (ctext-non-standard-encodings-alist):
292         Add "koi8-r" and "microsoft-cp1251".
293         (ctext-standard-encodings): New variable.
294         (ctext-non-standard-encodings-table): List only elements for
295         non-standard encodings.
296         (ctext-pre-write-conversion): Adjusted for the above change.
297         Check ctext-standard-encodings.
299         * international/mule-conf.el (compound-text): Doc fix.
300         (ctext-no-compositions): Doc fix.
301         (compound-text-with-extensions): Doc fix.
303 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
305         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
307 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
309         * progmodes/which-func.el (which-func-format): Split help-echo text
310         into lines, like other mode-line tooltips.
312         * server.el (server-start): When using TCP sockets, force IPv4
313         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
315 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
317         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
319 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
321         * term.el (term-delimiter-argument-list): Reflow docstring.
322         (term-read-input-ring, term-write-input-ring, term-send-input)
323         (term-bol, term-erase-in-display, serial-supported-or-barf):
324         Fix typos in docstrings.
326 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
330 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
332         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
334 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
336         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
337         Fix typo in docstring (bug#6747).
339 2010-08-08  Leo  <sdl.web@gmail.com>
341         * eshell/esh-io.el (eshell-get-target): Better detection of
342         read-only file (Bug#6762).
344 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
346         * align.el (align-default-spacing): Doc fix.
347         (align-region-heuristic, align-regexp): Fix typos in docstrings.
349 2010-08-08  Stephen Peters <speters@itasoftware.com>
351         * calendar/icalendar.el
352         (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
353         (icalendar--get-weekday-numbers): New
354         (icalendar--convert-recurring-to-diary): Handle multiple byday
355         values in weekly rules. (Bug#6766)
357 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
359         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
360         (icalendar--create-uid, icalendar-export-region)
361         (icalendar--parse-summary-and-rest): Code formatting.
363 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
365         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
366         to italicize headers.
367         (calc-highlight-selections-with-faces): New variable.
368         (calc-selected-face, calc-nonselected-face): New faces.
370         * calc/calccomp.el (math-comp-highlight-string): Use
371         `calc-highlight-selections-with-faces' to determine how to highlight
372         sub-formulas.
374         * calc/calc-sel.el (calc-show-selections): Change message to when
375         using faces to highlight selections.
377 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
379         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
380         Add SQLite 3 keywords, functions and datatypes.
381         (sql-interactive-mode): Remove `comint-process-echoes' set to t
382         (Bug#6686).
384 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
386         * simple.el (select-active-regions): Move to keyboard.c.
387         (deactivate-mark): Used saved-region-selection.
388         (select-active-region): Function removed.
389         (activate-mark, set-mark, push-mark-command)
390         (handle-shift-selection): Don't call it.
391         (keyboard-quit): Avoid adding the region to the window selection.
393         * mouse.el (mouse-drag-track): Remove hacks to deal with old
394         select-active-regions implementation.
395         (mouse-yank-at-click): Doc fix.
397         * cus-start.el: Add custom declaration for select-active-regions.
399 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
401         * simple.el (delete-forward-char): Doc fix.
403         * tutorial.el (help-with-tutorial): Hack safe file-local variables
404         after reading the tutorial.
406 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
408         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
409         for the case that a C style comment has its delimiters alone on
410         their respective lines.
412 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
414         * net/tramp.el (tramp-handle-start-file-process): Set connection
415         property "vec".
416         (tramp-process-sentinel): Use it for flushing the cache.  We
417         cannot do it via the process buffer, the buffer could be deleted
418         already when running the sentinel.
420 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
422         * comint.el (comint-mode): Make directory tracking functions
423         functional on remote files.  (Bug#6764)
425 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
427         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
429 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
431         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
432         unexec.c => unexcoff.c.
434         * emacs-lisp/authors.el (authors-fixed-entries): Rename
435         unexec.c => unexcoff.c.
437 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
439         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
440         cache, not only file cache.
441         (tramp-process-sentinel): New defun.
442         (tramp-handle-start-file-process): Use it, in order to invalidate
443         file caches.
445 2010-08-03  Leo  <sdl.web@gmail.com>
447         * server.el (server-start): Simplify loop.
449 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
451         * frame.el (screen-height, screen-width, set-screen-width)
452         (set-screen-height): Remove ancient compatibility aliases.
454         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
455         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
457         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
458         that change current buffer.
460 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
462         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
463         beginning of the string.  Use `string-match-p'.  (Bug#6765)
465 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
467         * cus-start.el (x-gtk-use-system-tooltips): New variable.
469 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
471         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
472         (package--builtins): Tweak descriptions.
473         (package-print-package): Upcase descriptions if necessary.
474         Show all built-in packages in font-lock-builtin-face.
475         (package-list-packages-internal): Omit "emacs" package.
476         Show status of built-in packages as "built-in".
478 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
480         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
481         before killing to preserve the primary selection (Bug#6701).
483         * term/x-win.el (x-select-text): Doc fix.
485 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
487         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
488         The following functions were modified or created:
490         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
491         (objc-font-lock-extra-types):
492         * progmodes/cc-mode.el (c-basic-common-init):
493         * progmodes/cc-langs.el (c-make-mode-syntax-table)
494         (c++-make-template-syntax-table)
495         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
496         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
497         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
498         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
499         * progmodes/cc-fonts.el (c-make-inverse-face)
500         (c-basic-matchers-after):
501         * progmodes/cc-engine.el (c-forward-keyword-clause)
502         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
503         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
504         (c-guess-continued-construct, c-guess-basic-syntax):
506 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
508         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
510 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
512         * files.el (bidi-paragraph-direction): Define safe local values.
514         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
515         language-info-alist.  Remove outdated FIXME in a comment.
517 2010-07-31  Alan Mackenzie  <acm@muc.de>
519         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
520         Auto-fill broken in C/C++ modes.
522 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
524         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
525         (menu-bar-showhide-tool-bar-menu-customize-disable)
526         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
527         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
528         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
529         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
530         make a menu for Options => toolbar that can move it.
532 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
534         * emacs-lisp/package-x.el (package--make-rss-entry):
535         (package-maint-add-news-item, package--update-news)
536         (package-upload-buffer-internal): New arg ARCHIVE-URL.
538         * emacs-lisp/package.el (package-archive-url): Rename from
539         package-archive-id.
540         (package-install): Doc fix.
541         (package-download-single, package-download-tar, package-install)
542         (package-menu-view-commentary): Callers changed.
544 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
546         * net/tramp.el (tramp-handle-start-file-process): Check only for
547         `remote-tty' process property.
548         (tramp-open-shell): Don't check for tty.
549         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
550         process property.
552         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
553         host.
555 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
557         * emacs-lisp/package.el (package-load-list, package-archives)
558         (package-archive-contents, package-user-dir)
559         (package-directory-list, package--builtins, package-alist)
560         (package-activated-list, package-obsolete-alist): Mark as risky.
562 2010-07-28  Phil Hagelberg  <phil@evri.com>
564         Add support for non-default package repositories.
565         * emacs-lisp/package.el (package-archive-base): Var deleted.
566         (package-archives): New variable.
567         (package-archive-contents): Doc fix.
568         (package-load-descriptor): Do nothing if descriptor file is missing.
569         (package--write-file-no-coding): New function.
570         (package-unpack-single): Use it.
571         (package-archive-id): New function.
572         (package-download-single, package-download-tar)
573         (package-menu-view-commentary): Use it.
574         (package-installed-p): Make second argument optional.
575         (package-read-all-archive-contents): New function.
576         (package-initialize): Use it.
577         (package-read-archive-contents): Add ARCHIVE argument.
578         (package--add-to-archive-contents): New function.
579         (package-install): Don't call package-read-archive-contents.
580         (package--download-one-archive): Store archive file in a
581         subdirectory of package-user-dir.
582         (package-menu-execute): Remove spurious line movement.
584 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
586         * cus-start.el (tool-bar-style): Add text-image-horiz.
588 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
590         * progmodes/gud.el (gud-common-init): Check for remoteness of
591         `file', and not of `default-directory'.
593 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
595         * net/tramp.el (tramp-methods): Move hostname to the end in all
596         ssh `tramp-login-args'.
597         (tramp-verbose): Describe verbose level 9.
598         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
599         (tramp-open-connection-setup-interactive-shell): Trace stty
600         settings if `tramp-verbose' >= 9.
601         (tramp-handle-start-file-process): Implement tty setting.
602         (Bug#4604, Bug#6360)
604         * net/tramp-cmds.el (tramp-bug): Recommend setting of
605         `tramp-verbose' to 9.
607 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
609         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
610         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
611         Remove references to package `lisp-re' (bug#4369).
613 2010-07-27  Tom Tromey  <tromey@redhat.com>
615         * progmodes/js.el (js-mode):
616         * progmodes/make-mode.el (makefile-mode):
617         * progmodes/simula.el (simula-mode):
618         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
620 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
622         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
624         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
626         * time.el (display-time-day-and-date): Remove spurious * in docstring.
627         (display-time-world-buffer-name, display-time-world-mode-map):
628         Fix typos in docstrings.
630 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
632         * image-mode.el (image-display-size): New function.
633         (image-forward-hscroll, image-next-line, image-eol, image-eob)
634         (image-mode-fit-frame): Use it (Bug#6639).
636 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
638         * dired.el (dired-buffers-for-dir): Handle list values of
639         dired-directory (Bug#6636).
641 2010-07-26  Sam Steingold  <sds@gnu.org>
643         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
644         Do not call `x-get-selection' the second time, reuse the value.
646 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
648         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
649         which consist of control chars only.  Suggested by Richard Stallman.
651 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
653         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
654         exists before passing an error to find-file-not-found-functions
655         (bug#6723).
657 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
659         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
660         Remove leading nil element, adjust values.
661         (tetris-shapes, tetris-shape-scores):
662         Change representation of shapes and remove some redundancy.
663         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
664         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
665         Adjust for working with new representation of shapes.
666         (tetris-shape-rotations): New function.
667         (tetris-move-bottom, tetris-move-left, tetris-move-right)
668         (tetris-rotate-prev, tetris-rotate-next):
669         Adjust for working with the new version of tetris-test-shape.
671 2010-07-23  Markus Triska  <markus.triska@gmx.at>
673         * progmodes/ps-mode.el: Use comint (bug#5954).
674         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
675         (ps-mode-other-newline): Simplify.
676         (ps-run-mode): Derive from comint-mode instead of
677         fundamental-mode, yielding input history etc.
678         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
679         (ps-run-send-string): Adapt for comint-mode.
680         (ps-run-newline): Remove now unneeded function.
682 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
684         * net/tramp.el (tramp-methods): Move hostname to the end in all
685         plink `tramp-login-args'.
687 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
689         * net/tramp.el (tramp-open-shell): New defun.
690         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
691         Use it.
693 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
695         * net/tramp.el (tramp-file-name-regexp-unified)
696         (tramp-completion-file-name-regexp-unified): On W32 systems, do
697         not regard the volume letter as remote filename.  (Bug#5447)
699 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
701         * custom.el (custom-declare-variable): Give a clearer error message
702         when the docstring is missing (bug#6476).
704 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
706         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
707         (sql-login-params): New widget definition.
708         (sql-oracle-login-params, sql-mysql-login-params)
709         (sql-solid-login-params, sql-sybase-login-params)
710         (sql-informix-login-params, sql-ingres-login-params)
711         (sql-ms-login-params, sql-postgres-login-params)
712         (sql-interbase-login-params, sql-db2-login-params)
713         (sql-linter-login-params): Use it.
714         (sql-sqlite-login-params): Use it; Define "database" parameter as
715         a file name.
716         (sql-sqlite-program): Change to "sqlite3".
717         (sql-comint-sqlite): Make sure database name is complete.
718         (sql-for-each-login): New function.
719         (sql-connect, sql-save-connection): Use it.
720         (sql-get-login-ext): New function.
721         (sql-get-login): Use it.
722         (sql-make-alternate-buffer-name): Handle :file parameters.
724 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
726         * dired.el (dired-no-confirm): Document value t and fix defcustom to
727         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
729 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
731         * dired.el (dired-mode-map): Use command remapping (bug#6632).
733 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
735         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
737 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
739         * net/tramp.el (tramp-get-ls-command)
740         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
741         instead of "/".
743 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
745         * progmodes/sql.el: Version 2.3.
746         (sql-connection-alist): Changed keys from symbols to strings;
747         enhanced the widget definition.
748         (sql-mode-menu): Added submenu to select connections.
749         (sql-interactive-mode-menu): Added "Save Connection" item.
750         (sql-add-product): Fixed menu item.
751         (sql-get-product-feature): Improved error handling.
752         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
753         (sql-make-alternate-buffer-name): Simplified.
754         (sql-product-interactive): Handle missing product.
755         (sql-connect): Support string keys, minor improvements.
756         (sql-save-connection): New function.
757         (sql-connection-menu-filter): New function.
759 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
761         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
762         (tramp-open-connection-setup-interactive-shell): Apply
763         workaround for IRIX64 bug.  Move argument of last
764         `tramp-send-command' where it belongs to.
766 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
768         * net/tramp.el (tramp-perl-file-attributes)
769         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
770         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
771         front of `login-args'.
773 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
775         * time.el (display-time-world-mode): Define with `define-derived-mode'.
776         Set `show-trailing-whitespace' to nil.
777         (display-time-world-display): Simplify.
779 2010-07-18  Alan Mackenzie  <acm@muc.de>
781         Enhance `c-file-style' in file/directory local variables.
782         * progmodes/cc-mode.el (c-count-cfss): New function.
783         (c-before-hack-hook): Call `c-set-style' differently according to
784         whether c-file-style was set in file or directory local
785         variables.
787 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
789         * progmodes/sql.el: Version 2.2.
790         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
791         defcustom :safe keyword rather than putting safe-local-variable
792         property.
793         (sql-password): Use defcustom :risky keyword rather than putting
794         risky-local-variable property.
795         (sql-oracle-login-params, sql-sqlite-login-params)
796         (sql-solid-login-params, sql-sybase-login-params)
797         (sql-informix-login-params, sql-ingres-login-params)
798         (sql-ms-login-params, sql-postgres-login-params)
799         (sql-interbase-login-params, sql-db2-login-params)
800         (sql-linter-login-params): Add `port' option.
801         (sql-get-product-feature): Added NO-INDIRECT parameter.
802         (sql-comint-oracle, sql-comint-sybase)
803         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
804         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
805         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
806         (sql-comint-linter): Renamed sql-connect-* functions to
807         sql-comint-*.
808         (sql-product-alist, sql-mode-menu): Renamed as above and
809         :sqli-connect-func to :sqli-comint-func.
810         (sql-connection): New variable.
811         (sql-interactive-mode): Set it.
812         (sql-connection-alist): New variable.
813         (sql-connect): New function.
814         (sql--alt-buffer-part, sql--alt-if-not-empty)
815         (sql-make-alternate-buffer-name): Improved alternative buffer name.
817 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
819         * image-mode.el (image-bookmark-make-record): Do not set context
820         in an image (Bug#6650).
822 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
824         * simple.el (select-active-region): New function.
825         (push-mark-command, set-mark, activate-mark)
826         (handle-shift-selection): Use it.
827         (deactivate-mark): Don't check for size of region.
829         * mouse.el (mouse-drag-track): Use select-active-region.
831 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
833         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
834         "--dired" stronger.
836 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
838         * term/x-win.el (x-select-enable-primary): Change default to nil.
839         (x-select-enable-clipboard): Add :version keyword.
841         * mouse.el (mouse-drag-copy-region):
842         * simple.el (select-active-regions): Likewise.
844 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
846         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
847         (vc-coding-system-for-diff): Use it to decide whether to inherit
848         from the file the EOL format for reading the diffs of that file.
849         (Bug#4451)
851 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
853         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
854         unibyte, so compressed attachments are not compressed again.
856 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
858         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
859         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
860         (tramp-find-shell): Simplify setting connection property.
861         (tramp-get-ls-command): Make test for "--color=never" stronger.
863 2010-07-15  Simon South  <ssouth@member.fsf.org>
865         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
866         blocks within record declarations (i.e. variant parts) correctly.
868 2010-07-15  Simon South  <ssouth@member.fsf.org>
870         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
871         over literal tokens when parsing so newlines aren't "absorbed" by
872         single-line comments.  Corrects the indentation of case blocks
873         that have a comment on the first line.
875 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
877         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
878         by Drew Adams (Bug#5504).
880 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
882         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
883         now that Unicode is used (Bug#6594).
885 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
887         * term/x-win.el (x-select-enable-clipboard): Default to t.
888         (x-initialize-window-system): Don't overwrite Paste menu item.
890         * simple.el (select-active-regions): Default to t.
891         (push-mark-command): Don't overwrite primary with empty string.
893         * mouse.el: Bind mouse-2 to mouse-yank-primary.
894         (mouse-drag-copy-region): Default to nil.
896         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
897         Cut/Copy/Paste menu bar items.
899 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
901         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
902         Patch applied by Karl Fogel.
904         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
905         and `bookmark-current-buffer' if they have been already set in
906         another buffer (e.g gnus-art).
908 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
909             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
911         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
913         * bookmark.el (bookmark-make-record-default): Allow unneeded
914         information to be omitted from the record.
916         Adjust declarations and calls:
918         * info.el (bookmark-make-record-default): Adjust declaration.
919         (Info-bookmark-make-record): Adjust call.
921         * woman.el (bookmark-make-record-default): Adjust declaration.
922         (woman-bookmark-make-record): Adjust call.
924         * man.el (bookmark-make-record-default): Adjust declaration.
925         (Man-bookmark-make-record): Adjust call.
927         * image-mode.el (bookmark-make-record-default): Adjust declaration.
929         * doc-view.el (bookmark-make-record-default): Adjust declaration.
931 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
933         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
934         This is also from Thierry Volpiatto's patch in bug #6444.  However,
935         because it was extraneous to the functional change in that patch,
936         and causes a re-indendation, I am committing it separately.
938 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
940         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
941         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
942         Patch applied by Karl Fogel (Bug#6444).
944 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
946         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
948 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
950         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
951         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
952         (ns-alternatives-map): Change S-tab binding to backtab
953         (bug#6616).
955         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
956         under ns.
958 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
960         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
961         (Bug#5806)
963         * language/tv-util.el (tai-viet-re): Remove format.
965 2010-07-12  Kenichi Handa  <handa@m17n.org>
967         * language/hebrew.el: Remove no-byte-compile declaration.
968         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
969         composition-function-table for 3-character looking back.
970         (hebrew-font-get-precomposed): New function.
971         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
973 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
975         * mouse.el (mouse-drag-track): Handle select-active-regions
976         (Bug#6612).
978 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
980         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
981         empty argument to gvfs-copy.
983 2010-07-10  Glenn Morris  <rgm@gnu.org>
985         * calendar/calendar.el (calendar-week-end-day): New function.
986         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
987         Respect calendar-week-start-day.  (Bug#6606)
988         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
989         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
990         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
991         respect calendar-week-start-day.
993 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
995         * simple.el (use-region-p): Doc fix (Bug#6607).
997 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
999         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
1000         regexps for cucumber and ruby.
1002 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
1004         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
1005         (epa-file-insert-file-contents): Hack to prevent
1006         find-file from opening empty buffer when decryption failed
1007         (bug#6568).
1009 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
1011         * textmodes/ispell.el (ispell-alternate-dictionary):
1012         Use file-readable-p.
1013         Return nil if no word-list is found at default locations.
1014         (ispell-complete-word-dict): Default to nil.
1015         (ispell-command-loop): Use 'word-list' when using lookup-words.
1016         (lookup-words): Use ispell-complete-word-dict or
1017         ispell-alternate-dictionary.  Check for word-list availability
1018         and handle errors if needed with better messages (Bug#6539).
1019         (ispell-complete-word): Use ispell-complete-word-dict or
1020         ispell-alternate-dictionary.
1022 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
1024         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1025         builtins (BufferError, BytesWarning, WindowsError; callables
1026         bin, bytearray, bytes, format, memoryview, next, print; __package__).
1028 2010-07-07  Glenn Morris  <rgm@gnu.org>
1030         * play/zone.el (top-level): Do not require timer, tabify, or cl.
1031         (zone-shift-left): Ignore intangibility, and any errors from
1032         forward-char.
1033         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
1034         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
1035         deleting, and copying text properties.
1036         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
1037         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
1038         to point-max is hard.
1039         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
1040         (zone-fill-out-screen): Ignore intangibility.
1042 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
1044         * menu-bar.el (menu-bar-mode):
1045         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
1046         if it has been set.
1048         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
1049         word/line selection (Bug#6565).
1051 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
1053         * net/dbus.el (dbus-send-signal): Declare function.
1055 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
1057         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
1058         (dbus-register-property): New optional argument EMITS-SIGNAL.
1059         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
1061 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
1063         * mouse.el (mouse-drag-overlay): Variable deleted.
1064         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
1065         (mouse--remap-link-click-p): New function.
1066         (mouse-drag-track): Handle dragging by using temporary Transient
1067         Mark mode, instead of a special overlay.
1068         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
1069         mouse-show-mark.
1071         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
1072         deleted.
1074 2010-07-02  Juri Linkov  <juri@jurta.org>
1076         * autoinsert.el (auto-insert-alist): Fix readability
1077         by using dotted pair notation for lambda.
1079 2010-07-02  Juri Linkov  <juri@jurta.org>
1081         * faces.el (read-face-name): Rename arg `string-describing-default'
1082         to `default'.  Doc fix.  Display the default value in quotes
1083         in the prompt.  With empty input, return the `default' arg,
1084         unless the default value is a string (in which case return nil).
1085         (describe-face): Replace the string `default' arg of `read-face-name'
1086         with the symbol `default'.
1088 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
1090         * emulation/viper-cmd.el (viper-delete-backward-char)
1091         (viper-del-backward-char-in-insert)
1092         (viper-del-backward-char-in-replace, viper-change)
1093         (viper-backward-indent): Replace delete-backward-char with
1094         delete-char (Bug#6552).
1096 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
1098         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
1100 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1102         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
1103         argument passed to frame-creation-function (Bug#5378).
1105         * faces.el (x-handle-named-frame-geometry)
1106         (x-handle-reverse-video, x-create-frame-with-faces)
1107         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
1108         separately consult default-frame-alist.  It is now passed as the
1109         PARAMETER argument.
1111 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
1113         * startup.el (command-line): Don't call tool-bar-setup in a
1114         tty-only build.
1116 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1118         * ruler-mode.el (ruler--save-header-line-format): New fun.
1119         (ruler-mode): Use it as a setter function, so as not to overwrite
1120         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
1122 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
1124         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
1125         (vc-root-diff, vc-print-root-log, vc-log-incoming)
1126         (vc-log-outgoing): Use it.
1127         (vc-diff-internal): Set diff-vc-backend.
1129         * vc/diff-mode.el (diff-vc-backend): New var.
1131 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1133         * dynamic-setting.el (font-setting-change-default-font): Remove
1134         call to message.
1136 2010-06-28  Kenichi Handa  <handa@m17n.org>
1138         * international/quail.el (quail-insert-kbd-layout): Fix the
1139         showing of untranslated characters.
1141 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
1143         * simple.el (delete-active-region): New option.
1144         (delete-backward-char): Implement in Lisp.
1145         (delete-forward-char): New command.
1147         * mouse.el (mouse-region-delete-keys): Deleted.
1148         (mouse-show-mark): Simplify.
1150         * bindings.el (global-map): Bind delete and DEL, the former to
1151         delete-forward-char.
1153 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
1155         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
1156         (ruby-mode): Bind indent-line-function (Bug#5119).
1158 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
1160         * startup.el (command-line): Recognize "0" X resource value.
1162 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
1164         * startup.el (command-line): Use X resources to set the value of
1165         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
1167         * menu-bar.el (menu-bar-mode):
1168         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
1169         Set init-value to t.
1171         * frame.el (frame-notice-user-settings): Don't change
1172         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
1173         vice versa (Bug#2249).
1175 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
1177         * w32-fns.el (w32-convert-standard-filename): Doc fix.
1179 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
1181         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
1182         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
1184         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
1185         default directories are expanded (Bug#6143).
1187 2010-06-24  Juri Linkov  <juri@jurta.org>
1189         * minibuffer.el (completions-format): Change default from nil to
1190         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
1192 2010-06-24  Juri Linkov  <juri@jurta.org>
1194         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1195         buffer-locally to lambda that re-runs the vc diff command.
1196         (Bug#6447)
1198 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
1200         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
1201         echo area is in use (Bug#3412).
1203 2010-06-22  Glenn Morris  <rgm@gnu.org>
1205         * textmodes/texinfmt.el (texinfo-format-region)
1206         (texinfo-raise-lower-sections, texinfo-format-separate-node)
1207         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
1208         (texinfo-format-option, texinfo-noindent):
1209         Use line-beginning-position and line-end-position.
1211         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
1212         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
1213         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
1214         utf-8 characters.
1216 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
1218         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1219         forward-line fallout.
1221 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1223         * mouse.el (mouse-appearance-menu): Add docstring.
1225         * help.el (describe-key): Print up-event using key-description.
1227 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1229         * net/zeroconf.el (zeroconf-resolve-service)
1230         (zeroconf-service-resolver-handler): Use
1231         `dbus-byte-array-to-string'.
1232         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1234 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1236         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1238 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1240         Avoid displaying files with a nil state in vc-dir.
1241         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1242         cases that cause insertion.
1243         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1244         with a nil state.
1246 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1248         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1250 2010-06-29  Leo  <sdl.web@gmail.com>
1252         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
1254 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
1256         * generic-x.el (bat-generic-mode): Fix regexp for command line
1257         switches (Bug#5719).
1259 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
1261         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1262         of nconc to avoid pure storage error (Bug#6239).
1264 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
1266         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1267         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1268         bindings of bookmark-automatically-show-annotations (Bug#6515).
1270 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
1272         * arc-mode.el (archive-zip-extract): Don't quote the file name on
1273         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
1275 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1277         * comint.el (make-comint, make-comint-in-buffer): Mention return
1278         value in the docstrings.  (Bug#6498)
1280 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
1282         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1283         since it is not present when using some non-default switches.
1285 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
1287         * simple.el (compose-mail): Fix doc string to refer to
1288         `compose-mail-user-agent-warnings', instead of to the
1289         nonexistent `compose-mail-check-user-agent'.
1291 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
1293         Fix an indentation bug:
1295         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
1296         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
1297         of existing values.
1299         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
1300         (c-clear->-pair-props-if-match-before): now return t when they've
1301         cleared properties, nil otherwise.
1302         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
1303         by taking account of the existing value.
1305         * progmodes/cc-defs.el
1306         (c-clear-char-property-with-value-function): Fix this to clear the
1307         property rather than overwriting it with nil.
1309 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
1311         * emacs-lisp/package.el (package-print-package): Add link to
1312         package description via describe-package.
1313         (describe-package-1): List package requirements.  Add button to
1314         perform installation.
1315         (package-menu-describe-package): New command.
1317         * help-mode.el (help-package): New button type.
1319 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
1321         * emacs-lisp/package.el: Move package-list-packages binding to
1322         menu-bar.el.
1323         (describe-package, describe-package-1, package--dir): New funs.
1324         (package-activate-1): Use package--dir.
1326         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
1328         * help-mode.el (help-package-def): New button type.
1330         * menu-bar.el: Move package-list-packages binding here from
1331         package.el.
1333 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
1335         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
1337 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1339         * emacs-lisp/edebug.el (edebug-read-list):
1340         Phase out old-style backquotes.
1342 2010-06-17  Juri Linkov  <juri@jurta.org>
1344         * help-mode.el (help-mode): Set buffer-local variable
1345         revert-buffer-function to help-mode-revert-buffer.
1346         (help-mode-revert-buffer): New function.
1348         * info.el (Info-revert-find-node): Check for major-mode Info-mode
1349         before popping to "*info*" (like in other Info functions).
1350         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
1351         old-history-forward.  Pop to old-buffer-name or "*info*" to
1352         recreate the killed buffer.  Set Info-history-forward from
1353         old-history-forward.
1354         (Info-breadcrumbs-depth): Add :group and :version.
1356 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
1358         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
1360 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
1362         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1363         for languages like Portuguese with pt_{BR,PT} and no plain pt.
1365 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
1367         * emacs-lisp/package.el (package-menu-mode-map):
1368         Move initialization into declaration.
1370         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1372 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
1374         * emacs-lisp/package.el (package-archive-base): Point to
1375         elpa.gnu.org.
1376         (package-enable, package-load-list): New defcustoms.
1377         (package-user-dir, package-directory-list): Turn into defcustoms.
1378         Don't include package-user-dir in package-directory-list.
1379         (package--builtins-base): Don't include Emacs as a "package".
1380         (package-subdirectory-regexp): New var.
1381         (package-load-all-descriptors, package-compute-transaction)
1382         (package-download-transaction): Obey package-load-list.
1383         (package-activate-1): Rename from package-do-activate.
1384         (package-list-packages-internal): Check package-load-list.
1385         (package-load-descriptor, package-generate-autoloads)
1386         (package-unpack, package-unpack-single)
1387         (package--read-archive-file, package-delete): Use
1388         expand-file-name.
1390         * emacs-lisp/package-x.el: New file.  Package uploading
1391         functionality split out from package.el.
1393         * startup.el (command-line): Load packages after reading init
1394         file.
1396 2010-06-17  Tom Tromey  <tromey@redhat.com>
1398         * emacs-lisp/package.el: New file.
1400 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1402         Fix vc-annotate for renamed files when using Git.
1403         * vc-git.el (vc-git-find-revision): Deal with empty results from
1404         ls-files.  Doe not pass the object as a file name to cat-file, it
1405         is not a file name.
1406         (vc-git-annotate-command): Pass the file name using -- to avoid
1407         ambiguity with the revision.
1408         (vc-git-previous-revision): Pass a relative file name.
1410 2010-06-22  Glenn Morris  <rgm@gnu.org>
1412         * progmodes/js.el (js-mode-map): Use standard capitalization and
1413         ellipses for menu entries.
1415         * wid-edit.el (widget-complete): Doc fix.
1417 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
1419         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1421 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1423         Fix annotating other revisions for renamed files in vc-annotate.
1424         * vc-annotate.el (vc-annotate): Add an optional argument for the
1425         VC backend.  Use it when non-nil.
1426         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1427         (Bug#6487)
1429         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1430         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1431         Do not pass the file name to the 'previous-revision call when we
1432         don't want a file diff.  (Bug#6489)
1434 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1436         Fix finding revisions for renamed files in vc-annotate.
1437         * vc.el (vc-find-revision): Add an optional argument for
1438         the VC backend.  Use it when non-nil.
1439         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1440         backend to vc-find-revision.  (Bug#6487)
1442 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1444         Fix reading file names in Git annotate buffers.
1445         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1446         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1448 2010-06-20  Alan Mackenzie  <acm@muc.de>
1450         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1451         in file local variables, set it first.
1453 2010-06-19  Glenn Morris  <rgm@gnu.org>
1455         * descr-text.el (describe-char-unicode-data): Insert separating
1456         space when needed.  (Bug#6422)
1458         * progmodes/idlwave.el (idlwave-action-and-binding):
1459         Fix typo in 2009-12-03 change.  (Bug#6450)
1461 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1463         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1464         handling for `lambda' (misunderstanding).
1466 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
1468         * calc/calc-poly.el (math-accum-factors): Make sure that
1469         constants aren't distributed after they are factored out.
1471 2010-06-16  Juri Linkov  <juri@jurta.org>
1473         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1474         `list-colors-print'.  (Bug#6332)
1476         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1478 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1480         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1481         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
1483         * font-lock.el (font-lock-major-mode): Rename from
1484         font-lock-mode-major-mode to distinguish it from
1485         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1486         (font-lock-set-defaults):
1487         * font-core.el (font-lock-default-function): Adjust users.
1488         (font-lock-mode): Don't set it at all.
1490 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1494 2010-06-16  Glenn Morris  <rgm@gnu.org>
1496         * calendar/appt.el (appt-time-msg-list): Doc fix.
1497         (appt-check): Let-bind appt-warn-time.
1498         (appt-add): Make the 3rd argument optional.
1499         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1500         Only add WARNTIME to the output list if non-nil.
1502 2010-06-16  Ivan Kanis  <apple@kanis.eu>
1504         * calendar/appt.el (appt-check): Let the 3rd element of
1505         appt-time-msg-list specify the warning time.
1506         (appt-add): Add new argument with the warning time.  (Bug#5176)
1508 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1510         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1511         older than version 1.6.  (Bug#6361)
1513 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
1515         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1516         used by cl-do-arglist.  (Bug#6408)
1518 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
1520         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1521         portuguese casechars/not-casechars for missing 'çÇ'.
1522         Suggested by Rolando Pereira (bug#6434).
1524 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
1526         * facemenu.el (list-colors-sort): Doc fix.
1528 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1530         * progmodes/sql.el (sql-connect-mysql): Fix typo.
1532 2010-06-14  Juri Linkov  <juri@jurta.org>
1534         Add sort option `list-colors-sort'.  (Bug#6332)
1535         * facemenu.el (color-rgb-to-hsv): New function.
1536         (list-colors-sort): New defcustom.
1537         (list-colors-sort-key): New function.
1538         (list-colors-display): Doc fix.  Sort list according to the option
1539         `list-colors-sort'.
1540         (list-colors-print): Add HSV values to `help-echo' property of
1541         RGB strings.
1543 2010-06-14  Juri Linkov  <juri@jurta.org>
1545         * compare-w.el: Move to the "vc" subdirectory.
1547 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * image-mode.el (image-mode-map): Remap left-char and right-char.
1551         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1553 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
1555         * term/common-win.el (x-colors): Add all the color names defined
1556         in rgb.txt (Bug#6332).
1558         * facemenu.el (list-colors-print): Don't print extra names if it
1559         will overflow the window width.
1561         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1562         change (Bug#6343).
1564 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1566         * files.el (make-directory): Doc fix (bug#6396).
1568 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
1570         * net/tramp.el (tramp-remote-process-environment): Protect version
1571         string by apostroph.
1572         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1573         XEmacs.
1574         (tramp-file-name-for-operation): Add `call-process-region'.
1575         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1577         * net/tramp-compat.el (top): Do not autoload
1578         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1579         only when `start-file-process' is not bound.
1580         (tramp-advice-file-expand-wildcards): Do not use
1581         `tramp-handle-file-remote-p'.
1582         (tramp-compat-make-temp-file): Handle the case, that
1583         `make-temp-file' has no third argument EXTENSION.
1585 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
1587         * makefile.w32-in (WINS_BASIC): Include new directory vc.
1589         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1591 2010-06-11  Juri Linkov  <juri@jurta.org>
1593         * finder.el (finder-known-keywords): Add keyword "vc"
1594         for version control.
1596         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1597         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1598         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1599         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1601 2010-06-11  Juri Linkov  <juri@jurta.org>
1603         Move version control related files to the "vc" subdirectory.
1604         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1605         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1606         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1607         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1608         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1609         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1610         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1611         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1612         Move files to the "vc" subdirectory.
1614 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1616         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1617         (Bug#6367).
1619 2010-06-11  Stephen Eglen  <stephen@gnu.org>
1621         * shell.el: Bind `shell-resync-dirs' to M-RET.
1623 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
1625         * notifications.el: Move file from lisp/net, because it is
1626         supposed to talk locally to the user.
1628 2010-06-10  Julien Danjou  <julien@danjou.info>
1630         * net/notifications.el (notifications-on-action-signal)
1631         (notifications-on-closed-signal): Pass notification id as first
1632         argument to the callback functions.  Add docstrings.
1633         (notifications-notify): Fix docstring.
1635 2010-06-10  Glenn Morris  <rgm@gnu.org>
1637         * emacs-lisp/authors.el (authors-ignored-files)
1638         (authors-valid-file-names): Add some files.
1640 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1642         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1643         merge conflict, giving preference to the emacs-23 version of the code.
1645 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1647         * emacs-lisp/advice.el (ad-compile-function):
1648         Define warning-suppress-types before we let-bind it (bug#6275).
1650         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1651         declare it, make it buffer-local and permanent-local (bug#6324).
1652         (vc-resynch-window): Adjust name.
1653         * vc-hooks.el (vc-find-file-hook): Adjust name.
1655 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
1657         * net/notifications.el (notifications-notify): Fix docstring.
1659 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1661         Update to Unicode 6.0.0 beta.
1662         * international/charprop.el: Update copyright.
1663         * international/mule-cmds.el (ucs-names): Update character ranges.
1664         * international/uni-bidi.el:
1665         * international/uni-category.el:
1666         * international/uni-combining.el:
1667         * international/uni-comment.el:
1668         * international/uni-decimal.el:
1669         * international/uni-decomposition.el:
1670         * international/uni-digit.el:
1671         * international/uni-lowercase.el:
1672         * international/uni-mirrored.el:
1673         * international/uni-name.el:
1674         * international/uni-numeric.el:
1675         * international/uni-old-name.el:
1676         * international/uni-titlecase.el:
1677         * international/uni-uppercase.el: Regenerate.
1679 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1681         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1682         (smie-precs-precedence-table): Fix typo in docstring.
1684         * vc-mtn.el (log-edit-extract-headers): Declare function.
1686         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1688         * net/notifications.el (dbus-register-signal): Declare function.
1689         (notifications-notify): Fix typos and reflow docstring.
1691 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1693         Improve VC create/retrieve tag/branch.
1694         * vc.el (vc-create-tag): Do not read the directory name for VCs
1695         with repository revision granularity.  Adjust the tag/branch
1696         prompt.  Reset VC properties.
1697         (vc-retrieve-tag): Do not read the directory name for VCs
1698         with repository revision granularity.  Reset VC properties.
1700 2010-06-09  Julien Danjou  <julien@danjou.info>
1702         * net/notifications.el: New file.
1704 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1706         Add optional support for resetting VC properties.
1707         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1708         call vc-file-clearprops when true.
1709         (vc-resynch-buffer): Add new optional argument, pass it down.
1710         (vc-resynch-buffers-in-directory): Likewise.
1712         Improve support for special markup in the VC commit message.
1713         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1714         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1715         * vc-git.el (vc-git-checkin):
1716         * vc-bzr.el (vc-bzr-checkin): Likewise.
1718 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1720         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1721         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1723 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1725         * iimage.el: Remove images as soon as the underlying text is modified.
1726         (iimage-modification-hook): New function.
1727         (iimage-mode-buffer): Use it.
1729 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1731         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1732         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1733         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1734         (smie-indent-keyword): Add handling of open-paren keywords.
1735         (smie-indent-comment-continue): Don't assume comment-continue.
1737 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1739         * window.el (pop-to-buffer): Remove the conditional that
1740         compares new-window and old-window, so it will reselect
1741         the selected window unconditionally.
1742         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1744 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1746         * emacs-lisp/smie.el (smie-indent-offset-after)
1747         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1748         (smie-indent-after-keyword): Use them.
1749         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1750         (smie-indent-keyword): Tweak the black magic.
1751         (smie-indent-comment-continue): Strip comment-continue before use.
1752         (smie-indent-functions): Indent comments before keywords.
1754 2010-06-06  Juri Linkov  <juri@jurta.org>
1756         * isearch.el (isearch-lazy-highlight-search): Fix looping
1757         by checking for empty match.  This syncs this loop with the
1758         similar loop in `isearch-search'.  (Bug#6362)
1760 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1762         * net/dbus.el (dbus-register-method): Declare function.
1763         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1764         (dbus-introspect): Doc fix.
1765         (dbus-event-bus-name, dbus-introspect-get-interface)
1766         (dbus-introspect-get-argument): Reflow docstrings.
1768 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1770         vc-log-incoming/vc-log-outgoing fixes for Git.
1771         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1772         incoming/outgoing logs.
1773         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1774         instead of vc-git-compute-remote.
1775         (vc-git-compute-remote): Remove.
1777 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1779         * term/common-win.el (x-colors): Add "dark green" and "dark
1780         turquoise" (Bug#6332).
1782 2010-06-04  Juri Linkov  <juri@jurta.org>
1784         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1785         Instead of setting `replace' to t and replacing the same string
1786         with itself, don't do certain actions when
1787         kill-do-not-save-duplicates is non-nil and string is equal to car
1788         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1789         interprogram-paste strings to kill-ring, and don't push the input
1790         argument `string' to kill-ring.
1791         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1793 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1795         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1797 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1799         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1800         (tramp-gvfs-handler-mounted-unmounted)
1801         (tramp-gvfs-connection-mounted-p): Handle default-location.
1803         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1804         move files to trash.
1806 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1808         * international/mule-cmds.el (nonascii-insert-offset)
1809         (nonascii-translation-table): Add obsolescence information.
1811         * international/mule.el (make-translation-table-from-vector): Doc fix.
1813 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1815         * cedet/semantic/lex-spp.el
1816         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1817         invalid values during save, just save a nil (Bug#6324).
1819 2010-06-03  Glenn Morris  <rgm@gnu.org>
1821         * desktop.el (desktop-clear-preserve-buffers):
1822         Add "*Warnings*" buffer.  (Bug#6336)
1824 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1826         vc-log-incoming/vc-log-outgoing improvements for Git.
1827         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1828         short log.
1829         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1831         Add bindings for vc-log-incoming and vc-log-outgoing.
1832         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1833         and vc-log-outgoing.
1834         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1835         and vc-log-outgoing.
1837 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1839         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1840         (rcirc-handler-366): Always sort nicknames.
1842 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1844         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1846 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1848         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1850 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1852         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1853         (rcirc-sort-nicknames-join): Avoid setq.
1855 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1857         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1858         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1859         (rcirc-handler-366): Use them.
1861 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1863         Split smie-indent-calculate into more manageable chunks.
1864         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1865         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1866         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1867         (smie-indent-exps): Extract from smie-indent-calculate.
1868         (smie-indent-functions): New var.
1869         (smie-indent-functions): Use them.
1871 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1873         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1874         (smie-indent-calculate): Simplify and cleanup.
1876 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1878         * net/tramp-gvfs.el (top): Require url-util.
1879         (tramp-gvfs-mount-point): Remove.
1880         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1881         New defuns.
1882         (with-tramp-dbus-call-method): Format trace message.
1883         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1884         Implement backup call, when operation on local files fails.
1885         Use progress reporter.  Flush properties of changed files.
1886         (tramp-gvfs-handle-make-directory): Make more traces.
1887         (tramp-gvfs-url-file-name): Hexify file name in url.
1888         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1889         into account for the resulting file name.
1890         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1891         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1892         (tramp-gvfs-handler-mounted-unmounted)
1893         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1894         attribute "default_location".  Set "prefix" property.
1895         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1896         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1897         exists.  Raise an error, if not (due to a corresponding answer
1898         "no" in interactive questions, for example).
1900 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1902         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1904 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1906         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1907         right-*.  (Bug#6265)
1909 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1911         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1912         * vc-git.el (vc-git-compute-remote): New function.
1913         (vc-git-log-outgoing): Use it instead of hard coding a value.
1914         (vc-git-log-incoming): New function.
1916         Improve state updating for VC tag commands.
1917         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1918         to update the state of all buffers in the directory.
1920         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1922 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1924         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1925         `file-directory-p' to the filename part rather than to the whole text.
1927 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1929         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1930         (bug#6231).
1932 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1936 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1938         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1940 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1942         * subr.el (momentary-string-display): Just use read-event to read
1943         the exit event (Bug#6238).
1945 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1947         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1949 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1951         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1952         Suggested by Eli Zaretskii <eliz@gnu.org>.
1954 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1956         * minibuffer.el (completion-file-name-table): Don't return a boundary
1957         past the end of `string' (bug#6299).
1958         (completion--file-name-table): Delegate to completion-file-name-table
1959         for the `boundaries' case.
1961 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1963         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1964         movement commands.
1966         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1967         `path-separator', but maintain compatibility with Emacs 20.2.
1969 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1971         * server.el (server-process-filter): Receive parent-id argument
1972         from emacsclient.
1973         (server-create-window-system-frame): New arg.  Pass parent-id as
1974         frame parameter.
1976 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1978         Bidi-sensitive word movement with arrow keys.
1979         * subr.el (right-arrow-command, left-arrow-command): Move to
1980         bindings.el.
1982         * bindings.el (right-char, left-char): Move from subr.el and
1983         rename from right-arrow-command and left-arrow-command.
1984         (right-word, left-word): New functions.
1985         (global-map) <right>: Bind to right-char.
1986         (global-map) <left>: Bind to left-char.
1987         (global-map) <C-right>: Bind to right-word.
1988         (global-map) <C-left>: Bind to left-word.
1990         * ls-lisp.el (ls-lisp-classify-file): New function.
1991         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1992         (ls-lisp-classify): Call ls-lisp-classify-file.
1993         (insert-directory): Remove blanks from switches.
1995 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1997         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1998         (ansi-color-drop-regexp): New constant.
1999         (ansi-color-apply, ansi-color-filter-region)
2000         (ansi-color-apply-on-region): Delete unrecognized control sequences.
2001         (ansi-color-apply): Build string list before calling concat.
2003 2010-05-28  Juri Linkov  <juri@jurta.org>
2005         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
2006         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
2007         (Bug#5270)
2009 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
2011         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
2012         to ignored backtrace functions.
2013         (with-progress-reporter): Expand docstring.
2014         (tramp-handle-delete-file): Implement TRASH argument.
2015         (tramp-get-remote-trash): New defun.
2017 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
2019         * net/tramp-compat.el (tramp-compat-delete-file): Use
2020         `symbol-value' for backward compatibility.
2022         * net/tramp.el (tramp-handle-make-symbolic-link)
2023         (tramp-handle-load)
2024         (tramp-do-copy-or-rename-file-via-buffer)
2025         (tramp-do-copy-or-rename-file-directly)
2026         (tramp-do-copy-or-rename-file-out-of-band)
2027         (tramp-handle-process-file, tramp-handle-call-process-region)
2028         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2029         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2030         (tramp-delete-temp-file-function): Use `delete-file' instead
2031         of `tramp-compat-delete-file'.
2033         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2034         (tramp-fish-handle-make-symbolic-link)
2035         (tramp-fish-handle-process-file): Use `delete-file' instead
2036         of `tramp-compat-delete-file'.
2038         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
2039         `delete-file' instead of `tramp-compat-delete-file'.
2041         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2042         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
2043         `tramp-compat-delete-file'.
2045         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
2046         `delete-file' instead of `tramp-compat-delete-file'.
2048         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2049         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2050         (tramp-smb-handle-write-region): Use `delete-file' instead of
2051         `tramp-compat-delete-file'.
2052         (tramp-smb-handle-delete-directory): Use 'trash as arg.
2054 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2056         * dired.el (dired-delete-file): New arg TRASH.
2057         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
2058         (dired-do-flagged-delete, dired-do-delete): Use trash.
2060         * speedbar.el (speedbar-item-delete): Allow trashing.
2062         * files.el (delete-directory): New arg TRASH.
2064         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
2065         (ange-ftp-rename-remote-to-remote)
2066         (ange-ftp-rename-local-to-remote)
2067         (ange-ftp-rename-remote-to-local, ange-ftp-load)
2068         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
2069         `delete-file'.
2070         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
2071         allow trashing.
2073         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2074         handle new TRASH arg of `delete-file'.
2076         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
2077         (tramp-handle-make-symbolic-link, tramp-handle-load)
2078         (tramp-do-copy-or-rename-file-via-buffer)
2079         (tramp-do-copy-or-rename-file-directly)
2080         (tramp-do-copy-or-rename-file-out-of-band)
2081         (tramp-handle-process-file, tramp-handle-call-process-region)
2082         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2083         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2084         (tramp-delete-temp-file-function): Use null TRASH arg in
2085         tramp-compat-delete-file call.
2087         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2088         (tramp-fish-handle-delete-file)
2089         (tramp-fish-handle-make-symbolic-link)
2090         (tramp-fish-handle-process-file): Use null TRASH arg in
2091         `tramp-compat-delete-file' call.
2093         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
2094         arg in `tramp-compat-delete-file' call.
2096         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2097         (tramp-gvfs-handle-write-region): Use null TRASH arg in
2098         `tramp-compat-delete-file' call.
2100         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
2101         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
2102         `tramp-compat-delete-file' call.
2104         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2105         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2106         (tramp-smb-handle-write-region): Use null TRASH arg in
2107         tramp-compat-delete-file call.
2108         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
2109         (tramp-smb-handle-delete-file): Rename arg.
2111         * diff.el (diff-sentinel):
2112         * epg.el (epg--make-temp-file, epg-decrypt-string)
2113         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2114         * jka-compr.el (jka-compr-partial-uncompress)
2115         (jka-compr-call-process, jka-compr-write-region):
2116         * server.el (server-sentinel): Remove optional arg from
2117         delete-file, reverting 2010-05-03 change.
2119 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2121         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
2122         font-lock-constant-face, not obsolete font-lock-reference-face.
2124 2010-05-27  Kenichi Handa  <handa@m17n.org>
2126         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
2127         element of GSTRING is nil.
2129 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2131         * emacs-lisp/smie.el (smie-forward-token-function)
2132         (smie-backward-token-function): New vars.
2133         (smie-backward-sexp, smie-forward-sexp)
2134         (smie-indent-hanging-p, smie-indent-calculate): Use them.
2135         (smie-default-backward-token): Rename from smie-backward-token and
2136         skip comments.
2137         (smie-default-forward-token): Rename from smie-forward-token and
2138         skip comments.
2139         (smie-next-sexp): Handle nil results from next-token.
2140         (smie-indent-calculate): Add a new case for special `fixindent' comments.
2142 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2144         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2145         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2147 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2149         * htmlfontify.el (hfy-face-resolve-face): New function.
2150         (hfy-face-to-style): Use it (Bug#6279).
2152 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2154         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
2155         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
2157 2010-05-26  Glenn Morris  <rgm@gnu.org>
2159         * emulation/edt.el (edt-load-keys): Use locate-library.
2161 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
2163         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
2164         (log-edit-changelog-entries): Doc fix.
2165         (log-edit-changelog-insert-entries): Args changed.
2166         Rename relative filenames in ChangeLog entries.  Delete tabs.
2167         (log-edit-insert-changelog-entries): Reorganize return value of
2168         `log-edit-changelog-entries' to pass filenames to
2169         log-edit-changelog-insert-entries.
2171 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2173         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
2174         `image-dired-dired-insert-marked-thumbs' to
2175         `image-dired-dired-toggle-marked-thumbs'.
2177         * image-dired.el: Require cl when compiling.
2178         (image-dired-dired-toggle-marked-thumbs): Rename from
2179         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
2180         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
2181         to 'no-dir.  Skip files whose names don't match
2182         `image-file-name-regexp'.  When file has a thumbnail overlay,
2183         delete it.  (Bug#5270)
2185 2010-05-25  Juri Linkov  <juri@jurta.org>
2187         * image-mode.el (image-mode): Add image-after-revert-hook to
2188         after-revert-hook.
2189         (image-after-revert-hook): New function.  (Bug#5669)
2191 2010-05-25  Juri Linkov  <juri@jurta.org>
2193         * image.el (image-animated-p): When delay between animated images
2194         is 0, set it to 10 (0.1 sec).  (Bug#6258)
2196 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
2198         * net/tramp.el (tramp-handle-insert-directory): Don't use
2199         `forward-word', its default syntax could be changed.
2201 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
2203         * net/tramp.el (tramp-progress-reporter-update): New defun.
2204         (with-progress-reporter): Use it.
2205         (tramp-process-actions):
2206         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
2207         current message, in order to let progress reporter continue
2208         afterwards.  (Bug#6257)
2210 2010-05-25  Glenn Morris  <rgm@gnu.org>
2212         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
2213         Add :version.
2215 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
2217         * net/rcirc.el (rcirc-default-user-name): Change to "user".
2218         (rcirc-default-full-name): Change to "unknown".
2219         (rcirc-user-name-history): Add variable.
2221 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
2222             Jonathan Rockway  <jon@jrock.us>
2224         * net/rcirc.el (rcirc-server-alist): Add :pass.
2225         (rcirc): When prompting for connection parameters, also prompt for
2226         username and password.
2227         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
2228         value to server when connecting.
2230 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2232         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
2233         (smie-merge-prec2s): Pass the tables as separate args.
2234         (smie-bnf-precedence-table): Adjust call accordingly.
2235         (smie-prec2-levels): Set levels at the end.
2237         Replace Lisp calls to delete-backward-char by delete-char.
2238         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
2239         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
2240         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
2241         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
2242         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
2243         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
2244         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
2245         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
2246         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
2247         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
2248         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
2249         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
2250         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
2251         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
2252         delete-backward-char by calls to delete-char.
2254 2010-05-25  Kenichi Handa  <handa@m17n.org>
2256         * language/hebrew.el (hebrew-shape-gstring): New function.
2257         Register it in composition-function-table for all Hebrew combining
2258         characters.
2260 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2262         * epa.el (epa--select-keys): Don't explicitly delete the window since
2263         that can fail (e.g. sole window in frame).  Use dedication instead.
2265 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2267         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2269 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
2271         * image.el (image-refresh): Define as an alias for image-flush.
2273         * image-mode.el (image-toggle-display-image): Caller changed.
2275 2010-05-21  Juri Linkov  <juri@jurta.org>
2277         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
2278         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
2279         whitespace, call wildcard-to-regexp on substrings and concat them
2280         with "\\|".  (Bug#6114)
2282 2010-05-21  Alan Mackenzie  <acm@muc.de>
2284         * progmodes/cc-engine.el (c-parse-state-get-strategy):
2285         Replace parameter `here' with `here-' and `here-plus', which sandwich
2286         any pertinent CPP construct.
2287         (c-remove-stale-state-cache-backwards): Fix a bug which happens
2288         when doing (c-parse-state) in a CPP construct: Exclude any "new"
2289         CPP construct from taking part in the scanning.
2291 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
2293         * net/tramp.el (tramp-do-copy-or-rename-file)
2294         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
2295         Tune `with-progress-reporter' messages.
2296         (tramp-handle-vc-registered):
2297         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
2298         (tramp-fish-handle-insert-file-contents)
2299         (tramp-fish-maybe-open-connection):
2300         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2301         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
2302         (tramp-imap-handle-insert-file-contents)
2303         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2305 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
2307         * add-log.el (change-log-font-lock-keywords):
2308         Highlight all authors in multi-author entries.
2310         * smerge-mode.el (smerge-refine-ignore-whitespace)
2311         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
2312         Fix typos in docstrings.
2313         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
2315 2010-05-21  Glenn Morris  <rgm@gnu.org>
2317         * progmodes/fortran.el (fortran-mode):
2318         * progmodes/f90.el (f90-mode): Derive from prog-mode.
2320         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
2321         having a relative path in src/Makefile.in.
2323 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2325         * help-mode.el (help-make-xrefs): For Info node links turn
2326         newlines into spaces.  Link node names with newlines are matched
2327         by help-xref-info-regexp and buttonized, this change ensures they
2328         can be followed successfully with RET.  (Bug#6206)
2330 2010-05-20  Juri Linkov  <juri@jurta.org>
2332         * locate.el (locate): Use pop-to-buffer instead of
2333         switch-to-buffer-other-window.  (Bug#6204)
2335 2010-05-20  Juri Linkov  <juri@jurta.org>
2337         * replace.el (replace-highlight): Fix lazy-highlighting
2338         for `M-s w str M-% str RET'.
2340 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
2342         * isearch.el (isearch-yank-word-or-char): Pull next subword
2343         when `subword-mode' is activated.  (Bug#6220)
2345 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
2347         * isearch.el (isearch-update-post-hook): New hook.
2348         (isearch-update): Use the new hook.  (Bug#6225)
2350 2010-05-20  Juri Linkov  <juri@jurta.org>
2352         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
2353         [f1], [help], and (char-to-string help-char) instead of "\C-h".
2354         (Bug#6222)
2356 2010-05-20  Juri Linkov  <juri@jurta.org>
2358         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
2359         (Bug#6223)
2361 2010-05-20  Juri Linkov  <juri@jurta.org>
2363         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2364         FILE-NAME to read from the minibuffer when called interactively
2365         with prefix argument instead of using buffer-file-name.
2366         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2368         * dired.el: Update autoloads.
2370 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
2372         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2373         nxml-finish-element, for consistency with SGML mode.
2375         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2376         octave-close-block.
2378 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
2380         * composite.el: Require cl when compiling.
2381         (reference-point-alist, compose-gstring-for-graphic)
2382         (compose-gstring-for-terminal): Fix typos in docstrings.
2384 2010-05-19  Juri Linkov  <juri@jurta.org>
2386         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2387         set-window-parameter.
2389 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2391         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2392         where appropriate.
2393         (tramp-maybe-open-connection): Use it.
2395 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
2397         * simple.el (move-end-of-line): Make sure we are at line beginning
2398         before backing up to end of previous line.
2400 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2402         * password-cache.el (password-cache-remove): Fix docstring.
2404         * net/secrets.el: Autoload the widget functions.
2405         (secrets-search-items, secrets-create-item)
2406         (secrets-get-attributes, secrets-expand-item): Attributes will be
2407         stored on the password database without leading ":", as all other
2408         clients do as well.
2409         (secrets-mode): Fix docstring.
2410         (secrets-show-secrets): Provide it as autoloaded command only when
2411         D-Bus support is available.  Check existence of Secret Service API.
2413 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2415         * indent.el (indent-region): Deactivate region (bug#6200).
2417 2010-05-19  Glenn Morris  <rgm@gnu.org>
2419         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
2421 2010-05-19  Kenichi Handa  <handa@m17n.org>
2423         * composite.el: Register compose-gstring-for-graphic in
2424         composition-function-table only for combining characters (Mn, Mc, Me).
2426 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2428         * calc/calc-trail.el (calc-trail-isearch-forward)
2429         (calc-trail-isearch-backward): Ensure that the new window
2430         point is set correctly.
2432 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2434         * subr.el (read-quoted-char): Resolve modifiers after key
2435         remapping (bug#6212).
2437 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
2439         Add visualization code for secrets.
2440         * net/secrets.el (secrets-mode): New major mode.
2441         (secrets-show-secrets, secrets-show-collections)
2442         (secrets-expand-collection, secrets-expand-item)
2443         (secrets-tree-widget-after-toggle-function)
2444         (secrets-tree-widget-show-password): New defuns.
2446 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2448         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2449         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2450         handled in smie-next-sexp.
2451         (smie-indent-calculate): Provide a starting indentation (so the
2452         recursion is well-founded ;-).
2454         Fix handling of non-associative equal levels.
2455         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2456         when it's not needed.
2457         (smie-op-left, smie-op-right): New functions.
2458         (smie-next-sexp): New function, extracted from smie-backward-sexp.
2459         Better handle equal levels to distinguish the associative case from
2460         the "multi-keyword construct" case.
2461         (smie-backward-sexp, smie-forward-sexp): Use it.
2463 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
2465         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2467         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2468         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2470 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         Provide a simple generic indentation engine and use it for Prolog.
2473         * emacs-lisp/smie.el: New file.
2474         * progmodes/prolog.el (prolog-smie-op-levels)
2475         (prolog-smie-indent-rules): New var.
2476         (prolog-mode-variables): Use them to configure SMIE.
2477         (prolog-indent-line, prolog-indent-level): Remove.
2479 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
2481         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2482         order before computing the averages.
2484 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2486         * calc/calc-vec.el (calc-histogram):
2487         (calcFunc-histogram): Allow vectors as inputs.
2488         (math-vector-avg): New function.
2490         * calc/calc-ext.el (math-group-float): Have the number of digits
2491         being grouped depend on the radix (Bug#6189).
2493 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
2495         * version.el (emacs-copyright, emacs-version): Don't define here,
2496         now that emacs.c defines it.
2498 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
2500         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2501         "Describe Language Environment" menu item.
2503         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2505         Bidi-sensitive movement with arrow keys.
2506         * subr.el (right-arrow-command, left-arrow-command): New functions.
2508         * bindings.el (global-map): Bind them to right and left arrow keys.
2510         Don't override standard definition of convert-standard-filename.
2511         * files.el (convert-standard-filename): Call
2512         w32-convert-standard-filename and dos-convert-standard-filename on
2513         the corresponding systems.
2515         * w32-fns.el (w32-convert-standard-filename): Rename from
2516         convert-standard-filename.  Doc fix.
2518         * dos-fns.el (dos-convert-standard-filename): Doc fix.
2519         (convert-standard-filename): Don't defalias.
2520         (register-name-alist, make-register, register-value)
2521         (set-register-value, intdos): Obsolete aliases for the
2522         corresponding dos-* functions and variables.
2523         (dos-intdos): Add a doc string.
2525 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
2527         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2528         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2529         (math-compose-tex-func):
2530         * calc/calccomp.el (math-compose-expr):
2531         * calc/calc-ext.el (math-format-flat-expr-fancy):
2532         * calc/calc-store.el (calc-read-var-name):
2533         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2535         * calc/calc.el (var-π, var-φ, var-γ): New variables.
2536         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2537         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2538         (math-standard-units): Add units.
2540 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2542         * progmodes/asm-mode.el (asm-mode):
2543         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2545         * pcomplete.el (pcomplete-completions-at-point): New function,
2546         extracted from pcomplete-std-complete.
2547         (pcomplete-std-complete): Use it.
2549 2010-05-15  Glenn Morris  <rgm@gnu.org>
2551         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2552         Remove references to CVS, RCS and Old directories.
2554 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
2556         * calc/calc-bin.el (math-format-twos-complement): Group digits when
2557         appropriate.
2559 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2561         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2562         (sh-mode-syntax-table): Give it a default value instead.
2563         (sh-header-marker): Make buffer-local.
2564         (sh-mode): Move make-local-variable to the corresponding setq.
2565         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2566         Use complete-with-action.
2568         * simple.el (prog-mode): New (abstract) major mode.
2569         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2570         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2572 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
2574         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2575         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2576         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2577         (sql-make-alternate-buffer-name, sql-placeholders-filter)
2578         (sql-escape-newlines-filter, sql-input-sender)
2579         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2581 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
2583         Add TeX open-block and close-block keybindings to SGML, and vice versa.
2585         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2586         latex-open-block and C-c / to latex-close-block.
2588         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2589         and C-c C-e to sgml-close-tag.
2591 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
2593         * net/tramp.el (with-progress-reporter): Create reporter object
2594         only when the message would be displayed.  Handle nested calls.
2595         (tramp-handle-load, tramp-handle-file-local-copy)
2596         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2597         (tramp-maybe-send-script, tramp-find-shell):
2598         Use `with-progress-reporter'.
2599         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2600         Fix message text.
2602         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2603         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2604         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2605         Use `with-progress-reporter'.
2607 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
2609         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2610         process everytime when spellchecking from the minibuffer (bug#6143).
2612 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2614         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2616         * dos-fns.el: Add "dos-" prefix for namespace control.
2617         (convert-standard-filename): Define as alias for
2618         dos-convert-standard-filename but only if applicable.
2620 2010-05-12  Alan Mackenzie  <acm@muc.de>
2622         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2623         Push the mark at the start of these functions when appropriate.
2625 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2627         * minibuffer.el (completion-cycle-threshold): New custom var.
2628         (completion--do-completion): Use it.
2629         (minibuffer-complete): Use cycling if appropriate.
2631 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
2633         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2634         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2636 2010-05-11  Juri Linkov  <juri@jurta.org>
2638         * scroll-all.el (scroll-all-check-to-scroll):
2639         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2641 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2643         * iimage.el (iimage-mode-map): Move initialization into declaration.
2644         (iimage-mode-buffer): Use with-silent-modifications.
2645         Simplify calling convention.  Adjust callers.
2646         (iimage-mode): Don't run hook redundantly.
2648         * minibuffer.el (completion-pcm--pattern->regex):
2649         Fix last change (bug#6160).
2651 2010-05-10  Juri Linkov  <juri@jurta.org>
2653         Remove nodes visited during Isearch from the Info history.
2654         * info.el (Info-isearch-initial-history)
2655         (Info-isearch-initial-history-list): New variables.
2656         (Info-isearch-start): Record initial values of
2657         Info-isearch-initial-history and Info-isearch-initial-history-list.
2658         Add Info-isearch-end to isearch-mode-end-hook.
2659         (Info-isearch-end): New function.
2661 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
2663         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2664         format string, in order to work around a bug in pdksh.
2665         Reported by Gilles Pion <gpion@lfdj.com>.
2666         (tramp-handle-verify-visited-file-modtime): Do not send a command
2667         when the connection is not established.
2668         (tramp-handle-set-file-times): Simplify the check for utc.
2670 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
2672         Fix use of `filter-buffer-substring' (rework previous change).
2673         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2674         (cua-repeat-replace-region):
2675         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2676         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2677         (cua-cut-region-to-global-mark): Use it.
2679 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2681         * progmodes/sql.el: Version 2.1.
2682         (sql-product-alist): Redesign structure of product info.
2683         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2684         (sql-port, sql-port-history): New variables.
2685         (sql-interactive-product): New variable.
2686         (sql-send-terminator): New variable.
2687         (sql-imenu-generic-expression): Add "Types" imenu entry.
2688         (sql-oracle-login-params, sql-sqlite-login-params)
2689         (sql-mysql-login-params, sql-solid-login-params)
2690         (sql-sybase-login-params, sql-informix-login-params)
2691         (sql-ingres-login-params, sql-ms-login-params)
2692         (sql-postgres-login-params, sql-interbase-login-params)
2693         (sql-db2-login-params, sql-linter-login-params)
2694         (sql-oracle-scan-on): New variables.
2695         (sql-mode-map): Add C-c C-i to start interactive mode.
2696         (sql-mode-menu): Update existing menu entries.
2697         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2698         (sql-mode-oracle-font-lock-keywords)
2699         (sql-mode-postgres-font-lock-keywords)
2700         (sql-mode-ms-font-lock-keywords)
2701         (sql-mode-sybase-font-lock-keywords)
2702         (sql-mode-informix-font-lock-keywords)
2703         (sql-mode-interbase-font-lock-keywords)
2704         (sql-mode-ingres-font-lock-keywords)
2705         (sql-mode-solid-font-lock-keywords)
2706         (sql-mode-mysql-font-lock-keywords)
2707         (sql-mode-sqlite-font-lock-keywords)
2708         (sql-mode-db2-font-lock-keywords)
2709         (sql-mode-linter-font-lock-keywords): Update initialization to
2710         reduce run-time complexity.
2711         (sql-add-product, sql-del-product): New functions.
2712         (sql-set-product-feature, sql-get-product-feature): New functions.
2713         (sql-product-font-lock): Update product API.
2714         (sql-add-product-keywords): New function.
2715         (sql-highlight-product): Update product API.
2716         (sql-help-list-products): New function.
2717         (sql-help): Dynamically lists free and non-free products.
2718         (sql-get-login): Correct bug in handling history and added
2719         prompt for port.
2720         (sql-copy-column): Copy without properties.
2721         (sqli-input-sender): Apply filters to SQLi input.
2722         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2723         Implement as a filter.
2724         (sql-escape-newlines-filter): Implement as a filter.
2725         (sql-remove-tabs-filter): New function.
2726         (sql-send-magic-terminator): New function.
2727         (sql-send-string): Implement magic terminator.
2728         (sql-send-region): Use `sql-send-string'.
2729         (sql-interactive-mode): Use product API.
2730         (sql-product-interactive): Use product API.
2731         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2732         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2733         (sql-db2, sql-linter): Use `sql-product-interactive'.
2734         (sql-connect): New function.
2735         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2736         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2737         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2738         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2739         Use `sql-connect'.
2741 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2743         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2744         New custom variable.
2745         (completion-pcm--string->pattern): Use it.
2746         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2747         Make it handle any symbol as `any'.
2748         (completion-pcm--merge-completions): Extract common suffix for the new
2749         `prefix' symbol as well.
2750         (completion-substring--all-completions): Use the new `prefix' symbol.
2752 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2754         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2755         not bound.
2756         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2757         (tramp-compat-funcall): New defmacro.
2758         (tramp-compat-line-beginning-position)
2759         (tramp-compat-line-end-position)
2760         (tramp-compat-temporary-file-directory)
2761         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2762         (tramp-compat-copy-file, tramp-compat-copy-directory)
2763         (tramp-compat-delete-file, tramp-compat-delete-directory)
2764         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2765         * net/tramp.el (top, with-progress-reporter)
2766         (tramp-rfn-eshadow-setup-minibuffer)
2767         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2768         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2769         (tramp-completion-mode-p, tramp-check-for-regexp)
2770         (tramp-open-connection-setup-interactive-shell)
2771         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2772         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2773         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2774         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2775         (tramp-reporter-dump-variable, tramp-load-report-modules)
2776         (tramp-append-tramp-buffers)
2777         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2779         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2781 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2783         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2784         buffer-modtime.  Adjust users.
2786 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2788         * international/mule.el (auto-coding-alist): Only purecopy
2789         car of each item, not the whole list (Bug#6083).
2791 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2793         * progmodes/js.el (js-mode): Make paragraph variables local before
2794         calling c-setup-paragraph-variables (Bug#6071).
2796 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2798         * composite.el (compose-region, reference-point-alist): Fix typos
2799         in the doc strings.
2801 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2803         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2804         gnuplot's "set" command.
2806 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2808         * abbrev.el (last-abbrev-text): Doc fix.
2809         (abbrev-prefix-mark): Don't escape parenthesis.
2811 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2813         * composite.el (find-composition): Doc fix.
2815 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2817         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2818         (sql-oracle-program, sql-sqlite-options)
2819         (sql-query-placeholders-and-send): Doc fixes.
2820         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2821         (sql-imenu-generic-expression, sql-buffer)
2822         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2823         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2824         (sql-mode-sybase-font-lock-keywords)
2825         (sql-mode-informix-font-lock-keywords)
2826         (sql-mode-interbase-font-lock-keywords)
2827         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2828         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2829         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2830         (sql-product-feature, sql-highlight-product)
2831         (comint-line-beginning-position, sql-rename-buffer)
2832         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2833         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2834         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2835         Fix typos in docstrings.
2837 2010-05-08  Juri Linkov  <juri@jurta.org>
2839         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2840         property instead of `invisible' and `after-string' (bug#5998).
2842 2010-05-08  Juri Linkov  <juri@jurta.org>
2844         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2846 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2848         * filecache.el (file-cache-add-directory-list)
2849         (file-cache-add-directory-recursively): Fix typos in docstrings.
2851 2010-05-08  Kenichi Handa  <handa@m17n.org>
2853         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2854         (gujarati-composable-pattern): Fix typo.
2856 2010-05-08  Kenichi Handa  <handa@m17n.org>
2858         * language/indian.el (oriya-composable-pattern)
2859         (tamil-composable-pattern, malayalam-composable-pattern):
2860         Add two-part vowels to "v" (vowel sign).
2862 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2864         * files.el (copy-directory): Handle symlinks (Bug#5982).
2866 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2868         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2869         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2870         (Bug#5846).
2872 2010-05-08  Glenn Morris  <rgm@gnu.org>
2874         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2876         * minibuffer.el (completion-at-point): Doc fix.
2878 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         * electric.el (Electric-command-loop): Minor tweak.
2882         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2883         better with dedicated windows.
2885 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2887         * Version 23.2 released.
2889 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2890             Stefan Monnier  <monnier@iro.umontreal.ca>
2892         Highlight vendor specific properties.
2893         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2894         (css-proprietary-property): New face.
2895         (css-font-lock-keywords): Use them.
2897 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2899         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2901 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2903         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2904         * files.el (auto-mode-alist): Remove redundant entries.
2906         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2907         * simple.el (auto-save-mode): Move from files.el.
2908         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2910 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2912         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2914 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2916         * mail/binhex.el (binhex-decode-region-internal)
2917         * mail/uudecode.el (uudecode-decode-region-internal)
2918         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2919         (dns-read-type, dns-query)
2920         * pgg-parse.el (pgg-parse-armor)
2921         * pgg.el (pgg-verify-region)
2922         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2923         XEmacs.
2925         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2927 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2929         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2931         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2932         * emulation/cua-base.el (cua-repeat-replace-region):
2933         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2934         (cua-cut-region-to-global-mark):
2935         Remove text properties with `set-text-properties'.
2937 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2939         * net/tramp.el (top, with-progress-reporter):
2940         Use `symbol-function' inside `funcall'.
2942         * net/tramp-compat.el (tramp-compat-file-attributes)
2943         (tramp-compat-delete-file, tramp-compat-delete-directory):
2944         Handle only `wrong-number-of-arguments' error.
2946         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2947         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2948         inside `funcall'.
2950 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2952         * minibuffer.el (completion--sreverse, completion--common-suffix):
2953         New functions.
2954         (completion-pcm--merge-completions): Extract common suffix when safe.
2956         * emacs-lisp/easy-mmode.el (define-minor-mode):
2957         Make :variable more flexible.
2958         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2960 2010-05-05  Juri Linkov  <juri@jurta.org>
2962         Add `slow' and `history' tags to the desktop data.
2964         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2965         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2966         (Info-finder-find-node): Require `finder.el' to be able
2967         to restore node from the desktop.
2968         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2969         data `Info-history' and `slow' tag in the assoc list.
2970         (Info-restore-desktop-buffer): Don't restore nodes with the
2971         `slow' tag.  Restore `Info-history'.
2973 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2975         Add FORCE argument to `delete-file'.
2977         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2978         forcing to delete the temporary file.
2979         (ange-ftp-delete-file): Add FORCE arg.
2980         (ange-ftp-rename-remote-to-remote)
2981         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2982         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2983         Force file deletion.
2985         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2987         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2988         (tramp-handle-make-symbolic-link, tramp-handle-load)
2989         (tramp-do-copy-or-rename-file-via-buffer)
2990         (tramp-do-copy-or-rename-file-directly)
2991         (tramp-do-copy-or-rename-file-out-of-band)
2992         (tramp-handle-process-file, tramp-handle-call-process-region)
2993         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2994         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2995         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2997         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2998         (tramp-fish-handle-make-symbolic-link)
2999         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
3001         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3002         Use `tramp-compat-delete-file'.
3004         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
3005         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
3007         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
3008         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
3010         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
3011         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
3012         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
3013         `tramp-compat-delete-file'.
3015 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3017         Minor cleanups.
3018         * subr.el (add-minor-mode): Use push.
3019         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
3020         * emulation/edt.el (edt-select-mode): Simplify.
3022         Use define-minor-mode in more cases.
3023         * term/tvi970.el (tvi970-set-keypad-mode):
3024         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3025         (normal-erase-is-backspace-mode):
3026         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
3027         (set-scroll-bar-mode-1): (Re)move to its sole caller.
3028         (get-scroll-bar-mode): New function.
3029         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
3031         Use define-minor-mode for less obvious cases.
3032         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
3033         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
3034         * international/iso-ascii.el (iso-ascii-mode):
3035         * frame.el (auto-raise-mode, auto-lower-mode):
3036         * composite.el (global-auto-composition-mode): Use define-minor-mode.
3038 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
3040         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
3041         in order to see error messages for failed logins.
3043 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
3045         * diff.el (diff-sentinel):
3047         * epg.el (epg--make-temp-file, epg-decrypt-string)
3048         (epg-verify-string, epg-sign-string, epg-encrypt-string):
3050         * jka-compr.el (jka-compr-partial-uncompress)
3051         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
3053         * server.el (server-sentinel): Use delete-file's new FORCE arg
3054         (Bug#6070).
3056 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3058         Use define-minor-mode where applicable.
3059         * view.el (view-mode):
3060         * type-break.el (type-break-query-mode)
3061         (type-break-mode-line-message-mode):
3062         * textmodes/reftex.el (reftex-mode):
3063         * term/vt100.el (vt100-wide-mode):
3064         * tar-mode.el (tar-subfile-mode):
3065         * savehist.el (savehist-mode):
3066         * ibuf-ext.el (ibuffer-auto-mode):
3067         * composite.el (auto-composition-mode):
3068         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3069         Use define-minor-mode.
3070         (vhdl-mode): Use static mode-line format.
3071         (vhdl-mode-line-update): Delete.
3072         (vhdl-create-mode-menu, vhdl-activate-customizations)
3073         (vhdl-hs-minor-mode): Don't bother calling it.
3075 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3077         * simple.el (with-wrapper-hook): Move.
3078         (buffer-substring-filters): Mark obsolete.
3079         (filter-buffer-substring-functions): New variable.
3080         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
3082         Use a mode-line spec rather than a static string in Semantic.
3083         * cedet/semantic/util-modes.el:
3084         (semantic-minor-modes-format): New var to replace...
3085         (semantic-minor-modes-status): Remove.
3086         (semantic-mode-line-update): Construct a mode-line spec rather than
3087         a static string so that mouse buttons can be used on individual minor
3088         modes and so that semantic-mode-line-update only needs to be called
3089         when global settings are changed.
3090         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
3091         Call semantic-mode-line-update.
3092         (semantic-toggle-minor-mode-globally): Don't assume mode is on
3093         minor-mode-alist, check semantic-minor-mode-alist as well.
3094         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
3095         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
3096         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
3097         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3098         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3099         (define-semantic-idle-service, semantic-idle-summary-mode):
3100         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
3101         Don't call semantic-mode-line-update any more.
3103 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3105         Use define-minor-mode in CEDET where applicable.
3107         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
3108         Use define-minor-mode.
3110         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
3111         Remove unused arg `keymap' and code redundant with define-minor-mode.
3112         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
3113         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
3114         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
3115         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
3116         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
3117         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
3118         Use define-minor-mode.
3119         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
3120         (semantic-show-unmatched-syntax-mode-setup)
3121         (semantic-show-parser-state-mode-setup)
3122         (semantic-highlight-func-mode-setup): Inline into sole caller.
3124         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3125         (semantic-mru-bookmark-mode): Use define-minor-mode.
3126         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
3128         * cedet/semantic/idle.el (define-semantic-idle-service):
3129         Use define-minor-mode and inline setup function into its sole caller.
3130         (semantic-idle-scheduler-mode-setup)
3131         (semantic-idle-summary-mode-setup): Inline into sole caller.
3132         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
3133         Use define-minor-mode.
3135         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
3136         (semantic-decoration-mode): Use define-minor-mode.
3137         (semantic-decoration-mode-setup): Inline into sole caller.
3139         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
3140         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
3141         (ede-dired-add-to-target): Use dolist.
3143 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3144             Michael Albinus  <michael.albinus@gmx.de>
3146         Implement compression for inline methods.
3148         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3149         (tramp-copy-size-limit): Allow also nil.
3150         (tramp-inline-compress-commands): New defconst.
3151         (tramp-find-inline-compress, tramp-get-inline-compress)
3152         (tramp-get-inline-coding): New defuns.
3153         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3154         replaced by `tramp-get-inline-coding'.
3155         (tramp-handle-file-local-copy, tramp-handle-write-region)
3156         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3158 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3160         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
3161         Remove unused functions.
3163         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
3164         Set find-tag-default-function as a variable rather than a property.
3166         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
3167         * progmodes/etags.el (tags-completion-at-point-function):
3168         Remove left over interactive spec.  Add autoloading stub.
3169         (complete-tag): Use tags-completion-at-point-function.
3171 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
3173         * minibuffer.el (tags-completion-at-point-function): Fix return value.
3175 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
3177         * ido.el (ido-init-completion-maps): Remove C-v binding.
3178         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
3180 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
3182         * minibuffer.el (tags-completion-at-point-function): New function.
3183         (completion-at-point-functions): Use it.
3185         * cedet/semantic.el (semantic-completion-at-point-function): New function.
3186         (semantic-mode): Use semantic-completion-at-point-function for
3187         completion-at-point-functions instead.
3189         * progmodes/etags.el (complete-tag): Revert last change.
3191 2010-04-29  Alan Mackenzie  <acm@muc.de>
3193         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
3194         off-by-one error (in end of macro position).
3196 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3198         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
3199         firefox is absent.  Don't autoload.
3200         (browse-url-galeon-program): Don't autoload.
3202 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
3204         * bindings.el (complete-symbol): Move into minibuffer.el.
3206         * minibuffer.el (complete-tag): Move from etags.el.  If tags
3207         completion cannot be performed, return nil instead of signalling
3208         an error.
3209         (completion-at-point): Make it an alias for complete-symbol.
3210         (complete-symbol): Move from bindings.el, and replace with the
3211         body of completion-at-point.
3213         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
3215         * cedet/semantic.el (semantic-mode): When enabled, add
3216         semantic-ia-complete-symbol to completion-at-point-functions.
3218         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
3219         if Semantic is not active.
3221 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
3223         * net/tramp.el (tramp-remote-selinux-p): New defun.
3224         (tramp-handle-file-selinux-context)
3225         (tramp-handle-set-file-selinux-context): Use it.
3227 2010-04-28  Sam Steingold  <sds@gnu.org>
3229         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3230         `safe-local-variable' if the value is a string or a symbol with
3231         the property `bug-reference-url-format'.
3233 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
3235         * progmodes/bug-reference.el (bug-reference-url-format): Revert
3236         2010-04-27 change due to security risk.
3238 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3240         Make it possible to locally disable a globally enabled mode.
3241         * simple.el (fundamental-mode): Run fundamental-mode-hook.
3242         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
3243         rather than kill-all-local-variables so it runs fundamental-mode-hook.
3244         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3245         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
3246         that subsequent hooks get a chance to disable it.
3248 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3250         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3251         Avoid re-enabling a minor mode after the user turned the minor mode
3252         off if MODE-enable-in-buffers is run twice (typically once from
3253         fundamental-mode's after-change-major-mode-hook and a second time from
3254         run-mode-hook's own after-change-major-mode-hook).
3256         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
3258 2010-04-27  Sam Steingold  <sds@gnu.org>
3260         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3261         `safe-local-variable' if the value is a string or a function, as
3262         documented and implemented on 2010-04-02.
3264 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
3266         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
3267         when method is 'kill.
3269 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
3271         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
3272         condition in default directory check.
3273         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
3274         Kill ispell process when killing its associated buffer.
3276 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
3278         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
3279         but we aren't using it.
3281 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
3283         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
3284         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
3286 2010-04-24  Glenn Morris  <rgm@gnu.org>
3288         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
3289         Ignore VCS-ignore files, and deleted nextstep preferences files.
3290         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
3291         (authors-ambiguous-files): New list.
3292         (authors-valid-file-names): Add some deleted files.
3293         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
3294         (authors-disambiguate-file-name): New function.  (Bug#5501)
3295         (authors-canonical-file-name): Doc fix.
3296         Don't warn about obsolete files.
3297         (authors-canonical-file-name, authors-scan-el):
3298         Use authors-disambiguate-file-name.
3300         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3301         Add autoload cookies.
3302         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
3303         (generated-autoload-file): Set file-local value to "htmlfontify.el".
3304         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
3305         They have definitions / compiler macros in cl.el.
3306         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3307         Replace manual autoloads with generated ones.
3308         (htmlfontify-unload-rgb-file): Remove autoload.
3309         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
3311 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
3314         (byte-compile-setq-default): Optimize for the
3315         single-var case and don't call byte-compile-form in this case to avoid
3316         inf-loop with byte-compile-set-default.
3318         * progmodes/compile.el (compilation-start): Abbreviate default directory.
3320 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
3322         Implement SELINUX backends.
3324         * net/tramp.el (tramp-file-name-handler-alist):
3325         Add `file-selinux-context' and `set-file-selinux-context'.
3326         (tramp-handle-file-selinux-context)
3327         (tramp-handle-set-file-selinux-context): New defuns.
3328         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3329         Handle PRESERVE-SELINUX-CONTEXT.
3331         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3332         Add `file-selinux-context' and `set-file-selinux-context'.
3333         (tramp-gvfs-handle-file-selinux-context)
3334         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3335         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3337         * net/ange-ftp.el (ange-ftp-copy-file):
3338         * net/tramp-fish.el (tramp-fish-handle-copy-file):
3339         * net/tramp-imap.el (tramp-imap-handle-copy-file):
3340         * net/tramp-smb.el (tramp-smb-handle-copy-file):
3341         Add PRESERVE-SELINUX-CONTEXT.
3343 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3345         Synchronize with Tramp repository.
3347         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
3348         (tramp-action-process-alive, tramp-action-out-of-band)
3349         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3350         (tramp-exists-file-name-handler): Fix docstring.
3351         (with-progress-reporter): New defmacro.
3352         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
3353         (tramp-maybe-open-connection): Use it.
3355 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
3357         Detect ssh 'ControlMaster' argument automatically in some cases.
3359         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3360         (tramp-default-method): Use it.
3362 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3364         * net/tramp.el (tramp-handle-copy-file): Add new optional
3365         parameter `preserve-selinux-context'.
3366         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3368 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3370         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3371         Ensure, that non remote files are still checked.  Oops.
3373 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
3375         Fix Bug#5840.
3377         * icomplete.el (icomplete-completions): Use `non-essential'.
3379         * net/tramp.el (tramp-connectable-p): New defun.
3380         (tramp-handle-expand-file-name)
3381         (tramp-completion-handle-file-name-all-completions)
3382         (tramp-completion-handle-file-name-completion): Use it.
3384 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3386         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3388 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
3390         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3392         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3394         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3395         is present.
3397         * info.el (info-tool-bar-map): Add labels.
3399         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3401         * cus-edit.el (custom-commands): Add labels for tool bar.
3402         (custom-buffer-create-internal, Custom-mode): Adjust for
3403         labels in custom-commands.
3405         * dynamic-setting.el: Renamed from font-setting.el.
3407 2010-04-21  John Wiegley  <jwiegley@gmail.com>
3409         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3410         toggles the use of virtual buffers.
3411         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
3412         value.
3413         (ido-toggle-virtual-buffers): New function.
3415 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
3417         Use `define-derived-mode'; fix window selection; doc fixes.
3418         * play/tetris.el (tetris, tetris-update-speed-function)
3419         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3420         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3421         (tetris-rotate-next, tetris-end-game, tetris-start-game)
3422         (tetris-pause-game): Fix typos in docstrings.
3423         (tetris-mode-map, tetris-null-map):
3424         Move initialization into declaration.
3425         (tetris-mode): Define with `define-derived-mode';
3426         set show-trailing-whitespace to nil.
3427         (tetris): Prefer window already displaying the "*Tetris*" buffer.
3429 2010-04-21  Karel Klíč  <kklic@redhat.com>
3431         * files.el (backup-buffer): Handle SELinux context, and return it
3432         if a backup was made by renaming.
3433         (backup-buffer-copy): Set SELinux context to the target file.
3434         (basic-save-buffer): Set SELinux context of the newly written file.
3435         (basic-save-buffer-1): Now it also returns any SELinux context.
3436         (basic-save-buffer-2): Set SELinux context of the newly created file,
3437         and return it.
3438         * net/tramp.el (tramp-file-name-for-operation):
3439         Add file-selinux-context.
3441 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3443         Make the log-edit comments use RFC822 format throughout.
3445         * vc.el (vc-checkin, vc-modify-change-comment):
3446         Adjust to new vc-start/finish-logentry.
3447         (vc-find-conflicted-file): New command.
3448         (vc-transfer-file): Adjust to new vc-checkin.
3449         (vc-next-action): Improve scoping.
3451         * vc-hg.el (vc-hg-log-edit-mode): Remove.
3452         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
3454         * vc-git.el (vc-git-log-edit-mode): Remove.
3455         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
3456         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3458         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3459         (vc-start-logentry): Remove argument `extra'.
3460         (vc-finish-logentry): Remove extra args.
3462         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3463         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
3464         (vc-bzr-conflicted-files): New function.
3466         * log-edit.el (log-edit-extra-flags)
3467         (log-edit-before-checkin-process): Remove.
3468         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3469         (log-edit-headers-alist): New var.
3470         (log-edit-header-contents-regexp): New const.
3471         (log-edit-match-to-eoh): New function.
3472         (log-edit-font-lock-keywords): Use them.
3473         (log-edit): Insert a "Summary:" header as default.
3474         (log-edit-mode): Mark font-lock rules as case-insensitive.
3475         (log-edit-done): Cleanup headers.
3476         (log-view-process-buffer): Remove.
3477         (log-edit-extract-headers): New function to replace it.
3479 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3481         * subr.el (default-direction-reversed): Remove obsolescence info.
3483 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3485         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3486         windows/frames.
3488         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3489         I.e. include text after point in the completion region.
3490         Also, return nil when we're not after/in a symbol.
3492         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3493         default enable-multibyte-characters.
3495 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3497         * international/mule.el: Help the user choose a valid coding-system.
3498         (read-buffer-file-coding-system): New function.
3499         (set-buffer-file-coding-system): Use it.  Prompt the user if the
3500         coding-system cannot encode all the chars.
3502         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3503         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3504         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3505         Don't use *vc-bzr-shelve*.
3507 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3509         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3510         Don't destroy list before using it.
3512 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
3514         Fix the version number for added files.
3515         * vc-hg.el (vc-hg-working-revision): Check if the file is
3516         registered after hg parent fails (Bug#5961).
3518 2010-04-19  Glenn Morris  <rgm@gnu.org>
3520         * htmlfontify.el (htmlfontify-buffer)
3521         (htmlfontify-copy-and-link-dir): Autoload entry points.
3523 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
3525         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3526         name relative to the project root (Bug#5960).
3528 2010-04-19  Glenn Morris  <rgm@gnu.org>
3530         * vc-git.el (vc-git-print-log): Doc fix.
3532 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
3534         * ido.el (ido-file-internal): Fix 2009-12-02 change.
3536 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
3538         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3539         default settings (Bug#5928).
3541 2010-04-19  Glenn Morris  <rgm@gnu.org>
3543         * progmodes/fortran.el (fortran-match-and-skip-declaration):
3544         New function.
3545         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
3547 2010-04-19  Kenichi Handa  <handa@m17n.org>
3549         * language/indian.el (malayalam-composable-pattern): Fix previous
3550         change (add U+0D4D "SIGN VIRAMA").
3551         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3552         (tamil-composable-pattern): Fix typo in the regexp.
3553         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3554         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3555         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3557 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3559         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3560         paragraph-separate (Bug#5821).
3562 2010-04-19  Juri Linkov  <juri@jurta.org>
3564         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3566         * info.el (Info-find-node-2): Comment out code that skips
3567         breadcrumbs line.
3568         (Info-mouse-follow-link): New command.
3569         (Info-link-keymap): New keymap.
3570         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3571         Return a string with links instead of inserting breadcrumbs
3572         to the Info buffer.
3573         (Info-fontify-node): Comment out code that inserts breadcrumbs.
3574         Instead of putting the `invisible' text property over the Info
3575         header, make an overlay over the Info header with the `invisible'
3576         property and `after-string' set to the string returned by
3577         `Info-breadcrumbs'.
3579 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3581         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3582         Reported by monkey@sandpframing.com.
3584 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3586         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3587         (tmm-get-keymap): Add key-binding shortcuts now that they're not
3588         available in the "keyseq cache" any more.
3590         * custom.el (defcustom): Add edebug spec.
3592 2010-04-18  Juri Linkov  <juri@jurta.org>
3594         Test for special mode-class in view-buffer instead of view-file (bug#5513).
3596         * view.el (view-file, view-buffer): Move test for special mode-class
3597         from view-file to view-buffer.
3599         * tar-mode.el (tar-extract): Turn if's into one cond
3600         like in arc-mode.el.
3602 2010-04-18  Juri Linkov  <juri@jurta.org>
3604         Add 7z archive format support (bug#5475).
3606         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3607         (archive-7z-extract): New defcustom.
3608         (archive-find-type): Add magic string for 7z.
3609         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3610         If `stderr-file' is non-nil, use `(t stderr-file)' for the
3611         `buffer' arg of `call-process'.
3612         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3613         call the function `archive-7z-extract' with the variable
3614         `archive-7z-extract' let-bound to `archive-zip-extract'.
3615         (archive-7z-summarize, archive-7z-extract): New functions.
3617         * international/mule.el (auto-coding-alist):
3618         * files.el (auto-mode-alist): Add 7z file extension.
3620 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3622         * loadup.el: Setup hash-cons for pure data.
3624         Fix duplicate entries in cedet's loaddefs.el files.
3625         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3626         Should make most file-local generated-autoload-file unnecessary.
3627         (print-readably): Silence warnings.
3628         (autoload-find-destination): Take load-name as an arg to make sure
3629         it's the same as the one that will be in the file.
3630         (autoload-generate-file-autoloads): Adjust to above changes.
3631         Try to make the dataflow a bit simpler.
3633         * cvs-status.el (cvs-refontify): Remove unused.
3635 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3637         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3639         * calc-bin.el (calc-radix): Have the "O" option turn on
3640         twos-complement mode.
3642 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
3644         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3645         Add `calc-option-prefix-help' to calc-help autoloads.
3646         (calc-inverse): Add "Option" to message, as appropriate.
3647         (calc-hyperbolic): Add "Option" to message, as appropriate.
3648         (calc-option, calc-is-option): New functions.
3650         * calc-help.el (calc-full-help): Add `calc-option-help'.
3651         (calc-option-prefix-help): New function.
3653         * calc-misc.el (calc-help): Add "Option" entry.
3655         * calc.el (calc-local-var-list): Add `calc-option-flag'.
3656         (calc-option-flag): New variable.
3657         (calc-do): Set `calc-option-flag to nil.
3658         (calc-set-mode-line): Add "Opt " as appropriate.
3660 2010-04-16  Juri Linkov  <juri@jurta.org>
3662         Move scrolling commands from simple.el to window.el
3663         because their primitives are implemented in window.c.
3665         * simple.el (scroll-error-top-bottom)
3666         (scroll-up-command, scroll-down-command, scroll-up-line)
3667         (scroll-down-line, scroll-other-window-down)
3668         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3669         * window.el (scroll-error-top-bottom)
3670         (scroll-up-command, scroll-down-command, scroll-up-line)
3671         (scroll-down-line, scroll-other-window-down)
3672         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3673         Move from simple.el to window.el because their primitives are
3674         implemented in window.c.
3676 2010-04-16  Juri Linkov  <juri@jurta.org>
3678         * isearch.el (isearch-lookup-scroll-key): Check both
3679         `isearch-scroll' and `scroll-command' properties.
3680         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3682         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3684         * simple.el (scroll-up-command, scroll-down-command)
3685         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3687 2010-04-15  Juri Linkov  <juri@jurta.org>
3689         * simple.el (scroll-up-command, scroll-down-command)
3690         (scroll-up-line, scroll-down-line): Put `scroll-command'
3691         property on the these symbols.  Remove them from
3692         `scroll-preserve-screen-position-commands'.
3694         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3695         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3696         Remove it from `scroll-preserve-screen-position-commands'.
3698         * isearch.el (isearch-allow-scroll): Doc fix.
3700 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3702         * net/tramp.el (tramp-error-with-buffer): Don't show the
3703         connection buffer when we are in completion mode.
3704         (tramp-file-name-handler): Catch the error for some operations
3705         when we are in completion mode.  This gives the user the chance to
3706         correct the file name in the minibuffer.
3708 2010-04-15  Glenn Morris  <rgm@gnu.org>
3710         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3712 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3714         Simplify by using `define-derived-mode'.
3715         * info.el (Info-mode):
3716         * calendar/todo-mode.el (todo-mode):
3717         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3718         (gomoku-mode-map): Move initialization into declaration.
3720 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3722         Fix Bug#5840.
3723         * ido.el (ido-file-name-all-completions-1):
3724         * minibuffer.el (minibuffer-completion-help):
3725         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3727 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3729         * simple.el (non-essential): New var.
3731         Add a new field `location' to bookmarks for non-file bookmarks.
3732         * bookmark.el (bookmark-location): Use the new field, if present.
3733         (bookmark-insert-location): Undo last change, not needed any more.
3734         * man.el (Man-bookmark-make-record):
3735         * woman.el (woman-bookmark-make-record): Add `location' field.
3737 2010-04-14  Juri Linkov  <juri@jurta.org>
3739         * simple.el (scroll-error-top-bottom): New defcustom.
3740         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3742         * emulation/pc-select.el (pc-select-override-scroll-error):
3743         Obsolete in favor of `scroll-error-top-bottom'.
3745 2010-04-14  Juri Linkov  <juri@jurta.org>
3747         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3748         `scroll-up-command' and `M-v' to `scroll-down-command'.
3750         * emulation/cua-rect.el (cua--init-rectangles):
3751         * forms.el (forms--change-commands):
3752         * image-mode.el (image-mode-map):
3753         Remap scroll-down-command and scroll-up-command
3754         in addition to scroll-down and scroll-up.
3756 2010-04-14  Juri Linkov  <juri@jurta.org>
3758         * mwheel.el (scroll-preserve-screen-position-commands):
3759         Add mwheel-scroll to this list of commands.
3761         * simple.el (scroll-preserve-screen-position-commands):
3762         Add scroll-up-command, scroll-down-command, scroll-up-line,
3763         scroll-down-line to this list of commands.
3765 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3767         * obsolete/complete.el: Move from lisp/complete.el.
3769         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3771         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3772         to the minor mode function now turns the mode ON unconditionally.
3774 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3776         * vc-dir.el (vc-dir-kill-line): New command.
3777         (vc-dir-mode-map): Bind it to C-k.
3779         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3781         * woman.el: Add bookmark declarations to silence the compiler.
3782         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3783         step to compatibility between man and woman bookmarks.
3784         Adjust for Man-default-bookmark-title renaming.
3785         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3787         * man.el: Add bookmark declarations to silence the compiler.
3788         (Man-name-local-regexp): Make it match NAME as well.
3789         (Man-getpage-in-background): Return the buffer.
3790         (Man-notify-when-ready): Use `case'.
3791         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3792         Don't hardcode "NAME".  Simplify.
3793         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3794         Rename from Man-bookmark-make-record.
3795         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3796         we have the actual man-args.  Use Man-getpage-in-background rather
3797         than `man' since the arg is already processed.  Let bookmark.el do the
3798         window handling.  Only wait for the relevant process.
3799         Don't forget to autoload.
3801         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3803 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3805         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3806         New functions.
3807         (woman-mode): Setup bookmark support.
3809         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3810         (man-bookmark-jump): New functions.
3811         (Man-mode): Setup bookmark support.
3813 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3815         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3816         recognize ssh-keygen prompt (Bug#2817).
3818 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3820         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3822 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3824         Synchronize with Tramp repository.
3826         * net/tramp.el (tramp-completion-function-alist)
3827         (tramp-file-name-regexp, tramp-chunksize)
3828         (tramp-local-coding-commands, tramp-remote-coding-commands):
3829         Fix docstring.
3830         (tramp-remote-process-environment): Use `format' instead of `concat'.
3831         (tramp-handle-directory-files-and-attributes)
3832         (tramp-get-remote-path): Use `copy-tree'.
3833         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3834         compatibility: Use `completion-ignore-case' if
3835         `read-file-name-completion-ignore-case' does not exist.
3836         (tramp-do-copy-or-rename-file-directly): Do not use
3837         `tramp-handle-file-remote-p'.
3838         (tramp-do-copy-or-rename-file-out-of-band):
3839         Use `tramp-compat-delete-directory'.
3840         (tramp-do-copy-or-rename-file-out-of-band)
3841         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3842         Use `format-spec-make'.
3843         (tramp-find-foreign-file-name-handler)
3844         (tramp-advice-make-auto-save-file-name)
3845         (tramp-set-auto-save-file-modes): Remove superfluous check for
3846         `stringp'.  This is done inside `tramp-tramp-file-p'.
3847         (tramp-debug-outline-regexp): New defconst.
3848         (tramp-get-debug-buffer): Use it.
3849         (tramp-check-for-regexp): Use (forward-line 1).
3850         (tramp-set-auto-save-file-modes): Adapt version check.
3852         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3853         Wrap call of `featurep' for 2nd argument.
3854         (tramp-compat-make-temp-file): Simplify fallback implementation.
3855         (tramp-compat-copy-tree): Remove function.
3856         (tramp-compat-delete-directory): Provide implementation for older
3857         Emacsen.
3859         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3860         Do not use `tramp-fish-handle-file-attributes.
3862         * net/trampver.el: Update release number.
3864 2010-04-10  Glenn Morris  <rgm@gnu.org>
3866         * progmodes/compile.el (compilation-save-buffers-predicate):
3867         Add missing :version tag.
3869 2010-04-09  Sam Steingold  <sds@gnu.org>
3871         * progmodes/compile.el (compilation-save-buffers-predicate):
3872         Remove the "autoload" cookie.
3874         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3875         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3876         and `bug-reference-prog-mode' can be used in hooks directly.
3878 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3880         Add --author support to git commit.
3881         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3882         (vc-git-log-edit-mode): New minor mode.
3883         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3884         New declarations.
3886 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3888         * vc-hooks.el, vc-git.el: Improve documentation comments.
3890 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3892         Fix some of the problems in defsubst* (bug#5728).
3893         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3894         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3896 2010-04-07  Sam Steingold  <sds@gnu.org>
3898         * progmodes/compile.el (compilation-save-buffers-predicate):
3899         New custom variable.
3900         (compile, recompile): Pass it to `save-some-buffers'.
3902 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3904         * wid-edit.el (widget-choose): Move cursor to the second line of
3905         the buffer (Bug#5695).
3907 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3909         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3910         * vc.el (vc-print-log-setup-buttons): New function split out from
3911         vc-print-log-internal.
3912         (vc-log-internal-common): New function, a parametrized version of
3913         vc-print-log-internal.
3914         (vc-print-log-internal): Just call vc-log-internal-common with the
3915         right arguments.
3916         (vc-incoming-outgoing-internal):
3917         (vc-log-incoming, vc-log-outgoing): New functions.
3918         (vc-log-view-type): New permanent local variable.
3920         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3922         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3923         of the dynamic bound vc-short-log.
3924         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3926         * vc-git.el (vc-git-log-outgoing): New function.
3927         (vc-git-log-view-mode): Use vc-log-view-type instead
3928         of the dynamic bound vc-short-log.
3930         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3931         of the dynamic bound vc-short-log.  Highlight the tag.
3932         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3933         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3934         (vc-hg-incoming-mode): Remove.
3935         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3937 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3939         Fix default-directory for vc-root-diff.
3940         * vc.el (vc-root-diff): Bind default-directory to the root
3941         directory for the diff command.
3943 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3945         * progmodes/verilog-mode.el (verilog-forward-sexp):
3946         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3947         word keywords, suggested by Steve Pearlmutter.
3948         (verilog-pretty-declarations): Support lineup of declarations in
3949         port lists.
3950         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3951         fix bug for /* / comments.
3952         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3953         Speed up and simplfy as this is never called with a bound.
3954         (verilog-pretty-declarations): Enhance to line up declarations
3955         inside a parameter list, suggested by Alan Morgan.
3956         (verilog-pretty-expr): Tune assignment regular expression match
3957         string for corner cases; also use markers instead of character
3958         number as indent changes the later.
3960 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3962         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3963         as missing keyword.
3964         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3965         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3966         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3967         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3968         Tennant.
3969         (verilog-keywords):
3970         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3971         1800-2009 keywords, including "global.".
3973 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3975         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3976         appearing in buffer list (if a live buffer name matched a recentf
3977         file basename).  Should use uniquify to offer a real solution.
3979 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3981         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3982         comment to code, and add a :version tag.
3983         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3985 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3987         Enable recentf-mode if using virtual buffers.
3988         * ido.el (recentf-list): Declare for byte-compiler.
3989         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3990         (ido-make-buffer-list): Simplify.
3991         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3993 2010-04-05  Juri Linkov  <juri@jurta.org>
3995         Scrolling commands which scroll a line instead of full screen.
3996         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3998         * simple.el (scroll-up-line, scroll-down-line): New commands.
3999         Put property isearch-scroll=t on them.
4001         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
4002         Remove commands.
4004 2010-04-05  Juri Linkov  <juri@jurta.org>
4006         Scrolling commands which do not signal errors at top/bottom.
4007         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4009         * simple.el (scroll-up-command, scroll-down-command): New commands.
4010         Put property isearch-scroll=t on them.
4012         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
4013         `scroll-down-command' and [next] from `scroll-up' to
4014         `scroll-up-command'.
4016         * emulation/cua-base.el: Put property CUA=move on
4017         `scroll-up-command' and `scroll-down-command'.
4018         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
4019         and `scroll-down-command' to `cua-scroll-down'.
4021 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
4023         * help.el (describe-mode): Return nil.
4025 2010-04-04  John Wiegley  <jwiegley@gmail.com>
4027         * ido.el (ido-use-virtual-buffers): New variable to indicate
4028         whether "virtual buffer" support is enabled for IDO.
4029         (ido-virtual): Face used to indicate virtual buffers in the list.
4030         (ido-buffer-internal): If a buffer is chosen, and no such buffer
4031         exists, but a virtual buffer of that name does (which would be why
4032         it was in the list), recreate the buffer by reopening the file.
4033         (ido-make-buffer-list): If virtual buffers are being used, call
4034         `ido-add-virtual-buffers-to-list' before the make list hook.
4035         (ido-virtual-buffers): New variable which contains a copy of the
4036         current contents of the `recentf-list', albeit pared down for the
4037         sake of speed, and with proper faces applied.
4038         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
4039         create a list of "virtual buffers" to present to the user in
4040         addition to the currently open set.  Note that this logic could
4041         get rather slow if that list is too large.  With the default
4042         `recentf-max-saved-items' of 200, there is little speed penalty.
4044 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4046         * font-lock.el: Require CL when compiling.
4047         (font-lock-turn-on-thing-lock): Use `case'.
4049 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
4051         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
4052         Zaretskii.
4054 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
4056         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
4057         (semantic-create-imenu-directory-index): Fix typos in docstrings.
4058         (semantic-imenu-goto-function): Reflow docstring.
4060 2010-04-02  Juri Linkov  <juri@jurta.org>
4062         * ehelp.el (electric-help-orig-major-mode):
4063         New buffer-local variable.
4064         (electric-help-mode): Set it to original major-mode.  Doc fix.
4065         (with-electric-help): Use `electric-help-orig-major-mode' instead
4066         of (default-value 'major-mode).  Doc fix.
4067         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
4069 2010-04-02  Sam Steingold  <sds@gnu.org>
4071         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
4072         `vc-hg-command' with a list of flags.
4074         * progmodes/bug-reference.el (bug-reference-bug-regexp):
4075         Also accept "patch" and "RFE".
4076         (bug-reference-fontify): `bug-reference-url-format' can also be a
4077         function to be able to handle the bug kind.
4078         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
4080 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
4082         * tmm.el (tmm-get-keymap): Check with symbolp before passing
4083         value to fboundp, it may not be a symbol.
4085 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4087         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
4089 2010-03-31  Juri Linkov  <juri@jurta.org>
4091         * simple.el (next-line, previous-line): Re-throw a signal
4092         with `signal' instead of using `ding'.
4093         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
4095 2010-03-31  Juri Linkov  <juri@jurta.org>
4097         * simple.el (keyboard-escape-quit): Raise deselecting the active
4098         region higher than exiting the minibuffer.
4099         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
4101 2010-03-31  Juri Linkov  <juri@jurta.org>
4103         * image.el (image-animated-p): Use `image-metadata' instead of
4104         `image-extension-data'.  Get GIF extenstion data from metadata
4105         property `extension-data'.
4107 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4109         * simple.el (append-to-buffer): Simplify.
4111 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
4113         * textmodes/artist.el (artist-mode): Fix typo in docstring.
4114         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
4116 2010-03-31  Kenichi Handa  <handa@m17n.org>
4118         * language/sinhala.el (composition-function-table): Fix regexp for
4119         the new Unicode specification.
4121         * language/indian.el (devanagari-composable-pattern)
4122         (tamil-composable-pattern, kannada-composable-pattern)
4123         (malayalam-composable-pattern): Adjust for the new Unicode
4124         specification.
4125         (bengali-composable-pattern, gurmukhi-composable-pattern)
4126         (gujarati-composable-pattern, oriya-composable-pattern)
4127         (telugu-composable-pattern): New variables to cope with the new
4128         Unicode specification.  Use them in composition-function-table.
4130 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4132         Make tmm-menubar work for the Buffers menu again (bug#5726).
4133         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
4134         vectors rather than cons cells, as used in menu-bar-update-buffers.
4136 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4138         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
4139         (js-insert-and-indent): Revert 2009-08-15 change, restoring
4140         electric punctuation for "{}();,:" (Bug#5586).
4142         * mail/sendmail.el (mail-default-directory): Doc fix.
4144 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4146         * mail/sendmail.el (mail-default-directory): Doc fix.
4148 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
4150         * subr.el (version-regexp-alist, version-to-list)
4151         (version-list-<, version-list-=, version-list-<=)
4152         (version-list-not-zero, version<, version<=, version=): Doc fix.
4153         (Bug#5744).
4155 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
4157         * vc.el (vc-root-diff): Doc fix.
4159 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4161         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
4163         * simple.el (append-to-buffer): Fix last change.
4165 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4167         * simple.el (append-to-buffer): Ensure that point is preserved if
4168         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
4169         (Bug#5749)
4171 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4173         * files.el (auto-mode-case-fold): Change default to t.
4175 2010-03-30  Juri Linkov  <juri@jurta.org>
4177         * dired-x.el (dired-omit-mode): Doc fix.
4179 2010-03-30  Juri Linkov  <juri@jurta.org>
4181         * replace.el (occur-accumulate-lines): Move occur-engine related
4182         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
4183         to be located after `occur-engine'.
4185 2010-03-30  Juri Linkov  <juri@jurta.org>
4187         Make occur handle multi-line matches cleanly with context.
4188         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
4190         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
4191         (occur-engine): Add local variables `ret', `prev-after-lines',
4192         `prev-lines'.  Use more arguments for `occur-context-lines'.
4193         Set first elem of its returned list to `data', and the second elem
4194         to `prev-after-lines'.  Don't print the separator line.
4195         In the end, print remaining context after-lines.
4196         (occur-context-lines): Add new arguments `begpt', `endpt',
4197         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
4198         after-lines of the previous match with before-lines of the
4199         current match and not overlap them.  Return a list with two
4200         values: the output line and the list of context after-lines.
4202 2010-03-30  Juri Linkov  <juri@jurta.org>
4204         * replace.el (occur-accumulate-lines): Fix a bug where the first
4205         context line at the beginning of the buffer was missing.
4207 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
4209         * files.el: Make bidi-display-reordering safe variable for boolean
4210         values.
4212 2010-03-29  Phil Hagelberg  <phil@evri.com>
4213             Chong Yidong  <cyd@stupidchicken.com>
4215         * subr.el: Extend progress reporters to perform "spinning".
4216         (progress-reporter-update, progress-reporter-do-update):
4217         Handle non-numeric value arguments.
4218         (progress-reporter--pulse-characters): New var.
4220 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
4222         * progmodes/compile.el (compilation-start): Fix regexp detection
4223         of initial cd command (Bug#5771).
4225 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
4227         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
4229 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
4231         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
4232         * lisp/progmodes/gdb-mi.el: Restore.
4233         * lisp/progmodes/gdb-ui.el: Remove.
4234         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
4236 2010-03-25  Glenn Morris  <rgm@gnu.org>
4238         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4239         all dired buffers, even tramp ones.  (Bug#5755)
4241 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4243         Add "union tags" in mpc.el.
4244         * mpc.el: Remove backward compatibility code.
4245         (mpc-browser-tags): Change default.
4246         (mpc--find-memoize-union-tags): New var.
4247         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
4248         (mpc-cmd-find): Handle the case where the playlist does not exist.
4249         Handle union-tags.
4250         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
4251         (mpc-cmd-add): Use mpc-cmd-flush.
4252         (mpc-tagbrowser-tag-name): New fun.
4253         (mpc-tagbrowser-buf): Use it.
4254         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
4256 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4258         Misc cleanup.
4259         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
4260         Use replace-regexp-in-string.
4261         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
4262         (makefile-imake-mode-syntax-table): Move init into defvar.
4263         (makefile-mode): Use define-derived-mode.
4265         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4266         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
4267         not be present any more.
4269 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4271         * faces.el (set-face-attribute): Fix typo in docstring.
4272         (face-valid-attribute-values): Reflow docstring.
4274         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
4276 2010-03-24  Glenn Morris  <rgm@gnu.org>
4278         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4280 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
4282         * indent.el (indent-for-tab-command): Doc fix.
4284 2010-03-24  Alan Mackenzie  <acm@muc.de>
4286         * progmodes/cc-engine.el (c-remove-stale-state-cache):
4287         Fix off-by-one error.  Fixes bug #5747.
4289 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4291         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
4292         (image-dired-read-comment): Doc fix.
4294         * json.el (json-object-type, json-array-type, json-key-type)
4295         (json-false, json-null, json-read-number):
4296         * minibuffer.el (completion-in-region-functions):
4297         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
4298         (cal-tex-cursor-week):
4299         * emacs-lisp/trace.el (trace-function):
4300         * eshell/em-basic.el (eshell/printnl):
4301         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
4302         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
4303         * obsolete/levents.el (allocate-event, event-key, event-object)
4304         (event-point, event-process, event-timestamp, event-to-character)
4305         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
4306         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
4307         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
4308         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
4309         (reftex-highlight-selection): Fix typos in docstrings.
4311 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4313         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
4315 2010-03-24  Glenn Morris  <rgm@gnu.org>
4317         * mail/rmail.el (rmail-highlight-face): Restore option deleted
4318         2008-02-13 without comment; mark it obsolete.
4319         (rmail-highlight-headers): Use rmail-highlight-face once more.
4321 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
4323         * woman.el (woman2-process-escapes): Only consume the newline if
4324         the filler character is on a line by itself (Bug#5729).
4326 2010-03-24  Kenichi Handa  <handa@m17n.org>
4328         * language/indian.el (devanagari-composable-pattern): Add more
4329         consonants.
4331 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
4333         * net/trampver.el: Update release number.
4335 2010-03-24  Glenn Morris  <rgm@gnu.org>
4337         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
4339 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
4341         * net/tramp.el (tramp-find-executable):
4342         Use `tramp-get-connection-buffer'.  Make the regexp for checking
4343         output of "wc -l" more robust.
4344         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
4345         (tramp-open-connection-setup-interactive-shell): Remove workaround
4346         for OpenSolaris bug, it is not needed anymore.
4348 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
4350         * cedet/semantic/imenu.el: New file, from the CEDET repository
4351         (Bug#5412).
4353 2010-03-24  Glenn Morris  <rgm@gnu.org>
4355         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
4357 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
4359         * files.el (auto-mode-alist): Accept more verilog file patterns.
4361 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4363         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4365 2010-03-24  Glenn Morris  <rgm@gnu.org>
4367         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4368         log-edit-before-checkin-process.
4370         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4372         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
4374         * vc-dispatcher.el (vc-start-logentry): Doc fix.
4375         (log-view-process-buffer, log-edit-extra-flags): Declare.
4377         * log-edit.el (log-edit-before-checkin-process): Doc fix.
4379         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4380         Consistently check ede-object is bound throughout.
4382         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4384 2010-03-23  Sam Steingold  <sds@gnu.org>
4386         Fix bug#5620: recalculate all markers on compilation buffer
4387         modifications, not on file modifications.
4388         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4389         the buffer modification time, for buffers not associated with files.
4390         (compilation-mode): Create it.
4391         (compilation-filter): Update it.
4392         (compilation-next-error-function): Use it instead of
4393         `visited-file-modtime' for timestamp.
4395 2010-03-23  Juri Linkov  <juri@jurta.org>
4397         Implement Occur multi-line matches.
4398         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4400         * replace.el (occur): Doc fix.
4401         (occur-engine): Set `begpt' to the beginning of the first line.
4402         Set `endpt' to the end of the last match line.  At first, count
4403         line numbers between `origpt' and `begpt'.  Split out code from
4404         `out-line' variable to new let-bindings `match-prefix' and
4405         `match-str'.  In `out-line' add non-numeric prefix to all
4406         non-first lines of multi-line matches.  Finally, count lines
4407         between `begpt' and `endpt' and add to `lines'.
4409 2010-03-23  Juri Linkov  <juri@jurta.org>
4411         * replace.el (occur-accumulate-lines, occur-engine):
4412         Use `occur-engine-line' instead of duplicate code.
4413         (occur-engine-line): New function created from duplicate code
4414         in `occur-accumulate-lines' and `occur-engine'.
4416         * replace.el (occur-engine-line): Add optional arg `keep-props'.
4417         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4419 2010-03-23  Juri Linkov  <juri@jurta.org>
4421         * finder.el: Remove TODO tasks.
4423         * info.el (Info-finder-find-node): Add node "all"
4424         with all package info.  Handle a list of multiple keywords
4425         separated by comma.
4426         (info-finder): In interactive use with a prefix argument,
4427         use `completing-read-multiple' to read a list of keywords
4428         separated by comma.
4430 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4432         Add a new completion style `substring'.
4433         * minibuffer.el (completion-basic--pattern): New function.
4434         (completion-basic-try-completion, completion-basic-all-completions):
4435         Use it.
4436         (completion-substring--all-completions)
4437         (completion-substring-try-completion)
4438         (completion-substring-all-completions): New functions.
4439         (completion-styles-alist): New style `substring'.
4441 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4443         Get rid of .elc files after removal of the corresponding .el.
4444         * Makefile.in (compile-clean): New target.
4445         (compile-main): Use it.
4447 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
4449         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4450         don't do make there.  When compiling with separate object dir, there
4451         is no Makefile there.
4453 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4455         Get rid of the ELCFILES abomination, again.
4456         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4457         (all, compile): Don't call compile-last.
4458         (compile-main): Build the "elcfiles" list dynamically.
4459         (compile-targets): New (internal) target.
4461 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
4463         * Makefile.in (top_srcdir): Define.
4464         (abs_top_builddir): Define.
4465         (srcdir): Don't append `/..'.
4466         (EMACS): Use ${abs_top_builddir}.
4467         (all, compile, compile-always, compile-last): Don't set emacswd.
4468         (update-subdirs, update-authors): Use $(top_srcdir) instead of
4469         $(srcdir).
4470         (lisp): Use $(srcdir) instead of @srcdir@.
4472 2010-03-21  Juri Linkov  <juri@jurta.org>
4474         Fix message of multi-line occur regexps and multi-buffer header lines.
4475         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4477         * replace.el (occur-1): Don't display regexp if it is longer
4478         than window-width.  Use `query-replace-descr' to display regexp.
4479         (occur-engine): Don't display regexp in the buffer header for
4480         multi-buffer occur.  Display a separate header line with total
4481         match count and regexp for multi-buffer occur.
4482         Use `query-replace-descr' to display regexp.
4484 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4486         * net/secrets.el: Fix parenthesis.
4487         (secrets-enabled): Fix parenthesis.
4489 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4491         Use more relative file and directory names.
4492         * Makefile.in (EMACS): Arrange for it to work when we chdir.
4493         (setwins, setwins_almost, setwins_for_subdirs):
4494         Don't `cd'; output relative names.
4495         (all, compile, compile-always, compile-last): Set emacswd.
4496         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4497         Just cd to the lisp source dir so we can use relative file names.
4499         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4501 2010-03-20  Glenn Morris  <rgm@gnu.org>
4503         * textmodes/rst.el: Use faces for font-lock customization, and make the
4504         old -face variables obsolete.
4505         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4506         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4507         (rst-block-face, rst-external-face, rst-definition-face)
4508         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4509         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4510         Make obsolete.
4511         (rst-font-lock-keywords-function): Update for above changes.
4513 2010-03-20  Juri Linkov  <juri@jurta.org>
4515         * s-region.el:
4516         * obsolete/s-region.el: Move to obsolete.
4518 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
4520         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4522 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4524         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4526 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4528         Add special markup processing for commit logs.
4529         * log-edit.el (log-edit-extra-flags): New variable.
4530         (log-edit): Add new argument MODE.  Use that mode when non-nil
4531         instead of the log-view-mode.
4532         (log-view-process-buffer): New function.
4534         * vc.el: Document that the checkin method takes optional
4535         arguments.  Document new backend specific method: log-view-mode.
4536         (vc-default-log-edit-mode): New function.
4537         (vc-checkin): Use a backend specific log-view-mode.
4538         Pass extra arguments to the checkin method.
4539         (vc-modify-change-comment): Pass a dummy extra argument.
4541         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4542         log-edit.
4543         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4544         (vc-finish-logentry): Process the log buffer before passing it
4545         down.  Pass log-edit-extra-flags.
4547         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4548         command.
4549         (log-edit-extra-flags, log-edit-before-checkin-process):
4550         New declarations.
4552         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4553         command.
4554         (log-edit-extra-flags, log-edit-before-checkin-process):
4555         New declarations.
4556         (vc-hg-log-edit-mode): New derived mode.
4558         * vc-arch.el (vc-arch-checkin):
4559         * vc-cvs.el (vc-cvs-checkin):
4560         * vc-git.el (vc-git-checkin):
4561         * vc-mtn.el (vc-mtn-checkin):
4562         * vc-rcs.el (vc-rcs-checkin):
4563         * vc-sccs.el (vc-sccs-checkin):
4564         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4566 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4568         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4569         parent typo).
4571 2010-03-19  Glenn Morris  <rgm@gnu.org>
4573         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4575 2010-03-18  Glenn Morris  <rgm@gnu.org>
4577         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4579         * replace.el (query-replace-history): Give it a doc string.
4580         (map-query-replace-regexp): Use query-replace-from-history-variable
4581         and query-replace-to-history-variable.
4583         * mail/hashcash.el (declare-function): Remove duplicate definition.
4585         * mail/emacsbug.el (report-emacs-bug-pretest-address):
4586         Make it an obsolete alias for report-emacs-bug-address.
4587         (message-strip-special-text-properties): Declare.
4588         (report-emacs-bug): Remove test for a pretest bug address.
4589         Combine message-mode-specific code.
4591         * mail/supercite.el: Don't require sendmail.
4592         (mh-in-header-p): Declare rather than using with-no-warnings.
4593         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4594         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
4596         * calendar/cal-french.el: Convert to utf-8.
4598         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4599         Emacs scripts.
4601 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
4603         * net/secrets.el (secrets-enabled): New variable.  Use it instead
4604         of a subfeature.
4606 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
4608         * net/secrets.el (top): Register the D-Bus signals only when the
4609         service "org.freedesktop.secrets" can be pinged.
4610         Provide subfeature `enabled'.
4612 2010-03-14  Juri Linkov  <juri@jurta.org>
4614         Add finder unknown keywords.
4616         * finder.el (finder-unknown-keywords): New function.
4618         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4619         to create a Finder node with unknown keywords.
4621 2010-03-14  Juri Linkov  <juri@jurta.org>
4623         * finder.el (finder-compile-keywords): Replace `princ' with
4624         `prin1' on a list of symbols interned from keyword strings.
4626         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4627         a comma, then split keywords using a comma and optional whitespace.
4628         Otherwise, split by whitespace.
4630         * complete.el:
4631         * face-remap.el:
4632         * log-view.el:
4633         * net/hmac-def.el:
4634         * net/hmac-md5.el:
4635         * net/netrc.el:
4636         * progmodes/mixal-mode.el: Fix keywords.
4638 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
4640         * Makefile.in (ELCFILES): Add net/secrets.elc.
4642         * net/secrets.el: New file.
4644 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4646         * facemenu.el (list-colors-display, list-colors-print): New arg
4647         callback.  Use it to allow selecting colors.
4649         * wid-edit.el (widget-image-insert): Insert image prop even if the
4650         current display is non-graphic.
4651         (widget-field-value-set): New fun.
4652         (editable-field): Use it.
4653         (widget-field-value-get): Clean up unused var.
4654         (widget-color-value-create, widget-color--choose-action):
4655         New funs.  Allow using list-colors-display to choose color.
4657 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4659         * cus-edit.el: Resort topmost custom groups.
4660         (custom-buffer-sort-alphabetically): Default to t.
4661         (customize-apropos): Use apropos-parse-pattern.
4662         (custom-search-field): New var.
4663         (custom-buffer-create-internal): Add custom-apropos search field.
4664         (custom-add-parent-links): Don't display parent doc.
4665         (custom-group-value-create): Don't sort top-level custom group.
4666         (custom-magic-value-create): Show visibility button before option name.
4668         (custom-variable-state): New fun, from custom-variable-state-set.
4669         (custom-variable-state-set): Use it.
4670         (custom-group-value-create): Hide options with standard values
4671         using the :hidden-states property.  Use progress reporter.
4673         (custom-show): Simplify.
4674         (custom-visibility): Disable images by default.
4675         (custom-variable): New property :hidden-states.
4676         (custom-variable-value-create): Enable images for
4677         custom-visibility widgets.  Use :hidden-states property to
4678         determine initial visibility.
4680         * wid-edit.el (widget-image-find): Give images center ascent.
4681         (visibility): Add :on-image and :off-image properties.
4682         (widget-visibility-value-create): Use them.
4684 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4686         * cus-edit.el (processes): Remove from development group.
4687         (oop, hypermedia): Delete group.
4688         (comm): Promote to top-level group.
4690         * net/browse-url.el (browse-url):
4691         * net/xesam.el (xesam):
4692         * net/tramp.el (tramp):
4693         * net/goto-addr.el (goto-address):
4694         * net/ange-ftp.el (ange-ftp): Put in comm group.
4696         * view.el (view): Remove from editing group.
4698         * uniquify.el (uniquify): Put in files group.
4700         * net/browse-url.el (browse-url):
4701         * ps-print.el (postscript): Put in external group.
4703         * cus-edit.el (outlines):
4704         * textmodes/text-mode.el (text-mode-hook):
4705         * textmodes/table.el (table):
4706         * textmodes/picture.el (picture):
4707         * outline.el (outlines): Put in wp group.
4709         * nxml/nxml-mode.el (nxml): Remove from wp group.
4711         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4713         * mail/metamail.el (metamail): Remove from hypermedia group.
4715         * cus-edit.el (abbrev):
4716         * whitespace.el (whitespace):
4717         * vcursor.el (vcursor):
4718         * reveal.el (reveal):
4719         * hl-line.el (hl-line): Put in convenience group.
4721         * epg-config.el (epg): Put in data group.
4723         * emulation/pc-select.el (pc-select): Put in emulations group.
4725         * calculator.el (calculator): Put in applications group.
4727 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4729         Add .dir-locals.el support for file-less buffers.
4730         * files.el (hack-local-variables): Split out code to apply local
4731         variable settings ...
4732         (hack-local-variables-apply): ... here.  New function.
4733         (hack-dir-local-variables): Use the default directory for when the
4734         buffer does not have an associated file.
4735         (hack-dir-local-variables-non-file-buffer): New function.
4736         * diff-mode.el (diff-mode):
4737         * vc-annotate.el (vc-annotate-mode):
4738         * vc-dir.el (vc-dir-mode):
4739         * log-edit.el (log-edit-mode):
4740         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4742 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4744         Add support for shelving snapshots and for showing shelves.
4745         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4746         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4747         New functions.
4748         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4749         (vc-bzr-extra-menu-map): Map them.
4751 2010-03-11  Glenn Morris  <rgm@gnu.org>
4753         * cus-edit.el (customize-changed-options-previous-release):
4754         Bump to 23.1.
4756         * image.el (image-animate-max-time): Fix :version tag.
4758 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4760         * Branch for 23.2.
4762 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4764         * vc-git.el (vc-git-revision-table): Include remote branches.
4766 2010-03-10  Kim F. Storm  <storm@cua.dk>
4768         Animated image API.
4769         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4771         * image.el (image-animate-max-time): New defcustom.
4772         (image-animated-types): New defconst.
4773         (create-animated-image, image-animate-timer)
4774         (image-animate-start, image-animate-stop, image-animate-timeout)
4775         (image-animated-p): New functions.
4777         * image-mode.el (image-toggle-display-image):
4778         Replace `create-image' with `create-animated-image'.
4780 2010-03-09  Miles Bader  <miles@gnu.org>
4782         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4783         instead of "format:"; this ensures that the output is
4784         newline-terminated.
4786 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4788         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4789         that all errors are caught, and that the return value is always a
4790         list (Bug#5692).
4792 2010-03-08  Kenichi Handa  <handa@m17n.org>
4794         * language/misc-lang.el (windows-1256): New coding system.
4795         (cp1256): New alias of windows-1256 (bug#5690).
4797 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4799         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4800         call to rfc822-bad-address.  (Bug#5692)
4802 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4804         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4805         Use vc-git-root as default directory for revision path (Bug#5657).
4807 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4809         * calculator.el (calculator): Don't bind split-window-keep-point
4810         (Bug#5674).
4812 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4814         * vc-git.el: Re-flow to fit into 80 columns.
4815         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4816         Remove spurious `quote' element in each case alternative.
4817         (vc-git-show-log-entry): Use prog1.
4818         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4820 2010-03-06  Glenn Morris  <rgm@gnu.org>
4822         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4823         Update template copyright to GPLv3+.
4825 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4827         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4829 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4831         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4832         definition, not the name (Bug#5481).
4834 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4836         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4837         argument with a local variable.  (Bug#5670)
4839 2010-03-02  Juri Linkov  <juri@jurta.org>
4841         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4843 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4845         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4846         error when FILENAME and NEWNAME are existing remote directories.
4848         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4849         parameter DIR-FLAG.
4851 2010-03-02  Glenn Morris  <rgm@gnu.org>
4853         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4854         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4856 2010-03-01  Kenichi Handa  <handa@m17n.org>
4858         * language/burmese.el (burmese-composable-pattern): Rename from
4859         myanmar-composable-pattern.
4861         * international/characters.el (script-list):
4862         * international/fontset.el (script-representative-chars):
4863         Change myanmar to burmese.
4864         (otf-script-alist): Likewise.
4865         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4867 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4869         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4871 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4873         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4875 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4877         * net/tramp.el (tramp-handle-write-region): START can be a string.
4878         Take care in the checks.  Reported by Dan Davison
4879         <davison@stats.ox.ac.uk>.
4881 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4883         * net/dbus.el (dbus-introspect, dbus-get-property)
4884         (dbus-set-property, dbus-get-all-properties):
4885         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4887 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4889         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4890         * emacs-lisp/elint.el (elint-add-required-env):
4891         * cedet/semantic/db-find.el
4892         (semanticdb-find-translate-path-brutish-default):
4893         * cedet/ede/make.el (ede-make-check-version):
4894         * calendar/icalendar.el (icalendar--add-diary-entry):
4895         * calc/calcalg2.el (math-tracing-integral):
4896         * files.el (recover-session-finish): Use with-current-buffer
4897         instead of save-excursion.
4899 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4901         Fix in-buffer completion when after-change-functions modify the buffer.
4902         * minibuffer.el (completion--replace): New function.
4903         (completion--do-completion): Use it and use relative movement.
4905 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4907         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4909 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4911         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4912         Allow the characters _<> in the stack entry (Bug#5653).
4914 2010-02-26  Kenichi Handa  <handa@m17n.org>
4916         * language/burmese.el: Fix entries in composition-function-table.
4917         (myanmar-composable-pattern): New variable.
4919         * international/fontset.el (setup-default-fontset): Add an entry
4920         for myanmar.
4922         * international/characters.el (script-list): Add Myanmar
4923         Extended-A.
4925 2010-02-26  Glenn Morris  <rgm@gnu.org>
4927         * custom.el (custom-initialize-delay): Doc fix.
4929         * mail/sendmail.el (send-mail-function): Autoload the call
4930         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4932 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4934         * files.el (hack-local-variables-filter): For eval forms, also
4935         check safe-local-variable-p (Bug#5636).
4937 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4939         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4940         and use c(ad)r of cddr (Bug#5640).
4942 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4944         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4945         setting the modes by `ignore-errors'.  It might fail, for example
4946         if the file is not owned by the user but the group.
4947         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4949 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4951         * files.el (directory-listing-before-filename-regexp): Use
4952         stricter matching for iso-style dates, to avoid false matches with
4953         date-like filenames (Bug#5597).
4955         * htmlfontify.el (htmlfontify): Doc fix.
4957         * eshell/eshell.el (eshell): Doc fix.
4959         * startup.el (fancy-about-screen): In mode-line, apply
4960         mode-line-buffer-id face only to the buffer name (Bug#5613).
4962 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4964         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4965         In `watcom' anchor regexp to start of line, to avoid slowness
4966         (Bug#5599).
4968 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4970         * subr.el (remove-yank-excluded-properties): Explain in a comment
4971         why `category' property is removed.
4973 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4975         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4976         2010-02-17 change.
4978 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4980         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4981         (icalendar--convert-weekly-to-ical)
4982         (icalendar--convert-yearly-to-ical)
4983         (icalendar--convert-block-to-ical)
4984         (icalendar--convert-cyclic-to-ical)
4985         (icalendar--convert-anniversary-to-ical): Take care of time
4986         specifications where hour has 1-digit only (Bug#5549).
4988 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4990         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4991         of disassemble output in GDB 7.1.
4993 2010-02-19  Glenn Morris  <rgm@gnu.org>
4995         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4996         property.  (Bug#5593)
4998 2010-02-18  Sam Steingold  <sds@gnu.org>
5000         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5002 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5004         Use abbreviated file names in bookmarks (bug#5591).
5005         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
5006         calls to expand-file-name.
5007         (bookmark-relocate): Use abbreviated file names in bookmarks.
5008         (bookmark-load): Use abbreviated file names in messages.
5010 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
5012         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
5013         expand "." and "..".  Reported by Thierry Volpiatto
5014         <thierry.volpiatto@gmail.com>.
5016 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
5018         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
5019         permissions of the temporary file to "0600".  In case the remote
5020         file has no read permissions for the owner, there might be
5021         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
5023 22010-02-18  Glenn Morris  <rgm@gnu.org>
5025         * emacs-lisp/authors.el (authors-renamed-files-alist):
5026         Add entries for INSTALL.CVS.
5028 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
5030         * vc-bzr.el: Fix typo in Known Bugs section.
5032         * isearch.el (isearch-update-post-hook): New hook.
5033         (isearch-update): Use the new hook.
5035 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
5037         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5038         Fix errors in copying directories.
5039         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
5040         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
5041         (tramp-handle-delete-file)
5042         (tramp-handle-dired-recursive-delete-directory)
5043         (tramp-handle-write-region): Flush also the cache for the upper
5044         directory.
5046 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
5048         * simple.el (save-interprogram-paste-before-kill): Doc fix.
5050         * cus-edit.el (hardware): Doc fix.
5052         * man.el (man): Add to external custom group.
5054         * delim-col.el (columns): Move to wp custom group.
5056         * doc-view.el (doc-view): Add to data custom group.
5058         * cedet/data-debug.el (data-debug): Move to extensions group.
5060         * cedet/ede.el (ede):
5061         * cedet/srecode.el (srecode):
5062         * cedet/semantic.el (semantic): Put in tools and extensions group.
5064         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
5066         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
5067         by ispell-parse-output (Bug#5575).
5069 2010-02-16  Kenichi Handa  <handa@m17n.org>
5071         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
5072         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
5073         (skkdic-convert): Use `euc-japan' coding system for writing.
5075 2010-02-16  Glenn Morris  <rgm@gnu.org>
5077         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
5078         tex-main-file before using it.  (Bug#5562)
5080 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5082         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
5083         warnings, since it is annoying for the user to see them each time he
5084         runs the code.
5086 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
5088         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
5089         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
5090         instead of PROC for caching "first-password-request".  Otherwise,
5091         new processes would not profit from passwords already entered.
5093         * net/tramp-cache.el (tramp-dump-connection-properties):
5094         Don't save "first-password-request" property.
5096 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
5098         * outline.el (outline-head-from-level):
5099         * simple.el (with-wrapper-hook):
5100         * cedet/ede.el (ede-run-target, project-delete-target)
5101         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
5102         (ede-adebug-project, ede-adebug-project-parent)
5103         (ede-adebug-project-root):
5104         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
5105         (elint-defun, elint-buffer-env, elint-top-form-logged)
5106         (elint-unbound-variable):
5107         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
5108         Fix typos in docstrings.
5110 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
5112         * files.el (insert-directory): When WILDCARD-REGEXP and
5113         FULL-DIRECTORY-P are nil, insert the file entry instead of the
5114         whole directory.  (Bug#5551)
5116         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
5117         dired's alignment sanity.  (Bug#5516)
5119 2010-02-14  Juri Linkov  <juri@jurta.org>
5121         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
5122         Remove remaining ^H with their preceding chars.  (Bug#5566)
5124 2010-02-13  Glenn Morris  <rgm@gnu.org>
5126         * simple.el (transpose-subr): Give it a doc-string.
5128         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
5129         Doc fixes.
5131 2010-02-12  Juri Linkov  <juri@jurta.org>
5133         * arc-mode.el (archive-unique-fname): Make directories for nested
5134         archives.  (Bug#5540)
5136 2010-02-12  Juri Linkov  <juri@jurta.org>
5138         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
5140 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5142         * subr.el (copy-overlay): Handle deleted overlays.
5144         * man.el (Man-completion-table): Don't signal an error if we can't run
5145         manual-program (bug#4056).
5147 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
5149         * textmodes/artist.el (artist-mt): Fix typos in docstring.
5151 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5153         * info.el (Info-bookmark-jump): Simplify.
5155         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
5156         (bookmark-default-handler): Accept new bookmark field `buffer'.
5158 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
5160         * iswitchb.el (iswitchb-completions): Revert last change.
5162 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
5164         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
5165         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
5166         This prevents file names like "~/" being listed literally.
5168 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
5170         * term/xterm.el (xterm-maybe-set-dark-background-mode):
5171         Remove dead code.  (Bug#5546)
5173 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
5175         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
5176         correctly (Bug#5548).
5178 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
5180         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
5181         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
5183 2010-02-08  Kenichi Handa  <handa@m17n.org>
5185         * international/mule-util.el (with-coding-priority): Add autoload
5186         cookie for putting `lisp-indent-function'.
5188 2010-02-07  Glenn Morris  <rgm@gnu.org>
5190         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
5191         Move F2003 named interfaces from keywords-2 to keywords-1, and
5192         use function-name-face rather than constant-face.
5193         Simplify "abstract interface" regexp.
5195 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
5197         * eshell/esh-util.el (eshell-file-attributes): New optional arg
5198         ID-FORMAT.  Pass it to `file-attributes'.
5200         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
5202 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
5204         * faces.el (set-face-attribute): Allow calling
5205         internal-set-lisp-face-attribute with 'unspecified family and
5206         foundry argument (Bug#5536).
5208 2010-02-07  Glenn Morris  <rgm@gnu.org>
5210         * progmodes/f90.el (f90-font-lock-keywords-2)
5211         (f90-looking-at-type-like, f90-looking-at-program-block-end):
5212         Handle F2003 named interfaces.
5214 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
5216         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
5217         beg and end before calling c-get-state-before-change-functions.
5219 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
5221         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
5223 2010-02-05  Juri Linkov  <juri@jurta.org>
5225         * doc-view.el (doc-view-mode):
5226         * image-mode.el (image-mode): Put property mode-class=special.
5227         (Bug#4896)
5229 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
5231         * vc-svn.el (vc-svn-revision-table): New function.
5233 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
5235         * net/ange-ftp.el (ange-ftp-insert-directory):
5236         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5237         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5238         Handle also directories.  (Bug#5478)
5240 2010-02-05  Glenn Morris  <rgm@gnu.org>
5242         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
5244 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
5246         * startup.el (command-line-1): Convert options beginning with a
5247         single dash as well (Bug#5519).
5249 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5251         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
5252         * minibuffer.el (completion-initials-expand): Only check the presence
5253         of delims *within* the boundaries, since otherwise the / delim is
5254         always found for files.
5256         Fix up various corner case problems.
5257         * doc-view.el (doc-view-last-page-number): New function.
5258         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
5259         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
5260         (doc-view-kill-proc): Avoid inf-loop in freak cases.
5261         (doc-view-reconvert-doc): Use the new recursive delete-directory.
5262         (doc-view-convert-current-doc): Don't create the resolution.el file
5263         here any more.
5264         (doc-view-pdf/ps->png): Do it here instead.
5265         (doc-view-already-converted-p): Check that resolution.el is present.
5266         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
5267         windows that are not yet showing images.
5269 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
5271         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
5272         `dired-uncache' for every elemnt which is an absolute file name.
5274         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
5275         directory, handle its directory component.
5276         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
5277         function is called permanently and creates noise, otherwise.
5279         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5280         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5281         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
5283 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
5285         * macros.el (apply-macro-to-region-lines):
5286         Minor simplification.  (Bug#5485)
5288 2010-02-04  Glenn Morris  <rgm@gnu.org>
5290         * mail/rmail.el (rmail-show-message-1): Handle malformed
5291         quoted-printable text.  (Bug#5441)
5293         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
5295         * simple.el (visual-line-mode): Capitalize lighter.
5297 2010-02-03  John Wiegley  <jwiegley@gmail.com>
5299         * iswitchb.el (iswitchb-completions): Add bookmark files to the
5300         list of files considered for "virtual buffer" completions.
5302 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
5304         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
5305         also in case of (and (not full) (not wildcard)).  This is needed
5306         when dired is called with a list of files, which are not in
5307         `default-directory'.  (Bug#5478)
5309 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5311         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
5313 2010-02-02  Juri Linkov  <juri@jurta.org>
5315         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
5316         from unidiff to allow function-line after @@.
5318 2010-02-02  Juri Linkov  <juri@jurta.org>
5320         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
5321         '(RCS SCCS) with inverted condition.
5323 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
5325         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
5326         messages.
5328 2010-02-01  Juri Linkov  <juri@jurta.org>
5330         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
5331         compare with "pkunzip" and "pkzip" instead of only "pkzip".
5332         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
5333         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
5335 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5337         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
5338         (doc-view-revert-buffer): New command.
5339         (doc-view-mode-map): Use it.
5341 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
5343         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
5344         pending merge is detected.
5346 2010-01-31  Juri Linkov  <juri@jurta.org>
5348         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
5349         beginning of interactive spec like all other grep commands do.
5350         Put "all" in front of "gz".  (Bug#5260)
5352 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
5354         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5356 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
5358         * dirtrack.el (dirtrack): Warn instead of signalling error if the
5359         regexp is incorrect (Bug#5476).
5361 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
5363         * net/tramp.el (tramp-handle-insert-directory): Handle also
5364         symlinks, when FILENAME is not in `default-directory'.
5366 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5368         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
5369         FILE is not in `default-directory'.  (Bug#5478)
5371         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5372         of SWITCHES.  Handle the case, FILENAME is not in
5373         `default-directory'.  (Bug#5478)
5374         (tramp-register-file-name-handlers): Add safe-magic property.
5376 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
5378         * arc-mode.el (archive-zip-extract): Quote the argument passed to
5379         unzip (Bug#5475).
5381 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
5383         * progmodes/flymake.el (flymake-allowed-file-name-masks)
5384         (flymake-master-make-header-init): Add other C++ filename masks.
5385         (flymake-find-possible-master-files)
5386         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5388 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5390         Fix some busybox annoyances.
5392         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5393         not responding." string.
5394         (tramp-open-connection-setup-interactive-shell): Dump stty
5395         settings.  Enable "neveropen" arg for all `tramp-send-command'
5396         calls.  Handle "=" in variable values properly.
5397         (tramp-find-inline-encoding): Raise an error, when no encoding is
5398         found.
5399         (tramp-wait-for-output): Check, whether PROC buffer is available.
5400         Remove spurious " ^H" sequences, sent by busybox.
5401         (tramp-get-ls-command): Suppress coloring, if possible.
5403 2010-01-28  Glenn Morris  <rgm@gnu.org>
5405         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
5407         * log-edit.el (log-edit-strip-single-file-name): Add missing
5408         :safe, :group, and :version tags.
5410 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
5412         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5413         buffers.  (Bug#5477)
5415 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
5417         * files.el (delete-directory): Handle moving to trash without
5418         first doing recursion (Bug#5436).
5420 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
5422         * vc-hooks.el (vc-path): Mark as obsolete.
5424 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
5426         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5427         names too.
5429         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5430         for the short log.
5431         (vc-bzr-log-view-mode): Adjust regexp for the above change.
5433 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
5435         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5437         * vc-bzr.el (vc-bzr-revision-table): New function.
5439 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
5441         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5442         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
5444 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5446         Remove support for adding --signoff on commit.
5447         Future support will use an incompatible generic mechanism.
5448         * vc-git.el (vc-git-add-signoff): Remove variable.
5449         (vc-git-toggle-signoff): Remove function.
5450         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5452         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5453         from xterm-set-background-mode.  Return t if the background mode
5454         was set.
5455         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5456         earlier, call it again in case the background mode has changed.
5458 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
5460         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5461         (Bug#3541).
5463 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
5465         * emacs-lisp/assoc.el (aelement): Doc fix.
5466         (aput, adelete, amake): Use lexical-let (Bug#5450).
5468 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
5470         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5471         is the same as subprogram call, not declaration.  (Bug#5435).
5473 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
5475         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5476         (tramp-smb-maybe-open-connection): Use it.
5478 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
5480         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
5482 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5484         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5485         just because we see "encoding: 8bit".
5486         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5488 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
5490         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5492 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
5494         * jka-compr.el (jka-compr-load): If load-file is not in
5495         load-history, try its file-truename version.  (bug#5447)
5497 2010-01-21  Alan Mackenzie  <acm@muc.de>
5499         Fix a situation where deletion of a cpp construct throws an error.
5500         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5501         invoking c-with-all-but-one-cpps-commented-out, check that the
5502         special cpp construct is still in the buffer.
5503         (c-parse-state): Record the special cpp with markers, not numbers.
5505 2010-01-21  Kenichi Handa  <handa@m17n.org>
5507         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5508         process last-command-event, as it is now decoded first (Bug#5380).
5510 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
5512         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5514 2010-01-20  Glenn Morris  <rgm@gnu.org>
5516         * indent.el (tab-always-indent): Fix custom-type.
5518 2010-01-19  Alan Mackenzie  <acm@muc.de>
5520         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5521         buffer throws "args out of range".
5522         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5523         playing the role of delimiter.
5525 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
5527         * progmodes/ada-mode.el: Fix bug#5400.
5528         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5529         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5530         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
5531         Improve comments in "is" portion.  Handle null procedure declaration.
5532         (ada-move-to-end): Improve doc string.
5534 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
5536         * ido.el (ido-cur-list): Initialize to nil.
5537         Remove obsolete information from commentary.
5538         (ido-choice-list): Initialize to nil.
5539         (ido-get-bufname): Reject minibuffers.
5540         (ido-make-buffer-list): If "default" is a nonexistent
5541         buffer, ignore it, as per the function's comment.
5542         (ido-kill-buffer-internal): New function.
5543         (ido-kill-buffer-at-head): Use it.
5544         (ido-visit-buffer): Likewise.
5546 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5548         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5550 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
5552         * cedet/ede/locate.el (ede-locate-file-in-project)
5553         (ede-locate-file-in-project-impl): Fix typos in docstrings.
5554         (ede-enable-locate-on-project): Fix typos in error messages.
5556         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5557         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5558         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5559         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5560         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5561         Fix typos in menu help.
5563         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5564         Fix typos in chart titles.
5566         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5567         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5568         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5569         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5570         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5571         (semantic-parse-stream, semantic-parse-region)
5572         (semantic-parse-region-default, semantic--set-buffer-cache)
5573         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5574         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5575         (semantic-default-submodes):
5576         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5577         (semanticdb-create-ebrowse-database)
5578         (semanticdb-find-tags-for-completion-method)
5579         (semanticdb-find-tags-by-class-method)
5580         (semanticdb-deep-find-tags-by-name-method)
5581         (semanticdb-deep-find-tags-for-completion-method):
5582         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5583         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5584         (semanticdb-find-tags-for-completion-method)
5585         (semanticdb-find-tags-by-class-method)
5586         (semanticdb-deep-find-tags-for-completion-method):
5587         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5588         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5589         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5590         (semanticdb-find-tags-by-name-method)
5591         (semanticdb-find-tags-by-name-regexp-method)
5592         (semanticdb-find-tags-for-completion-method)
5593         (semanticdb-find-tags-by-class-method)
5594         (semanticdb-find-tags-external-children-of-type-method)
5595         (semanticdb-find-tags-subclasses-of-type-method)
5596         (semanticdb-deep-find-tags-by-name-method)
5597         (semanticdb-deep-find-tags-by-name-regexp-method)
5598         (semanticdb-deep-find-tags-for-completion-method):
5599         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5600         (semanticdb-enable-gnu-global-in-buffer)
5601         (semanticdb-find-tags-for-completion-method)
5602         (semanticdb-deep-find-tags-by-name-method)
5603         (semanticdb-deep-find-tags-for-completion-method):
5604         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5605         (javascript-mode, semanticdb-find-translate-path)
5606         (semanticdb-find-tags-for-completion-method)
5607         (semanticdb-find-tags-by-class-method)
5608         (semanticdb-deep-find-tags-by-name-method)
5609         (semanticdb-deep-find-tags-for-completion-method)
5610         (semanticdb-find-tags-external-children-of-type-method):
5611         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5612         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5613         (global-semantic-idle-scheduler-mode):
5614         * cedet/srecode/dictionary.el (srecode-field-value)
5615         (srecode-dictionary-add-section-dictionary):
5616         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5617         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5618         (describe-class, eieio-describe-generic, describe-generic):
5619         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5620         (eieio-speedbar-expand):
5621         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5622         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5623         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5624         (viper-del-backward-char-in-replace, viper-backward-indent)
5625         (viper-brac-function, viper-register-to-point, viper-submit-report):
5626         * net/tramp.el (tramp-remote-coding-commands):
5627         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5628         Fix typos in docstrings.
5630 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5632         * mail/sendmail.el (mail-yank-original): Set the mark if the
5633         specified function for yanking does not do it.
5635 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
5637         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
5639         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5640         resyncing a directory.
5642 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
5644         * progmodes/ada-mode.el: Fix bug#1920.
5645         (ada-ident-re): Delete ., allow multibyte characters.
5646         (ada-goto-label-re): New; matches goto labels.
5647         (ada-block-label-re): New; matches block labels.
5648         (ada-label-re): New; matches both.
5649         (ada-named-block-re): Deleted; callers changed to use
5650         `ada-block-label-re' instead.
5651         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5652         Use `ada-block-label-re'.
5653         (ada-indent-on-previous-lines): Improve handling of goto labels.
5654         (ada-get-indent-block-start): Special-case block label.
5655         (ada-get-indent-label): Split into `ada-indent-block-label' and
5656         `ada-indent-goto-label'.
5657         (ada-goto-stmt-start, ada-goto-next-non-ws):
5658         Optionally ignore goto labels.
5659         (ada-goto-next-word): Simplify.
5660         (ada-indent-newline-indent-conditional): Insert newline before
5661         trying to fix indentation; doc fix.
5663 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
5665         * calc/calc.el (calc-command-flags): Give it an initial value.
5667 2010-01-17  Glenn Morris  <rgm@gnu.org>
5669         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5671 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5673         * cedet/semantic.el (semantic-mode):
5674         * files.el (minibuffer-with-setup-hook):
5675         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5676         (artist-key-draw-continously, artist-key-do-continously-continously)
5677         (artist-key-set-point-continously, artist-mouse-draw-continously):
5678         Fix typos in docstrings.
5680 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5682         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5683         return t (Bug#3898).
5685 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5687         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5688         can parse the output of the external commands (Bug#5279).
5690 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5692         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5694 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5696         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5698         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5700         * startup.el (command-line): Remove unused --icon-type arg.
5701         Handle --display arg, passing it to command-line-1 (Bug#5392).
5703 2010-01-16  Mario Lang  <mlang@delysid.org>
5705         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5706         * cedet/ede/files.el (ede-expand-filename):
5707         * cedet/ede/simple.el (ede-simple-project):
5708         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5709         (semantic-complete-inline-tag-engine):
5710         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5711         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5712         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5713         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5714         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5715         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5716         * emacs-lisp/chart.el (chart-translate-namezone):
5717         * textmodes/artist.el (artist-compute-popup-menu-table):
5718         Remove duplicated words in doc-strings.
5720 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5722         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5723         to mairix-search to suppress threading (Bug#5342).
5725 2010-01-15  Kenichi Handa  <handa@m17n.org>
5727         * international/mule-cmds.el (canonicalize-coding-system-name):
5728         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5730 2010-01-15  Glenn Morris  <rgm@gnu.org>
5732         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5734         * wid-edit.el (widget-keymap): Doc fix.
5736         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5737         former seems to be more widely accepted by various svn versions.
5739 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5741         * find-cmd.el (find-constituents):
5742         * vc-arch.el (vc-arch-root):
5743         * window.el (window-body-height, pop-up-frames):
5744         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5745         (semantic-no-reparse-needed-change-hook):
5746         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5747         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5748         (srecode-template-inserter-ask, srecode-template-inserter-width)
5749         (srecode-template-inserter-section-start)
5750         (srecode-template-inserter-section-end, srecode-insert-method):
5751         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5752         * progmodes/ada-stmt.el (ada-if):
5753         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5754         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5755         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5756         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5758         * progmodes/flymake.el (flymake-post-syntax-check):
5759         Fix typo in error message.
5761 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5763         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5764         which is always a string.  (Bug#5313)
5766 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5768         * progmodes/ada-xref.el (ada-default-prj-properties):
5769         Simplify previous change.
5771 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5773         * progmodes/ada-xref.el (ada-default-prj-properties):
5774         Default ada_project_path to $ADA_PROJECT_PATH.
5776 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5778         * progmodes/ada-mode.el (ada-create-keymap):
5779         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5781 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5783         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5784         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5785         (ada-get-current-indent, ada-imenu-generic-expression)
5786         (ada-which-function): Check for it.
5788 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5790         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5791         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5793 2010-01-14  Glenn Morris  <rgm@gnu.org>
5795         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5797 2010-01-14  Kenichi Handa  <handa@m17n.org>
5799         * composite.el (auto-composition-mode): Make it a buffer local
5800         variable (permanent-local).
5801         (auto-composition-function): Set the default value to
5802         auto-compose-chars.
5803         (auto-composition-mode): Make it a simple function, not a minor mode.
5804         (global-auto-composition-mode): Likewise.
5805         (turn-on-auto-composition-if-enabled): Delete it.
5807 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5809         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5811 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5813         * files.el (copy-directory): Compute target for recursive
5814         directories with identical names.  (Bug#5343)
5816 2010-01-12  Glenn Morris  <rgm@gnu.org>
5818         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5819         it to bug-gnu-emacs rather than emacs-pretest-bug.
5821 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5823         * cedet/data-debug.el (data-debug): Fix customization group reference.
5825 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5827         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5828         (semantic-analyze-context, semantic-analyze-context-assignment)
5829         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5830         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5831         (semantic-java-doc-keywords-map):
5832         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5833         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5834         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5835         (semantic-c-classname, semantic-format-tag-uml-prototype)
5836         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5837         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5838         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5839         (semantic-get-local-variables, semantic-end-of-command)
5840         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5841         (lisp-mode):
5842         * cedet/semantic/bovine/make.el (makefile-mode):
5843         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5844         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5845         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5846         (semantic-lex, semantic-get-local-variables, python-mode):
5847         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5848         * cedet/srecode/extract.el (srecode-extract-state-set)
5849         (srecode-extract-method): Fix typos in docstrings.
5851 2010-01-11  Sam Steingold  <sds@gnu.org>
5853         * imenu.el (imenu-default-create-index-function): Detect infinite
5854         loops caused by imenu-prev-index-position-function.
5856 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5858         * htmlfontify.el (htmlfontify-load-rgb-file)
5859         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5860         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5861         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5862         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5863         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5864         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5865         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5866         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5867         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5868         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5869         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5870         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5871         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5872         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5873         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5874         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5875         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5876         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5877         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5878         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5879         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5880         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5881         backslash-quoting from parentheses, etc.
5883 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5885         * progmodes/js.el: Autoload javascript-mode alias.
5887 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5889         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5890         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5891         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5892         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5893         Fix typos in docstrings.
5894         (ffap-url-regexp): Doc fix.
5895         (ffap-at-mouse): Fix typo in message.
5897 2010-01-11  Glenn Morris  <rgm@gnu.org>
5899         * version.el (emacs-copyright): Set copyright year to 2010.
5901 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5903         * format.el (format-annotate-function): Only set
5904         write-region-post-annotation-function after running to-fn so as not to
5905         affect nested write-region calls (bug#5273).
5907 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5909         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5910         Add python parser.
5912         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5913         wisent/python.el.
5915 2010-01-10  Richard Kim  <emacs18@gmail.com>
5917         * cedet/semantic/wisent/python-wy.el:
5918         * cedet/semantic/wisent/python.el: New files.
5920 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5922         * man.el (Man-goto-section): Signal error if the section is not
5923         found (Bug#5317).
5925 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5927         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5928         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5930 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5932         * progmodes/compile.el: Don't treat compile-command as safe if
5933         compilation-read-command might be nil (Bug#4218).
5935 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5937         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5938         NS options.
5940 2010-01-08  Kenichi Handa  <handa@m17n.org>
5942         * international/fontset.el (build-default-fontset-data):
5943         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5945 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5947         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5948         to `create-file-buffer' as it expects, not just a buffer name.
5949         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5950         to help uniquify.  (Bug#3224)
5952 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5954         * font-setting.el (font-setting-change-default-font): Use user-spec
5955         instead of name.
5957 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5959         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5961 2010-01-05  Tom Tromey  <tromey@redhat.com>
5963         * progmodes/python.el (python-font-lock-keywords):
5964         Handle qualified decorators (Bug#881).
5966 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5968         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5969         in a lightweight checkout.
5971 2010-01-05  Kenichi Handa  <handa@m17n.org>
5973         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5975 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5977         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5979 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5981         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5982         checkouts.  (Bug#618)
5983         (vc-bzr-log-view-mode): Also highlight the author.
5984         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5985         (vc-bzr-shelve-menu-map):
5986         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5987         (vc-bzr-shelve-apply): Make prompt more explicit.
5989 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5991         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5992         They are valid characters in URL paths (rfc3986), and at least
5993         Firefox does not understand the encoded version (Bug#3166).
5995 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5997         * progmodes/octave-mod.el (octave-end-keywords)
5998         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5999         Add "end" keyword (Bug#3061).
6000         (octave-end-as-array-index-p): New function.
6001         (calculate-octave-indent): Use it.
6003 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6005         * bookmark.el: Consistently put the text property on the bookmark name.
6006         (bookmark-bmenu-marks-width): Bump back to 2, to include
6007         annotation marks.
6008         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
6009         property on the bookmark name, instead of not putting it at all.
6010         (bookmark-bmenu-list): Fix where we put the text property.
6012 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6014         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
6015         for showing buffer modified state (as added in the previous change).
6017 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6019         * bookmark.el: Show modified state of bookmark buffer more accurately.
6020         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
6021         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
6022         (with-buffer-modified-unmodified): New macro.
6023         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6024         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
6025         Use new macro to preserve the buffer modified state.
6027 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6029         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
6030         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
6031         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
6032         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
6033         (bookmark-bmenu-rename, bookmark-bmenu-locate)
6034         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
6035         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
6037 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
6039         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6040         Make the lines in the generated doc string shorter.  (Bug#4668)
6042 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
6044         * net/rcirc.el: Add follow-link binding (Bug#4738).
6046 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
6048         * Makefile.in (bzr-update): Rename from cvs-update.
6049         (cvs-update): New target for backward compatibility.
6051         * makefile.w32-in (bzr-update): Rename from cvs-update.
6052         (cvs-update): New target for backward compatibility.
6054 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6056         * bookmark.el: Remove gratuitous gratitude.
6058 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6060         * bookmark.el (bookmark-bmenu-any-marks): New function.
6061         (bookmark-bmenu-save): Clear buffer modification if no marks.
6063 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6065         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
6066         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
6067         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
6068         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
6070         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
6071         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
6072         To: emacs-devel {_AT_} gnu.org
6073         Subject: bookmark.el bug report
6074         Date: Mon, 28 Dec 2009 14:19:16 +0800
6075         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
6077 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6079         * bookmark.el: Improvements suggested by Drew Adams:
6080         (bookmark-bmenu-ensure-position): New name for
6081         `bookmark-bmenu-check-position'.  Just ensure the position,
6082         don't return any meaningful value.
6083         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
6084         New constants.
6086 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
6088         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
6089         (bookmark-yank-point, bookmark-bmenu-check-position):
6090         Fix typos in docstrings.
6091         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
6092         (bookmark-name-from-full-record, bookmark-get-position)
6093         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
6094         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
6095         Remove useless quoting of parenthesis, etc. in docstrings.
6097         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
6098         (ediff-append-custom-diff): Fix typo in error message.
6099         (ediff-meta-mark-equal-files): Fix typos in messages.
6101         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
6103         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
6104         Fix typo in docstring.
6106         * net/imap-hash.el (imap-hash-make): Doc fix.
6107         (imap-hash-test): Fix typo in error message; reflow docstring.
6108         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
6109         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
6110         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
6111         Fix typos in docstrings.
6112         (imap-hash-open-connection): Fix typo in error message.
6114         * play/gomoku.el (gomoku): Fix typos in docstring.
6116         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
6117         (gdb-jsonify-buffer): Fix typos in docstring.
6118         (gdb-goto-breakpoint): Fix typo in error message.
6119         ("Display Other Windows"): Fix typo in help message.
6120         (gdb-speedbar-expand-node): Fix typo in question.
6122         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
6123         (idlwave-html-system-help-location, idlwave-html-help-location)
6124         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
6125         (idlwave-help-browser-generic-args, idlwave-help-directory)
6126         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
6127         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
6128         (idlwave-online-help, idlwave-help-html-link)
6129         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
6130         Fix typos in docstrings.
6131         (idlwave-help-with-source, idlwave-help-find-routine-definition):
6132         Reflow docstrings.
6133         (idlwave-help-assistant-start): Fix typo in error message.
6135         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
6136         (octave-electric-space): Fix typos in docstrings.
6138 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6140         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
6142 2010-01-01  Juri Linkov  <juri@jurta.org>
6144         * comint.el (comint-input-ring-size): Make it a defcustom and
6145         increase the default to 500 (Bug#5148).
6147 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
6149         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
6150         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
6151         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
6153 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
6155         Show working revision correctly for mercurial.
6156         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
6157         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
6159 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
6161         Declare some functions for the byte-compiler.
6162         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
6163         (speedbar-timer-fn, speedbar-change-expand-button-char)
6164         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
6166 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
6168         This changeset reverts GDB Graphical Interface to use annotations.
6169         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
6171 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
6173         Make vc-dir work on subdirectories of the bzr root.
6174         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
6175         file names relative to it.
6176         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
6177         relative directory to vc-bzr-after-dir-status.
6179 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
6181         * font-lock.el (font-lock-refresh-defaults): New function, which
6182         can be used to let font-lock react to external changes in
6183         variables like font-lock-defaults and keywords.
6184         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
6186 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
6188         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
6190         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
6192 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
6194         Supersede color.diff settings in git log (bug#5211).
6196         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
6197         escape chars in its output when the user has color.diff set to `always'.
6198         This fix works on git 1.4.2 and newer (released on 2006-08-13).
6200 2009-12-26  Kevin Ryde  <user42@zip.com.au>
6202         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
6203         node.  Keep previous "Index" name to work with past coreutils too.
6205         * man.el (man): Revise docstring a bit to show -a and -l as
6206         examples.  Add -k description since support for it has otherwise
6207         been a secret.  (Further to bug#3717.)
6208         (Man-bgproc-sentinel): When "-k foo" produces no output show error
6209         "no matches" rather than "Can't find manpage", as the latter reads
6210         like -k was interpreted as a page name, which is not so.  (Bug#5431)
6212 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
6214         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
6215         switches.  Check also for //SUBDIRED// line.
6217 2009-12-25  Kenichi Handa  <handa@m17n.org>
6219         * language/indian.el (devanagari-composable-pattern): Fixed to
6220         handle ZWNJ and ZWJ.  Use it in composition-function-table for
6221         Devanagari.
6222         (malayalam-composable-pattern): Fix previous change.
6224 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6226         * ps-print.el (ps-face-attributes): It was not returning the
6227         attribute face for faces specified as string.  Reported by harven
6228         <harven@free.fr>.
6229         (ps-print-version): New version 7.3.5.
6231 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
6233         * calendar/icalendar.el (icalendar--convert-tz-offset):
6234         Fix timezone names.
6235         (icalendar--convert-tz-offset): Fix the "last-day-problem".
6236         (icalendar--add-diary-entry): Remove the trailing blank that
6237         diary-make-entry inserts.
6239 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
6241         Make `file-expand-wildcards' work for remote files.
6243         * files.el (file-expand-wildcards): In case of remote files, check
6244         only local file name part for wildcards.  Provide feature 'files
6245         and subfeature 'remote-wildcards.  (Bug#5198)
6247         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
6248         if there is already an established connection.
6249         (tramp-advice-file-expand-wildcards): Remove it.
6251         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
6252         (tramp-advice-file-expand-wildcards): Move from tramp.el.
6253         Activate advice for older GNU Emacs versions.  (Bug#5237)
6255 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
6257         Some doc fixes (more needed).
6259         * find-cmd.el (find-constituents): Reflow docstring.
6260         (find-cmd, find-prune, find-command): Fix typos in docstrings.
6261         (find-generic): Doc fix.
6263 2009-12-17  Juri Linkov  <juri@jurta.org>
6265         Fix regression from 23.1 to allow multiple modes in Local Variables.
6267         * files.el (hack-local-variables-filter): While ignoring duplicates,
6268         don't take `mode' into account.
6269         (hack-local-variables-filter, hack-dir-local-variables):
6270         Don't remove duplicate `mode' from local-variables-alist (like `eval').
6272 2009-12-17  Juri Linkov  <juri@jurta.org>
6274         Make `dired-diff' safer.  (Bug#5225)
6276         * dired-aux.el (dired-diff): Signal an error when `file' equals to
6277         `current' or when `file' is a directory of the `current' file.
6279 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
6281         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
6282         unconditionally preloaded files.
6284 2009-12-16  Juri Linkov  <juri@jurta.org>
6286         Revert to old 23.1 logic of using the file at the mark as default.
6287         * dired-aux.el (dired-diff): Use the file at the mark as default
6288         if it's not the same as the current file, and the target dir is
6289         the current dir or the mark is active.  Add the current file
6290         as the arg of `dired-dwim-target-defaults'.  Use the default file
6291         in the prompt.  (Bug#5225)
6293 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
6295         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
6296         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
6297         (tramp-check-for-regexp): Check also, when an echoing shell stops
6298         to echo sent commands.
6300 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6302         * Makefile.in: Revert last change (Bug#5191).
6304 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
6306         * vc-hg.el (vc-hg-print-log): Fix argument order.
6307         (vc-hg-working-revision): Make sure the command is executed in a
6308         known environment so that we can parse the output.  (Bug#4417)
6310 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6312         * progmodes/python.el (python-symbol-completions): Remove text
6313         properties from symbol string before calling python-send-receive.
6315 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
6317         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
6318         when there are values for both file and line.  (Bug#5060)
6320 2009-12-14  Juri Linkov  <juri@jurta.org>
6322         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
6323         whitespace after the file name of the first line of unified format,
6324         because git-diff doesn't output whitespace and file modification time
6325         after the file name.
6327 2009-12-14  David Kastrup  <dak@gnu.org>
6329         * info.el (Info-hide-cookies-node): Before hiding a cookie,
6330         check if it already has the `display' property added by
6331         `Info-display-images-node', and not put the `invisible' property
6332         in this case.
6334 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6336         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
6337         (semantic-mru-bookmark-mode): Doc fixes.
6339         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
6340         of assert.
6342 2009-12-13  Glenn Morris  <rgm@gnu.org>
6344         * mail/emacsbug.el (message-sort-headers): Define for compiler.
6345         (report-emacs-bug): In message-mode, sort manually before storing
6346         original report text.  (Bug#5178)
6347         Remove superfluous save-excursion.
6349 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
6351         * net/dbus.el (dbus-property-handler): Filter lambda forms out
6352         when responding to "GetAll" properties.
6354 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
6356         * simple.el (compose-mail): Remove mail-setup-with-from from
6357         customization checks.
6359 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
6361         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6362         RAR archives created on Unix systems.
6364 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6366         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6367         the varalias that was accidentally removed by the 2009-11-19 change
6368         (bug#5186).
6370 2009-12-12  Kenichi Handa  <handa@m17n.org>
6372         * language/indian.el (indian-compose-regexp): New function.
6373         (malayalam-composable-pattern): Fix the pattern.
6374         (composition-function-table): Set malayalam-composable-pattern for
6375         Malayalam characters.
6377 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
6379         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6380         rather than down-mouse-1, based on follow-link conventions.
6382         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6383         are compiled.
6385 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
6387         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6388         (verilog-vmm-statement-re, verilog-ovm-statement-re)
6389         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6390         (verilog-leap-to-head, verilog-backward-token):
6391         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
6393 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
6395         * progmodes/verilog-mode.el (verilog-auto-lineup)
6396         (verilog-nameable-item-re): Cleanup user-visible spelling and
6397         documentation errors.  One reported by Gary Delp.
6398         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6399         (verilog-read-decls): Fix AUTOWIRE with types declared in a
6400         package, bug195.  Reported by Pierre-David Pfister.
6402 2009-12-11  Glenn Morris  <rgm@gnu.org>
6404         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6406         * mail/emacsbug.el: No longer require sendmail.
6407         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
6408         (report-emacs-bug-orig-text): Doc fix.
6409         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6410         New local variables, to adapt to different mail-user-agents.
6411         (report-emacs-bug): Fix test for a gnu.org address.
6412         Use overlays for emphasis, since font-lock defeats 'face property.
6413         Pretest bugs also end up at the newsgroup these days.
6414         Stop message-mode stripping text properties.
6415         Set and use the new buffer-local variables.
6416         (report-emacs-bug-hook): Add doc-string.
6417         Remove some unnecessary save-excursions and simplify.
6418         Use the appropriate hook and send-command.
6420         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6421         capitalization of some menu entries.
6423 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6425         * whitespace.el (whitespace-display-char-on):
6426         Ensure `buffer-display-table' is unique when two or more windows are
6427         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6428         New version 12.1.
6430 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
6432         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6433         characters in the Attribute field.
6435 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
6437         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
6439 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6442         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6443         Disregard autoload-excludes.
6444         (update-directory-autoloads): Obey autoload-excludes here instead.
6445         But don't store its contents in no-autoloads and remove entries that
6446         refer to excludes files.
6448 2009-12-10  Glenn Morris  <rgm@gnu.org>
6450         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6451         (expand-mail-aliases): Define for compiler.
6453         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6454         Define for compiler.
6456         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6457         appropriate for the mail-user-agent in use.
6459 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
6461         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6463 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
6465         Fix short log parsing and fontification.
6466         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6467         Fix fontification for the [merge] label.
6469 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
6471         Drop some properties to avoid surprises (bug#5002).
6472         * htmlfontify.el (hfy-ignored-properties): New defcustom.
6473         (hfy-fontify-buffer): Use it.
6475 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6477         Minor cleanup.
6478         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6479         Adjust all callers.
6480         (ffap-locate-file): Remove unused arg `dir-ok' and make other
6481         args compulsory.  Adjust callers.
6482         (ffap-gopher-at-point): Remove unused var `name'.
6484         Get rid of the ELCFILES abomination.
6485         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6486         (compile-elcfiles): New phony target.
6487         (compile-main): Compute ELCFILES dynamically.
6488         (compile-clean): New target to remove left-over elc files.
6489         (compile, all): Use it.
6491 2009-12-09  Kenichi Handa  <handa@etlken>
6493         * international/mule-diag.el: Require help-mode instead of help-fns.
6495 2009-12-09  Kenichi Handa  <handa@m17n.org>
6497         * international/mule-cmds.el (ucs-names): Supply sufficiently
6498         fine ranges instead of pre-calculating accurate ranges.
6499         Iterate with bigger gc-cons-threshold.
6501 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6503         Add support for stashing a snapshot of the current tree.
6504         * vc-git.el (vc-git-stash-snapshot): New function.
6505         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6507 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
6509         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6510         instead of `(beginning|end)-of-line'.
6512 2009-12-08  Glenn Morris  <rgm@gnu.org>
6514         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6516         * Makefile.in (ELCFILES): Regenerate.
6518 2009-12-07  Juri Linkov  <juri@jurta.org>
6520         Don't lazy-highlight the comint output in history Isearch mode.
6522         * comint.el (comint-history-isearch-search): Instead of
6523         `comint-line-beginning-position', use `comint-after-pmark-p'
6524         to check if point if before the process mark, and go to
6525         `process-mark' in this case.
6527 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6529         * textmodes/tex-mode.el (latex-complete)
6530         (latex-indent-or-complete): Remove.
6531         (latex-mode): Set completion-at-point-functions instead.
6533         Provide a standard completion command and hook it into TAB.
6534         * minibuffer.el (completion-at-point-functions): New var.
6535         (completion-at-point): New command.
6536         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6537         * progmodes/python.el (python-mode-map): Use completion-at-point.
6538         (python-completion-at-point): Rename from python-partial-symbol and
6539         adjust for use in completion-at-point-functions.
6540         (python-mode): Setup completion-at-point for Python completion.
6541         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6542         extracted from lisp-complete-symbol.
6543         (lisp-complete-symbol): Use it.
6544         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6545         setup completion-at-point for Elisp completion.
6546         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6547         Use completion-at-point.
6548         * ielm.el (ielm-map): Use completion-at-point.
6549         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6550         * progmodes/sym-comp.el: Move to...
6551         * obsolete/sym-comp.el: Move from progmodes.
6553 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
6555         Prevent save-buffer in Rmail buffers from using the coding-system
6556         of the current message, and from clobbering the encoding mnemonics
6557         in the mode line (Bug#4623).
6559         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6560         flag, too.
6561         (rmail-message-encoding): New variable.
6562         (rmail-write-region-annotate): Record the encoding of the current
6563         message in rmail-message-encoding.
6564         (rmail-after-save-hook): New function, restores the encoding of
6565         the current message after the message collection is saved.
6567 2009-12-07  Juri Linkov  <juri@jurta.org>
6569         * progmodes/grep.el (grep-read-files): Use `completing-read'
6570         instead of `read-string'.  Set its `collection' arg to
6571         `read-file-name-internal'.  (Bug#4301)
6573 2009-12-07  Juri Linkov  <juri@jurta.org>
6575         Correctly restore original Isearch point.  (Bug#4994)
6577         * isearch.el (isearch-mode): Move `isearch-push-state' after
6578         `(run-hooks 'isearch-mode-hook)'.
6579         (isearch-cancel): When `isearch-push-state-function' is defined,
6580         let-bind `isearch-cmds' to the first state (the last element of
6581         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6582         function and restores the original point).  Otherwise, move point
6583         to `isearch-opoint'.
6585 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6587         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6588         chars that don't have names, so the table can be built much faster at
6589         run-time.
6591 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
6593         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6594         change.  Suggested by David Kastrup.
6596         * simple.el (compose-mail): Check for incompatibilities and warn.
6597         (compose-mail-user-agent-warnings): New option.
6599 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6601         Support showing a single log entry from vc-annotate.
6602         * vc.el (print-log): Add a new argument: START-REVISION.
6603         (vc-print-log-internal): Add a new optional argument and
6604         pass it to the backend.
6605         (vc-print-log, vc-print-root-log): Adjust callers.
6606         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6607         buffer already displays the requested log entry, use it.
6608         Otherwise display only the log entry in question.
6609         * vc-svn.el (vc-svn-print-log):
6610         * vc-mtn.el (vc-mtn-print-log):
6611         * vc-hg.el (vc-hg-state):
6612         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6613         (vc-git-show-log-entry): Return t on success.
6614         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6615         (vc-bzr-show-log-entry): Return t on success.
6616         * vc-rcs.el (vc-rcs-print-log):
6617         * vc-sccs.el (vc-sccs-print-log):
6618         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6620 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6622         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6623         Add menus to the meta mode.  (Bug#5043)
6625 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6627         * ediff-init.el (ediff-event-key): Use event-to-character instead of
6628         event-key.
6630         * ediff.el (ediff-buffers-internal): Add unwind-protect.
6632 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
6634         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
6635         Berbain <raphael.berbain@gmail.com>.
6637         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
6638         characters.
6639         (tramp-initial-end-of-output): New defconst.
6640         (tramp-methods, tramp-find-shell)
6641         (tramp-open-connection-setup-interactive-shell)
6642         (tramp-maybe-open-connection): Use it.
6643         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6644         existence of `#' and `$'.
6646         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6647         `tramp-initial-end-of-output'.
6649 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6651         Get the background mode from the terminal for xterm, and set
6652         faces accordingly.
6653         * term/xterm.el (xterm-set-background-mode): New function.
6654         (terminal-init-xterm): Use it in case xterm supports background
6655         color queries.  Recompute faces after getting the background
6656         color.
6658 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
6660         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6661         number comment back on its own line, for easier parsing.
6663 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6665         Make it work for non-file buffers (bug#5102).
6666         * doc-view.el (doc-view-current-cache-dir):
6667         Use doc-view-buffer-file-name rather than buffer-file-name.
6668         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6670 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
6672         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6673         author field is too short.
6675 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
6677         * vc-git.el (vc-git-print-log): Handle a limit argument.
6678         Display the short log in graph form and with labels.
6679         (vc-git-log-view-mode): Handle labels.
6681         Make vc-revert change VC state from 'added to 'unregistered.
6682         * vc-git.el (vc-git-revert): Call git reset first.
6684 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6686         * net/newst-backend.el, net/newst-plainview.el:
6687         * net/newst-reader.el, net/newst-ticker.el:
6688         * net/newst-treeview.el, net/newsticker.el:
6689         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6691 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6693         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6695         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6696         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6697         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6698         Update annotation regexp.
6700         * simple.el (beginning-of-visual-line): Constrain to field
6701         boundaries (Bug#5106).
6703 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6705         * xml.el (xml-substitute-numeric-entities): Move
6706         newsticker--decode-numeric-entities in newst-backend.el to
6707         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6708         * net/newst-backend.el (newsticker--parse-generic-feed)
6709         (newsticker--parse-generic-items)
6710         (newsticker--decode-numeric-entities): Move
6711         newsticker--decode-numeric-entities in newst-backend.el to
6712         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6714 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6716         * progmodes/js.el (js--js-not): Add null to the list of values.
6718 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6720         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6722 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6724         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6725         delimiter if it is at the end of the current line.
6726         (bibtex-generate-url-list): Fix docstring.
6728 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6730         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6731         minibuffer's content with itself.
6732         Fold the confirm-after-completion case into the `confirm' case.
6733         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6735 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6737         * ffap.el (ffap-rfc-path): Make this a defcustom since
6738         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6740         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6741         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6743 2009-12-05  Juri Linkov  <juri@jurta.org>
6745         Save and restore dired buffer's point positions too.  (Bug#4880)
6747         * dired.el (dired-save-positions): Return in the first element
6748         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6749         Doc fix.
6750         (dired-restore-positions): First restore buffer's position.
6751         While restoring window's positions, check if window still displays
6752         the original buffer.
6754 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6756         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6757         if possible.
6759         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6760         Make argument optional.
6762         * shell.el (shell): Require ansi-color (Bug#5113).
6764         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6766         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6768 2009-12-05  Alan Mackenzie  <acm@muc.de>
6770         * progmodes/cc-mode.el (c-before-hack-hook)
6771         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6772         `c-file-style' to work again.  This reversion restores the current
6773         software to its state in Emacs 23.1.  (Bug#4146)
6775 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6777         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6778         comment-start-skip to comment-end-skip as comment (Bug#4781).
6780 2009-12-05  Juri Linkov  <juri@jurta.org>
6782         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6783         for virtual nodes.  (Bug#4147)
6784         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6785         when moving from a virtual node.
6786         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6787         (Info-mode): Add `Info-virtual-index' to the docstring.
6789 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6791         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6792         Describe project macro symbols.
6794         * cedet/semantic/complete.el (semantic-complete-do-completion):
6795         Don't call semantic-collector-current-exact-match.
6797         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6798         ede-objects as targets.
6800         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6801         a target's object list even if compiler vars are already in the
6802         Makefile.
6804         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6805         list of headers producing necessary macros.
6807 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6809         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6810         track of the buffer position of the end of a BibTeX entry as this
6811         position may change during reformatting.
6812         (bibtex-format-entry): Remove whitespace before processing
6813         numerical fields so that we recognize the latter properly.
6814         (bibtex-reformat): Do not use push which changes the global value
6815         of bibtex-entry-format.
6816         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6817         (bibtex-field-re-init): Replace only space characters by regexp
6818         for whitespace.
6819         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6820         (bibtex-initialize): Also update bibtex-strings.
6821         (bibtex-kill-field): Preserve white space at end of entry.
6822         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6823         Update bibtex-reference-keys.
6825 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6827         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6828         point after a star, if that's the only place where modifications can
6829         make progress.
6831 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6833         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6834         in docstrings.
6836 2009-12-04  Juri Linkov  <juri@jurta.org>
6838         * proced.el (proced): Call `(proced-update t)' to update process
6839         information instead of only running proced-post-display-hook.
6840         (proced-send-signal): Add a leading space to the buffer name
6841         " *Marked Processes*" to make this buffer ephemeral.
6843 2009-12-04  Juri Linkov  <juri@jurta.org>
6845         * dired.el (dired-auto-revert-buffer): New defcustom.
6846         (dired-internal-noselect): Use it.
6848 2009-12-04  Juri Linkov  <juri@jurta.org>
6850         Change roles of modes and functions in image-mode.el (Bug#5062).
6852         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6853         in `auto-mode-alist'.
6854         (image-mode-previous-major-mode): New variable.
6855         (image-minor-mode-map): Rename from `image-mode-text-map'.
6856         (image-mode): Move graceful error-handling code from
6857         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6858         (image-minor-mode): Remove all image-handling code.
6859         Replace `image-mode-text-map' with `image-minor-mode-map'.
6860         Check for `image-type' in mode-line format string.
6861         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6862         (image-mode-as-text): New function with most code from
6863         `image-mode-maybe'.
6864         (image-toggle-display-text): Move code that removes image
6865         properties from `image-toggle-display' to here.
6866         (image-toggle-display-image): New function with code that adds
6867         image properties copied from `image-toggle-display'.
6868         (image-toggle-display): Remove most code with leaving only code
6869         that toggles between `image-mode-as-text' and `image-mode'.
6871 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6873         * net/newst-treeview.el
6874         (newsticker--treeview-list-highlight-start): Restored call to
6875         save-excursion: Selected item was stuck.
6876         (newsticker--treeview-list-select): New.
6877         (newsticker--treeview-item-show-text)
6878         (newsticker--treeview-item-show)
6879         (newsticker--treeview-item-update): Use new
6880         newsticker-treeview-item-mode.
6881         (newsticker-treeview-update): Keep current item.
6882         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6883         (newsticker--treeview-first-feed): Doc change.
6884         (newsticker-treeview-list-menu)
6885         (newsticker-treeview-item-menu): Added menu entries.
6886         (newsticker-treeview-item-mode): New.
6888         * net/newst-backend.el (newsticker-customize): Delete other
6889         windows.
6891 2009-12-04  Sam Steingold  <sds@gnu.org>
6893         * log-view.el (log-view-mode-map): "q" calls quit-window,
6894         like in all the other non-self-insert buffers.
6896 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6898         Minor cleanup.
6899         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6900         key decoding rather than do it manually via last-input-event +
6901         ascii-character.
6902         (term-exec): Use delete-and-extract-region.
6903         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6904         (term-process-pager): Remove unused var `i'.
6905         (term-dynamic-simple-complete): Make obsolete.
6906         (serial-update-config-menu): Remove unused vars `y' and `str'.
6907         (term-update-mode-line): Remove unused var `temp'.
6909 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6911         Limit the number of log entries displayed by default.
6912         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6913         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6914         using a prefix argument.
6916 2009-12-03  Glenn Morris  <rgm@gnu.org>
6918         * progmodes/idlwave.el (class): Restore still useful declaration.
6920 2009-12-03  Alan Mackenzie  <acm@muc.de>
6922         Enhance `c-parse-state' to run efficiently in "brace deserts".
6924         * progmodes/cc-mode.el (c-basic-common-init):
6925         Call c-state-cache-init.
6926         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6927         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6928         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6930         * progmodes/cc-langs.el (c-before-font-lock-function):
6931         c-extend-and-neutralize-syntax-in-CPP has been renamed
6932         c-neutralize-syntax-in-and-mark-CPP.
6934         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6935         with `category' properties now, not `syntax-table' ones.
6937         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6938         enhanced (but slower) version of c-end-of-macro that won't land
6939         inside a literal or on another awkward character.
6940         (c-state-cache-too-far, c-state-cache-start)
6941         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6942         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6943         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6944         (c-state-min-scan-pos, c-state-brace-pair-desert)
6945         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6946         buffer local variables.
6947         (c-state-literal-at, c-state-lit-beg)
6948         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6949         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6950         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6951         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6952         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6953         (c-renarrow-state-cache)
6954         (c-append-lower-brace-pair-to-state-cache)
6955         (c-state-push-any-brace-pair, c-append-to-state-cache)
6956         (c-remove-stale-state-cache)
6957         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6958         (c-invalidate-state-cache-1, c-parse-state-1)
6959         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6960         (c-parse-state): Enhance and refactor.
6961         (c-debug-parse-state): Amend to deal with all the new variables.
6963         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6964         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6965         modify to use category text properties rather than syntax-table ones.
6966         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6967         to switch off/on the syntactic paren property of C++ template
6968         delimiters using the category property.
6969         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6970         template delims suppressed.
6971         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6972         New constant/macros which apply category properties to the start
6973         and end of preprocessor constructs.
6974         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6975         "comment out" the syntactic value of characters in preprocessor
6976         constructs.
6977         (c-with-cpps-commented-out)
6978         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6979         with characters in all or all but one preprocessor constructs
6980         "commented out".
6982 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6984         * proced.el (proced-filter-alist): Use regexp-quote.
6986 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6988         Cleanup.
6989         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6990         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6991         arguments.  Expand `default-directory'.
6993         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6994         the benefit of returning an expanded localname.
6995         (tramp-tramp-file-p): Handle the case NAME is not a string.
6997 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6999         Add support for bzr shelve/unshelve.
7000         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7001         (vc-bzr-extra-menu-map): New variables.
7002         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
7003         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
7004         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
7005         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
7006         (vc-bzr-dir-extra-headers): Display shelves.
7008         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
7010 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7012         * textmodes/bibtex.el (bibtex-complete-internal):
7013         Use completion-in-region.
7014         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
7016 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
7018         Support applying stashes.  Improve UI.
7019         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
7020         (vc-git-stash-apply, vc-git-stash-pop)
7021         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
7022         (vc-git-stash-menu): New functions.
7023         (vc-git-stash-menu-map): New variable.
7024         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
7026 2009-12-03  Glenn Morris  <rgm@gnu.org>
7028         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
7029         (vc-print-log-internal): Fix previous change.
7030         (vc-revert): Correct pluralization.
7032 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7034         * progmodes/make-mode.el (makefile-special-targets-list): No need for
7035         it to be an alist any more.
7036         (makefile-complete): Use completion-in-region.
7038         * progmodes/octave-mod.el (octave-complete-symbol):
7039         Use completion-in-region.
7041         Misc cleanup.
7042         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
7043         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
7044         (idlwave-complete-class): Don't quote lambda.
7045         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
7046         (idlwave-mode-map): Move initialization into declaration.
7047         (idlwave-action-and-binding): Use backquotes.
7048         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
7049         Simplify.
7050         (idlwave-is-pointer-dereference): Remove unused var `pos'.
7051         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
7052         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
7053         `parts', and `all-parts'.
7054         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
7055         (idlwave-convert-xml-system-routine-info): Remove unused string
7056         `version-string'.
7057         (idlwave-display-user-catalog-widget): Use dolist.
7058         (idlwave-scanning-lib): Declare dynamically-scoped var.
7059         (idlwave-scan-library-catalogs): Remove unused var `flags'.
7060         (completion-highlight-first-word-only): Declare to silence bytecomp.
7061         (idlwave-popup-select): Tighten scope of `resp'.
7062         (idlwave-find-struct-tag): Remove unused var `beg'.
7063         (idlwave-after-load-rinfo-hook): Declare.
7064         (idlwave-sintern-class-info): Remove unused var `taglist'.
7065         (idlwave-find-class-definition): Remove unused var `list'.
7066         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
7067         (idlwave-what-module-find-class): Remove unused var `classes'.
7069 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
7071         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
7073 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7075         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
7076         buffers visited.  Remove redundant current-buffer-saving.
7078 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7080         Use completion-in-buffer and remove uses of dynamic scoping.
7081         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
7082         (pascal-buffer-to-use, pascal-flag): Don't declare.
7083         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
7084         (pascal-get-completion-decl, pascal-keyword-completion):
7085         Add `pascal-str' argument, save-excursion,
7086         return the found completions, and don't filter with pascal-pred.
7087         (pascal-completion-cache): New var.
7088         (pascal-completion): Don't switch buffer any more (it was never
7089         necessary).  Don't save-excursion any more (it's done by the called
7090         subroutines).  Use a cache to avoid redundant computations.
7091         Use complete-with-action rather than pascal-completion-response and
7092         let it apply the predicate as well.
7093         (pascal-complete-word): Use completion-in-buffer when
7094         pascal-toggle-completions is nil.
7095         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
7096         not used any more.
7097         (pascal-comp-defun): Don't change buffer any more.
7098         Use complete-with-action rather than pascal-completion-response and
7099         let it apply the predicate as well.
7100         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
7101         when neded.
7103 2009-12-02  Kenichi Handa  <handa@m17n.org>
7105         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
7106         shape for all Indic scripts.
7108 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7110         Use completion-in-buffer.
7111         * wid-edit.el (widget-field-text-end): New function.
7112         (widget-field-value-get): Use it.
7113         (widget-string-complete, widget-file-complete)
7114         (widget-color-complete): Use it and completion-in-region.
7115         (widget-complete): Don't narrow the buffer.
7117 2009-12-02  Glenn Morris  <rgm@gnu.org>
7119         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
7120         (rmail-select-summary): Use rmail-pop-to-buffer.
7121         * mail/rmailsum.el: Replace all pop-to-buffer calls with
7122         rmail-pop-to-buffer, to prevent horizontal splits.
7124         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
7125         save-excursion with save-current-buffer.
7126         Widen before searching.  (Bug#5093)
7127         (diary-list-sexp-entries): Remove superfluous save-excursion.
7129 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
7131         * woman.el (woman-make-bufname): Handle man-pages with "." in the
7132         name.  (Bug#5038)
7134 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7136         * ido.el (ido-file-internal): Handle filenames at point that do
7137         not have a directory part.  (Bug#5049)
7139 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
7141         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
7142         (mpc-songs-jump-to, mpc-resume): Doc fixes.
7144 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
7146         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
7147         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
7148         any more.
7150 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7152         * comint.el (comint-insert-input): Ignore clicks to the right of
7153         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
7155         * vc.el (vc-print-log-internal): Don't wait for the process to
7156         terminate before setting up the major mode.
7158         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7159         in case.
7161         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
7162         the last element.
7164         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
7166 2009-12-01  Glenn Morris  <rgm@gnu.org>
7168         * window.el (window--display-buffer-2): Fix previous changes.
7170 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
7172         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
7174 2009-12-01  Glenn Morris  <rgm@gnu.org>
7176         * Makefile.in (ELCFILES): Add mpc.elc.
7178 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7180         * mpc.el: New file.
7182 2009-12-01  Glenn Morris  <rgm@gnu.org>
7184         * window.el (window-to-use): Define for compiler.
7186         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
7187         consistent with others (no final period).
7189         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
7190         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
7192 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
7194         Make vc-print-log buttons work.
7195         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
7197 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
7199         * savehist.el (savehist-autosave-interval): Allow setting to nil
7200         through customize.  (Bug#5056)
7202 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
7204         Fix references to jit-lock properties.
7205         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7206         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
7207         (perl-font-lock-special-syntactic-constructs):
7208         Quote jit-lock-defer-multiline property.
7210 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
7212         * vc-git.el (vc-git-registered): Call vc-git-root only once.
7214 2009-11-30  Juri Linkov  <juri@jurta.org>
7216         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
7217         value `buffer' of `multi-isearch-next-buffer-current-function'.
7218         Use `(current-buffer)' when `buffer' is nil.
7219         (multi-isearch-next-buffer-from-list): Don't fallback to
7220         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
7222 2009-11-30  Juri Linkov  <juri@jurta.org>
7224         * misearch.el (multi-isearch-read-buffers): Move canonicalization
7225         of buffers with `get-buffer' to `multi-isearch-buffers'.
7226         (multi-isearch-buffers, multi-isearch-buffers-regexp):
7227         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
7228         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
7229         FILES with `expand-file-name' converting relative file names
7230         to absolute.  Doc fix.  (Bug#4727)
7232 2009-11-30  Juri Linkov  <juri@jurta.org>
7234         * misearch.el (multi-isearch-read-buffers)
7235         (multi-isearch-read-matching-buffers): New functions.
7236         (multi-isearch-buffers, multi-isearch-buffers-regexp):
7237         Use them in the `interactive' spec.  Doc fix.
7238         (multi-isearch-read-files, multi-isearch-read-matching-files):
7239         New functions.
7240         (multi-isearch-files, multi-isearch-files-regexp):
7241         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
7243 2009-11-30  Juri Linkov  <juri@jurta.org>
7245         * doc-view.el (doc-view-continuous):
7246         Rename from `doc-view-continuous-mode'.
7247         (doc-view-menu): Move "Toggle display" to the top.
7248         Add submenu "Continuous" with radio buttons "Off"/"On"
7249         and "Save as Default".
7250         (doc-view-scroll-up-or-next-page)
7251         (doc-view-scroll-down-or-previous-page)
7252         (doc-view-next-line-or-next-page)
7253         (doc-view-previous-line-or-previous-page): Rename
7254         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
7256 2009-11-30  Juri Linkov  <juri@jurta.org>
7258         * comint.el (comint-mode-map): Rebind `M-r' from
7259         `comint-previous-matching-input' to
7260         `comint-history-isearch-backward-regexp'.
7261         Unbind `M-s' to allow global key binding `M-s'.
7262         Add menu items for `comint-history-isearch-backward' and
7263         `comint-history-isearch-backward-regexp'.  (Bug#3746)
7265 2009-11-30  Juri Linkov  <juri@jurta.org>
7267         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
7268         For def=recenter, replace `recenter' with `recenter-top-bottom'
7269         that is called with `this-command' and `last-command' let-bound
7270         to `recenter-top-bottom'.  When the last `def' was not `recenter',
7271         set `recenter-last-op' to nil.  (Bug#4981)
7273 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7275         Minor cleanup and simplification.
7276         * filecache.el (file-cache-add-directory)
7277         (file-cache-add-directory-recursively)
7278         (file-cache-add-from-file-cache-buffer)
7279         (file-cache-delete-file-regexp, file-cache-delete-directory)
7280         (file-cache-files-matching-internal, file-cache-display): Use dolist.
7281         (file-cache-temp-minibuffer-message): Delete function.
7282         (file-cache-minibuffer-complete): Use minibuffer-message instead.
7284         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7285         Don't signal an error when bumping into EOB in tr, s, or y.
7287 2009-11-29  Juri Linkov  <juri@jurta.org>
7289         * startup.el (fancy-about-text): Fix wording of Guided Tour.
7290         (Bug#4960)
7292         * descr-text.el (describe-char-unidata-list): Use lowercase name
7293         for "Unicode name" like in other tags.
7295 2009-11-29  Juri Linkov  <juri@jurta.org>
7297         * ediff-util.el (ediff-minibuffer-with-setup-hook):
7298         New compatibility macro.
7299         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
7301 2009-11-29  Juri Linkov  <juri@jurta.org>
7303         Add defcustom to define the cycling order of `recenter-top-bottom'.
7304         (Bug#4981)
7306         * window.el (recenter-last-op): Doc fix.
7307         (recenter-positions): New defcustom.
7308         (recenter-top-bottom): Rewrite to use `recenter-positions'.
7309         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
7311 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
7313         Improve integration of Tramp and ange-ftp in eshell.
7315         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
7316         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
7317         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
7319         * eshell/esh-util.el (top): Require also Tramp when compiling.
7320         (eshell-directory-files-and-attributes): Check for FTP remote
7321         connection.
7322         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
7323         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
7324         (eshell-file-attributes): Handle ".".  Return `entry'.
7326         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
7327         (ange-ftp-directory-files-and-attributes)
7328         (ange-ftp-real-directory-files-and-attributes): New defuns.
7330         * net/tramp.el (tramp-maybe-open-connection): Open the remote
7331         shell with "exec" when possible.  This prevents trailing prompts
7332         in `start-file-process'.
7334 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7336         Try and remove assumptions about point-min==1.
7337         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
7338         (rng-compute-mode-line-string): Show the validation percentage in
7339         terms of the narrowed text, not the widened text.
7340         (rng-do-some-validation): Don't catch internal errors when debugging.
7341         (rng-first-error): Simplify.
7342         (rng-after-change-function): Remove work around.  AFAIK the bug has
7343         been fixed a while ago.
7345         * image-mode.el (image-minor-mode): Exit more gracefully when the image
7346         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
7348         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
7350         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
7351         `cd' doesn't always do it for us (bug#5067).
7353         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
7354         on 2009-10-25 as part of some other change (bug#5067).
7356 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7358         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7359         `suspicious'.
7360         (byte-compile-warnings): Use byte-compile-warning-types.
7361         (byte-compile-save-excursion): Warn about use of set-buffer right
7362         after save-excursion.
7364         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7365         the excursion as well.
7367 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
7369         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7370         providing a Tramp related implementation of "su" and "sudo".
7371         (eshell-unix-initialize): Add "su" and "sudo".
7373 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
7375         * net/socks.el (socks-send-command): Convert binary request to
7376         unibyte before sending.  This fixes mishandling of some port
7377         numbers such as 129.
7379 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7381         * help.el (describe-bindings-internal): Remove `interactive'.
7383         * man.el (Man-completion-table): Trim a terminating "(".
7384         Remove the space between name page a section.
7385         Add the command's description on the `help-echo' property.
7386         Remove `process-connection-type' binding since it's unused by
7387         call-process.
7388         Provide completion for the "<section> <name>" format as well.
7389         (Man-default-man-entry): Remove spurious var shadowing the argument.
7391 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7393         * log-view.el: Add "Keywords: tools", since its other keywords
7394         aren't in finder-known-keywords, and following vc.el.
7396         * sha1.el (sha1-string-external): default-directory "/" in case
7397         otherwise non-existent.  process-connection-type pipe for touch of
7398         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7400 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7402         Misc coding convention cleanups.
7403         * htmlfontify.el (hfy-init-kludge-hook): Rename from
7404         hfy-init-kludge-hooks.
7405         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7406         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7407         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7408         and push.
7409         (hfy-slant, hfy-weight): Use tables rather than code.
7410         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7411         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7412         (hfy-face-attr-for-class): Initialize `face-spec' directly.
7413         (hfy-face-to-css): Remove `nconc' with single arg.
7414         (hfy-p-to-face-lennart): Use `or'.
7415         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
7416         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7417         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7418         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7419         (hfy-force-fontification): Use run-hooks.
7421 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
7423         Various minor fixes.
7424         * htmlfontify.el (hfy-default-header): Add toggle_invis since
7425         Javascript belongs in the header, not the body.
7426         (hfy-javascript): Remove.
7427         (hfy-fontify-buffer): Don't insert it any more.
7428         (hfy-face-at): Handle (face0 face1 face2) style face properties.
7429         Fix bug in invis handling when there were no invis props in a chunk.
7431 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7433         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7435 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
7437         * finder.el (finder-mode-map): Add a menu.
7439 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
7441         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7442         "unsigned" structs.
7444         (verilog-leap-to-head, verilog-backward-token): Handle "disable
7445         fork" statement better.
7447 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
7449         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7450         (verilog-delete-auto, verilog-delete-empty-auto-pair)
7451         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7452         Reported by Clay Douglass.
7454         (verilog-auto-inst, verilog-auto-star-safe)
7455         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7456         Fix removing "// Interfaces" when saving .* expansions.  Reported by
7457         Pierre-David Pfister.
7459 2009-11-26  Glenn Morris  <rgm@gnu.org>
7461         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7462         the scope.
7464 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
7466         * vc-annotate.el (vc-annotate-revision-previous-to-line):
7467         Really use previous revision.
7469 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7471         * man.el (Man-completion-table): default-directory "/" in case
7472         doesn't otherwise exist.  process-environment COLUMNS=999 so as
7473         not to truncate long names.  process-connection-type pipe to avoid
7474         any chance of hitting the pseudo-tty TIOCGWINSZ.
7475         (man): completion-ignore-case t for friendliness and since man
7476         itself is case-insensitive on the command line.
7477         Further to Bug#3717.
7479         * arc-mode.el: Add "Keywords: files", so the details in its
7480         commentary can be reached from finder-by-keyword.
7481         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
7482         editing mode, but it's comms related and sgml-mode.el has "comm"
7483         on that basis too.
7484         * textmodes/bibtex-style.el: Add "Keywords: tex".
7485         * international/isearch-x.el, international/ja-dic-cnv.el:
7486         * international/ja-dic-utl.el, international/kkc.el:
7487         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7489 2009-11-25  Juri Linkov  <juri@jurta.org>
7491         * man.el (Man-completion-table): Modify regexp to include
7492         section names to completion strings.  (Bug#3717)
7494 2009-11-25  Juri Linkov  <juri@jurta.org>
7496         Search recursively in gzipped files.  (Bug#4982)
7498         * progmodes/grep.el (grep-highlight-matches): Add new options
7499         `always' and `auto'.  Doc fix.
7500         (grep-process-setup): Check `grep-highlight-matches' for
7501         `auto-detect' to determine the need to compute grep defaults.
7502         Move Windows/DOS specific --colors settings handling
7503         to `grep-compute-defaults'.  Check `grep-highlight-matches'
7504         to get the value of "--color=".
7505         (grep-compute-defaults): Compute `grep-highlight-matches' when it
7506         has the value `auto-detect'.  Move Windows/DOS specific settings
7507         from `grep-process-setup'.
7508         (zrgrep): New command with alias `rzgrep'.
7510 2009-11-25  Juri Linkov  <juri@jurta.org>
7512         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7513         to nil instead of switching off view-mode.  (Bug#4896)
7515 2009-11-25  Juri Linkov  <juri@jurta.org>
7517         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
7519         * mwheel.el (mwheel-scroll-up-function)
7520         (mwheel-scroll-down-function): New defvars.
7521         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7522         `scroll-up', and `mwheel-scroll-down-function' instead of
7523         `scroll-down'.
7525         * doc-view.el (doc-view-scroll-up-or-next-page)
7526         (doc-view-scroll-down-or-previous-page): Add optional ARG.
7527         Use this ARG in the call to image-scroll-up/image-scroll-down.
7528         Change `interactive' spec to "P".  Goto next/previous page only
7529         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7530         SPC/DEL case).  Doc fix.
7531         (doc-view-next-line-or-next-page)
7532         (doc-view-previous-line-or-previous-page): Rename arg to ARG
7533         for consistency.
7534         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7535         `doc-view-scroll-up-or-next-page', and buffer-local
7536         `mwheel-scroll-down-function' to
7537         `doc-view-scroll-down-or-previous-page'.
7539 2009-11-25  Juri Linkov  <juri@jurta.org>
7541         Provide additional default values (directories at other Dired
7542         windows) via M-n in the minibuffer of some Dired commands.
7544         * dired-aux.el (dired-diff, dired-compare-directories)
7545         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7546         `minibuffer-default' in `minibuffer-with-setup-hook'.
7547         (dired-dwim-target-directory): Find a window that displays Dired
7548         buffer instead of failing when the next window is not Dired.
7549         Use `get-window-with-predicate' to find for the next Dired window.
7550         (dired-dwim-target-defaults): New function.
7552         * ediff-util.el (ediff-read-file-name):
7553         Use `dired-dwim-target-defaults' to set `minibuffer-default'
7554         in `minibuffer-with-setup-hook'.
7556 2009-11-25  Juri Linkov  <juri@jurta.org>
7558         Provide additional default values (file name at point or at the
7559         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
7561         * minibuffer.el (read-file-name-defaults): New function.
7562         (read-file-name): Reset `minibuffer-default' to nil when
7563         it duplicates initial input `insdef'.
7564         Bind `minibuffer-default-add-function' to lambda that
7565         calls `read-file-name-defaults' in `minibuffer-selected-window'.
7566         (minibuffer-insert-file-name-at-point): New command.
7568         * files.el (file-name-at-point-functions): New defcustom.
7569         (find-file-default): Remove defvar.
7570         (find-file-read-args): Don't use `find-file-default'.
7571         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7572         to `read-file-name'.
7573         (find-file-literally): Use `read-file-name' with
7574         `confirm-nonexistent-file-or-buffer'.
7576         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7578         * dired.el (dired-read-dir-and-switches):
7579         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7580         to `read-file-name'.
7581         (dired-file-name-at-point): New function.
7582         (dired-mode): Add hook `dired-file-name-at-point' to
7583         `file-name-at-point-functions'.
7585 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7587         Really make the *Completions* window soft-dedicated (bug#5030).
7588         * window.el (window--display-buffer-2): Add `dedicated' argument.
7589         (display-buffer): Pass it when needed so the dedicated flag is set
7590         after calling set-window-buffer, which would otherwise reset it.
7592 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7594         * progmodes/meta-mode.el (meta-complete-symbol):
7595         * progmodes/etags.el (complete-tag):
7596         * mail/mailabbrev.el (mail-abbrev-complete-alias):
7597         Use completion-in-region.
7599         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7600         (dabbrev-completion): Use completion-in-region.
7601         (dabbrev--abbrev-at-point): Simplify regexp.
7603         * abbrev.el (abbrev--before-point): Use word-motion functions
7604         if :regexp is not specified (bug#5031).
7606         * subr.el (string-prefix-p): New function.
7608         * man.el (Man-completion-cache): New var.
7609         (Man-completion-table): Use it.
7611         * vc.el (vc-print-log-internal): Make `limit' optional for better
7612         compatibility (e.g. with vc-annotate.el).
7614 2009-11-24  Kevin Ryde  <user42@zip.com.au>
7616         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7617         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
7619         * emacs-lisp/elint.el (elint-add-required-env): Better error message
7620         when .el source file not found or other error.
7622 2009-11-24  Markus Triska  <markus.triska@gmx.at>
7624         * linum.el (linum-update-window): Ignore intangible (bug#4996).
7626 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7628         Handle the [back] button properly (bug#4979).
7629         * descr-text.el (describe-text-properties): Add a `buffer' argument.
7630         Use help-setup-xref, help-buffer, and with-help-window.
7631         (describe-char): Add `buffer' argument.
7632         Pass proper command to help-setup-xref.  Don't meddle with
7633         help-xref-stack-item directly.
7634         (describe-text-category): Use with-help-window and help-buffer.
7636         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7637         for the displayed buffer (bug#4887).
7639         * man.el (Man-completion-table): New function.
7640         (man): Use it.
7642 2009-11-24  David Reitter  <david.reitter@gmail.com>
7644         * vc-git.el (vc-git-registered): Use checkout directory (where
7645         .git is) rather than the file's directory and a relative path spec
7646         to work around a bug in git.
7648 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
7650         Improve handling of processes on remote hosts.
7652         * eshell/esh-util.el (eshell-path-env): New defvar.
7653         (eshell-parse-colon-path): New defun.
7654         (eshell-file-attributes): Use `eshell-parse-colon-path'.
7656         * eshell/esh-ext.el (eshell-search-path):
7657         Use `eshell-parse-colon-path'.
7658         (eshell-remote-command): Remove argument HANDLER.
7659         (eshell-external-command): Check for FTP remote connection.
7661         * eshell/esh-proc.el (eshell-gather-process-output):
7662         Use `file-truename', in order to start also symlinked files.
7663         Apply `start-file-process' instead of `start-process'.
7664         Shorten `command' to the local file name part.
7666         * eshell/em-cmpl.el (eshell-complete-commands-list):
7667         Use `eshell-parse-colon-path'.
7669         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7671         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
7672         to `eshell-directory-change-hook'.
7674 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
7676         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7677         because it could be enabled automatically if view-read-only is non-nil.
7679 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7681         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7682         made on 2009-11-22.
7684 2009-11-24  Glenn Morris  <rgm@gnu.org>
7686         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7687         deleted variable bookmark-bmenu-bookmark-column.
7689         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7690         Move after definition of global-semantic-idle-tag-highlight-mode.
7692 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7694         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7696 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7698         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7699         two slashes to the "file:" prefix.
7700         (browse-url-file-url): De-munge Cygwin filenames before passing
7701         them to Windows browser.
7702         (browse-url-default-windows-browser): Use call-process.
7704 2009-11-23  Juri Linkov  <juri@jurta.org>
7706         Implement DocView Continuous mode.  (Bug#4896)
7707         * doc-view.el (doc-view-continuous-mode): New defcustom.
7708         (doc-view-mode-map): Bind C-n/<down> to
7709         `doc-view-next-line-or-next-page', C-p/<up> to
7710         `doc-view-previous-line-or-previous-page'.
7711         (doc-view-next-line-or-next-page)
7712         (doc-view-previous-line-or-previous-page): New commands.
7714 2009-11-23  Juri Linkov  <juri@jurta.org>
7716         Implement Isearch in comint input history.  (Bug#3746)
7717         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7718         `isearch-mode-hook'.
7719         (comint-history-isearch): New defcustom.
7720         (comint-history-isearch-backward)
7721         (comint-history-isearch-backward-regexp): New commands.
7722         (comint-history-isearch-message-overlay): New buffer-local variable.
7723         (comint-history-isearch-setup, comint-history-isearch-end)
7724         (comint-goto-input, comint-history-isearch-search)
7725         (comint-history-isearch-message, comint-history-isearch-wrap)
7726         (comint-history-isearch-push-state)
7727         (comint-history-isearch-pop-state): New functions.
7729 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7731         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7732         return.
7733         (tramp-handle-make-symbolic-link)
7734         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7735         Quote file names.
7736         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7737         (tramp-handle-process-file): Use it.
7739 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7741         * window.el (move-to-window-line-last-op): Remove.
7742         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7744 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7746         Make M-r mirror the new cycling behavior of C-l.
7747         * window.el (move-to-window-line-last-op): New var.
7748         (move-to-window-line-top-bottom): New command.
7749         (global-map): Bind M-r move-to-window-line-top-bottom.
7751 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7753         * dired-x.el (dired-guess-shell-alist-default):
7754         Support xz format.  (Bug#4953)
7756 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7758         * cedet/srecode/map.el (srecode-get-maps):
7759         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7760         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7761         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7762         (semantic-toggle-decoration-style):
7763         * cedet/semantic/decorate/include.el
7764         (semantic-decoration-include-describe)
7765         (semantic-decoration-unknown-include-describe)
7766         (semantic-decoration-unparsed-include-describe)
7767         (semantic-decoration-all-include-summary):
7768         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7769         * cedet/semantic/analyze/complete.el
7770         (semantic-analyze-possible-completions):
7771         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7772         (semantic-show-unmatched-syntax-mode)
7773         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7774         (semantic-highlight-func-mode):
7775         * cedet/semantic/util.el (semantic-describe-buffer):
7776         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7777         (semantic-symref-find-tags-by-name)
7778         (semantic-symref-find-tags-by-regexp)
7779         (semantic-symref-find-tags-by-completion)
7780         (semantic-symref-find-file-references-by-name)
7781         (semantic-symref-find-text):
7782         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7783         (senator-yank-tag):
7784         * cedet/semantic/scope.el (semantic-calculate-scope):
7785         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7786         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7787         (define-semantic-idle-service):
7788         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7789         (semantic-complete-analyze-inline-idle):
7790         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7791         * cedet/mode-local.el (describe-mode-local-bindings)
7792         (describe-mode-local-bindings-in-mode):
7793         * cedet/ede/make.el (ede-make-check-version):
7794         * cedet/ede/locate.el (ede-enable-locate-on-project):
7795         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7796         (cedet-idutils-version-check):
7797         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7798         (cedet-gnu-global-version-check):
7799         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7800         (cedet-cscope-version-check): Use called-interactively-p instead
7801         of interactive-p.
7803         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7804         Use semantic-format-tag-prototype.
7806 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7808         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7809         last-command-char/last-command-event.
7810         (viper-prefix-arg-value): Do correct conversion of event-char for
7811         XEmacs.
7813         * emulation/viper-util.el, emulation/viper.el:
7814         Use viper-last-command-char instead of
7815         last-command-char/last-command-event.
7817         * ediff-init.el, ediff-mult.el, ediff-util.el:
7818         Replace last-command-char and last-command-event
7819         with (ediff-last-command-char) everywhere.
7821         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7822         created in fundamental mode.
7824         * ediff.el (ediff-version): Revert the change of interactive-p to
7825         called-interactively-p.
7827 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7829         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7830         generation from word-movement command names.
7832 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7834         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7835         (semantic-complete-jump-local, semantic-complete-jump):
7836         Improve prompt string.
7838 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7840         * cus-start.el (all): Add native condition for font-use-system-font.
7842 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7844         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7845         Correct the patch from 2009-11-18.  (Bug#3910)
7847 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7849         * progmodes/subword.el: Rename from lisp/subword.el.
7851         * subword.el: Rename to progmodes/subword.el.
7853         * Makefile.in (ELCFILES): Adapt to subword.el move.
7855 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7856             Stefan Monnier  <monnier@iro.umontreal.ca>
7858         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7859         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7860         (bookmark-bmenu-show-filenames): Use push.
7861         (bookmark-bmenu-hide-filenames): Use local var instead of
7862         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7863         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7864         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7865         filenames now that the bookmark names are always available.
7867 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7869         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7870         (bookmark-search-pattern): Move and leave unbound.
7871         (bookmark-bmenu-mode-map): Change binding.
7872         (bookmark-read-search-input): Simplify.
7873         Don't use text-char-description.  Don't error on non-char events.
7874         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7875         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7876         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7877         Use a local var for the timer.
7878         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7879         (i.e. bookmark-bmenu-search).
7881 2009-11-21  Glenn Morris  <rgm@gnu.org>
7883         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7885 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7887         * net/browse-url.el (browse-url-default-windows-browser):
7888         Use cygstart for cygwin.
7890 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7892         * bookmark.el: Formatting and doc fixes only:
7893         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7894         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7895         Minor grammar and punctuation fixes in doc string.
7896         (bookmark-read-search-input): Adjust to fit within 80 columns.
7898 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7900         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7901         (c-backward-into-nomenclature): Adapt to subword renaming.
7903         * subword.el (subword-forward, subword-backward, subword-mark)
7904         (subword-kill, subword-backward-kill, subword-transpose)
7905         (subword-downcase, subword-upcase, subword-capitalize)
7906         (subword-forward-internal, subword-backward-internal):
7907         Rename from forward-subword, backward-subword, mark-subword,
7908         kill-subword, backward-kill-subword, transpose-subwords,
7909         downcase-subword, upcase-subword, capitalize-subword,
7910         forward-subword-internal, backward-subword-internal.
7912 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7914         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7915         New options.
7916         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7917         New vars.
7918         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7919         (bookmark-bmenu-filter-alist-by-regexp)
7920         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7921         (bookmark-bmenu-search): New command.
7922         (bookmark-bmenu-mode-map): Bind it.
7924 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7926         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7928         * cedet/semantic/idle.el (define-semantic-idle-service)
7929         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7931 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7933         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7934         backward-subword to quit the byte-compiler.
7936         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7938         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7940         * progmodes/cc-cmds.el (c-update-modeline)
7941         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7942         Refer to subword.el functions instead of cc-subword.el.
7944         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7945         subword.el functions instead of cc-subword.el.
7947         * progmodes/cc-subword.el: Rename to subword.el.
7948         * subword.el: Rename from progmodes/cc-subword.el.
7949         (subword-mode-map): Rename from c-subword-mode-map.
7950         (subword-mode): Rename from c-subword-mode.
7951         (global-subword-mode): New global minor mode.
7952         (forward-subword): Rename from c-forward-subword.
7953         (backward-subword): Rename from c-backward-subword.
7954         (mark-subword): Rename from c-mark-subword.
7955         (kill-subword): Rename from c-kill-subword.
7956         (backward-kill-subword): Rename from c-backward-kill-subword.
7957         (transpose-subwords): Rename from c-tranpose-subword.
7958         (downcase-subword): Rename from c-downcase-subword.
7959         (capitalize-subword): Rename from c-capitalize-subword.
7960         (forward-subword-internal): Rename from c-forward-subword-internal.
7961         (backward-subword-internal): Rename from c-backward-subword-internal.
7963 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7965         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7966         from a dired buffer.
7967         (vc-dired-deduce-fileset): New function.
7968         (vc-root-diff, vc-print-root-log): Use it.
7970         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7971         nil LIMIT argument to vc-print-log-internal.
7973 2009-11-20  Glenn Morris  <rgm@gnu.org>
7975         * Makefile.in (ELCFILES): Regenerate.
7977 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7979         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7981         * cedet/semantic.el: Enable idle-mode menu items only if
7982         global-semantic-idle-scheduler-mode is enabled.
7983         (semantic-default-submodes): Doc fix.
7985         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7986         When turning off, disable other idle modes.
7988 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7990         * calc/calc.el (calc-set-mode-line):
7991         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7992         (math-format-number): Rename `math-format-complement-signed' to
7993         `math-format-twos-complement'.
7995         * calc/calc-bin.el (math-format-twos-complement): Rename from
7996         math-format-complement-signed.
7997         (calc-radix): Rename `calc-complement-signed-mode' to
7998         `calc-twos-complement-mode'.
7999         (calc-octal-radix, calc-hex-radix): Add an argument for
8000         two's complement.
8002         * calc/calc-embed.el (calc-embedded-mode-vars):
8003         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8005         * calc/calc-ext.el (calc-init-extensions):
8006         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8007         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
8009         * calc/calc-units.el (math-build-units-table-buffer):
8010         Let `calc-twos-complement-mode' be nil.
8012         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
8013         entries.
8015         * calc/calc-vec.el (calcFunc-vunpack):
8016         * calc/calc-aent.el (calc-do-calc-eval):
8017         * calc/calc-forms.el (math-format-date):
8018         * calc/calc-graph.el (calc-graph-plot):
8019         * calc/calc-math.el (math-use-emacs-fn):
8020         * calc/calccomp.el (math-compose-expr):
8021         Let `calc-twos-complement-mode' be nil.
8023 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8025         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
8026         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
8027         * minibuffer.el (completion-in-region-functions): New hook.
8028         (completion-in-region): New function.
8029         * emacs-lisp/lisp.el (lisp-complete-symbol):
8030         * pcomplete.el (pcomplete-std-complete): Use it.
8032 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8034         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
8035         (latex-complete-alist): New vars.
8036         (latex-string-prefix-p, latex-complete-bibtex-keys)
8037         (latex-complete-envnames, latex-complete-refkeys)
8038         (latex-complete-data): New functions.
8039         (latex-complete, latex-indent-or-complete): New commands.
8041         * window.el (display-buffer-mark-dedicated): New var.
8042         (display-buffer): Obey it.
8043         * minibuffer.el (minibuffer-completion-help): Use it.
8045         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
8047         * filecache.el (file-cache-add-file): Use push and cons.
8048         (file-cache-delete-file-regexp): Use push.
8049         (file-cache-complete): Use completion-in-region.
8051         * simple.el (with-wrapper-hook): Fix thinko.
8053         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
8054         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
8055         Use with-current-buffer and string-to-number.
8056         (hfy-fallback-colour-values): Use assoc-string.
8057         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
8058         (hfy-face-at): Remove unused var `found-face'.
8059         (hfy-compile-stylesheet): Remove unused var `css'.
8060         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
8061         and `orig-buffer'.
8062         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
8063         Use with-current-buffer.
8064         (hfy-text-p): Use expand-file-name and fewer setq.
8066 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
8068         * htmlfontify.el, hfy-cmap.el: New files.
8070 2009-11-19  Juri Linkov  <juri@jurta.org>
8072         * minibuffer.el (completions-format): New defcustom.
8073         (completion--insert-strings): Implement vertical format.
8075         * simple.el (switch-to-completions): Move point to the first
8076         completion when point was at the beginning of the buffer.
8078 2009-11-19  Juri Linkov  <juri@jurta.org>
8080         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
8082         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
8084 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
8086         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
8087         (mail-signature): Change default to t.
8088         (mail-from-style): Deprecate `system-default' value.
8089         (mail-insert-from-field): For default value of mail-from-style,
8090         default to `angles' unless `angles' needs quoting and `parens'
8091         does not.
8092         (mail-citation-prefix-regexp): Use citation regexp from
8093         message-mode.
8095 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
8097         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8098         Set variables for computing the prompt for reading password.
8100 2009-11-19  Glenn Morris  <rgm@gnu.org>
8102         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
8104         * textmodes/flyspell.el (sgml-lexical-context): Declare.
8106         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
8107         (newsticker-treeview-listwindow-height): Fix custom type.
8109 2009-11-19  Kenichi Handa  <handa@m17n.org>
8111         * descr-text.el (describe-char-padded-string): Compose with TAB
8112         only if there's a font for CH.
8113         (describe-char): Fix the condition for detecting a trivial composition.
8115 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
8117         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
8118         more accurate version of the regexp.  (Bug#3910)
8120 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
8122         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
8124 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
8126         * font-setting.el (font-use-system-font): Declare for byte-compiler.
8127         (font-setting-change-default-font): Fix typo in docstring.
8129 2009-11-18  Alan Mackenzie  <acm@muc.de>
8131         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
8133 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
8135         * font-setting.el (font-use-system-font): Move ...
8137         * cus-start.el (all): ... to here.
8139 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
8141         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
8142         Don't set `ad-return-value' if `ad-do-it' doesn't.
8144         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
8145         modification time.
8147 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
8149         * menu-bar.el: Put "Use system font" in Option-menu.
8150         (menu-bar-options-save): Add font-use-system-font.
8152         * loadup.el: If feature system-font-setting or font-render-setting is
8153         there, load font-setting.
8155         * Makefile.in (ELCFILES): Add font-settings.el.
8156         * font-setting.el: New file.
8158 2009-11-17  Glenn Morris  <rgm@gnu.org>
8160         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
8162         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
8163         Preserve point in the list buffer.  (Bug#4939)
8164         Use point-at-eol.
8165         (newsticker--treeview-list-update-highlight)
8166         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
8168 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
8170         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
8171         Remove.
8173         * calc/calc-ext.el (calc-init-extensions): Remove references to
8174         symclip.
8176         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
8178         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
8179         * calc/calc-help.el (calc-b-prefix-help): Remove references to
8180         `calc-symclip'.
8182 2009-11-16  Kevin Ryde  <user42@zip.com.au>
8184         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8185         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
8187         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8188         (lm-keywords-list): Allow comma-only separator like "foo,bar".
8189         Ignore trailing spaces by omit-nulls to split-string (fixing
8190         regression from Emacs 21 due to the incompatible split-string
8191         change).  (Bug #4928.)
8193 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8195         * vc.el (vc-log-show-limit): Default to 2000.
8196         (vc-print-log-internal): Insert buttons to request more entries
8197         when limiting the output.
8199         * vc-sccs.el (vc-sccs-print-log):
8200         * vc-rcs.el (vc-rcs-print-log):
8201         * vc-cvs.el (vc-cvs-print-log):
8202         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
8203         LIMIT is non-nil.
8205 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
8207         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
8208         error when `tramp-gvfs-dbus-event-vector' is set.
8209         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
8211 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8213         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
8215 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
8217         * net/dbus.el (dbus-unregister-service): New defun.
8218         (dbus-register-property): Register the handlers of
8219         "org.freedesktop.DBus.Properties" for SERVICE.
8220         (dbus-property-handler): Fix docstring.
8222 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8224         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
8225         Quote doc string reference in defvaralias as it is not in special form.
8226         (byte-compile-output-docform): Doc fix.
8228 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
8230         * calc/calc.el (math-2-word-size, math-half-2-word-size)
8231         (calc-complement-signed-mode): New variables.
8232         (calc-set-mode-line): Add indicator for twos-complements.
8233         (math-format-number): Format twos-complement notation.
8235         * calc/calc-bin.el (calc-word-size): Reset the variables
8236         `math-2-word-size' and `math-half-2-word-size'.
8237         (math-format-complement-signed, math-symclip, calcFunc-symclip)
8238         (calc-symclip): New functions.
8240         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
8242         * calc/calc-embed.el (calc-embedded-mode-vars):
8243         Add `calc-complement-signed-mode' to the list of modes.
8245         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
8246         (calc-b-oper-keys): Add `calc-symclip' to list.
8248         * calc/calc-ext.el (math-read-number-fancy): Read complement
8249         signed numbers.
8250         (calc-init-extensions): Add binding for `calc-symclip'.
8251         Add autoload for `calcFunc-symclip' and `calc-symclip'.
8253         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
8254         `calc-symclip'.
8255         (calc-modes-menu): Add item for twos complement mode.
8257         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
8259 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
8261         * register.el (jump-to-register, insert-register): Handle Semantic
8262         tags.  From commented-out advice in semantic/senator.el.
8264 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
8266         * vc.el (vc-log-show-limit): New variable.
8267         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
8268         when using a prefix argument.
8269         (vc-print-log-internal): Add new argument LIMIT.
8271         * vc-svn.el (vc-svn-print-log):
8272         * vc-mtn.el (vc-mtn-print-log):
8273         * vc-hg.el (vc-hg-print-log):
8274         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
8275         pass it to the log command when set.  Make the BUFFER argument
8276         non-optional.
8278         * vc-sccs.el (vc-sccs-print-log):
8279         * vc-rcs.el (vc-rcs-print-log):
8280         * vc-git.el (vc-git-print-log):
8281         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
8282         ignore it.  Make the BUFFER argument non-optional
8284         * bindings.el (mode-line-buffer-identification): Do not purecopy.
8286 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
8288         * dired.el (dired-mode-map): Move encryption items to "Operate"
8289         menu (Bug#4703).
8291         * strokes.el (strokes-update-window-configuration): Make strokes
8292         buffer current before erasing (Bug#4906).
8294         * cedet/semantic/idle.el (semantic-idle-summary-mode)
8295         (semantic-idle-summary-mode): Define using define-minor-mode
8296         instead of define-semantic-idle-service.
8297         (semantic-idle-summary-mode): New function.
8298         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8299         that mouse motion does not reset the echo area.
8301 2009-11-15  Juri Linkov  <juri@jurta.org>
8303         * simple.el (set-mark-default-inactive): Add :type, :group
8304         and :version.  (Bug#4876)
8306 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
8308         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
8309         (archive-unique-fname): ... here.  (Bug#4929)
8311 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8313         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
8314         with a real fix.
8316         * novice.el (disabled-command-function): Add useful args.
8317         Setup the help buffer so that [back] works.
8318         Remove redundant call to help-mode.
8319         (disabled-command-function): Use `case'.
8320         (en/disable-command): New function extracted from enable-command.
8321         (enable-command, disable-command): Use it.
8323 2009-11-14  Glenn Morris  <rgm@gnu.org>
8325         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
8326         constants.  (Bug#4913)
8328         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
8330 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
8332         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
8333         defined in C that have no doc-strings.  (Bug#1063)
8335 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
8337         * cus-edit.el (data, files):
8338         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
8340 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
8342         * simple.el (shell-command): Doc fix (Bug#4891).
8344         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
8346 2009-11-14  Glenn Morris  <rgm@gnu.org>
8348         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
8349         statements for vc-diff, emerge-quit, and rmail-cease-edit.
8350         If they are already loaded, eval-after-load will do the right thing.
8352         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
8353         compiling.
8355         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
8357         * simple.el (x-selection-owner-p): Declare.
8358         (read-mail-command): Use custom radio type rather than choice.
8359         (completion-no-auto-exit): Doc fix.
8361         * custom.el (defgroup):
8362         * epg-config.el (epg): Doc fixes.
8364 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
8366         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8367         * international/ccl.el (define-ccl-program): Do not purecopy the
8368         docstring, defconst does it anyway.
8370 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8372         * add-log.el (add-change-log-entry): Avoid displaying the changelog
8373         a second time.
8375         * x-dnd.el (x-dnd-maybe-call-test-function):
8376         * window.el (split-window-vertically):
8377         * whitespace.el (whitespace-help-on):
8378         * vc-rcs.el (vc-rcs-consult-headers):
8379         * userlock.el (ask-user-about-lock-help)
8380         (ask-user-about-supersession-help):
8381         * type-break.el (type-break-force-mode-line-update):
8382         * time-stamp.el (time-stamp-conv-warn):
8383         * terminal.el (te-set-output-log, te-more-break, te-filter)
8384         (te-sentinel, terminal-emulator):
8385         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8386         (term-write-input-ring, term-check-source, term-start-output-log):
8387         (term-display-buffer-line, term-dynamic-list-completions):
8388         (term-ansi-make-term, serial-term):
8389         * subr.el (selective-display):
8390         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8391         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8392         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8393         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8394         (speedbar-remove-localized-speedbar-support)
8395         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8396         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8397         (speedbar-buffers-line-directory):
8398         * simple.el (shell-command-on-region, append-to-buffer)
8399         (prepend-to-buffer):
8400         * shadowfile.el (shadow-save-todo-file):
8401         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8402         (scroll-bar-maybe-set-window-start):
8403         * sb-image.el (speedbar-image-dump):
8404         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8405         (load-save-place-alist-from-file):
8406         * ps-samp.el (ps-print-message-from-summary):
8407         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8408         (ps-background-image, ps-begin-job, ps-do-despool):
8409         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8410         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8411         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8412         (pr-call-process, pr-file-list, pr-interface-save):
8413         * novice.el (disabled-command-function)
8414         (enable-command, disable-command):
8415         * mouse.el (mouse-buffer-menu-alist):
8416         * mouse-copy.el (mouse-kill-preserving-secondary):
8417         * macros.el (kbd-macro-query):
8418         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8419         * informat.el (batch-info-validate):
8420         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8421         * hippie-exp.el (try-expand-dabbrev-visible):
8422         * help-mode.el (help-make-xrefs):
8423         * help-fns.el (describe-variable):
8424         * generic-x.el (bat-generic-mode-run-as-comint):
8425         * finder.el (finder-mouse-select):
8426         * find-dired.el (find-dired-sentinel):
8427         * filesets.el (filesets-file-close):
8428         * files.el (list-directory):
8429         * faces.el (list-faces-display, describe-face):
8430         * facemenu.el (list-colors-display):
8431         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8432         * epg.el (epg--process-filter, epg-cancel):
8433         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8434         (epa--read-signature-type):
8435         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8436         (emerge-file-names):
8437         * ehelp.el (electric-helpify):
8438         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8439         * ediff-vers.el (rcs-ediff-view-revision):
8440         * ediff-util.el (ediff-setup):
8441         * ediff-mult.el (ediff-append-custom-diff):
8442         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8443         (ediff-wordify):
8444         * echistory.el (Electric-command-history-redo-expression):
8445         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8446         * disp-table.el (describe-display-table):
8447         * dired.el (dired-find-buffer-nocreate):
8448         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8449         * dabbrev.el (dabbrev--same-major-mode-p):
8450         * chistory.el (list-command-history):
8451         * apropos.el (apropos-documentation):
8452         * allout.el (allout-obtain-passphrase):
8453         (allout-copy-exposed-to-buffer):
8454         (allout-verify-passphrase): Use with-current-buffer.
8456 2009-11-13  Glenn Morris  <rgm@gnu.org>
8458         * Makefile.in (ELCFILES): Regenerate.
8460 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
8462         * net/dbus.el (dbus-registered-objects-table): Rename from
8463         `dbus-registered-functions-table', because it contains also properties.
8464         (dbus-unregister-object): Unregister also properties.
8465         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8466         Use a timeout of 500 msec, in order to not block.
8467         (dbus-register-property, dbus-property-handler): New defuns.
8469 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8471         * simple.el (minibuffer-default-add-completions): Drop deprecated
8472         4th arg.
8474 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
8476         * textmodes/artist.el (artist-mouse-choose-operation):
8477         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8478         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8479         (artist-compute-up-event-key): New function.
8480         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8482 2009-11-13  Kenichi Handa  <handa@m17n.org>
8484         * language/japan-util.el: Make sure that the value of jisx0208
8485         property is jisx0208 character.
8487 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
8489         * international/mule.el (auto-coding-regexp-alist): Only purecopy
8490         car or each item, not the whole list.
8492 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8494         * minibuffer.el (minibuffer-completion-help):
8495         Use minibuffer-hide-completions.
8497 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
8499         * dired.el (dired-save-positions, dired-restore-positions): New funs.
8500         (dired-revert): Use them (bug#4880).
8502 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8504         * tooltip.el (tooltip-frame-parameters): Undo previous change.
8506 2009-11-12  Juri Linkov  <juri@jurta.org>
8508         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8509         New functions.
8510         (find-file-literally-at-point): Alias of `ffap-literally'.
8512 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8514         * textmodes/ispell.el (ispell-skip-region-alist):
8515         * textmodes/css-mode.el (auto-mode-alist):
8516         * progmodes/compile.el (auto-mode-alist):
8517         * international/mule.el (ctext-non-standard-encodings-alist)
8518         (ctext-non-standard-encodings-regexp):
8519         * simple.el (shell-command-switch, text-read-only):
8520         * replace.el (occur-mode-map):
8521         * paths.el (rmail-file-name):
8522         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8523         * find-file.el (ff-special-constructs):
8524         * files.el (file-name-handler-alist):
8525         * composite.el: Purecopy strings.
8527         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8529 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8531         * widget.el (define-widget): Purecopy the docstring.
8532         * international/mule-cmds.el (charset): Do not purecopy the
8533         docstring here, define-widget does it.
8535         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8536         * textmodes/bibtex-style.el (auto-mode-alist):
8537         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8538         * progmodes/compile.el (compile-command):
8539         * language/korea-util.el (default-korean-keyboard):
8540         * international/mule-conf.el (file-coding-system-alist):
8541         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8542         * tooltip.el (tooltip-frame-parameters):
8543         * newcomment.el (comment-end, comment-padding):
8544         * dired.el (dired-trivial-filenames):
8545         * comint.el (comint-file-name-prefix): Purecopy initial values.
8547 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
8549         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8550         (tramp-advice-minibuffer-electric-tilde): Unload advices via
8551         `tramp-unload'.
8552         (tramp-advice-make-auto-save-file-name)
8553         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8554         after removing the advice.
8556 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8558         * progmodes/grep.el (grep-regexp-alist):
8559         * international/mule-cmds.el (iso-2022-control-alist):
8560         * emacs-lisp/timer.el (timer-duration-words):
8561         * subr.el (version-separator, version-regexp-alist):
8562         * minibuffer.el (completion-styles-alist):
8563         * faces.el (face-attribute-name-alist, list-faces-sample-text):
8564         Change defvars to defconsts.
8566         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8567         * loadup.el ("international/mule-conf"): Load the byte compiled version.
8568         * international/mule-conf.el: Allow to be byte compiled.
8570         * international/mule.el (define-charset): Purecopy props.
8571         (load-with-code-conversion): Purecopy doc string and file name.
8572         (put-charset-property): Purecopy strings.
8573         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8575         * international/mule-cmds.el (register-input-method): Purecopy arguments.
8576         (define-char-code-property): Correctly purecopy the table.
8578         * international/ccl.el (define-ccl-program): Purecopy the docstring.
8580         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8582         * subr.el (add-hook): Purecopy strings.
8583         (eval-after-load): Purecopy load-history-regexp and the form.
8585         * custom.el (custom-declare-group): Purecopy load-file-name.
8587         * subr.el (menu-bar-separator): New defconst.
8588         * net/eudc.el (eudc-tools-menu):
8589         * international/mule-cmds.el (set-coding-system-map)
8590         (mule-menu-keymap):
8591         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8592         * vc-hooks.el (vc-menu-map):
8593         * replace.el (occur-mode-map):
8594         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8595         (menu-bar-edit-menu, menu-bar-goto-menu)
8596         (menu-bar-custom-menu, menu-bar-showhide-menu)
8597         (menu-bar-options-menu, menu-bar-tools-menu)
8598         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8599         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8600         (menu-bar-help-menu):
8601         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8602         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8604         * term/x-win.el (x-gtk-stock-map):
8605         * progmodes/vera-mode.el (auto-mode-alist):
8606         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8607         (inferior-lisp-program, inferior-lisp-load-command):
8608         * progmodes/hideshow.el (hs-special-modes-alist):
8609         * progmodes/gud.el (same-window-regexps):
8610         * progmodes/grep.el (grep-program, find-program, xargs-program):
8611         * net/telnet.el (same-window-regexps):
8612         * net/rlogin.el (same-window-regexps):
8613         * language/ethiopic.el (font-ccl-encoder-alist):
8614         * vc-sccs.el (vc-sccs-master-templates):
8615         * vc-rcs.el (vc-rcs-master-templates):
8616         * subr.el (cl-assertion-failed):
8617         * simple.el (next-error-overlay-arrow-position):
8618         * lpr.el (lpr-command):
8619         * locate.el (locate-ls-subdir-switches):
8620         * info.el (same-window-regexps, info)
8621         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8622         * image-mode.el (image-mode, auto-mode-alist):
8623         * hippie-exp.el (hippie-expand-ignore-buffers):
8624         * format.el (format-alist):
8625         * find-dired.el (find-ls-subdir-switches, find-grep-options)
8626         (find-name-arg):
8627         * facemenu.el (facemenu-keybindings):
8628         * dired.el (dired-listing-switches, dired-chown-program):
8629         * diff.el (diff-switches, diff-command):
8630         * cus-edit.el (same-window-regexps):
8631         * bindings.el (mode-line-mule-info)
8632         (mode-line-buffer-identification): Purecopy strings.
8634 2009-11-11  Juri Linkov  <juri@jurta.org>
8636         * simple.el (dired-get-filename) <declare-function>:
8637         Tell the byte-compiler about dired-get-filename.
8638         (shell-command): In Dired mode, get filename from the current line
8639         as the default value.
8641 2009-11-10  Glenn Morris  <rgm@gnu.org>
8643         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8644         * calendar/holidays.el, progmodes/cperl-mode.el:
8645         Update x-popup-menu declarations.
8647         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8648         (list-load-path-shadows): Use dolist.
8649         (list-load-path-shadows): Use with-current-buffer.
8651 2009-11-10  Juri Linkov  <juri@jurta.org>
8653         * minibuffer.el (read-file-name): Support a list of default values
8654         in `default-filename'.  Use the first file name where only one
8655         element is required.  Doc fix.
8657 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
8659         * net/dbus.el (dbus-unregister-object): Release service, if no
8660         other method is registered for it.
8662 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
8664         * bookmark.el (bookmark-completing-read): Sort bookmark names if
8665         bookmark-sort-flag is non-nil (Bug#4653).
8667 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8669         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8670         the progress reporter entirely.
8672         * emulation/cua-base.el: Add CUA property to some CC mode commands
8673         (Bug#4100).
8675 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8677         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8678         at end of sentence (Bug#4818).
8680 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8682         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8683         Handle "see declaration of" MSFT statements (Bug#4100).
8685 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8687         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8688         (tramp-advice-file-expand-wildcards): Unload via
8689         `ad-remove-advice'.
8691         * net/trampver.el: Update release number.
8693 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8695         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8696         `ad-do-it'.
8698 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8700         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8701         in order to keep context in SELinux.
8703 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8705         * dired-aux.el (dired-query): Place cursor in echo area and allow
8706         C-g.
8708         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8709         menu item if not on a directory (Bug#4701).
8711 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8713         Sync with Tramp 2.1.17.
8715         * net/tramp.el (tramp-handle-copy-directory): Don't use
8716         `file-remote-p' (due to compatibility).
8718         * net/tramp-compat.el (tramp-compat-copy-directory)
8719         (tramp-compat-delete-directory): New defuns.
8721         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8722         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8723         `tramp-compat-delete-directory'.
8725         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8726         (tramp-smb-handle-delete-directory): Use
8727         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8729         * net/trampver.el: Update release number.
8731 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8733         * tar-mode.el (tar-copy): Call write-region on the right buffer
8734         (Bug#4857).
8736         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8737         by hand, if necessary (Bug#4878).
8739 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8741         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8742         align size column (Bug#4839).
8744         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8745         statement.
8747 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8749         * progmodes/ld-script.el (auto-mode-alist):
8750         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8752         * cus-face.el (custom-declare-face): Purecopy face spec.
8754 2009-11-06  Kenichi Handa  <handa@m17n.org>
8756         * international/uni-bidi.el: Re-generated.
8757         * international/uni-category.el: Re-generated.
8758         * international/uni-combining.el: Re-generated.
8759         * international/uni-mirrored.el: Re-generated.
8761 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8763         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8764         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8765         (tex-start-options, slitex-run-command, latex-run-command)
8766         (tex-run-command, tex-directory):
8767         * textmodes/ispell.el (ispell-html-skip-alists)
8768         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8769         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8770         (adaptive-fill-regexp):
8771         * textmodes/dns-mode.el (auto-mode-alist):
8772         * progmodes/python.el (interpreter-mode-alist):
8773         * progmodes/etags.el (tags-compression-info-list):
8774         * progmodes/etags.el (tags-file-name):
8775         * net/browse-url.el (browse-url-galeon-program)
8776         (browse-url-firefox-program):
8777         * mail/sendmail.el (mail-signature-file)
8778         (mail-citation-prefix-regexp):
8779         * international/mule-conf.el (eight-bit):
8780         * international/latexenc.el (latex-inputenc-coding-alist):
8781         * international/fontset.el (x-pixel-size-width-font-regexp):
8782         * emacs-lisp/warnings.el (warning-type-format):
8783         * emacs-lisp/trace.el (trace-buffer):
8784         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8785         (emacs-lisp-mode-map):
8786         * calendar/holidays.el (holiday-solar-holidays)
8787         (holiday-bahai-holidays, holiday-islamic-holidays)
8788         (holiday-christian-holidays, holiday-hebrew-holidays)
8789         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8790         (hebrew-holidays-1, holiday-oriental-holidays)
8791         (holiday-general-holidays):
8792         * x-dnd.el (x-dnd-known-types):
8793         * tool-bar.el (tool-bar):
8794         * startup.el (site-run-file):
8795         * shell.el (shell-dumb-shell-regexp):
8796         * rfn-eshadow.el (file-name-shadow-tty-properties)
8797         (file-name-shadow-properties):
8798         * paths.el (remote-shell-program, news-directory):
8799         * mouse.el ([C-down-mouse-3]):
8800         * menu-bar.el (menu-bar-tools-menu):
8801         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8802         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8803         (jka-compr-compression-info-list):
8804         * isearch.el (search-whitespace-regexp):
8805         * image-file.el (image-file-name-extensions):
8806         * find-dired.el (find-ls-option):
8807         * files.el (directory-listing-before-filename-regexp)
8808         (directory-free-space-args, insert-directory-program)
8809         (list-directory-brief-switches, magic-fallback-mode-alist)
8810         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8811         (automount-dir-prefix):
8812         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8813         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8814         (face-font-registry-alternatives, face-font-registry-alternatives)
8815         (face-font-family-alternatives):
8816         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8817         (facemenu-foreground-menu, facemenu-face-menu):
8818         * epa-hook.el (epa-file-name-regexp):
8819         * dnd.el (dnd-protocol-alist):
8820         * textmodes/rst.el (auto-mode-alist):
8821         * button.el (default-button): Purecopy strings.
8823 2009-11-06  Glenn Morris  <rgm@gnu.org>
8825         * Makefile.in (ELCFILES): Update.
8827 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8829         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8830         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8832         * nxml/xsd-regexp.el (xsdre-gen-categories):
8833         * nxml/xmltok.el (xmltok-parse-entity):
8834         * nxml/rng-parse.el (rng-parse-validate-file):
8835         * nxml/rng-maint.el (rng-format-manual)
8836         (rng-manual-output-force-new-line):
8837         * nxml/rng-loc.el (rng-save-schema-location-1):
8838         * nxml/rng-cmpct.el (rng-c-parse-file):
8839         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8840         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8842 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8844         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8845         Remove extra save-excursions and make-variable-buffer-local's.
8846         Suggested by Stefan Monnier.
8848         (verilog-getopt-file, verilog-module-inside-filename-p)
8849         (verilog-set-define): Merge GNU 1.35 and repair changes from
8850         switching to using with-current-buffer.
8852         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8853         being treated as a number and confusing AUTORESET.
8854         Reported by Dan Dever.
8856         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8857         Add verilog-auto-ignore-concat to fix backward compatibility with
8858         older verilog-modes.  Reported by Dan Katz.
8860         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8861         containing closing anchors "...$".
8863         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8864         Reported by Wade Smith.
8866         (verilog-batch-execute-func): Comment on function usage.
8868 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8870         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8871         for labels.
8873         (verilog-label-re, verilog-calc-1): Support proper indent of named
8874         asserts.
8876         (verilog-backward-token, verilog-basic-complete-re)
8877         (verilog-beg-of-statement, verilog-indent-re): Support proper
8878         indent of the assert statement at the beginning of a block of text.
8880         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8881         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8882         tokens as begins.
8884 2009-11-05  Glenn Morris  <rgm@gnu.org>
8886         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8887         Emacs 19.  (Bug#1531)
8888         (byte-compile-fix-header): Update for the above change.
8889         Drop test for epoch::version.
8891         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8892         * cus-dep.el (custom-make-dependencies):
8893         * finder.el (finder-compile-keywords):
8894         Use autoload-rubric's feature argument.
8896         * calendar/diary-lib.el (top-level): Make load behave more like require.
8898         * vc-git.el (vc-git-stash-map): Move definition before use.
8900 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8902         * custom.el (custom-declare-group): Purecopy standard-value.
8903         (custom-declare-group): Purecopy custom-prefix.
8905         * international/mule.el (load-with-code-conversion):
8906         Call do-after-load-evaluation unconditionally.
8908         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8910 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8912         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8914 2009-11-04  Glenn Morris  <rgm@gnu.org>
8916         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8917         (byte-compile-compatibility): Remove option.
8918         (byte-compile-close-variables, byte-compile-fix-header)
8919         (byte-compile-insert-header, byte-compile-output-docform)
8920         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8921         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8922         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8923         (byte-compile-insert, byte-compile-defun):
8924         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8925         (byte-defop-compiler19): Remove.
8926         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8927         used by anything.  Replace all calls with byte-defop-compiler.
8929 2009-11-04  Juri Linkov  <juri@jurta.org>
8931         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8932         (menu-bar-options-menu): Don't quote the `prop' arg of
8933         `menu-bar-make-mm-toggle'.
8935 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8937         * calendar/calendar.el (cal-loaddefs):
8938         * calendar/diary-lib.el (diary-loaddefs):
8939         * calendar/holidays.el (hol-loaddefs):
8940         * eshell/esh-module.el (esh-groups): Load rather than require.
8942 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8944         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8945         point-min==1.
8946         (todo-top-priorities): Only display-buffer when called interactively.
8947         (todo-item-start): Don't save excursion point.
8948         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8949         (todo-insert-item-here, todo-file-item, todo-remove-item):
8950         Adjust uses of todo-item-start and todo-item-end.
8952         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8953         (autoload-rubric): Don't use any more.
8954         * cedet/semantic/fw.el (semantic/loaddefs):
8955         * cedet/srecode.el (srecode/loaddefs):
8956         * cedet/ede.el (ede/loaddefs): Load rather than require.
8957         * cedet/ede/cpp-root.el:
8958         * cedet/ede/emacs.el:
8959         * cedet/ede/files.el:
8960         * cedet/ede/linux.el:
8961         * cedet/ede/locate.el:
8962         * cedet/ede/make.el:
8963         * cedet/ede/shell.el:
8964         * cedet/ede/speedbar.el:
8965         * cedet/ede/system.el:
8966         * cedet/ede/util.el:
8967         * cedet/semantic/analyze.el:
8968         * cedet/semantic/bovine.el:
8969         * cedet/semantic/complete.el:
8970         * cedet/semantic/ctxt.el:
8971         * cedet/semantic/db-file.el:
8972         * cedet/semantic/db-find.el:
8973         * cedet/semantic/db-global.el:
8974         * cedet/semantic/db-mode.el:
8975         * cedet/semantic/db-typecache.el:
8976         * cedet/semantic/db.el:
8977         * cedet/semantic/debug.el:
8978         * cedet/semantic/dep.el:
8979         * cedet/semantic/doc.el:
8980         * cedet/semantic/edit.el:
8981         * cedet/semantic/find.el:
8982         * cedet/semantic/format.el:
8983         * cedet/semantic/html.el:
8984         * cedet/semantic/ia-sb.el:
8985         * cedet/semantic/ia.el:
8986         * cedet/semantic/idle.el:
8987         * cedet/semantic/lex-spp.el:
8988         * cedet/semantic/lex.el:
8989         * cedet/semantic/mru-bookmark.el:
8990         * cedet/semantic/scope.el:
8991         * cedet/semantic/senator.el:
8992         * cedet/semantic/sort.el:
8993         * cedet/semantic/symref.el:
8994         * cedet/semantic/tag-file.el:
8995         * cedet/semantic/tag-ls.el:
8996         * cedet/semantic/tag-write.el:
8997         * cedet/semantic/tag.el:
8998         * cedet/semantic/util-modes.el:
8999         * cedet/semantic/analyze/complete.el:
9000         * cedet/semantic/analyze/refs.el:
9001         * cedet/semantic/bovine/c.el:
9002         * cedet/semantic/bovine/gcc.el:
9003         * cedet/semantic/bovine/make.el:
9004         * cedet/semantic/bovine/scm.el:
9005         * cedet/semantic/decorate/include.el:
9006         * cedet/semantic/decorate/mode.el:
9007         * cedet/semantic/symref/cscope.el:
9008         * cedet/semantic/symref/global.el:
9009         * cedet/semantic/symref/grep.el:
9010         * cedet/semantic/symref/idutils.el:
9011         * cedet/semantic/symref/list.el:
9012         * cedet/semantic/wisent/java-tags.el:
9013         * cedet/semantic/wisent/javascript.el:
9014         * cedet/srecode/compile.el:
9015         * cedet/srecode/cpp.el:
9016         * cedet/srecode/document.el:
9017         * cedet/srecode/el.el:
9018         * cedet/srecode/expandproto.el:
9019         * cedet/srecode/getset.el:
9020         * cedet/srecode/insert.el:
9021         * cedet/srecode/java.el:
9022         * cedet/srecode/map.el:
9023         * cedet/srecode/mode.el:
9024         * cedet/srecode/template.el:
9025         * cedet/srecode/texi.el: Remove the file-local setting of
9026         generated-autoload-feature.
9028         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
9029         and only put a prop if it is non-nil.
9031 2009-11-03  Juri Linkov  <juri@jurta.org>
9033         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
9034         (menu-bar-options-menu): Fix list quoting (Bug#4429).
9036         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
9037         and "Menu" to make top-level menu item visually one unit (like
9038         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
9039         multi-word menu items).  Fix :help string for quit-window.
9041 2009-11-03  Glenn Morris  <rgm@gnu.org>
9043         * cedet/mode-local.el (with-mode-local): Doc fix.
9045         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
9046         (byte-compile-file-form-define-abbrev-table)
9047         (byte-compile-file-form-custom-declare-variable)
9048         (byte-compile-variable-ref, byte-compile-defvar):
9049         Whether or not a warning is enabled should only affect whether we issue
9050         the warning, not whether or not we collect the relevant data.
9051         Eg warnings can be turned on and off throughout the course of a file.
9053         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
9054         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
9056 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9058         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
9059         * play/mpuz.el (mpuz-create-buffer):
9060         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
9061         (lm-print-y,s,noise, lm-print-w0, lm-init):
9062         * play/gomoku.el (gomoku-prompt-for-move):
9063         * play/fortune.el (fortune-in-buffer):
9064         * play/dissociate.el (dissociated-press):
9065         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
9066         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
9067         * mail/supercite.el (sc-eref-show):
9068         * mail/smtpmail.el (smtpmail-send-it):
9069         * mail/rmailsum.el (rmail-summary-next-labeled-message)
9070         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
9071         (rmail-summary-undelete-many, rmail-summary-rmail-update)
9072         (rmail-summary-goto-msg, rmail-summary-expunge)
9073         (rmail-summary-get-new-mail, rmail-summary-search-backward)
9074         (rmail-summary-add-label, rmail-summary-output-menu)
9075         (rmail-summary-output-body):
9076         * mail/rfc822.el (rfc822-addresses):
9077         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
9078         * mail/mailpost.el (post-mail-send-it):
9079         * mail/hashcash.el (hashcash-generate-payment):
9080         * mail/feedmail.el (feedmail-run-the-queue)
9081         (feedmail-queue-send-edit-prompt-help-first)
9082         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
9083         (feedmail-deduce-address-list):
9084         * eshell/esh-ext.el (eshell-remote-command):
9085         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
9086         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
9087         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
9088         (viper-save-string-in-file, viper-valid-marker):
9089         * emulation/viper-keym.el (viper-toggle-key):
9090         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
9091         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
9092         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
9093         * emulation/viper-cmd.el (viper-exec-form-in-vi)
9094         (viper-exec-form-in-emacs, viper-brac-function):
9095         * emulation/viper.el (viper-delocalize-var):
9096         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
9097         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
9098         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
9099         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
9100         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
9101         * emulation/edt.el (edt-electric-helpify):
9102         * emulation/cua-rect.el (cua--rectangle-aux-replace):
9103         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
9104         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
9105         (cua-indent-to-global-mark-column):
9106         * calendar/diary-lib.el (calendar-mark-1):
9107         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
9108         Use with-current-buffer.
9109         * emulation/viper.el (viper-delocalize-var): Use dolist.
9111 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
9113         * comint.el (comint-replace-by-expanded-history-before-point):
9114         Replace !! with the previous input string literally (Bug#1795).
9116 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
9118         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
9119         to be made up of whitespace.
9121 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
9123         * minibuffer.el (read-file-name): Don't use file dialogs for
9124         remote directories (Bug#99).
9126 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
9128         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
9130 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
9132         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
9133         instead of deleting the window or frame.
9135 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
9137         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9138         Support face colors.
9140         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
9141         New function.  Support face colors (Bug#1168).
9142         (tex-common-initialization): Use it.
9144         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
9145         mode allows it (Bug#1168).
9147 2009-10-31  Juri Linkov  <juri@jurta.org>
9149         * facemenu.el (list-colors-display): Don't mark buffer as
9150         modified (Bug#3948).
9152 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
9154         * international/mule-diag.el (list-character-sets-1): Minor
9155         message fix (Bug#3526).
9157         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
9158         face property (Bug#4834).
9159         (etags-list-tags, etags-tags-apropos-additional)
9160         (etags-tags-apropos, tags-select-tags-table): Add follow-link
9161         property.
9163         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
9164         items.
9166         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
9167         items.
9169         * cedet/ede.el (ede-minor-mode):
9170         * cedet/semantic.el (semantic-mode): Toggle menu separators.
9172 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9174         * textmodes/two-column.el (2C-split):
9175         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
9176         * textmodes/tex-mode.el (tex-set-buffer-directory):
9177         * textmodes/spell.el (spell-region, spell-string):
9178         * textmodes/reftex.el (reftex-erase-buffer):
9179         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
9180         * textmodes/reftex-toc.el (reftex-toc-promote-action):
9181         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
9182         (reftex-select-item):
9183         * textmodes/reftex-ref.el (reftex-label-info-update)
9184         (reftex-offer-label-menu):
9185         * textmodes/reftex-index.el (reftex-index-change-entry)
9186         (reftex-index-phrases-info):
9187         * textmodes/reftex-global.el (reftex-create-tags-file)
9188         (reftex-save-all-document-buffers, reftex-ensure-write-access):
9189         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
9190         (reftex-view-crossref-from-bibtex):
9191         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
9192         (reftex-extract-bib-entries-from-thebibliography)
9193         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
9194         * textmodes/refbib.el (r2b-capitalize-title):
9195         (r2b-convert-buffer, r2b-help):
9196         * textmodes/page-ext.el (pages-directory)
9197         (pages-directory-goto-with-mouse):
9198         * textmodes/bibtex.el (bibtex-validate-globally):
9199         * textmodes/bib-mode.el (bib-capitalize-title):
9200         * textmodes/artist.el (artist-clear-buffer, artist-system):
9201         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
9202         (local-set-scheme-interaction-buffer, xscheme-process-filter)
9203         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
9204         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
9205         (xscheme-send-control-g-interrupt, xscheme-start-process)
9206         (xscheme-process-sentinel, xscheme-cd):
9207         * progmodes/verilog-mode.el (verilog-read-always-signals)
9208         (verilog-set-define, verilog-getopt-file)
9209         (verilog-module-inside-filename-p):
9210         * progmodes/sh-script.el:
9211         * progmodes/python.el (python-pdbtrack-get-source-buffer)
9212         (python-pdbtrack-grub-for-buffer, python-execute-file):
9213         * progmodes/octave-inf.el (inferior-octave):
9214         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9215         (idlwave-shell-compile-helper-routines, idlwave-set-local)
9216         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
9217         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
9218         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
9219         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
9220         (idlwave-shell-filter, idlwave-shell-examine-highlight)
9221         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
9222         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
9223         (idlwave-shell-examine-display, idlwave-shell-run-region)
9224         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
9225         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
9226         * progmodes/idlw-help.el (idlwave-help-get-special-help)
9227         (idlwave-help-get-help-buffer):
9228         * progmodes/gud.el (gud-basic-call, gud-find-class)
9229         (gud-tooltip-activate-mouse-motions-if-enabled):
9230         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9231         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
9232         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
9233         (ebrowse-tags-next-file):
9234         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
9235         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
9236         (ebnf-eps-finish-and-write):
9237         * progmodes/cpp.el (cpp-edit-save):
9238         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
9239         * progmodes/cc-defs.el (c-emacs-features):
9240         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
9241         (antlr-directory-dependencies):
9242         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
9243         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
9244         (ada-find-any-references, ada-make-filename-from-adaname)
9245         (ada-make-body-gnatstub):
9246         * obsolete/rnews.el (news-list-news-groups):
9247         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9248         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
9249         * net/rcirc.el (rcirc-debug):
9250         * net/newst-treeview.el (newsticker--treeview-list-add-item)
9251         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
9252         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
9253         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
9254         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9255         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
9256         (newsticker--treeview-list-clear-highlight)
9257         (newsticker--treeview-list-update-highlight)
9258         (newsticker--treeview-list-highlight-start)
9259         (newsticker--treeview-tree-update-highlight)
9260         (newsticker--treeview-get-selected-item)
9261         (newsticker-treeview-mark-list-items-old)
9262         (newsticker--treeview-set-current-node):
9263         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9264         * net/newst-backend.el (newsticker--get-news-by-funcall)
9265         (newsticker--get-news-by-wget, newsticker--image-get)
9266         (newsticker--image-sentinel):
9267         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
9268         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
9269         (eudc-ph-close-session):
9270         * net/eudc.el (eudc-save-options):
9271         * language/thai-word.el (thai-update-word-table):
9272         * language/japan-util.el (japanese-string-conversion):
9273         * international/titdic-cnv.el (tsang-quick-converter)
9274         (ziranma-converter, ctlau-converter):
9275         * international/mule-cmds.el (describe-language-environment):
9276         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
9277         (skkdic-convert-postfix, skkdic-convert-prefix):
9278         (skkdic-convert-okuri-nasi, skkdic-convert):
9279         * emacs-lisp/re-builder.el (reb-update-overlays):
9280         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
9281         * emacs-lisp/gulp.el (gulp-send-requests):
9282         * emacs-lisp/find-gc.el (trace-call-tree):
9283         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
9284         (eieio-describe-generic):
9285         * emacs-lisp/eieio-base.el (eieio-persistent-read):
9286         * emacs-lisp/edebug.el (edebug-outside-excursion):
9287         * emacs-lisp/debug.el (debugger-make-xrefs):
9288         * emacs-lisp/cust-print.el (custom-prin1-to-string):
9289         * emacs-lisp/chart.el (chart-new-buffer):
9290         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
9291         Use with-current-buffer.
9292         * textmodes/artist.el (artist-system): Don't call
9293         copy-sequence on a fresh string.
9294         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
9296 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
9298         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
9299         is no item to edit.  (Bug#4820)
9300         (todo-top-priorities): Restore point and restore narrowing in Todo
9301         buffer.  (Bug#4820)
9303 2009-10-31  Glenn Morris  <rgm@gnu.org>
9305         * net/ange-ftp.el (top-level): Don't require dired when compiling.
9306         (comint-last-output-start, comint-last-input-start)
9307         (comint-last-input-end): Don't defvar when compiling.
9308         (ange-ftp-process-file): Use bound-and-true-p.
9310         * pcmpl-rpm.el (top-level): Move provide statement to end.
9311         (pcmpl-rpm): Remove unused custom group.
9313         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
9315         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
9317         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9318         (byte-compile-warnings): Add `constants' as an option.
9319         (byte-compile-callargs-warn, byte-compile-arglist-warn)
9320         (display-call-tree): Update for byte-compile-fdefinition possibly
9321         returning `(macro lambda ...)'.  (Bug#4778)
9322         (byte-compile-variable-ref, byte-compile-setq-default):
9323         Respect `constants' member of byte-compile-warnings.
9325         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
9326         Use mapc rather than mapcar because the return value is never used.
9328         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
9329         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
9330         * cedet/semantic/html.el:
9331         Suppress harmless warnings about setting up semantic-imenu (not
9332         part of Emacs) variables.
9334 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * vc-bzr.el (vc-bzr-revision-keywords): New var.
9337         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
9338         to "submit:".
9340         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
9341         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
9342         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
9343         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
9344         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
9345         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
9346         (semantic-analyzer-debug-global-symbol)
9347         (semantic-analyzer-debug-missing-innertype)
9348         (semantic-analyzer-debug-insert-include-summary):
9349         * cedet/semantic/util.el (semantic-file-tag-table):
9350         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
9351         (semantic-recursive-find-nonterminal-by-name):
9352         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
9353         * cedet/semantic/tag-file.el (semantic-prototype-file):
9354         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
9355         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
9356         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
9357         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
9358         (semantic-idle-summary-maybe-highlight):
9359         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
9360         (semantic-ia-sb-tag-info):
9361         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9362         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9363         * cedet/semantic/ede-grammar.el (project-compile-target):
9364         (ede-proj-makefile-insert-variables):
9365         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9366         (semantic-debug-set-source-location, semantic-debug-interface-layout)
9367         (semantic-debug-mode, semantic-debug):
9368         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9369         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9370         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9371         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9372         (semanticdb-find-translate-path-includes--internal)
9373         (semanticdb-reset-log, semanticdb-find-log-activity):
9374         * cedet/semantic/db-file.el (object-write):
9375         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9376         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9377         (semanticdb-create-ebrowse-database):
9378         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9379         * cedet/semantic/complete.el (semantic-displayor-focus-request)
9380         (semantic-collector-calculate-completions-raw)
9381         (semantic-complete-read-tag-analyzer):
9382         * cedet/semantic/analyze.el (semantic-analyze-pulse):
9383         * cedet/ede/util.el (ede-update-version-in-source):
9384         * cedet/ede/proj.el (project-delete-target):
9385         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9386         (ede-proj-flush-autoconf):
9387         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9388         (ede-proj-configure-synchronize):
9389         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9390         * cedet/ede/linux.el (ede-linux-version):
9391         * cedet/ede/emacs.el (ede-emacs-version):
9392         * cedet/ede/dired.el (ede-dired-add-to-target):
9393         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9394         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9395         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9396         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9397         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9398         (cedet-idutils-version-check):
9399         * cedet/cedet-global.el (cedet-gnu-global-call):
9400         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9401         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9402         * cedet/cedet-cscope.el (cedet-cscope-call)
9403         (cedet-cscope-expand-filename, cedet-cscope-version-check):
9404         Use with-current-buffer.
9405         * cedet/ede.el (ede-make-project-local-variable)
9406         (ede-set-project-variables, ede-set): Use dolist.
9408 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
9410         * textmodes/ispell.el (ispell-skip-region-alist):
9411         * international/mule-conf.el (eight-bit):
9412         * international/fontset.el (font-encoding-alist):
9413         * startup.el (pure-space-overflow-message):
9414         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9415         * paths.el (gnus-nntp-service, rmail-spool-directory)
9416         (term-file-prefix):
9417         * files.el (save-some-buffers-action-alist):
9418         * cmuscheme.el (same-window-buffer-names):
9419         * ielm.el (same-window-buffer-names):
9420         * shell.el (same-window-buffer-names):
9421         * mail/sendmail.el (same-window-buffer-names):
9422         * progmodes/inf-lisp.el (same-window-buffer-names):
9423         * bindings.el (mode-line-client)
9424         (mode-line-column-line-number-mode-map):
9425         * language/tibetan.el (tibetan-precomposition-rule-regexp)
9426         (tibetan-precomposed-regexp): Purecopy string arguments.
9428 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9430         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9431         (calcDigit-nondigit):
9432         * calc/calc-yank.el (calc-copy-to-buffer):
9433         * calc/calc-units.el (calc-invalidate-units-table):
9434         * calc/calc-trail.el (calc-trail-yank):
9435         * calc/calc-store.el (calc-insert-variables):
9436         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9437         * calc/calc-prog.el (calc-read-parse-table):
9438         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9439         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9440         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9441         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9442         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9443         (calc-graph-name, calc-graph-find-command, calc-graph-view)
9444         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9445         * calc/calc-ext.el (calc-realign):
9446         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9447         (calc-embedded-finish-edit, calc-embedded-make-info)
9448         (calc-embedded-finish-command, calc-embedded-stack-change):
9449         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9451         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9452         (overload-docstring-extension): Use that info.
9453         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9454         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9455         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9456         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9457         (semantic-nonterminal-full-name): Add the new `when' info.
9458         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9459         `assert'.
9461         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9462         shell-dynamic-complete-filename in preference to
9463         comint-dynamic-complete-filename.
9465         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9466         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9467         Don't consider whether the display supports colors.
9468         (bookmark-import-new-list): Use dolist.
9469         (bookmark-bmenu-mode-map): Move initialization into declaration.
9470         (bookmark-bmenu-list): Use dolist, simplify.
9471         (bookmark-show-all-annotations): Use save-selected-window and dolist.
9472         (menu-bar-final-items): Use push.
9474 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9476         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9477         it works on remote files.
9478         (vc-hg-diff): Don't pass any `--cwd' argument.
9480 2009-10-27  Kevin Ryde  <user42@zip.com.au>
9482         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9483         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9484         (Further to Bug#3921).
9486 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
9488         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9489         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9490         calling `tramp-imap-put-file'.  Add file size to the call.
9491         (tramp-imap-get-file-entries): Compute also user name, file size,
9492         and date.
9493         (tramp-imap-handle-insert-directory): Insert uid and gid.
9494         (tramp-imap-handle-file-attributes): Transform uid and gid
9495         according to `id-format'.
9496         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
9497         size in header X-Size.
9499 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
9501         * simple.el (transpose-subr): Give clearer error when the mark
9502         is not set.  (Bug#4807)
9504 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
9506         * net/tramp.el (tramp-perl-file-truename): New defconst.
9507         Perl code contributed by yary <not.com@gmail.com> (tiny change).
9508         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9509         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9510         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9512         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9513         Ignore `dired-call-process'.
9514         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9516 2009-10-26  Julian Scheid  <julians37@gmail.com>
9518         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9519         (tramp-get-remote-readlink): New defun.
9520         (tramp-handle-file-truename): Use it.
9521         (tramp-handle-file-exists-p): Check file-attributes cache, assume
9522         file exists if cache value present.
9523         (tramp-check-cached-permissions): New defun.
9524         (tramp-handle-file-readable-p): Use it.
9525         (tramp-handle-file-writable-p): Likewise.
9526         (tramp-handle-file-executable-p): Likewise.
9527         (tramp-handle-file-name-all-completions): Try using Perl to get
9528         partial completions.  When perl not available, combine `cd' and
9529         `ls' into single remote operation and use shell expansion to get
9530         partial remote directory contents.  Set `file-exists-p' cache for
9531         directory and any files returned by ls.  Change cache handling to
9532         support partial directory contents.  Use error message emitted by
9533         remote `cd' or Perl code for local tramp-error.
9534         (tramp-do-copy-or-rename-file-directly): Avoid separate
9535         tramp-send-command-and-check call.
9536         (tramp-handle-process-file): Merge three remote ops into one.
9537         Do not flush all caches when `process-file-side-effects' is set.
9538         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9539         file-attributes shows uid/gid to be set already.
9541 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9543         * textmodes/tex-mode.el (tex-dvi-view-command)
9544         (tex-show-queue-command, tex-open-quote):
9545         * progmodes/ruby-mode.el (auto-mode-alist)
9546         (interpreter-mode-alist): Purecopy strings.
9548         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9550         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9551         string for the hook, keymap and abbrev table.
9553         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9555         * x-dnd.el (x-dnd-xdnd-to-action):
9556         * startup.el (fancy-startup-text, fancy-about-text): Change to
9557         defconst from defvar.
9559         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9561         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9562         Purecopy initialization strings.
9564         * mail/sendmail.el (mail-header-separator)
9565         (mail-personal-alias-file):
9566         * mail/rmail.el (rmail-default-dont-reply-to-names)
9567         (rmail-ignored-headers, rmail-retry-ignored-headers)
9568         (rmail-highlighted-headers, rmail-secondary-file-directory)
9569         (rmail-secondary-file-regexp):
9570         * files.el (null-device, file-name-invalid-regexp)
9571         (locate-dominating-stop-dir-regexp)
9572         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9573         (interpreter-mode-alist): Use mapcar instead of mapc.
9575         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9577         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9578         (completion-ignored-extensions):
9579         (debug-ignored-errors): Purecopy strings.
9581 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9583         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9584         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9585         (pcomplete--here): Use push.
9587         * subr.el (all-completions): Declare the 4th arg obsolete.
9589 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9591         * pcomplete.el (pcomplete-unquote-argument-function): New var.
9592         (pcomplete-unquote-argument): New function.
9593         (pcomplete--common-suffix): Always pay attention to case.
9594         (pcomplete--table-subvert): Quote and unquote the text.
9595         (pcomplete--common-quoted-suffix): New function.
9596         (pcomplete-std-complete): Use it and pcomplete-begin.
9598         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9599         we're inside a dedicated or minibuffer window.
9601 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9603         * cedet/semantic/fw.el (semantic-alias-obsolete)
9604         (semantic-varalias-obsolete): Make the `when' arg mandatory.
9605         (define-mode-overload-implementation):
9606         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9607         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9608         * cedet/semantic/util.el (semantic-file-token-stream)
9609         (semantic-something-to-stream):
9610         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9611         (semantic-expand-nonterminal):
9612         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9613         (semantic-find-dependency, semantic-find-nonterminal)
9614         (semantic-find-dependency):
9615         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9616         (semantic-flex-text, semantic-flex-make-keyword-table)
9617         (semantic-flex-keyword-p, semantic-flex-keyword-put)
9618         (semantic-flex-keyword-get, semantic-flex-map-keywords)
9619         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9620         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9621         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9622         (semantic-after-idle-scheduler-reparse-hooks):
9623         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9624         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9625         * cedet/semantic.el (semantic-toplevel-bovine-table)
9626         (semantic-toplevel-bovine-cache)
9627         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9628         (semantic-init-mode-hooks, semantic-init-db-hooks)
9629         (semantic-bovination-working-type): Provide the `when' arg.
9631 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
9633         * bookmark.el: Update documentation, especially documentation
9634         of `bookmark-alist' and of the bookmark file format.
9635         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
9637 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9639         * mail/emacsbug.el (report-emacs-bug): Clarify that the
9640         keybindings apply to the mail buffer (Bug#4003).  Shrink help
9641         window to buffer.
9643         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9644         (global-whitespace-mode, global-whitespace-newline-mode)
9645         (whitespace-toggle-options, global-whitespace-toggle-options):
9646         Doc fix (Bug#3660).
9648         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9649         of xmltok-start before the end tag was inserted (Bug#2840).
9651         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9652         patterns that are preceded by an open-paren (Bug#1320).
9654 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
9656         * files.el (delete-directory): Delete symlinks to directories with
9657         delete-file (Bug#4739).
9659 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9661         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9662         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9663         argument to make-obsolete.
9665         * cedet/semantic/fw.el (semantic-alias-obsolete)
9666         (semantic-varalias-obsolete): Add optional WHEN argument.
9668 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9670         * vc.el (vc-backend-for-registration): Rename from
9671         vc-get-backend-for-registration.  Update callers.
9673         * international/mule-cmds.el (set-language-info-alist):
9674         Purecopy lang-env.
9675         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9676         (charset): Purecopy the name.
9677         (define-char-code-property): Purecopy string arguments.
9679         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9680         Purecopy string arguments.
9682         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9683         * ediff-hook.el (menu-bar-ediff-menu):
9684         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9685         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9687 2009-10-24  Glenn Morris  <rgm@gnu.org>
9689         * comint.el (comint-dynamic-list-completions):
9690         * term.el (term-dynamic-list-completions): Use choose-completion rather
9691         than obsolete alias mouse-choose-completion.
9693         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9694         file-cache-choose-completion.
9695         (file-cache-choose-completion): Handle an optional event argument.
9696         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9698         * progmodes/octave-mod.el (octave-complete-symbol):
9699         Use choose-completion if mouse-choose-completion is ever removed.
9701         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9702         use.
9704         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9705         compiler.
9707         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9709 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9711         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9712         Ignore `pred' now that we receive one.
9713         Handle test-completion specially.
9715 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9717         * vc.el (vc-responsible-backend): Throw an error if not backend is
9718         found.  Remove the REGISTER argument.  Move the code dealing with
9719         REGISTER ...
9720         (vc-get-backend-for-registration): ... here.  New function.
9721         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9722         of vc-responsible-backend, pass the file name instead of the
9723         directory name.
9725 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9727         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9728         New funs.
9729         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9730         (pcomplete-comint-setup): Don't modify a global var via
9731         accidental side-effects.
9732         (pcomplete-shell-setup): Adjust call accordingly.
9733         (pcomplete-parse-comint-arguments): Use push.
9735 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9737         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9738         Allow uncapitalized info node names (Bug#3921).
9740         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9741         to the DEBUG file (Bug#3781).
9743 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9745         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9746         dictionary entry (Bug#4579).
9748 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9750         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9751         from `rfn-eshadow-update-overlay-hook' when unloading.
9752         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9753         "rsyncc".  Adjust doc string.
9754         (tramp-temp-buffer-file-name): New buffer-local defvar.
9755         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9756         Keep temporary file when indicated by method ("rsync" and
9757         "rsyncc").
9758         (tramp-handle-write-region): Handle APPEND.
9759         (tramp-delete-temp-file-function): New defun.  Added to
9760         `kill-buffer-hook'.
9762 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9764         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9766 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9768         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9769         (color-name-rgb-alist, tty-standard-colors)
9770         (tty-color-mode-alist): Change to defconst.
9772         * simple.el (mark-inactive): Purecopy message.
9774         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9775         (global-map, yank-menu):
9776         * textmodes/ispell.el (ispell-menu-map):
9777         * net/eudc.el (eudc-tools-menu):
9778         * international/mule-cmds.el (describe-language-environment-map)
9779         (setup-language-environment-map, set-coding-system-map)
9780         (mule-menu-keymap):
9781         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9782         * replace.el (occur-mode-map):
9783         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9785 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9787         * calc/calc.el (math-read-number, math-read-number-simple): Use
9788         `save-match-data'.
9790 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9792         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9793         rather than fiddling with global-map bindings, since it should only
9794         affect per-terminal settings.
9795         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9797         * minibuffer.el (completion-table-with-terminator): Allow to specify
9798         the terminator-regexp.
9800         * simple.el (switch-to-completions): Look for *Completions* in other
9801         frames as well.
9803         * pcomplete.el: Allow the use of completion-tables.
9804         (pcomplete-std-complete): New command.
9805         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9806         (pcomplete--here): Use a function for `form' rather than an expression,
9807         so it can be byte-compiled.
9808         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9809         Add edebug declaration.
9810         (pcomplete-show-completions): Remove unused var `curbuf'.
9811         (pcomplete-do-complete, pcomplete-stub):
9812         Don't assume `completions' is a list of strings any more.
9814 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9816         * find-dired.el (find-name-arg): Fix typo in docstring.
9818 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9820         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9821         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9823         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9824         pcomplete-entries.
9826         * comint.el (comint-read-input-ring, comint-write-input-ring)
9827         (comint-substitute-in-file-name)
9828         (comint-dynamic-complete-as-filename)
9829         (comint-dynamic-simple-complete)
9830         (comint-dynamic-list-filename-completions)
9831         (comint-dynamic-list-completions)
9832         (comint-redirect-results-list-from-process): Minor simplifications.
9834 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9836         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9837         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9838         the first form.  And insert a blank line after ";;; Code" since
9839         that's usual style.  (Bug#4612)
9841         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9843 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9845         * minibuffer.el (completion-table-with-terminator): Properly implement
9846         boundaries, in case `terminator' appears in the suffix.
9847         (completion--embedded-envvar-table): Don't return boundaries if
9848         there's no valid completion.  Simplify.
9849         (completion-file-name-table): New completion table extracted from
9850         completion--file-name-table.
9851         (completion--file-name-table): Use it.
9852         (read-file-name-predicate): Declare obsolete.
9853         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9854         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9855         completion-file-name-table, and use the `pred' argument.
9856         * files.el (locate-file-completion-table): Use the `pred' arg rather
9857         than read-file-name-predicate.
9858         (abbreviate-file-name): Use \` rather than ^ for BOS.
9860 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9862         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9863         vc-responsible-backend to register, it causes problems.
9865 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9867         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9869 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9871         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9872         (semantic-c-debug-mode-init-pch): New functions.
9873         (semantic-c-debug-mode-init-last-mode): New var.
9874         (semantic-c-parse-lexical-token): Use them.
9876         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9877         When extracting the argument list, limit only by point-max.
9879 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9881         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9882         (tramp-smb-handle-file-attributes): Use it.
9883         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9884         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9885         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9886         Add `dired-filename' text properties.
9887         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9888         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9889         version.
9891 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9893         * subr.el (read-key-delay): Reduce to 0.01.
9894         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9895         (bug#4751).
9897 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9899         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9901         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9902         (Info-menu): Remove unused vars `last' and `completions'.
9903         (Info-index-nodes): Remove unused var `node'.
9905         * info.el (Info-complete-menu-item): Use complete-with-action.
9907 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9909         Make vc-annotate work through copies and renames.
9910         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9911         Return the file name too.
9912         (vc-annotate-revision-at-line)
9913         (vc-annotate-find-revision-at-line)
9914         (vc-annotate-revision-previous-to-line)
9915         (vc-annotate-show-log-revision-at-line): Update to get the file
9916         name from vc-annotate-extract-revision-at-line.
9917         (vc-annotate-show-diff-revision-at-line-internal): Change the
9918         argument to mean whether to show a file diff or not.  Get the file
9919         name from vc-annotate-extract-revision-at-line.
9920         (vc-annotate-show-diff-revision-at-line):
9921         Update vc-annotate-show-diff-revision-at-line call.
9922         (vc-annotate-warp-revision): Add an optional file argument.
9924         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9925         (vc-git-annotate-extract-revision-at-line): Also return the file
9926         name if found.
9928         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9929         command.  Remove unused code.
9930         (vc-hg-annotate-re): Update to match --follow output.
9931         (vc-hg-annotate-extract-revision-at-line): Also return the file
9932         name if found.
9934         * vc.el: Update annotate-extract-revision-at-line documentation.
9936 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9938         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9939         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9941         * net/browse-url.el (browse-url): Identify alist with "consp and
9942         not functionp" and let all other things go down the `apply' leg,
9943         as suggested by Stefan.  (Further to bug#4531.)
9945 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9947         * minibuffer.el (read-file-name): Check for repeat before putting
9948         a default argument in file-name-history (Bug#4657).
9950         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9951         read syntax (Bug#4737).
9953         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9955 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9957         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9958         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9959         entries and make note of obsolete tags.
9961 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9963         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9965 2009-10-18  Glenn Morris  <rgm@gnu.org>
9967         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9968         grep, so that binary files (eg international/uni-bidi.el) can match.
9969         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9970         now, and in any case the file header format has changed.
9972 2009-10-17  Glenn Morris  <rgm@gnu.org>
9974         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9975         (flyspell-get-word, flyspell-large-region)
9976         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9978 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9980         * Makefile.in (ELCFILES): Add ede/shell.
9982 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9984         * term/common-win.el (x-colors): Purecopy it.
9986 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9988         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9989         permissive for when the buffer is empty.
9990         (tar-header-block-tokenize): Decode the username and groupname.
9991         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9993 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9995         * cedet/srecode/srt.el:
9996         * cedet/srecode/compile.el:
9997         * cedet/semantic/mru-bookmark.el:
9998         * cedet/semantic/debug.el:
9999         * cedet/semantic/complete.el:
10000         * cedet/semantic/analyze.el: Require CL when compiling.
10002 2009-10-17  Eric Ludlam  <zappo@gnu.org>
10004         * cedet/semantic/scope.el
10005         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
10006         tmpscope so that the regular scope will continue to work.
10008         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
10009         Use semantic-idle-summary-highlight-face as the highlighting.
10011         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
10012         contains multibyte characters, choose first applicable coding
10013         system automatically.
10015         * cedet/ede/project-am.el (project-run-target): New method.
10016         (project-run-target): New method.
10018         * cedet/ede.el (ede-target): Add run target menu item.
10019         (ede-project, ede-minor-keymap): Add ede-run-target binding.
10020         (ede-run-target): New function.
10021         (ede-target::project-run-target): New method.
10023         * cedet/ede/proj.el (project-run-target): New method.
10025         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
10026         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
10027         Add :rules.
10028         (ede-proj-target-makefile-shared-object): Only libtool compilers
10029         now available.  Add linkers for libtool.
10030         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
10031         (ede-proj-makefile-target-name): Always use .la extension.
10033         * cedet/ede/proj-prog.el (project-run-target): New method.
10035         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
10036         (ede-g++-linker): Change Change link lines.
10038         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
10039         When searching for old variables, go to the end of the buffer and
10040         search backward from there.
10041         (ede-proj-makefile-automake-insert-subdirs)
10042         (ede-proj-makefile-automake-insert-extradist): New methods.
10043         (ede-proj-makefile-create): Use them.
10045         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
10046         Force FILE to expand to the current target.  Use file-exists-p to
10047         check that it exists.
10049         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
10050         (ede-linux-load): Wrap dir in file-name-as-directory.
10051         Set :version slot.
10053         * cedet/ede/files.el (ede-get-locator-object): When enabling
10054         locate, do so on "top".
10056         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
10057         file-name-as-directory during compare.
10058         (ede-emacs-version): Return Emacs/XEmacs differentiator.
10059         Get version number from different places.  Don't call egrep.
10060         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
10061         to set the directory.
10063         * cedet/ede/shell.el: New file.
10065         * cedet/inversion.el (inversion-decoders): Allow for stray . in
10066         alpha/beta variants.
10068 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10070         * international/mule-cmds.el (select-safe-coding-system): If the file
10071         has a coding cookie, use it regardless of any other setting (bug#4712).
10073 2009-10-17  Glenn Morris  <rgm@gnu.org>
10075         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
10076         All errors should have messages.
10078         * foldout.el (foldout-mouse-swallow-events):
10079         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
10081         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
10082         (dired-keep-marker-copy, dired-keep-marker-hardlink)
10083         (dired-keep-marker-symlink, dired-dwim-target)
10084         (dired-copy-preserve-time): Do not autoload these defcustoms.
10086         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
10087         messages from messing up the file coding.  (Bug#4623)
10089 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
10091         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
10092         if no match is found for the current dictionary.  (Bug#4578)
10094         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
10095         optional, since that is how it is documented, and this is often called
10096         with a nil argument.  (Bug#4577)
10097         (flyspell-external-point-words, flyspell-auto-correct-word)
10098         (flyspell-correct-word-before-point, flyspell-word-search-forward)
10099         (flyspell-word-search-backward): Remove nil argument in calls to
10100         flyspell-get-word, since it is not needed now.
10102 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
10104         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
10106 2009-10-16  Glenn Morris  <rgm@gnu.org>
10108         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
10110 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
10112         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
10113         (ange-ftp-file-size): New function.
10114         (ange-ftp-file-attributes): Use it.
10116 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
10118         * net/tramp-smb.el (tramp-smb-version): New defvar.
10119         (tramp-smb-maybe-open-connection): Use it, in order to avoid
10120         repeated checks.
10122 2009-10-16  Glenn Morris  <rgm@gnu.org>
10124         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10125         Maybe copy some custom properties from old to new name.  (Bug#4706)
10127 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
10129         * subr.el (error, sit-for, start-process-shell-command)
10130         (start-file-process-shell-command): Set the calling convention
10131         after the function definition.
10133 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10135         * subr.el (error, sit-for, start-process-shell-command)
10136         (start-file-process-shell-command): Use the new
10137         set-advertised-calling-convention feature.
10139 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
10141         * international/ucs-normalize.el (ucs-normalize-version):
10142         Change to 1.2.
10143         (check-range): Adjust for Unicode 5.2.
10145 2009-10-15  Juri Linkov  <juri@jurta.org>
10147         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
10148         to the `menu-item' format.
10150 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
10152         * net/tramp.el (tramp-replace-environment-variables): Do not fail
10153         if the environment variable does not exist.
10155         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10156         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
10157         parameter.
10158         (tramp-smb-handle-add-name-to-file)
10159         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10160         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10161         (tramp-smb-handle-file-attributes)
10162         (tramp-smb-do-file-attributes-with-stat)
10163         (tramp-smb-handle-file-local-copy)
10164         (tramp-smb-handle-insert-directory)
10165         (tramp-smb-handle-make-directory)
10166         (tramp-smb-handle-make-directory-internal)
10167         (tramp-smb-handle-make-symbolic-link)
10168         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
10169         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
10170         (tramp-smb-maybe-open-connection): Apply the changed parameters.
10171         (tramp-smb-read-file-entry): Read Disk names in compressed format.
10172         Handle long file names.
10173         (tramp-smb-get-cifs-capabilities): Check, whether the connection
10174         process is running.
10175         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
10176         Read share names with "-g" option.
10178 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
10180         * net/rcirc.el (rcirc-view-log-file): New command.
10181         (rcirc-track-minor-mode-map): Remove C-c ` binding.
10182         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
10183         specified.
10185 2009-10-15  Glenn Morris  <rgm@gnu.org>
10187         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
10188         from the second command-line argument.
10189         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
10190         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
10191         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
10192         w32-batch-update-autoloads.
10193         * emacs-lisp/autoload.el (autoload-make-program): New variable.
10194         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
10196         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
10197         the headers cannot be located.  Simplify, subtracting superflous
10198         save-excursions.
10200 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10202         Replace completion-base-size by completion-base-position to fix bugs
10203         such as (bug#4699).
10204         * simple.el (completion-base-position): New var.
10205         (completion-base-size): Mark as obsolete.
10206         (choose-completion): Make it work for mouse events as well.
10207         Pass the new base-position to choose-completion-string.
10208         (choose-completion-guess-base-position): New function, extracted from
10209         choose-completion-delete-max-match.
10210         (choose-completion-delete-max-match): Use it.  Make obsolete.
10211         (choose-completion-string): Use the new base-position info.
10212         (completion-root-regexp): Delete.
10213         (completion-setup-function): Preserve completion-base-position.
10214         Eliminate obsolete base-size manipulation.
10215         * minibuffer.el (display-completion-list): Don't mess with base-size.
10216         (minibuffer-completion-help): Set completion-base-position instead.
10217         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
10218         choose-completion.
10219         * textmodes/bibtex.el (bibtex-complete):
10220         * emacs-lisp/crm.el (crm--choose-completion-string):
10221         Adjust to new calling convention.
10222         * complete.el (partial-completion-mode): Use minibufferp to avoid
10223         bumping into incompatible change to choose-completion-string-functions.
10224         * ido.el (ido-choose-completion-string): Make its calling convention
10225         more permissive.
10226         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
10227         base-size manipulation.
10228         (comint-dynamic-list-input-ring): Use dotimes and push.
10229         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
10230         fundamental-mode.  Use `or'.
10232 2009-10-14  Juri Linkov  <juri@jurta.org>
10234         * misearch.el (multi-isearch-next-buffer-from-list)
10235         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
10237 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10239         * Makefile.in (compile-onefile): Load `bytecomp' rather than
10240         `bytecomp.el'.
10242         * minibuffer.el (completion-pcm--merge-completions): Make sure the
10243         string we return is all made up of text from the completions rather
10244         than part from the completions and part from the input (bug#4219).
10246         * ido.el (ido-everywhere): Use define-minor-mode.
10248         * buff-menu.el (list-buffers, ctl-x-map):
10249         Mark the entry points with ;;;###autoload cookies.
10251 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10253         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
10254         correctly in the detached head case.
10255         (vc-git-print-log): Remove unused binding.
10257         * vc.el (vc-responsible-backend): When a directory is passed for
10258         for registration create a VC repository if no backend is
10259         responsible for the directory argument.
10260         (vc-deduce-fileset): Tell vc-responsible-backend to register.
10262         * vc.el: Move comments about RCS and SCCS ...
10263         * vc-rcs.el:
10264         * vc-sccs.el: ... here, respectively.
10266 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10268         * minibuffer.el (completion--file-name-table): Return nil if there's
10269         no file completion, even if substitute-in-file-name changed
10270         the string (bug#4708).
10272 2009-10-13  Juri Linkov  <juri@jurta.org>
10274         * files-x.el (read-file-local-variable-value): Don't filter out
10275         minor modes from mode name completion (bug#4664).
10277 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
10279         * international/mule-cmds.el (ucs-names): Remove exclusion of
10280         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
10282 2009-10-13  Kenichi Handa  <handa@m17n.org>
10284         * international/uni-name.el: Regenerated.
10286 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
10288         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
10289         should be automatically buffer-local, but isn't.)
10291 2009-10-12  Sam Steingold  <sds@gnu.org>
10293         * progmodes/compile.el (compilation-next-error-function): Fix the
10294         timestamps if the buffer has been visited before.
10295         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
10296         non-anchored patterns, like the perl one (bug#3928).
10298 2009-10-12  Glenn Morris  <rgm@gnu.org>
10300         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
10301         Let-bind `size'.
10303 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
10305         * proced.el (proced-unload-function): New function.
10307         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
10308         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
10309         Doc fix.
10311         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
10313 2009-10-11  Juri Linkov  <juri@jurta.org>
10315         * files-x.el (read-file-local-variable-value):
10316         Provide default value only for bound variables (bug#4664).
10318 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
10320         * net/tramp.el (tramp-local-host-p): Function shall return nil for
10321         connection methods like smb.
10323         * net/tramp-cache.el (tramp-flush-connection-property): The hash
10324         can be empty.
10326         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10327         (tramp-smb-file-name-handler-alist): Add handlers for
10328         `add-name-to-file', `make-symbolic-link'.
10329         (tramp-smb-handle-add-name-to-file)
10330         (tramp-smb-do-file-attributes-with-stat)
10331         (tramp-smb-handle-make-symbolic-link)
10332         (tramp-smb-get-cifs-capabilities): New defuns.
10333         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10334         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10335         (tramp-smb-handle-file-local-copy)
10336         (tramp-smb-handle-make-directory-internal)
10337         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10338         The file name syntax depends on cifs capabilities.
10339         (tramp-smb-handle-file-attributes):
10340         Call `tramp-smb-do-file-attributes-with-stat' if possible.
10341         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
10342         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
10344 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
10346         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
10347         (eieio-defclass): Apply deftype handler and setf-method properties
10348         directly.
10349         (eieio-add-new-slot): Avoid union function from cl library.
10350         (eieio--typep): New function.
10351         (eieio-perform-slot-validation): Use it.
10353 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
10355         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
10356         Update documentation to refer to the variables documented in r1.135.
10357         (Bug#4188)
10359 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
10361         * bookmark.el (Info-suffix-list): Remove this unused variable.
10362         (bookmark-current-point): Remove this obsolete variable.
10363         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10364         Adjust for removal of bookmark-current-point.
10366         (bookmarks-already-loaded, bookmark-current-buffer)
10367         (bookmark-yank-point): Document.  (Bug#4188)
10369 2009-10-10  Glenn Morris  <rgm@gnu.org>
10371         * frame.el (frame-height): Doc fix.
10373         * calendar/calendar.el (calendar-split-width-threshold): New option.
10374         (calendar-basic-setup): Use calendar-split-width-threshold.
10376 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
10378         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10379         Use .la for Automake.
10381 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
10383         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10384         Use "autoreconf -i".  Suggested by Andreas Schwab.
10386 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
10388         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10389         Ideographic Supplement" range (U+1F200..U+1F2FF).
10391 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10393         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10394         since the list will have been rebuilt anyway.  (Bug#4349)
10396 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10398         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10399         (bookmark-bmenu-execute-deletions): Don't save here, as
10400         bookmark-delete will now do so if necessary.
10401         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10402         (Bug#4348)
10404 2009-10-09  Glenn Morris  <rgm@gnu.org>
10406         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10408 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10410         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10411         (bookmark-jump-other-window): Just invoke bookmark-jump with new
10412         argument now, so the two function's behaviors will match.  (Bug#3645)
10414 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10416         * cedet/ede/proj.el (project-make-dist, project-compile-project):
10417         Fix filename test.
10418         (ede-proj-dist-makefile): Use expand-file-name instead of concat
10419         to expand file names.
10421 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
10423         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10424         (tramp-file-name-real-host, tramp-file-name-port):
10425         Apply `save-match-data'.
10427         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10428         case both directories are remote.
10429         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10430         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10432 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10434         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10435         (ede-proj-target-makefile-objectcode): Use it.
10437         * cedet/ede/source.el (ede-want-any-source-files-p)
10438         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10439         Return search result.  This error was introduced while merging.
10441 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10443         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10445 2009-10-07  Glenn Morris  <rgm@gnu.org>
10447         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10448         of concat.
10450 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10452         * files-x.el (read-file-local-variable): Include some
10453         non-user-variables in the completion table (bug#4664).
10455 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
10457         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10458         message.
10460         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10461         (tramp-smb-file-name-handler-alist): Add handler for
10462         `copy-directory', `expand-file-name', `set-file-modes'.
10463         (tramp-smb-handle-copy-directory)
10464         (tramp-smb-handle-expand-file-name)
10465         (tramp-smb-handle-set-file-modes): New defuns.
10466         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10467         (tramp-smb-handle-file-attributes): Simplify check for retrieving
10468         entry.
10469         (tramp-smb-handle-insert-directory): Don't flush the cache.
10470         (tramp-smb-maybe-open-connection): Check for samba client and
10471         server versions.
10473 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
10475         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10476         to not error out of search for "^lisp=" fails.
10478 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10480         * makefile.w32-in (WINS_UPDATES): New macro.
10481         (custom-deps, finder-data, autoloads): Use it.
10483 2009-10-07  Glenn Morris  <rgm@gnu.org>
10485         * Makefile.in (autoloads): Revert previous change.
10486         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10487         the list of preloaded files passed on the command-line, get
10488         it from src/Makefile.
10490         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10491         show the original buffer rather than a random one.
10493 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
10495         * help.el (describe-no-warranty): Place point in a slightly better
10496         position in the GPLv3 text.
10498 2009-10-06  Sam Steingold  <sds@gnu.org>
10500         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10501         the comm attribute is present before calling regexp-quote.
10503 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
10505         * play/animate.el (animate-string): For good effect, make sure
10506         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10508         * play/animate.el (animate-sequence, animate-birthday-present):
10509         * misc.el (butterfly): Don't set `indent-tabs-mode'.
10511 2009-10-06  Glenn Morris  <rgm@gnu.org>
10513         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10515         * emacs-lisp/autoload.el (autoload-excludes): New variable.
10516         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10517         (batch-update-autoloads): Process a string value of autoload-excludes,
10518         set during the build process.
10519         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
10521         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10522         inside with-parsed...  macro so that `v' is defined.
10524         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10525         * progmodes/fortran.el (fortran-end-of-block)
10526         (fortran-beginning-of-block):
10527         Also push mark in the macro case.
10529         * emerge.el (emerge-show-file-name):
10530         * calc/calc.el (calc-quit):
10531         * calc/calc-misc.el (calc-big-or-small):
10532         * calc/calc-graph.el (calc-graph-view):
10533         * calc/calc-ext.el (calc-reset):
10534         * calendar/calendar.el (calendar-basic-setup):
10535         Use window-full-height-p.
10537         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10538         header we don't understand, don't insert another.  (Bug#4624)
10539         If changing mime charset, insert the new one in the right place.
10541 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
10543         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10544         (cal-tex-cursor-month): Correctly increment the end date for diary and
10545         holiday listing.  (Bug#4626)
10547 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10549         * help-fns.el (describe-function-1): Don't burp if the function is not
10550         a symbol.
10552 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
10554         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10555         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10556         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10557         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10559         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10560         (eieio-default-superclass): Reflow docstrings.
10561         (this, class-option-assoc, defclass, eieio-class-un-autoload)
10562         (eieio-unbind-method-implementations, defmethod)
10563         (eieio-validate-slot-value, eieio-validate-class-slot-value)
10564         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10565         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10566         (eieio-slot-originating-class-p, eieio-slot-name-index)
10567         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10568         (constructor, initialize-instance, no-next-method, object-print)
10569         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10570         Fix typos in docstrings.
10571         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10572         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10573         (next-method-p): Doc fixes.
10574         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10575         Fix typos in error messages.
10576         (eieio-defmethod): Fix typo in description of generic method.
10578         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10579         (eieio-persistent-save-interactive, slot-missing):
10580         Fix typos in docstrings.
10581         (eieio-instance-inheritor-slot-boundp): Doc fix.
10583         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10584         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10586         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10587         (eieio-custom-object-apply-reset):
10588         Fix typos in docstrings and error messages.
10590         * emacs-lisp/eieio-datadebug.el (data-debug-show):
10591         Fix typo in docstring.
10593         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10594         (eieio-browse-tree): Doc fix.
10595         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10596         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10597         Fix typos in docstrings.
10599         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10600         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10601         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10602         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10603         Reflow docstrings.
10605 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
10607         * vc-hg.el (log-view-vc-backend): Declare for compiler.
10608         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10609         Set log-view-vc-backend so that diff can work.
10611         * log-view.el (log-view-diff): Use vc-diff-internal instead of
10612         vc-version-diff.
10613         (vc-diff-internal): Autoload this instead of vc-version-diff.
10615 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
10617         * simple.el (eval-expression): Doc fix.
10619         * progmodes/cwarn.el (cwarn-mode): Doc fix.
10621 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
10623         * files.el (directory-files-no-dot-files-regexp): New defconst.
10624         (delete-directory): Use it.
10625         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
10627         * net/tramp.el (tramp-verbose): Fix docstring.
10628         (tramp-methods): Add recursive option to `tramp-copy-args'.
10629         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
10630         "scp1_old", "scp2_old", "rsync", "rsyncc".
10631         (tramp-default-method): Check also for `auth-source-user-or-password'.
10632         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10633         Add handler for `copy-directory'.
10634         (tramp-handle-copy-directory): New defun.
10635         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10636         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10637         Optimize sent command.
10639 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10641         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10642         window if necessary.
10644         * calendar/calendar.el (calendar-basic-setup): Don't call
10645         switch-to-buffer in a dedicated window.
10647 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
10649         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10650         don't do anything related to relocating, just return nil.
10651         (bookmark-error-no-filename): New error.
10652         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10653         bookmark has no file.  Don't even attempt to handle things that
10654         are not files; the whole point of custom handlers is to keep that
10655         knowledge elsewhere anyway.  Tighten some comments.
10656         (bookmark-file-or-variation-thereof): Remove now-unused function.
10657         (bookmark-location): Doc string fix.
10658         (Bug#4250)
10660 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10662         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10663         don't use a file dialog, because they usually don't know how to read
10664         a directory target from the user.  (Bug#4230)
10665         Also, make sure the prompt can display directories as well as files.
10667 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10669         * bookmark.el (bookmark-set, bookmark-buffer-name):
10670         Improve doc strings.  (Bug#1193)
10672 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10674         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10675         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10676         (bookmark-get-annotation, bookmark-set-annotation)
10677         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10678         (bookmark-set-position, bookmark-get-front-context-string)
10679         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10680         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10681         (bookmark-jump-other-window, bookmark-handle-bookmark)
10682         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10683         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10684         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10685         Improve doc strings to say whether bookmark can be a string or
10686         a record or both, and make other consistency and clarity fixes.
10687         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10688         (bookmark-default-annotation-text, bookmark-yank-word)
10689         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10690         (bookmark-import-new-list, bookmark-maybe-rename)
10691         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10692         (bookmark-bmenu-bookmark): Give these doc strings.
10693         (bookmark-bmenu-check-position): Give this a doc string, but also
10694         add a FIXME comment about how the function may be pointless.
10695         (bookmark-default-handler): Rework doc string and change a
10696         parameter name, to clarify that this takes a bookmark record
10697         not a bookmark name.
10698         (bookmark-set): Change a parameter name to indicate its meaning,
10699         and improve the doc string a bit.
10700         (Bug#4188)
10702 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10704         * bookmark.el (bookmark-alist): Document the new `handler' element
10705         in the param alist.
10706         (bookmark-make-record-function): Adjust documentation for above.
10707         (Bug#4193)
10709 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10711         * info.el (Info-bookmark-make-record): Document this function.
10712         (Info-bookmark-jump): Document with a doc string, not just a comment.
10713         (Bug#4203)
10715 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10717         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10718         (semantic-new-buffer-fcn): Call parser setup functions here.
10719         (semantic-mode): Don't call parser setup functions here, it's done
10720         in semantic-new-buffer-fcn now.
10721         (semantic-mode): Parse all existing buffers when enabled.
10723         * cedet/srecode/compile.el (srecode-compile-file):
10724         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10726 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10728         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10730         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10731         (proj-comp-insert-variable-once): New macro, renamed from
10732         ede-pmake-insert-variable-once in ede/pmake.edl.
10733         (ede-proj-makefile-insert-variables): Use it.
10735 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10737         * files.el (copy-directory): New defun.
10739         * dired-aux.el (dired-copy-file-recursive): Use it.
10741 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10743         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10744         (makefile-end-of-command):
10745         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10746         (semantic-end-of-context): Fix previous change.  Doc fixes.
10748 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10750         * files-x.el (modify-dir-local-variable)
10751         (copy-dir-locals-to-file-locals-prop-line):
10752         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10753         (makefile-end-of-command):
10754         * cedet/semantic/lex.el (semantic-lex-token):
10755         * cedet/semantic/analyze/fcn.el
10756         (semantic-analyze-dereference-metatype-1):
10757         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10758         (semantic-lex-cpp-undef):
10759         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10760         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10761         (semantic-end-of-context): Fix typos in docstrings.
10763         * recentf.el (recentf-unload-function): New function.
10765 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10767         * cedet/ede.el (ede-project-placeholder-cache-file):
10768         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10769         * cedet/srecode/map.el (srecode-map-save-file):
10770         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10772 2009-10-04  Glenn Morris  <rgm@gnu.org>
10774         * window.el (window-full-height-p): Add doc string.
10776 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10778         * window.el (window-full-height-p): New function.  (Bug#4543)
10780 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10782         * cedet/srecode/insert.el: Require srecode/args.
10784         * cedet/srecode/args.el: Require srecode/dictionary instead of
10785         srecode/insert.
10787         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10789         * files.el (auto-mode-alist): Add .srt and Project.ede.
10791         * cedet/semantic.el (semantic-mode):
10792         Handle srecode-template-mode-hook as well.
10793         (semantic-mode): Use js-mode-hook for Javascript hook.
10795         * cedet/srecode/template.el: Remove hook variable.
10797         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10799         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10800         projects exist.
10801         (ede-project-placeholder-cache-file): Default to a file in
10802         user-emacs-directory.
10804         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10805         templates in data-directory.
10806         (srecode-map-save-file): Default to a file in user-emacs-directory.
10808         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10809         directory.
10811 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10813         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10814         Doc fix.
10816         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10817         Only insert each variable once.
10819         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10820         (ede-pmake-insert-variable-shared): Use it.
10822         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10823         for lexical table iff table is nil.
10825 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10827         * vc.el: Remove commented out code.
10828         (vc-derived-from-dir-mode): Remove, unused.
10829         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10831 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10833         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10834         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10835         there could be recursive loading when `default-directory' is a
10836         remote file name.  (Bug#4614)
10838 2009-10-03  Glenn Morris  <rgm@gnu.org>
10840         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10841         the frame is wide.
10842         (calendar-generate-window): Test for shrinkability rather than width.
10844         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10845         declaration, currently false.
10847         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10848         reusing existing buffers, in case we happen to visit two files with the
10849         same basename.  (Bug#4593)
10851 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10853         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10854         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10855         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10856         subdirs of cedet as well.
10857         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10859 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10861         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10862         Obey advertised-signature-table.
10864         * help-fns.el (help-function-arglist): Don't check
10865         advertised-signature-table.
10866         (describe-function-1): Do it here instead so it also applies to subrs.
10868 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10870         * simple.el (start-file-process): Say in the doc-string, that file
10871         handlers might not support pty association, if PROGRAM is nil.
10873         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10874         HOST and USER are strings.  They are nil, when there are
10875         incomplete entries in ~/.netrc, for example.
10876         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10877         root directory ("device busy" error otherwise).
10879         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10880         Flush file properties of created directory.
10882 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10884         * makefile.w32-in (WINS_BASIC): Remove cedet.
10885         (WINS_CEDET): Add cedet.
10886         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10888 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10890         * net/browse-url.el (browse-url): Pass any symbol in
10891         browse-url-browser-function to `apply', since if you've mistakenly put
10892         an unbound symbol then the error is clearer.  (Bug#4531)
10894 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10896         * allout.el (allout-init, allout-back-to-current-heading)
10897         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10898         (allout-ascend, allout-up-current-level, allout-end-of-level)
10899         (allout-previous-visible-heading, allout-forward-current-level)
10900         (allout-backward-current-level, allout-show-children):
10901         * apropos.el (apropos-describe-plist):
10902         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10903         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10904         * completion.el (add-completion, add-permanent-completion):
10905         * descr-text.el (describe-text-category, describe-char):
10906         * desktop.el (desktop-lazy-abort):
10907         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10908         * dired.el (dired-build-subdir-alist):
10909         * ediff.el (ediff-version):
10910         * elide-head.el (elide-head, elide-head-show):
10911         * emerge.el (emerge-version):
10912         * env.el (getenv):
10913         * face-remap.el (variable-pitch-mode):
10914         * faces.el (describe-face):
10915         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10916         (dired-at-point):
10917         * files.el (find-file-existing, auto-save-mode):
10918         * font-lock.el (font-lock-fontify-buffer):
10919         * help-fns.el (describe-function, describe-variable)
10920         (describe-syntax, describe-categories):
10921         * help.el (view-lossage, describe-bindings, describe-key)
10922         (describe-mode):
10923         * hexl.el (hexl-current-address):
10924         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10925         * info.el (Info-goto-emacs-key-command-node):
10926         * log-edit.el (log-edit-insert-cvs-template)
10927         (log-edit-insert-cvs-rcstemplate):
10928         * menu-bar.el (menu-bar-mode):
10929         * mouse.el (mouse-appearance-menu):
10930         * newcomment.el (comment-indent-new-line):
10931         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10932         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10933         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10934         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10935         * recentf.el (recentf-mode):
10936         * savehist.el (savehist-mode, savehist-save):
10937         * shadowfile.el (shadow-copy-files):
10938         * simple.el (kill-ring-save, next-line, previous-line)
10939         (normal-erase-is-backspace-mode):
10940         * strokes.el (strokes-update-window-configuration)
10941         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10942         (strokes-xpm-for-stroke):
10943         * time.el (emacs-uptime, emacs-init-time):
10944         * tutorial.el (tutorial--describe-nonstandard-key)
10945         (tutorial--detailed-help):
10946         * type-break.el (type-break-mode)
10947         (type-break-mode-line-message-mode, type-break-query-mode)
10948         (type-break-guesstimate-keystroke-threshold):
10949         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10950         * version.el (emacs-version):
10951         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10952         * winner.el (winner-mode):
10953         * calendar/timeclock.el (timeclock-in, timeclock-out)
10954         (timeclock-status-string, timeclock-change)
10955         (timeclock-workday-remaining-string)
10956         (timeclock-workday-elapsed-string)
10957         (timeclock-when-to-leave-string):
10958         * calendar/todo-mode.el (todo-add-category):
10959         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10960         * emacs-lisp/autoload.el (update-file-autoloads):
10961         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10962         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10963         (checkdoc-message-text, checkdoc-defun):
10964         * emacs-lisp/debug.el (debugger-list-functions):
10965         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10966         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10967         (eieio-describe-generic):
10968         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10969         * emacs-lisp/shadow.el (list-load-path-shadows):
10970         * emulation/cua-base.el (cua-mode):
10971         * emulation/edt.el (edt-set-scroll-margins):
10972         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10973         (tpu-toggle-regexp, tpu-toggle-search-direction)
10974         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10975         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10976         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10977         (viper-set-parsing-style-toggling-macro)
10978         (viper-set-emacs-state-searchstyle-macros):
10979         * emulation/viper.el (viper-set-hooks):
10980         * eshell/esh-mode.el (eshell-truncate-buffer):
10981         * international/mule-cmds.el (prefer-coding-system)
10982         (describe-input-method, describe-language-environment):
10983         * international/mule-diag.el (list-character-sets)
10984         (describe-character-set, describe-coding-system)
10985         (describe-fontset, list-fontsets, list-input-methods):
10986         * mail/sendmail.el (mail-signature):
10987         * net/ange-ftp.el (ange-ftp-copy-file):
10988         * net/browse-url.el (browse-url):
10989         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10990         * net/quickurl.el (quickurl-add-url):
10991         * net/rcirc.el (names, topic):
10992         * net/xesam.el (xesam-mode):
10993         * play/5x5.el (5x5-new-game):
10994         * play/yow.el (apropos-zippy):
10995         * progmodes/ada-mode.el (ada-mode-version):
10996         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10997         (f90-end-of-block)
10998         (f90-beginning-of-block):
10999         * progmodes/fortran.el (fortran-end-of-block)
11000         (fortran-beginning-of-block):
11001         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
11002         * progmodes/python.el (python-describe-symbol, python-shell):
11003         * term/ns-win.el (ns-print-buffer):
11004         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
11005         * textmodes/flyspell.el (flyspell-mode-on):
11006         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
11007         (pages-directory-for-addresses):
11008         * textmodes/table.el (table-recognize-cell)
11009         (table-query-dimension, table-generate-source)
11010         (table-insert-sequence, table--warn-incompatibility):
11011         * textmodes/tex-mode.el (tex-validate-buffer):
11012         * textmodes/texinfmt.el (texinfmt-version)
11013         (texinfo-format-buffer):
11014         Use `called-interactively-p' instead of `interactive-p'.
11016 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
11018         * image-mode.el (image-toggle-display):
11019         * emacs-lisp/elp.el (elp-instrument-function):
11020         * emacs-lisp/advice.el (ad-make-advised-definition):
11021         * emacs-lisp/easy-mmode.el (define-minor-mode):
11022         * net/browse-url.el (browse-url-maybe-new-window):
11023         * progmodes/sh-script.el (sh-learn-buffer-indent):
11024         Pass new argument 'any to `called-interactively-p'.
11026 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
11028         * international/uni-bidi.el:
11029         * international/uni-category.el:
11030         * international/uni-combining.el:
11031         * international/uni-comment.el:
11032         * international/uni-decimal.el:
11033         * international/uni-decomposition.el:
11034         * international/uni-digit.el:
11035         * international/uni-lowercase.el:
11036         * international/uni-mirrored.el:
11037         * international/uni-name.el:
11038         * international/uni-numeric.el:
11039         * international/uni-old-name.el:
11040         * international/uni-titlecase.el:
11041         * international/uni-uppercase.el:
11042         Regenerate from Unicode 5.2.0 data.
11044 2009-10-01  Glenn Morris  <rgm@gnu.org>
11046         * Makefile.in (ELCFILES): Regenerate.
11048 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11050         * subr.el (interactive-p): Mark obsolete.
11051         (called-interactively-p): Make the optional-ness of `kind' obsolete.
11052         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
11053         advertised-signature-table for subroutines as well.
11055         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
11056         (set-advertised-calling-convention): New function.
11057         (make-obsolete, define-obsolete-function-alias)
11058         (make-obsolete-variable, define-obsolete-variable-alias):
11059         Make the optional-ness of `when' obsolete.
11060         (define-obsolete-face-alias): Make `when' non-optional.
11061         * help-fns.el (help-function-arglist):
11062         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
11063         Use advertised-signature-table.
11065 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
11067         * files.el (delete-directory): New defun.  The original function
11068         in fileio.c has been renamed to `delete-directory-internal'.
11070         * dired.el (dired-delete-file): Call `delete-directory' with
11071         RECURSIVE parameter.
11073         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
11074         parameter RECURSIVE.  Implementation is missing.
11076         * net/tramp.el (tramp-handle-make-directory): Flush upper
11077         directory's file properties.
11078         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
11079         (tramp-handle-dired-recursive-delete-directory): Flush directory
11080         properties after the remove command only.
11082         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11083         Handle optional parameter RECURSIVE.
11085         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
11086         Handle optional parameter RECURSIVE.
11088         * net/tramp-smb.el (tramp-smb-errors): Add error message for
11089         connection timeout.
11090         (tramp-smb-handle-delete-directory): Handle optional parameter
11091         RECURSIVE.
11093 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11095         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
11096         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
11097         (byte-compile-defmacro): Use backquotes.
11099         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
11101         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
11102         has no associated file.
11103         (vc-resynch-buffer): Use vc-dir-buffers.
11105 2009-10-01  Glenn Morris  <rgm@gnu.org>
11107         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
11108         (chart-file-count):
11109         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
11110         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
11111         * emacs-lisp/eieio-opt.el (eieio-describe-class):
11112         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
11113         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
11114         (eieio-copy-parents-into-subclass, make-instance, class-children)
11115         (eieio-generic-form):
11116         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
11117         * cedet/cedet-idutils.el (cedet-idutils-search)
11118         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
11119         (cedet-idutils-version-check):
11120         * cedet/cedet.el (cedet-version):
11121         * cedet/data-debug.el (data-debug-insert-overlay-button)
11122         (data-debug-insert-overlay-list-button)
11123         (data-debug-insert-buffer-button)
11124         (data-debug-insert-buffer-list-button)
11125         (data-debug-insert-process-button, data-debug-insert-ring-button)
11126         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
11127         (data-debug-insert-stuff-vector-button)
11128         (data-debug-insert-symbol-button, data-debug-insert-string)
11129         (data-debug-insert-number, data-debug-insert-lambda-expression)
11130         (data-debug-insert-nil, data-debug-insert-simple-thing)
11131         (data-debug-insert-custom, data-debug-edebug-expr):
11132         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
11133         (global-ede-mode-map, ede-new, ede-debug-target)
11134         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
11135         * cedet/semantic.el (semantic-minimum-working-buffer-size)
11136         (semantic-fetch-tags, semantic-submode-list)
11137         (semantic-default-submodes):
11138         * cedet/ede/source.el (ede-source-match):
11139         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
11140         (project-am-package-info):
11141         * cedet/ede/proj.el (ede-proj-target, project-new-target):
11142         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
11143         * cedet/ede/proj-comp.el (ede-current-build-list):
11144         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
11145         * cedet/ede/files.el (ede-toplevel-project-or-nil):
11146         * cedet/ede/cpp-root.el (initialize-instance):
11147         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
11148         (autoconf-parameter-strip, autoconf-insert-new-macro):
11149         * cedet/semantic/wisent.el (wisent-lex-eoi):
11150         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
11151         (semantic-show-parser-state-mode):
11152         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
11153         * cedet/semantic/tag.el (semantic-tag-new-variable)
11154         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
11155         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
11156         (semantic--tag-deep-copy-tag-list)
11157         (semantic-tag-components-with-overlays-default):
11158         * cedet/semantic/symref.el (semantic-symref-find-text):
11159         * cedet/semantic/senator.el (senator-yank-tag)
11160         (senator-transpose-tags-up):
11161         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
11162         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
11163         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
11164         * cedet/semantic/lex.el (semantic-lex-comment-regex)
11165         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
11166         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
11167         * cedet/semantic/lex-spp.el
11168         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
11169         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
11170         * cedet/semantic/idle.el
11171         (semantic-idle-summary-current-symbol-info-brutish)
11172         (semantic-idle-summary-current-symbol-info-default):
11173         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
11174         (semantic--grammar-macro-compl-dict):
11175         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
11176         * cedet/semantic/format.el (semantic-format-tag-custom-list)
11177         (semantic-format-tag-canonical-name-default):
11178         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
11179         (semantic-find-tags-for-completion)
11180         (semantic-find-tags-by-scope-protection-default)
11181         (semantic-deep-find-tags-for-completion):
11182         * cedet/semantic/edit.el
11183         (semantic-edits-incremental-reparse-failed-hook)
11184         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
11185         (semantic-edits-splice-remove, semantic-edits-splice-replace):
11186         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
11187         * cedet/semantic/dep.el (semantic-dependency-include-path):
11188         * cedet/semantic/db.el (semanticdb-default-find-index-class)
11189         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
11190         (semanticdb-project-roots):
11191         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
11192         (semanticdb-find-adebug-insert-scanned-tag-cons)
11193         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
11194         (semanticdb-brute-deep-find-tags-for-completion):
11195         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
11196         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
11197         (semantic-end-of-context-default)
11198         (semantic-ctxt-current-function-default)
11199         (semantic-ctxt-scoped-types-default):
11200         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
11201         (semantic-complete-inline-tag-engine)
11202         (semantic-complete-inline-custom-type)
11203         (semantic-complete-read-tag-analyzer):
11204         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
11205         (semantic-chart-database-size):
11206         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
11207         (semantic-analyze-current-context):
11208         * cedet/semantic/symref/list.el (semantic-symref)
11209         (semantic-symref-hide-buffer, semantic-symref-symbol):
11210         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
11211         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
11212         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
11213         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
11214         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
11215         (semantic-c-dereference-template):
11216         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
11217         (semantic--analyze-refs-full-lookup-with-parents)
11218         (semantic--analyze-refs-full-lookup-simple):
11219         * cedet/semantic/analyze/complete.el
11220         (semantic-analyze-possible-completions):
11221         * cedet/srecode/table.el (srecode-mode-table-new):
11222         * cedet/srecode/srt.el (srecode-read-variable-name):
11223         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
11224         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
11225         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
11226         * cedet/srecode/map.el (srecode-current-map):
11227         * cedet/srecode/insert.el (srecode-insert)
11228         (srecode-insert-variable-secondname-handler, srecode-insert-method)
11229         (srecode-template-inserter-point-override)
11230         (srecode-insert-include-lookup):
11231         * cedet/srecode/getset.el (srecode-auto-choose-class):
11232         * cedet/srecode/extract.el (srecode-inserter-extract):
11233         * cedet/srecode/document.el
11234         (srecode-document-autocomment-return-last-alist)
11235         (srecode-document-autocomment-param-type-alist)
11236         (srecode-document-insert-function-comment)
11237         (srecode-document-insert-variable-one-line-comment)
11238         (srecode-document-function-name-comment):
11239         * cedet/srecode/dictionary.el (srecode-create-dictionary)
11240         (srecode-compound-toString):
11241         * cedet/srecode/compile.el (srecode-flush-active-templates):
11242         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
11243         Doc/message fixes.
11245         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
11246         match-data.  (Bug#4555).
11248         * cedet/semantic/bovine/gcc.el
11249         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
11250         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
11252         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
11253         rather than parsing it as a regexp.  This relaxes the layout
11254         requirements and makes errors easier to detect.
11255         (check-declare-verify): Check file is regular.
11256         (check-declare-directory): Doc fix.
11257         * subr.el (declare-function): Doc fix.
11259         * ibuffer.el (ibuffer-format-qualifier):
11260         * isearch.el (hi-lock-regexp-okay):
11261         * calc/calc.el (math-zerop):
11262         * mail/uce.el (rmail-msgbeg, rmail-msgend):
11263         * term/w32-win.el (setup-default-fontset, set-fontset-font):
11264         Remove unused declarations.
11266 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
11268         * cedet/semantic/wisent/javat-wy.el
11269         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
11271 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
11273         * cedet/srecode/expandproto.el: Fix provide statement.
11275 2009-09-30  Eric Ludlam  <zappo@gnu.org>
11277         * emacs-lisp/eieio.el (boolean-p): Delete.
11279 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
11281         * cedet/ede/srecode.el: Fix provide statement.
11283 2009-09-30  Glenn Morris  <rgm@gnu.org>
11285         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
11286         * cedet/ede/proj-aux.el (ede-aux-source):
11287         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
11288         (ede-misc-source):
11289         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
11290         (semantic-mrub-switch-tags): Fix doc typos.
11292         * cedet/semantic/db-global.el (data-debug-new-buffer)
11293         (data-debug-insert-thing): Remove unneeded declarations (one broken).
11294         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
11296         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
11298         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
11299         use of CL function `remove-if-not'.
11301         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
11303         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
11304         filename is not a string.
11306 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
11308         * files.el (safe-local-eval-forms): Fix typo.
11310 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11312         * vc-hooks.el (vc-dir-buffers): New var.
11313         (vc-state-refresh): New function.
11314         (vc-state): Use it.
11315         (vc-after-save): Always ask the backend to recompute the new state.
11316         Always call vc-dir if necessary, using vc-dir-buffers.
11317         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
11318         Use vc-dir-buffers.
11319         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
11320         (vc-dir-prepare-status-buffer, vc-dir-update)
11321         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
11322         Don't call expand-file-name on default-directory.
11324 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11326         * speedbar.el (speedbar-item-delete):
11327         * calc/calc-prog.el (calc-kbd-if):
11328         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
11330         * epa.el (epa-key-list-mode-map):
11331         * hi-lock.el (hi-lock-menu): Fix typos in menus.
11333         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
11334         (hs-show-hook): Fix typo in docstring.
11336 2009-09-29  Glenn Morris  <rgm@gnu.org>
11338         * cedet/semantic/symref/idutils.el:
11339         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
11341         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
11343         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
11344         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
11345         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
11346         Mark declarations not understood by check-declare.
11348         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
11349         file-name-nondirectory call preventing location of cedet files.
11350         (check-declare-verify): Use literal search rather than re-search.
11351         Add basic defmethod and defclass, and define-overloadable-function.
11353         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11354         Use tramp-compat-file-attributes rather than nonexistent
11355         tramp-compat-handle-file-attributes.
11357         * Makefile.in (lisptagsfiles4): New.
11358         (AUTOGENEL): Add cedet loaddefs files.
11359         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
11360         (update-elclist, compile-always, backup-compiled-files)
11361         (bootstrap-clean): Add yet another directory level.
11362         (update-elclist): Use LC_COLLATE rather than COLLATE.
11363         (ELCFILES): Update, via `make update-elclist'.
11365 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11367         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11368         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11369         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11371 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
11373         * Makefile.in (lisptagsfiles3): Define.
11374         (TAGS, TAGS-LISP): Use it.
11375         (update-elclist): Add third directory level to look for elc files.
11376         (compile-always): Likewise.
11377         (backup-compiled-files): Likewise.
11378         (bootstrap-clean): Likewise.
11379         (ELCFILES): Update.
11381 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
11383         * Makefile.in (ELCFILES): Add CEDET files.
11385 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11387         CEDET (development tools) package merged.
11389         * cedet/*.el:
11390         * cedet/ede/*.el:
11391         * cedet/semantic/*.el:
11392         * cedet/srecode/*.el: New files.
11394 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
11396         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11398         * net/tramp.el (top): Require tramp-imap.
11400         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11401         Use `tramp-compat-handle-file-attributes'.
11403 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11405         * net/tramp-imap.el: New package.
11407 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11409         * emacs-lisp/chart.el:
11410         * emacs-lisp/eieio-base.el:
11411         * emacs-lisp/eieio-comp.el:
11412         * emacs-lisp/eieio-custom.el:
11413         * emacs-lisp/eieio-datadebug.el:
11414         * emacs-lisp/eieio-opt.el:
11415         * emacs-lisp/eieio-speedbar.el:
11416         * emacs-lisp/eieio.el: New files.
11418         * cedet/cedet-cscope.el:
11419         * cedet/cedet-files.el:
11420         * cedet/cedet-global.el:
11421         * cedet/cedet-idutils.el:
11422         * cedet/data-debug.el:
11423         * cedet/inversion.el:
11424         * cedet/mode-local.el:
11425         * cedet/pulse.el: New files.
11427 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11429         * whitespace.el (whitespace-trailing-regexp)
11430         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11431         Fix doc string.
11433 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
11435         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11436         menu.
11438         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11439         menu-bar-ediff-menu.
11441         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11442         define-overloadable-function.
11444         * progmodes/autoconf.el: Provide autoconf as well, so that this
11445         file can be `require'd.
11447         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11449         * emacs-lisp/autoload.el (generated-autoload-feature)
11450         (generated-autoload-load-name): New vars.
11451         (autoload-rubric, autoload-generate-file-autoloads): Use them.
11452         (make-autoload): Recognize define-overloadable-function and
11453         defclass forms (for EIEIO).
11455         * Makefile.in (update-subdirs): Exclude cedet directory.
11457 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
11459         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
11461         * faces.el: Default light-background background for region face to
11462         ns_selection_color under NS.
11464 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11466         * net/imap-hash.el: New library, see NEWS.
11468         * Makefile.in (ELCFILES): Add imap-hash.el.
11470 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11472         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11473         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11474         * help-macro.el (make-help-screen): Avoid using an ambiguous function
11475         definition where the docstring could be taken for the return value.
11477 2009-09-26  Glenn Morris  <rgm@gnu.org>
11479         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11480         Add option to only show images below a certain size.
11481         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11482         save-excursion calls.
11484 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
11486         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11487         subdirectories) and eieio.
11489 2009-09-26  Alan Mackenzie  <acm@muc.de>
11491         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11492         buggy bracketing.  (Bug#4289)
11494         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11495         character constants (as case labels).  (Bug#4289)
11497 2009-09-25  Juri Linkov  <juri@jurta.org>
11499         * files.el (safe-local-eval-forms): Allow time-stamp in
11500         before-save-hook (Bug#4554).
11502 2009-09-25  Drew Adams  <drew.adams@oracle.com>
11504         * menu-bar.el (list-buffers-directory): Doc fix.
11506 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11508         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11509         Try and avoid copying twice the same paragraph.
11510         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11511         Remove save-excursion.
11512         (log-edit-changelog-entry): Do it here instead.
11514 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
11516         * bs.el (bs--get-file-name): Use `list-buffers-directory'
11517         when available, instead of hardcoding mode names.  Doc fix.
11519         * menu-bar.el (list-buffers-directory): Add docstring.
11520         Make automatically buffer-local.
11522         * dired.el (dired-mode):
11523         * files.el (cd-absolute):
11524         * pcvs.el (cvs-temp-buffer):
11525         * pcvs-util.el (cvs-get-buffer-create):
11526         * shell.el (shell-mode):
11527         * vc-dir.el (vc-dir-mode):
11528         Don't make `list-buffers-directory' buffer local.
11530 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
11532         * comint.el (comint-exec, comint-run, make-comint):
11533         Doc fixes (Bug#4542).
11535 2009-09-25  Glenn Morris  <rgm@gnu.org>
11537         * mail/rmailmm.el (rmail-mime): New custom group.
11538         Move all defcustoms in this file into this group.
11539         (rmail-mime-media-type-handlers-alist): Revert previous change.
11540         (rmail-mime-show-images): New option.
11541         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11542         references to it, since it wasn't actually used for anything.
11543         (rmail-mime-insert-image): New function.
11544         (rmail-mime-image): Use rmail-mime-insert-image.
11545         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11546         obey the value of `rmail-mime-show-images' option.  Print the size of
11547         attachments.
11549 2009-09-25  David Engster  <deng@randomsample.de>
11551         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
11553 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11555         * whitespace.el: Does not highlight trailing spaces While point is
11556         at end of line.  Does not highligt spaces at beginning of buffer
11557         while point is at beginning of buffer.  Does not highlight spaces
11558         at end of buffer while point is at end of buffer.  (Bug#4177)
11559         New version 12.0.
11560         (whitespace-display-mappings): Adjust initialization.
11561         (whitespace-point, whitespace-font-lock-refontify): New vars.
11562         (whitespace-color-on, whitespace-color-off): Adjust code.
11563         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11564         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11565         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11567 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
11569         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11571         * textmodes/sgml-mode.el: Remove xml-mode alias.
11573         * files.el (auto-mode-alist, conf-mode-maybe)
11574         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11576 2009-09-24  Alan Mackenzie  <acm@muc.de>
11578         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11579         c-forward-conditionals, but it doesn't move point and doesn't set
11580         the mark.
11581         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11582         (c-down-conditional-with-else, c-backward-conditional)
11583         (c-forward-conditional): Refactor to use c-scan-conditionals.
11585 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11587         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11588         (help-default-arg-highlight): Remove.
11589         (help-highlight-arg): New function.
11590         (help-do-arg-highlight): Use it.
11591         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
11593 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11595         * term.el (term-set-scroll-region, term-handle-ansi-escape):
11596         Undo last change, which didn't fix the problem and introduced others.
11598 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
11600         * progmodes/gdb-mi.el: Don't require speedbar.
11601         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11603 2009-09-24  Glenn Morris  <rgm@gnu.org>
11605         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11607         * term/ns-win.el (ns-reg-to-script): Define for compiler.
11609         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11610         there is no newline after the final mime boundary.  (Bug#4539)
11611         Move markers on insertion so that any buttons inserted don't end up in
11612         the next part of a multipart message.
11613         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
11614         (rmail-mime-bulk-handler): Optionally handle images.
11615         (rmail-mime-image): New button action.
11616         (rmail-mime-image-handler): New function.
11617         (rmail-mime-mode): New mode.
11618         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
11620 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11622         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11623         than just dropping elements from it (bug#4504).
11625         * term.el (term-set-scroll-region): Don't move cursor any more.
11626         (term-handle-ansi-escape): Call term-goto here instead.
11627         Suggested by Ivan Kanis <apple@kanis.eu>.
11629         * term.el: Require CL.
11630         (term-ansi-reset): New function.
11631         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11632         (term-handle-colors-array): Simplify.
11634 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11636         * allout.el (allout-overlay-interior-modification-handler)
11637         (allout-obtain-passphrase):
11638         * epa-file.el (epa-file-write-region):
11639         * ps-print.el (ps-begin-job):
11640         * vc-hooks.el (vc-toggle-read-only):
11641         * vc-rcs.el (vc-rcs-rollback):
11642         * vc-sccs.el (vc-sccs-rollback):
11643         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11644         (vc-version-diff, vc-revert, vc-rollback):
11645         * wdired.el (wdired-check-kill-buffer):
11646         * emacs-lisp/authors.el (authors):
11647         * net/socks.el (socks-open-connection):
11648         * net/zeroconf.el (zeroconf-service-add-hook):
11649         * obsolete/vc-mcvs.el (vc-mcvs-register):
11650         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11651         (gdb-select-frame):
11652         * progmodes/grep.el (lgrep, rgrep):
11653         * progmodes/idlw-help.el (idlwave-help-check-locations)
11654         (idlwave-help-html-link, idlwave-help-assistant-open-link):
11655         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11656         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11657         (reftex-toc-rename-label): Fix typos in error messages.
11659         * dired-aux.el (dired-do-shell-command): Reflow docstring.
11660         (dired-copy-how-to-fn): Doc fix.
11661         (dired-files-attributes, dired-read-shell-command):
11662         Fix typos in docstrings.
11664         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11665         (dired-x-find-file-other-window): Reflow docstrings.
11666         (dired-omit-marker-char, dired-read-shell-command)
11667         (dired-x-submit-report): Fix typos in docstrings.
11669         * shell.el (shell-mode-hook):
11670         * view.el (View-scroll-line-forward):
11671         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11672         Fix typos in docstrings.
11674         * net/dig.el (dig-invoke): Fix typo in docstring.
11675         (query-dig): Reflow docstring.
11677         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11678         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11679         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11680         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11681         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11682         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11683         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11684         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11685         (idlwave-completion-map, idlwave-current-indent)
11686         (idlwave-custom-ampersand-surround, idlwave-customize)
11687         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11688         (idlwave-define-abbrev, idlwave-determine-class-special)
11689         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11690         (idlwave-end-block-reg, idlwave-end-of-statement)
11691         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11692         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11693         (idlwave-explicit-class-listed, idlwave-file-header)
11694         (idlwave-fill-paragraph, idlwave-find-class-definition)
11695         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11696         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11697         (idlwave-in-quote, idlwave-indent-action-table)
11698         (idlwave-indent-expand-table, idlwave-indent-line)
11699         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11700         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11701         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11702         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11703         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11704         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11705         (idlwave-outlawed-buffers, idlwave-popup-select)
11706         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11707         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11708         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11709         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11710         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11711         (idlwave-statement-type, idlwave-struct-skip)
11712         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11713         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11714         (idlwave-what-module-find-class): Fix typos in docstrings.
11715         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11716         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11717         (idlwave-find-module, idlwave-find-structure-definition)
11718         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11719         (idlwave-list-load-path-shadows, idlwave-next-statement)
11720         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11721         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11722         (idlwave-template): Reflow docstrings.
11724         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11725         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11726         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11727         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11728         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11729         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11730         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11731         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11732         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11733         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11734         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11735         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11736         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11737         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11738         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11739         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11740         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11741         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11742         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11743         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11744         Fix typos in docstrings.
11745         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11746         (idlwave-shell-hide-output, idlwave-shell-mode)
11747         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11748         Reflow docstrings.
11750         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11752 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11754         * term.el (term-bold-attribute): New var.
11755         (term-handle-colors-array): Use it.
11757 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11759         * progmodes/gdb-mi.el (gdb-version): New variable.
11760         (gdb-non-stop-handler): Set gdb-version.
11761         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11762         Condition "--thread" option on gdb-version.
11763         (gdb-invalidate-threads): Remove unused argument.
11765 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11767         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11768         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11770 2009-09-23  Glenn Morris  <rgm@gnu.org>
11772         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11773         replying to mail without References or Message-Id.  (Bug#4525)
11775 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11777         * term/ns-win.el (ns-reg-to-script): New variable.
11779 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11781         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11783 2009-09-22  Sam Steingold  <sds@gnu.org>
11785         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11786         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11787         to 1 because hg returns status 1 when nothing is found.
11788         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11790 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11792         * textmodes/fill.el: Convert to utf-8 encoding.
11793         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11794         pre-Unicode days.
11796         * add-log.el (change-log-fill-forward-paragraph): New function.
11797         (change-log-mode): Use it so fill-region DTRT.
11798         Set fill-indent-according-to-mode here rather than in
11799         change-log-fill-paragraph.
11800         (change-log-fill-paragraph): Remove.
11802 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11804         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11805         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11807 2009-09-22  Glenn Morris  <rgm@gnu.org>
11809         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11810         the scroll-bar scroll the calendar window rather than the buffer.
11812         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11813         commands that move point (as opposed to scrolling).
11815         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11817         * emacs-lisp/elint.el (elint): New custom group.
11818         (elint-log-buffer): Make it a defcustom.
11819         (elint-scan-preloaded, elint-ignored-warnings)
11820         (elint-directory-skip-re): New options.
11821         (elint-builtin-variables): Doc fix.
11822         (elint-preloaded-env): New variable.
11823         (elint-unknown-builtin-args): Add an entry for encode-time.
11824         (elint-extra-errors): Make it a variable rather than a constant.
11825         (elint-preloaded-skip-re): New constant.
11826         (elint-directory): Skip files matching elint-directory-skip-re.
11827         (elint-features): New variable, local to linted buffers.
11828         (elint-update-env): Initialize elint-features.  Possibly add
11829         elint-preloaded-env to the buffer's environment.
11830         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11831         Skip quoted forms.
11832         (elint-init-form): New function, extracted from elint-init-env.
11833         Make non-list forms a warning rather than an error.
11834         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11835         easy-menu-define, put that adds an error-condition, and provide.
11836         When requiring cl, also require cl-macs.  Really require cl, to handle
11837         some cl macros.  Store required libraries in the list elint-features,
11838         so as not to re-load them.  Treat cc-require like require.
11839         (elint-init-env): Call elint-init-form to do the work.
11840         Handle eval-and-compile and such like.
11841         (elint-add-required-env): Do not clear messages.
11842         (elint-special-forms): Add handlers for function, defalias, if, when,
11843         unless, and, or.
11844         (elint-form): Add optional argument to ignore elint-special-forms,
11845         useful to prevent recursive calls from handlers.  Doc fix.
11846         Respect elint-ignored-warnings.
11847         (elint-form): Respect elint-ignored-warnings.
11848         (elint-bound-variable, elint-bound-function): New variables.
11849         (elint-unbound-variable): Respect elint-bound-variable.
11850         (elint-get-args): Respect elint-bound-function.
11851         (elint-check-cond-form): Add some simple handling for (f)boundp and
11852         featurep tests.
11853         (elint-check-defalias-form): New handler.
11854         (elint-check-let-form): Make an empty let a warning rather than an
11855         error.
11856         (elint-check-setq-form): Make an empty setq a warning rather than an
11857         error.  Respect elint-ignored-warnings.
11858         (elint-check-defvar-form): Accept null doc-strings.
11859         (elint-check-conditional-form): New handler.  Does some simple-minded
11860         checking of featurep and (f)boundp tests.
11861         (elint-put-function-args): New function.
11862         (elint-initialize): Use elint-scan-doc-file rather than
11863         elint-find-builtin-variables.  Use elint-put-function-args.
11864         Possibly scan preloaded-file-list.
11865         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11866         extend to handle functions as well.
11868 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11870         * linum.el (linum-delete-overlays, linum-update-window):
11871         Do not modify the right margin.  (Bug#3971)
11873 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11875         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11876         nxml-mode instead of xml-mode.
11878 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11880         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11882 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11884         * net/dig.el (dig-mode): Use define-derived-mode.
11886 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11888         * vc-dispatcher.el (vc-do-command): Return the process object in
11889         the asynchronous case.  Use when instead of if.  Do not run
11890         vc-exec-after to display a message if not enabled.  (Bug#4463)
11892         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11893         properties to the stash strings.
11894         (vc-git-stash-list): Return a list of strings.
11895         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11896         (vc-git-stash-show-at-point): New functions.
11897         (vc-git-stash-map): New keymap.
11899         * register.el (ctl-x-r-map): Define the keys here instead of
11900         using autoload.
11902 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11904         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11905         list, to workaround performance problem (bug#4485).
11907 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11909         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11911 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11913         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11914         Document that this option is not recommended to use.
11916 2009-09-19  Glenn Morris  <rgm@gnu.org>
11918         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11919         variable `var'.
11921         * calc/calc-alg.el (var):
11922         * calc/calcalg2.el (var): Define for compiler.
11924 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11926         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11927         Doc fix (Bug#3932).
11929         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11931         * time-stamp.el (time-stamp-month-dd-yyyy)
11932         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11933         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11934         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11935         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11936         Remove functions that have been obsolete since 1995 (Bug#4436).
11938         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11939         indent buffer only if called interactively (Bug#4452).
11941 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11942             Eli Zaretskii  <eliz@gnu.org>
11944         This fixes bug#4197 (merged to bug#865, though not identical).
11945         * server.el (server-auth-dir): Add docstring note about FAT32.
11946         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11947         but warn against using them.
11949 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11951         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11952         older GDB where there is no has_more field.
11954 2009-09-19  Glenn Morris  <rgm@gnu.org>
11956         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11958 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11960         * files.el (auto-mode-alist): Change default for XML files to nXML
11961         mode (Bug#4169).
11963 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11965         * server.el (server-ensure-safe-dir): Pass 'integer
11966         to `file-attributes', as suggested.
11968 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11970         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11971         (dired-query): Use read-key.
11973 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11975         * cus-start.el (ns-use-qd-smoothing): Remove.
11977 2009-09-18  Glenn Morris  <rgm@gnu.org>
11979         * allout.el (top-level): Remove unnecessary progn.
11981         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11983         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11984         definition of abbrev table.
11986         * speedbar.el (speedbar-track-mouse):
11987         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11988         * net/eudc.el (eudc-expand-inline):
11989         * net/newst-backend.el (newsticker--cache-read-feed):
11990         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11991         condition-case handlers.
11993 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11995         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11996         (gdb-var-list): Add an element for has_more field.
11997         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11998         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11999         (gdb-var-update-handler-1): Parse output of dynamic variable
12000         objects (STL containers).
12001         (gdb-var-delete-1): Pass var1 as an explicit second argument.
12002         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
12004         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
12005         gdb-var-list.
12006         (gud-speedbar-buttons): Make node expandable if expression "has more"
12007         children.
12009 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
12011         * startup.el (emacs-quick-startup): Remove variable and all uses.
12012         (command-line): Set `inhibit-x-resources' instead.
12013         (command-line-1): Use `inhibit-x-resources' instead.
12015 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
12017         * subr.el: Fix last change to avoid using the `unless' macro,
12018         which breaks bootstrapping.
12020 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12022         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
12023         extended definitions, in case we reload subr.el after having
12024         loaded CL.
12025         (eval-next-after-load): Mark as obsolete.
12027 2009-09-17  Juri Linkov  <juri@jurta.org>
12029         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
12030         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
12031         (menu-bar-showhide-menu, menu-bar-tools-menu)
12032         (menu-bar-describe-menu, menu-bar-help-menu)
12033         (minibuffer-local-completion-map, minibuffer-local-map):
12034         Fix list quoting.
12036 2009-09-17  Glenn Morris  <rgm@gnu.org>
12038         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
12039         arguments, whether or not it has a handler.
12041         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
12043         * simple.el (hard-newline): Give it a doc-string.
12045         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12046         (lisp-mode-syntax-table): Give them doc-strings.
12048 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
12050         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
12051         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
12052         (menu-bar-options-menu, menu-bar-showhide-menu)
12053         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
12054         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
12055         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
12056         (menu-bar-options-menu, menu-bar-tools-menu)
12057         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
12058         (menu-bar-help-menu):
12059         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
12060         string arguments.
12062         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
12063         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
12064         calls for the menu names and :help.
12066 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12068         * mouse.el (minor-mode-menu-from-indicator): Pay attention
12069         to :minor-mode-function (bug#4455).
12071 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12073         * startup.el (command-line): Initialize the window-system after
12074         processing the command-line.
12076         * textmodes/page.el (what-page): Make sure we don't inf-loop if
12077         page-delimiter matches the empty string.
12079 2009-09-16  Glenn Morris  <rgm@gnu.org>
12081         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
12082         byte-compile-not-obsolete-var.  It's a list now.
12083         (byte-compile-not-obsolete-funcs): New variable.
12084         (byte-compile-warn-obsolete): Don't warn about functions if they are in
12085         byte-compile-not-obsolete-funcs.
12086         (byte-compile-variable-ref, byte-compile-defvar): Update for
12087         byte-compile-not-obsolete-vars name-change and list nature.
12088         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
12089         and variables behind (f)boundp tests.
12090         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
12092 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
12094         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
12096 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12098         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
12099         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
12100         Don't autoload.
12102 2009-09-15  Stephen Eglen  <stephen@gnu.org>
12104         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
12105         the virtual-buffers, use the name of the buffer specified by
12106         find-file-noselect, as the match may be a symlink.  (This was a
12107         problem if the target and the symlink had different names.)
12109 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12111         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
12113         * desktop.el (desktop-path): Check user-emacs-directory.
12115         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
12117         * loadup.el: Use after-load-functions to GC after loading each file.
12118         Remove the explicit GC calls that used to be sprinkled around.
12120         * subr.el (after-load-functions): New hook.
12121         (do-after-load-evaluation): Run it.  Use string-match-p to detect
12122         `obsolete' packages, rather than painfully extracting the relevant
12123         directory name.
12125 2009-09-15  Glenn Morris  <rgm@gnu.org>
12127         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
12128         free variable `doc'.
12130         * dired.el (dired-mode-map): Add menu entry for async shell command.
12132         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
12133         variables, also consider the .elc files, since the .el files are
12134         normally gzipped (subsequent code locates the .el.gz from the .elc).
12136         * calc/calc-prog.el (arglist): Define for compiler.
12138         * calendar/diary-lib.el (diary-display-function): Change the default to
12139         fancy display.
12140         (body): Define for compiler.
12142         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
12143         (byte-compile-file-form, byte-compile-lambda)
12144         (byte-compile-top-level-body, byte-compile-form)
12145         (byte-compile-variable-ref, byte-compile-setq)
12146         (byte-compile-setq-default, byte-compile-body)
12147         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
12148         (batch-byte-compile): Give some more local variables with common names
12149         a "bytecomp-" prefix to avoid masking warnings about free variables.
12151         * startup.el (command-line-1): Give local variables with common names a
12152         distinguishing prefix, so as not to hide free variable warnings during
12153         bootstrap.
12155         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
12156         clever and add a suffix to make a unique name, just let the user decide
12157         whether or not to overwrite it.  If the input is a directory, write the
12158         default filename to that directory.  (Bug#4388)
12159         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
12160         is a filename-as-a-directory.
12162 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12164         * textmodes/page.el (what-page): Don't move to beginning of line.
12165         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
12167 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
12169         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
12171 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
12173         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
12174         * help.el (help-for-help-internal): Add purecopy calls for text.
12176         * vc.el (top): print-log method now takes an optional SHORTLOG
12177         argument.  Add a new method: root.
12178         (vc-root-diff, vc-print-root-log): New functions.
12179         (vc-log-short-style): New variable.
12180         (vc-print-log-internal): Add support for showing short logs.
12182         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
12183         vc-print-root-log and vc-print-root-diff.
12185         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
12186         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
12187         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
12188         short logs.
12190         * vc-cvs.el (vc-cvs-print-log):
12191         * vc-mtn.el (vc-mtn-print-log):
12192         * vc-rcs.el (vc-rcs-print-log):
12193         * vc-sccs.el (vc-sccs-print-log):
12194         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
12195         that is ignored for now.
12197         * vc-mtn.el (vc-mtn-annotate-command):
12198         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
12200 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12202         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
12203         to function-key-map, and give them ascii-character property.
12204         * term/x-win.el (x-alternatives-map):
12205         * term/ns-win.el (ns-alternatives-map):
12206         * term/internal.el (msdos-key-remapping-map):
12207         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
12209 2009-09-14  Glenn Morris  <rgm@gnu.org>
12211         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
12212         temp-buffers (2009-09-12).
12214 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12216         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
12217         the new read-key function.
12219 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
12221         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
12222         is defined (Bug#4405).
12224 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
12226         * recentf.el (recentf-cleanup): Use a hash table to find
12227         duplicates (Bug#4407).
12229 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
12231         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
12232         kp-0 to ascii equivalents (Bug#4325).
12234 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
12236         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
12238         * eshell/em-hist.el:
12239         * eshell/em-dirs.el (eshell-complete-user-reference):
12240         Declare pcomplete functions and variables to avoid compiler warnings.
12242 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
12244         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
12245         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
12246         * eshell/em-alias.el (eshell-aliases-file):
12247         * eshell/em-hist.el (eshell-history-file-name):
12248         Use expand-file-name instead of concat to make file names (Bug#4308).
12250 2009-09-13  Glenn Morris  <rgm@gnu.org>
12252         * ediff-merg.el (ediff-do-merge):
12253         * filesets.el (filesets-run-cmd):
12254         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
12255         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
12256         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
12257         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
12258         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
12259         Replace empty `let's with `progn'.
12261 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12263         * mail/sendmail.el (send-mail-function):
12264         * tooltip.el (tooltip-mode):
12265         * simple.el (transient-mark-mode):
12266         * rfn-eshadow.el (file-name-shadow-mode):
12267         * frame.el (blink-cursor-mode):
12268         * font-core.el (global-font-lock-mode):
12269         * files.el (temporary-file-directory)
12270         (small-temporary-file-directory, auto-save-file-name-transforms):
12271         * epa-hook.el (auto-encryption-mode):
12272         * composite.el (global-auto-composition-mode):
12273         Use custom-initialize-delay.
12274         * startup.el (command-line): Don't explicitly call
12275         custom-reevaluate-setting for all the above vars.
12276         * custom.el (custom-initialize-safe-set)
12277         (custom-initialize-safe-default): Delete.
12279 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12281         * term/x-win.el (x-initialize-window-system):
12282         * term/w32-win.el (w32-initialize-window-system):
12283         * term/ns-win.el (ns-initialize-window-system): Don't call
12284         mouse-wheel-mode since it's enabled globally by default already.
12286         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
12287         actually define the variable, but only silences the byte-compiler.
12288         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
12289         before looking it up.
12290         (mouse-wheel-scroll-amount): Also reset the bindings if this value
12291         is changed.
12293 2009-09-12  Glenn Morris  <rgm@gnu.org>
12295         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
12296         1000.
12297         (elint-add-required-env): Don't beep on error.
12298         (elint-forms): In case of error, return ENV unchanged.
12299         (elint-init-env): Skip non-list forms.
12300         (elint-log): Handle unknown file positions.
12302 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
12304         * epg.el (epg-make-context): Add autoload cookie.
12305         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
12306         (epg-decrypt-string, epg-start-verify, epg-verify-file)
12307         (epg-verify-string, epg-start-sign, epg-sign-file)
12308         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
12309         (epg-encrypt-string, epg-start-export-keys)
12310         (epg-export-keys-to-file, epg-export-keys-to-string)
12311         (epg-start-import-keys, epg-import-keys-from-file)
12312         (epg-import-keys-from-string, epg-start-receive-keys)
12313         (epg-receive-keys, epg-import-keys-from-server)
12314         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
12315         (epg-sign-keys, epg-start-generate-key)
12316         (epg-generate-key-from-file, epg-generate-key-from-string):
12317         Remove autoload cookie.
12319 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
12321         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
12322         reevaluation of trash-directory.
12324         * mwheel.el: Fix last change.
12325         (mouse-wheel-mode): New defvar.
12326         (mouse-wheel-mode): Remove autoload cookie.
12328 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12330         * mwheel.el (mwheel-installed-bindings): New var.
12331         (mouse-wheel-mode): Use it, so as to make sure we really remove all
12332         the bindings we set last time.  Use custom-initialize-delay.
12333         * loadup.el: Load mwheel after term/*-win.el.
12334         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
12335         and mouse-wheel-up-event now that their first evaluation is done
12336         sufficiently late to be correct.
12338         * startup.el (tutorial-directory): Make it a defcustom.
12339         Use custom-initialize-delay rather than eval-at-startup to set it.
12340         * image.el (image-load-path): Make it a defcustom.
12341         Use custom-initialize-delay rather than eval-at-startup to set it.
12342         * subr.el (eval-at-startup): Remove.
12343         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
12345         * subr.el (do-after-load-evaluation): Warn the user after loading an
12346         obsolete package.
12348 2009-09-12  Glenn Morris  <rgm@gnu.org>
12350         * proced.el (proced-mark-alt): Remove alias.
12351         (proced-mode-map): Remove proced-mark-alt.
12353         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
12354         Elint file and directory.  Remove initialization entry.
12356         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
12357         commands.
12358         (elint-current-buffer): Set mode-line-process.
12359         (elint-init-env): Handle define-derived-mode.
12360         Fix declare-function with unspecified arglist.  Guard against odd
12361         defalias statements (eg iso-insert's 8859-1-map).
12362         (elint-add-required-env): Use a temp buffer.
12363         (elint-form): Just print the function/macro name, not the whole form.
12364         Return env unchanged if we fail to parse a macro.
12365         (elint-forms): Guard against parse errors.
12366         (elint-output): New function, to handle batch mode.
12367         (elint-log-message): Add optional argument.  Use elint-output.
12368         (elint-set-mode-line): New function.
12370 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
12372         * emacs-lisp/elp.el (elp-not-profilable): Add more
12373         functions (Bug#4233).
12375 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
12377         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12378         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12380 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12382         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12383         (gdb-var-list-children): Use json parsing.
12385 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
12387         * progmodes/js.el (js--proper-indentation): Handle the case where
12388         char-before is null.  Reported by Deniz Dogan.
12390 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12392         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12394 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
12396         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12397         (epg-digest-algorithm-alist): Add SHA224.
12398         (epg-context-set-passphrase-callback)
12399         (epg-context-set-progress-callback): Add description about
12400         callback function.
12402 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12404         * custom.el (custom-delayed-init-variables): New var.
12405         (custom-initialize-delay): New function.
12406         * startup.el (command-line): "Re"evaluate all vars in
12407         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
12408         explicitly any more.
12409         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12410         to avoid creating a ~/.emacs.d at build-time (bug#4347).
12412         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12414 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12416         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12417         (gdb-var-update-handler): Use json parsing.
12419 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12421         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12422         decode annotated text, regardless of language environment.  (Bug#2741)
12424 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12426         * Makefile.in (autoloads): Make rmail.el writable as well.
12428 2009-09-11  Glenn Morris  <rgm@gnu.org>
12430         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12431         loaddefs.el.
12432         * dired.el: Regenerate with extracted autoloads.
12433         * Makefile.in (autoloads): Make dired.el writable.
12435         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12436         * ibuffer.el: Regenerate with extracted autoloads.
12437         * Makefile.in (autoloads): Make ibuffer.el writable.
12439         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12440         * version.el (emacs-copyright, emacs-major-version)
12441         (emacs-minor-version): Reformat doc-strings for make-docfile.
12443         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12444         functions and variables, since they must be stuff specific to some other
12445         platform.
12446         (apropos-print): Make mouse-click message less specific about button.
12448         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12449         that records where a macro was defined.
12450         * help-fns.el (describe-function-1): Mention if a function has a
12451         compiler-macro.
12452         * help-mode.el (help-function-cmacro): New button.
12454         * locate.el (top-level): Always require dired.
12455         (locate-mode-map): Initialize inside the defvar.
12457         * net/ange-ftp.el (dired-compress-file): Declare.
12458         (ange-ftp-dired-compress-file): Add doc string.
12460         * term/ns-win.el (x-display-name, x-setup-function-keys):
12461         Unify doc-strings with X versions.
12463 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12465         * emulation/crisp.el (crisp-mode-map): Move initialization
12466         into declaration.
12467         (crisp-mode): Use define-minor-mode.
12469         * progmodes/xscheme.el (xscheme-evaluation-commands):
12470         Put a :advertised-binding property rather than using
12471         advertised-xscheme-send-previous-expression.
12472         (advertised-xscheme-send-previous-expression): Declare obsolete.
12473         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12474         `advertised-undo'.
12475         (crisp-mode): Add corresponding bindings to
12476         undo's :advertised-binding instead.
12477         * dired.el (dired-mode-map): Put a :advertised-binding property rather
12478         than using dired-advertised-find-file.
12479         (dired-advertised-find-file):
12480         * simple.el (advertised-undo):
12481         * wid-edit.el (advertised-widget-backward): Declare obsolete.
12482         (widget-keymap): Put a :advertised-binding property rather
12483         than using advertised-widget-backward.
12484         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12485         than using advertised-undo.
12486         * tutorial.el (tutorial--default-keys): Adjust accordingly.
12488 2009-09-10  Simon South  <ssouth@slowcomputing.org>
12490         * progmodes/delphi.el (delphi-tab): Indent region when Transient
12491         Mark mode is enabled and region is active; otherwise indent or
12492         insert TAB as usual.
12493         (delphi-mode): Update description of TAB-key binding.
12495 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12497         * subr.el (define-key-rebound-commands): Mark obsolete.
12498         * startup.el (precompute-menubar-bindings): Remove.
12499         (normal-top-level): Remove obsolete code that tried to precompute
12500         menubar bindings.
12501         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12502         define-key-rebound-commands and precompute-menubar-bindings.
12504 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12506         * net/imap.el (imap-interactive-login): Better messages.
12507         (imap-open): Fix bug with renamed buffer on reconnect.
12508         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12509         for easier debugging and cleaner code.  On successful (guessed based on
12510         server capabilities) secondary authentication, set imap-state
12511         correctly.
12512         (imap-last-authenticator): Define imap-last-authenticator as a variable
12513         to avoid warnings.
12515 2009-09-10  Glenn Morris  <rgm@gnu.org>
12517         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12519         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12520         (byte-compile-file-form-autoload): Don't warn about unknown functions
12521         where the autoload statement comes after the use.
12522         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12523         that any handlers inside the body (eg require) are in turn respected.
12525         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12526         effects.
12528         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12529         and syntax and abbrev tables basic docs, if they don't have any.
12531         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12533         * international/mule-cmds.el (top-level): Require cl when compiling.
12534         (view-hello-file): Use default-value rather than
12535         default-enable-multibyte-characters.
12537         * progmodes/fortran.el: Move all safe and risky properties into the
12538         defcustoms.
12540         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12541         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12542         * mail/undigest.el:
12543         Put autoloads in rmail.el rather than loaddefs.el.
12544         * mail/rmail.el: Regenerate with extracted autoloads.
12546         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12547         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12549 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
12551         Reported in thread for Bug#4375.
12552         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12553         "-data-evaluate-expression" instead of print.
12554         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12555         (gdb-tooltip-print): Parse output from above MI command.
12556         (gdb): Revert 2009-08-11 change.  User should detach inferior
12557         manually.
12559         Remove the word "separate" from IO functions as inferior
12560         output is now never displayed in the GUD buffer.
12562 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
12564         * startup.el (command-line-normalize-file-name): On Windows and
12565         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12567 2009-09-10  Juri Linkov  <juri@jurta.org>
12569         * isearch.el (isearch-text-char-description): Propertize escape
12570         character sequences with the `escape-glyph' face.  (Bug#4344)
12572         * simple.el (shell-command): Set asynchronous process filter to
12573         `comint-output-filter'.  (Bug#4343)
12575         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12576         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
12577         the list.  Move "asm" to the bottom.
12578         (grep-find-ignored-directories): Add `choice' with nil value
12579         to empty the list easily.
12580         (grep-find-ignored-files): New option.
12581         (grep-files-history): Set to nil by default instead of '("ch" "el").
12582         (grep-compute-defaults): Add "<X>" to `grep-template'.
12583         (grep-read-files): Bind new local variables `default-alias' and
12584         `default-extension'.  Use a list of default values for the file prompt.
12585         (lgrep): Add `--exclude=' command line options composed from
12586         `grep-find-ignored-files'.
12587         (rgrep): Add `-name' command line options composed from
12588         `grep-find-ignored-files'.  (Bug#4301)
12590 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12592         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12593         (bug#4368).
12595 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12597         * calendar/time-date.el (autoload):
12598         Expand define-obsolete-function-alias into defalias and make-obsolete
12599         for old Emacsen that Gnus supports.
12600         (with-no-warnings): Define it for old Emacsen.
12601         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12602         is available.
12603         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12604         float-time is available; suppress compile warning for time-to-seconds.
12606 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12608         * net/imap.el (imap-message-map): Docstring fix.
12610 2009-09-09  Glenn Morris  <rgm@gnu.org>
12612         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12613         line numbers too.  (Bug#4374)
12615 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12617         * smerge-mode.el (smerge-remove-props, smerge-refine):
12618         Use with-silent-modifications (bug#4342).
12620         * subr.el (with-silent-modifications): New macro.
12622 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
12624         * files.el (top-level): Require `cl' when compiling.
12626 2009-09-07  Glenn Morris  <rgm@gnu.org>
12628         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12630         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12631         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
12633 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
12635         * vc-git.el (vc-git-annotate-command): Use separator to parse
12636         arguments correctly.
12638 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
12640         * proced.el (proced-mode): Doc fix.
12642 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
12644         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12645         lstat fails.
12646         (tramp-do-file-attributes-with-ls): Check for file existence at
12647         remote end.
12648         (tramp-do-file-attributes-with-stat): Likewise.
12649         (tramp-convert-file-attributes): Return nil when attr is nil.
12651 2009-09-05  Glenn Morris  <rgm@gnu.org>
12653         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12654         properties to this button.
12655         (diary-fancy-display): Don't extend the button to the final newline.
12656         (diary-fancy-display-mode): Continue to define "q" as a local key.
12658         * calendar/cal-china.el (holiday-chinese): Make it slightly more
12659         efficient.
12661         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12663         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12664         (byte-compile-dest-file-function): New option.
12665         (byte-compile-dest-file): Doc fix.
12666         Obey byte-compile-dest-file-function.
12667         (byte-compile-cl-file-p): New function.
12668         (byte-compile-eval): Only suppress noruntime warnings about cl functions
12669         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
12670         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12671         than for file being previously loaded.
12672         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12673         (byte-compile-file-form-require): Handle the case where requiring a file
12674         indirectly causes CL to be loaded.
12676 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12678         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12679         before killing the old buffer, since by the time `kill-buffer' is
12680         run so many buffer variables have been set to nil that it may not
12681         behave as expected.  (Bug#4061)
12683 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12685         * files.el (find-alternate-file): If the old buffer is modified
12686         and visiting a file, behave similarly to `kill-buffer' when
12687         killing it, thus reverting to the pre-1.878 behavior; see
12688         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12689         for discussion.  Also, consult `buffer-file-name' as a variable
12690         not as a function, for consistency with the rest of the code.
12692 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12694         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12695         also when adding a new directory.
12697         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12698         defun.
12700 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12702         * files.el (locate-file-completion-table): Make it provide boundary
12703         information, so partial-completion works better.
12705 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12707         * mail/footnote.el (Footnote-text-under-cursor):
12708         Check footnote-text-marker-alist before using it (bug#4324).
12710 2009-09-04  Glenn Morris  <rgm@gnu.org>
12712         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12713         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12714         * play/solitaire.el, play/tetris.el:
12715         Remove leading * from defcustom and defface docs.
12717         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12718         necessary.
12719         (diary-fancy-overriding-map): New variable.
12720         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12721         Use view-mode.
12723         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12724         goto-line.
12726 2009-09-03  Glenn Morris  <rgm@gnu.org>
12728         * arc-mode.el (archive-mode):
12729         * dos-fns.el (set-default-process-coding-system):
12730         * man.el (Man-getpage-in-background):
12731         * menu-bar.el (menu-bar-describe-menu):
12732         * server.el (server-process-filter):
12733         * startup.el (command-line):
12734         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12735         * w32-fns.el (set-default-process-coding-system):
12736         * x-dnd.el (x-dnd-handle-file-name):
12737         * international/mule-cmds.el (mule-menu-keymap)
12738         (set-default-coding-systems, language-info-alist, set-language-info)
12739         (set-language-environment, standard-display-european-internal)
12740         (set-locale-environment):
12741         * international/mule-diag.el (mule-diag):
12742         * mail/emacsbug.el (report-emacs-bug):
12743         * mail/rmail.el (rmail-mode):
12744         * mail/sendmail.el (mail-setup):
12745         Use default-value rather than default-enable-multibyte-characters.
12747         * progmodes/f90.el: Move all safe properties into the defcustoms.
12748         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12750         * calendar/appt.el (appt-check):
12751         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12752         (diary-check-diary-file, diary-list-entries)
12753         (diary-include-other-diary-files, diary-simple-display)
12754         (diary-fancy-display, diary-print-entries)
12755         (diary-mark-included-diary-files, diary-make-entry):
12756         Don't call substitute-in-file-name on diary-file.
12758 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12759             Stefan Monnier  <monnier@iro.umontreal.ca>
12761         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12762         (footnote-mode-map): Move initialization into the declaration.
12763         (footnote-minor-mode-map): Define it rather than changing global-map.
12764         (footnote-mode): Use define-minor-mode.
12766 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12768         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12769         (tramp-do-file-attributes-with-perl)
12770         (tramp-do-file-attributes-with-stat): Rename from
12771         `tramp-handle-file-attributes-with-*'.
12772         (tramp-handle-file-attributes): Use them.
12773         (tramp-do-directory-files-and-attributes-with-perl)
12774         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12775         `tramp-handle-directory-files-and-attributes-with-*'.
12776         (tramp-handle-directory-files-and-attributes): Use them.
12777         (tramp-method-out-of-band-p): Additional parameter SIZE.
12778         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12779         (tramp-handle-write-region): Use it.
12780         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12781         (tramp-handle-vc-registered): Check, whether the first run did
12782         return files to be tested.
12783         (tramp-advice-make-auto-save-file-name): Do not call directly
12784         `tramp-handle-make-auto-save-file-name', because this would bypass
12785         the locking mechanism.
12787         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12788         (file-remote-p, process-file, start-file-process, set-file-times)
12789         (tramp-compat-file-attributes): Compatibility functions shall not
12790         call directly `tramp-handle-*', because this would bypass the
12791         locking mechanism.
12792         (tramp-compat-number-sequence): New defun.
12794 2009-09-02  Glenn Morris  <rgm@gnu.org>
12796         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12797         alias for float-time.
12798         (time-to-number-of-days): In Emacs, use float-time.
12799         * net/newst-backend.el (time-add): Suppress warnings from compat
12800         function.
12801         * time.el (emacs-uptime, emacs-init-time):
12802         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12803         Use float-time rather than time-to-seconds.
12805         * minibuffer.el (completion-initials-expand): Fix typo.
12807         * faces.el (modeline, modeline-inactive, modeline-highlight)
12808         (modeline-buffer-id):
12809         * info.el (info-menu-5): Mark these face aliases as obsolete.
12811 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12813         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12814         space ...
12815         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12816         no "--thread" option.
12817         (gdb-stopped): Don't print "Switched to thread" message when it is
12818         unchanged.
12820 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12822         * minibuffer.el (completion-try-completion)
12823         (completion-all-completions): Remove ill-defined (and
12824         mistakenly installed and luckily never used nor documented)
12825         `completion-styles' property.
12826         (completion-initials-expand, completion-initials-all-completions)
12827         (completion-initials-try-completion): New functions.
12828         (completion-styles-alist): Add doc to each entry.
12829         Add new `initials' entry.
12831 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12833         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12834         MI command -var-evaluate-expression.
12835         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12836         and tweak for case of string child.
12837         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12839 2009-09-01  Glenn Morris  <rgm@gnu.org>
12841         * add-log.el (change-log-date-face, change-log-name-face)
12842         (change-log-email-face, change-log-file-face, change-log-list-face)
12843         (change-log-conditionals-face, change-log-function-face)
12844         (change-log-acknowledgement-face):
12845         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12846         (custom-modified-face, custom-set-face, custom-changed-face)
12847         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12848         (custom-documentation-face, custom-state-face, custom-comment-face)
12849         (custom-comment-tag-face, custom-variable-tag-face)
12850         (custom-variable-button-face, custom-face-tag-face)
12851         (custom-group-tag-face-1, custom-group-tag-face):
12852         * diff-mode.el (diff-header-face, diff-file-header-face)
12853         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12854         (diff-added-face, diff-changed-face, diff-function-face)
12855         (diff-context-face, diff-nonexistent-face):
12856         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12857         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12858         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12859         (Info-title-4-face):
12860         * isearch.el (isearch-lazy-highlight-face):
12861         * log-view.el (log-view-file-face, log-view-message-face):
12862         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12863         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12864         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12865         (cvs-msg-face):
12866         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12867         (smerge-base-face, smerge-markers-face):
12868         * wid-edit.el (widget-documentation-face, widget-button-face)
12869         (widget-field-face, widget-single-line-field-face)
12870         (widget-inactive-face, widget-button-pressed-face):
12871         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12872         (woman-addition-face):
12873         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12874         (eshell-ls-executable-face, eshell-ls-readonly-face)
12875         (eshell-ls-unreadable-face, eshell-ls-special-face)
12876         (eshell-ls-missing-face, eshell-ls-archive-face)
12877         (eshell-ls-backup-face, eshell-ls-product-face)
12878         (eshell-ls-clutter-face):
12879         * eshell/em-prompt.el (eshell-prompt-face):
12880         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12881         * obsolete/old-whitespace.el (whitespace-highlight-face):
12882         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12883         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12884         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12885         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12886         (antlr-font-lock-literal-face):
12887         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12888         (ebrowse-root-class-face, ebrowse-file-name-face)
12889         (ebrowse-default-face, ebrowse-member-attribute-face)
12890         (ebrowse-member-class-face, ebrowse-progress-face):
12891         * progmodes/make-mode.el (makefile-space-face):
12892         * progmodes/sh-script.el (sh-heredoc-face):
12893         * textmodes/flyspell.el (flyspell-incorrect-face)
12894         (flyspell-duplicate-face):
12895         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12896         * textmodes/texinfo.el (texinfo-heading-face):
12897         Mark face aliases with "-face" suffix as obsolete.
12899         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12900         compiler.
12902         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12903         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12904         easy-menu-define wants to modify these.
12906         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12908         * net/browse-url.el (browse-url-file-url):
12909         * term/internal.el (dos-codepage-setup):
12910         Use default-value rather than default-enable-multibyte-characters.
12912         * progmodes/etags.el (etags-goto-tag-location):
12913         * progmodes/flymake.el (flymake-highlight-line)
12914         (flymake-goto-file-and-line, flymake-goto-line):
12915         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12916         (gdb-goto-breakpoint):
12917         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12918         * progmodes/python.el (python-find-function)
12919         (python-pdbtrack-track-stack-file):
12920         * progmodes/verilog-mode.el (verilog-surelint-off):
12921         * term/ns-win.el (ns-open-file-select-line):
12922         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12923         Use forward-line rather than goto-line.
12925         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12926         * textmodes/reftex-index.el (reftex-display-index):
12927         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12928         * textmodes/reftex-toc.el (reftex-toc):
12929         Remove unnecessary bindings of default-major-mode (all are followed by
12930         major-mode check and possible mode switch).
12932 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12934         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12935         Handle watchpoints (bug#4282).
12936         (def-gdb-thread-buffer-command): Enable thread to be selected by
12937         clicking without selecting threads buffer first.
12938         (gdb-current-context-command): Use selected frame so that "up",
12939         "down" etc work in the GUD buffer.
12940         (gdb-update): Find selected frame before rendering stack buffer.
12941         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12943 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12945         * progmodes/sym-comp.el (displayed-completions): Remove.
12946         (symbol-complete): Use minibuffer-complete.
12948 2009-08-31  Glenn Morris  <rgm@gnu.org>
12950         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12952         * apropos.el (apropos-symbols-internal):
12953         Handle (obsolete) face aliases.
12955         * faces.el (describe-face): Adjust the output format to be more like
12956         describe-variable, and to mention (obsolete) face aliases.
12957         Adjust the whitespace so that help-setup-xref works.
12959         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12960         * calendar/diary-lib.el (diary-button-face):
12961         Mark these face aliases as obsolete.
12963         * calendar/calendar.el (calendar-today): Doc fix.
12965 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12967         * progmodes/gdb-mi.el (gdb-control-all-threads)
12968         (gdb-control-current-thread): Force tool bar update.
12969         (gdb-non-stop-handler): New function.
12970         (gdb-init-1): Use it to test if non-stop mode is supported.
12971         Remove unused gdbmi buffer type.
12973 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12975         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12976         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12978 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12980         * comint.el (comint-exec-1): Check command is non-null first.
12981         Part of gdb-mi.el change (2009-08-28).
12983 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12985         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12987 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12989         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12990         instead of `dolist' to avoid a recursive require when bootstrapping.
12992 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12994         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12996         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12998         * net/imap.el (imap-send-command): Simplify.
12999         (imap-wait-for-tag): point-max -> buffer-size.
13001         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
13003         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
13004         with constant argument.
13006         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
13008         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
13010         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
13011         Change default, since most of our files don't have a history.
13012         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
13013         the user.
13015         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13016         Add comint-run.
13018         * calc/calc.el: Improve commenting convention.
13019         (calc-digit-map, toplevel): Simplify.
13021         * comint.el (comint-insert-input): Be careful to only set point if we
13022         don't delegate to some other command.
13024         * proced.el (proced-signal-list): Make it an alist.
13025         (proced-grammar-alist): Capitalize names.
13026         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
13027         Disable undo manually and make it read-only.
13028         Use completion-annotate-function.
13030         * minibuffer.el (minibuffer-message): If the current buffer is not
13031         a minibuffer, insert the message in the echo area rather than at the
13032         end of the buffer.
13033         (completion-annotate-function): New variable.
13034         (minibuffer-completion-help): Use it.
13035         (completion--embedded-envvar-table): Environment vars are
13036         always case-sensitive.
13038 2009-08-30  Glenn Morris  <rgm@gnu.org>
13040         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
13041         from fortran-current-defun.
13042         (fortran-beginning-of-subprogram): Be more precise about finding the
13043         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
13044         (fortran-end-of-subprogram): Simplify.
13045         (fortran-current-defun): Use fortran-start-prog-re.
13047 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
13049         * subr.el (do-after-load-evaluation): Simplify.
13051 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
13053         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
13055         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
13056         (vc-rcs-print-log): Use it.
13058         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
13060 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13062         * paths.el (abbrev-file-name): Move to abbrev.el.
13063         * abbrev.el (abbrev-file-name): Move from paths.el.
13064         Obey user-emacs-directory.
13065         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
13066         user-emacs-directory.
13067         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
13068         abbrev-file-name and calc-settings-file any more.
13069         * startup.el (command-line): Recompute abbrev-file-name and
13070         abbreviated-home-dir.
13071         (normal-no-mouse-startup-screen): Improve the generic code and get rid
13072         of the special code for when C-h bindings haven't been changed.
13073         (display-startup-echo-area-message): Use with-current-buffer.
13074         (command-line-1): Use a list of strings, rather than a list of lists
13075         of strings for longopts.
13077         * files.el (get-free-disk-space): Use / for default-directory.
13079         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
13080         Use with-current-buffer.
13082         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
13083         Recognize immutable variables like most-positive-fixnum.
13084         (byte-compile-setq-default): Check and warn if trying to assign
13085         to an immutable variable, or a non-variable.
13087         * progmodes/cc-vars.el (c-comment-continuation-stars):
13088         * progmodes/cc-engine.el (c-looking-at-bos):
13089         * progmodes/cc-cmds.el (c-toggle-auto-state)
13090         (c-forward-into-nomenclature, c-backward-into-nomenclature)
13091         (c-comment-line-break-function): Add version of obsolescence.
13093 2009-08-28  Juri Linkov  <juri@jurta.org>
13095         * files.el (magic-fallback-mode-alist): Add ZIP magic number
13096         associated with `archive-mode'.
13098         * image.el (image-type-header-regexps): Use only JPEG magic number
13099         to determine JPEG images, and don't use `image-jpeg-p' because
13100         Emacs can display non-JFIF non-Exif JPEG images.
13102 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
13104         * arc-mode.el (archive-mode):
13105         * emacs-lisp/re-builder.el (re-builder-unload-function):
13106         Protect against the default value of `major-mode' being nil.
13108 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
13110         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
13111         Fix typos in docstrings.
13113         * progmodes/js.el (js--macro-decl-re): Doc fix.
13114         (js--plain-method-re, js--split-name): Refloc docstring.
13115         (js--class-styles, js--make-merged-item, js--splice-into-items):
13116         Fix typos in docstrings; reflow docstrings.
13117         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
13118         (js--variable-decl-matcher, js--inside-pitem-p)
13119         (js--parse-state-at-point, js--get-all-known-symbols)
13120         (js--symbol-history, js-find-symbol, js--js-references)
13121         (js--moz-interactor, js--js-encode-value, js--read-tab):
13122         Fix typos in docstrings.
13124 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13126         * textmodes/reftex.el (reftex-get-file-buffer-force):
13127         * progmodes/verilog-mode.el (verilog-batch-execute-func):
13128         * emulation/viper.el (viper-go-away, viper-set-hooks):
13129         * emacs-lisp/re-builder.el (re-builder-unload-function):
13130         * emacs-lisp/bytecomp.el (byte-compile-file):
13131         * ses.el (ses-unload-function):
13132         * hexl.el (hexl-find-file):
13133         * files.el (normal-mode):
13134         * ehelp.el (with-electric-help):
13135         * autoinsert.el (auto-insert-alist):
13136         * arc-mode.el (archive-mode):
13137         Use (default-value 'major-mode) instead of default-major-mode.
13139         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
13140         * international/mule.el (load-with-code-conversion):
13141         * emacs-lisp/debug.el (debug):
13142         * ediff-vers.el (ediff-rcs-get-output-buffer):
13143         * dired.el (dired-internal-noselect): Don't let-bind
13144         default-major-mode around code that doesn't use it.
13145         E.g. buffer creation via get-buffer-create doesn't use it.
13147 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
13149         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
13150         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
13151         when writing the temp file.  Otherwise, epa-file gets confused.
13152         (tramp-register-file-name-handlers): Make it a defun.  Move also
13153         `epa-file-handler' to the front of `file-name-handler-alist'.
13155 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13157         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
13158         start right after a ^M.
13159         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
13160         (tramp-completion-file-name-regexp-separate)
13161         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
13162         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
13163         Don't modify last-coding-system-used by accident.
13164         (tramp-completion-file-name-handler): Apply the checks here,
13165         instead during registration.
13166         (tramp-register-file-name-handlers): Renamed from
13167         `tramp-register-file-name-handler'.  Register both
13168         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
13169         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
13171 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
13173         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
13174         Remove variable ...
13175         (gdb-init-1, gdb-display-separate-io-buffer)
13176         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
13177         references to it.
13178         (gdb-inferior-io-mode): Use make-comint-in-buffer.
13179         (gdb-inferior-filter): Use comint-output-filter to stop
13180         echoing and remove ^M characters.
13182 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13184         * emulation/viper-init.el (viper-restore-cursor-type):
13185         * emulation/cua-base.el (cua--update-indications):
13186         Replace default-cursor-type with (default-value 'cursor-type).
13188         * mail/sendmail.el (mail-recover-1):
13189         * international/mule-diag.el (describe-current-coding-system-briefly)
13190         (describe-current-coding-system):
13191         * international/mule-cmds.el (select-safe-coding-system)
13192         (select-message-coding-system)
13193         (set-language-environment-coding-systems, set-locale-environment):
13194         * hexl.el (hexl-insert-multibyte-char):
13195         * dos-w32.el (find-buffer-file-type-coding-system):
13196         * simple.el (what-cursor-position):
13197         Replace uses of default-buffer-file-coding-system
13198         with (default-value 'buffer-file-coding-system).
13200         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
13201         Replace uses of default-cursor-in-non-selected-windows
13202         with (default-value 'cursor-in-non-selected-windows).
13203         Use with-current-buffer.
13205         * mail/feedmail.el: Use CL macros.
13206         (feedmail-run-the-queue, feedmail-send-it-immediately):
13207         * dos-w32.el (find-buffer-file-type): Replace uses of
13208         default-buffer-file-type with (default-value 'buffer-file-type).
13210 2009-08-28  Glenn Morris  <rgm@gnu.org>
13212         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
13213         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
13214         Use default-value of major-mode rather than default-major-mode.
13216 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13218         * Makefile.in (update-elcfiles): Report left over elc files.
13220         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
13221         expand-file-name and with-current-buffer.
13222         (mail-get-names, mail-directory): Use with-current-buffer.
13224         * vc.el (vc-read-revision): New function.
13225         (vc-version-diff, vc-merge): Use it.
13227 2009-08-27  Sam Steingold  <sds@gnu.org>
13229         * simple.el (kill-do-not-save-duplicates): New user option.
13230         (kill-new): When it is non-nil, and the new string is the same as
13231         the latest kill, set replace to t to avoid duplicates in kill-ring.
13233 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
13235         * net/tramp.el (tramp-handle-process-file): Do not flush all
13236         caches when `process-file-side-effects' is set.
13237         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
13238         instead of `tramp-find-file-exists-command'.
13239         Unset `process-file-side-effects'.
13241 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
13243         * net/tramp.el (tramp-methods): New method "rsyncc".
13244         (top): Add completion function for "rsyncc".
13245         (tramp-message-show-message): New defvar.
13246         (tramp-message, tramp-error): Use it.
13247         (tramp-do-copy-or-rename-file-directly): Extend check for direct
13248         remote copying.
13249         (tramp-do-copy-or-rename-file-out-of-band): Handle new
13250         `tramp-methods' entry `copy-env' of "rsyncc".
13251         (tramp-vc-registered-read-file-names): New defconst.
13252         (tramp-vc-registered-file-names): New defvar.
13253         (tramp-handle-vc-registered): Implement optimization strategy.
13254         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
13255         (tramp-vc-file-name-handler): New defun.
13256         (tramp-get-ls-command, tramp-get-test-command)
13257         (tramp-get-file-exists-command, tramp-get-remote-ln)
13258         (tramp-get-remote-perl, tramp-get-remote-stat)
13259         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
13261         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
13262         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
13263         timestamps.
13264         (tramp-get-file-property): Check for timestamps in
13265         `tramp-cache-inhibit-cache'.
13266         (tramp-set-file-property): Write timestamp.
13268 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13270         * language/japan-util.el (japanese-symbol-table): Add entries for
13271         cp932-2-byte.
13273         * international/characters.el: Add category `j' to cp932-2-byte.
13275 2009-08-27  Kenichi Handa  <handa@m17n.org>
13277         * international/fontset.el (build-default-fontset-data): New macro.
13278         (setup-default-fontset): Use build-default-fontset-data for CJK,
13279         tibetan, ethiopic, and ipa.
13281 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13283         * cus-start.el (default-major-mode): Customize `major-mode' instead.
13284         (enable-multibyte-characters): Not customizable any more.
13286         * subr.el (default-mode-line-format, default-header-line-format)
13287         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
13288         (default-direction-reversed, default-truncate-lines)
13289         (default-left-margin, default-tab-width, default-case-fold-search)
13290         (default-left-margin-width, default-right-margin-width)
13291         (default-left-fringe-width, default-right-fringe-width)
13292         (default-fringes-outside-margins, default-scroll-bar-width)
13293         (default-vertical-scroll-bar, default-indicate-empty-lines)
13294         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
13295         (default-fringe-cursor-alist, default-scroll-up-aggressively)
13296         (default-scroll-down-aggressively, default-fill-column)
13297         (default-cursor-type, default-buffer-file-type)
13298         (default-cursor-in-non-selected-windows)
13299         (default-buffer-file-coding-system, default-major-mode)
13300         (default-enable-multibyte-characters): Mark as obsolete.
13302 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
13304         * vc-dir.el (vc-dir-update): Remove debug helper.
13306         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
13308 2009-08-26  Sam Steingold  <sds@gnu.org>
13310         * simple.el (save-interprogram-paste-before-kill): New user option.
13311         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
13312         save the interprogram-paste into kill-ring before overriding it
13313         with the Emacs kill.
13315 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
13317         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
13318         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
13319         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
13320         and move to vc-rcs.el.
13321         (vc-default-next-revision): Rename to vc-rcs-next-revision and
13322         move to vc-rcs.el.
13323         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
13324         (vc-rcs-update-changelog): Remove.
13325         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
13326         and move to vc-rcs.el.
13328         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
13329         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
13330         renaming.
13331         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
13332         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
13333         vc.el, renamed to be RCS specific.
13335         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
13336         New functions.
13337         (vc-cvs-update-changelog): Move here from vc.el.
13339         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
13340         New functions.
13342 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13344         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
13346 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
13348         * vc-git.el (vc-git-register): Use "git add" for directories.
13349         (vc-git-stash, vc-git-stash-show): New functions.
13350         (vc-git-extra-menu-map): Bind them.
13352         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
13353         directory correctly in case the item is a directory itself.
13355         * vc.el: Document the desired behavior for reverted files in the
13356         `added' state.
13357         (vc-default-prettify-state-info): Remove function, unused.
13359         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
13361 2009-08-26  Glenn Morris  <rgm@gnu.org>
13363         * bindings.el (standard-mode-line-format): Reposition dashes in
13364         which-func entry.  (Bug#4217)
13366         * files.el (enable-local-variables, enable-local-eval)
13367         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13368         the defcustoms.
13369         (auto-mode-alist, ignored-local-variables)
13370         (save-some-buffers-action-alist): Move risky declarations to the
13371         definitions.
13372         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13373         (font-lock-defaults, format-alist, imenu--index-alist)
13374         (imenu-generic-expression, input-method-alist, minor-mode-alist)
13375         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13376         (mode-line-modified, mode-line-mule-info, mode-line-position)
13377         (mode-line-process, mode-line-remote, outline-level)
13378         (parse-time-rules, rmail-output-file-alist)
13379         (special-display-buffer-names, vc-mode):
13380         Move risky declarations to the relevant files.
13381         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13382         (mode-line-modified, mode-line-process, mode-line-position)
13383         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13384         * font-core.el (font-lock-defaults):
13385         * format.el (format-alist):
13386         * vc-hooks.el (vc-mode):
13387         * window.el (special-display-buffer-names):
13388         * international/mule-cmds.el (input-method-alist):
13389         Define riskiness here (dumped file) rather than in files.el.
13390         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13391         * imenu.el (imenu-generic-expression, imenu--index-alist):
13392         * outline.el (outline-level):
13393         * time.el (display-time-string):
13394         * calendar/parse-time.el (parse-time-rules):
13395         * mail/rmailout.el (rmail-output-file-alist):
13396         Autoload riskiness here, rather than placing in files.el.
13398 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
13400         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13402 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
13404         * simple.el (process-file-side-effects): New defvar.
13406         * dired-aux.el (dired-show-file-type):
13407         * vc.el (vc-diff-internal):
13408         * vc-arch.el (vc-arch-diff):
13409         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13410         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13411         * vc-git.el (vc-git-registered, vc-git-working-revision)
13412         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13413         (vc-git--empty-db-p):
13414         * vc-hooks.el (vc-user-login-name):
13415         * vc-svn.el (vc-svn-registered, vc-svn-state)
13416         (vc-svn-dir-extra-headers, vc-svn-find-revision):
13417         * progmodes/grep.el (grep-probe): Let-bind
13418         `process-file-side-effects' with nil.
13420         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13422         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13423         daemon.  Replace ping by checking for running service for bluez
13424         and zeroconf.  (Bug#4239)
13426 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13428         * net/dig.el (dig): Add autoload cookie.
13430 2009-08-25  Glenn Morris  <rgm@gnu.org>
13432         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13433         load-history for absolute file-names.
13434         (byte-compile-file-form-require): Warn about use of the cl package.
13436         * format.el (format-alist): Doc fix.
13438         * play/bubbles.el (top-level): Don't require cl at run-time.
13440         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13441         run-time cl).
13443 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
13445         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13446         from cl package.
13447         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13449 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
13451         * calc/calc-alg.el (math-trig-rewrite)
13452         (math-hyperbolic-trig-rewrite): New functions.
13453         (calc-simplify): Simplify trig functions when asked.
13455 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13457         * diff-mode.el (diff-find-source-location): Avoid goto-line.
13459 2009-08-24  Kenichi Handa  <handa@m17n.org>
13461         * language/ind-util.el (mapthread): Delete it.
13462         (combinatorial): New function.
13463         (indian--puthash-cv): Use combinatorial instead of mapthread.
13465 2009-08-22  Kevin Ryde  <user42@zip.com.au>
13467         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13468         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13469         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13470         Clarify docstring that the value is strings not symbols.
13471         (checkdoc-list-of-strings-p): New function.
13473 2009-08-22  Glenn Morris  <rgm@gnu.org>
13475         * files.el (auto-mode-alist):
13476         * hippie-exp.el (he-concat-directory-file-name):
13477         * lpr.el (lpr-windows-system, printer-name):
13478         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13479         * ps-print.el (ps-windows-system):
13480         * startup.el (command-line):
13481         * emulation/viper-ex.el (viper-glob-function):
13482         * international/mule-cmds.el (set-language-environment-coding-systems):
13483         * net/ange-ftp.el (ange-ftp-write-region):
13484         * obsolete/fast-lock.el (fast-lock-cache-name):
13485         Remove code for defunct system-types emx, macos, mswindows, next-mach,
13486         unisoft-unix, vax-vms, win32, w32.
13488         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13489         given name if the pattern is not more specific.
13491         * calendar/lunar.el (lunar-phase-names): New option.
13492         (lunar-phase): Doc fix.
13493         (lunar-cycles-per-year): New constant.
13494         (lunar-index): New function.
13495         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13496         (lunar-phase-name): Use lunar-phase-names.
13497         (calendar-lunar-phases): Use format.
13498         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13500         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13501         Copy imenu-example--name-and-position function here for own use.
13502         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13504         * bs.el (bs--redisplay):
13505         * cus-edit.el (custom-redraw):
13506         * ibuffer.el (ibuffer-bury-buffer):
13507         * server.el (server-goto-line-column):
13508         * startup.el (command-line-1):
13509         * strokes.el (strokes-xpm-for-stroke):
13510         * term.el (term-display-buffer-line):
13511         * view.el (View-goto-line):
13512         * calc/calc.el (calc-do, calc-trail-buffer):
13513         * play/gamegrid.el (gamegrid-add-score-insecure):
13514         * progmodes/ada-mode.el (ada-compile-goto-error):
13515         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13516         (ebrowse-select-1st-to-9nth):
13517         * progmodes/cperl-mode.el (cperl-time-fontification):
13518         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13519         * progmodes/gud.el (gud-display-line):
13520         (idlwave-shell-display-line):
13521         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13522         * progmodes/make-mode.el (makefile-browser-toggle):
13523         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13524         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13525         * textmodes/picture.el (picture-draw-rectangle):
13526         * textmodes/reftex-index.el (reftex-index-goto-letter):
13527         (reftex-select-jump-to-previous):
13528         * textmodes/reftex-sel.el (reftex-find-start-point)
13529         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13530         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13531         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13532         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13533         * textmodes/two-column.el (2C-associated-buffer):
13534         Use forward-line rather than goto-line.
13536         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13537         goto-line.
13539         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13540         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13541         (quick-check-list-to-regexp): Declare.
13543         * progmodes/make-mode.el (makefile-browser-insert-selection):
13544         Use goto-char rather than goto-line.
13546         * progmodes/prolog.el (compilation-error-regexp-alist)
13547         (compilation-forget-errors): Declare.
13549 2009-08-22  Juri Linkov  <juri@jurta.org>
13551         * progmodes/grep.el (lgrep, rgrep): At the beginning
13552         set `dir' to `default-directory' unless `dir' is a non-nil
13553         readable directory.  (Bug#4052)
13554         (lgrep, rgrep): Change a weird way to report an error
13555         from using `read-string' to using `error'.
13556         Instead of using interactive arguments in the function body,
13557         add new argument `confirm'.
13559 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13561         * textmodes/remember.el (remember-buffer):
13562         * progmodes/cperl-mode.el (cperl-vc-header-alist):
13563         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13564         (icalendar-extract-ical-from-buffer):
13565         * net/newst-treeview.el (newsticker-groups-filename):
13566         * net/newst-backend.el (newsticker-cache-filename):
13567         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13568         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13569         (speedbar-add-ignored-path-regexp, speedbar-line-path)
13570         (speedbar-buffers-line-path, speedbar-path-line)
13571         (speedbar-buffers-line-path):
13572         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13573         (epg-sign-keys):
13574         * epa.el (epa-display-verify-result):
13575         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13577 2009-08-21  Glenn Morris  <rgm@gnu.org>
13579         * progmodes/js.el (inferior-moz-process): Fix declaration.
13581         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13583         * obsolete/rnewspost.el (news-mail-reply):
13584         Use goto-char rather than goto-line.
13586         * term/ns-win.el (ns-open-file-select-line):
13587         Use line-beginning-position rather than goto-line.
13589         * apropos.el (apropos-command):
13590         * ehelp.el (electric-helpify):
13591         * printing.el (pr-show-setup):
13592         * strokes.el (strokes-help):
13593         * tutorial.el (tutorial--describe-nonstandard-key)
13594         (tutorial--detailed-help):
13595         * woman.el (woman-mini-help, woman-display-extended-fonts):
13596         * calc/calc-help.el (calc-describe-key):
13597         * emulation/edt.el (edt-electric-helpify):
13598         * international/mule-diag.el (mule-diag):
13599         * play/yow.el (apropos-zippy):
13600         * progmodes/python.el (python-describe-symbol):
13601         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13602         * textmodes/table.el (*table--cell-describe-mode)
13603         (*table--cell-describe-bindings):
13604         Use help-print-return-message rather than the now obsolete alias.
13606         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13607         (calendar-cursor-to-visible-date):
13608         * play/5x5.el (5x5-position-cursor):
13609         * play/decipher.el (decipher):
13610         * play/gomoku.el (gomoku-goto-xy):
13611         * play/landmark.el (lm-goto-xy):
13612         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13613         (mpuz-paint-digit):
13614         Use forward-line, not goto-line.
13616         * mail/rmail.el (rmail-obsolete): Delete custom group.
13617         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13618         (rmail-remote-password, rmail-remote-password-required):
13619         Remove unneeded :set-after and :set properties.
13621 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
13623         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13625 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
13627         * loadup.el: Remove leftover macos code.
13629         * vc-git.el (vc-git-annotate-command): Run asynchronously.
13630         Explicitly pass the date format to git blame so that user local
13631         so that the output format can be parsed.
13633 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
13635         * net/dbus.el (top): Don't check for (getenv
13636         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
13638 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
13640         * log-edit.el (log-edit-strip-single-file-name): New var.
13641         (log-edit-insert-changelog): Use it.  Bug#3571
13643 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13645         * subr.el (read-passwd): Use read-key so keypad keys work as well.
13646         Bug#3287
13648         * help.el (help-print-return-message): Rename from
13649         print-help-return-message.
13651         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13652         cvs-mode-map parent hack.
13653         (log-view-mode): Derive from special-mode.
13655         * linum.el (linum-mode): window-size-change-functions is redundant.
13656         Adapt to new window-configuration-change-hook behavior.
13657         (linum-after-size, linum-after-config): Remove.
13659         * imenu.el (imenu-example--name-and-position)
13660         (imenu-example--lisp-extract-index-name)
13661         (imenu-example--create-lisp-index, imenu-example--create-c-index):
13662         Mark as obsolete.
13664         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13665         (inferior-prolog-mode): Use it.
13666         (inferior-prolog-load-file): Reset list of errors.
13668 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13670         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13672         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13674 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
13676         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13677         is running already.
13679 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13681         * subr.el (listify-key-sequence-1): Use normal syntax since those
13682         integers are nowadays always represented by the same (positive) number
13683         on all platforms.
13684         (read-key-empty-map): New const.
13685         (read-key-delay): New var.
13686         (read-key): New function.
13687         (force-mode-line-update): Use with-current-buffer.
13688         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13689         (start-process-shell-command, start-file-process-shell-command):
13690         Discourage the use of command-args.
13692 2009-08-19  Glenn Morris  <rgm@gnu.org>
13694         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13696 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13698         * simple.el (choose-completion-string): Don't rely on
13699         minibuffer-completing-file-name and ad-hoc checks to decide whether
13700         to continue completion or not.
13702         * minibuffer.el (minibuffer-hide-completions): New function.
13703         (completion--do-completion): Use it.
13704         (completions-annotations): New face.
13705         (completion--insert-strings): Use it.
13706         (completion-pcm--delim-wild-regex): Add docstring.
13707         (completion-pcm--string->pattern): Add support for 0-width delimiters
13708         in completion-pcm--delim-wild-regex.
13710 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13712         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13713         Remove unused var `buffer-modified-p'.
13715         * minibuffer.el (completion--do-completion): Move point for the #b001
13716         case as well (bug#4176).
13717         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13719 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13721         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13722         and :session buses.
13724 2009-08-18  Kenichi Handa  <handa@m17n.org>
13726         * international/ucs-normalize.el (ucs-normalize-version):
13727         Change to 1.1.
13728         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13729         (utf-8-hfs): Make it perform normalization on encoding too.
13731         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13732         (sentence-end-without-space): Delete duplicated chars.
13733         (sentence-end-base): Likewise.
13735         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13736         (html-mode): Delete duplicated chars from sentence-end-base.
13738         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13739         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13741 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13743         * files.el (hack-one-local-variable): If the mode function is for
13744         a minor mode, pass it an argument (Bug#4148).
13746 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13748         * net/tramp.el (tramp-register-completion-file-name-handler):
13749         Check also for (member 'partial-completion completion-styles).
13751 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13753         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13754         abbrev (Bug#3943).
13756 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13758         * progmodes/cperl-mode.el: Merge upstream 6.2.
13759         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13760         (cperl-forward-re): Check cperl-brace-recursing.
13761         (cperl-highlight-charclass): New function.
13762         (cperl-find-pods-heres): Use it.
13763         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13764         (cperl-beautify-regexp-piece): Fix column calculation.
13765         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13766         (cperl-beautify-level): Don't process entire regexp.
13767         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13768         calling man.
13769         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13770         (cperl-init-faces): Build a list in the normal way.
13772 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13774         * calendar/parse-time.el (parse-time-string-chars): Save match
13775         data.
13777 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13779         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13780         (sql-product): Use it.
13781         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13782         (sql-set-product): Add completion.
13783         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13784         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13785         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13786         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13787         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13788         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13789         (sql-highlight-db2-keywords): Remove.
13790         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13791         (sql-highlight-product): Use derived-mode-p.
13792         (sql-set-sqli-buffer): Use with-current-buffer.
13793         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13794         Simplify.
13796         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13798         * term.el: Fix commenting convention, turn comments into docstrings.
13800 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13802         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13804 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13806         * calendar/parse-time.el (parse-time-string-chars): Compute using
13807         character classes, to handle non-ascii characters (Bug#3190).
13809 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13811         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13812         another heredoc if the user adds another < (Bug#3226).
13814         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13815         Don't initialize based on window-system (Bug#4124).
13817         * facemenu.el (facemenu-read-color): Use a completion function
13818         that accepts any defined color, such as RGB triplets (Bug#3677).
13820         * files.el (get-free-disk-space): Change fallback default
13821         directory to /.  Expand DIR argument before switching to fallback.
13822         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13824 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13826         * files.el (load-library): Doc fix.
13828 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13830         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13831         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13832         incremental search string.
13834         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13835         XEmacs.
13837         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13838         (ediff-merge-region-is-non-clash)
13839         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13840         Also check if the job is really a merge job.
13842         * ediff.el (ediff-current-file): New function.
13844 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13846         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13847         conventions.
13848         (js-insert-and-indent): Delete function.
13849         (js-mode-map): Don't bind keys to js-insert-and-indent.
13850         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13851         (js-end-of-defun): Rename from js--end-of-defun.
13852         (js-auto-indent-flag): Delete variable.
13854 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13856         * progmodes/js.el: Remove proclaim statement.
13857         Defvar which-func-imenu-joiner-function to silence compiler.
13859         * files.el (auto-mode-alist): Use js-mode for .js files.
13861         * progmodes/js2-mode.el: Remove file.
13863         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13865         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13867         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13869 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13870             Karl Landstrom  <karl.landstrom@brgeight.se>
13872         * progmodes/js.el: New file.
13874 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13876         * timezone.el (timezone-parse-date): Add ability to understand ISO
13877         basic format (minimal separators) dates in addition to the
13878         already-supported extended format dates.
13880 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13882         * international/ucs-normalize.el: Add a `coding' file variable.
13884         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13886 2009-08-14  Sam Steingold  <sds@gnu.org>
13888         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13890 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13892         * faces.el (help-argument-name): Define it here instead of
13893         help-fns.el, because in daemon mode help-fns.el may be loaded when
13894         faces are still uninitialized (Bug#1078).
13896         * help-fns.el (help-argument-name): Move defface to faces.el.
13898 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13900         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13901         create buffer with a pty but no process so that GDB can make the
13902         inferior the controlling process.
13904 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13906         * international/ucs-normalize.el: New file.
13908 2009-08-13  Richard Stallman  <rms@gnu.org>
13910         * mail/rmail.el (rmail-get-attr-names):
13911         Accept an attribute header that is too short.
13913         * mail/rmail.el (rmail-forget-messages):
13914         Ignore nil elt in rmail-message-vector.  Use dotimes.
13916         * progmodes/compile.el (compilation-goto-locus):
13917         Use next-error-move-function.
13919         * simple.el (next-error-move-function): New variable.
13921 2009-08-12  Juri Linkov  <juri@jurta.org>
13923         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13924         always non-nil.  (Bug#4052)
13926         * replace.el (read-regexp): Return empty string when
13927         `default-value' is nil.
13928         (keep-lines-read-args): Don't use empty string as the
13929         default value for `read-regexp'.  (Bug#2495)
13931 2009-08-12  Juri Linkov  <juri@jurta.org>
13933         * international/mule-cmds.el (ucs-insert): Change arguments
13934         from `arg' to `character', `count', `inherit' to be the same
13935         as in `insert-char'.  Doc fix.  (Bug#4039)
13937         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13939 2009-08-12  Juri Linkov  <juri@jurta.org>
13941         * files-x.el: New file.
13943         * files.el: Move code that deals with adding/deleting
13944         file/directory-local variables to files-x.el.
13946         * Makefile.in (ELCFILES): Add files-x.elc.
13948 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13950         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13951         to use `goto-line'.
13952         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13953         `goto-line'.
13954         (gdb-invalidate-disassembly): Do not refresh upon receiving
13955         'update signal.  Instead, update all disassembly buffers only after
13956         threads list.
13957         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13958         (gdb-starting): Moved -data-list-register-names...
13959         (gdb-stopped): ...here so it's sent when first thread stops.
13960         (gdb-registers-handler-custom): Do nothing if register names are
13961         unknown yet.
13963         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13964         from `gdb-mi.el' to avoid extra tangling.
13966         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13967         change which breaks `gud-def' definitions used in `gdb'.
13968         (gdb-update-gud-running): No extra fuss for updating frame number.
13970 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13972         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13973         (describe-language-environment-map, setup-language-environment-map)
13974         (set-coding-system-map): Move initialization into declaration.
13975         (set-language-info-alist): Last arg to define-key-after can be skipped.
13977         * international/quail.el (quail-completion-1): Simplify.
13978         (quail-define-rules): Use slightly more compact code.
13979         (quail-insert-decode-map): Propertize keys, compact columns.
13981         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13982         Add goto-line.
13984 2009-08-10  Miles Bader  <miles@gnu.org>
13986         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13987         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13988         (js2-instance-member, js2-private-member, js2-private-function-call)
13989         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13990         (js2-magic-paren, js2-external-variable):
13991         Remove "-face" suffix from face names.
13992         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13993         (js2-highlight-undeclared-vars, js2-peek-token)
13994         (js2-parse-function-params, js2-mode-show-errors)
13995         (js2-mode-show-warnings, js2-make-magic-delimiter)
13996         (js2-mode-highlight-magic-parens): Update to use new face names.
13998 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
14000         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
14001         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
14003 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
14005         * subr.el: Provide hashtable-print-readable.
14007         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
14008         hs-c-like-adjust-block-beginning.
14009         (hs-hide-block-at-point): Stop hiding at the beginning of
14010         hs-block-end-regexp (Bug#700).
14012 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
14014         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
14015         a macro.
14016         (gdb-registers-handler-custom): Do not fail when register names
14017         are unavailable.
14019 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
14021         * progmodes/gdb-mi.el (gdb-control-all-threads)
14022         (gdb-control-current-thread): Interactive setters for
14023         `gdb-gud-control-all-threads' to use in menu.
14024         (gdb-show-run-p): Show «Go» when process is not active.
14025         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
14026         gud/thread.xpm and gud/all.xpm.
14028 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
14030         * net/net-utils.el (net-utils-font-lock-keywords): New var.
14031         (nslookup-font-lock-keywords): Make it a variable.
14032         (net-utils-mode): New mode for viewing diagnostic network output.
14033         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
14034         (net-utils-run-simple): New function.
14035         (ifconfig, iwconfig, netstat, arp, route): Use it.
14037 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
14039         * progmodes/gdb-mi.el (gdb-read-memory-custom)
14040         (gdb-memory-set-address, def-gdb-set-positive-number)
14041         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
14042         after changing settings.
14043         (gdb-invalidate-disassembly): Update when first shown.
14044         (gdb-edit-locals-value): Fixed.
14045         (gdb-registers-handler-custom): Print registers in right order and
14046         allow changing register values (only for current thread yet).
14047         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
14048         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
14049         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
14050         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
14051         info in mode name.
14052         (gdb-registers-mode-map): TAB to switch to locals.
14054 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
14056         * mail/rmail.el (rmail-add-mbox-headers)
14057         (rmail-set-message-counters-counter): Search for
14058         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
14060 2009-08-08  Glenn Morris  <rgm@gnu.org>
14062         * Makefile.in (ELCFILES): Update.
14064 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
14066         * mail/sendmail.el (mail-yank-original): Set
14067         buffer-file-coding-system from the one used by the message whose
14068         text is yanked.
14070         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
14071         to "windows" when "pgnuplot" is used.
14072         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
14073         call accept-process-output if "pgnuplot" is used.
14074         (calc-graph-init): Don't send -display and -geometry to
14075         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
14076         running "pgnuplot -V" with shell-command-to-string.
14078         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
14079         the default.
14081 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
14083         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
14084         org/org-latex.elc.
14086 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
14088         * vc-dispatcher.el (vc-resynch-window): Update comment.
14090         * term.el (term-handle-ansi-escape): Add comments with the
14091         terminfo capabilities implemented.
14093 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
14095         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
14096         (gdb-var-create-handler): Rewritten using JSON parser.
14097         (gdb-propertize-header): Moved earlier.
14098         (gdb-set-header): Removed to avoid duplication.
14099         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
14100         Refresh disassembly buffers only after threads list have been
14101         update.
14102         (gdb-threads-header, gdb-registers-header): Per-buffer header line
14103         variables.
14105 2009-08-04  Juri Linkov  <juri@jurta.org>
14107         * files.el: Commands to add/delete file/directory-local variables.
14108         (read-file-local-variable, read-file-local-variable-value)
14109         (read-file-local-variable-mode, modify-file-local-variable)
14110         (modify-file-local-variable-prop-line)
14111         (modify-dir-local-variable): New functions.
14112         (add-file-local-variable, delete-file-local-variable)
14113         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
14114         (add-dir-local-variable, delete-dir-local-variable)
14115         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
14116         (copy-dir-locals-to-file-locals-prop-line): New commands.
14118 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
14120         * abbrev.el (insert-abbrev-table-description): Prettify output.
14121         Suggested by Karl Chen.
14123 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
14125         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
14126         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
14127         (gdb-overlay-arrow-position, gdb-thread-position)
14128         (gdb-disassembly-position): Declare variables.
14129         (gdb-wait-for-pending): Function now.
14130         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
14131         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
14132         compilation goes smoothly.
14133         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
14134         (gdb-non-stop-setting): New customization setting which replaces
14135         `gdb-non-stop' so changing it doesn't break active GDB session.
14136         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
14137         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
14138         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
14139         (gdb-show-threads-by-default): New customization options.
14140         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
14141         routines.
14142         (gdb-get-buffer-create): Send buffers update signal when they are
14143         created.
14144         (gdb-invalidate-locals, gdb-invalidate-registers)
14145         (gdb-invalidate-breakpoints)
14146         (gdb-invalidate-threads, gdb-invalidate-disassembly)
14147         (gdb-invalidate-memory): Accept update signal.
14148         (gdb-current-context-command): Use --frame option.
14149         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
14150         Implement `gdb-frame-number' selection logic.
14151         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
14152         whether to show GUD toolbar buttons.
14153         (gdb-thread-exited): Unselect current thread when it exits.
14154         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
14155         (gdb-mark-line): Routine which sets overlay arrow or inverses
14156         video on fringeless displays.
14157         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
14158         to build aligned columns of data in GDB buffers and set text
14159         properties line-by-line.
14160         (gdb-invalidate-breakpoints)
14161         (gdb-breakpoints-list-handler-custom)
14162         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
14163         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
14164         (gdb-registers-handler-custom): Align data columns.
14165         (gdb-locals-handler-custom): Now prints data like in variable
14166         declarations.
14167         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
14168         Removed confusing buttons.
14169         (gdb-invalidate-threads): Append --frame.
14170         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
14171         between breakpoints/threads buffers.
14172         (gdb-set-window-buffer): Now can ignore dedicated windows.
14173         (gdb-propertize-header): Use `gdb-set-window-buffer'.
14174         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
14175         (def-gdb-thread-buffer-gud-command): Replaces
14176         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
14177         for fine thread control.
14178         (gdb-preempt-existing-or-display-buffer): New function used to
14179         display bound buffers without breaking window layout.
14180         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
14181         (gdb-select-frame): New version of `gdb-frames-select' which now
14182         sets `gdb-frame-number' so commands may use --frame option instead
14183         of inner debugger state.
14184         (gdb-frame-handler): Do not set `gdb-frame-number'.
14185         (gdb-threads-mode-map): Select threads with mouse.
14187         * progmodes/gud.el (gdb-gud-context-call): Declare function to
14188         avoid compilation warning.
14189         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
14190         `gdb-show-stop-p`.
14192         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
14193         Argument `key' renamed to `buffer-type'.
14194         (gdb-current-context-buffer-name): Do not add thread info to
14195         buffer name when no thread is selected.
14196         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
14197         command (bug 3794).
14198         (gdb-thread-selected): Handle `=thread-selected' notification.
14199         (gdb-wait-for-pending): New macro to deal with congestion problems.
14200         (gdb-breakpoints-list-handler-custom): Don't fail on pending
14201         breakpoints.
14202         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
14203         This fixes problem similar to one described in bug 3947.
14204         (gud-menu-map): More menu items.
14205         (gdb-init-1): Reset `gdb-thread-number' to nil.
14207         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
14208         non-stop settings.
14210         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
14211         (gdb-current-context-command): Do not append --thread if
14212         `gdb-thread-number' is nil.
14213         (gdb-running-threads-count, gdb-stopped-threads-count): New
14214         variables.
14215         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
14216         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
14217         customization options.
14218         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
14219         GUD commands.
14220         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
14221         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
14222         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
14223         set `gdb-thread-number' and update `gud-running' properly.
14224         (gdb-running): Update threads list when new threads appear.
14225         (gdb-stopped): Support non-stop operation and new thread switching
14226         logic.
14227         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
14228         (gdb-json-partial-output): New set of JSON routines.
14229         (def-gdb-auto-update-trigger): New `signal-list' optional
14230         argument.
14231         (gdb-thread-list-handler-custom): Update `gud-running',
14232         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
14233         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
14234         (gdb-continue-thread, gdb-step-thread): New commands for fine
14235         thread execution control.
14236         (gud-menu-map): New menu items to switch non-stop options.
14237         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
14238         (gdb-send): Mimic RET properly (bug 3794).
14240         * progmodes/gdb-mi.el (gdb-rules-name-maker)
14241         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
14242         gdb-buffer-rules.
14243         (def-gdb-auto-update-handler): New nopreserve optional argument.
14244         (gdb-stack-list-frames-custom): Print stack from top to bottom.
14246         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
14247         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
14248         (gdb-parent-mode): New mode to derive other GDB modes from.
14249         (gdb-display-disassembly-for-thread)
14250         (gdb-frame-disassembly-for-thread): New commands for threads
14251         buffer.
14253         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
14254         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
14255         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
14256         (gdb-update): We now store all GDB buffers in a list so that they
14257         can be updated by traversing a list instead of calling invalidate
14258         triggers explicitly.
14259         (def-gdb-trigger-and-handler): New macro to define trigger-handler
14260         pair for GDB buffer.
14261         (gdb-stack-buffer-name): Add thread information.
14262         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
14263         handle pending triggers.
14264         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
14265         (def-gdb-thread-buffer-simple-command)
14266         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
14267         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
14268         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
14269         New commands which show buffers bound to thread.
14270         (gdb-stack-list-locals-regexp): Removed unused regexp.
14272         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
14273         (gdb-locals-buffer-name, gdb-registers-buffer-name)
14274         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
14275         to (gud-comint-buffer) in *-buffer-name functions
14276         because (gdb-get-target-string) already does that.
14277         (gdb-locals-handler-custom, gdb-registers-handler-custom)
14278         (gdb-changed-registers-handler): Rewritten without regexps.
14280         * progmodes/gdb-mi.el: Basic thread selection support.
14281         (gdb-thread-number): New variable.
14282         (gdb-current-context-command): New macro which adds --thread
14283         option to command.
14284         (gdb-threads-mode-map): Select thread with SPC.
14285         (gdb-thread-list-handler-custom): Mark current thread with overlay
14286         arrow.  Synchronize GDB thread and Emacs thread.
14287         (gdb-select-thread): New command which selects current thread.
14288         (gdb-invalidate-frames, gdb-invalidate-locals)
14289         (gdb-invalidate-registers): Use --thread option.
14291 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
14293         * net/tramp.el (top): Make check for tramp-gvfs loading more
14294         robust.  (Bug#3977)
14295         (tramp-handle-insert-file-contents): `unwind-protect' must be
14296         inside `with-parsed-tramp-file-name'.
14298         * net/tramp-gvfs.el (top): Remove superfluous message when loading
14299         fails.
14301 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
14303         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
14304         directory if CLASSPATH is not set.
14306 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
14308         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
14309         New defconst.
14310         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
14312 2009-08-02  Kevin Ryde  <user42@zip.com.au>
14314         * net/newst-backend.el (newsticker--raw-url-list-defaults):
14315         Update freshmeat link.  Delete newsforge.com as it seems gone.
14317 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
14319         * select.el (x-set-selection): Doc fix (Bug#4021).
14321         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
14323         * help-fns.el (describe-variable): Treat list return values from
14324         dir-locals-find-file properly (Bug#4005).
14326 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
14328         * net/tramp.el (tramp-debug-message): Print also microseconds.
14330 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
14332         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
14333         or END is non-nil.
14334         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
14335         (tramp-get-debug-buffer): Change `outline-regexp' according to new
14336         format.
14338         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
14339         (tramp-get-file-property): Use it.
14341         * autorevert.el (auto-revert-handler): Allow
14342         `auto-revert-tail-mode' for remote files.
14344 2009-08-02  Jason Rumney  <jasonr@gnu.org>
14346         * minibuffer.el (read-file-name): Treat confirm options to
14347         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
14349 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
14351         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
14352         (font-lock-variable-name-face, font-lock-constant-face): Darken
14353         the colors for light backgrounds.
14355 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
14357         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
14358         month names.  (Bug#3987)
14360 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
14362         * simple.el (line-move-finish): Pass whole number to
14363         line-move-to-column.
14364         (line-move-visual): Perform hscroll to the recorded position.
14366 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
14368         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14370 2009-07-29  Alan Mackenzie  <acm@muc.de>
14372         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14374 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
14376         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14377         (gdb-place-breakpoints): Use full path when setting breakpoints.
14379 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
14381         * calc/calc.el (calc-mode-map): Add keybinding for
14382         `calc-transpose-lines'.
14384 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
14386         * calc/calc-misc.el (calc-transpose-lines): New function.
14388 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
14390         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14391         Simplify check for out-of-band methods.
14392         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14393         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
14395 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
14397         * vc-git.el (vc-git-checkin): Fix typo.
14399 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
14401         * progmodes/js2-mode.el: New file.
14403 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
14405         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14406         (gud-menu-map): Adjust tooltip accordingly.
14408 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
14410         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14411         (vc-bzr-log-view-mode): Adjust log-view-file-re.
14413         * add-log.el (change-log-mode-map): Add a menu.
14415 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
14417         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14418         function returns nil.
14419         (dbus-handle-event): Handle special return value :ignore.
14420         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14422 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
14424         * view.el (view-mode-enable): Don't define Helper-return-blurb if
14425         it's not needed.
14427 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
14429         Fix Bug#3888:
14431         * w32-vars.el (x-select-enable-clipboard): Doc fix.
14433         * term/pc-win.el (x-display-name, x-colors)
14434         (x-select-enable-clipboard, x-select-text): Doc fix.
14436         * term/common-win.el (x-display-name, x-colors): Doc fix.
14438         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14439         (xw-defined-colors): Doc fix.
14441         * w32-fns.el (x-select-text, x-setup-function-keys)
14442         (x-get-selection, x-set-selection): Doc fix.
14444         * term/x-win.el (x-select-text, x-setup-function-keys)
14445         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14447         * select.el (x-set-selection): Doc fix.
14449 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
14451         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14452         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
14453         "IsNSSSupportAvailable" method is not available.  Reported by
14454         Steve Youngs <steve@sxemacs.org>.
14456 2009-07-24  Kenichi Handa  <handa@m17n.org>
14458         * international/characters.el: Fix setting of category ?C, ?|, ?K,
14459         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
14460         (build-unicode-category-table): Fix range checks.
14462 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
14464         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14465         the buffer we try to sync is current when calling
14466         vc-resynch-buffer.
14468         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14469         not show up to date files.
14471 2009-07-24  Glenn Morris  <rgm@gnu.org>
14473         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14474         Add autoload cookies.  If necessary, initialize.
14475         (elint-log): Handle non-file buffers.
14476         (elint-initialize): Add optional argument to reinitialize.
14477         (elint-find-builtin-variables): Save excursion.
14479 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
14481         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14482         for Lint.
14484 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14486         * vc.el (vc-print-log-internal): New function, split out from ...
14487         (vc-print-log): ... here.
14488         (vc-dir-move-to-goal-column): Declare.
14490         * vc-git.el (vc-git-add-signoff): New variable.
14491         (vc-git-checkin): Use it.
14492         (vc-git-toggle-signoff): New function.
14493         (vc-git-extra-menu-map): Bind it to menu.
14494         (vc-git--run-command-string): Accept a nil FILE argument.
14495         (vc-git-stash-list): New function.
14496         (vc-git-dir-extra-headers): Use it.
14498 2009-07-23  Glenn Morris  <rgm@gnu.org>
14500         * help-fns.el (describe-variable): Describe ignored and risky local
14501         variables in a similar way to that in which we describe safe ones.
14503         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14504         (byte-compile-output-file-form, byte-compile-output-docform)
14505         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14506         Give some more local variables with common names a "bytecomp-" prefix,
14507         so as not to shadow things during compilation.
14508         * emacs-lisp/cl-macs.el (load-time-value)
14509         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14510         `outbuffer' to `bytecomp-outbuffer'.
14512         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14513         since the next two variables cover them automatically now.
14514         (elint-builtin-variables, elint-autoloaded-variables): New.
14515         (elint-unknown-builtin-args): Remove all members, since they can be
14516         parsed automatically now.
14517         (elint-extra-errors): New.
14518         (elint-env-add-env, elint-env-add-macro): Use cadr.
14519         (elint-current-buffer): Use or.  Change final message.
14520         (elint-get-top-forms): Use line-end-position.
14521         (elint-init-env): Use cadr.  Handle autoload, declare-function,
14522         and defalias.
14523         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
14524         (regexp-assoc): Remove unused function.
14525         (elint-top-form): Set elint-current-pos, to record the start of the
14526         top-level form, for compilation-mode.
14527         (elint-form): Trap errors in macro expansion.  Use dolist.
14528         (elint-unbound-variable): Use elint-builtin-variables and
14529         elint-autoloaded-variables.
14530         (elint-get-args): Use cadr, or.
14531         (elint-check-cond-form): Use dolist, cadr.
14532         (elint-check-condition-case-form): Doc fix.  Use cadr.
14533         Use elint-extra-errors.
14534         (elint-log): New function.
14535         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14536         Distinguish errors and warnings.
14537         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
14538         Use a bytecomp-style format.
14539         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
14540         (elint-get-log-buffer): Use compilation mode.  Disable undo.
14541         Don't truncate lines.
14542         (elint-initialize): Set builtin and autoloaded variable lists.
14543         Only process elint-unknown-builtin-args if non-nil.
14544         (elint-find-builtin-variables, elint-find-autoloaded-variables):
14545         New functions.
14546         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
14548 2009-07-22  Kevin Ryde  <user42@zip.com.au>
14550         * net/newst-backend.el (newsticker--parse-atom-1.0)
14551         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14552         (newsticker--parse-rss-1.0):
14553         * progmodes/idlwave.el (idlwave-mode):
14554         * progmodes/idlw-shell.el (idlwave-shell-mode):
14555         * progmodes/vera-mode.el (vera-mode):
14556         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14557         * progmodes/vhdl-mode.el (vhdl-mode):
14558         * textmodes/table.el (table-generate-source)
14559         (table--warn-incompatibility):
14560         Hyperlink urls in docstrings with URL `...'.
14562 2009-07-22  Glenn Morris  <rgm@gnu.org>
14564         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14565         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14566         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14567         Remove leading * from defcustom docs.
14569         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
14571         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14572         defcustom doc.
14573         (list-load-path-shadows): Optionally, just return shadows as a string.
14575         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14577 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
14579         * mail/rmailedit.el (rmail-edit-mode): Use
14580         auto-save-include-big-deletions.
14582         * mail/rmail.el (rmail-variables): Use
14583         auto-save-include-big-deletions.
14585         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14586         changes.
14588 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
14590         * calc/calc.el (calc-undo-length): New variable.
14591         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14593 2009-07-21  Richard Stallman  <rms@gnu.org>
14595         * files.el (auto-save-mode): Handle buffer-save-size = -2
14596         for toggling mode.
14598 2009-07-21  Glenn Morris  <rgm@gnu.org>
14600         * textmodes/ispell.el (ispell-looking-back): Update declaration.
14602         * calendar/todo-mode.el (calendar-current-date): Update declaration.
14604         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14605         silence compiler.  Instead...
14606         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14607         (ps-print-ensure-fontified): Update for above function name changes.
14609         * printing.el (pr-mh-get-msg-num, pr-mh-show)
14610         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14611         silence compiler.  Instead...
14612         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14613         (mh-show-buffer): Only define for compiler.
14614         (pr-mh-current-message): Update for above function name changes.
14616         * files.el (abort-if-file-too-large): Explicitly pass `filename'
14617         as an argument.
14618         (find-file-noselect, insert-file-1): Update for above change.
14620         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14622         * mail/mailclient.el (mailclient-send-it): Fix message.
14624         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14625         (edebug-eval): Check cl-debug-env is bound.
14626         (print-level, print-circle): Don't redefine built-in variables.
14628         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14629         (custom-print-vectors): Remove old comments from doc.
14631         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14632         (emerge-version): Make the variable an obsolete alias for the
14633         emacs-version variable.  Make the function obsolete.
14634         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14635         Emerge options, rather than merging in into the main Options menu.
14636         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
14637         and auto advance modes.  Disable edit/fast items when not relevant.
14639 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14641         * term/vt420.el (terminal-init-vt420): Fix typo.
14643 2009-07-20  Sam Steingold  <sds@gnu.org>
14645         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14646         variable (removed from compile.el on 2004-03-11).
14648 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
14650         * files.el (hack-local-variables-filter): Fix last change.
14652 2009-07-19  Juri Linkov  <juri@jurta.org>
14654         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14655         (dir-local-variables-alist): New buffer-local variable.
14656         (hack-local-variables-filter): If variable is not dir-local,
14657         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14658         because file-local overrides dir-local.
14659         (c-postprocess-file-styles) <declare-function>:
14660         Remove obsolete declaration.
14661         (hack-dir-local-variables): Add dir-local variable/value pair to
14662         `dir-local-variables-alist' and remove duplicates.  Doc fix.
14664         * help-fns.el (describe-variable): Add information about
14665         file-local and dir-local variables.
14667 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
14669         * files.el (hack-local-variables-filter): Rewrite.
14671 2009-07-19  Glenn Morris  <rgm@gnu.org>
14673         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14674         Silence compiler by only defining on XEmacs.
14676         * international/mule.el (auto-coding-regexp-alist): Only match
14677         BABYL... at the start of buffer, not of lines.  (Bug#3790)
14679         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14680         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14681         (cal-menu-context-mouse-menu): Doc fix.
14683         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14685         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14687 2009-07-18  Juri Linkov  <juri@jurta.org>
14689         * info.el: Virtual Info keyword finder.
14690         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14691         (Info-finder-file): New variable.
14692         (Info-finder-find-file): New function.
14693         (finder-known-keywords, finder-package-info)
14694         (find-library-name, lm-commentary): Use defvar and
14695         declare-function to silence compiler warnings.
14696         (Info-finder-find-node): New function.
14697         (info-finder): New command.
14699         * subr.el (process-kill-buffer-query-function): New function.
14700         (add-hook)<kill-buffer-query-functions>: Add hook
14701         `process-kill-buffer-query-function'.
14703 2009-07-18  Alan Mackenzie  <acm@muc.de>
14705         * progmodes/cc-mode.el (c-before-hack-hook)
14706         (c-postprocess-file-styles): Give invocation of `c-set-style'
14707         DONT-OVERRIDE parameter of t.  Already set style variables will
14708         thus not be overridden by style settings given by `c-file-syle'.
14710         * files.el (hack-local-variables-filter): Remove entries with
14711         duplicate keys from `file-local-variables-alist'.
14713 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14715         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14716         x-set-selection if display-selections-p returns nil for the
14717         current frame.
14719 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14721         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14723 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14725         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14726         Accept nil in addition to a regexp.
14727         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14728         Accept nil in addition to a regexp.
14729         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14730         buffers that have an associated file.  Handle nil values of
14731         desktop-buffers-not-to-save and desktop-files-not-to-save.
14732         (Bug#3833)
14734         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14735         (x-disown-selection-internal): New functions.
14737 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14739         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14740         warning.
14741         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14742         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14744 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14746         * simple.el (set-mark): Revert last change.
14748 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14750         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14751         rendering of pngs is not possible instead of messaging a long
14752         description.
14754 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14756         * w32-fns.el (x-selection-owner-p): New function.
14758         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14759         (mouse-yank-at-click, mouse-yank-primary): If
14760         select-active-regions is non-nil, deactivate the mark before
14761         insertion.
14763         * simple.el (deactivate-mark, set-mark): Only save selection if we
14764         own it.
14766 2009-07-17  Kenichi Handa  <handa@m17n.org>
14768         * case-table.el (describe-buffer-case-table): Fix for the case
14769         that KEY is a cons.
14771 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14773         * vc-rcs.el (vc-rcs-find-file-hook):
14774         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14776 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14778         * net/tramp.el (tramp-wait-for-output): Handle the case when
14779         commands do not return a newline but a null byte before the shell
14780         prompt.  (Bug#3858)
14782 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14784         * term/ns-win.el (ns-set-alpha): Don't declare.
14785         (ns-set-background-alpha): Remove function.
14787 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14789         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14790         y-or-n-p, for safety.
14792 2009-07-16  Richard Stallman  <rms@gnu.org>
14794         * files.el (auto-save-mode): If buffer-saved-size is -2,
14795         don't clobber it.
14797         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14798         (rmail-retry-ignored-headers): Add more uninteresting fields.
14800 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14802         * net/rcirc.el (rcirc): Use history variables.
14803         (rcirc-server-name-history, rcirc-nick-name-history)
14804         (rcirc-server-port-history): New variables.
14806 2009-07-15  Kenichi Handa  <handa@m17n.org>
14808         * international/mule-cmds.el (set-language-environment-charset):
14809         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14810         ignore them.
14812         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14813         Delete unibyte-display.
14815 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14817         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14819 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14821         * simple.el (deactivate-mark): Optional argument FORCE.
14822         (set-mark): Use deactivate-mark.
14824         * info.el (Info-search): No need to check transient-mark-mode
14825         before calling deactivate-mark.
14827         * select.el (x-set-selection): Doc fix.
14828         (x-valid-simple-selection-p): Allow buffer values.
14829         (xselect--selection-bounds): Handle buffer values.  Suggested by
14830         David De La Harpe Golden.
14832         * mouse.el (mouse-set-region, mouse-drag-track): Call
14833         copy-region-as-kill before setting the mark, to let
14834         select-active-regions work.
14836 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14838         * simple.el (deactivate-mark): If select-active-regions is
14839         non-nil, copy the selection data into a string.
14840         (activate-mark): If select-active-regions is non-nil, set the
14841         selection to the current buffer.
14842         (set-mark): Update selection if select-active-regions is non-nil.
14844         * select.el (x-valid-simple-selection-p): Allow buffer values.
14846 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14848         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14849         and more featureful message-mode.
14851 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14853         * select.el (x-set-selection): Doc fix.
14854         (x-valid-simple-selection-p): Disallow selection data consisting
14855         of a list or cons of integers, since that is not used.
14856         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14857         (xselect-convert-to-string, xselect-convert-to-length)
14858         (xselect-convert-to-filename, xselect-convert-to-charpos)
14859         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14861 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14863         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14864         output in -break-info command (Emacs bug #3794).
14866 2009-07-14  Glenn Morris  <rgm@gnu.org>
14868         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14869         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14870         (edebug-print-length, edebug-print-level, edebug-print-circle)
14871         (edebug-sit-for-seconds, edebug-view-outside)
14872         (edebug-bounce-point, edebug-set-global-break-condition)
14873         (edebug-Go-nonstop-mode, edebug-trace-mode)
14874         (edebug-Trace-fast-mode, edebug-continue-mode)
14875         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14876         (edebug-visit-eval-list): Doc fixes.
14878         * subr.el (def-edebug-spec): Doc fix.
14880 2009-07-14  Kenichi Handa  <handa@m17n.org>
14882         * international/characters.el: Fix setting of category ?C.
14884 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14886         * term/ns-win.el (x-select-font): defalias x-select-font to
14887         ns-popup-font-panel instead of generate-fontset-menu.
14889 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14891         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14893 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14895         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14896         the PK\003\004 header (Bug#3770).
14898 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14900         * pcomplete.el (pcomplete-comint-setup): Check for
14901         shell-dynamic-complete-filename too.
14903 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14905         * simple.el (temporary-goal-column): Change the value for
14906         line-move-visual to a cons cell.
14907         (line-move-visual): Record or set the window hscroll, if
14908         necessary (Bug#3494).
14909         (line-move-1): Handle cons value of temporary-goal-column.
14911 2009-07-11  Kenichi Handa  <handa@m17n.org>
14913         * international/mule-diag.el (describe-character-set): Don't show
14914         width.
14916 2009-07-10  Sam Steingold  <sds@gnu.org>
14918         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14919         Omake sometimes indents the errors it prints, so allow all
14920         regexps to start with spaces.
14922 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14924         * cus-edit.el (customize-changed-options-previous-release):
14925         Bump value to 22.1.  (Bug#3804)
14927 2009-07-08  Sam Steingold  <sds@gnu.org>
14929         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14930         to be a cons cell (test . ignored-directory) to selectively ignore
14931         some directories depending on the location of the search.
14933 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14935         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14936         remote user is root, on the local host.
14937         (tramp-local-host-p): Either the local user or the remote user
14938         must be root.  (Bug#3771)
14940 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14942         * progmodes/gdb-mi.el (gdb): Remove description of
14943         gdb-use-separate-io-buffer.
14944         (menu): Don't allow toggling of or enable
14945         gdb-use-separate-io-buffer from menubar.
14947 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14949         * mail/unrmail.el (unrmail): Make sure the message ends with two
14950         newlines (Bug#3769).
14952 2009-07-08  Glenn Morris  <rgm@gnu.org>
14954         * calendar/calendar.el (calendar-current-date): Rework previous change.
14956 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14958         * calendar/calendar.el (calendar-current-date):
14959         Add an optional argument giving an offset from today.
14961 2009-07-08  Glenn Morris  <rgm@gnu.org>
14963         * tutorial.el (tutorial--describe-nonstandard-key):
14964         Adjust the message for when a key has been unbound.
14965         (help-with-tutorial): Hide the arch-tag.
14967 2009-07-08  Kenichi Handa  <handa@m17n.org>
14969         * international/fontset.el (setup-default-fontset): For each
14970         script, append (not set) font-specs.
14972         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14973         docstring.
14975 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14977         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14978         -data-list-register-names to ...
14979         (gdb-starting): ... here because GDB 7.0 requires execution to
14980         have started when using this MI command.
14981         (gdb-set-header): New function to distinguish select and
14982         unselected tabs in gdb buffers.
14983         (gdb-propertize-header): New macro that uses gdb-set-header.
14984         (gdb-breakpoints-header, gdb-locals-header): Use it.
14985         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14987 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14989         * Makefile.in (ELCFILES): Remove fadr.elc.
14991 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14993         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14994         may contain frame information, so `string-match' should be used.
14995         (gdb-update): Disassembly is invalidated through
14996         `gdb-get-selected-frame'.
14997         (gdb-pad-string): New function to pad string with spaces.
14998         (gdb-invalidate-disassembly): Invalidate only if the buffer
14999         exists.
15000         (gdb-disassembly-handler-custom): Column alignment.
15001         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
15002         placing new ones.
15003         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
15004         end of line, too.
15005         (gdb-frame-handler): Match convention to for disassembly buffer
15006         mode name.
15007         (gdb-stack-list-frames-handler): Rewritten without regexps.
15008         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
15009         not highlight breakpoints without line information.
15010         (gdb-input): Add trailing newline to command.
15012         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
15013         buffer properly.
15014         (gdb-breakpoints-list-handler-custom): Replacement for
15015         `gdb-break-list-handler'.  Using real parser instead of regexps
15016         now.
15017         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
15018         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
15019         to place breakpoints.
15020         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
15021         functions.
15022         (gdb-disassembly-handler-custom): Show overlay arrow.
15023         (gdb-disassembly-place-breakpoints): Show breakpoints in
15024         disassembly buffer.
15025         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15026         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
15027         instead of parsing breakpoints buffer.  Fixed old menu references
15028         in `gud-menu-map'.
15030         * fadr.el: Remove.
15032         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
15033         (gdb-memory-address): New variable which holds top address of
15034         memory page shown in memory buffer.
15035         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
15036         customization variables.
15037         New functions:
15038         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
15039         display the memory buffer.
15040         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
15041         buffer display parameters.
15042         (def-gdb-memory-format, gdb-memory-format-binary)
15043         (gdb-memory-format-octal, gdb-memory-format-unsigned)
15044         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
15045         Functions for setting memory buffer format.
15046         (gdb-memory-unit-word, gdb-memory-unit-halfword)
15047         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
15048         unit size used in memory buffer.
15049         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
15050         to next/previous page of memory buffer.
15051         Now using (bindat-get-field) instead of fadr functions.
15053 2009-07-07  Sam Steingold  <sds@gnu.org>
15055         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
15056         non-top-level files.
15058 2009-07-07  Kenichi Handa  <handa@m17n.org>
15060         * international/mule-cmds.el (reset-language-environment): Put
15061         the highset priority to the charset iso-8859-1.
15063 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
15065         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
15066         to the end of the line when locating the block (Bug#700).
15068 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
15070         * net/tramp.el (tramp-handle-write-region): Flush file properties
15071         in case of short track.
15073 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
15075         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
15076         Coded custom representation of verilog error regular expressions
15077         to work with Emacs-22's new format.
15078         (verilog-error-regexp-xemacs-alist): Coded custom representation
15079         of verilog error regular expressions to work with XEmacs format.
15080         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
15081         error recognition into XEmacs.
15082         (verilog-error-regexp-add-emacs): Hook routine to install verilog
15083         error recognition into Emacs-22.
15085 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
15087         * woman.el: Remove stand-alone closing parentheses.
15088         (woman-file-name, woman2-format-paragraphs)
15089         (woman-leave-blank-lines): Code cleanup.
15090         (woman-use-own-frame): Change default to nil.
15091         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
15092         defaults to inherit from default faces.
15093         (woman2-process-escapes): Consume the newline after a stand-alone
15094         filler character (Bug#3651).
15096 2009-07-06  Glenn Morris  <rgm@gnu.org>
15098         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
15099         (top-level): Move provide to the end.
15100         (ffap): Remove defunct URL from custom group.
15102         * subr.el (eval-after-load): Doc fix.
15104 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
15106         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
15107         `calc-embedded-word' is called twice.
15109 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15111         * files.el (find-alternate-file-other-window, find-alternate-file):
15112         Obey confirm-nonexistent-file-or-buffer.
15114 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
15116         * dired-aux.el (dired-show-file-type): Handle remote files.
15118 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
15120         * desktop.el (desktop-globals-to-save):
15121         Add file-name-history (Bug#2750).
15123 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
15125         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
15127 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
15129         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
15130         property on entire argument since this is what eshell-lisp-command
15131         expects.
15133 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
15135         * net/tramp-gvfs.el (tramp-gvfs-methods)
15136         (tramp-gvfs-zeroconf-domain)
15137         (tramp-bluez-discover-devices-timeout): Add version flag.
15138         (tramp-gvfs-handler-mounted-unmounted)
15139         (tramp-gvfs-connection-mounted-p): Polish handling of
15140         incompatibilities between GVFS 0.2 and 1.0.
15142 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
15144         * cus-start.el (all): Add make-pointer-invisible.
15146 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
15148         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
15149         formatted correctly.
15151 2009-07-02  Juri Linkov  <juri@jurta.org>
15153         * info.el: Virtual Info files and nodes.
15154         (Info-virtual-files, Info-virtual-nodes): New variables.
15155         (Info-current-node-virtual): New variable.
15156         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
15157         New functions.
15158         (Info-file-supports-index-cookies): Use Info-virtual-file-p
15159         to check for a virtual file instead of checking a fixed list
15160         of node names.
15161         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
15162         instead of ad-hoc processing of "dir" and (apropos history toc).
15163         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
15164         instead of ad-hoc processing of "dir" and (apropos history toc).
15165         Reread a file when moving from a virtual node.
15166         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
15167         (Info-directory-toc-nodes, Info-directory-find-file)
15168         (Info-directory-find-node): New functions.
15169         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
15170         (Info-history): Move part of code to
15171         `Info-history-find-node'.
15172         (Info-history-toc-nodes, Info-history-find-file)
15173         (Info-history-find-node): New functions.
15174         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
15175         (Info-toc): Move part of code to `Info-toc-find-node'.
15176         (Info-toc-find-node): New function.
15177         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
15178         the current Info file name to references because now the node
15179         "*TOC*" belongs to the same Info manual.
15180         (Info-toc-build): Rename from `Info-build-toc'.
15181         (Info-toc-nodes): Rename input argument `file' to `filename'.
15182         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
15183         instead of ad-hoc processing of ("dir" apropos history toc).
15184         (Info-index-nodes): Use Info-virtual-file-p
15185         to check for a virtual file instead of checking a fixed list
15186         of node names.
15187         (Info-index-node): Add check for `Info-current-node-virtual'.
15188         Raise `save-match-data' higher up the tree to contain
15189         `search-forward' too (bug fix).
15190         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
15191         (Info-virtual-index-nodes): New variable.
15192         (Info-virtual-index-find-node, Info-virtual-index): New functions.
15193         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
15194         (Info-apropos-file, Info-apropos-nodes): New variables.
15195         (Info-apropos-toc-nodes, Info-apropos-find-file)
15196         (Info-apropos-find-node, Info-apropos-matches): New functions.
15197         (info-apropos): Move part of code to `Info-apropos-find-node' and
15198         `Info-apropos-matches'.
15199         (Info-mode-map): Bind "I" to `Info-virtual-index'.
15200         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
15201         for a virtual file instead of checking a fixed list of node names.
15203         * simple.el (async-shell-command): New command.
15205         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
15207         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
15208         instead of `mount-info'.
15210 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
15212         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
15213         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
15215 2009-07-02  Kenichi Handa  <handa@m17n.org>
15217         * international/mule.el (set-keyboard-coding-system): Force *-unix
15218         coding-system to avoid eol conversion.
15220 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
15222         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15223         Add handler for `process-file', `shell-command' and
15224         `start-file-process'.
15225         (tramp-gvfs-handle-shell-command)
15226         (tramp-gvfs-handle-start-file-process)
15227         (tramp-gvfs-handle-process-file): New defuns.
15228         (tramp-synce-list-devices): Simplify check for existence of property.
15230 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
15232         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
15234 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
15236         * language/korean.el (set-language-info-alist): Add korean-cp949,
15237         cp949 to spec.
15239 2009-07-01  Kenichi Handa  <handa@m17n.org>
15241         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
15243         * international/encoded-kb.el: Deleted.
15245         * international/mule.el (set-keyboard-coding-system): Perform the
15246         necessary setup here instead of calling encoded-kbd-setup-display.
15248 2009-07-01  Glenn Morris  <rgm@gnu.org>
15250         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
15252 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
15254         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
15256 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
15258         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
15259         Handle also the 'rename case, when setting file modes.  (Bug#3712)
15260         (tramp-default-file-modes): Remove execute permissions.
15262         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
15263         (top): Add a default for "synce" in `tramp-default-user-alist'.
15264         Add completion function for "synce" method.
15265         (tramp-hal-service, tramp-hal-path-manager)
15266         (tramp-hal-interface-manager, tramp-hal-interface-device):
15267         New defconst.
15268         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
15269         (tramp-synce-list-devices, tramp-synce-parse-device-names):
15270         New defuns.
15272         * net/trampver.el: Update release number.
15274 2009-06-30  Kenichi Handa  <handa@m17n.org>
15276         * international/fontset.el (setup-default-fontset): Add CJK fonts
15277         for symbols and the other miscellaneous characters.
15279         * language/korea-util.el (setup-korean-environment-internal):
15280         Make char-width-table suitable for Korean environments.
15281         (exit-korean-environment): Cancel above.
15283         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
15284         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
15285         setup-function to make char-width-table suitable for respective
15286         environments, and an exit-function to cancel that.
15288         * language/japan-util.el (setup-japanese-environment-internal):
15289         Call use-cjk-char-width-table with arg `ja_JP'.
15291         * international/characters.el (cjk-char-width-table): Delete it.
15292         (cjk-char-width-table-list): New variable.
15293         (use-cjk-char-width-table): New arg local-name.
15294         (use-default-char-width-table): Fix for the case that Emacs is
15295         already using the default char-width-table.
15297 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
15299         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
15300         modes mandatory.  (Bug#3712)
15302 2009-06-29  Alan Mackenzie  <acm@muc.de>
15304         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
15305         correction between the visible width of TABs and their number of bytes.
15307 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
15309         * server.el (server-buffer-done): Prevent kill-buffer from
15310         prompting by clearing the buffer modification flag (Bug#3696).
15312 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
15314         * progmodes/verilog-mode.el (verilog-beg-of-statement)
15315         (verilog-endcomment-reason-re): Support unique case and priority case.
15316         (verilog-basic-complete-re): Support localparam lineup.
15317         (verilog-beg-of-statement-1): Fix for robustness, unique case.
15318         (verilog-set-auto-endcomments): Fix for unique case, always_comb
15319         commenting.
15320         (verilog-leap-to-case-head): Now support *nested* unique &
15321         priority case statements.
15322         (verilog-auto-lineup): Make just declarations the default (as it
15323         had been).
15324         (verilog-leap-to-case-head): Support priority/unique case statements.
15325         (verilog-auto-lineup): Rework to give users radio buttons to
15326         select the various styles of automatic lineup.
15327         (verilog-error-regexp-alist): Rework to support the XEmacs style
15328         of error regular expressions from compilers, lint tools &
15329         simulators.  Note that GNU Emacs has made it impossible for a mode
15330         to load such things.
15331         (electric-verilog-terminate-line, verilog-indent-declaration)
15332         (verilog-auto-wiure): Rework for radio button selection of
15333         auto-lineup selection of specification of auto lineup.
15334         (verilog-beg-of-statement-1): Redesign to support proper operation
15335         in additional code, based on testing with auto-lineup.
15336         (verilog-calculate-indent, assignments & declarations)
15337         (verilog-backward-token): Enhance to support auto-lineup of
15338         assignments & declarations.
15339         (verilog-in-directive-p, verilog-at-struct-p): New function for
15340         easy test of whether we are.
15341         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
15342         to support safe execution at almost anyline.
15343         (verilog-calc-1): Properly support indenting deep inside generate
15344         blocks.
15345         (verilog-init-font): Remove definition & use of verilog-init-font,
15346         as it is redundant with font-lock-defaults.
15347         (verilog-mode): Alter the definition of verilog-font-lock-defaults
15348         to avoid circular calls if syntax-ppss is a function (as is the
15349         case now in 22.x GNU Emacs) as that function would sometimes call
15350         itself, leading to (nearly) infinite recursion.
15351         (verilog-ovm-begin-re, verilog-ovm-end-re)
15352         (verilog-ovm-statement-re, verilog-leap-to-head)
15353         (verilog-backward-token): Add support for OVM macros.  Some are
15354         complete statements, and others open and close scopes like begin
15355         and end.
15356         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
15357         (verilog-defun-level-generate-only-re): Really fix the defun-list
15358         compilation issue.
15359         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
15360         coverpoint, constraint and cross statements.
15361         (verilog-defun-level-list, verilog-generate-defun-level-list)
15362         (verilog-all-defun-level-list): Redo these specifications - it is
15363         too hard to support eval-when compile aggregation of lists also
15364         built at when-compile time.
15365         (verilog-defun-level-list): Place defconsts of variables used in
15366         building regular expressions which are built in eval-when-compile
15367         bodies in the same eval-when-compile body to facilitate compile
15368         without load.
15369         (verilog-beg-block-re-ordered): Support indenting
15370         virtual/protected tasks and functions.
15371         (verilog-defun-level-list, verilog-in-generate-region-p)
15372         (verilog-backward-ws&directives, verilog-calc-1): Speed up
15373         indentation of some module items (generate items).
15374         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15375         across virtual/protected tasks and functions.
15377 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
15379         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
15380         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
15381         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15382         in concatenations.  Reported by Yishay Belkind.
15383         (verilog-auto-ascii-enum): Support one-hot state machines in
15384         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
15385         (verilog-auto-inst, verilog-auto-inst-port): Include interface
15386         modport in AUTOINST and add vl-modport for users.  Reported by
15387         David Rogoff.
15388         (verilog-auto-inout-module, verilog-auto-inst)
15389         (verilog-decls-get-interfaces, verilog-insert-definition)
15390         (verilog-insert-one-definition, verilog-read-decls)
15391         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15392         (verilog-sig-modport, verilog-signals-combine-bus)
15393         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15394         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15395         Suggested by David Rogoff.
15396         (verilog-repair-open-comma): Fix non-insertion of comma when
15397         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
15398         (verilog-make-width-expression): Simplify [A-1:0] expression
15399         widths to just {A{1'b0}}.
15400         (verilog-mode): Cleanup checkdoc warnings.
15401         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15402         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15403         inputs/outputs or data type.  Suggested by Vasu Kandadi.
15404         (next-error-last-buffer): Fix byte-compiler warning.
15405         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15406         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15407         or shell command text during AUTO expansion.  Suggested by Tad Truex.
15408         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15409         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15410         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15411         in AUTOINOUT.  Reported by Matthew Lovell.
15412         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15413         causing use of <= assignments.  Reported by Alex Reed.
15414         (verilog-read-decls): Fix triand, trior, wand, wor to be
15415         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
15416         (verilog-extended-complete-re): Support import "DPI-C" functions.
15417         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15418         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
15419         (verilog-insert-date, verilog-insert-year)
15420         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15421         Windows systems.  Reported by Michael Potts.
15422         (verilog-read-module-name): Fix AUTOINST when the child module
15423         declaration's name is a tick define.  Reported by Elliot Mednick.
15424         (verilog-read-decls): Fix V2K parameter bit subscripts getting
15425         passed to next parameter's definition.  Reported by Bruce T.
15426         (verilog-read-decls): Fix detecting "parameter int" when using
15427         AUTOINSTPARAM.  Reported by Bruce T.
15428         (verilog-goto-defun): Fix goto not finding modules unless first
15429         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
15430         (verilog-mode): Expand -f flag arguments on entry to mode so
15431         verilog-goto-defun will work.  Reported by Lawrence Butcher.
15432         (verilog-getopt): Expand environment variables in -f file
15433         arguments.  Suggested by Lawrence Butcher.
15434         (verilog-set-define): Fix "Symbol's value as variable is void"
15435         when reading enumerations.
15436         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15437         Suggested by Stephen Peltan.
15438         (verilog-read-defines): Fix reading of enumerations in include
15439         files.  Reported by Steve Peltan.
15441 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15443         * files.el (trash-directory): Fix defcustom type.
15445 2009-06-28  Juri Linkov  <juri@jurta.org>
15447         * help-fns.el (describe-function-1): Correctly locate adviced
15448         functions in hyperlink (Bug#2438).
15450 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
15452         * files.el (trash-directory): Change default to nil.
15453         (move-file-to-trash): If trash-directory is nil and
15454         system-move-file-to-trash is unbound, perform freedesktop-style
15455         trashing.
15457 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15459         * files.el (move-file-to-trash): Add freedesktop trash
15460         support (Bug#973).
15462 2009-06-28  Glenn Morris  <rgm@gnu.org>
15464         * autorevert.el (global-auto-revert-non-file-buffers)
15465         (global-auto-revert-mode): Doc fixes.
15467 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
15469         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15471 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
15473         * faces.el (x-handle-named-frame-geometry): Ensure that we have
15474         opened an X connection before calling x-get-resource (Bug#3194).
15476         * play/doctor.el: Remove reference to obsolete website.
15477         (make-doctor-variables): Correct grammar mistake (Bug#2633).
15479 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
15481         Remove find-file-not-found-hook VC method.  (Bug#2757)
15482         * vc-hooks.el (vc-file-not-found-hook)
15483         (vc-default-find-file-not-found-hook): Remove functions.
15484         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15485         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15486         * vc.el:
15487         * vc-hg.el:
15488         * vc-git.el: Do not mention find-file-not-found-hook VC method.
15490 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
15492         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15493         compatibility function for `looking-back'.
15495         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15496         Use `ispell-looking-back'.
15498 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
15500         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15501         rather than `filename'.
15503 2009-06-23  Miles Bader  <miles@gnu.org>
15505         * face-remap.el (text-scale-set): New function.
15507 2009-06-23  Glenn Morris  <rgm@gnu.org>
15509         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15511         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15513         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15515         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15517         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15518         Simplify Persian conditionals.
15520         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15521         variable `filename'.
15523         * comint.el (comint-insert-input): Doc fix.
15525         * Makefile.in (ELCFILES): Fix typo in previous change.
15527 2009-06-23  Miles Bader  <miles@gnu.org>
15529         * cus-start.el: Add entry for `recenter-redisplay'.
15531 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15533         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15534         Add an optional argument for the backend, use it instead of
15535         calling vc-backend.
15536         (vc-mode-line): Add an optional argument for the backend.
15537         Pass the backend to vc-state and vc-working-revision.  Move code for
15538         special handling for vc-state being a buffer to ...
15540         * vc-rcs.el (vc-rcs-find-file-hook):
15541         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
15543         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15544         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15545         vc-stay-local-p and vc-mode-line calls.
15547         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15548         (vc-cvs-diff, vc-cvs-annotate-command)
15549         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15550         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15551         vc-mode-line calls.
15553         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15554         direct comparison.
15555         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15556         backend when calling vc-mode-line.
15557         (vc-register): Do not create a closure for calling the vc register
15558         function, call it directly.
15560 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15562         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15563         to make it obvious item can be clicked.
15565         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15567 2009-06-23  Kenichi Handa  <handa@m17n.org>
15569         * language/korea-util.el (korean-key-bindings): Change the binding
15570         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
15571         same command.
15573 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
15575         Sync with Tramp 2.1.16.
15577         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15579         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
15580         when a loading of a package fails.  Completion function for rsync
15581         is `tramp-completion-function-alist-ssh'.
15582         (all): Replace all calls of `split-string' and
15583         `tramp-split-string' by `tramp-compat-split-string'.
15584         (tramp-default-method): Use `tramp-compat-process-running-p'.
15585         (tramp-default-proxies-alist): Allow also Lisp forms.
15586         (tramp-remote-path): Add choice "Private Directories".
15587         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15588         (tramp-domain-regexp): Allow also "-", "_" and ".".
15589         (tramp-end-of-output): Remove newlines, and add "$" at the end.
15590         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15591         (tramp-debug-message): Insert header line in debug buffer.
15592         (tramp-handle-directory-files-and-attributes-with-stat):
15593         Care about filenames with spaces, or starting with "-".
15594         (tramp-handle-dired-uncache): New defun.
15595         (tramp-handle-insert-directory): Don't flush the directory from
15596         cache, this is handled by `dired-uncache' now.
15597         (tramp-handle-insert-file-contents): Improve error handling.
15598         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15599         Quote `tramp-end-of-output'.
15600         (tramp-action-password): Improve trace message.
15601         (tramp-check-for-regexp): Both echoes must be present, before removing.
15602         (tramp-open-connection-setup-interactive-shell): Trace coding system.
15603         (tramp-compute-multi-hops): Eval cons cells of
15604         `tramp-default-proxies-alist'.
15605         (tramp-maybe-open-connection): Use the same command pattern for
15606         first hop and further hops.
15607         (tramp-wait-for-output): Remove handling of newlines.
15608         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15609         (tramp-split-string): Remove function.  It is handled in
15610         tramp-compat now.
15612         * net/tramp-cmds.el (tramp-bug):
15613         Recommend `tramp-cleanup-all-connections' in the bug mail.
15615         * net/tramp-compat.el (tramp-compat-split-string)
15616         (tramp-compat-process-running-p): New defuns.
15618         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15619         for `dired-uncache'.
15621         * net/tramp-gvfs.el: New package.
15623         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15624         Add handler for `dired-uncache'.
15625         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15627         * net/trampver.el: Update release number.  Make version check fit
15628         for SXEmacs 22.
15630 2009-06-22  Jim Meyering  <meyering@redhat.com>
15632         Automatically handle .xz suffix (XZ-compressed files), too.
15633         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15634         XZ is the successor to LZMA: <http://tukaani.org/xz/>
15636 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
15637             Nick Roberts  <nickrob@snap.net.nz>
15639         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15640         repository (http://sphinx.net.ru/hg/gdb-mi/).
15642 2009-06-22  Glenn Morris  <rgm@gnu.org>
15644         * files.el (dir-locals-collect-mode-variables): Allow for any number of
15645         `mode' and `eval' entries.  (Bug#3430)
15647         * Makefile.in (ELCFILES): Add fadr.elc.
15649         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15650         differing behavior of \n and ^ in strings.  (Bug#3385)
15652         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15654         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15655         property.
15656         (lisp-indent-function): Make it a defcustom.
15658 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
15660         * progmodes/gdb-ui.el: Replace with ...
15661         * progmodes/gdb-mi.el: ... this file.
15662         * progmodes/gud.el: Modify for gdb-mi.el.
15664 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
15666         * fadr.el: New file.
15668 See ChangeLog.14 for earlier changes.
15670 ;; Local Variables:
15671 ;; coding: utf-8
15672 ;; End:
15674     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
15676   This file is part of GNU Emacs.
15678   GNU Emacs is free software: you can redistribute it and/or modify
15679   it under the terms of the GNU General Public License as published by
15680   the Free Software Foundation, either version 3 of the License, or
15681   (at your option) any later version.
15683   GNU Emacs is distributed in the hope that it will be useful,
15684   but WITHOUT ANY WARRANTY; without even the implied warranty of
15685   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15686   GNU General Public License for more details.
15688   You should have received a copy of the GNU General Public License
15689   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15691 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1