Add command C-c m in report-emacs-bug that puts the bug into preferred mailer.
[emacs.git] / lisp / ChangeLog
blob0087163f097a48ba87d85d73044bad4ae138ccf8
1 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
3         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
4         (report-emacs-bug-can-use-xdg-email): New functions.
5         (report-emacs-bug): Set can-xdg-email to result of
6         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
7         \C-cm to report-emacs-bug-insert-to-mailer and add help text
8         about it.
10 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
12         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
13         properties.
14         (tramp-handle-process-file): Call the program in a subshell, in
15         order to preserve working directory.
16         (tramp-action-password): Hide password prompt before next run.
17         (tramp-process-actions): Widen connection buffer for the trace.
19 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
21         * net/rcirc.el (rcirc-log-process-buffers): New option.
22         (rcirc-print): Use it.
23         (rcirc-generate-log-filename): New function.
24         (rcirc-log-filename-function): Change default to
25         rcirc-generate-log-filename (Bug#6828).
27 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
29         * simple.el (deactivate-mark): If select-active-regions is `only',
30         only set selection for temporarily active regions.
32         * cus-start.el: Change defcustom for select-active-regions.
34 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
36         * mouse.el (mouse--drag-set-mark-and-point): New function.
37         (mouse-drag-track): Use LOCATION arg to push-mark.  Use
38         mouse--drag-set-mark-and-point to take click-count into
39         consideration when updating point and mark (Bug#6840).
41 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
43         * progmodes/compile.el (compilation-error-regexp-alist-alist):
44         Give the Ruby rule a lower priority than Gnu (Bug#6778).
46 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
48         * font-lock.el (lisp-font-lock-keywords-2): Add
49         combine-after-change-calls, condition-case-no-debug,
50         with-demoted-errors, and with-silent-modifications (Bug#6025).
52 2010-08-14  Kevin Ryde  <user42@zip.com.au>
54         * emacs-lisp/copyright.el (copyright-update-year)
55         (copyright-update): Temporary switch-to-buffer to ensure the
56         buffer change being queried is visible (Bug#5394).
58 2010-08-14  Tom Tromey  <tromey@redhat.com>
60         * progmodes/etags.el (tags-file-name): Mark safe if stringp
61         (Bug#6733).
63 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
65         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
66         MS-DOS.  (Bug#6689)
68 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
70         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
71         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
72         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
73         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
74         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom): Call
75         menu-bar-set-tool-bar-position.
77 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
79         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
80         comment style (bug#6834).
81         * progmodes/scheme.el (scheme-mode-syntax-table):
82         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
83         "b" flag in "' 14b" syntax.
85         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
86         for (un)commenting the region and performing completion.
87         (octave-mode-menu): Use standard commands for help and completion.
88         (octave-mode-syntax-table): Support %{..%} comments (sort of).
89         (octave-mode): Use define-derived-mode.
90         Set completion-at-point-functions and don't set columns.
91         Don't disable adaptive-fill-regexp.
92         (octave-describe-major-mode, octave-comment-region)
93         (octave-uncomment-region, octave-comment-indent)
94         (octave-indent-for-comment): Remove.
95         (octave-indent-calculate): Rename from calculate-octave-indent.
96         (octave-indent-line, octave-fill-paragraph): Update caller.
97         (octave-initialize-completions): No need to make an alist.
98         (octave-completion-at-point-function): New function.
99         (octave-complete-symbol): Use it.
100         (octave-insert-defun): Use define-skeleton.
102         * progmodes/octave-mod.el (octave-mode): Set comment-add.
103         (octave-mode-map): Use comment-dwim (bug#6829).
105 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
107         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
108         indentation of inserted comment.
110 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
112         * faces.el (region): Add type gtk that uses gtk colors.
114         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
115         Handle theme-name change.
117 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
119         * progmodes/sql.el: Version 2.5
120         (sql-product-alist): Add :prompt-cont-regexp property for several
121         database products.
122         (sql-prompt-cont-regexp): New variable.
123         (sql-output-newline-count, sql-output-by-send):
124         New variables.  Record number of newlines in input text.
125         (sql-send-string): Handle multiple filters and count newlines.
126         (sql-send-magic-terminator): Count terminator newline.
127         (sql-interactive-remove-continuation-prompt): Filters output to
128         remove continuation prompts; one for each newline.
129         (sql-interactive-mode): Set up new variables, prompt regexp and
130         output filter.
131         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
132         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
134 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
136         * emacs-lisp/pcase.el: New file.
138 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
140         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
141         as here-document, otherwise the command could exceed maximum
142         length of command line.
143         (tramp-handle-vc-registered): Call script accordingly.
144         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
146 2010-08-10  Kenichi Handa  <handa@m17n.org>
148         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
149         composable pattern.
151 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
153         * emacs-lisp/package.el (package-version-split)
154         (package--version-first-nonzero, package-version-compare):
155         Functions removed.
156         (package-directory-list, package-load-all-descriptors)
157         (package--built-in, package-activate, define-package)
158         (package-installed-p, package-compute-transaction)
159         (package-read-all-archive-contents)
160         (package--add-to-archive-contents, package-buffer-info)
161         (package-tar-file-info, package-list-packages-internal):
162         Use version-to-list and version-list-*.
164         * emacs-lisp/package-x.el (package-upload-buffer-internal):
165         Use version-to-list.
166         (package-upload-buffer-internal): Use version-list-<=.
168 2010-08-09  Kenichi Handa  <handa@m17n.org>
170         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
171         composable pattern.
173 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
175         * tutorial.el (tutorial--default-keys): C-d is now bound to
176         delete-forward-char (Bug#6826).
178         * mouse.el (mouse-drag-track): Remove accidentally-removed check
179         for `double' value of mouse-1-click-follows-link (Bug#6807).
181 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
183         * replace.el (replace-highlight): Bind isearch-forward and
184         isearch-error, ensuring that highlighting is updated if the user
185         switches the search direction (Bug#6808).
187         * isearch.el (isearch-lazy-highlight-forward): New var.
188         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
189         (isearch-lazy-highlight-update): Use it.
191 2010-08-08  Kenichi Handa  <handa@m17n.org>
193         * international/mule.el (define-charset): Store NAME as :base property.
194         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
195         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
196         current priority.  Force using the designation of the specific
197         charset by adding `charset' text property.  Improve the whole algorithm.
199 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
201         * emulation/pc-select.el (pc-selection-mode-hook)
202         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
203         (pc-selection-mode): Fix typos in docstrings.
205 2010-08-08  Kenichi Handa  <handa@m17n.org>
207         * language/cyrillic.el: Don't add "microsoft-cp1251" to
208         ctext-non-standard-encodings-alist here.
210         * international/mule.el (ctext-non-standard-encodings-alist):
211         Add "koi8-r" and "microsoft-cp1251".
212         (ctext-standard-encodings): New variable.
213         (ctext-non-standard-encodings-table): List only elements for
214         non-standard encodings.
215         (ctext-pre-write-conversion): Adjusted for the above change.
216         Check ctext-standard-encodings.
218         * international/mule-conf.el (compound-text): Doc fix.
219         (ctext-no-compositions): Doc fix.
220         (compound-text-with-extensions): Doc fix.
222 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
224         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
226 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
228         * progmodes/which-func.el (which-func-format): Split help-echo text
229         into lines, like other mode-line tooltips.
231         * server.el (server-start): When using TCP sockets, force IPv4
232         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
234 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
238 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
240         * term.el (term-delimiter-argument-list): Reflow docstring.
241         (term-read-input-ring, term-write-input-ring, term-send-input)
242         (term-bol, term-erase-in-display, serial-supported-or-barf):
243         Fix typos in docstrings.
245 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
249 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
251         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
253 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
255         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
256         Fix typo in docstring (bug#6747).
258 2010-08-08  Leo  <sdl.web@gmail.com>
260         * eshell/esh-io.el (eshell-get-target): Better detection of
261         read-only file (Bug#6762).
263 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
265         * align.el (align-default-spacing): Doc fix.
266         (align-region-heuristic, align-regexp): Fix typos in docstrings.
268 2010-08-08  Stephen Peters <speters@itasoftware.com>
270         * calendar/icalendar.el
271         (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
272         (icalendar--get-weekday-numbers): New
273         (icalendar--convert-recurring-to-diary): Handle multiple byday
274         values in weekly rules. (Bug#6766)
276 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
278         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
279         (icalendar--create-uid, icalendar-export-region)
280         (icalendar--parse-summary-and-rest): Code formatting.
282 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
284         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
285         to italicize headers.
286         (calc-highlight-selections-with-faces): New variable.
287         (calc-selected-face, calc-nonselected-face): New faces.
289         * calc/calccomp.el (math-comp-highlight-string): Use
290         `calc-highlight-selections-with-faces' to determine how to highlight
291         sub-formulas.
293         * calc/calc-sel.el (calc-show-selections): Change message to when
294         using faces to highlight selections.
296 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
298         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
299         Add SQLite 3 keywords, functions and datatypes.
300         (sql-interactive-mode): Remove `comint-process-echoes' set to t
301         (Bug#6686).
303 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
305         * simple.el (select-active-regions): Move to keyboard.c.
306         (deactivate-mark): Used saved-region-selection.
307         (select-active-region): Function removed.
308         (activate-mark, set-mark, push-mark-command)
309         (handle-shift-selection): Don't call it.
310         (keyboard-quit): Avoid adding the region to the window selection.
312         * mouse.el (mouse-drag-track): Remove hacks to deal with old
313         select-active-regions implementation.
314         (mouse-yank-at-click): Doc fix.
316         * cus-start.el: Add custom declaration for select-active-regions.
318 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
320         * simple.el (delete-forward-char): Doc fix.
322         * tutorial.el (help-with-tutorial): Hack safe file-local variables
323         after reading the tutorial.
325 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
327         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
328         for the case that a C style comment has its delimiters alone on
329         their respective lines.
331 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
333         * net/tramp.el (tramp-handle-start-file-process): Set connection
334         property "vec".
335         (tramp-process-sentinel): Use it for flushing the cache.  We
336         cannot do it via the process buffer, the buffer could be deleted
337         already when running the sentinel.
339 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
341         * comint.el (comint-mode): Make directory tracking functions
342         functional on remote files.  (Bug#6764)
344 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
346         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
348 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
350         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
351         unexec.c => unexcoff.c.
353         * emacs-lisp/authors.el (authors-fixed-entries): Rename
354         unexec.c => unexcoff.c.
356 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
358         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
359         cache, not only file cache.
360         (tramp-process-sentinel): New defun.
361         (tramp-handle-start-file-process): Use it, in order to invalidate
362         file caches.
364 2010-08-03  Leo  <sdl.web@gmail.com>
366         * server.el (server-start): Simplify loop.
368 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
370         * frame.el (screen-height, screen-width, set-screen-width)
371         (set-screen-height): Remove ancient compatibility aliases.
373         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
374         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
376         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
377         that change current buffer.
379 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
381         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
382         beginning of the string.  Use `string-match-p'.  (Bug#6765)
384 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
386         * cus-start.el (x-gtk-use-system-tooltips): New variable.
388 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
390         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
391         (package--builtins): Tweak descriptions.
392         (package-print-package): Upcase descriptions if necessary.
393         Show all built-in packages in font-lock-builtin-face.
394         (package-list-packages-internal): Omit "emacs" package.
395         Show status of built-in packages as "built-in".
397 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
399         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
400         before killing to preserve the primary selection (Bug#6701).
402         * term/x-win.el (x-select-text): Doc fix.
404 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
406         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
407         The following functions were modified or created:
409         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
410         (objc-font-lock-extra-types):
411         * progmodes/cc-mode.el (c-basic-common-init):
412         * progmodes/cc-langs.el (c-make-mode-syntax-table)
413         (c++-make-template-syntax-table)
414         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
415         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
416         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
417         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
418         * progmodes/cc-fonts.el (c-make-inverse-face)
419         (c-basic-matchers-after):
420         * progmodes/cc-engine.el (c-forward-keyword-clause)
421         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
422         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
423         (c-guess-continued-construct, c-guess-basic-syntax):
425 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
427         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
429 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
431         * files.el (bidi-paragraph-direction): Define safe local values.
433         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
434         language-info-alist.  Remove outdated FIXME in a comment.
436 2010-07-31  Alan Mackenzie  <acm@muc.de>
438         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
439         Auto-fill broken in C/C++ modes.
441 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
443         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
444         (menu-bar-showhide-tool-bar-menu-customize-disable)
445         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
446         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
447         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
448         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
449         make a menu for Options => toolbar that can move it.
451 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
453         * emacs-lisp/package-x.el (package--make-rss-entry):
454         (package-maint-add-news-item, package--update-news)
455         (package-upload-buffer-internal): New arg ARCHIVE-URL.
457         * emacs-lisp/package.el (package-archive-url): Rename from
458         package-archive-id.
459         (package-install): Doc fix.
460         (package-download-single, package-download-tar, package-install)
461         (package-menu-view-commentary): Callers changed.
463 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
465         * net/tramp.el (tramp-handle-start-file-process): Check only for
466         `remote-tty' process property.
467         (tramp-open-shell): Don't check for tty.
468         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
469         process property.
471         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
472         host.
474 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
476         * emacs-lisp/package.el (package-load-list, package-archives)
477         (package-archive-contents, package-user-dir)
478         (package-directory-list, package--builtins, package-alist)
479         (package-activated-list, package-obsolete-alist): Mark as risky.
481 2010-07-28  Phil Hagelberg  <phil@evri.com>
483         Add support for non-default package repositories.
484         * emacs-lisp/package.el (package-archive-base): Var deleted.
485         (package-archives): New variable.
486         (package-archive-contents): Doc fix.
487         (package-load-descriptor): Do nothing if descriptor file is missing.
488         (package--write-file-no-coding): New function.
489         (package-unpack-single): Use it.
490         (package-archive-id): New function.
491         (package-download-single, package-download-tar)
492         (package-menu-view-commentary): Use it.
493         (package-installed-p): Make second argument optional.
494         (package-read-all-archive-contents): New function.
495         (package-initialize): Use it.
496         (package-read-archive-contents): Add ARCHIVE argument.
497         (package--add-to-archive-contents): New function.
498         (package-install): Don't call package-read-archive-contents.
499         (package--download-one-archive): Store archive file in a
500         subdirectory of package-user-dir.
501         (package-menu-execute): Remove spurious line movement.
503 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
505         * cus-start.el (tool-bar-style): Add text-image-horiz.
507 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
509         * progmodes/gud.el (gud-common-init): Check for remoteness of
510         `file', and not of `default-directory'.
512 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
514         * net/tramp.el (tramp-methods): Move hostname to the end in all
515         ssh `tramp-login-args'.
516         (tramp-verbose): Describe verbose level 9.
517         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
518         (tramp-open-connection-setup-interactive-shell): Trace stty
519         settings if `tramp-verbose' >= 9.
520         (tramp-handle-start-file-process): Implement tty setting.
521         (Bug#4604, Bug#6360)
523         * net/tramp-cmds.el (tramp-bug): Recommend setting of
524         `tramp-verbose' to 9.
526 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
528         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
529         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
530         Remove references to package `lisp-re' (bug#4369).
532 2010-07-27  Tom Tromey  <tromey@redhat.com>
534         * progmodes/js.el (js-mode):
535         * progmodes/make-mode.el (makefile-mode):
536         * progmodes/simula.el (simula-mode):
537         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
539 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
541         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
543         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
545         * time.el (display-time-day-and-date): Remove spurious * in docstring.
546         (display-time-world-buffer-name, display-time-world-mode-map):
547         Fix typos in docstrings.
549 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
551         * image-mode.el (image-display-size): New function.
552         (image-forward-hscroll, image-next-line, image-eol, image-eob)
553         (image-mode-fit-frame): Use it (Bug#6639).
555 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
557         * dired.el (dired-buffers-for-dir): Handle list values of
558         dired-directory (Bug#6636).
560 2010-07-26  Sam Steingold  <sds@gnu.org>
562         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
563         Do not call `x-get-selection' the second time, reuse the value.
565 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
567         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
568         which consist of control chars only.  Suggested by Richard Stallman.
570 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
572         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
573         exists before passing an error to find-file-not-found-functions
574         (bug#6723).
576 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
578         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
579         Remove leading nil element, adjust values.
580         (tetris-shapes, tetris-shape-scores):
581         Change representation of shapes and remove some redundancy.
582         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
583         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
584         Adjust for working with new representation of shapes.
585         (tetris-shape-rotations): New function.
586         (tetris-move-bottom, tetris-move-left, tetris-move-right)
587         (tetris-rotate-prev, tetris-rotate-next):
588         Adjust for working with the new version of tetris-test-shape.
590 2010-07-23  Markus Triska  <markus.triska@gmx.at>
592         * progmodes/ps-mode.el: Use comint (bug#5954).
593         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
594         (ps-mode-other-newline): Simplify.
595         (ps-run-mode): Derive from comint-mode instead of
596         fundamental-mode, yielding input history etc.
597         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
598         (ps-run-send-string): Adapt for comint-mode.
599         (ps-run-newline): Remove now unneeded function.
601 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
603         * net/tramp.el (tramp-methods): Move hostname to the end in all
604         plink `tramp-login-args'.
606 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
608         * net/tramp.el (tramp-open-shell): New defun.
609         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
610         Use it.
612 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
614         * net/tramp.el (tramp-file-name-regexp-unified)
615         (tramp-completion-file-name-regexp-unified): On W32 systems, do
616         not regard the volume letter as remote filename.  (Bug#5447)
618 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
620         * custom.el (custom-declare-variable): Give a clearer error message
621         when the docstring is missing (bug#6476).
623 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
625         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
626         (sql-login-params): New widget definition.
627         (sql-oracle-login-params, sql-mysql-login-params)
628         (sql-solid-login-params, sql-sybase-login-params)
629         (sql-informix-login-params, sql-ingres-login-params)
630         (sql-ms-login-params, sql-postgres-login-params)
631         (sql-interbase-login-params, sql-db2-login-params)
632         (sql-linter-login-params): Use it.
633         (sql-sqlite-login-params): Use it; Define "database" parameter as
634         a file name.
635         (sql-sqlite-program): Change to "sqlite3".
636         (sql-comint-sqlite): Make sure database name is complete.
637         (sql-for-each-login): New function.
638         (sql-connect, sql-save-connection): Use it.
639         (sql-get-login-ext): New function.
640         (sql-get-login): Use it.
641         (sql-make-alternate-buffer-name): Handle :file parameters.
643 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
645         * dired.el (dired-no-confirm): Document value t and fix defcustom to
646         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
648 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
650         * dired.el (dired-mode-map): Use command remapping (bug#6632).
652 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
654         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
656 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
658         * net/tramp.el (tramp-get-ls-command)
659         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
660         instead of "/".
662 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
664         * progmodes/sql.el: Version 2.3.
665         (sql-connection-alist): Changed keys from symbols to strings;
666         enhanced the widget definition.
667         (sql-mode-menu): Added submenu to select connections.
668         (sql-interactive-mode-menu): Added "Save Connection" item.
669         (sql-add-product): Fixed menu item.
670         (sql-get-product-feature): Improved error handling.
671         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
672         (sql-make-alternate-buffer-name): Simplified.
673         (sql-product-interactive): Handle missing product.
674         (sql-connect): Support string keys, minor improvements.
675         (sql-save-connection): New function.
676         (sql-connection-menu-filter): New function.
678 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
680         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
681         (tramp-open-connection-setup-interactive-shell): Apply
682         workaround for IRIX64 bug.  Move argument of last
683         `tramp-send-command' where it belongs to.
685 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
687         * net/tramp.el (tramp-perl-file-attributes)
688         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
689         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
690         front of `login-args'.
692 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
694         * time.el (display-time-world-mode): Define with `define-derived-mode'.
695         Set `show-trailing-whitespace' to nil.
696         (display-time-world-display): Simplify.
698 2010-07-18  Alan Mackenzie  <acm@muc.de>
700         Enhance `c-file-style' in file/directory local variables.
701         * progmodes/cc-mode.el (c-count-cfss): New function.
702         (c-before-hack-hook): Call `c-set-style' differently according to
703         whether c-file-style was set in file or directory local
704         variables.
706 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
708         * progmodes/sql.el: Version 2.2.
709         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
710         defcustom :safe keyword rather than putting safe-local-variable
711         property.
712         (sql-password): Use defcustom :risky keyword rather than putting
713         risky-local-variable property.
714         (sql-oracle-login-params, sql-sqlite-login-params)
715         (sql-solid-login-params, sql-sybase-login-params)
716         (sql-informix-login-params, sql-ingres-login-params)
717         (sql-ms-login-params, sql-postgres-login-params)
718         (sql-interbase-login-params, sql-db2-login-params)
719         (sql-linter-login-params): Add `port' option.
720         (sql-get-product-feature): Added NO-INDIRECT parameter.
721         (sql-comint-oracle, sql-comint-sybase)
722         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
723         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
724         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
725         (sql-comint-linter): Renamed sql-connect-* functions to
726         sql-comint-*.
727         (sql-product-alist, sql-mode-menu): Renamed as above and
728         :sqli-connect-func to :sqli-comint-func.
729         (sql-connection): New variable.
730         (sql-interactive-mode): Set it.
731         (sql-connection-alist): New variable.
732         (sql-connect): New function.
733         (sql--alt-buffer-part, sql--alt-if-not-empty)
734         (sql-make-alternate-buffer-name): Improved alternative buffer name.
736 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
738         * image-mode.el (image-bookmark-make-record): Do not set context
739         in an image (Bug#6650).
741 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
743         * simple.el (select-active-region): New function.
744         (push-mark-command, set-mark, activate-mark)
745         (handle-shift-selection): Use it.
746         (deactivate-mark): Don't check for size of region.
748         * mouse.el (mouse-drag-track): Use select-active-region.
750 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
752         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
753         "--dired" stronger.
755 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
757         * term/x-win.el (x-select-enable-primary): Change default to nil.
758         (x-select-enable-clipboard): Add :version keyword.
760         * mouse.el (mouse-drag-copy-region):
761         * simple.el (select-active-regions): Likewise.
763 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
765         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
766         (vc-coding-system-for-diff): Use it to decide whether to inherit
767         from the file the EOL format for reading the diffs of that file.
768         (Bug#4451)
770 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
772         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
773         unibyte, so compressed attachments are not compressed again.
775 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
777         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
778         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
779         (tramp-find-shell): Simplify setting connection property.
780         (tramp-get-ls-command): Make test for "--color=never" stronger.
782 2010-07-15  Simon South  <ssouth@member.fsf.org>
784         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
785         blocks within record declarations (i.e. variant parts) correctly.
787 2010-07-15  Simon South  <ssouth@member.fsf.org>
789         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
790         over literal tokens when parsing so newlines aren't "absorbed" by
791         single-line comments.  Corrects the indentation of case blocks
792         that have a comment on the first line.
794 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
796         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
797         by Drew Adams (Bug#5504).
799 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
801         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
802         now that Unicode is used (Bug#6594).
804 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
806         * term/x-win.el (x-select-enable-clipboard): Default to t.
807         (x-initialize-window-system): Don't overwrite Paste menu item.
809         * simple.el (select-active-regions): Default to t.
810         (push-mark-command): Don't overwrite primary with empty string.
812         * mouse.el: Bind mouse-2 to mouse-yank-primary.
813         (mouse-drag-copy-region): Default to nil.
815         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
816         Cut/Copy/Paste menu bar items.
818 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
820         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
821         Patch applied by Karl Fogel.
823         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
824         and `bookmark-current-buffer' if they have been already set in
825         another buffer (e.g gnus-art).
827 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
828             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
830         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
832         * bookmark.el (bookmark-make-record-default): Allow unneeded
833         information to be omitted from the record.
835         Adjust declarations and calls:
837         * info.el (bookmark-make-record-default): Adjust declaration.
838         (Info-bookmark-make-record): Adjust call.
840         * woman.el (bookmark-make-record-default): Adjust declaration.
841         (woman-bookmark-make-record): Adjust call.
843         * man.el (bookmark-make-record-default): Adjust declaration.
844         (Man-bookmark-make-record): Adjust call.
846         * image-mode.el (bookmark-make-record-default): Adjust declaration.
848         * doc-view.el (bookmark-make-record-default): Adjust declaration.
850 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
852         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
853         This is also from Thierry Volpiatto's patch in bug #6444.  However,
854         because it was extraneous to the functional change in that patch,
855         and causes a re-indendation, I am committing it separately.
857 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
859         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
860         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
861         Patch applied by Karl Fogel (Bug#6444).
863 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
865         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
867 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
869         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
870         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
871         (ns-alternatives-map): Change S-tab binding to backtab
872         (bug#6616).
874         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
875         under ns.
877 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
879         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
880         (Bug#5806)
882         * language/tv-util.el (tai-viet-re): Remove format.
884 2010-07-12  Kenichi Handa  <handa@m17n.org>
886         * language/hebrew.el: Remove no-byte-compile declaration.
887         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
888         composition-function-table for 3-character looking back.
889         (hebrew-font-get-precomposed): New function.
890         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
892 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
894         * mouse.el (mouse-drag-track): Handle select-active-regions
895         (Bug#6612).
897 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
899         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
900         empty argument to gvfs-copy.
902 2010-07-10  Glenn Morris  <rgm@gnu.org>
904         * calendar/calendar.el (calendar-week-end-day): New function.
905         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
906         Respect calendar-week-start-day.  (Bug#6606)
907         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
908         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
909         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
910         respect calendar-week-start-day.
912 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
914         * simple.el (use-region-p): Doc fix (Bug#6607).
916 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
918         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
919         regexps for cucumber and ruby.
921 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
923         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
924         (epa-file-insert-file-contents): Hack to prevent
925         find-file from opening empty buffer when decryption failed
926         (bug#6568).
928 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
930         * textmodes/ispell.el (ispell-alternate-dictionary):
931         Use file-readable-p.
932         Return nil if no word-list is found at default locations.
933         (ispell-complete-word-dict): Default to nil.
934         (ispell-command-loop): Use 'word-list' when using lookup-words.
935         (lookup-words): Use ispell-complete-word-dict or
936         ispell-alternate-dictionary.  Check for word-list availability
937         and handle errors if needed with better messages (Bug#6539).
938         (ispell-complete-word): Use ispell-complete-word-dict or
939         ispell-alternate-dictionary.
941 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
943         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
944         builtins (BufferError, BytesWarning, WindowsError; callables
945         bin, bytearray, bytes, format, memoryview, next, print; __package__).
947 2010-07-07  Glenn Morris  <rgm@gnu.org>
949         * play/zone.el (top-level): Do not require timer, tabify, or cl.
950         (zone-shift-left): Ignore intangibility, and any errors from
951         forward-char.
952         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
953         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
954         deleting, and copying text properties.
955         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
956         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
957         to point-max is hard.
958         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
959         (zone-fill-out-screen): Ignore intangibility.
961 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
963         * menu-bar.el (menu-bar-mode):
964         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
965         if it has been set.
967         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
968         word/line selection (Bug#6565).
970 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
972         * net/dbus.el (dbus-send-signal): Declare function.
974 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
976         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
977         (dbus-register-property): New optional argument EMITS-SIGNAL.
978         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
980 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
982         * mouse.el (mouse-drag-overlay): Variable deleted.
983         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
984         (mouse--remap-link-click-p): New function.
985         (mouse-drag-track): Handle dragging by using temporary Transient
986         Mark mode, instead of a special overlay.
987         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
988         mouse-show-mark.
990         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
991         deleted.
993 2010-07-02  Juri Linkov  <juri@jurta.org>
995         * autoinsert.el (auto-insert-alist): Fix readability
996         by using dotted pair notation for lambda.
998 2010-07-02  Juri Linkov  <juri@jurta.org>
1000         * faces.el (read-face-name): Rename arg `string-describing-default'
1001         to `default'.  Doc fix.  Display the default value in quotes
1002         in the prompt.  With empty input, return the `default' arg,
1003         unless the default value is a string (in which case return nil).
1004         (describe-face): Replace the string `default' arg of `read-face-name'
1005         with the symbol `default'.
1007 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
1009         * emulation/viper-cmd.el (viper-delete-backward-char)
1010         (viper-del-backward-char-in-insert)
1011         (viper-del-backward-char-in-replace, viper-change)
1012         (viper-backward-indent): Replace delete-backward-char with
1013         delete-char (Bug#6552).
1015 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
1017         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
1019 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1021         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
1022         argument passed to frame-creation-function (Bug#5378).
1024         * faces.el (x-handle-named-frame-geometry)
1025         (x-handle-reverse-video, x-create-frame-with-faces)
1026         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
1027         separately consult default-frame-alist.  It is now passed as the
1028         PARAMETER argument.
1030 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
1032         * startup.el (command-line): Don't call tool-bar-setup in a
1033         tty-only build.
1035 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1037         * ruler-mode.el (ruler--save-header-line-format): New fun.
1038         (ruler-mode): Use it as a setter function, so as not to overwrite
1039         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
1041 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
1043         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
1044         (vc-root-diff, vc-print-root-log, vc-log-incoming)
1045         (vc-log-outgoing): Use it.
1046         (vc-diff-internal): Set diff-vc-backend.
1048         * vc/diff-mode.el (diff-vc-backend): New var.
1050 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1052         * dynamic-setting.el (font-setting-change-default-font): Remove
1053         call to message.
1055 2010-06-28  Kenichi Handa  <handa@m17n.org>
1057         * international/quail.el (quail-insert-kbd-layout): Fix the
1058         showing of untranslated characters.
1060 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
1062         * simple.el (delete-active-region): New option.
1063         (delete-backward-char): Implement in Lisp.
1064         (delete-forward-char): New command.
1066         * mouse.el (mouse-region-delete-keys): Deleted.
1067         (mouse-show-mark): Simplify.
1069         * bindings.el (global-map): Bind delete and DEL, the former to
1070         delete-forward-char.
1072 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
1074         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
1075         (ruby-mode): Bind indent-line-function (Bug#5119).
1077 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
1079         * startup.el (command-line): Recognize "0" X resource value.
1081 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
1083         * startup.el (command-line): Use X resources to set the value of
1084         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
1086         * menu-bar.el (menu-bar-mode):
1087         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
1088         Set init-value to t.
1090         * frame.el (frame-notice-user-settings): Don't change
1091         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
1092         vice versa (Bug#2249).
1094 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
1096         * w32-fns.el (w32-convert-standard-filename): Doc fix.
1098 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
1100         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
1101         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
1103         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
1104         default directories are expanded (Bug#6143).
1106 2010-06-24  Juri Linkov  <juri@jurta.org>
1108         * minibuffer.el (completions-format): Change default from nil to
1109         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
1111 2010-06-24  Juri Linkov  <juri@jurta.org>
1113         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1114         buffer-locally to lambda that re-runs the vc diff command.
1115         (Bug#6447)
1117 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
1119         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
1120         echo area is in use (Bug#3412).
1122 2010-06-22  Glenn Morris  <rgm@gnu.org>
1124         * textmodes/texinfmt.el (texinfo-format-region)
1125         (texinfo-raise-lower-sections, texinfo-format-separate-node)
1126         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
1127         (texinfo-format-option, texinfo-noindent):
1128         Use line-beginning-position and line-end-position.
1130         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
1131         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
1132         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
1133         utf-8 characters.
1135 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
1137         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1138         forward-line fallout.
1140 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1142         * mouse.el (mouse-appearance-menu): Add docstring.
1144         * help.el (describe-key): Print up-event using key-description.
1146 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1148         * net/zeroconf.el (zeroconf-resolve-service)
1149         (zeroconf-service-resolver-handler): Use
1150         `dbus-byte-array-to-string'.
1151         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1153 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1155         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1157 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1159         Avoid displaying files with a nil state in vc-dir.
1160         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1161         cases that cause insertion.
1162         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1163         with a nil state.
1165 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1167         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1169 2010-06-29  Leo  <sdl.web@gmail.com>
1171         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
1173 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
1175         * generic-x.el (bat-generic-mode): Fix regexp for command line
1176         switches (Bug#5719).
1178 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
1180         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1181         of nconc to avoid pure storage error (Bug#6239).
1183 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
1185         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1186         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1187         bindings of bookmark-automatically-show-annotations (Bug#6515).
1189 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
1191         * arc-mode.el (archive-zip-extract): Don't quote the file name on
1192         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
1194 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1196         * comint.el (make-comint, make-comint-in-buffer): Mention return
1197         value in the docstrings.  (Bug#6498)
1199 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
1201         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1202         since it is not present when using some non-default switches.
1204 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
1206         * simple.el (compose-mail): Fix doc string to refer to
1207         `compose-mail-user-agent-warnings', instead of to the
1208         nonexistent `compose-mail-check-user-agent'.
1210 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
1212         Fix an indentation bug:
1214         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
1215         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
1216         of existing values.
1218         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
1219         (c-clear->-pair-props-if-match-before): now return t when they've
1220         cleared properties, nil otherwise.
1221         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
1222         by taking account of the existing value.
1224         * progmodes/cc-defs.el
1225         (c-clear-char-property-with-value-function): Fix this to clear the
1226         property rather than overwriting it with nil.
1228 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
1230         * emacs-lisp/package.el (package-print-package): Add link to
1231         package description via describe-package.
1232         (describe-package-1): List package requirements.  Add button to
1233         perform installation.
1234         (package-menu-describe-package): New command.
1236         * help-mode.el (help-package): New button type.
1238 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
1240         * emacs-lisp/package.el: Move package-list-packages binding to
1241         menu-bar.el.
1242         (describe-package, describe-package-1, package--dir): New funs.
1243         (package-activate-1): Use package--dir.
1245         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
1247         * help-mode.el (help-package-def): New button type.
1249         * menu-bar.el: Move package-list-packages binding here from
1250         package.el.
1252 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
1254         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
1256 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         * emacs-lisp/edebug.el (edebug-read-list):
1259         Phase out old-style backquotes.
1261 2010-06-17  Juri Linkov  <juri@jurta.org>
1263         * help-mode.el (help-mode): Set buffer-local variable
1264         revert-buffer-function to help-mode-revert-buffer.
1265         (help-mode-revert-buffer): New function.
1267         * info.el (Info-revert-find-node): Check for major-mode Info-mode
1268         before popping to "*info*" (like in other Info functions).
1269         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
1270         old-history-forward.  Pop to old-buffer-name or "*info*" to
1271         recreate the killed buffer.  Set Info-history-forward from
1272         old-history-forward.
1273         (Info-breadcrumbs-depth): Add :group and :version.
1275 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
1277         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
1279 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
1281         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1282         for languages like Portuguese with pt_{BR,PT} and no plain pt.
1284 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
1286         * emacs-lisp/package.el (package-menu-mode-map):
1287         Move initialization into declaration.
1289         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1291 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
1293         * emacs-lisp/package.el (package-archive-base): Point to
1294         elpa.gnu.org.
1295         (package-enable, package-load-list): New defcustoms.
1296         (package-user-dir, package-directory-list): Turn into defcustoms.
1297         Don't include package-user-dir in package-directory-list.
1298         (package--builtins-base): Don't include Emacs as a "package".
1299         (package-subdirectory-regexp): New var.
1300         (package-load-all-descriptors, package-compute-transaction)
1301         (package-download-transaction): Obey package-load-list.
1302         (package-activate-1): Rename from package-do-activate.
1303         (package-list-packages-internal): Check package-load-list.
1304         (package-load-descriptor, package-generate-autoloads)
1305         (package-unpack, package-unpack-single)
1306         (package--read-archive-file, package-delete): Use
1307         expand-file-name.
1309         * emacs-lisp/package-x.el: New file.  Package uploading
1310         functionality split out from package.el.
1312         * startup.el (command-line): Load packages after reading init
1313         file.
1315 2010-06-17  Tom Tromey  <tromey@redhat.com>
1317         * emacs-lisp/package.el: New file.
1319 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1321         Fix vc-annotate for renamed files when using Git.
1322         * vc-git.el (vc-git-find-revision): Deal with empty results from
1323         ls-files.  Doe not pass the object as a file name to cat-file, it
1324         is not a file name.
1325         (vc-git-annotate-command): Pass the file name using -- to avoid
1326         ambiguity with the revision.
1327         (vc-git-previous-revision): Pass a relative file name.
1329 2010-06-22  Glenn Morris  <rgm@gnu.org>
1331         * progmodes/js.el (js-mode-map): Use standard capitalization and
1332         ellipses for menu entries.
1334         * wid-edit.el (widget-complete): Doc fix.
1336 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
1338         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1340 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1342         Fix annotating other revisions for renamed files in vc-annotate.
1343         * vc-annotate.el (vc-annotate): Add an optional argument for the
1344         VC backend.  Use it when non-nil.
1345         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1346         (Bug#6487)
1348         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1349         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1350         Do not pass the file name to the 'previous-revision call when we
1351         don't want a file diff.  (Bug#6489)
1353 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1355         Fix finding revisions for renamed files in vc-annotate.
1356         * vc.el (vc-find-revision): Add an optional argument for
1357         the VC backend.  Use it when non-nil.
1358         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1359         backend to vc-find-revision.  (Bug#6487)
1361 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1363         Fix reading file names in Git annotate buffers.
1364         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1365         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1367 2010-06-20  Alan Mackenzie  <acm@muc.de>
1369         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1370         in file local variables, set it first.
1372 2010-06-19  Glenn Morris  <rgm@gnu.org>
1374         * descr-text.el (describe-char-unicode-data): Insert separating
1375         space when needed.  (Bug#6422)
1377         * progmodes/idlwave.el (idlwave-action-and-binding):
1378         Fix typo in 2009-12-03 change.  (Bug#6450)
1380 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1382         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1383         handling for `lambda' (misunderstanding).
1385 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
1387         * calc/calc-poly.el (math-accum-factors): Make sure that
1388         constants aren't distributed after they are factored out.
1390 2010-06-16  Juri Linkov  <juri@jurta.org>
1392         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1393         `list-colors-print'.  (Bug#6332)
1395         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1397 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1399         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1400         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
1402         * font-lock.el (font-lock-major-mode): Rename from
1403         font-lock-mode-major-mode to distinguish it from
1404         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1405         (font-lock-set-defaults):
1406         * font-core.el (font-lock-default-function): Adjust users.
1407         (font-lock-mode): Don't set it at all.
1409 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1411         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1413 2010-06-16  Glenn Morris  <rgm@gnu.org>
1415         * calendar/appt.el (appt-time-msg-list): Doc fix.
1416         (appt-check): Let-bind appt-warn-time.
1417         (appt-add): Make the 3rd argument optional.
1418         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1419         Only add WARNTIME to the output list if non-nil.
1421 2010-06-16  Ivan Kanis  <apple@kanis.eu>
1423         * calendar/appt.el (appt-check): Let the 3rd element of
1424         appt-time-msg-list specify the warning time.
1425         (appt-add): Add new argument with the warning time.  (Bug#5176)
1427 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1429         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1430         older than version 1.6.  (Bug#6361)
1432 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
1434         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1435         used by cl-do-arglist.  (Bug#6408)
1437 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
1439         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1440         portuguese casechars/not-casechars for missing 'çÇ'.
1441         Suggested by Rolando Pereira (bug#6434).
1443 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
1445         * facemenu.el (list-colors-sort): Doc fix.
1447 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1449         * progmodes/sql.el (sql-connect-mysql): Fix typo.
1451 2010-06-14  Juri Linkov  <juri@jurta.org>
1453         Add sort option `list-colors-sort'.  (Bug#6332)
1454         * facemenu.el (color-rgb-to-hsv): New function.
1455         (list-colors-sort): New defcustom.
1456         (list-colors-sort-key): New function.
1457         (list-colors-display): Doc fix.  Sort list according to the option
1458         `list-colors-sort'.
1459         (list-colors-print): Add HSV values to `help-echo' property of
1460         RGB strings.
1462 2010-06-14  Juri Linkov  <juri@jurta.org>
1464         * compare-w.el: Move to the "vc" subdirectory.
1466 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1468         * image-mode.el (image-mode-map): Remap left-char and right-char.
1470         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1472 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
1474         * term/common-win.el (x-colors): Add all the color names defined
1475         in rgb.txt (Bug#6332).
1477         * facemenu.el (list-colors-print): Don't print extra names if it
1478         will overflow the window width.
1480         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1481         change (Bug#6343).
1483 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1485         * files.el (make-directory): Doc fix (bug#6396).
1487 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
1489         * net/tramp.el (tramp-remote-process-environment): Protect version
1490         string by apostroph.
1491         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1492         XEmacs.
1493         (tramp-file-name-for-operation): Add `call-process-region'.
1494         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1496         * net/tramp-compat.el (top): Do not autoload
1497         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1498         only when `start-file-process' is not bound.
1499         (tramp-advice-file-expand-wildcards): Do not use
1500         `tramp-handle-file-remote-p'.
1501         (tramp-compat-make-temp-file): Handle the case, that
1502         `make-temp-file' has no third argument EXTENSION.
1504 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
1506         * makefile.w32-in (WINS_BASIC): Include new directory vc.
1508         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1510 2010-06-11  Juri Linkov  <juri@jurta.org>
1512         * finder.el (finder-known-keywords): Add keyword "vc"
1513         for version control.
1515         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1516         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1517         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1518         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1520 2010-06-11  Juri Linkov  <juri@jurta.org>
1522         Move version control related files to the "vc" subdirectory.
1523         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1524         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1525         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1526         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1527         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1528         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1529         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1530         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1531         Move files to the "vc" subdirectory.
1533 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1535         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1536         (Bug#6367).
1538 2010-06-11  Stephen Eglen  <stephen@gnu.org>
1540         * shell.el: Bind `shell-resync-dirs' to M-RET.
1542 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
1544         * notifications.el: Move file from lisp/net, because it is
1545         supposed to talk locally to the user.
1547 2010-06-10  Julien Danjou  <julien@danjou.info>
1549         * net/notifications.el (notifications-on-action-signal)
1550         (notifications-on-closed-signal): Pass notification id as first
1551         argument to the callback functions.  Add docstrings.
1552         (notifications-notify): Fix docstring.
1554 2010-06-10  Glenn Morris  <rgm@gnu.org>
1556         * emacs-lisp/authors.el (authors-ignored-files)
1557         (authors-valid-file-names): Add some files.
1559 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1561         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1562         merge conflict, giving preference to the emacs-23 version of the code.
1564 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1566         * emacs-lisp/advice.el (ad-compile-function):
1567         Define warning-suppress-types before we let-bind it (bug#6275).
1569         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1570         declare it, make it buffer-local and permanent-local (bug#6324).
1571         (vc-resynch-window): Adjust name.
1572         * vc-hooks.el (vc-find-file-hook): Adjust name.
1574 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
1576         * net/notifications.el (notifications-notify): Fix docstring.
1578 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1580         Update to Unicode 6.0.0 beta.
1581         * international/charprop.el: Update copyright.
1582         * international/mule-cmds.el (ucs-names): Update character ranges.
1583         * international/uni-bidi.el:
1584         * international/uni-category.el:
1585         * international/uni-combining.el:
1586         * international/uni-comment.el:
1587         * international/uni-decimal.el:
1588         * international/uni-decomposition.el:
1589         * international/uni-digit.el:
1590         * international/uni-lowercase.el:
1591         * international/uni-mirrored.el:
1592         * international/uni-name.el:
1593         * international/uni-numeric.el:
1594         * international/uni-old-name.el:
1595         * international/uni-titlecase.el:
1596         * international/uni-uppercase.el: Regenerate.
1598 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1600         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1601         (smie-precs-precedence-table): Fix typo in docstring.
1603         * vc-mtn.el (log-edit-extract-headers): Declare function.
1605         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1607         * net/notifications.el (dbus-register-signal): Declare function.
1608         (notifications-notify): Fix typos and reflow docstring.
1610 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1612         Improve VC create/retrieve tag/branch.
1613         * vc.el (vc-create-tag): Do not read the directory name for VCs
1614         with repository revision granularity.  Adjust the tag/branch
1615         prompt.  Reset VC properties.
1616         (vc-retrieve-tag): Do not read the directory name for VCs
1617         with repository revision granularity.  Reset VC properties.
1619 2010-06-09  Julien Danjou  <julien@danjou.info>
1621         * net/notifications.el: New file.
1623 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1625         Add optional support for resetting VC properties.
1626         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1627         call vc-file-clearprops when true.
1628         (vc-resynch-buffer): Add new optional argument, pass it down.
1629         (vc-resynch-buffers-in-directory): Likewise.
1631         Improve support for special markup in the VC commit message.
1632         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1633         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1634         * vc-git.el (vc-git-checkin):
1635         * vc-bzr.el (vc-bzr-checkin): Likewise.
1637 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1639         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1640         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1642 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1644         * iimage.el: Remove images as soon as the underlying text is modified.
1645         (iimage-modification-hook): New function.
1646         (iimage-mode-buffer): Use it.
1648 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1650         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1651         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1652         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1653         (smie-indent-keyword): Add handling of open-paren keywords.
1654         (smie-indent-comment-continue): Don't assume comment-continue.
1656 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1658         * window.el (pop-to-buffer): Remove the conditional that
1659         compares new-window and old-window, so it will reselect
1660         the selected window unconditionally.
1661         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1663 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1665         * emacs-lisp/smie.el (smie-indent-offset-after)
1666         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1667         (smie-indent-after-keyword): Use them.
1668         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1669         (smie-indent-keyword): Tweak the black magic.
1670         (smie-indent-comment-continue): Strip comment-continue before use.
1671         (smie-indent-functions): Indent comments before keywords.
1673 2010-06-06  Juri Linkov  <juri@jurta.org>
1675         * isearch.el (isearch-lazy-highlight-search): Fix looping
1676         by checking for empty match.  This syncs this loop with the
1677         similar loop in `isearch-search'.  (Bug#6362)
1679 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1681         * net/dbus.el (dbus-register-method): Declare function.
1682         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1683         (dbus-introspect): Doc fix.
1684         (dbus-event-bus-name, dbus-introspect-get-interface)
1685         (dbus-introspect-get-argument): Reflow docstrings.
1687 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1689         vc-log-incoming/vc-log-outgoing fixes for Git.
1690         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1691         incoming/outgoing logs.
1692         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1693         instead of vc-git-compute-remote.
1694         (vc-git-compute-remote): Remove.
1696 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1698         * term/common-win.el (x-colors): Add "dark green" and "dark
1699         turquoise" (Bug#6332).
1701 2010-06-04  Juri Linkov  <juri@jurta.org>
1703         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1704         Instead of setting `replace' to t and replacing the same string
1705         with itself, don't do certain actions when
1706         kill-do-not-save-duplicates is non-nil and string is equal to car
1707         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1708         interprogram-paste strings to kill-ring, and don't push the input
1709         argument `string' to kill-ring.
1710         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1712 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1714         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1716 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1718         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1719         (tramp-gvfs-handler-mounted-unmounted)
1720         (tramp-gvfs-connection-mounted-p): Handle default-location.
1722         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1723         move files to trash.
1725 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1727         * international/mule-cmds.el (nonascii-insert-offset)
1728         (nonascii-translation-table): Add obsolescence information.
1730         * international/mule.el (make-translation-table-from-vector): Doc fix.
1732 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1734         * cedet/semantic/lex-spp.el
1735         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1736         invalid values during save, just save a nil (Bug#6324).
1738 2010-06-03  Glenn Morris  <rgm@gnu.org>
1740         * desktop.el (desktop-clear-preserve-buffers):
1741         Add "*Warnings*" buffer.  (Bug#6336)
1743 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1745         vc-log-incoming/vc-log-outgoing improvements for Git.
1746         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1747         short log.
1748         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1750         Add bindings for vc-log-incoming and vc-log-outgoing.
1751         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1752         and vc-log-outgoing.
1753         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1754         and vc-log-outgoing.
1756 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1758         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1759         (rcirc-handler-366): Always sort nicknames.
1761 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1763         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1765 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1767         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1769 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1771         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1772         (rcirc-sort-nicknames-join): Avoid setq.
1774 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1776         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1777         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1778         (rcirc-handler-366): Use them.
1780 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1782         Split smie-indent-calculate into more manageable chunks.
1783         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1784         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1785         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1786         (smie-indent-exps): Extract from smie-indent-calculate.
1787         (smie-indent-functions): New var.
1788         (smie-indent-functions): Use them.
1790 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1792         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1793         (smie-indent-calculate): Simplify and cleanup.
1795 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1797         * net/tramp-gvfs.el (top): Require url-util.
1798         (tramp-gvfs-mount-point): Remove.
1799         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1800         New defuns.
1801         (with-tramp-dbus-call-method): Format trace message.
1802         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1803         Implement backup call, when operation on local files fails.
1804         Use progress reporter.  Flush properties of changed files.
1805         (tramp-gvfs-handle-make-directory): Make more traces.
1806         (tramp-gvfs-url-file-name): Hexify file name in url.
1807         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1808         into account for the resulting file name.
1809         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1810         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1811         (tramp-gvfs-handler-mounted-unmounted)
1812         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1813         attribute "default_location".  Set "prefix" property.
1814         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1815         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1816         exists.  Raise an error, if not (due to a corresponding answer
1817         "no" in interactive questions, for example).
1819 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1821         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1823 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1825         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1826         right-*.  (Bug#6265)
1828 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1830         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1831         * vc-git.el (vc-git-compute-remote): New function.
1832         (vc-git-log-outgoing): Use it instead of hard coding a value.
1833         (vc-git-log-incoming): New function.
1835         Improve state updating for VC tag commands.
1836         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1837         to update the state of all buffers in the directory.
1839         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1841 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1844         `file-directory-p' to the filename part rather than to the whole text.
1846 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1848         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1849         (bug#6231).
1851 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1853         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1855 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1857         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1859 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1861         * subr.el (momentary-string-display): Just use read-event to read
1862         the exit event (Bug#6238).
1864 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1866         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1868 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1870         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1871         Suggested by Eli Zaretskii <eliz@gnu.org>.
1873 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1875         * minibuffer.el (completion-file-name-table): Don't return a boundary
1876         past the end of `string' (bug#6299).
1877         (completion--file-name-table): Delegate to completion-file-name-table
1878         for the `boundaries' case.
1880 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1882         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1883         movement commands.
1885         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1886         `path-separator', but maintain compatibility with Emacs 20.2.
1888 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1890         * server.el (server-process-filter): Receive parent-id argument
1891         from emacsclient.
1892         (server-create-window-system-frame): New arg.  Pass parent-id as
1893         frame parameter.
1895 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1897         Bidi-sensitive word movement with arrow keys.
1898         * subr.el (right-arrow-command, left-arrow-command): Move to
1899         bindings.el.
1901         * bindings.el (right-char, left-char): Move from subr.el and
1902         rename from right-arrow-command and left-arrow-command.
1903         (right-word, left-word): New functions.
1904         (global-map) <right>: Bind to right-char.
1905         (global-map) <left>: Bind to left-char.
1906         (global-map) <C-right>: Bind to right-word.
1907         (global-map) <C-left>: Bind to left-word.
1909         * ls-lisp.el (ls-lisp-classify-file): New function.
1910         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1911         (ls-lisp-classify): Call ls-lisp-classify-file.
1912         (insert-directory): Remove blanks from switches.
1914 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1916         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1917         (ansi-color-drop-regexp): New constant.
1918         (ansi-color-apply, ansi-color-filter-region)
1919         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1920         (ansi-color-apply): Build string list before calling concat.
1922 2010-05-28  Juri Linkov  <juri@jurta.org>
1924         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1925         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1926         (Bug#5270)
1928 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1930         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1931         to ignored backtrace functions.
1932         (with-progress-reporter): Expand docstring.
1933         (tramp-handle-delete-file): Implement TRASH argument.
1934         (tramp-get-remote-trash): New defun.
1936 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1938         * net/tramp-compat.el (tramp-compat-delete-file): Use
1939         `symbol-value' for backward compatibility.
1941         * net/tramp.el (tramp-handle-make-symbolic-link)
1942         (tramp-handle-load)
1943         (tramp-do-copy-or-rename-file-via-buffer)
1944         (tramp-do-copy-or-rename-file-directly)
1945         (tramp-do-copy-or-rename-file-out-of-band)
1946         (tramp-handle-process-file, tramp-handle-call-process-region)
1947         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1948         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1949         (tramp-delete-temp-file-function): Use `delete-file' instead
1950         of `tramp-compat-delete-file'.
1952         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1953         (tramp-fish-handle-make-symbolic-link)
1954         (tramp-fish-handle-process-file): Use `delete-file' instead
1955         of `tramp-compat-delete-file'.
1957         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1958         `delete-file' instead of `tramp-compat-delete-file'.
1960         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1961         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1962         `tramp-compat-delete-file'.
1964         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1965         `delete-file' instead of `tramp-compat-delete-file'.
1967         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1968         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1969         (tramp-smb-handle-write-region): Use `delete-file' instead of
1970         `tramp-compat-delete-file'.
1971         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1973 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1975         * dired.el (dired-delete-file): New arg TRASH.
1976         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1977         (dired-do-flagged-delete, dired-do-delete): Use trash.
1979         * speedbar.el (speedbar-item-delete): Allow trashing.
1981         * files.el (delete-directory): New arg TRASH.
1983         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1984         (ange-ftp-rename-remote-to-remote)
1985         (ange-ftp-rename-local-to-remote)
1986         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1987         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1988         `delete-file'.
1989         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1990         allow trashing.
1992         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1993         handle new TRASH arg of `delete-file'.
1995         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1996         (tramp-handle-make-symbolic-link, tramp-handle-load)
1997         (tramp-do-copy-or-rename-file-via-buffer)
1998         (tramp-do-copy-or-rename-file-directly)
1999         (tramp-do-copy-or-rename-file-out-of-band)
2000         (tramp-handle-process-file, tramp-handle-call-process-region)
2001         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2002         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2003         (tramp-delete-temp-file-function): Use null TRASH arg in
2004         tramp-compat-delete-file call.
2006         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2007         (tramp-fish-handle-delete-file)
2008         (tramp-fish-handle-make-symbolic-link)
2009         (tramp-fish-handle-process-file): Use null TRASH arg in
2010         `tramp-compat-delete-file' call.
2012         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
2013         arg in `tramp-compat-delete-file' call.
2015         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2016         (tramp-gvfs-handle-write-region): Use null TRASH arg in
2017         `tramp-compat-delete-file' call.
2019         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
2020         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
2021         `tramp-compat-delete-file' call.
2023         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2024         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2025         (tramp-smb-handle-write-region): Use null TRASH arg in
2026         tramp-compat-delete-file call.
2027         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
2028         (tramp-smb-handle-delete-file): Rename arg.
2030         * diff.el (diff-sentinel):
2031         * epg.el (epg--make-temp-file, epg-decrypt-string)
2032         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2033         * jka-compr.el (jka-compr-partial-uncompress)
2034         (jka-compr-call-process, jka-compr-write-region):
2035         * server.el (server-sentinel): Remove optional arg from
2036         delete-file, reverting 2010-05-03 change.
2038 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2040         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
2041         font-lock-constant-face, not obsolete font-lock-reference-face.
2043 2010-05-27  Kenichi Handa  <handa@m17n.org>
2045         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
2046         element of GSTRING is nil.
2048 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2050         * emacs-lisp/smie.el (smie-forward-token-function)
2051         (smie-backward-token-function): New vars.
2052         (smie-backward-sexp, smie-forward-sexp)
2053         (smie-indent-hanging-p, smie-indent-calculate): Use them.
2054         (smie-default-backward-token): Rename from smie-backward-token and
2055         skip comments.
2056         (smie-default-forward-token): Rename from smie-forward-token and
2057         skip comments.
2058         (smie-next-sexp): Handle nil results from next-token.
2059         (smie-indent-calculate): Add a new case for special `fixindent' comments.
2061 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2063         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2064         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2066 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2068         * htmlfontify.el (hfy-face-resolve-face): New function.
2069         (hfy-face-to-style): Use it (Bug#6279).
2071 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2073         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
2074         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
2076 2010-05-26  Glenn Morris  <rgm@gnu.org>
2078         * emulation/edt.el (edt-load-keys): Use locate-library.
2080 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
2082         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
2083         (log-edit-changelog-entries): Doc fix.
2084         (log-edit-changelog-insert-entries): Args changed.
2085         Rename relative filenames in ChangeLog entries.  Delete tabs.
2086         (log-edit-insert-changelog-entries): Reorganize return value of
2087         `log-edit-changelog-entries' to pass filenames to
2088         log-edit-changelog-insert-entries.
2090 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2092         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
2093         `image-dired-dired-insert-marked-thumbs' to
2094         `image-dired-dired-toggle-marked-thumbs'.
2096         * image-dired.el: Require cl when compiling.
2097         (image-dired-dired-toggle-marked-thumbs): Rename from
2098         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
2099         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
2100         to 'no-dir.  Skip files whose names don't match
2101         `image-file-name-regexp'.  When file has a thumbnail overlay,
2102         delete it.  (Bug#5270)
2104 2010-05-25  Juri Linkov  <juri@jurta.org>
2106         * image-mode.el (image-mode): Add image-after-revert-hook to
2107         after-revert-hook.
2108         (image-after-revert-hook): New function.  (Bug#5669)
2110 2010-05-25  Juri Linkov  <juri@jurta.org>
2112         * image.el (image-animated-p): When delay between animated images
2113         is 0, set it to 10 (0.1 sec).  (Bug#6258)
2115 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
2117         * net/tramp.el (tramp-handle-insert-directory): Don't use
2118         `forward-word', its default syntax could be changed.
2120 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
2122         * net/tramp.el (tramp-progress-reporter-update): New defun.
2123         (with-progress-reporter): Use it.
2124         (tramp-process-actions):
2125         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
2126         current message, in order to let progress reporter continue
2127         afterwards.  (Bug#6257)
2129 2010-05-25  Glenn Morris  <rgm@gnu.org>
2131         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
2132         Add :version.
2134 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
2136         * net/rcirc.el (rcirc-default-user-name): Change to "user".
2137         (rcirc-default-full-name): Change to "unknown".
2138         (rcirc-user-name-history): Add variable.
2140 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
2141             Jonathan Rockway  <jon@jrock.us>
2143         * net/rcirc.el (rcirc-server-alist): Add :pass.
2144         (rcirc): When prompting for connection parameters, also prompt for
2145         username and password.
2146         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
2147         value to server when connecting.
2149 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2151         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
2152         (smie-merge-prec2s): Pass the tables as separate args.
2153         (smie-bnf-precedence-table): Adjust call accordingly.
2154         (smie-prec2-levels): Set levels at the end.
2156         Replace Lisp calls to delete-backward-char by delete-char.
2157         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
2158         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
2159         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
2160         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
2161         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
2162         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
2163         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
2164         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
2165         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
2166         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
2167         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
2168         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
2169         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
2170         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
2171         delete-backward-char by calls to delete-char.
2173 2010-05-25  Kenichi Handa  <handa@m17n.org>
2175         * language/hebrew.el (hebrew-shape-gstring): New function.
2176         Register it in composition-function-table for all Hebrew combining
2177         characters.
2179 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2181         * epa.el (epa--select-keys): Don't explicitly delete the window since
2182         that can fail (e.g. sole window in frame).  Use dedication instead.
2184 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2186         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2188 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
2190         * image.el (image-refresh): Define as an alias for image-flush.
2192         * image-mode.el (image-toggle-display-image): Caller changed.
2194 2010-05-21  Juri Linkov  <juri@jurta.org>
2196         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
2197         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
2198         whitespace, call wildcard-to-regexp on substrings and concat them
2199         with "\\|".  (Bug#6114)
2201 2010-05-21  Alan Mackenzie  <acm@muc.de>
2203         * progmodes/cc-engine.el (c-parse-state-get-strategy):
2204         Replace parameter `here' with `here-' and `here-plus', which sandwich
2205         any pertinent CPP construct.
2206         (c-remove-stale-state-cache-backwards): Fix a bug which happens
2207         when doing (c-parse-state) in a CPP construct: Exclude any "new"
2208         CPP construct from taking part in the scanning.
2210 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
2212         * net/tramp.el (tramp-do-copy-or-rename-file)
2213         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
2214         Tune `with-progress-reporter' messages.
2215         (tramp-handle-vc-registered):
2216         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
2217         (tramp-fish-handle-insert-file-contents)
2218         (tramp-fish-maybe-open-connection):
2219         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2220         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
2221         (tramp-imap-handle-insert-file-contents)
2222         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2224 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
2226         * add-log.el (change-log-font-lock-keywords):
2227         Highlight all authors in multi-author entries.
2229         * smerge-mode.el (smerge-refine-ignore-whitespace)
2230         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
2231         Fix typos in docstrings.
2232         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
2234 2010-05-21  Glenn Morris  <rgm@gnu.org>
2236         * progmodes/fortran.el (fortran-mode):
2237         * progmodes/f90.el (f90-mode): Derive from prog-mode.
2239         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
2240         having a relative path in src/Makefile.in.
2242 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2244         * help-mode.el (help-make-xrefs): For Info node links turn
2245         newlines into spaces.  Link node names with newlines are matched
2246         by help-xref-info-regexp and buttonized, this change ensures they
2247         can be followed successfully with RET.  (Bug#6206)
2249 2010-05-20  Juri Linkov  <juri@jurta.org>
2251         * locate.el (locate): Use pop-to-buffer instead of
2252         switch-to-buffer-other-window.  (Bug#6204)
2254 2010-05-20  Juri Linkov  <juri@jurta.org>
2256         * replace.el (replace-highlight): Fix lazy-highlighting
2257         for `M-s w str M-% str RET'.
2259 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
2261         * isearch.el (isearch-yank-word-or-char): Pull next subword
2262         when `subword-mode' is activated.  (Bug#6220)
2264 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
2266         * isearch.el (isearch-update-post-hook): New hook.
2267         (isearch-update): Use the new hook.  (Bug#6225)
2269 2010-05-20  Juri Linkov  <juri@jurta.org>
2271         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
2272         [f1], [help], and (char-to-string help-char) instead of "\C-h".
2273         (Bug#6222)
2275 2010-05-20  Juri Linkov  <juri@jurta.org>
2277         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
2278         (Bug#6223)
2280 2010-05-20  Juri Linkov  <juri@jurta.org>
2282         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2283         FILE-NAME to read from the minibuffer when called interactively
2284         with prefix argument instead of using buffer-file-name.
2285         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2287         * dired.el: Update autoloads.
2289 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
2291         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2292         nxml-finish-element, for consistency with SGML mode.
2294         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2295         octave-close-block.
2297 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
2299         * composite.el: Require cl when compiling.
2300         (reference-point-alist, compose-gstring-for-graphic)
2301         (compose-gstring-for-terminal): Fix typos in docstrings.
2303 2010-05-19  Juri Linkov  <juri@jurta.org>
2305         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2306         set-window-parameter.
2308 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2310         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2311         where appropriate.
2312         (tramp-maybe-open-connection): Use it.
2314 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
2316         * simple.el (move-end-of-line): Make sure we are at line beginning
2317         before backing up to end of previous line.
2319 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2321         * password-cache.el (password-cache-remove): Fix docstring.
2323         * net/secrets.el: Autoload the widget functions.
2324         (secrets-search-items, secrets-create-item)
2325         (secrets-get-attributes, secrets-expand-item): Attributes will be
2326         stored on the password database without leading ":", as all other
2327         clients do as well.
2328         (secrets-mode): Fix docstring.
2329         (secrets-show-secrets): Provide it as autoloaded command only when
2330         D-Bus support is available.  Check existence of Secret Service API.
2332 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2334         * indent.el (indent-region): Deactivate region (bug#6200).
2336 2010-05-19  Glenn Morris  <rgm@gnu.org>
2338         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
2340 2010-05-19  Kenichi Handa  <handa@m17n.org>
2342         * composite.el: Register compose-gstring-for-graphic in
2343         composition-function-table only for combining characters (Mn, Mc, Me).
2345 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2347         * calc/calc-trail.el (calc-trail-isearch-forward)
2348         (calc-trail-isearch-backward): Ensure that the new window
2349         point is set correctly.
2351 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2353         * subr.el (read-quoted-char): Resolve modifiers after key
2354         remapping (bug#6212).
2356 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
2358         Add visualization code for secrets.
2359         * net/secrets.el (secrets-mode): New major mode.
2360         (secrets-show-secrets, secrets-show-collections)
2361         (secrets-expand-collection, secrets-expand-item)
2362         (secrets-tree-widget-after-toggle-function)
2363         (secrets-tree-widget-show-password): New defuns.
2365 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2367         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2368         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2369         handled in smie-next-sexp.
2370         (smie-indent-calculate): Provide a starting indentation (so the
2371         recursion is well-founded ;-).
2373         Fix handling of non-associative equal levels.
2374         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2375         when it's not needed.
2376         (smie-op-left, smie-op-right): New functions.
2377         (smie-next-sexp): New function, extracted from smie-backward-sexp.
2378         Better handle equal levels to distinguish the associative case from
2379         the "multi-keyword construct" case.
2380         (smie-backward-sexp, smie-forward-sexp): Use it.
2382 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
2384         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2386         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2387         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2389 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2391         Provide a simple generic indentation engine and use it for Prolog.
2392         * emacs-lisp/smie.el: New file.
2393         * progmodes/prolog.el (prolog-smie-op-levels)
2394         (prolog-smie-indent-rules): New var.
2395         (prolog-mode-variables): Use them to configure SMIE.
2396         (prolog-indent-line, prolog-indent-level): Remove.
2398 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
2400         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2401         order before computing the averages.
2403 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2405         * calc/calc-vec.el (calc-histogram):
2406         (calcFunc-histogram): Allow vectors as inputs.
2407         (math-vector-avg): New function.
2409         * calc/calc-ext.el (math-group-float): Have the number of digits
2410         being grouped depend on the radix (Bug#6189).
2412 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
2414         * version.el (emacs-copyright, emacs-version): Don't define here,
2415         now that emacs.c defines it.
2417 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
2419         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2420         "Describe Language Environment" menu item.
2422         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2424         Bidi-sensitive movement with arrow keys.
2425         * subr.el (right-arrow-command, left-arrow-command): New functions.
2427         * bindings.el (global-map): Bind them to right and left arrow keys.
2429         Don't override standard definition of convert-standard-filename.
2430         * files.el (convert-standard-filename): Call
2431         w32-convert-standard-filename and dos-convert-standard-filename on
2432         the corresponding systems.
2434         * w32-fns.el (w32-convert-standard-filename): Rename from
2435         convert-standard-filename.  Doc fix.
2437         * dos-fns.el (dos-convert-standard-filename): Doc fix.
2438         (convert-standard-filename): Don't defalias.
2439         (register-name-alist, make-register, register-value)
2440         (set-register-value, intdos): Obsolete aliases for the
2441         corresponding dos-* functions and variables.
2442         (dos-intdos): Add a doc string.
2444 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
2446         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2447         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2448         (math-compose-tex-func):
2449         * calc/calccomp.el (math-compose-expr):
2450         * calc/calc-ext.el (math-format-flat-expr-fancy):
2451         * calc/calc-store.el (calc-read-var-name):
2452         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2454         * calc/calc.el (var-π, var-φ, var-γ): New variables.
2455         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2456         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2457         (math-standard-units): Add units.
2459 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2461         * progmodes/asm-mode.el (asm-mode):
2462         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2464         * pcomplete.el (pcomplete-completions-at-point): New function,
2465         extracted from pcomplete-std-complete.
2466         (pcomplete-std-complete): Use it.
2468 2010-05-15  Glenn Morris  <rgm@gnu.org>
2470         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2471         Remove references to CVS, RCS and Old directories.
2473 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
2475         * calc/calc-bin.el (math-format-twos-complement): Group digits when
2476         appropriate.
2478 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2480         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2481         (sh-mode-syntax-table): Give it a default value instead.
2482         (sh-header-marker): Make buffer-local.
2483         (sh-mode): Move make-local-variable to the corresponding setq.
2484         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2485         Use complete-with-action.
2487         * simple.el (prog-mode): New (abstract) major mode.
2488         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2489         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2491 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
2493         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2494         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2495         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2496         (sql-make-alternate-buffer-name, sql-placeholders-filter)
2497         (sql-escape-newlines-filter, sql-input-sender)
2498         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2500 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
2502         Add TeX open-block and close-block keybindings to SGML, and vice versa.
2504         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2505         latex-open-block and C-c / to latex-close-block.
2507         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2508         and C-c C-e to sgml-close-tag.
2510 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
2512         * net/tramp.el (with-progress-reporter): Create reporter object
2513         only when the message would be displayed.  Handle nested calls.
2514         (tramp-handle-load, tramp-handle-file-local-copy)
2515         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2516         (tramp-maybe-send-script, tramp-find-shell):
2517         Use `with-progress-reporter'.
2518         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2519         Fix message text.
2521         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2522         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2523         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2524         Use `with-progress-reporter'.
2526 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
2528         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2529         process everytime when spellchecking from the minibuffer (bug#6143).
2531 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2533         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2535         * dos-fns.el: Add "dos-" prefix for namespace control.
2536         (convert-standard-filename): Define as alias for
2537         dos-convert-standard-filename but only if applicable.
2539 2010-05-12  Alan Mackenzie  <acm@muc.de>
2541         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2542         Push the mark at the start of these functions when appropriate.
2544 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         * minibuffer.el (completion-cycle-threshold): New custom var.
2547         (completion--do-completion): Use it.
2548         (minibuffer-complete): Use cycling if appropriate.
2550 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
2552         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2553         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2555 2010-05-11  Juri Linkov  <juri@jurta.org>
2557         * scroll-all.el (scroll-all-check-to-scroll):
2558         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2560 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * iimage.el (iimage-mode-map): Move initialization into declaration.
2563         (iimage-mode-buffer): Use with-silent-modifications.
2564         Simplify calling convention.  Adjust callers.
2565         (iimage-mode): Don't run hook redundantly.
2567         * minibuffer.el (completion-pcm--pattern->regex):
2568         Fix last change (bug#6160).
2570 2010-05-10  Juri Linkov  <juri@jurta.org>
2572         Remove nodes visited during Isearch from the Info history.
2573         * info.el (Info-isearch-initial-history)
2574         (Info-isearch-initial-history-list): New variables.
2575         (Info-isearch-start): Record initial values of
2576         Info-isearch-initial-history and Info-isearch-initial-history-list.
2577         Add Info-isearch-end to isearch-mode-end-hook.
2578         (Info-isearch-end): New function.
2580 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
2582         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2583         format string, in order to work around a bug in pdksh.
2584         Reported by Gilles Pion <gpion@lfdj.com>.
2585         (tramp-handle-verify-visited-file-modtime): Do not send a command
2586         when the connection is not established.
2587         (tramp-handle-set-file-times): Simplify the check for utc.
2589 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
2591         Fix use of `filter-buffer-substring' (rework previous change).
2592         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2593         (cua-repeat-replace-region):
2594         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2595         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2596         (cua-cut-region-to-global-mark): Use it.
2598 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2600         * progmodes/sql.el: Version 2.1.
2601         (sql-product-alist): Redesign structure of product info.
2602         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2603         (sql-port, sql-port-history): New variables.
2604         (sql-interactive-product): New variable.
2605         (sql-send-terminator): New variable.
2606         (sql-imenu-generic-expression): Add "Types" imenu entry.
2607         (sql-oracle-login-params, sql-sqlite-login-params)
2608         (sql-mysql-login-params, sql-solid-login-params)
2609         (sql-sybase-login-params, sql-informix-login-params)
2610         (sql-ingres-login-params, sql-ms-login-params)
2611         (sql-postgres-login-params, sql-interbase-login-params)
2612         (sql-db2-login-params, sql-linter-login-params)
2613         (sql-oracle-scan-on): New variables.
2614         (sql-mode-map): Add C-c C-i to start interactive mode.
2615         (sql-mode-menu): Update existing menu entries.
2616         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2617         (sql-mode-oracle-font-lock-keywords)
2618         (sql-mode-postgres-font-lock-keywords)
2619         (sql-mode-ms-font-lock-keywords)
2620         (sql-mode-sybase-font-lock-keywords)
2621         (sql-mode-informix-font-lock-keywords)
2622         (sql-mode-interbase-font-lock-keywords)
2623         (sql-mode-ingres-font-lock-keywords)
2624         (sql-mode-solid-font-lock-keywords)
2625         (sql-mode-mysql-font-lock-keywords)
2626         (sql-mode-sqlite-font-lock-keywords)
2627         (sql-mode-db2-font-lock-keywords)
2628         (sql-mode-linter-font-lock-keywords): Update initialization to
2629         reduce run-time complexity.
2630         (sql-add-product, sql-del-product): New functions.
2631         (sql-set-product-feature, sql-get-product-feature): New functions.
2632         (sql-product-font-lock): Update product API.
2633         (sql-add-product-keywords): New function.
2634         (sql-highlight-product): Update product API.
2635         (sql-help-list-products): New function.
2636         (sql-help): Dynamically lists free and non-free products.
2637         (sql-get-login): Correct bug in handling history and added
2638         prompt for port.
2639         (sql-copy-column): Copy without properties.
2640         (sqli-input-sender): Apply filters to SQLi input.
2641         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2642         Implement as a filter.
2643         (sql-escape-newlines-filter): Implement as a filter.
2644         (sql-remove-tabs-filter): New function.
2645         (sql-send-magic-terminator): New function.
2646         (sql-send-string): Implement magic terminator.
2647         (sql-send-region): Use `sql-send-string'.
2648         (sql-interactive-mode): Use product API.
2649         (sql-product-interactive): Use product API.
2650         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2651         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2652         (sql-db2, sql-linter): Use `sql-product-interactive'.
2653         (sql-connect): New function.
2654         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2655         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2656         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2657         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2658         Use `sql-connect'.
2660 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2662         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2663         New custom variable.
2664         (completion-pcm--string->pattern): Use it.
2665         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2666         Make it handle any symbol as `any'.
2667         (completion-pcm--merge-completions): Extract common suffix for the new
2668         `prefix' symbol as well.
2669         (completion-substring--all-completions): Use the new `prefix' symbol.
2671 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2673         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2674         not bound.
2675         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2676         (tramp-compat-funcall): New defmacro.
2677         (tramp-compat-line-beginning-position)
2678         (tramp-compat-line-end-position)
2679         (tramp-compat-temporary-file-directory)
2680         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2681         (tramp-compat-copy-file, tramp-compat-copy-directory)
2682         (tramp-compat-delete-file, tramp-compat-delete-directory)
2683         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2684         * net/tramp.el (top, with-progress-reporter)
2685         (tramp-rfn-eshadow-setup-minibuffer)
2686         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2687         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2688         (tramp-completion-mode-p, tramp-check-for-regexp)
2689         (tramp-open-connection-setup-interactive-shell)
2690         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2691         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2692         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2693         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2694         (tramp-reporter-dump-variable, tramp-load-report-modules)
2695         (tramp-append-tramp-buffers)
2696         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2698         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2700 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2703         buffer-modtime.  Adjust users.
2705 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2707         * international/mule.el (auto-coding-alist): Only purecopy
2708         car of each item, not the whole list (Bug#6083).
2710 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2712         * progmodes/js.el (js-mode): Make paragraph variables local before
2713         calling c-setup-paragraph-variables (Bug#6071).
2715 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2717         * composite.el (compose-region, reference-point-alist): Fix typos
2718         in the doc strings.
2720 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2722         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2723         gnuplot's "set" command.
2725 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2727         * abbrev.el (last-abbrev-text): Doc fix.
2728         (abbrev-prefix-mark): Don't escape parenthesis.
2730 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2732         * composite.el (find-composition): Doc fix.
2734 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2736         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2737         (sql-oracle-program, sql-sqlite-options)
2738         (sql-query-placeholders-and-send): Doc fixes.
2739         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2740         (sql-imenu-generic-expression, sql-buffer)
2741         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2742         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2743         (sql-mode-sybase-font-lock-keywords)
2744         (sql-mode-informix-font-lock-keywords)
2745         (sql-mode-interbase-font-lock-keywords)
2746         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2747         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2748         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2749         (sql-product-feature, sql-highlight-product)
2750         (comint-line-beginning-position, sql-rename-buffer)
2751         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2752         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2753         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2754         Fix typos in docstrings.
2756 2010-05-08  Juri Linkov  <juri@jurta.org>
2758         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2759         property instead of `invisible' and `after-string' (bug#5998).
2761 2010-05-08  Juri Linkov  <juri@jurta.org>
2763         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2765 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2767         * filecache.el (file-cache-add-directory-list)
2768         (file-cache-add-directory-recursively): Fix typos in docstrings.
2770 2010-05-08  Kenichi Handa  <handa@m17n.org>
2772         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2773         (gujarati-composable-pattern): Fix typo.
2775 2010-05-08  Kenichi Handa  <handa@m17n.org>
2777         * language/indian.el (oriya-composable-pattern)
2778         (tamil-composable-pattern, malayalam-composable-pattern):
2779         Add two-part vowels to "v" (vowel sign).
2781 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2783         * files.el (copy-directory): Handle symlinks (Bug#5982).
2785 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2787         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2788         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2789         (Bug#5846).
2791 2010-05-08  Glenn Morris  <rgm@gnu.org>
2793         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2795         * minibuffer.el (completion-at-point): Doc fix.
2797 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2799         * electric.el (Electric-command-loop): Minor tweak.
2801         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2802         better with dedicated windows.
2804 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2806         * Version 23.2 released.
2808 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2809             Stefan Monnier  <monnier@iro.umontreal.ca>
2811         Highlight vendor specific properties.
2812         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2813         (css-proprietary-property): New face.
2814         (css-font-lock-keywords): Use them.
2816 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2818         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2820 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2822         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2823         * files.el (auto-mode-alist): Remove redundant entries.
2825         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2826         * simple.el (auto-save-mode): Move from files.el.
2827         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2829 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2831         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2833 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2835         * mail/binhex.el (binhex-decode-region-internal)
2836         * mail/uudecode.el (uudecode-decode-region-internal)
2837         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2838         (dns-read-type, dns-query)
2839         * pgg-parse.el (pgg-parse-armor)
2840         * pgg.el (pgg-verify-region)
2841         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2842         XEmacs.
2844         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2846 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2848         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2850         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2851         * emulation/cua-base.el (cua-repeat-replace-region):
2852         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2853         (cua-cut-region-to-global-mark):
2854         Remove text properties with `set-text-properties'.
2856 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2858         * net/tramp.el (top, with-progress-reporter):
2859         Use `symbol-function' inside `funcall'.
2861         * net/tramp-compat.el (tramp-compat-file-attributes)
2862         (tramp-compat-delete-file, tramp-compat-delete-directory):
2863         Handle only `wrong-number-of-arguments' error.
2865         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2866         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2867         inside `funcall'.
2869 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2871         * minibuffer.el (completion--sreverse, completion--common-suffix):
2872         New functions.
2873         (completion-pcm--merge-completions): Extract common suffix when safe.
2875         * emacs-lisp/easy-mmode.el (define-minor-mode):
2876         Make :variable more flexible.
2877         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2879 2010-05-05  Juri Linkov  <juri@jurta.org>
2881         Add `slow' and `history' tags to the desktop data.
2883         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2884         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2885         (Info-finder-find-node): Require `finder.el' to be able
2886         to restore node from the desktop.
2887         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2888         data `Info-history' and `slow' tag in the assoc list.
2889         (Info-restore-desktop-buffer): Don't restore nodes with the
2890         `slow' tag.  Restore `Info-history'.
2892 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2894         Add FORCE argument to `delete-file'.
2896         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2897         forcing to delete the temporary file.
2898         (ange-ftp-delete-file): Add FORCE arg.
2899         (ange-ftp-rename-remote-to-remote)
2900         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2901         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2902         Force file deletion.
2904         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2906         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2907         (tramp-handle-make-symbolic-link, tramp-handle-load)
2908         (tramp-do-copy-or-rename-file-via-buffer)
2909         (tramp-do-copy-or-rename-file-directly)
2910         (tramp-do-copy-or-rename-file-out-of-band)
2911         (tramp-handle-process-file, tramp-handle-call-process-region)
2912         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2913         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2914         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2916         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2917         (tramp-fish-handle-make-symbolic-link)
2918         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2920         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2921         Use `tramp-compat-delete-file'.
2923         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2924         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2926         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2927         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2929         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2930         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2931         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2932         `tramp-compat-delete-file'.
2934 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2936         Minor cleanups.
2937         * subr.el (add-minor-mode): Use push.
2938         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2939         * emulation/edt.el (edt-select-mode): Simplify.
2941         Use define-minor-mode in more cases.
2942         * term/tvi970.el (tvi970-set-keypad-mode):
2943         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2944         (normal-erase-is-backspace-mode):
2945         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2946         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2947         (get-scroll-bar-mode): New function.
2948         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2950         Use define-minor-mode for less obvious cases.
2951         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2952         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2953         * international/iso-ascii.el (iso-ascii-mode):
2954         * frame.el (auto-raise-mode, auto-lower-mode):
2955         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2957 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2959         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2960         in order to see error messages for failed logins.
2962 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2964         * diff.el (diff-sentinel):
2966         * epg.el (epg--make-temp-file, epg-decrypt-string)
2967         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2969         * jka-compr.el (jka-compr-partial-uncompress)
2970         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2972         * server.el (server-sentinel): Use delete-file's new FORCE arg
2973         (Bug#6070).
2975 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2977         Use define-minor-mode where applicable.
2978         * view.el (view-mode):
2979         * type-break.el (type-break-query-mode)
2980         (type-break-mode-line-message-mode):
2981         * textmodes/reftex.el (reftex-mode):
2982         * term/vt100.el (vt100-wide-mode):
2983         * tar-mode.el (tar-subfile-mode):
2984         * savehist.el (savehist-mode):
2985         * ibuf-ext.el (ibuffer-auto-mode):
2986         * composite.el (auto-composition-mode):
2987         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2988         Use define-minor-mode.
2989         (vhdl-mode): Use static mode-line format.
2990         (vhdl-mode-line-update): Delete.
2991         (vhdl-create-mode-menu, vhdl-activate-customizations)
2992         (vhdl-hs-minor-mode): Don't bother calling it.
2994 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2996         * simple.el (with-wrapper-hook): Move.
2997         (buffer-substring-filters): Mark obsolete.
2998         (filter-buffer-substring-functions): New variable.
2999         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
3001         Use a mode-line spec rather than a static string in Semantic.
3002         * cedet/semantic/util-modes.el:
3003         (semantic-minor-modes-format): New var to replace...
3004         (semantic-minor-modes-status): Remove.
3005         (semantic-mode-line-update): Construct a mode-line spec rather than
3006         a static string so that mouse buttons can be used on individual minor
3007         modes and so that semantic-mode-line-update only needs to be called
3008         when global settings are changed.
3009         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
3010         Call semantic-mode-line-update.
3011         (semantic-toggle-minor-mode-globally): Don't assume mode is on
3012         minor-mode-alist, check semantic-minor-mode-alist as well.
3013         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
3014         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
3015         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
3016         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3017         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3018         (define-semantic-idle-service, semantic-idle-summary-mode):
3019         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
3020         Don't call semantic-mode-line-update any more.
3022 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3024         Use define-minor-mode in CEDET where applicable.
3026         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
3027         Use define-minor-mode.
3029         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
3030         Remove unused arg `keymap' and code redundant with define-minor-mode.
3031         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
3032         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
3033         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
3034         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
3035         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
3036         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
3037         Use define-minor-mode.
3038         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
3039         (semantic-show-unmatched-syntax-mode-setup)
3040         (semantic-show-parser-state-mode-setup)
3041         (semantic-highlight-func-mode-setup): Inline into sole caller.
3043         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3044         (semantic-mru-bookmark-mode): Use define-minor-mode.
3045         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
3047         * cedet/semantic/idle.el (define-semantic-idle-service):
3048         Use define-minor-mode and inline setup function into its sole caller.
3049         (semantic-idle-scheduler-mode-setup)
3050         (semantic-idle-summary-mode-setup): Inline into sole caller.
3051         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
3052         Use define-minor-mode.
3054         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
3055         (semantic-decoration-mode): Use define-minor-mode.
3056         (semantic-decoration-mode-setup): Inline into sole caller.
3058         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
3059         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
3060         (ede-dired-add-to-target): Use dolist.
3062 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3063             Michael Albinus  <michael.albinus@gmx.de>
3065         Implement compression for inline methods.
3067         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3068         (tramp-copy-size-limit): Allow also nil.
3069         (tramp-inline-compress-commands): New defconst.
3070         (tramp-find-inline-compress, tramp-get-inline-compress)
3071         (tramp-get-inline-coding): New defuns.
3072         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3073         replaced by `tramp-get-inline-coding'.
3074         (tramp-handle-file-local-copy, tramp-handle-write-region)
3075         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3077 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3079         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
3080         Remove unused functions.
3082         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
3083         Set find-tag-default-function as a variable rather than a property.
3085         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
3086         * progmodes/etags.el (tags-completion-at-point-function):
3087         Remove left over interactive spec.  Add autoloading stub.
3088         (complete-tag): Use tags-completion-at-point-function.
3090 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
3092         * minibuffer.el (tags-completion-at-point-function): Fix return value.
3094 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
3096         * ido.el (ido-init-completion-maps): Remove C-v binding.
3097         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
3099 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
3101         * minibuffer.el (tags-completion-at-point-function): New function.
3102         (completion-at-point-functions): Use it.
3104         * cedet/semantic.el (semantic-completion-at-point-function): New function.
3105         (semantic-mode): Use semantic-completion-at-point-function for
3106         completion-at-point-functions instead.
3108         * progmodes/etags.el (complete-tag): Revert last change.
3110 2010-04-29  Alan Mackenzie  <acm@muc.de>
3112         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
3113         off-by-one error (in end of macro position).
3115 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3117         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
3118         firefox is absent.  Don't autoload.
3119         (browse-url-galeon-program): Don't autoload.
3121 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
3123         * bindings.el (complete-symbol): Move into minibuffer.el.
3125         * minibuffer.el (complete-tag): Move from etags.el.  If tags
3126         completion cannot be performed, return nil instead of signalling
3127         an error.
3128         (completion-at-point): Make it an alias for complete-symbol.
3129         (complete-symbol): Move from bindings.el, and replace with the
3130         body of completion-at-point.
3132         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
3134         * cedet/semantic.el (semantic-mode): When enabled, add
3135         semantic-ia-complete-symbol to completion-at-point-functions.
3137         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
3138         if Semantic is not active.
3140 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
3142         * net/tramp.el (tramp-remote-selinux-p): New defun.
3143         (tramp-handle-file-selinux-context)
3144         (tramp-handle-set-file-selinux-context): Use it.
3146 2010-04-28  Sam Steingold  <sds@gnu.org>
3148         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3149         `safe-local-variable' if the value is a string or a symbol with
3150         the property `bug-reference-url-format'.
3152 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
3154         * progmodes/bug-reference.el (bug-reference-url-format): Revert
3155         2010-04-27 change due to security risk.
3157 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3159         Make it possible to locally disable a globally enabled mode.
3160         * simple.el (fundamental-mode): Run fundamental-mode-hook.
3161         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
3162         rather than kill-all-local-variables so it runs fundamental-mode-hook.
3163         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3164         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
3165         that subsequent hooks get a chance to disable it.
3167 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3169         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3170         Avoid re-enabling a minor mode after the user turned the minor mode
3171         off if MODE-enable-in-buffers is run twice (typically once from
3172         fundamental-mode's after-change-major-mode-hook and a second time from
3173         run-mode-hook's own after-change-major-mode-hook).
3175         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
3177 2010-04-27  Sam Steingold  <sds@gnu.org>
3179         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3180         `safe-local-variable' if the value is a string or a function, as
3181         documented and implemented on 2010-04-02.
3183 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
3185         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
3186         when method is 'kill.
3188 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
3190         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
3191         condition in default directory check.
3192         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
3193         Kill ispell process when killing its associated buffer.
3195 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
3197         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
3198         but we aren't using it.
3200 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
3202         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
3203         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
3205 2010-04-24  Glenn Morris  <rgm@gnu.org>
3207         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
3208         Ignore VCS-ignore files, and deleted nextstep preferences files.
3209         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
3210         (authors-ambiguous-files): New list.
3211         (authors-valid-file-names): Add some deleted files.
3212         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
3213         (authors-disambiguate-file-name): New function.  (Bug#5501)
3214         (authors-canonical-file-name): Doc fix.
3215         Don't warn about obsolete files.
3216         (authors-canonical-file-name, authors-scan-el):
3217         Use authors-disambiguate-file-name.
3219         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3220         Add autoload cookies.
3221         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
3222         (generated-autoload-file): Set file-local value to "htmlfontify.el".
3223         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
3224         They have definitions / compiler macros in cl.el.
3225         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3226         Replace manual autoloads with generated ones.
3227         (htmlfontify-unload-rgb-file): Remove autoload.
3228         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
3230 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3232         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
3233         (byte-compile-setq-default): Optimize for the
3234         single-var case and don't call byte-compile-form in this case to avoid
3235         inf-loop with byte-compile-set-default.
3237         * progmodes/compile.el (compilation-start): Abbreviate default directory.
3239 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
3241         Implement SELINUX backends.
3243         * net/tramp.el (tramp-file-name-handler-alist):
3244         Add `file-selinux-context' and `set-file-selinux-context'.
3245         (tramp-handle-file-selinux-context)
3246         (tramp-handle-set-file-selinux-context): New defuns.
3247         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3248         Handle PRESERVE-SELINUX-CONTEXT.
3250         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3251         Add `file-selinux-context' and `set-file-selinux-context'.
3252         (tramp-gvfs-handle-file-selinux-context)
3253         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3254         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3256         * net/ange-ftp.el (ange-ftp-copy-file):
3257         * net/tramp-fish.el (tramp-fish-handle-copy-file):
3258         * net/tramp-imap.el (tramp-imap-handle-copy-file):
3259         * net/tramp-smb.el (tramp-smb-handle-copy-file):
3260         Add PRESERVE-SELINUX-CONTEXT.
3262 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3264         Synchronize with Tramp repository.
3266         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
3267         (tramp-action-process-alive, tramp-action-out-of-band)
3268         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3269         (tramp-exists-file-name-handler): Fix docstring.
3270         (with-progress-reporter): New defmacro.
3271         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
3272         (tramp-maybe-open-connection): Use it.
3274 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
3276         Detect ssh 'ControlMaster' argument automatically in some cases.
3278         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3279         (tramp-default-method): Use it.
3281 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3283         * net/tramp.el (tramp-handle-copy-file): Add new optional
3284         parameter `preserve-selinux-context'.
3285         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3287 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3289         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3290         Ensure, that non remote files are still checked.  Oops.
3292 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
3294         Fix Bug#5840.
3296         * icomplete.el (icomplete-completions): Use `non-essential'.
3298         * net/tramp.el (tramp-connectable-p): New defun.
3299         (tramp-handle-expand-file-name)
3300         (tramp-completion-handle-file-name-all-completions)
3301         (tramp-completion-handle-file-name-completion): Use it.
3303 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3305         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3307 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
3309         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3311         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3313         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3314         is present.
3316         * info.el (info-tool-bar-map): Add labels.
3318         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3320         * cus-edit.el (custom-commands): Add labels for tool bar.
3321         (custom-buffer-create-internal, Custom-mode): Adjust for
3322         labels in custom-commands.
3324         * dynamic-setting.el: Renamed from font-setting.el.
3326 2010-04-21  John Wiegley  <jwiegley@gmail.com>
3328         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3329         toggles the use of virtual buffers.
3330         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
3331         value.
3332         (ido-toggle-virtual-buffers): New function.
3334 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
3336         Use `define-derived-mode'; fix window selection; doc fixes.
3337         * play/tetris.el (tetris, tetris-update-speed-function)
3338         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3339         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3340         (tetris-rotate-next, tetris-end-game, tetris-start-game)
3341         (tetris-pause-game): Fix typos in docstrings.
3342         (tetris-mode-map, tetris-null-map):
3343         Move initialization into declaration.
3344         (tetris-mode): Define with `define-derived-mode';
3345         set show-trailing-whitespace to nil.
3346         (tetris): Prefer window already displaying the "*Tetris*" buffer.
3348 2010-04-21  Karel Klíč  <kklic@redhat.com>
3350         * files.el (backup-buffer): Handle SELinux context, and return it
3351         if a backup was made by renaming.
3352         (backup-buffer-copy): Set SELinux context to the target file.
3353         (basic-save-buffer): Set SELinux context of the newly written file.
3354         (basic-save-buffer-1): Now it also returns any SELinux context.
3355         (basic-save-buffer-2): Set SELinux context of the newly created file,
3356         and return it.
3357         * net/tramp.el (tramp-file-name-for-operation):
3358         Add file-selinux-context.
3360 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3362         Make the log-edit comments use RFC822 format throughout.
3364         * vc.el (vc-checkin, vc-modify-change-comment):
3365         Adjust to new vc-start/finish-logentry.
3366         (vc-find-conflicted-file): New command.
3367         (vc-transfer-file): Adjust to new vc-checkin.
3368         (vc-next-action): Improve scoping.
3370         * vc-hg.el (vc-hg-log-edit-mode): Remove.
3371         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
3373         * vc-git.el (vc-git-log-edit-mode): Remove.
3374         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
3375         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3377         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3378         (vc-start-logentry): Remove argument `extra'.
3379         (vc-finish-logentry): Remove extra args.
3381         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3382         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
3383         (vc-bzr-conflicted-files): New function.
3385         * log-edit.el (log-edit-extra-flags)
3386         (log-edit-before-checkin-process): Remove.
3387         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3388         (log-edit-headers-alist): New var.
3389         (log-edit-header-contents-regexp): New const.
3390         (log-edit-match-to-eoh): New function.
3391         (log-edit-font-lock-keywords): Use them.
3392         (log-edit): Insert a "Summary:" header as default.
3393         (log-edit-mode): Mark font-lock rules as case-insensitive.
3394         (log-edit-done): Cleanup headers.
3395         (log-view-process-buffer): Remove.
3396         (log-edit-extract-headers): New function to replace it.
3398 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3400         * subr.el (default-direction-reversed): Remove obsolescence info.
3402 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3404         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3405         windows/frames.
3407         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3408         I.e. include text after point in the completion region.
3409         Also, return nil when we're not after/in a symbol.
3411         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3412         default enable-multibyte-characters.
3414 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3416         * international/mule.el: Help the user choose a valid coding-system.
3417         (read-buffer-file-coding-system): New function.
3418         (set-buffer-file-coding-system): Use it.  Prompt the user if the
3419         coding-system cannot encode all the chars.
3421         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3422         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3423         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3424         Don't use *vc-bzr-shelve*.
3426 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3428         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3429         Don't destroy list before using it.
3431 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
3433         Fix the version number for added files.
3434         * vc-hg.el (vc-hg-working-revision): Check if the file is
3435         registered after hg parent fails (Bug#5961).
3437 2010-04-19  Glenn Morris  <rgm@gnu.org>
3439         * htmlfontify.el (htmlfontify-buffer)
3440         (htmlfontify-copy-and-link-dir): Autoload entry points.
3442 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
3444         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3445         name relative to the project root (Bug#5960).
3447 2010-04-19  Glenn Morris  <rgm@gnu.org>
3449         * vc-git.el (vc-git-print-log): Doc fix.
3451 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
3453         * ido.el (ido-file-internal): Fix 2009-12-02 change.
3455 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
3457         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3458         default settings (Bug#5928).
3460 2010-04-19  Glenn Morris  <rgm@gnu.org>
3462         * progmodes/fortran.el (fortran-match-and-skip-declaration):
3463         New function.
3464         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
3466 2010-04-19  Kenichi Handa  <handa@m17n.org>
3468         * language/indian.el (malayalam-composable-pattern): Fix previous
3469         change (add U+0D4D "SIGN VIRAMA").
3470         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3471         (tamil-composable-pattern): Fix typo in the regexp.
3472         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3473         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3474         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3476 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3478         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3479         paragraph-separate (Bug#5821).
3481 2010-04-19  Juri Linkov  <juri@jurta.org>
3483         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3485         * info.el (Info-find-node-2): Comment out code that skips
3486         breadcrumbs line.
3487         (Info-mouse-follow-link): New command.
3488         (Info-link-keymap): New keymap.
3489         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3490         Return a string with links instead of inserting breadcrumbs
3491         to the Info buffer.
3492         (Info-fontify-node): Comment out code that inserts breadcrumbs.
3493         Instead of putting the `invisible' text property over the Info
3494         header, make an overlay over the Info header with the `invisible'
3495         property and `after-string' set to the string returned by
3496         `Info-breadcrumbs'.
3498 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3500         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3501         Reported by monkey@sandpframing.com.
3503 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3505         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3506         (tmm-get-keymap): Add key-binding shortcuts now that they're not
3507         available in the "keyseq cache" any more.
3509         * custom.el (defcustom): Add edebug spec.
3511 2010-04-18  Juri Linkov  <juri@jurta.org>
3513         Test for special mode-class in view-buffer instead of view-file (bug#5513).
3515         * view.el (view-file, view-buffer): Move test for special mode-class
3516         from view-file to view-buffer.
3518         * tar-mode.el (tar-extract): Turn if's into one cond
3519         like in arc-mode.el.
3521 2010-04-18  Juri Linkov  <juri@jurta.org>
3523         Add 7z archive format support (bug#5475).
3525         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3526         (archive-7z-extract): New defcustom.
3527         (archive-find-type): Add magic string for 7z.
3528         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3529         If `stderr-file' is non-nil, use `(t stderr-file)' for the
3530         `buffer' arg of `call-process'.
3531         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3532         call the function `archive-7z-extract' with the variable
3533         `archive-7z-extract' let-bound to `archive-zip-extract'.
3534         (archive-7z-summarize, archive-7z-extract): New functions.
3536         * international/mule.el (auto-coding-alist):
3537         * files.el (auto-mode-alist): Add 7z file extension.
3539 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3541         * loadup.el: Setup hash-cons for pure data.
3543         Fix duplicate entries in cedet's loaddefs.el files.
3544         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3545         Should make most file-local generated-autoload-file unnecessary.
3546         (print-readably): Silence warnings.
3547         (autoload-find-destination): Take load-name as an arg to make sure
3548         it's the same as the one that will be in the file.
3549         (autoload-generate-file-autoloads): Adjust to above changes.
3550         Try to make the dataflow a bit simpler.
3552         * cvs-status.el (cvs-refontify): Remove unused.
3554 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3556         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3558         * calc-bin.el (calc-radix): Have the "O" option turn on
3559         twos-complement mode.
3561 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
3563         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3564         Add `calc-option-prefix-help' to calc-help autoloads.
3565         (calc-inverse): Add "Option" to message, as appropriate.
3566         (calc-hyperbolic): Add "Option" to message, as appropriate.
3567         (calc-option, calc-is-option): New functions.
3569         * calc-help.el (calc-full-help): Add `calc-option-help'.
3570         (calc-option-prefix-help): New function.
3572         * calc-misc.el (calc-help): Add "Option" entry.
3574         * calc.el (calc-local-var-list): Add `calc-option-flag'.
3575         (calc-option-flag): New variable.
3576         (calc-do): Set `calc-option-flag to nil.
3577         (calc-set-mode-line): Add "Opt " as appropriate.
3579 2010-04-16  Juri Linkov  <juri@jurta.org>
3581         Move scrolling commands from simple.el to window.el
3582         because their primitives are implemented in window.c.
3584         * simple.el (scroll-error-top-bottom)
3585         (scroll-up-command, scroll-down-command, scroll-up-line)
3586         (scroll-down-line, scroll-other-window-down)
3587         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3588         * window.el (scroll-error-top-bottom)
3589         (scroll-up-command, scroll-down-command, scroll-up-line)
3590         (scroll-down-line, scroll-other-window-down)
3591         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3592         Move from simple.el to window.el because their primitives are
3593         implemented in window.c.
3595 2010-04-16  Juri Linkov  <juri@jurta.org>
3597         * isearch.el (isearch-lookup-scroll-key): Check both
3598         `isearch-scroll' and `scroll-command' properties.
3599         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3601         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3603         * simple.el (scroll-up-command, scroll-down-command)
3604         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3606 2010-04-15  Juri Linkov  <juri@jurta.org>
3608         * simple.el (scroll-up-command, scroll-down-command)
3609         (scroll-up-line, scroll-down-line): Put `scroll-command'
3610         property on the these symbols.  Remove them from
3611         `scroll-preserve-screen-position-commands'.
3613         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3614         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3615         Remove it from `scroll-preserve-screen-position-commands'.
3617         * isearch.el (isearch-allow-scroll): Doc fix.
3619 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3621         * net/tramp.el (tramp-error-with-buffer): Don't show the
3622         connection buffer when we are in completion mode.
3623         (tramp-file-name-handler): Catch the error for some operations
3624         when we are in completion mode.  This gives the user the chance to
3625         correct the file name in the minibuffer.
3627 2010-04-15  Glenn Morris  <rgm@gnu.org>
3629         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3631 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3633         Simplify by using `define-derived-mode'.
3634         * info.el (Info-mode):
3635         * calendar/todo-mode.el (todo-mode):
3636         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3637         (gomoku-mode-map): Move initialization into declaration.
3639 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3641         Fix Bug#5840.
3642         * ido.el (ido-file-name-all-completions-1):
3643         * minibuffer.el (minibuffer-completion-help):
3644         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3646 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3648         * simple.el (non-essential): New var.
3650         Add a new field `location' to bookmarks for non-file bookmarks.
3651         * bookmark.el (bookmark-location): Use the new field, if present.
3652         (bookmark-insert-location): Undo last change, not needed any more.
3653         * man.el (Man-bookmark-make-record):
3654         * woman.el (woman-bookmark-make-record): Add `location' field.
3656 2010-04-14  Juri Linkov  <juri@jurta.org>
3658         * simple.el (scroll-error-top-bottom): New defcustom.
3659         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3661         * emulation/pc-select.el (pc-select-override-scroll-error):
3662         Obsolete in favor of `scroll-error-top-bottom'.
3664 2010-04-14  Juri Linkov  <juri@jurta.org>
3666         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3667         `scroll-up-command' and `M-v' to `scroll-down-command'.
3669         * emulation/cua-rect.el (cua--init-rectangles):
3670         * forms.el (forms--change-commands):
3671         * image-mode.el (image-mode-map):
3672         Remap scroll-down-command and scroll-up-command
3673         in addition to scroll-down and scroll-up.
3675 2010-04-14  Juri Linkov  <juri@jurta.org>
3677         * mwheel.el (scroll-preserve-screen-position-commands):
3678         Add mwheel-scroll to this list of commands.
3680         * simple.el (scroll-preserve-screen-position-commands):
3681         Add scroll-up-command, scroll-down-command, scroll-up-line,
3682         scroll-down-line to this list of commands.
3684 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3686         * obsolete/complete.el: Move from lisp/complete.el.
3688         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3690         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3691         to the minor mode function now turns the mode ON unconditionally.
3693 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3695         * vc-dir.el (vc-dir-kill-line): New command.
3696         (vc-dir-mode-map): Bind it to C-k.
3698         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3700         * woman.el: Add bookmark declarations to silence the compiler.
3701         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3702         step to compatibility between man and woman bookmarks.
3703         Adjust for Man-default-bookmark-title renaming.
3704         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3706         * man.el: Add bookmark declarations to silence the compiler.
3707         (Man-name-local-regexp): Make it match NAME as well.
3708         (Man-getpage-in-background): Return the buffer.
3709         (Man-notify-when-ready): Use `case'.
3710         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3711         Don't hardcode "NAME".  Simplify.
3712         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3713         Rename from Man-bookmark-make-record.
3714         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3715         we have the actual man-args.  Use Man-getpage-in-background rather
3716         than `man' since the arg is already processed.  Let bookmark.el do the
3717         window handling.  Only wait for the relevant process.
3718         Don't forget to autoload.
3720         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3722 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3724         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3725         New functions.
3726         (woman-mode): Setup bookmark support.
3728         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3729         (man-bookmark-jump): New functions.
3730         (Man-mode): Setup bookmark support.
3732 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3734         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3735         recognize ssh-keygen prompt (Bug#2817).
3737 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3739         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3741 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3743         Synchronize with Tramp repository.
3745         * net/tramp.el (tramp-completion-function-alist)
3746         (tramp-file-name-regexp, tramp-chunksize)
3747         (tramp-local-coding-commands, tramp-remote-coding-commands):
3748         Fix docstring.
3749         (tramp-remote-process-environment): Use `format' instead of `concat'.
3750         (tramp-handle-directory-files-and-attributes)
3751         (tramp-get-remote-path): Use `copy-tree'.
3752         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3753         compatibility: Use `completion-ignore-case' if
3754         `read-file-name-completion-ignore-case' does not exist.
3755         (tramp-do-copy-or-rename-file-directly): Do not use
3756         `tramp-handle-file-remote-p'.
3757         (tramp-do-copy-or-rename-file-out-of-band):
3758         Use `tramp-compat-delete-directory'.
3759         (tramp-do-copy-or-rename-file-out-of-band)
3760         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3761         Use `format-spec-make'.
3762         (tramp-find-foreign-file-name-handler)
3763         (tramp-advice-make-auto-save-file-name)
3764         (tramp-set-auto-save-file-modes): Remove superfluous check for
3765         `stringp'.  This is done inside `tramp-tramp-file-p'.
3766         (tramp-debug-outline-regexp): New defconst.
3767         (tramp-get-debug-buffer): Use it.
3768         (tramp-check-for-regexp): Use (forward-line 1).
3769         (tramp-set-auto-save-file-modes): Adapt version check.
3771         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3772         Wrap call of `featurep' for 2nd argument.
3773         (tramp-compat-make-temp-file): Simplify fallback implementation.
3774         (tramp-compat-copy-tree): Remove function.
3775         (tramp-compat-delete-directory): Provide implementation for older
3776         Emacsen.
3778         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3779         Do not use `tramp-fish-handle-file-attributes.
3781         * net/trampver.el: Update release number.
3783 2010-04-10  Glenn Morris  <rgm@gnu.org>
3785         * progmodes/compile.el (compilation-save-buffers-predicate):
3786         Add missing :version tag.
3788 2010-04-09  Sam Steingold  <sds@gnu.org>
3790         * progmodes/compile.el (compilation-save-buffers-predicate):
3791         Remove the "autoload" cookie.
3793         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3794         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3795         and `bug-reference-prog-mode' can be used in hooks directly.
3797 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3799         Add --author support to git commit.
3800         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3801         (vc-git-log-edit-mode): New minor mode.
3802         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3803         New declarations.
3805 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3807         * vc-hooks.el, vc-git.el: Improve documentation comments.
3809 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3811         Fix some of the problems in defsubst* (bug#5728).
3812         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3813         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3815 2010-04-07  Sam Steingold  <sds@gnu.org>
3817         * progmodes/compile.el (compilation-save-buffers-predicate):
3818         New custom variable.
3819         (compile, recompile): Pass it to `save-some-buffers'.
3821 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3823         * wid-edit.el (widget-choose): Move cursor to the second line of
3824         the buffer (Bug#5695).
3826 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3828         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3829         * vc.el (vc-print-log-setup-buttons): New function split out from
3830         vc-print-log-internal.
3831         (vc-log-internal-common): New function, a parametrized version of
3832         vc-print-log-internal.
3833         (vc-print-log-internal): Just call vc-log-internal-common with the
3834         right arguments.
3835         (vc-incoming-outgoing-internal):
3836         (vc-log-incoming, vc-log-outgoing): New functions.
3837         (vc-log-view-type): New permanent local variable.
3839         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3841         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3842         of the dynamic bound vc-short-log.
3843         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3845         * vc-git.el (vc-git-log-outgoing): New function.
3846         (vc-git-log-view-mode): Use vc-log-view-type instead
3847         of the dynamic bound vc-short-log.
3849         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3850         of the dynamic bound vc-short-log.  Highlight the tag.
3851         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3852         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3853         (vc-hg-incoming-mode): Remove.
3854         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3856 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3858         Fix default-directory for vc-root-diff.
3859         * vc.el (vc-root-diff): Bind default-directory to the root
3860         directory for the diff command.
3862 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3864         * progmodes/verilog-mode.el (verilog-forward-sexp):
3865         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3866         word keywords, suggested by Steve Pearlmutter.
3867         (verilog-pretty-declarations): Support lineup of declarations in
3868         port lists.
3869         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3870         fix bug for /* / comments.
3871         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3872         Speed up and simplfy as this is never called with a bound.
3873         (verilog-pretty-declarations): Enhance to line up declarations
3874         inside a parameter list, suggested by Alan Morgan.
3875         (verilog-pretty-expr): Tune assignment regular expression match
3876         string for corner cases; also use markers instead of character
3877         number as indent changes the later.
3879 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3881         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3882         as missing keyword.
3883         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3884         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3885         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3886         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3887         Tennant.
3888         (verilog-keywords):
3889         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3890         1800-2009 keywords, including "global.".
3892 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3894         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3895         appearing in buffer list (if a live buffer name matched a recentf
3896         file basename).  Should use uniquify to offer a real solution.
3898 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3900         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3901         comment to code, and add a :version tag.
3902         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3904 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3906         Enable recentf-mode if using virtual buffers.
3907         * ido.el (recentf-list): Declare for byte-compiler.
3908         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3909         (ido-make-buffer-list): Simplify.
3910         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3912 2010-04-05  Juri Linkov  <juri@jurta.org>
3914         Scrolling commands which scroll a line instead of full screen.
3915         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3917         * simple.el (scroll-up-line, scroll-down-line): New commands.
3918         Put property isearch-scroll=t on them.
3920         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3921         Remove commands.
3923 2010-04-05  Juri Linkov  <juri@jurta.org>
3925         Scrolling commands which do not signal errors at top/bottom.
3926         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3928         * simple.el (scroll-up-command, scroll-down-command): New commands.
3929         Put property isearch-scroll=t on them.
3931         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3932         `scroll-down-command' and [next] from `scroll-up' to
3933         `scroll-up-command'.
3935         * emulation/cua-base.el: Put property CUA=move on
3936         `scroll-up-command' and `scroll-down-command'.
3937         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3938         and `scroll-down-command' to `cua-scroll-down'.
3940 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3942         * help.el (describe-mode): Return nil.
3944 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3946         * ido.el (ido-use-virtual-buffers): New variable to indicate
3947         whether "virtual buffer" support is enabled for IDO.
3948         (ido-virtual): Face used to indicate virtual buffers in the list.
3949         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3950         exists, but a virtual buffer of that name does (which would be why
3951         it was in the list), recreate the buffer by reopening the file.
3952         (ido-make-buffer-list): If virtual buffers are being used, call
3953         `ido-add-virtual-buffers-to-list' before the make list hook.
3954         (ido-virtual-buffers): New variable which contains a copy of the
3955         current contents of the `recentf-list', albeit pared down for the
3956         sake of speed, and with proper faces applied.
3957         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3958         create a list of "virtual buffers" to present to the user in
3959         addition to the currently open set.  Note that this logic could
3960         get rather slow if that list is too large.  With the default
3961         `recentf-max-saved-items' of 200, there is little speed penalty.
3963 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3965         * font-lock.el: Require CL when compiling.
3966         (font-lock-turn-on-thing-lock): Use `case'.
3968 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3970         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3971         Zaretskii.
3973 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3975         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3976         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3977         (semantic-imenu-goto-function): Reflow docstring.
3979 2010-04-02  Juri Linkov  <juri@jurta.org>
3981         * ehelp.el (electric-help-orig-major-mode):
3982         New buffer-local variable.
3983         (electric-help-mode): Set it to original major-mode.  Doc fix.
3984         (with-electric-help): Use `electric-help-orig-major-mode' instead
3985         of (default-value 'major-mode).  Doc fix.
3986         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3988 2010-04-02  Sam Steingold  <sds@gnu.org>
3990         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3991         `vc-hg-command' with a list of flags.
3993         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3994         Also accept "patch" and "RFE".
3995         (bug-reference-fontify): `bug-reference-url-format' can also be a
3996         function to be able to handle the bug kind.
3997         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3999 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
4001         * tmm.el (tmm-get-keymap): Check with symbolp before passing
4002         value to fboundp, it may not be a symbol.
4004 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4006         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
4008 2010-03-31  Juri Linkov  <juri@jurta.org>
4010         * simple.el (next-line, previous-line): Re-throw a signal
4011         with `signal' instead of using `ding'.
4012         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
4014 2010-03-31  Juri Linkov  <juri@jurta.org>
4016         * simple.el (keyboard-escape-quit): Raise deselecting the active
4017         region higher than exiting the minibuffer.
4018         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
4020 2010-03-31  Juri Linkov  <juri@jurta.org>
4022         * image.el (image-animated-p): Use `image-metadata' instead of
4023         `image-extension-data'.  Get GIF extenstion data from metadata
4024         property `extension-data'.
4026 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4028         * simple.el (append-to-buffer): Simplify.
4030 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
4032         * textmodes/artist.el (artist-mode): Fix typo in docstring.
4033         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
4035 2010-03-31  Kenichi Handa  <handa@m17n.org>
4037         * language/sinhala.el (composition-function-table): Fix regexp for
4038         the new Unicode specification.
4040         * language/indian.el (devanagari-composable-pattern)
4041         (tamil-composable-pattern, kannada-composable-pattern)
4042         (malayalam-composable-pattern): Adjust for the new Unicode
4043         specification.
4044         (bengali-composable-pattern, gurmukhi-composable-pattern)
4045         (gujarati-composable-pattern, oriya-composable-pattern)
4046         (telugu-composable-pattern): New variables to cope with the new
4047         Unicode specification.  Use them in composition-function-table.
4049 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4051         Make tmm-menubar work for the Buffers menu again (bug#5726).
4052         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
4053         vectors rather than cons cells, as used in menu-bar-update-buffers.
4055 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4057         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
4058         (js-insert-and-indent): Revert 2009-08-15 change, restoring
4059         electric punctuation for "{}();,:" (Bug#5586).
4061         * mail/sendmail.el (mail-default-directory): Doc fix.
4063 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4065         * mail/sendmail.el (mail-default-directory): Doc fix.
4067 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
4069         * subr.el (version-regexp-alist, version-to-list)
4070         (version-list-<, version-list-=, version-list-<=)
4071         (version-list-not-zero, version<, version<=, version=): Doc fix.
4072         (Bug#5744).
4074 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
4076         * vc.el (vc-root-diff): Doc fix.
4078 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4080         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
4082         * simple.el (append-to-buffer): Fix last change.
4084 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4086         * simple.el (append-to-buffer): Ensure that point is preserved if
4087         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
4088         (Bug#5749)
4090 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4092         * files.el (auto-mode-case-fold): Change default to t.
4094 2010-03-30  Juri Linkov  <juri@jurta.org>
4096         * dired-x.el (dired-omit-mode): Doc fix.
4098 2010-03-30  Juri Linkov  <juri@jurta.org>
4100         * replace.el (occur-accumulate-lines): Move occur-engine related
4101         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
4102         to be located after `occur-engine'.
4104 2010-03-30  Juri Linkov  <juri@jurta.org>
4106         Make occur handle multi-line matches cleanly with context.
4107         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
4109         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
4110         (occur-engine): Add local variables `ret', `prev-after-lines',
4111         `prev-lines'.  Use more arguments for `occur-context-lines'.
4112         Set first elem of its returned list to `data', and the second elem
4113         to `prev-after-lines'.  Don't print the separator line.
4114         In the end, print remaining context after-lines.
4115         (occur-context-lines): Add new arguments `begpt', `endpt',
4116         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
4117         after-lines of the previous match with before-lines of the
4118         current match and not overlap them.  Return a list with two
4119         values: the output line and the list of context after-lines.
4121 2010-03-30  Juri Linkov  <juri@jurta.org>
4123         * replace.el (occur-accumulate-lines): Fix a bug where the first
4124         context line at the beginning of the buffer was missing.
4126 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
4128         * files.el: Make bidi-display-reordering safe variable for boolean
4129         values.
4131 2010-03-29  Phil Hagelberg  <phil@evri.com>
4132             Chong Yidong  <cyd@stupidchicken.com>
4134         * subr.el: Extend progress reporters to perform "spinning".
4135         (progress-reporter-update, progress-reporter-do-update):
4136         Handle non-numeric value arguments.
4137         (progress-reporter--pulse-characters): New var.
4139 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
4141         * progmodes/compile.el (compilation-start): Fix regexp detection
4142         of initial cd command (Bug#5771).
4144 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
4146         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
4148 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
4150         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
4151         * lisp/progmodes/gdb-mi.el: Restore.
4152         * lisp/progmodes/gdb-ui.el: Remove.
4153         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
4155 2010-03-25  Glenn Morris  <rgm@gnu.org>
4157         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4158         all dired buffers, even tramp ones.  (Bug#5755)
4160 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4162         Add "union tags" in mpc.el.
4163         * mpc.el: Remove backward compatibility code.
4164         (mpc-browser-tags): Change default.
4165         (mpc--find-memoize-union-tags): New var.
4166         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
4167         (mpc-cmd-find): Handle the case where the playlist does not exist.
4168         Handle union-tags.
4169         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
4170         (mpc-cmd-add): Use mpc-cmd-flush.
4171         (mpc-tagbrowser-tag-name): New fun.
4172         (mpc-tagbrowser-buf): Use it.
4173         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
4175 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         Misc cleanup.
4178         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
4179         Use replace-regexp-in-string.
4180         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
4181         (makefile-imake-mode-syntax-table): Move init into defvar.
4182         (makefile-mode): Use define-derived-mode.
4184         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4185         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
4186         not be present any more.
4188 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4190         * faces.el (set-face-attribute): Fix typo in docstring.
4191         (face-valid-attribute-values): Reflow docstring.
4193         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
4195 2010-03-24  Glenn Morris  <rgm@gnu.org>
4197         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4199 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
4201         * indent.el (indent-for-tab-command): Doc fix.
4203 2010-03-24  Alan Mackenzie  <acm@muc.de>
4205         * progmodes/cc-engine.el (c-remove-stale-state-cache):
4206         Fix off-by-one error.  Fixes bug #5747.
4208 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4210         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
4211         (image-dired-read-comment): Doc fix.
4213         * json.el (json-object-type, json-array-type, json-key-type)
4214         (json-false, json-null, json-read-number):
4215         * minibuffer.el (completion-in-region-functions):
4216         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
4217         (cal-tex-cursor-week):
4218         * emacs-lisp/trace.el (trace-function):
4219         * eshell/em-basic.el (eshell/printnl):
4220         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
4221         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
4222         * obsolete/levents.el (allocate-event, event-key, event-object)
4223         (event-point, event-process, event-timestamp, event-to-character)
4224         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
4225         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
4226         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
4227         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
4228         (reftex-highlight-selection): Fix typos in docstrings.
4230 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4232         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
4234 2010-03-24  Glenn Morris  <rgm@gnu.org>
4236         * mail/rmail.el (rmail-highlight-face): Restore option deleted
4237         2008-02-13 without comment; mark it obsolete.
4238         (rmail-highlight-headers): Use rmail-highlight-face once more.
4240 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
4242         * woman.el (woman2-process-escapes): Only consume the newline if
4243         the filler character is on a line by itself (Bug#5729).
4245 2010-03-24  Kenichi Handa  <handa@m17n.org>
4247         * language/indian.el (devanagari-composable-pattern): Add more
4248         consonants.
4250 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
4252         * net/trampver.el: Update release number.
4254 2010-03-24  Glenn Morris  <rgm@gnu.org>
4256         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
4258 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
4260         * net/tramp.el (tramp-find-executable):
4261         Use `tramp-get-connection-buffer'.  Make the regexp for checking
4262         output of "wc -l" more robust.
4263         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
4264         (tramp-open-connection-setup-interactive-shell): Remove workaround
4265         for OpenSolaris bug, it is not needed anymore.
4267 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
4269         * cedet/semantic/imenu.el: New file, from the CEDET repository
4270         (Bug#5412).
4272 2010-03-24  Glenn Morris  <rgm@gnu.org>
4274         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
4276 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
4278         * files.el (auto-mode-alist): Accept more verilog file patterns.
4280 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4282         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4284 2010-03-24  Glenn Morris  <rgm@gnu.org>
4286         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4287         log-edit-before-checkin-process.
4289         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4291         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
4293         * vc-dispatcher.el (vc-start-logentry): Doc fix.
4294         (log-view-process-buffer, log-edit-extra-flags): Declare.
4296         * log-edit.el (log-edit-before-checkin-process): Doc fix.
4298         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4299         Consistently check ede-object is bound throughout.
4301         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4303 2010-03-23  Sam Steingold  <sds@gnu.org>
4305         Fix bug#5620: recalculate all markers on compilation buffer
4306         modifications, not on file modifications.
4307         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4308         the buffer modification time, for buffers not associated with files.
4309         (compilation-mode): Create it.
4310         (compilation-filter): Update it.
4311         (compilation-next-error-function): Use it instead of
4312         `visited-file-modtime' for timestamp.
4314 2010-03-23  Juri Linkov  <juri@jurta.org>
4316         Implement Occur multi-line matches.
4317         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4319         * replace.el (occur): Doc fix.
4320         (occur-engine): Set `begpt' to the beginning of the first line.
4321         Set `endpt' to the end of the last match line.  At first, count
4322         line numbers between `origpt' and `begpt'.  Split out code from
4323         `out-line' variable to new let-bindings `match-prefix' and
4324         `match-str'.  In `out-line' add non-numeric prefix to all
4325         non-first lines of multi-line matches.  Finally, count lines
4326         between `begpt' and `endpt' and add to `lines'.
4328 2010-03-23  Juri Linkov  <juri@jurta.org>
4330         * replace.el (occur-accumulate-lines, occur-engine):
4331         Use `occur-engine-line' instead of duplicate code.
4332         (occur-engine-line): New function created from duplicate code
4333         in `occur-accumulate-lines' and `occur-engine'.
4335         * replace.el (occur-engine-line): Add optional arg `keep-props'.
4336         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4338 2010-03-23  Juri Linkov  <juri@jurta.org>
4340         * finder.el: Remove TODO tasks.
4342         * info.el (Info-finder-find-node): Add node "all"
4343         with all package info.  Handle a list of multiple keywords
4344         separated by comma.
4345         (info-finder): In interactive use with a prefix argument,
4346         use `completing-read-multiple' to read a list of keywords
4347         separated by comma.
4349 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4351         Add a new completion style `substring'.
4352         * minibuffer.el (completion-basic--pattern): New function.
4353         (completion-basic-try-completion, completion-basic-all-completions):
4354         Use it.
4355         (completion-substring--all-completions)
4356         (completion-substring-try-completion)
4357         (completion-substring-all-completions): New functions.
4358         (completion-styles-alist): New style `substring'.
4360 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4362         Get rid of .elc files after removal of the corresponding .el.
4363         * Makefile.in (compile-clean): New target.
4364         (compile-main): Use it.
4366 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
4368         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4369         don't do make there.  When compiling with separate object dir, there
4370         is no Makefile there.
4372 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4374         Get rid of the ELCFILES abomination, again.
4375         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4376         (all, compile): Don't call compile-last.
4377         (compile-main): Build the "elcfiles" list dynamically.
4378         (compile-targets): New (internal) target.
4380 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
4382         * Makefile.in (top_srcdir): Define.
4383         (abs_top_builddir): Define.
4384         (srcdir): Don't append `/..'.
4385         (EMACS): Use ${abs_top_builddir}.
4386         (all, compile, compile-always, compile-last): Don't set emacswd.
4387         (update-subdirs, update-authors): Use $(top_srcdir) instead of
4388         $(srcdir).
4389         (lisp): Use $(srcdir) instead of @srcdir@.
4391 2010-03-21  Juri Linkov  <juri@jurta.org>
4393         Fix message of multi-line occur regexps and multi-buffer header lines.
4394         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4396         * replace.el (occur-1): Don't display regexp if it is longer
4397         than window-width.  Use `query-replace-descr' to display regexp.
4398         (occur-engine): Don't display regexp in the buffer header for
4399         multi-buffer occur.  Display a separate header line with total
4400         match count and regexp for multi-buffer occur.
4401         Use `query-replace-descr' to display regexp.
4403 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4405         * net/secrets.el: Fix parenthesis.
4406         (secrets-enabled): Fix parenthesis.
4408 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4410         Use more relative file and directory names.
4411         * Makefile.in (EMACS): Arrange for it to work when we chdir.
4412         (setwins, setwins_almost, setwins_for_subdirs):
4413         Don't `cd'; output relative names.
4414         (all, compile, compile-always, compile-last): Set emacswd.
4415         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4416         Just cd to the lisp source dir so we can use relative file names.
4418         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4420 2010-03-20  Glenn Morris  <rgm@gnu.org>
4422         * textmodes/rst.el: Use faces for font-lock customization, and make the
4423         old -face variables obsolete.
4424         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4425         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4426         (rst-block-face, rst-external-face, rst-definition-face)
4427         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4428         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4429         Make obsolete.
4430         (rst-font-lock-keywords-function): Update for above changes.
4432 2010-03-20  Juri Linkov  <juri@jurta.org>
4434         * s-region.el:
4435         * obsolete/s-region.el: Move to obsolete.
4437 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
4439         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4441 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4443         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4445 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4447         Add special markup processing for commit logs.
4448         * log-edit.el (log-edit-extra-flags): New variable.
4449         (log-edit): Add new argument MODE.  Use that mode when non-nil
4450         instead of the log-view-mode.
4451         (log-view-process-buffer): New function.
4453         * vc.el: Document that the checkin method takes optional
4454         arguments.  Document new backend specific method: log-view-mode.
4455         (vc-default-log-edit-mode): New function.
4456         (vc-checkin): Use a backend specific log-view-mode.
4457         Pass extra arguments to the checkin method.
4458         (vc-modify-change-comment): Pass a dummy extra argument.
4460         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4461         log-edit.
4462         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4463         (vc-finish-logentry): Process the log buffer before passing it
4464         down.  Pass log-edit-extra-flags.
4466         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4467         command.
4468         (log-edit-extra-flags, log-edit-before-checkin-process):
4469         New declarations.
4471         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4472         command.
4473         (log-edit-extra-flags, log-edit-before-checkin-process):
4474         New declarations.
4475         (vc-hg-log-edit-mode): New derived mode.
4477         * vc-arch.el (vc-arch-checkin):
4478         * vc-cvs.el (vc-cvs-checkin):
4479         * vc-git.el (vc-git-checkin):
4480         * vc-mtn.el (vc-mtn-checkin):
4481         * vc-rcs.el (vc-rcs-checkin):
4482         * vc-sccs.el (vc-sccs-checkin):
4483         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4485 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4487         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4488         parent typo).
4490 2010-03-19  Glenn Morris  <rgm@gnu.org>
4492         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4494 2010-03-18  Glenn Morris  <rgm@gnu.org>
4496         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4498         * replace.el (query-replace-history): Give it a doc string.
4499         (map-query-replace-regexp): Use query-replace-from-history-variable
4500         and query-replace-to-history-variable.
4502         * mail/hashcash.el (declare-function): Remove duplicate definition.
4504         * mail/emacsbug.el (report-emacs-bug-pretest-address):
4505         Make it an obsolete alias for report-emacs-bug-address.
4506         (message-strip-special-text-properties): Declare.
4507         (report-emacs-bug): Remove test for a pretest bug address.
4508         Combine message-mode-specific code.
4510         * mail/supercite.el: Don't require sendmail.
4511         (mh-in-header-p): Declare rather than using with-no-warnings.
4512         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4513         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
4515         * calendar/cal-french.el: Convert to utf-8.
4517         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4518         Emacs scripts.
4520 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
4522         * net/secrets.el (secrets-enabled): New variable.  Use it instead
4523         of a subfeature.
4525 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
4527         * net/secrets.el (top): Register the D-Bus signals only when the
4528         service "org.freedesktop.secrets" can be pinged.
4529         Provide subfeature `enabled'.
4531 2010-03-14  Juri Linkov  <juri@jurta.org>
4533         Add finder unknown keywords.
4535         * finder.el (finder-unknown-keywords): New function.
4537         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4538         to create a Finder node with unknown keywords.
4540 2010-03-14  Juri Linkov  <juri@jurta.org>
4542         * finder.el (finder-compile-keywords): Replace `princ' with
4543         `prin1' on a list of symbols interned from keyword strings.
4545         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4546         a comma, then split keywords using a comma and optional whitespace.
4547         Otherwise, split by whitespace.
4549         * complete.el:
4550         * face-remap.el:
4551         * log-view.el:
4552         * net/hmac-def.el:
4553         * net/hmac-md5.el:
4554         * net/netrc.el:
4555         * progmodes/mixal-mode.el: Fix keywords.
4557 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
4559         * Makefile.in (ELCFILES): Add net/secrets.elc.
4561         * net/secrets.el: New file.
4563 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4565         * facemenu.el (list-colors-display, list-colors-print): New arg
4566         callback.  Use it to allow selecting colors.
4568         * wid-edit.el (widget-image-insert): Insert image prop even if the
4569         current display is non-graphic.
4570         (widget-field-value-set): New fun.
4571         (editable-field): Use it.
4572         (widget-field-value-get): Clean up unused var.
4573         (widget-color-value-create, widget-color--choose-action):
4574         New funs.  Allow using list-colors-display to choose color.
4576 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4578         * cus-edit.el: Resort topmost custom groups.
4579         (custom-buffer-sort-alphabetically): Default to t.
4580         (customize-apropos): Use apropos-parse-pattern.
4581         (custom-search-field): New var.
4582         (custom-buffer-create-internal): Add custom-apropos search field.
4583         (custom-add-parent-links): Don't display parent doc.
4584         (custom-group-value-create): Don't sort top-level custom group.
4585         (custom-magic-value-create): Show visibility button before option name.
4587         (custom-variable-state): New fun, from custom-variable-state-set.
4588         (custom-variable-state-set): Use it.
4589         (custom-group-value-create): Hide options with standard values
4590         using the :hidden-states property.  Use progress reporter.
4592         (custom-show): Simplify.
4593         (custom-visibility): Disable images by default.
4594         (custom-variable): New property :hidden-states.
4595         (custom-variable-value-create): Enable images for
4596         custom-visibility widgets.  Use :hidden-states property to
4597         determine initial visibility.
4599         * wid-edit.el (widget-image-find): Give images center ascent.
4600         (visibility): Add :on-image and :off-image properties.
4601         (widget-visibility-value-create): Use them.
4603 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4605         * cus-edit.el (processes): Remove from development group.
4606         (oop, hypermedia): Delete group.
4607         (comm): Promote to top-level group.
4609         * net/browse-url.el (browse-url):
4610         * net/xesam.el (xesam):
4611         * net/tramp.el (tramp):
4612         * net/goto-addr.el (goto-address):
4613         * net/ange-ftp.el (ange-ftp): Put in comm group.
4615         * view.el (view): Remove from editing group.
4617         * uniquify.el (uniquify): Put in files group.
4619         * net/browse-url.el (browse-url):
4620         * ps-print.el (postscript): Put in external group.
4622         * cus-edit.el (outlines):
4623         * textmodes/text-mode.el (text-mode-hook):
4624         * textmodes/table.el (table):
4625         * textmodes/picture.el (picture):
4626         * outline.el (outlines): Put in wp group.
4628         * nxml/nxml-mode.el (nxml): Remove from wp group.
4630         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4632         * mail/metamail.el (metamail): Remove from hypermedia group.
4634         * cus-edit.el (abbrev):
4635         * whitespace.el (whitespace):
4636         * vcursor.el (vcursor):
4637         * reveal.el (reveal):
4638         * hl-line.el (hl-line): Put in convenience group.
4640         * epg-config.el (epg): Put in data group.
4642         * emulation/pc-select.el (pc-select): Put in emulations group.
4644         * calculator.el (calculator): Put in applications group.
4646 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4648         Add .dir-locals.el support for file-less buffers.
4649         * files.el (hack-local-variables): Split out code to apply local
4650         variable settings ...
4651         (hack-local-variables-apply): ... here.  New function.
4652         (hack-dir-local-variables): Use the default directory for when the
4653         buffer does not have an associated file.
4654         (hack-dir-local-variables-non-file-buffer): New function.
4655         * diff-mode.el (diff-mode):
4656         * vc-annotate.el (vc-annotate-mode):
4657         * vc-dir.el (vc-dir-mode):
4658         * log-edit.el (log-edit-mode):
4659         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4661 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4663         Add support for shelving snapshots and for showing shelves.
4664         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4665         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4666         New functions.
4667         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4668         (vc-bzr-extra-menu-map): Map them.
4670 2010-03-11  Glenn Morris  <rgm@gnu.org>
4672         * cus-edit.el (customize-changed-options-previous-release):
4673         Bump to 23.1.
4675         * image.el (image-animate-max-time): Fix :version tag.
4677 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4679         * Branch for 23.2.
4681 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4683         * vc-git.el (vc-git-revision-table): Include remote branches.
4685 2010-03-10  Kim F. Storm  <storm@cua.dk>
4687         Animated image API.
4688         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4690         * image.el (image-animate-max-time): New defcustom.
4691         (image-animated-types): New defconst.
4692         (create-animated-image, image-animate-timer)
4693         (image-animate-start, image-animate-stop, image-animate-timeout)
4694         (image-animated-p): New functions.
4696         * image-mode.el (image-toggle-display-image):
4697         Replace `create-image' with `create-animated-image'.
4699 2010-03-09  Miles Bader  <miles@gnu.org>
4701         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4702         instead of "format:"; this ensures that the output is
4703         newline-terminated.
4705 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4707         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4708         that all errors are caught, and that the return value is always a
4709         list (Bug#5692).
4711 2010-03-08  Kenichi Handa  <handa@m17n.org>
4713         * language/misc-lang.el (windows-1256): New coding system.
4714         (cp1256): New alias of windows-1256 (bug#5690).
4716 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4718         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4719         call to rfc822-bad-address.  (Bug#5692)
4721 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4723         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4724         Use vc-git-root as default directory for revision path (Bug#5657).
4726 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4728         * calculator.el (calculator): Don't bind split-window-keep-point
4729         (Bug#5674).
4731 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4733         * vc-git.el: Re-flow to fit into 80 columns.
4734         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4735         Remove spurious `quote' element in each case alternative.
4736         (vc-git-show-log-entry): Use prog1.
4737         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4739 2010-03-06  Glenn Morris  <rgm@gnu.org>
4741         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4742         Update template copyright to GPLv3+.
4744 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4746         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4748 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4750         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4751         definition, not the name (Bug#5481).
4753 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4755         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4756         argument with a local variable.  (Bug#5670)
4758 2010-03-02  Juri Linkov  <juri@jurta.org>
4760         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4762 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4764         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4765         error when FILENAME and NEWNAME are existing remote directories.
4767         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4768         parameter DIR-FLAG.
4770 2010-03-02  Glenn Morris  <rgm@gnu.org>
4772         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4773         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4775 2010-03-01  Kenichi Handa  <handa@m17n.org>
4777         * language/burmese.el (burmese-composable-pattern): Rename from
4778         myanmar-composable-pattern.
4780         * international/characters.el (script-list):
4781         * international/fontset.el (script-representative-chars):
4782         Change myanmar to burmese.
4783         (otf-script-alist): Likewise.
4784         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4786 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4788         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4790 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4792         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4794 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4796         * net/tramp.el (tramp-handle-write-region): START can be a string.
4797         Take care in the checks.  Reported by Dan Davison
4798         <davison@stats.ox.ac.uk>.
4800 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4802         * net/dbus.el (dbus-introspect, dbus-get-property)
4803         (dbus-set-property, dbus-get-all-properties):
4804         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4806 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4808         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4809         * emacs-lisp/elint.el (elint-add-required-env):
4810         * cedet/semantic/db-find.el
4811         (semanticdb-find-translate-path-brutish-default):
4812         * cedet/ede/make.el (ede-make-check-version):
4813         * calendar/icalendar.el (icalendar--add-diary-entry):
4814         * calc/calcalg2.el (math-tracing-integral):
4815         * files.el (recover-session-finish): Use with-current-buffer
4816         instead of save-excursion.
4818 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4820         Fix in-buffer completion when after-change-functions modify the buffer.
4821         * minibuffer.el (completion--replace): New function.
4822         (completion--do-completion): Use it and use relative movement.
4824 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4826         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4828 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4830         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4831         Allow the characters _<> in the stack entry (Bug#5653).
4833 2010-02-26  Kenichi Handa  <handa@m17n.org>
4835         * language/burmese.el: Fix entries in composition-function-table.
4836         (myanmar-composable-pattern): New variable.
4838         * international/fontset.el (setup-default-fontset): Add an entry
4839         for myanmar.
4841         * international/characters.el (script-list): Add Myanmar
4842         Extended-A.
4844 2010-02-26  Glenn Morris  <rgm@gnu.org>
4846         * custom.el (custom-initialize-delay): Doc fix.
4848         * mail/sendmail.el (send-mail-function): Autoload the call
4849         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4851 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4853         * files.el (hack-local-variables-filter): For eval forms, also
4854         check safe-local-variable-p (Bug#5636).
4856 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4858         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4859         and use c(ad)r of cddr (Bug#5640).
4861 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4863         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4864         setting the modes by `ignore-errors'.  It might fail, for example
4865         if the file is not owned by the user but the group.
4866         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4868 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4870         * files.el (directory-listing-before-filename-regexp): Use
4871         stricter matching for iso-style dates, to avoid false matches with
4872         date-like filenames (Bug#5597).
4874         * htmlfontify.el (htmlfontify): Doc fix.
4876         * eshell/eshell.el (eshell): Doc fix.
4878         * startup.el (fancy-about-screen): In mode-line, apply
4879         mode-line-buffer-id face only to the buffer name (Bug#5613).
4881 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4883         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4884         In `watcom' anchor regexp to start of line, to avoid slowness
4885         (Bug#5599).
4887 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4889         * subr.el (remove-yank-excluded-properties): Explain in a comment
4890         why `category' property is removed.
4892 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4894         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4895         2010-02-17 change.
4897 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4899         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4900         (icalendar--convert-weekly-to-ical)
4901         (icalendar--convert-yearly-to-ical)
4902         (icalendar--convert-block-to-ical)
4903         (icalendar--convert-cyclic-to-ical)
4904         (icalendar--convert-anniversary-to-ical): Take care of time
4905         specifications where hour has 1-digit only (Bug#5549).
4907 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4909         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4910         of disassemble output in GDB 7.1.
4912 2010-02-19  Glenn Morris  <rgm@gnu.org>
4914         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4915         property.  (Bug#5593)
4917 2010-02-18  Sam Steingold  <sds@gnu.org>
4919         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4921 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4923         Use abbreviated file names in bookmarks (bug#5591).
4924         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4925         calls to expand-file-name.
4926         (bookmark-relocate): Use abbreviated file names in bookmarks.
4927         (bookmark-load): Use abbreviated file names in messages.
4929 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4931         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4932         expand "." and "..".  Reported by Thierry Volpiatto
4933         <thierry.volpiatto@gmail.com>.
4935 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4937         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4938         permissions of the temporary file to "0600".  In case the remote
4939         file has no read permissions for the owner, there might be
4940         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4942 22010-02-18  Glenn Morris  <rgm@gnu.org>
4944         * emacs-lisp/authors.el (authors-renamed-files-alist):
4945         Add entries for INSTALL.CVS.
4947 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4949         * vc-bzr.el: Fix typo in Known Bugs section.
4951         * isearch.el (isearch-update-post-hook): New hook.
4952         (isearch-update): Use the new hook.
4954 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4956         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4957         Fix errors in copying directories.
4958         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4959         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4960         (tramp-handle-delete-file)
4961         (tramp-handle-dired-recursive-delete-directory)
4962         (tramp-handle-write-region): Flush also the cache for the upper
4963         directory.
4965 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4967         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4969         * cus-edit.el (hardware): Doc fix.
4971         * man.el (man): Add to external custom group.
4973         * delim-col.el (columns): Move to wp custom group.
4975         * doc-view.el (doc-view): Add to data custom group.
4977         * cedet/data-debug.el (data-debug): Move to extensions group.
4979         * cedet/ede.el (ede):
4980         * cedet/srecode.el (srecode):
4981         * cedet/semantic.el (semantic): Put in tools and extensions group.
4983         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4985         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4986         by ispell-parse-output (Bug#5575).
4988 2010-02-16  Kenichi Handa  <handa@m17n.org>
4990         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4991         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4992         (skkdic-convert): Use `euc-japan' coding system for writing.
4994 2010-02-16  Glenn Morris  <rgm@gnu.org>
4996         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4997         tex-main-file before using it.  (Bug#5562)
4999 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5001         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
5002         warnings, since it is annoying for the user to see them each time he
5003         runs the code.
5005 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
5007         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
5008         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
5009         instead of PROC for caching "first-password-request".  Otherwise,
5010         new processes would not profit from passwords already entered.
5012         * net/tramp-cache.el (tramp-dump-connection-properties):
5013         Don't save "first-password-request" property.
5015 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
5017         * outline.el (outline-head-from-level):
5018         * simple.el (with-wrapper-hook):
5019         * cedet/ede.el (ede-run-target, project-delete-target)
5020         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
5021         (ede-adebug-project, ede-adebug-project-parent)
5022         (ede-adebug-project-root):
5023         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
5024         (elint-defun, elint-buffer-env, elint-top-form-logged)
5025         (elint-unbound-variable):
5026         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
5027         Fix typos in docstrings.
5029 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
5031         * files.el (insert-directory): When WILDCARD-REGEXP and
5032         FULL-DIRECTORY-P are nil, insert the file entry instead of the
5033         whole directory.  (Bug#5551)
5035         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
5036         dired's alignment sanity.  (Bug#5516)
5038 2010-02-14  Juri Linkov  <juri@jurta.org>
5040         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
5041         Remove remaining ^H with their preceding chars.  (Bug#5566)
5043 2010-02-13  Glenn Morris  <rgm@gnu.org>
5045         * simple.el (transpose-subr): Give it a doc-string.
5047         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
5048         Doc fixes.
5050 2010-02-12  Juri Linkov  <juri@jurta.org>
5052         * arc-mode.el (archive-unique-fname): Make directories for nested
5053         archives.  (Bug#5540)
5055 2010-02-12  Juri Linkov  <juri@jurta.org>
5057         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
5059 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5061         * subr.el (copy-overlay): Handle deleted overlays.
5063         * man.el (Man-completion-table): Don't signal an error if we can't run
5064         manual-program (bug#4056).
5066 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
5068         * textmodes/artist.el (artist-mt): Fix typos in docstring.
5070 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5072         * info.el (Info-bookmark-jump): Simplify.
5074         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
5075         (bookmark-default-handler): Accept new bookmark field `buffer'.
5077 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
5079         * iswitchb.el (iswitchb-completions): Revert last change.
5081 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
5083         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
5084         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
5085         This prevents file names like "~/" being listed literally.
5087 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
5089         * term/xterm.el (xterm-maybe-set-dark-background-mode):
5090         Remove dead code.  (Bug#5546)
5092 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
5094         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
5095         correctly (Bug#5548).
5097 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
5099         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
5100         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
5102 2010-02-08  Kenichi Handa  <handa@m17n.org>
5104         * international/mule-util.el (with-coding-priority): Add autoload
5105         cookie for putting `lisp-indent-function'.
5107 2010-02-07  Glenn Morris  <rgm@gnu.org>
5109         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
5110         Move F2003 named interfaces from keywords-2 to keywords-1, and
5111         use function-name-face rather than constant-face.
5112         Simplify "abstract interface" regexp.
5114 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
5116         * eshell/esh-util.el (eshell-file-attributes): New optional arg
5117         ID-FORMAT.  Pass it to `file-attributes'.
5119         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
5121 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
5123         * faces.el (set-face-attribute): Allow calling
5124         internal-set-lisp-face-attribute with 'unspecified family and
5125         foundry argument (Bug#5536).
5127 2010-02-07  Glenn Morris  <rgm@gnu.org>
5129         * progmodes/f90.el (f90-font-lock-keywords-2)
5130         (f90-looking-at-type-like, f90-looking-at-program-block-end):
5131         Handle F2003 named interfaces.
5133 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
5135         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
5136         beg and end before calling c-get-state-before-change-functions.
5138 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
5140         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
5142 2010-02-05  Juri Linkov  <juri@jurta.org>
5144         * doc-view.el (doc-view-mode):
5145         * image-mode.el (image-mode): Put property mode-class=special.
5146         (Bug#4896)
5148 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
5150         * vc-svn.el (vc-svn-revision-table): New function.
5152 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
5154         * net/ange-ftp.el (ange-ftp-insert-directory):
5155         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5156         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5157         Handle also directories.  (Bug#5478)
5159 2010-02-05  Glenn Morris  <rgm@gnu.org>
5161         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
5163 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
5165         * startup.el (command-line-1): Convert options beginning with a
5166         single dash as well (Bug#5519).
5168 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5170         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
5171         * minibuffer.el (completion-initials-expand): Only check the presence
5172         of delims *within* the boundaries, since otherwise the / delim is
5173         always found for files.
5175         Fix up various corner case problems.
5176         * doc-view.el (doc-view-last-page-number): New function.
5177         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
5178         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
5179         (doc-view-kill-proc): Avoid inf-loop in freak cases.
5180         (doc-view-reconvert-doc): Use the new recursive delete-directory.
5181         (doc-view-convert-current-doc): Don't create the resolution.el file
5182         here any more.
5183         (doc-view-pdf/ps->png): Do it here instead.
5184         (doc-view-already-converted-p): Check that resolution.el is present.
5185         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
5186         windows that are not yet showing images.
5188 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
5190         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
5191         `dired-uncache' for every elemnt which is an absolute file name.
5193         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
5194         directory, handle its directory component.
5195         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
5196         function is called permanently and creates noise, otherwise.
5198         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5199         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5200         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
5202 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
5204         * macros.el (apply-macro-to-region-lines):
5205         Minor simplification.  (Bug#5485)
5207 2010-02-04  Glenn Morris  <rgm@gnu.org>
5209         * mail/rmail.el (rmail-show-message-1): Handle malformed
5210         quoted-printable text.  (Bug#5441)
5212         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
5214         * simple.el (visual-line-mode): Capitalize lighter.
5216 2010-02-03  John Wiegley  <jwiegley@gmail.com>
5218         * iswitchb.el (iswitchb-completions): Add bookmark files to the
5219         list of files considered for "virtual buffer" completions.
5221 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
5223         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
5224         also in case of (and (not full) (not wildcard)).  This is needed
5225         when dired is called with a list of files, which are not in
5226         `default-directory'.  (Bug#5478)
5228 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
5232 2010-02-02  Juri Linkov  <juri@jurta.org>
5234         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
5235         from unidiff to allow function-line after @@.
5237 2010-02-02  Juri Linkov  <juri@jurta.org>
5239         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
5240         '(RCS SCCS) with inverted condition.
5242 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
5244         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
5245         messages.
5247 2010-02-01  Juri Linkov  <juri@jurta.org>
5249         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
5250         compare with "pkunzip" and "pkzip" instead of only "pkzip".
5251         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
5252         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
5254 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5256         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
5257         (doc-view-revert-buffer): New command.
5258         (doc-view-mode-map): Use it.
5260 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
5262         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
5263         pending merge is detected.
5265 2010-01-31  Juri Linkov  <juri@jurta.org>
5267         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
5268         beginning of interactive spec like all other grep commands do.
5269         Put "all" in front of "gz".  (Bug#5260)
5271 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
5273         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5275 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
5277         * dirtrack.el (dirtrack): Warn instead of signalling error if the
5278         regexp is incorrect (Bug#5476).
5280 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
5282         * net/tramp.el (tramp-handle-insert-directory): Handle also
5283         symlinks, when FILENAME is not in `default-directory'.
5285 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5287         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
5288         FILE is not in `default-directory'.  (Bug#5478)
5290         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5291         of SWITCHES.  Handle the case, FILENAME is not in
5292         `default-directory'.  (Bug#5478)
5293         (tramp-register-file-name-handlers): Add safe-magic property.
5295 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
5297         * arc-mode.el (archive-zip-extract): Quote the argument passed to
5298         unzip (Bug#5475).
5300 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
5302         * progmodes/flymake.el (flymake-allowed-file-name-masks)
5303         (flymake-master-make-header-init): Add other C++ filename masks.
5304         (flymake-find-possible-master-files)
5305         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5307 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5309         Fix some busybox annoyances.
5311         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5312         not responding." string.
5313         (tramp-open-connection-setup-interactive-shell): Dump stty
5314         settings.  Enable "neveropen" arg for all `tramp-send-command'
5315         calls.  Handle "=" in variable values properly.
5316         (tramp-find-inline-encoding): Raise an error, when no encoding is
5317         found.
5318         (tramp-wait-for-output): Check, whether PROC buffer is available.
5319         Remove spurious " ^H" sequences, sent by busybox.
5320         (tramp-get-ls-command): Suppress coloring, if possible.
5322 2010-01-28  Glenn Morris  <rgm@gnu.org>
5324         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
5326         * log-edit.el (log-edit-strip-single-file-name): Add missing
5327         :safe, :group, and :version tags.
5329 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
5331         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5332         buffers.  (Bug#5477)
5334 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
5336         * files.el (delete-directory): Handle moving to trash without
5337         first doing recursion (Bug#5436).
5339 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
5341         * vc-hooks.el (vc-path): Mark as obsolete.
5343 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
5345         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5346         names too.
5348         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5349         for the short log.
5350         (vc-bzr-log-view-mode): Adjust regexp for the above change.
5352 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
5354         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5356         * vc-bzr.el (vc-bzr-revision-table): New function.
5358 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
5360         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5361         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
5363 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5365         Remove support for adding --signoff on commit.
5366         Future support will use an incompatible generic mechanism.
5367         * vc-git.el (vc-git-add-signoff): Remove variable.
5368         (vc-git-toggle-signoff): Remove function.
5369         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5371         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5372         from xterm-set-background-mode.  Return t if the background mode
5373         was set.
5374         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5375         earlier, call it again in case the background mode has changed.
5377 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
5379         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5380         (Bug#3541).
5382 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
5384         * emacs-lisp/assoc.el (aelement): Doc fix.
5385         (aput, adelete, amake): Use lexical-let (Bug#5450).
5387 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
5389         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5390         is the same as subprogram call, not declaration.  (Bug#5435).
5392 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
5394         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5395         (tramp-smb-maybe-open-connection): Use it.
5397 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
5399         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
5401 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5403         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5404         just because we see "encoding: 8bit".
5405         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5407 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
5409         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5411 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
5413         * jka-compr.el (jka-compr-load): If load-file is not in
5414         load-history, try its file-truename version.  (bug#5447)
5416 2010-01-21  Alan Mackenzie  <acm@muc.de>
5418         Fix a situation where deletion of a cpp construct throws an error.
5419         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5420         invoking c-with-all-but-one-cpps-commented-out, check that the
5421         special cpp construct is still in the buffer.
5422         (c-parse-state): Record the special cpp with markers, not numbers.
5424 2010-01-21  Kenichi Handa  <handa@m17n.org>
5426         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5427         process last-command-event, as it is now decoded first (Bug#5380).
5429 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
5431         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5433 2010-01-20  Glenn Morris  <rgm@gnu.org>
5435         * indent.el (tab-always-indent): Fix custom-type.
5437 2010-01-19  Alan Mackenzie  <acm@muc.de>
5439         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5440         buffer throws "args out of range".
5441         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5442         playing the role of delimiter.
5444 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
5446         * progmodes/ada-mode.el: Fix bug#5400.
5447         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5448         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5449         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
5450         Improve comments in "is" portion.  Handle null procedure declaration.
5451         (ada-move-to-end): Improve doc string.
5453 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
5455         * ido.el (ido-cur-list): Initialize to nil.
5456         Remove obsolete information from commentary.
5457         (ido-choice-list): Initialize to nil.
5458         (ido-get-bufname): Reject minibuffers.
5459         (ido-make-buffer-list): If "default" is a nonexistent
5460         buffer, ignore it, as per the function's comment.
5461         (ido-kill-buffer-internal): New function.
5462         (ido-kill-buffer-at-head): Use it.
5463         (ido-visit-buffer): Likewise.
5465 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5467         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5469 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
5471         * cedet/ede/locate.el (ede-locate-file-in-project)
5472         (ede-locate-file-in-project-impl): Fix typos in docstrings.
5473         (ede-enable-locate-on-project): Fix typos in error messages.
5475         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5476         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5477         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5478         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5479         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5480         Fix typos in menu help.
5482         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5483         Fix typos in chart titles.
5485         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5486         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5487         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5488         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5489         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5490         (semantic-parse-stream, semantic-parse-region)
5491         (semantic-parse-region-default, semantic--set-buffer-cache)
5492         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5493         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5494         (semantic-default-submodes):
5495         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5496         (semanticdb-create-ebrowse-database)
5497         (semanticdb-find-tags-for-completion-method)
5498         (semanticdb-find-tags-by-class-method)
5499         (semanticdb-deep-find-tags-by-name-method)
5500         (semanticdb-deep-find-tags-for-completion-method):
5501         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5502         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5503         (semanticdb-find-tags-for-completion-method)
5504         (semanticdb-find-tags-by-class-method)
5505         (semanticdb-deep-find-tags-for-completion-method):
5506         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5507         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5508         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5509         (semanticdb-find-tags-by-name-method)
5510         (semanticdb-find-tags-by-name-regexp-method)
5511         (semanticdb-find-tags-for-completion-method)
5512         (semanticdb-find-tags-by-class-method)
5513         (semanticdb-find-tags-external-children-of-type-method)
5514         (semanticdb-find-tags-subclasses-of-type-method)
5515         (semanticdb-deep-find-tags-by-name-method)
5516         (semanticdb-deep-find-tags-by-name-regexp-method)
5517         (semanticdb-deep-find-tags-for-completion-method):
5518         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5519         (semanticdb-enable-gnu-global-in-buffer)
5520         (semanticdb-find-tags-for-completion-method)
5521         (semanticdb-deep-find-tags-by-name-method)
5522         (semanticdb-deep-find-tags-for-completion-method):
5523         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5524         (javascript-mode, semanticdb-find-translate-path)
5525         (semanticdb-find-tags-for-completion-method)
5526         (semanticdb-find-tags-by-class-method)
5527         (semanticdb-deep-find-tags-by-name-method)
5528         (semanticdb-deep-find-tags-for-completion-method)
5529         (semanticdb-find-tags-external-children-of-type-method):
5530         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5531         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5532         (global-semantic-idle-scheduler-mode):
5533         * cedet/srecode/dictionary.el (srecode-field-value)
5534         (srecode-dictionary-add-section-dictionary):
5535         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5536         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5537         (describe-class, eieio-describe-generic, describe-generic):
5538         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5539         (eieio-speedbar-expand):
5540         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5541         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5542         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5543         (viper-del-backward-char-in-replace, viper-backward-indent)
5544         (viper-brac-function, viper-register-to-point, viper-submit-report):
5545         * net/tramp.el (tramp-remote-coding-commands):
5546         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5547         Fix typos in docstrings.
5549 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5551         * mail/sendmail.el (mail-yank-original): Set the mark if the
5552         specified function for yanking does not do it.
5554 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
5556         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
5558         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5559         resyncing a directory.
5561 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
5563         * progmodes/ada-mode.el: Fix bug#1920.
5564         (ada-ident-re): Delete ., allow multibyte characters.
5565         (ada-goto-label-re): New; matches goto labels.
5566         (ada-block-label-re): New; matches block labels.
5567         (ada-label-re): New; matches both.
5568         (ada-named-block-re): Deleted; callers changed to use
5569         `ada-block-label-re' instead.
5570         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5571         Use `ada-block-label-re'.
5572         (ada-indent-on-previous-lines): Improve handling of goto labels.
5573         (ada-get-indent-block-start): Special-case block label.
5574         (ada-get-indent-label): Split into `ada-indent-block-label' and
5575         `ada-indent-goto-label'.
5576         (ada-goto-stmt-start, ada-goto-next-non-ws):
5577         Optionally ignore goto labels.
5578         (ada-goto-next-word): Simplify.
5579         (ada-indent-newline-indent-conditional): Insert newline before
5580         trying to fix indentation; doc fix.
5582 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
5584         * calc/calc.el (calc-command-flags): Give it an initial value.
5586 2010-01-17  Glenn Morris  <rgm@gnu.org>
5588         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5590 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5592         * cedet/semantic.el (semantic-mode):
5593         * files.el (minibuffer-with-setup-hook):
5594         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5595         (artist-key-draw-continously, artist-key-do-continously-continously)
5596         (artist-key-set-point-continously, artist-mouse-draw-continously):
5597         Fix typos in docstrings.
5599 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5601         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5602         return t (Bug#3898).
5604 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5606         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5607         can parse the output of the external commands (Bug#5279).
5609 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5611         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5613 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5615         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5617         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5619         * startup.el (command-line): Remove unused --icon-type arg.
5620         Handle --display arg, passing it to command-line-1 (Bug#5392).
5622 2010-01-16  Mario Lang  <mlang@delysid.org>
5624         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5625         * cedet/ede/files.el (ede-expand-filename):
5626         * cedet/ede/simple.el (ede-simple-project):
5627         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5628         (semantic-complete-inline-tag-engine):
5629         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5630         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5631         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5632         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5633         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5634         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5635         * emacs-lisp/chart.el (chart-translate-namezone):
5636         * textmodes/artist.el (artist-compute-popup-menu-table):
5637         Remove duplicated words in doc-strings.
5639 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5641         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5642         to mairix-search to suppress threading (Bug#5342).
5644 2010-01-15  Kenichi Handa  <handa@m17n.org>
5646         * international/mule-cmds.el (canonicalize-coding-system-name):
5647         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5649 2010-01-15  Glenn Morris  <rgm@gnu.org>
5651         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5653         * wid-edit.el (widget-keymap): Doc fix.
5655         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5656         former seems to be more widely accepted by various svn versions.
5658 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5660         * find-cmd.el (find-constituents):
5661         * vc-arch.el (vc-arch-root):
5662         * window.el (window-body-height, pop-up-frames):
5663         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5664         (semantic-no-reparse-needed-change-hook):
5665         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5666         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5667         (srecode-template-inserter-ask, srecode-template-inserter-width)
5668         (srecode-template-inserter-section-start)
5669         (srecode-template-inserter-section-end, srecode-insert-method):
5670         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5671         * progmodes/ada-stmt.el (ada-if):
5672         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5673         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5674         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5675         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5677         * progmodes/flymake.el (flymake-post-syntax-check):
5678         Fix typo in error message.
5680 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5682         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5683         which is always a string.  (Bug#5313)
5685 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5687         * progmodes/ada-xref.el (ada-default-prj-properties):
5688         Simplify previous change.
5690 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5692         * progmodes/ada-xref.el (ada-default-prj-properties):
5693         Default ada_project_path to $ADA_PROJECT_PATH.
5695 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5697         * progmodes/ada-mode.el (ada-create-keymap):
5698         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5700 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5702         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5703         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5704         (ada-get-current-indent, ada-imenu-generic-expression)
5705         (ada-which-function): Check for it.
5707 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5709         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5710         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5712 2010-01-14  Glenn Morris  <rgm@gnu.org>
5714         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5716 2010-01-14  Kenichi Handa  <handa@m17n.org>
5718         * composite.el (auto-composition-mode): Make it a buffer local
5719         variable (permanent-local).
5720         (auto-composition-function): Set the default value to
5721         auto-compose-chars.
5722         (auto-composition-mode): Make it a simple function, not a minor mode.
5723         (global-auto-composition-mode): Likewise.
5724         (turn-on-auto-composition-if-enabled): Delete it.
5726 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5728         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5730 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5732         * files.el (copy-directory): Compute target for recursive
5733         directories with identical names.  (Bug#5343)
5735 2010-01-12  Glenn Morris  <rgm@gnu.org>
5737         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5738         it to bug-gnu-emacs rather than emacs-pretest-bug.
5740 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5742         * cedet/data-debug.el (data-debug): Fix customization group reference.
5744 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5746         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5747         (semantic-analyze-context, semantic-analyze-context-assignment)
5748         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5749         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5750         (semantic-java-doc-keywords-map):
5751         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5752         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5753         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5754         (semantic-c-classname, semantic-format-tag-uml-prototype)
5755         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5756         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5757         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5758         (semantic-get-local-variables, semantic-end-of-command)
5759         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5760         (lisp-mode):
5761         * cedet/semantic/bovine/make.el (makefile-mode):
5762         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5763         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5764         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5765         (semantic-lex, semantic-get-local-variables, python-mode):
5766         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5767         * cedet/srecode/extract.el (srecode-extract-state-set)
5768         (srecode-extract-method): Fix typos in docstrings.
5770 2010-01-11  Sam Steingold  <sds@gnu.org>
5772         * imenu.el (imenu-default-create-index-function): Detect infinite
5773         loops caused by imenu-prev-index-position-function.
5775 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5777         * htmlfontify.el (htmlfontify-load-rgb-file)
5778         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5779         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5780         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5781         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5782         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5783         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5784         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5785         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5786         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5787         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5788         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5789         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5790         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5791         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5792         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5793         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5794         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5795         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5796         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5797         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5798         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5799         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5800         backslash-quoting from parentheses, etc.
5802 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5804         * progmodes/js.el: Autoload javascript-mode alias.
5806 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5808         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5809         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5810         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5811         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5812         Fix typos in docstrings.
5813         (ffap-url-regexp): Doc fix.
5814         (ffap-at-mouse): Fix typo in message.
5816 2010-01-11  Glenn Morris  <rgm@gnu.org>
5818         * version.el (emacs-copyright): Set copyright year to 2010.
5820 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5822         * format.el (format-annotate-function): Only set
5823         write-region-post-annotation-function after running to-fn so as not to
5824         affect nested write-region calls (bug#5273).
5826 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5828         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5829         Add python parser.
5831         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5832         wisent/python.el.
5834 2010-01-10  Richard Kim  <emacs18@gmail.com>
5836         * cedet/semantic/wisent/python-wy.el:
5837         * cedet/semantic/wisent/python.el: New files.
5839 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5841         * man.el (Man-goto-section): Signal error if the section is not
5842         found (Bug#5317).
5844 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5846         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5847         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5849 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5851         * progmodes/compile.el: Don't treat compile-command as safe if
5852         compilation-read-command might be nil (Bug#4218).
5854 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5856         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5857         NS options.
5859 2010-01-08  Kenichi Handa  <handa@m17n.org>
5861         * international/fontset.el (build-default-fontset-data):
5862         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5864 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5866         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5867         to `create-file-buffer' as it expects, not just a buffer name.
5868         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5869         to help uniquify.  (Bug#3224)
5871 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5873         * font-setting.el (font-setting-change-default-font): Use user-spec
5874         instead of name.
5876 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5878         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5880 2010-01-05  Tom Tromey  <tromey@redhat.com>
5882         * progmodes/python.el (python-font-lock-keywords):
5883         Handle qualified decorators (Bug#881).
5885 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5887         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5888         in a lightweight checkout.
5890 2010-01-05  Kenichi Handa  <handa@m17n.org>
5892         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5894 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5896         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5898 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5900         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5901         checkouts.  (Bug#618)
5902         (vc-bzr-log-view-mode): Also highlight the author.
5903         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5904         (vc-bzr-shelve-menu-map):
5905         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5906         (vc-bzr-shelve-apply): Make prompt more explicit.
5908 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5910         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5911         They are valid characters in URL paths (rfc3986), and at least
5912         Firefox does not understand the encoded version (Bug#3166).
5914 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5916         * progmodes/octave-mod.el (octave-end-keywords)
5917         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5918         Add "end" keyword (Bug#3061).
5919         (octave-end-as-array-index-p): New function.
5920         (calculate-octave-indent): Use it.
5922 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5924         * bookmark.el: Consistently put the text property on the bookmark name.
5925         (bookmark-bmenu-marks-width): Bump back to 2, to include
5926         annotation marks.
5927         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5928         property on the bookmark name, instead of not putting it at all.
5929         (bookmark-bmenu-list): Fix where we put the text property.
5931 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5933         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5934         for showing buffer modified state (as added in the previous change).
5936 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5938         * bookmark.el: Show modified state of bookmark buffer more accurately.
5939         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5940         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5941         (with-buffer-modified-unmodified): New macro.
5942         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5943         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5944         Use new macro to preserve the buffer modified state.
5946 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5948         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5949         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5950         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5951         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5952         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5953         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5954         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5956 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5958         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5959         Make the lines in the generated doc string shorter.  (Bug#4668)
5961 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5963         * net/rcirc.el: Add follow-link binding (Bug#4738).
5965 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5967         * Makefile.in (bzr-update): Rename from cvs-update.
5968         (cvs-update): New target for backward compatibility.
5970         * makefile.w32-in (bzr-update): Rename from cvs-update.
5971         (cvs-update): New target for backward compatibility.
5973 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5975         * bookmark.el: Remove gratuitous gratitude.
5977 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5979         * bookmark.el (bookmark-bmenu-any-marks): New function.
5980         (bookmark-bmenu-save): Clear buffer modification if no marks.
5982 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5984         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5985         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5986         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5987         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5989         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5990         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5991         To: emacs-devel {_AT_} gnu.org
5992         Subject: bookmark.el bug report
5993         Date: Mon, 28 Dec 2009 14:19:16 +0800
5994         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5996 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5998         * bookmark.el: Improvements suggested by Drew Adams:
5999         (bookmark-bmenu-ensure-position): New name for
6000         `bookmark-bmenu-check-position'.  Just ensure the position,
6001         don't return any meaningful value.
6002         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
6003         New constants.
6005 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
6007         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
6008         (bookmark-yank-point, bookmark-bmenu-check-position):
6009         Fix typos in docstrings.
6010         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
6011         (bookmark-name-from-full-record, bookmark-get-position)
6012         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
6013         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
6014         Remove useless quoting of parenthesis, etc. in docstrings.
6016         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
6017         (ediff-append-custom-diff): Fix typo in error message.
6018         (ediff-meta-mark-equal-files): Fix typos in messages.
6020         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
6022         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
6023         Fix typo in docstring.
6025         * net/imap-hash.el (imap-hash-make): Doc fix.
6026         (imap-hash-test): Fix typo in error message; reflow docstring.
6027         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
6028         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
6029         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
6030         Fix typos in docstrings.
6031         (imap-hash-open-connection): Fix typo in error message.
6033         * play/gomoku.el (gomoku): Fix typos in docstring.
6035         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
6036         (gdb-jsonify-buffer): Fix typos in docstring.
6037         (gdb-goto-breakpoint): Fix typo in error message.
6038         ("Display Other Windows"): Fix typo in help message.
6039         (gdb-speedbar-expand-node): Fix typo in question.
6041         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
6042         (idlwave-html-system-help-location, idlwave-html-help-location)
6043         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
6044         (idlwave-help-browser-generic-args, idlwave-help-directory)
6045         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
6046         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
6047         (idlwave-online-help, idlwave-help-html-link)
6048         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
6049         Fix typos in docstrings.
6050         (idlwave-help-with-source, idlwave-help-find-routine-definition):
6051         Reflow docstrings.
6052         (idlwave-help-assistant-start): Fix typo in error message.
6054         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
6055         (octave-electric-space): Fix typos in docstrings.
6057 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6059         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
6061 2010-01-01  Juri Linkov  <juri@jurta.org>
6063         * comint.el (comint-input-ring-size): Make it a defcustom and
6064         increase the default to 500 (Bug#5148).
6066 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
6068         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
6069         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
6070         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
6072 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
6074         Show working revision correctly for mercurial.
6075         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
6076         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
6078 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
6080         Declare some functions for the byte-compiler.
6081         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
6082         (speedbar-timer-fn, speedbar-change-expand-button-char)
6083         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
6085 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
6087         This changeset reverts GDB Graphical Interface to use annotations.
6088         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
6090 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
6092         Make vc-dir work on subdirectories of the bzr root.
6093         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
6094         file names relative to it.
6095         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
6096         relative directory to vc-bzr-after-dir-status.
6098 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
6100         * font-lock.el (font-lock-refresh-defaults): New function, which
6101         can be used to let font-lock react to external changes in
6102         variables like font-lock-defaults and keywords.
6103         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
6105 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
6107         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
6109         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
6111 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
6113         Supersede color.diff settings in git log (bug#5211).
6115         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
6116         escape chars in its output when the user has color.diff set to `always'.
6117         This fix works on git 1.4.2 and newer (released on 2006-08-13).
6119 2009-12-26  Kevin Ryde  <user42@zip.com.au>
6121         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
6122         node.  Keep previous "Index" name to work with past coreutils too.
6124         * man.el (man): Revise docstring a bit to show -a and -l as
6125         examples.  Add -k description since support for it has otherwise
6126         been a secret.  (Further to bug#3717.)
6127         (Man-bgproc-sentinel): When "-k foo" produces no output show error
6128         "no matches" rather than "Can't find manpage", as the latter reads
6129         like -k was interpreted as a page name, which is not so.  (Bug#5431)
6131 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
6133         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
6134         switches.  Check also for //SUBDIRED// line.
6136 2009-12-25  Kenichi Handa  <handa@m17n.org>
6138         * language/indian.el (devanagari-composable-pattern): Fixed to
6139         handle ZWNJ and ZWJ.  Use it in composition-function-table for
6140         Devanagari.
6141         (malayalam-composable-pattern): Fix previous change.
6143 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6145         * ps-print.el (ps-face-attributes): It was not returning the
6146         attribute face for faces specified as string.  Reported by harven
6147         <harven@free.fr>.
6148         (ps-print-version): New version 7.3.5.
6150 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
6152         * calendar/icalendar.el (icalendar--convert-tz-offset):
6153         Fix timezone names.
6154         (icalendar--convert-tz-offset): Fix the "last-day-problem".
6155         (icalendar--add-diary-entry): Remove the trailing blank that
6156         diary-make-entry inserts.
6158 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
6160         Make `file-expand-wildcards' work for remote files.
6162         * files.el (file-expand-wildcards): In case of remote files, check
6163         only local file name part for wildcards.  Provide feature 'files
6164         and subfeature 'remote-wildcards.  (Bug#5198)
6166         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
6167         if there is already an established connection.
6168         (tramp-advice-file-expand-wildcards): Remove it.
6170         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
6171         (tramp-advice-file-expand-wildcards): Move from tramp.el.
6172         Activate advice for older GNU Emacs versions.  (Bug#5237)
6174 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
6176         Some doc fixes (more needed).
6178         * find-cmd.el (find-constituents): Reflow docstring.
6179         (find-cmd, find-prune, find-command): Fix typos in docstrings.
6180         (find-generic): Doc fix.
6182 2009-12-17  Juri Linkov  <juri@jurta.org>
6184         Fix regression from 23.1 to allow multiple modes in Local Variables.
6186         * files.el (hack-local-variables-filter): While ignoring duplicates,
6187         don't take `mode' into account.
6188         (hack-local-variables-filter, hack-dir-local-variables):
6189         Don't remove duplicate `mode' from local-variables-alist (like `eval').
6191 2009-12-17  Juri Linkov  <juri@jurta.org>
6193         Make `dired-diff' safer.  (Bug#5225)
6195         * dired-aux.el (dired-diff): Signal an error when `file' equals to
6196         `current' or when `file' is a directory of the `current' file.
6198 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
6200         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
6201         unconditionally preloaded files.
6203 2009-12-16  Juri Linkov  <juri@jurta.org>
6205         Revert to old 23.1 logic of using the file at the mark as default.
6206         * dired-aux.el (dired-diff): Use the file at the mark as default
6207         if it's not the same as the current file, and the target dir is
6208         the current dir or the mark is active.  Add the current file
6209         as the arg of `dired-dwim-target-defaults'.  Use the default file
6210         in the prompt.  (Bug#5225)
6212 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
6214         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
6215         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
6216         (tramp-check-for-regexp): Check also, when an echoing shell stops
6217         to echo sent commands.
6219 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6221         * Makefile.in: Revert last change (Bug#5191).
6223 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
6225         * vc-hg.el (vc-hg-print-log): Fix argument order.
6226         (vc-hg-working-revision): Make sure the command is executed in a
6227         known environment so that we can parse the output.  (Bug#4417)
6229 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6231         * progmodes/python.el (python-symbol-completions): Remove text
6232         properties from symbol string before calling python-send-receive.
6234 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
6236         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
6237         when there are values for both file and line.  (Bug#5060)
6239 2009-12-14  Juri Linkov  <juri@jurta.org>
6241         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
6242         whitespace after the file name of the first line of unified format,
6243         because git-diff doesn't output whitespace and file modification time
6244         after the file name.
6246 2009-12-14  David Kastrup  <dak@gnu.org>
6248         * info.el (Info-hide-cookies-node): Before hiding a cookie,
6249         check if it already has the `display' property added by
6250         `Info-display-images-node', and not put the `invisible' property
6251         in this case.
6253 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6255         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
6256         (semantic-mru-bookmark-mode): Doc fixes.
6258         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
6259         of assert.
6261 2009-12-13  Glenn Morris  <rgm@gnu.org>
6263         * mail/emacsbug.el (message-sort-headers): Define for compiler.
6264         (report-emacs-bug): In message-mode, sort manually before storing
6265         original report text.  (Bug#5178)
6266         Remove superfluous save-excursion.
6268 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
6270         * net/dbus.el (dbus-property-handler): Filter lambda forms out
6271         when responding to "GetAll" properties.
6273 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
6275         * simple.el (compose-mail): Remove mail-setup-with-from from
6276         customization checks.
6278 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
6280         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6281         RAR archives created on Unix systems.
6283 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6285         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6286         the varalias that was accidentally removed by the 2009-11-19 change
6287         (bug#5186).
6289 2009-12-12  Kenichi Handa  <handa@m17n.org>
6291         * language/indian.el (indian-compose-regexp): New function.
6292         (malayalam-composable-pattern): Fix the pattern.
6293         (composition-function-table): Set malayalam-composable-pattern for
6294         Malayalam characters.
6296 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
6298         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6299         rather than down-mouse-1, based on follow-link conventions.
6301         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6302         are compiled.
6304 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
6306         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6307         (verilog-vmm-statement-re, verilog-ovm-statement-re)
6308         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6309         (verilog-leap-to-head, verilog-backward-token):
6310         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
6312 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
6314         * progmodes/verilog-mode.el (verilog-auto-lineup)
6315         (verilog-nameable-item-re): Cleanup user-visible spelling and
6316         documentation errors.  One reported by Gary Delp.
6317         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6318         (verilog-read-decls): Fix AUTOWIRE with types declared in a
6319         package, bug195.  Reported by Pierre-David Pfister.
6321 2009-12-11  Glenn Morris  <rgm@gnu.org>
6323         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6325         * mail/emacsbug.el: No longer require sendmail.
6326         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
6327         (report-emacs-bug-orig-text): Doc fix.
6328         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6329         New local variables, to adapt to different mail-user-agents.
6330         (report-emacs-bug): Fix test for a gnu.org address.
6331         Use overlays for emphasis, since font-lock defeats 'face property.
6332         Pretest bugs also end up at the newsgroup these days.
6333         Stop message-mode stripping text properties.
6334         Set and use the new buffer-local variables.
6335         (report-emacs-bug-hook): Add doc-string.
6336         Remove some unnecessary save-excursions and simplify.
6337         Use the appropriate hook and send-command.
6339         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6340         capitalization of some menu entries.
6342 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6344         * whitespace.el (whitespace-display-char-on):
6345         Ensure `buffer-display-table' is unique when two or more windows are
6346         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6347         New version 12.1.
6349 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
6351         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6352         characters in the Attribute field.
6354 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
6356         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
6358 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6360         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6361         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6362         Disregard autoload-excludes.
6363         (update-directory-autoloads): Obey autoload-excludes here instead.
6364         But don't store its contents in no-autoloads and remove entries that
6365         refer to excludes files.
6367 2009-12-10  Glenn Morris  <rgm@gnu.org>
6369         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6370         (expand-mail-aliases): Define for compiler.
6372         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6373         Define for compiler.
6375         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6376         appropriate for the mail-user-agent in use.
6378 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
6380         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6382 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
6384         Fix short log parsing and fontification.
6385         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6386         Fix fontification for the [merge] label.
6388 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
6390         Drop some properties to avoid surprises (bug#5002).
6391         * htmlfontify.el (hfy-ignored-properties): New defcustom.
6392         (hfy-fontify-buffer): Use it.
6394 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6396         Minor cleanup.
6397         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6398         Adjust all callers.
6399         (ffap-locate-file): Remove unused arg `dir-ok' and make other
6400         args compulsory.  Adjust callers.
6401         (ffap-gopher-at-point): Remove unused var `name'.
6403         Get rid of the ELCFILES abomination.
6404         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6405         (compile-elcfiles): New phony target.
6406         (compile-main): Compute ELCFILES dynamically.
6407         (compile-clean): New target to remove left-over elc files.
6408         (compile, all): Use it.
6410 2009-12-09  Kenichi Handa  <handa@etlken>
6412         * international/mule-diag.el: Require help-mode instead of help-fns.
6414 2009-12-09  Kenichi Handa  <handa@m17n.org>
6416         * international/mule-cmds.el (ucs-names): Supply sufficiently
6417         fine ranges instead of pre-calculating accurate ranges.
6418         Iterate with bigger gc-cons-threshold.
6420 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6422         Add support for stashing a snapshot of the current tree.
6423         * vc-git.el (vc-git-stash-snapshot): New function.
6424         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6426 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
6428         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6429         instead of `(beginning|end)-of-line'.
6431 2009-12-08  Glenn Morris  <rgm@gnu.org>
6433         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6435         * Makefile.in (ELCFILES): Regenerate.
6437 2009-12-07  Juri Linkov  <juri@jurta.org>
6439         Don't lazy-highlight the comint output in history Isearch mode.
6441         * comint.el (comint-history-isearch-search): Instead of
6442         `comint-line-beginning-position', use `comint-after-pmark-p'
6443         to check if point if before the process mark, and go to
6444         `process-mark' in this case.
6446 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6448         * textmodes/tex-mode.el (latex-complete)
6449         (latex-indent-or-complete): Remove.
6450         (latex-mode): Set completion-at-point-functions instead.
6452         Provide a standard completion command and hook it into TAB.
6453         * minibuffer.el (completion-at-point-functions): New var.
6454         (completion-at-point): New command.
6455         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6456         * progmodes/python.el (python-mode-map): Use completion-at-point.
6457         (python-completion-at-point): Rename from python-partial-symbol and
6458         adjust for use in completion-at-point-functions.
6459         (python-mode): Setup completion-at-point for Python completion.
6460         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6461         extracted from lisp-complete-symbol.
6462         (lisp-complete-symbol): Use it.
6463         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6464         setup completion-at-point for Elisp completion.
6465         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6466         Use completion-at-point.
6467         * ielm.el (ielm-map): Use completion-at-point.
6468         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6469         * progmodes/sym-comp.el: Move to...
6470         * obsolete/sym-comp.el: Move from progmodes.
6472 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
6474         Prevent save-buffer in Rmail buffers from using the coding-system
6475         of the current message, and from clobbering the encoding mnemonics
6476         in the mode line (Bug#4623).
6478         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6479         flag, too.
6480         (rmail-message-encoding): New variable.
6481         (rmail-write-region-annotate): Record the encoding of the current
6482         message in rmail-message-encoding.
6483         (rmail-after-save-hook): New function, restores the encoding of
6484         the current message after the message collection is saved.
6486 2009-12-07  Juri Linkov  <juri@jurta.org>
6488         * progmodes/grep.el (grep-read-files): Use `completing-read'
6489         instead of `read-string'.  Set its `collection' arg to
6490         `read-file-name-internal'.  (Bug#4301)
6492 2009-12-07  Juri Linkov  <juri@jurta.org>
6494         Correctly restore original Isearch point.  (Bug#4994)
6496         * isearch.el (isearch-mode): Move `isearch-push-state' after
6497         `(run-hooks 'isearch-mode-hook)'.
6498         (isearch-cancel): When `isearch-push-state-function' is defined,
6499         let-bind `isearch-cmds' to the first state (the last element of
6500         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6501         function and restores the original point).  Otherwise, move point
6502         to `isearch-opoint'.
6504 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6506         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6507         chars that don't have names, so the table can be built much faster at
6508         run-time.
6510 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
6512         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6513         change.  Suggested by David Kastrup.
6515         * simple.el (compose-mail): Check for incompatibilities and warn.
6516         (compose-mail-user-agent-warnings): New option.
6518 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6520         Support showing a single log entry from vc-annotate.
6521         * vc.el (print-log): Add a new argument: START-REVISION.
6522         (vc-print-log-internal): Add a new optional argument and
6523         pass it to the backend.
6524         (vc-print-log, vc-print-root-log): Adjust callers.
6525         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6526         buffer already displays the requested log entry, use it.
6527         Otherwise display only the log entry in question.
6528         * vc-svn.el (vc-svn-print-log):
6529         * vc-mtn.el (vc-mtn-print-log):
6530         * vc-hg.el (vc-hg-state):
6531         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6532         (vc-git-show-log-entry): Return t on success.
6533         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6534         (vc-bzr-show-log-entry): Return t on success.
6535         * vc-rcs.el (vc-rcs-print-log):
6536         * vc-sccs.el (vc-sccs-print-log):
6537         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6539 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6541         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6542         Add menus to the meta mode.  (Bug#5043)
6544 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6546         * ediff-init.el (ediff-event-key): Use event-to-character instead of
6547         event-key.
6549         * ediff.el (ediff-buffers-internal): Add unwind-protect.
6551 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
6553         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
6554         Berbain <raphael.berbain@gmail.com>.
6556         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
6557         characters.
6558         (tramp-initial-end-of-output): New defconst.
6559         (tramp-methods, tramp-find-shell)
6560         (tramp-open-connection-setup-interactive-shell)
6561         (tramp-maybe-open-connection): Use it.
6562         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6563         existence of `#' and `$'.
6565         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6566         `tramp-initial-end-of-output'.
6568 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6570         Get the background mode from the terminal for xterm, and set
6571         faces accordingly.
6572         * term/xterm.el (xterm-set-background-mode): New function.
6573         (terminal-init-xterm): Use it in case xterm supports background
6574         color queries.  Recompute faces after getting the background
6575         color.
6577 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
6579         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6580         number comment back on its own line, for easier parsing.
6582 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6584         Make it work for non-file buffers (bug#5102).
6585         * doc-view.el (doc-view-current-cache-dir):
6586         Use doc-view-buffer-file-name rather than buffer-file-name.
6587         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6589 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
6591         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6592         author field is too short.
6594 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
6596         * vc-git.el (vc-git-print-log): Handle a limit argument.
6597         Display the short log in graph form and with labels.
6598         (vc-git-log-view-mode): Handle labels.
6600         Make vc-revert change VC state from 'added to 'unregistered.
6601         * vc-git.el (vc-git-revert): Call git reset first.
6603 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6605         * net/newst-backend.el, net/newst-plainview.el:
6606         * net/newst-reader.el, net/newst-ticker.el:
6607         * net/newst-treeview.el, net/newsticker.el:
6608         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6610 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6612         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6614         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6615         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6616         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6617         Update annotation regexp.
6619         * simple.el (beginning-of-visual-line): Constrain to field
6620         boundaries (Bug#5106).
6622 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6624         * xml.el (xml-substitute-numeric-entities): Move
6625         newsticker--decode-numeric-entities in newst-backend.el to
6626         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6627         * net/newst-backend.el (newsticker--parse-generic-feed)
6628         (newsticker--parse-generic-items)
6629         (newsticker--decode-numeric-entities): Move
6630         newsticker--decode-numeric-entities in newst-backend.el to
6631         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6633 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6635         * progmodes/js.el (js--js-not): Add null to the list of values.
6637 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6639         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6641 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6643         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6644         delimiter if it is at the end of the current line.
6645         (bibtex-generate-url-list): Fix docstring.
6647 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6649         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6650         minibuffer's content with itself.
6651         Fold the confirm-after-completion case into the `confirm' case.
6652         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6654 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6656         * ffap.el (ffap-rfc-path): Make this a defcustom since
6657         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6659         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6660         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6662 2009-12-05  Juri Linkov  <juri@jurta.org>
6664         Save and restore dired buffer's point positions too.  (Bug#4880)
6666         * dired.el (dired-save-positions): Return in the first element
6667         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6668         Doc fix.
6669         (dired-restore-positions): First restore buffer's position.
6670         While restoring window's positions, check if window still displays
6671         the original buffer.
6673 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6675         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6676         if possible.
6678         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6679         Make argument optional.
6681         * shell.el (shell): Require ansi-color (Bug#5113).
6683         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6685         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6687 2009-12-05  Alan Mackenzie  <acm@muc.de>
6689         * progmodes/cc-mode.el (c-before-hack-hook)
6690         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6691         `c-file-style' to work again.  This reversion restores the current
6692         software to its state in Emacs 23.1.  (Bug#4146)
6694 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6696         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6697         comment-start-skip to comment-end-skip as comment (Bug#4781).
6699 2009-12-05  Juri Linkov  <juri@jurta.org>
6701         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6702         for virtual nodes.  (Bug#4147)
6703         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6704         when moving from a virtual node.
6705         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6706         (Info-mode): Add `Info-virtual-index' to the docstring.
6708 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6710         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6711         Describe project macro symbols.
6713         * cedet/semantic/complete.el (semantic-complete-do-completion):
6714         Don't call semantic-collector-current-exact-match.
6716         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6717         ede-objects as targets.
6719         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6720         a target's object list even if compiler vars are already in the
6721         Makefile.
6723         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6724         list of headers producing necessary macros.
6726 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6728         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6729         track of the buffer position of the end of a BibTeX entry as this
6730         position may change during reformatting.
6731         (bibtex-format-entry): Remove whitespace before processing
6732         numerical fields so that we recognize the latter properly.
6733         (bibtex-reformat): Do not use push which changes the global value
6734         of bibtex-entry-format.
6735         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6736         (bibtex-field-re-init): Replace only space characters by regexp
6737         for whitespace.
6738         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6739         (bibtex-initialize): Also update bibtex-strings.
6740         (bibtex-kill-field): Preserve white space at end of entry.
6741         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6742         Update bibtex-reference-keys.
6744 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6746         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6747         point after a star, if that's the only place where modifications can
6748         make progress.
6750 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6752         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6753         in docstrings.
6755 2009-12-04  Juri Linkov  <juri@jurta.org>
6757         * proced.el (proced): Call `(proced-update t)' to update process
6758         information instead of only running proced-post-display-hook.
6759         (proced-send-signal): Add a leading space to the buffer name
6760         " *Marked Processes*" to make this buffer ephemeral.
6762 2009-12-04  Juri Linkov  <juri@jurta.org>
6764         * dired.el (dired-auto-revert-buffer): New defcustom.
6765         (dired-internal-noselect): Use it.
6767 2009-12-04  Juri Linkov  <juri@jurta.org>
6769         Change roles of modes and functions in image-mode.el (Bug#5062).
6771         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6772         in `auto-mode-alist'.
6773         (image-mode-previous-major-mode): New variable.
6774         (image-minor-mode-map): Rename from `image-mode-text-map'.
6775         (image-mode): Move graceful error-handling code from
6776         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6777         (image-minor-mode): Remove all image-handling code.
6778         Replace `image-mode-text-map' with `image-minor-mode-map'.
6779         Check for `image-type' in mode-line format string.
6780         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6781         (image-mode-as-text): New function with most code from
6782         `image-mode-maybe'.
6783         (image-toggle-display-text): Move code that removes image
6784         properties from `image-toggle-display' to here.
6785         (image-toggle-display-image): New function with code that adds
6786         image properties copied from `image-toggle-display'.
6787         (image-toggle-display): Remove most code with leaving only code
6788         that toggles between `image-mode-as-text' and `image-mode'.
6790 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6792         * net/newst-treeview.el
6793         (newsticker--treeview-list-highlight-start): Restored call to
6794         save-excursion: Selected item was stuck.
6795         (newsticker--treeview-list-select): New.
6796         (newsticker--treeview-item-show-text)
6797         (newsticker--treeview-item-show)
6798         (newsticker--treeview-item-update): Use new
6799         newsticker-treeview-item-mode.
6800         (newsticker-treeview-update): Keep current item.
6801         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6802         (newsticker--treeview-first-feed): Doc change.
6803         (newsticker-treeview-list-menu)
6804         (newsticker-treeview-item-menu): Added menu entries.
6805         (newsticker-treeview-item-mode): New.
6807         * net/newst-backend.el (newsticker-customize): Delete other
6808         windows.
6810 2009-12-04  Sam Steingold  <sds@gnu.org>
6812         * log-view.el (log-view-mode-map): "q" calls quit-window,
6813         like in all the other non-self-insert buffers.
6815 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6817         Minor cleanup.
6818         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6819         key decoding rather than do it manually via last-input-event +
6820         ascii-character.
6821         (term-exec): Use delete-and-extract-region.
6822         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6823         (term-process-pager): Remove unused var `i'.
6824         (term-dynamic-simple-complete): Make obsolete.
6825         (serial-update-config-menu): Remove unused vars `y' and `str'.
6826         (term-update-mode-line): Remove unused var `temp'.
6828 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6830         Limit the number of log entries displayed by default.
6831         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6832         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6833         using a prefix argument.
6835 2009-12-03  Glenn Morris  <rgm@gnu.org>
6837         * progmodes/idlwave.el (class): Restore still useful declaration.
6839 2009-12-03  Alan Mackenzie  <acm@muc.de>
6841         Enhance `c-parse-state' to run efficiently in "brace deserts".
6843         * progmodes/cc-mode.el (c-basic-common-init):
6844         Call c-state-cache-init.
6845         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6846         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6847         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6849         * progmodes/cc-langs.el (c-before-font-lock-function):
6850         c-extend-and-neutralize-syntax-in-CPP has been renamed
6851         c-neutralize-syntax-in-and-mark-CPP.
6853         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6854         with `category' properties now, not `syntax-table' ones.
6856         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6857         enhanced (but slower) version of c-end-of-macro that won't land
6858         inside a literal or on another awkward character.
6859         (c-state-cache-too-far, c-state-cache-start)
6860         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6861         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6862         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6863         (c-state-min-scan-pos, c-state-brace-pair-desert)
6864         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6865         buffer local variables.
6866         (c-state-literal-at, c-state-lit-beg)
6867         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6868         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6869         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6870         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6871         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6872         (c-renarrow-state-cache)
6873         (c-append-lower-brace-pair-to-state-cache)
6874         (c-state-push-any-brace-pair, c-append-to-state-cache)
6875         (c-remove-stale-state-cache)
6876         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6877         (c-invalidate-state-cache-1, c-parse-state-1)
6878         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6879         (c-parse-state): Enhance and refactor.
6880         (c-debug-parse-state): Amend to deal with all the new variables.
6882         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6883         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6884         modify to use category text properties rather than syntax-table ones.
6885         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6886         to switch off/on the syntactic paren property of C++ template
6887         delimiters using the category property.
6888         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6889         template delims suppressed.
6890         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6891         New constant/macros which apply category properties to the start
6892         and end of preprocessor constructs.
6893         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6894         "comment out" the syntactic value of characters in preprocessor
6895         constructs.
6896         (c-with-cpps-commented-out)
6897         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6898         with characters in all or all but one preprocessor constructs
6899         "commented out".
6901 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6903         * proced.el (proced-filter-alist): Use regexp-quote.
6905 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6907         Cleanup.
6908         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6909         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6910         arguments.  Expand `default-directory'.
6912         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6913         the benefit of returning an expanded localname.
6914         (tramp-tramp-file-p): Handle the case NAME is not a string.
6916 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6918         Add support for bzr shelve/unshelve.
6919         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6920         (vc-bzr-extra-menu-map): New variables.
6921         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6922         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6923         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6924         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6925         (vc-bzr-dir-extra-headers): Display shelves.
6927         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6929 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * textmodes/bibtex.el (bibtex-complete-internal):
6932         Use completion-in-region.
6933         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6935 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6937         Support applying stashes.  Improve UI.
6938         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6939         (vc-git-stash-apply, vc-git-stash-pop)
6940         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6941         (vc-git-stash-menu): New functions.
6942         (vc-git-stash-menu-map): New variable.
6943         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6945 2009-12-03  Glenn Morris  <rgm@gnu.org>
6947         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6948         (vc-print-log-internal): Fix previous change.
6949         (vc-revert): Correct pluralization.
6951 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6953         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6954         it to be an alist any more.
6955         (makefile-complete): Use completion-in-region.
6957         * progmodes/octave-mod.el (octave-complete-symbol):
6958         Use completion-in-region.
6960         Misc cleanup.
6961         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6962         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6963         (idlwave-complete-class): Don't quote lambda.
6964         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6965         (idlwave-mode-map): Move initialization into declaration.
6966         (idlwave-action-and-binding): Use backquotes.
6967         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6968         Simplify.
6969         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6970         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6971         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6972         `parts', and `all-parts'.
6973         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6974         (idlwave-convert-xml-system-routine-info): Remove unused string
6975         `version-string'.
6976         (idlwave-display-user-catalog-widget): Use dolist.
6977         (idlwave-scanning-lib): Declare dynamically-scoped var.
6978         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6979         (completion-highlight-first-word-only): Declare to silence bytecomp.
6980         (idlwave-popup-select): Tighten scope of `resp'.
6981         (idlwave-find-struct-tag): Remove unused var `beg'.
6982         (idlwave-after-load-rinfo-hook): Declare.
6983         (idlwave-sintern-class-info): Remove unused var `taglist'.
6984         (idlwave-find-class-definition): Remove unused var `list'.
6985         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6986         (idlwave-what-module-find-class): Remove unused var `classes'.
6988 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6990         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6992 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6994         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6995         buffers visited.  Remove redundant current-buffer-saving.
6997 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6999         Use completion-in-buffer and remove uses of dynamic scoping.
7000         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
7001         (pascal-buffer-to-use, pascal-flag): Don't declare.
7002         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
7003         (pascal-get-completion-decl, pascal-keyword-completion):
7004         Add `pascal-str' argument, save-excursion,
7005         return the found completions, and don't filter with pascal-pred.
7006         (pascal-completion-cache): New var.
7007         (pascal-completion): Don't switch buffer any more (it was never
7008         necessary).  Don't save-excursion any more (it's done by the called
7009         subroutines).  Use a cache to avoid redundant computations.
7010         Use complete-with-action rather than pascal-completion-response and
7011         let it apply the predicate as well.
7012         (pascal-complete-word): Use completion-in-buffer when
7013         pascal-toggle-completions is nil.
7014         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
7015         not used any more.
7016         (pascal-comp-defun): Don't change buffer any more.
7017         Use complete-with-action rather than pascal-completion-response and
7018         let it apply the predicate as well.
7019         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
7020         when neded.
7022 2009-12-02  Kenichi Handa  <handa@m17n.org>
7024         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
7025         shape for all Indic scripts.
7027 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7029         Use completion-in-buffer.
7030         * wid-edit.el (widget-field-text-end): New function.
7031         (widget-field-value-get): Use it.
7032         (widget-string-complete, widget-file-complete)
7033         (widget-color-complete): Use it and completion-in-region.
7034         (widget-complete): Don't narrow the buffer.
7036 2009-12-02  Glenn Morris  <rgm@gnu.org>
7038         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
7039         (rmail-select-summary): Use rmail-pop-to-buffer.
7040         * mail/rmailsum.el: Replace all pop-to-buffer calls with
7041         rmail-pop-to-buffer, to prevent horizontal splits.
7043         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
7044         save-excursion with save-current-buffer.
7045         Widen before searching.  (Bug#5093)
7046         (diary-list-sexp-entries): Remove superfluous save-excursion.
7048 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
7050         * woman.el (woman-make-bufname): Handle man-pages with "." in the
7051         name.  (Bug#5038)
7053 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7055         * ido.el (ido-file-internal): Handle filenames at point that do
7056         not have a directory part.  (Bug#5049)
7058 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
7060         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
7061         (mpc-songs-jump-to, mpc-resume): Doc fixes.
7063 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
7065         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
7066         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
7067         any more.
7069 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7071         * comint.el (comint-insert-input): Ignore clicks to the right of
7072         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
7074         * vc.el (vc-print-log-internal): Don't wait for the process to
7075         terminate before setting up the major mode.
7077         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7078         in case.
7080         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
7081         the last element.
7083         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
7085 2009-12-01  Glenn Morris  <rgm@gnu.org>
7087         * window.el (window--display-buffer-2): Fix previous changes.
7089 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
7091         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
7093 2009-12-01  Glenn Morris  <rgm@gnu.org>
7095         * Makefile.in (ELCFILES): Add mpc.elc.
7097 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7099         * mpc.el: New file.
7101 2009-12-01  Glenn Morris  <rgm@gnu.org>
7103         * window.el (window-to-use): Define for compiler.
7105         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
7106         consistent with others (no final period).
7108         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
7109         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
7111 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
7113         Make vc-print-log buttons work.
7114         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
7116 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
7118         * savehist.el (savehist-autosave-interval): Allow setting to nil
7119         through customize.  (Bug#5056)
7121 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
7123         Fix references to jit-lock properties.
7124         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7125         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
7126         (perl-font-lock-special-syntactic-constructs):
7127         Quote jit-lock-defer-multiline property.
7129 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
7131         * vc-git.el (vc-git-registered): Call vc-git-root only once.
7133 2009-11-30  Juri Linkov  <juri@jurta.org>
7135         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
7136         value `buffer' of `multi-isearch-next-buffer-current-function'.
7137         Use `(current-buffer)' when `buffer' is nil.
7138         (multi-isearch-next-buffer-from-list): Don't fallback to
7139         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
7141 2009-11-30  Juri Linkov  <juri@jurta.org>
7143         * misearch.el (multi-isearch-read-buffers): Move canonicalization
7144         of buffers with `get-buffer' to `multi-isearch-buffers'.
7145         (multi-isearch-buffers, multi-isearch-buffers-regexp):
7146         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
7147         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
7148         FILES with `expand-file-name' converting relative file names
7149         to absolute.  Doc fix.  (Bug#4727)
7151 2009-11-30  Juri Linkov  <juri@jurta.org>
7153         * misearch.el (multi-isearch-read-buffers)
7154         (multi-isearch-read-matching-buffers): New functions.
7155         (multi-isearch-buffers, multi-isearch-buffers-regexp):
7156         Use them in the `interactive' spec.  Doc fix.
7157         (multi-isearch-read-files, multi-isearch-read-matching-files):
7158         New functions.
7159         (multi-isearch-files, multi-isearch-files-regexp):
7160         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
7162 2009-11-30  Juri Linkov  <juri@jurta.org>
7164         * doc-view.el (doc-view-continuous):
7165         Rename from `doc-view-continuous-mode'.
7166         (doc-view-menu): Move "Toggle display" to the top.
7167         Add submenu "Continuous" with radio buttons "Off"/"On"
7168         and "Save as Default".
7169         (doc-view-scroll-up-or-next-page)
7170         (doc-view-scroll-down-or-previous-page)
7171         (doc-view-next-line-or-next-page)
7172         (doc-view-previous-line-or-previous-page): Rename
7173         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
7175 2009-11-30  Juri Linkov  <juri@jurta.org>
7177         * comint.el (comint-mode-map): Rebind `M-r' from
7178         `comint-previous-matching-input' to
7179         `comint-history-isearch-backward-regexp'.
7180         Unbind `M-s' to allow global key binding `M-s'.
7181         Add menu items for `comint-history-isearch-backward' and
7182         `comint-history-isearch-backward-regexp'.  (Bug#3746)
7184 2009-11-30  Juri Linkov  <juri@jurta.org>
7186         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
7187         For def=recenter, replace `recenter' with `recenter-top-bottom'
7188         that is called with `this-command' and `last-command' let-bound
7189         to `recenter-top-bottom'.  When the last `def' was not `recenter',
7190         set `recenter-last-op' to nil.  (Bug#4981)
7192 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7194         Minor cleanup and simplification.
7195         * filecache.el (file-cache-add-directory)
7196         (file-cache-add-directory-recursively)
7197         (file-cache-add-from-file-cache-buffer)
7198         (file-cache-delete-file-regexp, file-cache-delete-directory)
7199         (file-cache-files-matching-internal, file-cache-display): Use dolist.
7200         (file-cache-temp-minibuffer-message): Delete function.
7201         (file-cache-minibuffer-complete): Use minibuffer-message instead.
7203         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7204         Don't signal an error when bumping into EOB in tr, s, or y.
7206 2009-11-29  Juri Linkov  <juri@jurta.org>
7208         * startup.el (fancy-about-text): Fix wording of Guided Tour.
7209         (Bug#4960)
7211         * descr-text.el (describe-char-unidata-list): Use lowercase name
7212         for "Unicode name" like in other tags.
7214 2009-11-29  Juri Linkov  <juri@jurta.org>
7216         * ediff-util.el (ediff-minibuffer-with-setup-hook):
7217         New compatibility macro.
7218         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
7220 2009-11-29  Juri Linkov  <juri@jurta.org>
7222         Add defcustom to define the cycling order of `recenter-top-bottom'.
7223         (Bug#4981)
7225         * window.el (recenter-last-op): Doc fix.
7226         (recenter-positions): New defcustom.
7227         (recenter-top-bottom): Rewrite to use `recenter-positions'.
7228         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
7230 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
7232         Improve integration of Tramp and ange-ftp in eshell.
7234         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
7235         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
7236         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
7238         * eshell/esh-util.el (top): Require also Tramp when compiling.
7239         (eshell-directory-files-and-attributes): Check for FTP remote
7240         connection.
7241         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
7242         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
7243         (eshell-file-attributes): Handle ".".  Return `entry'.
7245         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
7246         (ange-ftp-directory-files-and-attributes)
7247         (ange-ftp-real-directory-files-and-attributes): New defuns.
7249         * net/tramp.el (tramp-maybe-open-connection): Open the remote
7250         shell with "exec" when possible.  This prevents trailing prompts
7251         in `start-file-process'.
7253 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7255         Try and remove assumptions about point-min==1.
7256         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
7257         (rng-compute-mode-line-string): Show the validation percentage in
7258         terms of the narrowed text, not the widened text.
7259         (rng-do-some-validation): Don't catch internal errors when debugging.
7260         (rng-first-error): Simplify.
7261         (rng-after-change-function): Remove work around.  AFAIK the bug has
7262         been fixed a while ago.
7264         * image-mode.el (image-minor-mode): Exit more gracefully when the image
7265         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
7267         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
7269         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
7270         `cd' doesn't always do it for us (bug#5067).
7272         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
7273         on 2009-10-25 as part of some other change (bug#5067).
7275 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7277         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7278         `suspicious'.
7279         (byte-compile-warnings): Use byte-compile-warning-types.
7280         (byte-compile-save-excursion): Warn about use of set-buffer right
7281         after save-excursion.
7283         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7284         the excursion as well.
7286 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
7288         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7289         providing a Tramp related implementation of "su" and "sudo".
7290         (eshell-unix-initialize): Add "su" and "sudo".
7292 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
7294         * net/socks.el (socks-send-command): Convert binary request to
7295         unibyte before sending.  This fixes mishandling of some port
7296         numbers such as 129.
7298 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7300         * help.el (describe-bindings-internal): Remove `interactive'.
7302         * man.el (Man-completion-table): Trim a terminating "(".
7303         Remove the space between name page a section.
7304         Add the command's description on the `help-echo' property.
7305         Remove `process-connection-type' binding since it's unused by
7306         call-process.
7307         Provide completion for the "<section> <name>" format as well.
7308         (Man-default-man-entry): Remove spurious var shadowing the argument.
7310 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7312         * log-view.el: Add "Keywords: tools", since its other keywords
7313         aren't in finder-known-keywords, and following vc.el.
7315         * sha1.el (sha1-string-external): default-directory "/" in case
7316         otherwise non-existent.  process-connection-type pipe for touch of
7317         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7319 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7321         Misc coding convention cleanups.
7322         * htmlfontify.el (hfy-init-kludge-hook): Rename from
7323         hfy-init-kludge-hooks.
7324         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7325         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7326         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7327         and push.
7328         (hfy-slant, hfy-weight): Use tables rather than code.
7329         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7330         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7331         (hfy-face-attr-for-class): Initialize `face-spec' directly.
7332         (hfy-face-to-css): Remove `nconc' with single arg.
7333         (hfy-p-to-face-lennart): Use `or'.
7334         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
7335         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7336         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7337         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7338         (hfy-force-fontification): Use run-hooks.
7340 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
7342         Various minor fixes.
7343         * htmlfontify.el (hfy-default-header): Add toggle_invis since
7344         Javascript belongs in the header, not the body.
7345         (hfy-javascript): Remove.
7346         (hfy-fontify-buffer): Don't insert it any more.
7347         (hfy-face-at): Handle (face0 face1 face2) style face properties.
7348         Fix bug in invis handling when there were no invis props in a chunk.
7350 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7352         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7354 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
7356         * finder.el (finder-mode-map): Add a menu.
7358 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
7360         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7361         "unsigned" structs.
7363         (verilog-leap-to-head, verilog-backward-token): Handle "disable
7364         fork" statement better.
7366 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
7368         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7369         (verilog-delete-auto, verilog-delete-empty-auto-pair)
7370         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7371         Reported by Clay Douglass.
7373         (verilog-auto-inst, verilog-auto-star-safe)
7374         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7375         Fix removing "// Interfaces" when saving .* expansions.  Reported by
7376         Pierre-David Pfister.
7378 2009-11-26  Glenn Morris  <rgm@gnu.org>
7380         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7381         the scope.
7383 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
7385         * vc-annotate.el (vc-annotate-revision-previous-to-line):
7386         Really use previous revision.
7388 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7390         * man.el (Man-completion-table): default-directory "/" in case
7391         doesn't otherwise exist.  process-environment COLUMNS=999 so as
7392         not to truncate long names.  process-connection-type pipe to avoid
7393         any chance of hitting the pseudo-tty TIOCGWINSZ.
7394         (man): completion-ignore-case t for friendliness and since man
7395         itself is case-insensitive on the command line.
7396         Further to Bug#3717.
7398         * arc-mode.el: Add "Keywords: files", so the details in its
7399         commentary can be reached from finder-by-keyword.
7400         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
7401         editing mode, but it's comms related and sgml-mode.el has "comm"
7402         on that basis too.
7403         * textmodes/bibtex-style.el: Add "Keywords: tex".
7404         * international/isearch-x.el, international/ja-dic-cnv.el:
7405         * international/ja-dic-utl.el, international/kkc.el:
7406         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7408 2009-11-25  Juri Linkov  <juri@jurta.org>
7410         * man.el (Man-completion-table): Modify regexp to include
7411         section names to completion strings.  (Bug#3717)
7413 2009-11-25  Juri Linkov  <juri@jurta.org>
7415         Search recursively in gzipped files.  (Bug#4982)
7417         * progmodes/grep.el (grep-highlight-matches): Add new options
7418         `always' and `auto'.  Doc fix.
7419         (grep-process-setup): Check `grep-highlight-matches' for
7420         `auto-detect' to determine the need to compute grep defaults.
7421         Move Windows/DOS specific --colors settings handling
7422         to `grep-compute-defaults'.  Check `grep-highlight-matches'
7423         to get the value of "--color=".
7424         (grep-compute-defaults): Compute `grep-highlight-matches' when it
7425         has the value `auto-detect'.  Move Windows/DOS specific settings
7426         from `grep-process-setup'.
7427         (zrgrep): New command with alias `rzgrep'.
7429 2009-11-25  Juri Linkov  <juri@jurta.org>
7431         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7432         to nil instead of switching off view-mode.  (Bug#4896)
7434 2009-11-25  Juri Linkov  <juri@jurta.org>
7436         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
7438         * mwheel.el (mwheel-scroll-up-function)
7439         (mwheel-scroll-down-function): New defvars.
7440         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7441         `scroll-up', and `mwheel-scroll-down-function' instead of
7442         `scroll-down'.
7444         * doc-view.el (doc-view-scroll-up-or-next-page)
7445         (doc-view-scroll-down-or-previous-page): Add optional ARG.
7446         Use this ARG in the call to image-scroll-up/image-scroll-down.
7447         Change `interactive' spec to "P".  Goto next/previous page only
7448         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7449         SPC/DEL case).  Doc fix.
7450         (doc-view-next-line-or-next-page)
7451         (doc-view-previous-line-or-previous-page): Rename arg to ARG
7452         for consistency.
7453         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7454         `doc-view-scroll-up-or-next-page', and buffer-local
7455         `mwheel-scroll-down-function' to
7456         `doc-view-scroll-down-or-previous-page'.
7458 2009-11-25  Juri Linkov  <juri@jurta.org>
7460         Provide additional default values (directories at other Dired
7461         windows) via M-n in the minibuffer of some Dired commands.
7463         * dired-aux.el (dired-diff, dired-compare-directories)
7464         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7465         `minibuffer-default' in `minibuffer-with-setup-hook'.
7466         (dired-dwim-target-directory): Find a window that displays Dired
7467         buffer instead of failing when the next window is not Dired.
7468         Use `get-window-with-predicate' to find for the next Dired window.
7469         (dired-dwim-target-defaults): New function.
7471         * ediff-util.el (ediff-read-file-name):
7472         Use `dired-dwim-target-defaults' to set `minibuffer-default'
7473         in `minibuffer-with-setup-hook'.
7475 2009-11-25  Juri Linkov  <juri@jurta.org>
7477         Provide additional default values (file name at point or at the
7478         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
7480         * minibuffer.el (read-file-name-defaults): New function.
7481         (read-file-name): Reset `minibuffer-default' to nil when
7482         it duplicates initial input `insdef'.
7483         Bind `minibuffer-default-add-function' to lambda that
7484         calls `read-file-name-defaults' in `minibuffer-selected-window'.
7485         (minibuffer-insert-file-name-at-point): New command.
7487         * files.el (file-name-at-point-functions): New defcustom.
7488         (find-file-default): Remove defvar.
7489         (find-file-read-args): Don't use `find-file-default'.
7490         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7491         to `read-file-name'.
7492         (find-file-literally): Use `read-file-name' with
7493         `confirm-nonexistent-file-or-buffer'.
7495         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7497         * dired.el (dired-read-dir-and-switches):
7498         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7499         to `read-file-name'.
7500         (dired-file-name-at-point): New function.
7501         (dired-mode): Add hook `dired-file-name-at-point' to
7502         `file-name-at-point-functions'.
7504 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7506         Really make the *Completions* window soft-dedicated (bug#5030).
7507         * window.el (window--display-buffer-2): Add `dedicated' argument.
7508         (display-buffer): Pass it when needed so the dedicated flag is set
7509         after calling set-window-buffer, which would otherwise reset it.
7511 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7513         * progmodes/meta-mode.el (meta-complete-symbol):
7514         * progmodes/etags.el (complete-tag):
7515         * mail/mailabbrev.el (mail-abbrev-complete-alias):
7516         Use completion-in-region.
7518         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7519         (dabbrev-completion): Use completion-in-region.
7520         (dabbrev--abbrev-at-point): Simplify regexp.
7522         * abbrev.el (abbrev--before-point): Use word-motion functions
7523         if :regexp is not specified (bug#5031).
7525         * subr.el (string-prefix-p): New function.
7527         * man.el (Man-completion-cache): New var.
7528         (Man-completion-table): Use it.
7530         * vc.el (vc-print-log-internal): Make `limit' optional for better
7531         compatibility (e.g. with vc-annotate.el).
7533 2009-11-24  Kevin Ryde  <user42@zip.com.au>
7535         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7536         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
7538         * emacs-lisp/elint.el (elint-add-required-env): Better error message
7539         when .el source file not found or other error.
7541 2009-11-24  Markus Triska  <markus.triska@gmx.at>
7543         * linum.el (linum-update-window): Ignore intangible (bug#4996).
7545 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7547         Handle the [back] button properly (bug#4979).
7548         * descr-text.el (describe-text-properties): Add a `buffer' argument.
7549         Use help-setup-xref, help-buffer, and with-help-window.
7550         (describe-char): Add `buffer' argument.
7551         Pass proper command to help-setup-xref.  Don't meddle with
7552         help-xref-stack-item directly.
7553         (describe-text-category): Use with-help-window and help-buffer.
7555         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7556         for the displayed buffer (bug#4887).
7558         * man.el (Man-completion-table): New function.
7559         (man): Use it.
7561 2009-11-24  David Reitter  <david.reitter@gmail.com>
7563         * vc-git.el (vc-git-registered): Use checkout directory (where
7564         .git is) rather than the file's directory and a relative path spec
7565         to work around a bug in git.
7567 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
7569         Improve handling of processes on remote hosts.
7571         * eshell/esh-util.el (eshell-path-env): New defvar.
7572         (eshell-parse-colon-path): New defun.
7573         (eshell-file-attributes): Use `eshell-parse-colon-path'.
7575         * eshell/esh-ext.el (eshell-search-path):
7576         Use `eshell-parse-colon-path'.
7577         (eshell-remote-command): Remove argument HANDLER.
7578         (eshell-external-command): Check for FTP remote connection.
7580         * eshell/esh-proc.el (eshell-gather-process-output):
7581         Use `file-truename', in order to start also symlinked files.
7582         Apply `start-file-process' instead of `start-process'.
7583         Shorten `command' to the local file name part.
7585         * eshell/em-cmpl.el (eshell-complete-commands-list):
7586         Use `eshell-parse-colon-path'.
7588         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7590         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
7591         to `eshell-directory-change-hook'.
7593 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
7595         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7596         because it could be enabled automatically if view-read-only is non-nil.
7598 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7600         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7601         made on 2009-11-22.
7603 2009-11-24  Glenn Morris  <rgm@gnu.org>
7605         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7606         deleted variable bookmark-bmenu-bookmark-column.
7608         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7609         Move after definition of global-semantic-idle-tag-highlight-mode.
7611 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7613         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7615 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7617         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7618         two slashes to the "file:" prefix.
7619         (browse-url-file-url): De-munge Cygwin filenames before passing
7620         them to Windows browser.
7621         (browse-url-default-windows-browser): Use call-process.
7623 2009-11-23  Juri Linkov  <juri@jurta.org>
7625         Implement DocView Continuous mode.  (Bug#4896)
7626         * doc-view.el (doc-view-continuous-mode): New defcustom.
7627         (doc-view-mode-map): Bind C-n/<down> to
7628         `doc-view-next-line-or-next-page', C-p/<up> to
7629         `doc-view-previous-line-or-previous-page'.
7630         (doc-view-next-line-or-next-page)
7631         (doc-view-previous-line-or-previous-page): New commands.
7633 2009-11-23  Juri Linkov  <juri@jurta.org>
7635         Implement Isearch in comint input history.  (Bug#3746)
7636         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7637         `isearch-mode-hook'.
7638         (comint-history-isearch): New defcustom.
7639         (comint-history-isearch-backward)
7640         (comint-history-isearch-backward-regexp): New commands.
7641         (comint-history-isearch-message-overlay): New buffer-local variable.
7642         (comint-history-isearch-setup, comint-history-isearch-end)
7643         (comint-goto-input, comint-history-isearch-search)
7644         (comint-history-isearch-message, comint-history-isearch-wrap)
7645         (comint-history-isearch-push-state)
7646         (comint-history-isearch-pop-state): New functions.
7648 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7650         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7651         return.
7652         (tramp-handle-make-symbolic-link)
7653         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7654         Quote file names.
7655         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7656         (tramp-handle-process-file): Use it.
7658 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7660         * window.el (move-to-window-line-last-op): Remove.
7661         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7663 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7665         Make M-r mirror the new cycling behavior of C-l.
7666         * window.el (move-to-window-line-last-op): New var.
7667         (move-to-window-line-top-bottom): New command.
7668         (global-map): Bind M-r move-to-window-line-top-bottom.
7670 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7672         * dired-x.el (dired-guess-shell-alist-default):
7673         Support xz format.  (Bug#4953)
7675 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7677         * cedet/srecode/map.el (srecode-get-maps):
7678         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7679         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7680         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7681         (semantic-toggle-decoration-style):
7682         * cedet/semantic/decorate/include.el
7683         (semantic-decoration-include-describe)
7684         (semantic-decoration-unknown-include-describe)
7685         (semantic-decoration-unparsed-include-describe)
7686         (semantic-decoration-all-include-summary):
7687         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7688         * cedet/semantic/analyze/complete.el
7689         (semantic-analyze-possible-completions):
7690         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7691         (semantic-show-unmatched-syntax-mode)
7692         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7693         (semantic-highlight-func-mode):
7694         * cedet/semantic/util.el (semantic-describe-buffer):
7695         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7696         (semantic-symref-find-tags-by-name)
7697         (semantic-symref-find-tags-by-regexp)
7698         (semantic-symref-find-tags-by-completion)
7699         (semantic-symref-find-file-references-by-name)
7700         (semantic-symref-find-text):
7701         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7702         (senator-yank-tag):
7703         * cedet/semantic/scope.el (semantic-calculate-scope):
7704         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7705         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7706         (define-semantic-idle-service):
7707         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7708         (semantic-complete-analyze-inline-idle):
7709         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7710         * cedet/mode-local.el (describe-mode-local-bindings)
7711         (describe-mode-local-bindings-in-mode):
7712         * cedet/ede/make.el (ede-make-check-version):
7713         * cedet/ede/locate.el (ede-enable-locate-on-project):
7714         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7715         (cedet-idutils-version-check):
7716         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7717         (cedet-gnu-global-version-check):
7718         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7719         (cedet-cscope-version-check): Use called-interactively-p instead
7720         of interactive-p.
7722         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7723         Use semantic-format-tag-prototype.
7725 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7727         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7728         last-command-char/last-command-event.
7729         (viper-prefix-arg-value): Do correct conversion of event-char for
7730         XEmacs.
7732         * emulation/viper-util.el, emulation/viper.el:
7733         Use viper-last-command-char instead of
7734         last-command-char/last-command-event.
7736         * ediff-init.el, ediff-mult.el, ediff-util.el:
7737         Replace last-command-char and last-command-event
7738         with (ediff-last-command-char) everywhere.
7740         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7741         created in fundamental mode.
7743         * ediff.el (ediff-version): Revert the change of interactive-p to
7744         called-interactively-p.
7746 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7748         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7749         generation from word-movement command names.
7751 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7753         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7754         (semantic-complete-jump-local, semantic-complete-jump):
7755         Improve prompt string.
7757 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7759         * cus-start.el (all): Add native condition for font-use-system-font.
7761 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7763         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7764         Correct the patch from 2009-11-18.  (Bug#3910)
7766 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7768         * progmodes/subword.el: Rename from lisp/subword.el.
7770         * subword.el: Rename to progmodes/subword.el.
7772         * Makefile.in (ELCFILES): Adapt to subword.el move.
7774 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7775             Stefan Monnier  <monnier@iro.umontreal.ca>
7777         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7778         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7779         (bookmark-bmenu-show-filenames): Use push.
7780         (bookmark-bmenu-hide-filenames): Use local var instead of
7781         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7782         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7783         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7784         filenames now that the bookmark names are always available.
7786 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7788         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7789         (bookmark-search-pattern): Move and leave unbound.
7790         (bookmark-bmenu-mode-map): Change binding.
7791         (bookmark-read-search-input): Simplify.
7792         Don't use text-char-description.  Don't error on non-char events.
7793         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7794         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7795         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7796         Use a local var for the timer.
7797         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7798         (i.e. bookmark-bmenu-search).
7800 2009-11-21  Glenn Morris  <rgm@gnu.org>
7802         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7804 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7806         * net/browse-url.el (browse-url-default-windows-browser):
7807         Use cygstart for cygwin.
7809 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7811         * bookmark.el: Formatting and doc fixes only:
7812         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7813         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7814         Minor grammar and punctuation fixes in doc string.
7815         (bookmark-read-search-input): Adjust to fit within 80 columns.
7817 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7819         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7820         (c-backward-into-nomenclature): Adapt to subword renaming.
7822         * subword.el (subword-forward, subword-backward, subword-mark)
7823         (subword-kill, subword-backward-kill, subword-transpose)
7824         (subword-downcase, subword-upcase, subword-capitalize)
7825         (subword-forward-internal, subword-backward-internal):
7826         Rename from forward-subword, backward-subword, mark-subword,
7827         kill-subword, backward-kill-subword, transpose-subwords,
7828         downcase-subword, upcase-subword, capitalize-subword,
7829         forward-subword-internal, backward-subword-internal.
7831 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7833         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7834         New options.
7835         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7836         New vars.
7837         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7838         (bookmark-bmenu-filter-alist-by-regexp)
7839         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7840         (bookmark-bmenu-search): New command.
7841         (bookmark-bmenu-mode-map): Bind it.
7843 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7845         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7847         * cedet/semantic/idle.el (define-semantic-idle-service)
7848         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7850 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7852         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7853         backward-subword to quit the byte-compiler.
7855         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7857         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7859         * progmodes/cc-cmds.el (c-update-modeline)
7860         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7861         Refer to subword.el functions instead of cc-subword.el.
7863         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7864         subword.el functions instead of cc-subword.el.
7866         * progmodes/cc-subword.el: Rename to subword.el.
7867         * subword.el: Rename from progmodes/cc-subword.el.
7868         (subword-mode-map): Rename from c-subword-mode-map.
7869         (subword-mode): Rename from c-subword-mode.
7870         (global-subword-mode): New global minor mode.
7871         (forward-subword): Rename from c-forward-subword.
7872         (backward-subword): Rename from c-backward-subword.
7873         (mark-subword): Rename from c-mark-subword.
7874         (kill-subword): Rename from c-kill-subword.
7875         (backward-kill-subword): Rename from c-backward-kill-subword.
7876         (transpose-subwords): Rename from c-tranpose-subword.
7877         (downcase-subword): Rename from c-downcase-subword.
7878         (capitalize-subword): Rename from c-capitalize-subword.
7879         (forward-subword-internal): Rename from c-forward-subword-internal.
7880         (backward-subword-internal): Rename from c-backward-subword-internal.
7882 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7884         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7885         from a dired buffer.
7886         (vc-dired-deduce-fileset): New function.
7887         (vc-root-diff, vc-print-root-log): Use it.
7889         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7890         nil LIMIT argument to vc-print-log-internal.
7892 2009-11-20  Glenn Morris  <rgm@gnu.org>
7894         * Makefile.in (ELCFILES): Regenerate.
7896 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7898         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7900         * cedet/semantic.el: Enable idle-mode menu items only if
7901         global-semantic-idle-scheduler-mode is enabled.
7902         (semantic-default-submodes): Doc fix.
7904         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7905         When turning off, disable other idle modes.
7907 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7909         * calc/calc.el (calc-set-mode-line):
7910         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7911         (math-format-number): Rename `math-format-complement-signed' to
7912         `math-format-twos-complement'.
7914         * calc/calc-bin.el (math-format-twos-complement): Rename from
7915         math-format-complement-signed.
7916         (calc-radix): Rename `calc-complement-signed-mode' to
7917         `calc-twos-complement-mode'.
7918         (calc-octal-radix, calc-hex-radix): Add an argument for
7919         two's complement.
7921         * calc/calc-embed.el (calc-embedded-mode-vars):
7922         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7924         * calc/calc-ext.el (calc-init-extensions):
7925         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7926         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7928         * calc/calc-units.el (math-build-units-table-buffer):
7929         Let `calc-twos-complement-mode' be nil.
7931         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7932         entries.
7934         * calc/calc-vec.el (calcFunc-vunpack):
7935         * calc/calc-aent.el (calc-do-calc-eval):
7936         * calc/calc-forms.el (math-format-date):
7937         * calc/calc-graph.el (calc-graph-plot):
7938         * calc/calc-math.el (math-use-emacs-fn):
7939         * calc/calccomp.el (math-compose-expr):
7940         Let `calc-twos-complement-mode' be nil.
7942 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7944         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7945         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7946         * minibuffer.el (completion-in-region-functions): New hook.
7947         (completion-in-region): New function.
7948         * emacs-lisp/lisp.el (lisp-complete-symbol):
7949         * pcomplete.el (pcomplete-std-complete): Use it.
7951 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7953         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7954         (latex-complete-alist): New vars.
7955         (latex-string-prefix-p, latex-complete-bibtex-keys)
7956         (latex-complete-envnames, latex-complete-refkeys)
7957         (latex-complete-data): New functions.
7958         (latex-complete, latex-indent-or-complete): New commands.
7960         * window.el (display-buffer-mark-dedicated): New var.
7961         (display-buffer): Obey it.
7962         * minibuffer.el (minibuffer-completion-help): Use it.
7964         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7966         * filecache.el (file-cache-add-file): Use push and cons.
7967         (file-cache-delete-file-regexp): Use push.
7968         (file-cache-complete): Use completion-in-region.
7970         * simple.el (with-wrapper-hook): Fix thinko.
7972         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7973         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7974         Use with-current-buffer and string-to-number.
7975         (hfy-fallback-colour-values): Use assoc-string.
7976         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7977         (hfy-face-at): Remove unused var `found-face'.
7978         (hfy-compile-stylesheet): Remove unused var `css'.
7979         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7980         and `orig-buffer'.
7981         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7982         Use with-current-buffer.
7983         (hfy-text-p): Use expand-file-name and fewer setq.
7985 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7987         * htmlfontify.el, hfy-cmap.el: New files.
7989 2009-11-19  Juri Linkov  <juri@jurta.org>
7991         * minibuffer.el (completions-format): New defcustom.
7992         (completion--insert-strings): Implement vertical format.
7994         * simple.el (switch-to-completions): Move point to the first
7995         completion when point was at the beginning of the buffer.
7997 2009-11-19  Juri Linkov  <juri@jurta.org>
7999         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
8001         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
8003 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
8005         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
8006         (mail-signature): Change default to t.
8007         (mail-from-style): Deprecate `system-default' value.
8008         (mail-insert-from-field): For default value of mail-from-style,
8009         default to `angles' unless `angles' needs quoting and `parens'
8010         does not.
8011         (mail-citation-prefix-regexp): Use citation regexp from
8012         message-mode.
8014 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
8016         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8017         Set variables for computing the prompt for reading password.
8019 2009-11-19  Glenn Morris  <rgm@gnu.org>
8021         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
8023         * textmodes/flyspell.el (sgml-lexical-context): Declare.
8025         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
8026         (newsticker-treeview-listwindow-height): Fix custom type.
8028 2009-11-19  Kenichi Handa  <handa@m17n.org>
8030         * descr-text.el (describe-char-padded-string): Compose with TAB
8031         only if there's a font for CH.
8032         (describe-char): Fix the condition for detecting a trivial composition.
8034 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
8036         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
8037         more accurate version of the regexp.  (Bug#3910)
8039 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
8041         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
8043 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
8045         * font-setting.el (font-use-system-font): Declare for byte-compiler.
8046         (font-setting-change-default-font): Fix typo in docstring.
8048 2009-11-18  Alan Mackenzie  <acm@muc.de>
8050         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
8052 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
8054         * font-setting.el (font-use-system-font): Move ...
8056         * cus-start.el (all): ... to here.
8058 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
8060         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
8061         Don't set `ad-return-value' if `ad-do-it' doesn't.
8063         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
8064         modification time.
8066 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
8068         * menu-bar.el: Put "Use system font" in Option-menu.
8069         (menu-bar-options-save): Add font-use-system-font.
8071         * loadup.el: If feature system-font-setting or font-render-setting is
8072         there, load font-setting.
8074         * Makefile.in (ELCFILES): Add font-settings.el.
8075         * font-setting.el: New file.
8077 2009-11-17  Glenn Morris  <rgm@gnu.org>
8079         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
8081         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
8082         Preserve point in the list buffer.  (Bug#4939)
8083         Use point-at-eol.
8084         (newsticker--treeview-list-update-highlight)
8085         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
8087 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
8089         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
8090         Remove.
8092         * calc/calc-ext.el (calc-init-extensions): Remove references to
8093         symclip.
8095         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
8097         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
8098         * calc/calc-help.el (calc-b-prefix-help): Remove references to
8099         `calc-symclip'.
8101 2009-11-16  Kevin Ryde  <user42@zip.com.au>
8103         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8104         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
8106         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8107         (lm-keywords-list): Allow comma-only separator like "foo,bar".
8108         Ignore trailing spaces by omit-nulls to split-string (fixing
8109         regression from Emacs 21 due to the incompatible split-string
8110         change).  (Bug #4928.)
8112 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8114         * vc.el (vc-log-show-limit): Default to 2000.
8115         (vc-print-log-internal): Insert buttons to request more entries
8116         when limiting the output.
8118         * vc-sccs.el (vc-sccs-print-log):
8119         * vc-rcs.el (vc-rcs-print-log):
8120         * vc-cvs.el (vc-cvs-print-log):
8121         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
8122         LIMIT is non-nil.
8124 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
8126         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
8127         error when `tramp-gvfs-dbus-event-vector' is set.
8128         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
8130 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8132         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
8134 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
8136         * net/dbus.el (dbus-unregister-service): New defun.
8137         (dbus-register-property): Register the handlers of
8138         "org.freedesktop.DBus.Properties" for SERVICE.
8139         (dbus-property-handler): Fix docstring.
8141 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8143         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
8144         Quote doc string reference in defvaralias as it is not in special form.
8145         (byte-compile-output-docform): Doc fix.
8147 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
8149         * calc/calc.el (math-2-word-size, math-half-2-word-size)
8150         (calc-complement-signed-mode): New variables.
8151         (calc-set-mode-line): Add indicator for twos-complements.
8152         (math-format-number): Format twos-complement notation.
8154         * calc/calc-bin.el (calc-word-size): Reset the variables
8155         `math-2-word-size' and `math-half-2-word-size'.
8156         (math-format-complement-signed, math-symclip, calcFunc-symclip)
8157         (calc-symclip): New functions.
8159         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
8161         * calc/calc-embed.el (calc-embedded-mode-vars):
8162         Add `calc-complement-signed-mode' to the list of modes.
8164         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
8165         (calc-b-oper-keys): Add `calc-symclip' to list.
8167         * calc/calc-ext.el (math-read-number-fancy): Read complement
8168         signed numbers.
8169         (calc-init-extensions): Add binding for `calc-symclip'.
8170         Add autoload for `calcFunc-symclip' and `calc-symclip'.
8172         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
8173         `calc-symclip'.
8174         (calc-modes-menu): Add item for twos complement mode.
8176         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
8178 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
8180         * register.el (jump-to-register, insert-register): Handle Semantic
8181         tags.  From commented-out advice in semantic/senator.el.
8183 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
8185         * vc.el (vc-log-show-limit): New variable.
8186         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
8187         when using a prefix argument.
8188         (vc-print-log-internal): Add new argument LIMIT.
8190         * vc-svn.el (vc-svn-print-log):
8191         * vc-mtn.el (vc-mtn-print-log):
8192         * vc-hg.el (vc-hg-print-log):
8193         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
8194         pass it to the log command when set.  Make the BUFFER argument
8195         non-optional.
8197         * vc-sccs.el (vc-sccs-print-log):
8198         * vc-rcs.el (vc-rcs-print-log):
8199         * vc-git.el (vc-git-print-log):
8200         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
8201         ignore it.  Make the BUFFER argument non-optional
8203         * bindings.el (mode-line-buffer-identification): Do not purecopy.
8205 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
8207         * dired.el (dired-mode-map): Move encryption items to "Operate"
8208         menu (Bug#4703).
8210         * strokes.el (strokes-update-window-configuration): Make strokes
8211         buffer current before erasing (Bug#4906).
8213         * cedet/semantic/idle.el (semantic-idle-summary-mode)
8214         (semantic-idle-summary-mode): Define using define-minor-mode
8215         instead of define-semantic-idle-service.
8216         (semantic-idle-summary-mode): New function.
8217         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8218         that mouse motion does not reset the echo area.
8220 2009-11-15  Juri Linkov  <juri@jurta.org>
8222         * simple.el (set-mark-default-inactive): Add :type, :group
8223         and :version.  (Bug#4876)
8225 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
8227         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
8228         (archive-unique-fname): ... here.  (Bug#4929)
8230 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8232         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
8233         with a real fix.
8235         * novice.el (disabled-command-function): Add useful args.
8236         Setup the help buffer so that [back] works.
8237         Remove redundant call to help-mode.
8238         (disabled-command-function): Use `case'.
8239         (en/disable-command): New function extracted from enable-command.
8240         (enable-command, disable-command): Use it.
8242 2009-11-14  Glenn Morris  <rgm@gnu.org>
8244         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
8245         constants.  (Bug#4913)
8247         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
8249 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
8251         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
8252         defined in C that have no doc-strings.  (Bug#1063)
8254 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
8256         * cus-edit.el (data, files):
8257         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
8259 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
8261         * simple.el (shell-command): Doc fix (Bug#4891).
8263         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
8265 2009-11-14  Glenn Morris  <rgm@gnu.org>
8267         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
8268         statements for vc-diff, emerge-quit, and rmail-cease-edit.
8269         If they are already loaded, eval-after-load will do the right thing.
8271         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
8272         compiling.
8274         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
8276         * simple.el (x-selection-owner-p): Declare.
8277         (read-mail-command): Use custom radio type rather than choice.
8278         (completion-no-auto-exit): Doc fix.
8280         * custom.el (defgroup):
8281         * epg-config.el (epg): Doc fixes.
8283 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
8285         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8286         * international/ccl.el (define-ccl-program): Do not purecopy the
8287         docstring, defconst does it anyway.
8289 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8291         * add-log.el (add-change-log-entry): Avoid displaying the changelog
8292         a second time.
8294         * x-dnd.el (x-dnd-maybe-call-test-function):
8295         * window.el (split-window-vertically):
8296         * whitespace.el (whitespace-help-on):
8297         * vc-rcs.el (vc-rcs-consult-headers):
8298         * userlock.el (ask-user-about-lock-help)
8299         (ask-user-about-supersession-help):
8300         * type-break.el (type-break-force-mode-line-update):
8301         * time-stamp.el (time-stamp-conv-warn):
8302         * terminal.el (te-set-output-log, te-more-break, te-filter)
8303         (te-sentinel, terminal-emulator):
8304         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8305         (term-write-input-ring, term-check-source, term-start-output-log):
8306         (term-display-buffer-line, term-dynamic-list-completions):
8307         (term-ansi-make-term, serial-term):
8308         * subr.el (selective-display):
8309         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8310         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8311         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8312         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8313         (speedbar-remove-localized-speedbar-support)
8314         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8315         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8316         (speedbar-buffers-line-directory):
8317         * simple.el (shell-command-on-region, append-to-buffer)
8318         (prepend-to-buffer):
8319         * shadowfile.el (shadow-save-todo-file):
8320         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8321         (scroll-bar-maybe-set-window-start):
8322         * sb-image.el (speedbar-image-dump):
8323         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8324         (load-save-place-alist-from-file):
8325         * ps-samp.el (ps-print-message-from-summary):
8326         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8327         (ps-background-image, ps-begin-job, ps-do-despool):
8328         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8329         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8330         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8331         (pr-call-process, pr-file-list, pr-interface-save):
8332         * novice.el (disabled-command-function)
8333         (enable-command, disable-command):
8334         * mouse.el (mouse-buffer-menu-alist):
8335         * mouse-copy.el (mouse-kill-preserving-secondary):
8336         * macros.el (kbd-macro-query):
8337         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8338         * informat.el (batch-info-validate):
8339         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8340         * hippie-exp.el (try-expand-dabbrev-visible):
8341         * help-mode.el (help-make-xrefs):
8342         * help-fns.el (describe-variable):
8343         * generic-x.el (bat-generic-mode-run-as-comint):
8344         * finder.el (finder-mouse-select):
8345         * find-dired.el (find-dired-sentinel):
8346         * filesets.el (filesets-file-close):
8347         * files.el (list-directory):
8348         * faces.el (list-faces-display, describe-face):
8349         * facemenu.el (list-colors-display):
8350         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8351         * epg.el (epg--process-filter, epg-cancel):
8352         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8353         (epa--read-signature-type):
8354         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8355         (emerge-file-names):
8356         * ehelp.el (electric-helpify):
8357         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8358         * ediff-vers.el (rcs-ediff-view-revision):
8359         * ediff-util.el (ediff-setup):
8360         * ediff-mult.el (ediff-append-custom-diff):
8361         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8362         (ediff-wordify):
8363         * echistory.el (Electric-command-history-redo-expression):
8364         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8365         * disp-table.el (describe-display-table):
8366         * dired.el (dired-find-buffer-nocreate):
8367         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8368         * dabbrev.el (dabbrev--same-major-mode-p):
8369         * chistory.el (list-command-history):
8370         * apropos.el (apropos-documentation):
8371         * allout.el (allout-obtain-passphrase):
8372         (allout-copy-exposed-to-buffer):
8373         (allout-verify-passphrase): Use with-current-buffer.
8375 2009-11-13  Glenn Morris  <rgm@gnu.org>
8377         * Makefile.in (ELCFILES): Regenerate.
8379 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
8381         * net/dbus.el (dbus-registered-objects-table): Rename from
8382         `dbus-registered-functions-table', because it contains also properties.
8383         (dbus-unregister-object): Unregister also properties.
8384         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8385         Use a timeout of 500 msec, in order to not block.
8386         (dbus-register-property, dbus-property-handler): New defuns.
8388 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8390         * simple.el (minibuffer-default-add-completions): Drop deprecated
8391         4th arg.
8393 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
8395         * textmodes/artist.el (artist-mouse-choose-operation):
8396         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8397         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8398         (artist-compute-up-event-key): New function.
8399         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8401 2009-11-13  Kenichi Handa  <handa@m17n.org>
8403         * language/japan-util.el: Make sure that the value of jisx0208
8404         property is jisx0208 character.
8406 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
8408         * international/mule.el (auto-coding-regexp-alist): Only purecopy
8409         car or each item, not the whole list.
8411 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8413         * minibuffer.el (minibuffer-completion-help):
8414         Use minibuffer-hide-completions.
8416 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
8418         * dired.el (dired-save-positions, dired-restore-positions): New funs.
8419         (dired-revert): Use them (bug#4880).
8421 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8423         * tooltip.el (tooltip-frame-parameters): Undo previous change.
8425 2009-11-12  Juri Linkov  <juri@jurta.org>
8427         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8428         New functions.
8429         (find-file-literally-at-point): Alias of `ffap-literally'.
8431 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8433         * textmodes/ispell.el (ispell-skip-region-alist):
8434         * textmodes/css-mode.el (auto-mode-alist):
8435         * progmodes/compile.el (auto-mode-alist):
8436         * international/mule.el (ctext-non-standard-encodings-alist)
8437         (ctext-non-standard-encodings-regexp):
8438         * simple.el (shell-command-switch, text-read-only):
8439         * replace.el (occur-mode-map):
8440         * paths.el (rmail-file-name):
8441         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8442         * find-file.el (ff-special-constructs):
8443         * files.el (file-name-handler-alist):
8444         * composite.el: Purecopy strings.
8446         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8448 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8450         * widget.el (define-widget): Purecopy the docstring.
8451         * international/mule-cmds.el (charset): Do not purecopy the
8452         docstring here, define-widget does it.
8454         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8455         * textmodes/bibtex-style.el (auto-mode-alist):
8456         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8457         * progmodes/compile.el (compile-command):
8458         * language/korea-util.el (default-korean-keyboard):
8459         * international/mule-conf.el (file-coding-system-alist):
8460         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8461         * tooltip.el (tooltip-frame-parameters):
8462         * newcomment.el (comment-end, comment-padding):
8463         * dired.el (dired-trivial-filenames):
8464         * comint.el (comint-file-name-prefix): Purecopy initial values.
8466 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
8468         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8469         (tramp-advice-minibuffer-electric-tilde): Unload advices via
8470         `tramp-unload'.
8471         (tramp-advice-make-auto-save-file-name)
8472         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8473         after removing the advice.
8475 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8477         * progmodes/grep.el (grep-regexp-alist):
8478         * international/mule-cmds.el (iso-2022-control-alist):
8479         * emacs-lisp/timer.el (timer-duration-words):
8480         * subr.el (version-separator, version-regexp-alist):
8481         * minibuffer.el (completion-styles-alist):
8482         * faces.el (face-attribute-name-alist, list-faces-sample-text):
8483         Change defvars to defconsts.
8485         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8486         * loadup.el ("international/mule-conf"): Load the byte compiled version.
8487         * international/mule-conf.el: Allow to be byte compiled.
8489         * international/mule.el (define-charset): Purecopy props.
8490         (load-with-code-conversion): Purecopy doc string and file name.
8491         (put-charset-property): Purecopy strings.
8492         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8494         * international/mule-cmds.el (register-input-method): Purecopy arguments.
8495         (define-char-code-property): Correctly purecopy the table.
8497         * international/ccl.el (define-ccl-program): Purecopy the docstring.
8499         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8501         * subr.el (add-hook): Purecopy strings.
8502         (eval-after-load): Purecopy load-history-regexp and the form.
8504         * custom.el (custom-declare-group): Purecopy load-file-name.
8506         * subr.el (menu-bar-separator): New defconst.
8507         * net/eudc.el (eudc-tools-menu):
8508         * international/mule-cmds.el (set-coding-system-map)
8509         (mule-menu-keymap):
8510         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8511         * vc-hooks.el (vc-menu-map):
8512         * replace.el (occur-mode-map):
8513         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8514         (menu-bar-edit-menu, menu-bar-goto-menu)
8515         (menu-bar-custom-menu, menu-bar-showhide-menu)
8516         (menu-bar-options-menu, menu-bar-tools-menu)
8517         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8518         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8519         (menu-bar-help-menu):
8520         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8521         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8523         * term/x-win.el (x-gtk-stock-map):
8524         * progmodes/vera-mode.el (auto-mode-alist):
8525         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8526         (inferior-lisp-program, inferior-lisp-load-command):
8527         * progmodes/hideshow.el (hs-special-modes-alist):
8528         * progmodes/gud.el (same-window-regexps):
8529         * progmodes/grep.el (grep-program, find-program, xargs-program):
8530         * net/telnet.el (same-window-regexps):
8531         * net/rlogin.el (same-window-regexps):
8532         * language/ethiopic.el (font-ccl-encoder-alist):
8533         * vc-sccs.el (vc-sccs-master-templates):
8534         * vc-rcs.el (vc-rcs-master-templates):
8535         * subr.el (cl-assertion-failed):
8536         * simple.el (next-error-overlay-arrow-position):
8537         * lpr.el (lpr-command):
8538         * locate.el (locate-ls-subdir-switches):
8539         * info.el (same-window-regexps, info)
8540         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8541         * image-mode.el (image-mode, auto-mode-alist):
8542         * hippie-exp.el (hippie-expand-ignore-buffers):
8543         * format.el (format-alist):
8544         * find-dired.el (find-ls-subdir-switches, find-grep-options)
8545         (find-name-arg):
8546         * facemenu.el (facemenu-keybindings):
8547         * dired.el (dired-listing-switches, dired-chown-program):
8548         * diff.el (diff-switches, diff-command):
8549         * cus-edit.el (same-window-regexps):
8550         * bindings.el (mode-line-mule-info)
8551         (mode-line-buffer-identification): Purecopy strings.
8553 2009-11-11  Juri Linkov  <juri@jurta.org>
8555         * simple.el (dired-get-filename) <declare-function>:
8556         Tell the byte-compiler about dired-get-filename.
8557         (shell-command): In Dired mode, get filename from the current line
8558         as the default value.
8560 2009-11-10  Glenn Morris  <rgm@gnu.org>
8562         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8563         * calendar/holidays.el, progmodes/cperl-mode.el:
8564         Update x-popup-menu declarations.
8566         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8567         (list-load-path-shadows): Use dolist.
8568         (list-load-path-shadows): Use with-current-buffer.
8570 2009-11-10  Juri Linkov  <juri@jurta.org>
8572         * minibuffer.el (read-file-name): Support a list of default values
8573         in `default-filename'.  Use the first file name where only one
8574         element is required.  Doc fix.
8576 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
8578         * net/dbus.el (dbus-unregister-object): Release service, if no
8579         other method is registered for it.
8581 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
8583         * bookmark.el (bookmark-completing-read): Sort bookmark names if
8584         bookmark-sort-flag is non-nil (Bug#4653).
8586 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8588         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8589         the progress reporter entirely.
8591         * emulation/cua-base.el: Add CUA property to some CC mode commands
8592         (Bug#4100).
8594 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8596         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8597         at end of sentence (Bug#4818).
8599 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8601         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8602         Handle "see declaration of" MSFT statements (Bug#4100).
8604 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8606         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8607         (tramp-advice-file-expand-wildcards): Unload via
8608         `ad-remove-advice'.
8610         * net/trampver.el: Update release number.
8612 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8614         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8615         `ad-do-it'.
8617 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8619         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8620         in order to keep context in SELinux.
8622 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8624         * dired-aux.el (dired-query): Place cursor in echo area and allow
8625         C-g.
8627         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8628         menu item if not on a directory (Bug#4701).
8630 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8632         Sync with Tramp 2.1.17.
8634         * net/tramp.el (tramp-handle-copy-directory): Don't use
8635         `file-remote-p' (due to compatibility).
8637         * net/tramp-compat.el (tramp-compat-copy-directory)
8638         (tramp-compat-delete-directory): New defuns.
8640         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8641         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8642         `tramp-compat-delete-directory'.
8644         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8645         (tramp-smb-handle-delete-directory): Use
8646         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8648         * net/trampver.el: Update release number.
8650 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8652         * tar-mode.el (tar-copy): Call write-region on the right buffer
8653         (Bug#4857).
8655         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8656         by hand, if necessary (Bug#4878).
8658 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8660         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8661         align size column (Bug#4839).
8663         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8664         statement.
8666 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8668         * progmodes/ld-script.el (auto-mode-alist):
8669         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8671         * cus-face.el (custom-declare-face): Purecopy face spec.
8673 2009-11-06  Kenichi Handa  <handa@m17n.org>
8675         * international/uni-bidi.el: Re-generated.
8676         * international/uni-category.el: Re-generated.
8677         * international/uni-combining.el: Re-generated.
8678         * international/uni-mirrored.el: Re-generated.
8680 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8682         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8683         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8684         (tex-start-options, slitex-run-command, latex-run-command)
8685         (tex-run-command, tex-directory):
8686         * textmodes/ispell.el (ispell-html-skip-alists)
8687         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8688         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8689         (adaptive-fill-regexp):
8690         * textmodes/dns-mode.el (auto-mode-alist):
8691         * progmodes/python.el (interpreter-mode-alist):
8692         * progmodes/etags.el (tags-compression-info-list):
8693         * progmodes/etags.el (tags-file-name):
8694         * net/browse-url.el (browse-url-galeon-program)
8695         (browse-url-firefox-program):
8696         * mail/sendmail.el (mail-signature-file)
8697         (mail-citation-prefix-regexp):
8698         * international/mule-conf.el (eight-bit):
8699         * international/latexenc.el (latex-inputenc-coding-alist):
8700         * international/fontset.el (x-pixel-size-width-font-regexp):
8701         * emacs-lisp/warnings.el (warning-type-format):
8702         * emacs-lisp/trace.el (trace-buffer):
8703         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8704         (emacs-lisp-mode-map):
8705         * calendar/holidays.el (holiday-solar-holidays)
8706         (holiday-bahai-holidays, holiday-islamic-holidays)
8707         (holiday-christian-holidays, holiday-hebrew-holidays)
8708         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8709         (hebrew-holidays-1, holiday-oriental-holidays)
8710         (holiday-general-holidays):
8711         * x-dnd.el (x-dnd-known-types):
8712         * tool-bar.el (tool-bar):
8713         * startup.el (site-run-file):
8714         * shell.el (shell-dumb-shell-regexp):
8715         * rfn-eshadow.el (file-name-shadow-tty-properties)
8716         (file-name-shadow-properties):
8717         * paths.el (remote-shell-program, news-directory):
8718         * mouse.el ([C-down-mouse-3]):
8719         * menu-bar.el (menu-bar-tools-menu):
8720         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8721         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8722         (jka-compr-compression-info-list):
8723         * isearch.el (search-whitespace-regexp):
8724         * image-file.el (image-file-name-extensions):
8725         * find-dired.el (find-ls-option):
8726         * files.el (directory-listing-before-filename-regexp)
8727         (directory-free-space-args, insert-directory-program)
8728         (list-directory-brief-switches, magic-fallback-mode-alist)
8729         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8730         (automount-dir-prefix):
8731         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8732         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8733         (face-font-registry-alternatives, face-font-registry-alternatives)
8734         (face-font-family-alternatives):
8735         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8736         (facemenu-foreground-menu, facemenu-face-menu):
8737         * epa-hook.el (epa-file-name-regexp):
8738         * dnd.el (dnd-protocol-alist):
8739         * textmodes/rst.el (auto-mode-alist):
8740         * button.el (default-button): Purecopy strings.
8742 2009-11-06  Glenn Morris  <rgm@gnu.org>
8744         * Makefile.in (ELCFILES): Update.
8746 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8748         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8749         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8751         * nxml/xsd-regexp.el (xsdre-gen-categories):
8752         * nxml/xmltok.el (xmltok-parse-entity):
8753         * nxml/rng-parse.el (rng-parse-validate-file):
8754         * nxml/rng-maint.el (rng-format-manual)
8755         (rng-manual-output-force-new-line):
8756         * nxml/rng-loc.el (rng-save-schema-location-1):
8757         * nxml/rng-cmpct.el (rng-c-parse-file):
8758         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8759         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8761 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8763         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8764         Remove extra save-excursions and make-variable-buffer-local's.
8765         Suggested by Stefan Monnier.
8767         (verilog-getopt-file, verilog-module-inside-filename-p)
8768         (verilog-set-define): Merge GNU 1.35 and repair changes from
8769         switching to using with-current-buffer.
8771         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8772         being treated as a number and confusing AUTORESET.
8773         Reported by Dan Dever.
8775         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8776         Add verilog-auto-ignore-concat to fix backward compatibility with
8777         older verilog-modes.  Reported by Dan Katz.
8779         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8780         containing closing anchors "...$".
8782         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8783         Reported by Wade Smith.
8785         (verilog-batch-execute-func): Comment on function usage.
8787 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8789         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8790         for labels.
8792         (verilog-label-re, verilog-calc-1): Support proper indent of named
8793         asserts.
8795         (verilog-backward-token, verilog-basic-complete-re)
8796         (verilog-beg-of-statement, verilog-indent-re): Support proper
8797         indent of the assert statement at the beginning of a block of text.
8799         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8800         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8801         tokens as begins.
8803 2009-11-05  Glenn Morris  <rgm@gnu.org>
8805         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8806         Emacs 19.  (Bug#1531)
8807         (byte-compile-fix-header): Update for the above change.
8808         Drop test for epoch::version.
8810         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8811         * cus-dep.el (custom-make-dependencies):
8812         * finder.el (finder-compile-keywords):
8813         Use autoload-rubric's feature argument.
8815         * calendar/diary-lib.el (top-level): Make load behave more like require.
8817         * vc-git.el (vc-git-stash-map): Move definition before use.
8819 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8821         * custom.el (custom-declare-group): Purecopy standard-value.
8822         (custom-declare-group): Purecopy custom-prefix.
8824         * international/mule.el (load-with-code-conversion):
8825         Call do-after-load-evaluation unconditionally.
8827         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8829 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8831         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8833 2009-11-04  Glenn Morris  <rgm@gnu.org>
8835         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8836         (byte-compile-compatibility): Remove option.
8837         (byte-compile-close-variables, byte-compile-fix-header)
8838         (byte-compile-insert-header, byte-compile-output-docform)
8839         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8840         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8841         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8842         (byte-compile-insert, byte-compile-defun):
8843         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8844         (byte-defop-compiler19): Remove.
8845         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8846         used by anything.  Replace all calls with byte-defop-compiler.
8848 2009-11-04  Juri Linkov  <juri@jurta.org>
8850         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8851         (menu-bar-options-menu): Don't quote the `prop' arg of
8852         `menu-bar-make-mm-toggle'.
8854 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8856         * calendar/calendar.el (cal-loaddefs):
8857         * calendar/diary-lib.el (diary-loaddefs):
8858         * calendar/holidays.el (hol-loaddefs):
8859         * eshell/esh-module.el (esh-groups): Load rather than require.
8861 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8863         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8864         point-min==1.
8865         (todo-top-priorities): Only display-buffer when called interactively.
8866         (todo-item-start): Don't save excursion point.
8867         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8868         (todo-insert-item-here, todo-file-item, todo-remove-item):
8869         Adjust uses of todo-item-start and todo-item-end.
8871         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8872         (autoload-rubric): Don't use any more.
8873         * cedet/semantic/fw.el (semantic/loaddefs):
8874         * cedet/srecode.el (srecode/loaddefs):
8875         * cedet/ede.el (ede/loaddefs): Load rather than require.
8876         * cedet/ede/cpp-root.el:
8877         * cedet/ede/emacs.el:
8878         * cedet/ede/files.el:
8879         * cedet/ede/linux.el:
8880         * cedet/ede/locate.el:
8881         * cedet/ede/make.el:
8882         * cedet/ede/shell.el:
8883         * cedet/ede/speedbar.el:
8884         * cedet/ede/system.el:
8885         * cedet/ede/util.el:
8886         * cedet/semantic/analyze.el:
8887         * cedet/semantic/bovine.el:
8888         * cedet/semantic/complete.el:
8889         * cedet/semantic/ctxt.el:
8890         * cedet/semantic/db-file.el:
8891         * cedet/semantic/db-find.el:
8892         * cedet/semantic/db-global.el:
8893         * cedet/semantic/db-mode.el:
8894         * cedet/semantic/db-typecache.el:
8895         * cedet/semantic/db.el:
8896         * cedet/semantic/debug.el:
8897         * cedet/semantic/dep.el:
8898         * cedet/semantic/doc.el:
8899         * cedet/semantic/edit.el:
8900         * cedet/semantic/find.el:
8901         * cedet/semantic/format.el:
8902         * cedet/semantic/html.el:
8903         * cedet/semantic/ia-sb.el:
8904         * cedet/semantic/ia.el:
8905         * cedet/semantic/idle.el:
8906         * cedet/semantic/lex-spp.el:
8907         * cedet/semantic/lex.el:
8908         * cedet/semantic/mru-bookmark.el:
8909         * cedet/semantic/scope.el:
8910         * cedet/semantic/senator.el:
8911         * cedet/semantic/sort.el:
8912         * cedet/semantic/symref.el:
8913         * cedet/semantic/tag-file.el:
8914         * cedet/semantic/tag-ls.el:
8915         * cedet/semantic/tag-write.el:
8916         * cedet/semantic/tag.el:
8917         * cedet/semantic/util-modes.el:
8918         * cedet/semantic/analyze/complete.el:
8919         * cedet/semantic/analyze/refs.el:
8920         * cedet/semantic/bovine/c.el:
8921         * cedet/semantic/bovine/gcc.el:
8922         * cedet/semantic/bovine/make.el:
8923         * cedet/semantic/bovine/scm.el:
8924         * cedet/semantic/decorate/include.el:
8925         * cedet/semantic/decorate/mode.el:
8926         * cedet/semantic/symref/cscope.el:
8927         * cedet/semantic/symref/global.el:
8928         * cedet/semantic/symref/grep.el:
8929         * cedet/semantic/symref/idutils.el:
8930         * cedet/semantic/symref/list.el:
8931         * cedet/semantic/wisent/java-tags.el:
8932         * cedet/semantic/wisent/javascript.el:
8933         * cedet/srecode/compile.el:
8934         * cedet/srecode/cpp.el:
8935         * cedet/srecode/document.el:
8936         * cedet/srecode/el.el:
8937         * cedet/srecode/expandproto.el:
8938         * cedet/srecode/getset.el:
8939         * cedet/srecode/insert.el:
8940         * cedet/srecode/java.el:
8941         * cedet/srecode/map.el:
8942         * cedet/srecode/mode.el:
8943         * cedet/srecode/template.el:
8944         * cedet/srecode/texi.el: Remove the file-local setting of
8945         generated-autoload-feature.
8947         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8948         and only put a prop if it is non-nil.
8950 2009-11-03  Juri Linkov  <juri@jurta.org>
8952         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8953         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8955         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8956         and "Menu" to make top-level menu item visually one unit (like
8957         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8958         multi-word menu items).  Fix :help string for quit-window.
8960 2009-11-03  Glenn Morris  <rgm@gnu.org>
8962         * cedet/mode-local.el (with-mode-local): Doc fix.
8964         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8965         (byte-compile-file-form-define-abbrev-table)
8966         (byte-compile-file-form-custom-declare-variable)
8967         (byte-compile-variable-ref, byte-compile-defvar):
8968         Whether or not a warning is enabled should only affect whether we issue
8969         the warning, not whether or not we collect the relevant data.
8970         Eg warnings can be turned on and off throughout the course of a file.
8972         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8973         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8975 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8977         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8978         * play/mpuz.el (mpuz-create-buffer):
8979         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8980         (lm-print-y,s,noise, lm-print-w0, lm-init):
8981         * play/gomoku.el (gomoku-prompt-for-move):
8982         * play/fortune.el (fortune-in-buffer):
8983         * play/dissociate.el (dissociated-press):
8984         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8985         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8986         * mail/supercite.el (sc-eref-show):
8987         * mail/smtpmail.el (smtpmail-send-it):
8988         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8989         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8990         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8991         (rmail-summary-goto-msg, rmail-summary-expunge)
8992         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8993         (rmail-summary-add-label, rmail-summary-output-menu)
8994         (rmail-summary-output-body):
8995         * mail/rfc822.el (rfc822-addresses):
8996         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8997         * mail/mailpost.el (post-mail-send-it):
8998         * mail/hashcash.el (hashcash-generate-payment):
8999         * mail/feedmail.el (feedmail-run-the-queue)
9000         (feedmail-queue-send-edit-prompt-help-first)
9001         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
9002         (feedmail-deduce-address-list):
9003         * eshell/esh-ext.el (eshell-remote-command):
9004         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
9005         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
9006         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
9007         (viper-save-string-in-file, viper-valid-marker):
9008         * emulation/viper-keym.el (viper-toggle-key):
9009         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
9010         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
9011         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
9012         * emulation/viper-cmd.el (viper-exec-form-in-vi)
9013         (viper-exec-form-in-emacs, viper-brac-function):
9014         * emulation/viper.el (viper-delocalize-var):
9015         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
9016         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
9017         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
9018         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
9019         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
9020         * emulation/edt.el (edt-electric-helpify):
9021         * emulation/cua-rect.el (cua--rectangle-aux-replace):
9022         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
9023         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
9024         (cua-indent-to-global-mark-column):
9025         * calendar/diary-lib.el (calendar-mark-1):
9026         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
9027         Use with-current-buffer.
9028         * emulation/viper.el (viper-delocalize-var): Use dolist.
9030 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
9032         * comint.el (comint-replace-by-expanded-history-before-point):
9033         Replace !! with the previous input string literally (Bug#1795).
9035 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
9037         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
9038         to be made up of whitespace.
9040 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
9042         * minibuffer.el (read-file-name): Don't use file dialogs for
9043         remote directories (Bug#99).
9045 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
9047         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
9049 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
9051         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
9052         instead of deleting the window or frame.
9054 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
9056         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9057         Support face colors.
9059         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
9060         New function.  Support face colors (Bug#1168).
9061         (tex-common-initialization): Use it.
9063         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
9064         mode allows it (Bug#1168).
9066 2009-10-31  Juri Linkov  <juri@jurta.org>
9068         * facemenu.el (list-colors-display): Don't mark buffer as
9069         modified (Bug#3948).
9071 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
9073         * international/mule-diag.el (list-character-sets-1): Minor
9074         message fix (Bug#3526).
9076         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
9077         face property (Bug#4834).
9078         (etags-list-tags, etags-tags-apropos-additional)
9079         (etags-tags-apropos, tags-select-tags-table): Add follow-link
9080         property.
9082         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
9083         items.
9085         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
9086         items.
9088         * cedet/ede.el (ede-minor-mode):
9089         * cedet/semantic.el (semantic-mode): Toggle menu separators.
9091 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9093         * textmodes/two-column.el (2C-split):
9094         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
9095         * textmodes/tex-mode.el (tex-set-buffer-directory):
9096         * textmodes/spell.el (spell-region, spell-string):
9097         * textmodes/reftex.el (reftex-erase-buffer):
9098         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
9099         * textmodes/reftex-toc.el (reftex-toc-promote-action):
9100         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
9101         (reftex-select-item):
9102         * textmodes/reftex-ref.el (reftex-label-info-update)
9103         (reftex-offer-label-menu):
9104         * textmodes/reftex-index.el (reftex-index-change-entry)
9105         (reftex-index-phrases-info):
9106         * textmodes/reftex-global.el (reftex-create-tags-file)
9107         (reftex-save-all-document-buffers, reftex-ensure-write-access):
9108         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
9109         (reftex-view-crossref-from-bibtex):
9110         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
9111         (reftex-extract-bib-entries-from-thebibliography)
9112         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
9113         * textmodes/refbib.el (r2b-capitalize-title):
9114         (r2b-convert-buffer, r2b-help):
9115         * textmodes/page-ext.el (pages-directory)
9116         (pages-directory-goto-with-mouse):
9117         * textmodes/bibtex.el (bibtex-validate-globally):
9118         * textmodes/bib-mode.el (bib-capitalize-title):
9119         * textmodes/artist.el (artist-clear-buffer, artist-system):
9120         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
9121         (local-set-scheme-interaction-buffer, xscheme-process-filter)
9122         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
9123         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
9124         (xscheme-send-control-g-interrupt, xscheme-start-process)
9125         (xscheme-process-sentinel, xscheme-cd):
9126         * progmodes/verilog-mode.el (verilog-read-always-signals)
9127         (verilog-set-define, verilog-getopt-file)
9128         (verilog-module-inside-filename-p):
9129         * progmodes/sh-script.el:
9130         * progmodes/python.el (python-pdbtrack-get-source-buffer)
9131         (python-pdbtrack-grub-for-buffer, python-execute-file):
9132         * progmodes/octave-inf.el (inferior-octave):
9133         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9134         (idlwave-shell-compile-helper-routines, idlwave-set-local)
9135         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
9136         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
9137         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
9138         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
9139         (idlwave-shell-filter, idlwave-shell-examine-highlight)
9140         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
9141         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
9142         (idlwave-shell-examine-display, idlwave-shell-run-region)
9143         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
9144         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
9145         * progmodes/idlw-help.el (idlwave-help-get-special-help)
9146         (idlwave-help-get-help-buffer):
9147         * progmodes/gud.el (gud-basic-call, gud-find-class)
9148         (gud-tooltip-activate-mouse-motions-if-enabled):
9149         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9150         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
9151         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
9152         (ebrowse-tags-next-file):
9153         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
9154         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
9155         (ebnf-eps-finish-and-write):
9156         * progmodes/cpp.el (cpp-edit-save):
9157         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
9158         * progmodes/cc-defs.el (c-emacs-features):
9159         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
9160         (antlr-directory-dependencies):
9161         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
9162         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
9163         (ada-find-any-references, ada-make-filename-from-adaname)
9164         (ada-make-body-gnatstub):
9165         * obsolete/rnews.el (news-list-news-groups):
9166         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9167         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
9168         * net/rcirc.el (rcirc-debug):
9169         * net/newst-treeview.el (newsticker--treeview-list-add-item)
9170         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
9171         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
9172         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
9173         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9174         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
9175         (newsticker--treeview-list-clear-highlight)
9176         (newsticker--treeview-list-update-highlight)
9177         (newsticker--treeview-list-highlight-start)
9178         (newsticker--treeview-tree-update-highlight)
9179         (newsticker--treeview-get-selected-item)
9180         (newsticker-treeview-mark-list-items-old)
9181         (newsticker--treeview-set-current-node):
9182         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9183         * net/newst-backend.el (newsticker--get-news-by-funcall)
9184         (newsticker--get-news-by-wget, newsticker--image-get)
9185         (newsticker--image-sentinel):
9186         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
9187         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
9188         (eudc-ph-close-session):
9189         * net/eudc.el (eudc-save-options):
9190         * language/thai-word.el (thai-update-word-table):
9191         * language/japan-util.el (japanese-string-conversion):
9192         * international/titdic-cnv.el (tsang-quick-converter)
9193         (ziranma-converter, ctlau-converter):
9194         * international/mule-cmds.el (describe-language-environment):
9195         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
9196         (skkdic-convert-postfix, skkdic-convert-prefix):
9197         (skkdic-convert-okuri-nasi, skkdic-convert):
9198         * emacs-lisp/re-builder.el (reb-update-overlays):
9199         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
9200         * emacs-lisp/gulp.el (gulp-send-requests):
9201         * emacs-lisp/find-gc.el (trace-call-tree):
9202         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
9203         (eieio-describe-generic):
9204         * emacs-lisp/eieio-base.el (eieio-persistent-read):
9205         * emacs-lisp/edebug.el (edebug-outside-excursion):
9206         * emacs-lisp/debug.el (debugger-make-xrefs):
9207         * emacs-lisp/cust-print.el (custom-prin1-to-string):
9208         * emacs-lisp/chart.el (chart-new-buffer):
9209         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
9210         Use with-current-buffer.
9211         * textmodes/artist.el (artist-system): Don't call
9212         copy-sequence on a fresh string.
9213         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
9215 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
9217         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
9218         is no item to edit.  (Bug#4820)
9219         (todo-top-priorities): Restore point and restore narrowing in Todo
9220         buffer.  (Bug#4820)
9222 2009-10-31  Glenn Morris  <rgm@gnu.org>
9224         * net/ange-ftp.el (top-level): Don't require dired when compiling.
9225         (comint-last-output-start, comint-last-input-start)
9226         (comint-last-input-end): Don't defvar when compiling.
9227         (ange-ftp-process-file): Use bound-and-true-p.
9229         * pcmpl-rpm.el (top-level): Move provide statement to end.
9230         (pcmpl-rpm): Remove unused custom group.
9232         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
9234         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
9236         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9237         (byte-compile-warnings): Add `constants' as an option.
9238         (byte-compile-callargs-warn, byte-compile-arglist-warn)
9239         (display-call-tree): Update for byte-compile-fdefinition possibly
9240         returning `(macro lambda ...)'.  (Bug#4778)
9241         (byte-compile-variable-ref, byte-compile-setq-default):
9242         Respect `constants' member of byte-compile-warnings.
9244         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
9245         Use mapc rather than mapcar because the return value is never used.
9247         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
9248         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
9249         * cedet/semantic/html.el:
9250         Suppress harmless warnings about setting up semantic-imenu (not
9251         part of Emacs) variables.
9253 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9255         * vc-bzr.el (vc-bzr-revision-keywords): New var.
9256         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
9257         to "submit:".
9259         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
9260         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
9261         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
9262         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
9263         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
9264         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
9265         (semantic-analyzer-debug-global-symbol)
9266         (semantic-analyzer-debug-missing-innertype)
9267         (semantic-analyzer-debug-insert-include-summary):
9268         * cedet/semantic/util.el (semantic-file-tag-table):
9269         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
9270         (semantic-recursive-find-nonterminal-by-name):
9271         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
9272         * cedet/semantic/tag-file.el (semantic-prototype-file):
9273         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
9274         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
9275         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
9276         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
9277         (semantic-idle-summary-maybe-highlight):
9278         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
9279         (semantic-ia-sb-tag-info):
9280         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9281         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9282         * cedet/semantic/ede-grammar.el (project-compile-target):
9283         (ede-proj-makefile-insert-variables):
9284         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9285         (semantic-debug-set-source-location, semantic-debug-interface-layout)
9286         (semantic-debug-mode, semantic-debug):
9287         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9288         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9289         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9290         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9291         (semanticdb-find-translate-path-includes--internal)
9292         (semanticdb-reset-log, semanticdb-find-log-activity):
9293         * cedet/semantic/db-file.el (object-write):
9294         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9295         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9296         (semanticdb-create-ebrowse-database):
9297         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9298         * cedet/semantic/complete.el (semantic-displayor-focus-request)
9299         (semantic-collector-calculate-completions-raw)
9300         (semantic-complete-read-tag-analyzer):
9301         * cedet/semantic/analyze.el (semantic-analyze-pulse):
9302         * cedet/ede/util.el (ede-update-version-in-source):
9303         * cedet/ede/proj.el (project-delete-target):
9304         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9305         (ede-proj-flush-autoconf):
9306         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9307         (ede-proj-configure-synchronize):
9308         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9309         * cedet/ede/linux.el (ede-linux-version):
9310         * cedet/ede/emacs.el (ede-emacs-version):
9311         * cedet/ede/dired.el (ede-dired-add-to-target):
9312         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9313         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9314         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9315         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9316         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9317         (cedet-idutils-version-check):
9318         * cedet/cedet-global.el (cedet-gnu-global-call):
9319         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9320         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9321         * cedet/cedet-cscope.el (cedet-cscope-call)
9322         (cedet-cscope-expand-filename, cedet-cscope-version-check):
9323         Use with-current-buffer.
9324         * cedet/ede.el (ede-make-project-local-variable)
9325         (ede-set-project-variables, ede-set): Use dolist.
9327 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
9329         * textmodes/ispell.el (ispell-skip-region-alist):
9330         * international/mule-conf.el (eight-bit):
9331         * international/fontset.el (font-encoding-alist):
9332         * startup.el (pure-space-overflow-message):
9333         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9334         * paths.el (gnus-nntp-service, rmail-spool-directory)
9335         (term-file-prefix):
9336         * files.el (save-some-buffers-action-alist):
9337         * cmuscheme.el (same-window-buffer-names):
9338         * ielm.el (same-window-buffer-names):
9339         * shell.el (same-window-buffer-names):
9340         * mail/sendmail.el (same-window-buffer-names):
9341         * progmodes/inf-lisp.el (same-window-buffer-names):
9342         * bindings.el (mode-line-client)
9343         (mode-line-column-line-number-mode-map):
9344         * language/tibetan.el (tibetan-precomposition-rule-regexp)
9345         (tibetan-precomposed-regexp): Purecopy string arguments.
9347 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9349         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9350         (calcDigit-nondigit):
9351         * calc/calc-yank.el (calc-copy-to-buffer):
9352         * calc/calc-units.el (calc-invalidate-units-table):
9353         * calc/calc-trail.el (calc-trail-yank):
9354         * calc/calc-store.el (calc-insert-variables):
9355         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9356         * calc/calc-prog.el (calc-read-parse-table):
9357         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9358         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9359         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9360         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9361         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9362         (calc-graph-name, calc-graph-find-command, calc-graph-view)
9363         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9364         * calc/calc-ext.el (calc-realign):
9365         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9366         (calc-embedded-finish-edit, calc-embedded-make-info)
9367         (calc-embedded-finish-command, calc-embedded-stack-change):
9368         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9370         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9371         (overload-docstring-extension): Use that info.
9372         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9373         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9374         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9375         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9376         (semantic-nonterminal-full-name): Add the new `when' info.
9377         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9378         `assert'.
9380         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9381         shell-dynamic-complete-filename in preference to
9382         comint-dynamic-complete-filename.
9384         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9385         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9386         Don't consider whether the display supports colors.
9387         (bookmark-import-new-list): Use dolist.
9388         (bookmark-bmenu-mode-map): Move initialization into declaration.
9389         (bookmark-bmenu-list): Use dolist, simplify.
9390         (bookmark-show-all-annotations): Use save-selected-window and dolist.
9391         (menu-bar-final-items): Use push.
9393 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9395         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9396         it works on remote files.
9397         (vc-hg-diff): Don't pass any `--cwd' argument.
9399 2009-10-27  Kevin Ryde  <user42@zip.com.au>
9401         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9402         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9403         (Further to Bug#3921).
9405 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
9407         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9408         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9409         calling `tramp-imap-put-file'.  Add file size to the call.
9410         (tramp-imap-get-file-entries): Compute also user name, file size,
9411         and date.
9412         (tramp-imap-handle-insert-directory): Insert uid and gid.
9413         (tramp-imap-handle-file-attributes): Transform uid and gid
9414         according to `id-format'.
9415         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
9416         size in header X-Size.
9418 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
9420         * simple.el (transpose-subr): Give clearer error when the mark
9421         is not set.  (Bug#4807)
9423 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
9425         * net/tramp.el (tramp-perl-file-truename): New defconst.
9426         Perl code contributed by yary <not.com@gmail.com> (tiny change).
9427         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9428         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9429         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9431         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9432         Ignore `dired-call-process'.
9433         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9435 2009-10-26  Julian Scheid  <julians37@gmail.com>
9437         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9438         (tramp-get-remote-readlink): New defun.
9439         (tramp-handle-file-truename): Use it.
9440         (tramp-handle-file-exists-p): Check file-attributes cache, assume
9441         file exists if cache value present.
9442         (tramp-check-cached-permissions): New defun.
9443         (tramp-handle-file-readable-p): Use it.
9444         (tramp-handle-file-writable-p): Likewise.
9445         (tramp-handle-file-executable-p): Likewise.
9446         (tramp-handle-file-name-all-completions): Try using Perl to get
9447         partial completions.  When perl not available, combine `cd' and
9448         `ls' into single remote operation and use shell expansion to get
9449         partial remote directory contents.  Set `file-exists-p' cache for
9450         directory and any files returned by ls.  Change cache handling to
9451         support partial directory contents.  Use error message emitted by
9452         remote `cd' or Perl code for local tramp-error.
9453         (tramp-do-copy-or-rename-file-directly): Avoid separate
9454         tramp-send-command-and-check call.
9455         (tramp-handle-process-file): Merge three remote ops into one.
9456         Do not flush all caches when `process-file-side-effects' is set.
9457         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9458         file-attributes shows uid/gid to be set already.
9460 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9462         * textmodes/tex-mode.el (tex-dvi-view-command)
9463         (tex-show-queue-command, tex-open-quote):
9464         * progmodes/ruby-mode.el (auto-mode-alist)
9465         (interpreter-mode-alist): Purecopy strings.
9467         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9469         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9470         string for the hook, keymap and abbrev table.
9472         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9474         * x-dnd.el (x-dnd-xdnd-to-action):
9475         * startup.el (fancy-startup-text, fancy-about-text): Change to
9476         defconst from defvar.
9478         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9480         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9481         Purecopy initialization strings.
9483         * mail/sendmail.el (mail-header-separator)
9484         (mail-personal-alias-file):
9485         * mail/rmail.el (rmail-default-dont-reply-to-names)
9486         (rmail-ignored-headers, rmail-retry-ignored-headers)
9487         (rmail-highlighted-headers, rmail-secondary-file-directory)
9488         (rmail-secondary-file-regexp):
9489         * files.el (null-device, file-name-invalid-regexp)
9490         (locate-dominating-stop-dir-regexp)
9491         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9492         (interpreter-mode-alist): Use mapcar instead of mapc.
9494         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9496         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9497         (completion-ignored-extensions):
9498         (debug-ignored-errors): Purecopy strings.
9500 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9502         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9503         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9504         (pcomplete--here): Use push.
9506         * subr.el (all-completions): Declare the 4th arg obsolete.
9508 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9510         * pcomplete.el (pcomplete-unquote-argument-function): New var.
9511         (pcomplete-unquote-argument): New function.
9512         (pcomplete--common-suffix): Always pay attention to case.
9513         (pcomplete--table-subvert): Quote and unquote the text.
9514         (pcomplete--common-quoted-suffix): New function.
9515         (pcomplete-std-complete): Use it and pcomplete-begin.
9517         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9518         we're inside a dedicated or minibuffer window.
9520 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9522         * cedet/semantic/fw.el (semantic-alias-obsolete)
9523         (semantic-varalias-obsolete): Make the `when' arg mandatory.
9524         (define-mode-overload-implementation):
9525         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9526         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9527         * cedet/semantic/util.el (semantic-file-token-stream)
9528         (semantic-something-to-stream):
9529         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9530         (semantic-expand-nonterminal):
9531         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9532         (semantic-find-dependency, semantic-find-nonterminal)
9533         (semantic-find-dependency):
9534         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9535         (semantic-flex-text, semantic-flex-make-keyword-table)
9536         (semantic-flex-keyword-p, semantic-flex-keyword-put)
9537         (semantic-flex-keyword-get, semantic-flex-map-keywords)
9538         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9539         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9540         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9541         (semantic-after-idle-scheduler-reparse-hooks):
9542         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9543         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9544         * cedet/semantic.el (semantic-toplevel-bovine-table)
9545         (semantic-toplevel-bovine-cache)
9546         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9547         (semantic-init-mode-hooks, semantic-init-db-hooks)
9548         (semantic-bovination-working-type): Provide the `when' arg.
9550 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
9552         * bookmark.el: Update documentation, especially documentation
9553         of `bookmark-alist' and of the bookmark file format.
9554         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
9556 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9558         * mail/emacsbug.el (report-emacs-bug): Clarify that the
9559         keybindings apply to the mail buffer (Bug#4003).  Shrink help
9560         window to buffer.
9562         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9563         (global-whitespace-mode, global-whitespace-newline-mode)
9564         (whitespace-toggle-options, global-whitespace-toggle-options):
9565         Doc fix (Bug#3660).
9567         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9568         of xmltok-start before the end tag was inserted (Bug#2840).
9570         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9571         patterns that are preceded by an open-paren (Bug#1320).
9573 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
9575         * files.el (delete-directory): Delete symlinks to directories with
9576         delete-file (Bug#4739).
9578 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9580         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9581         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9582         argument to make-obsolete.
9584         * cedet/semantic/fw.el (semantic-alias-obsolete)
9585         (semantic-varalias-obsolete): Add optional WHEN argument.
9587 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9589         * vc.el (vc-backend-for-registration): Rename from
9590         vc-get-backend-for-registration.  Update callers.
9592         * international/mule-cmds.el (set-language-info-alist):
9593         Purecopy lang-env.
9594         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9595         (charset): Purecopy the name.
9596         (define-char-code-property): Purecopy string arguments.
9598         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9599         Purecopy string arguments.
9601         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9602         * ediff-hook.el (menu-bar-ediff-menu):
9603         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9604         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9606 2009-10-24  Glenn Morris  <rgm@gnu.org>
9608         * comint.el (comint-dynamic-list-completions):
9609         * term.el (term-dynamic-list-completions): Use choose-completion rather
9610         than obsolete alias mouse-choose-completion.
9612         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9613         file-cache-choose-completion.
9614         (file-cache-choose-completion): Handle an optional event argument.
9615         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9617         * progmodes/octave-mod.el (octave-complete-symbol):
9618         Use choose-completion if mouse-choose-completion is ever removed.
9620         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9621         use.
9623         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9624         compiler.
9626         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9628 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9630         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9631         Ignore `pred' now that we receive one.
9632         Handle test-completion specially.
9634 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9636         * vc.el (vc-responsible-backend): Throw an error if not backend is
9637         found.  Remove the REGISTER argument.  Move the code dealing with
9638         REGISTER ...
9639         (vc-get-backend-for-registration): ... here.  New function.
9640         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9641         of vc-responsible-backend, pass the file name instead of the
9642         directory name.
9644 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9646         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9647         New funs.
9648         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9649         (pcomplete-comint-setup): Don't modify a global var via
9650         accidental side-effects.
9651         (pcomplete-shell-setup): Adjust call accordingly.
9652         (pcomplete-parse-comint-arguments): Use push.
9654 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9656         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9657         Allow uncapitalized info node names (Bug#3921).
9659         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9660         to the DEBUG file (Bug#3781).
9662 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9664         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9665         dictionary entry (Bug#4579).
9667 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9669         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9670         from `rfn-eshadow-update-overlay-hook' when unloading.
9671         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9672         "rsyncc".  Adjust doc string.
9673         (tramp-temp-buffer-file-name): New buffer-local defvar.
9674         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9675         Keep temporary file when indicated by method ("rsync" and
9676         "rsyncc").
9677         (tramp-handle-write-region): Handle APPEND.
9678         (tramp-delete-temp-file-function): New defun.  Added to
9679         `kill-buffer-hook'.
9681 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9683         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9685 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9687         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9688         (color-name-rgb-alist, tty-standard-colors)
9689         (tty-color-mode-alist): Change to defconst.
9691         * simple.el (mark-inactive): Purecopy message.
9693         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9694         (global-map, yank-menu):
9695         * textmodes/ispell.el (ispell-menu-map):
9696         * net/eudc.el (eudc-tools-menu):
9697         * international/mule-cmds.el (describe-language-environment-map)
9698         (setup-language-environment-map, set-coding-system-map)
9699         (mule-menu-keymap):
9700         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9701         * replace.el (occur-mode-map):
9702         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9704 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9706         * calc/calc.el (math-read-number, math-read-number-simple): Use
9707         `save-match-data'.
9709 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9711         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9712         rather than fiddling with global-map bindings, since it should only
9713         affect per-terminal settings.
9714         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9716         * minibuffer.el (completion-table-with-terminator): Allow to specify
9717         the terminator-regexp.
9719         * simple.el (switch-to-completions): Look for *Completions* in other
9720         frames as well.
9722         * pcomplete.el: Allow the use of completion-tables.
9723         (pcomplete-std-complete): New command.
9724         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9725         (pcomplete--here): Use a function for `form' rather than an expression,
9726         so it can be byte-compiled.
9727         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9728         Add edebug declaration.
9729         (pcomplete-show-completions): Remove unused var `curbuf'.
9730         (pcomplete-do-complete, pcomplete-stub):
9731         Don't assume `completions' is a list of strings any more.
9733 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9735         * find-dired.el (find-name-arg): Fix typo in docstring.
9737 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9739         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9740         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9742         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9743         pcomplete-entries.
9745         * comint.el (comint-read-input-ring, comint-write-input-ring)
9746         (comint-substitute-in-file-name)
9747         (comint-dynamic-complete-as-filename)
9748         (comint-dynamic-simple-complete)
9749         (comint-dynamic-list-filename-completions)
9750         (comint-dynamic-list-completions)
9751         (comint-redirect-results-list-from-process): Minor simplifications.
9753 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9755         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9756         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9757         the first form.  And insert a blank line after ";;; Code" since
9758         that's usual style.  (Bug#4612)
9760         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9762 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9764         * minibuffer.el (completion-table-with-terminator): Properly implement
9765         boundaries, in case `terminator' appears in the suffix.
9766         (completion--embedded-envvar-table): Don't return boundaries if
9767         there's no valid completion.  Simplify.
9768         (completion-file-name-table): New completion table extracted from
9769         completion--file-name-table.
9770         (completion--file-name-table): Use it.
9771         (read-file-name-predicate): Declare obsolete.
9772         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9773         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9774         completion-file-name-table, and use the `pred' argument.
9775         * files.el (locate-file-completion-table): Use the `pred' arg rather
9776         than read-file-name-predicate.
9777         (abbreviate-file-name): Use \` rather than ^ for BOS.
9779 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9781         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9782         vc-responsible-backend to register, it causes problems.
9784 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9786         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9788 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9790         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9791         (semantic-c-debug-mode-init-pch): New functions.
9792         (semantic-c-debug-mode-init-last-mode): New var.
9793         (semantic-c-parse-lexical-token): Use them.
9795         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9796         When extracting the argument list, limit only by point-max.
9798 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9800         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9801         (tramp-smb-handle-file-attributes): Use it.
9802         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9803         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9804         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9805         Add `dired-filename' text properties.
9806         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9807         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9808         version.
9810 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9812         * subr.el (read-key-delay): Reduce to 0.01.
9813         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9814         (bug#4751).
9816 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9818         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9820         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9821         (Info-menu): Remove unused vars `last' and `completions'.
9822         (Info-index-nodes): Remove unused var `node'.
9824         * info.el (Info-complete-menu-item): Use complete-with-action.
9826 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9828         Make vc-annotate work through copies and renames.
9829         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9830         Return the file name too.
9831         (vc-annotate-revision-at-line)
9832         (vc-annotate-find-revision-at-line)
9833         (vc-annotate-revision-previous-to-line)
9834         (vc-annotate-show-log-revision-at-line): Update to get the file
9835         name from vc-annotate-extract-revision-at-line.
9836         (vc-annotate-show-diff-revision-at-line-internal): Change the
9837         argument to mean whether to show a file diff or not.  Get the file
9838         name from vc-annotate-extract-revision-at-line.
9839         (vc-annotate-show-diff-revision-at-line):
9840         Update vc-annotate-show-diff-revision-at-line call.
9841         (vc-annotate-warp-revision): Add an optional file argument.
9843         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9844         (vc-git-annotate-extract-revision-at-line): Also return the file
9845         name if found.
9847         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9848         command.  Remove unused code.
9849         (vc-hg-annotate-re): Update to match --follow output.
9850         (vc-hg-annotate-extract-revision-at-line): Also return the file
9851         name if found.
9853         * vc.el: Update annotate-extract-revision-at-line documentation.
9855 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9857         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9858         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9860         * net/browse-url.el (browse-url): Identify alist with "consp and
9861         not functionp" and let all other things go down the `apply' leg,
9862         as suggested by Stefan.  (Further to bug#4531.)
9864 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9866         * minibuffer.el (read-file-name): Check for repeat before putting
9867         a default argument in file-name-history (Bug#4657).
9869         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9870         read syntax (Bug#4737).
9872         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9874 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9876         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9877         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9878         entries and make note of obsolete tags.
9880 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9882         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9884 2009-10-18  Glenn Morris  <rgm@gnu.org>
9886         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9887         grep, so that binary files (eg international/uni-bidi.el) can match.
9888         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9889         now, and in any case the file header format has changed.
9891 2009-10-17  Glenn Morris  <rgm@gnu.org>
9893         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9894         (flyspell-get-word, flyspell-large-region)
9895         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9897 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9899         * Makefile.in (ELCFILES): Add ede/shell.
9901 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9903         * term/common-win.el (x-colors): Purecopy it.
9905 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9907         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9908         permissive for when the buffer is empty.
9909         (tar-header-block-tokenize): Decode the username and groupname.
9910         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9912 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9914         * cedet/srecode/srt.el:
9915         * cedet/srecode/compile.el:
9916         * cedet/semantic/mru-bookmark.el:
9917         * cedet/semantic/debug.el:
9918         * cedet/semantic/complete.el:
9919         * cedet/semantic/analyze.el: Require CL when compiling.
9921 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9923         * cedet/semantic/scope.el
9924         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9925         tmpscope so that the regular scope will continue to work.
9927         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9928         Use semantic-idle-summary-highlight-face as the highlighting.
9930         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9931         contains multibyte characters, choose first applicable coding
9932         system automatically.
9934         * cedet/ede/project-am.el (project-run-target): New method.
9935         (project-run-target): New method.
9937         * cedet/ede.el (ede-target): Add run target menu item.
9938         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9939         (ede-run-target): New function.
9940         (ede-target::project-run-target): New method.
9942         * cedet/ede/proj.el (project-run-target): New method.
9944         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9945         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9946         Add :rules.
9947         (ede-proj-target-makefile-shared-object): Only libtool compilers
9948         now available.  Add linkers for libtool.
9949         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9950         (ede-proj-makefile-target-name): Always use .la extension.
9952         * cedet/ede/proj-prog.el (project-run-target): New method.
9954         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9955         (ede-g++-linker): Change Change link lines.
9957         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9958         When searching for old variables, go to the end of the buffer and
9959         search backward from there.
9960         (ede-proj-makefile-automake-insert-subdirs)
9961         (ede-proj-makefile-automake-insert-extradist): New methods.
9962         (ede-proj-makefile-create): Use them.
9964         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9965         Force FILE to expand to the current target.  Use file-exists-p to
9966         check that it exists.
9968         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9969         (ede-linux-load): Wrap dir in file-name-as-directory.
9970         Set :version slot.
9972         * cedet/ede/files.el (ede-get-locator-object): When enabling
9973         locate, do so on "top".
9975         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9976         file-name-as-directory during compare.
9977         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9978         Get version number from different places.  Don't call egrep.
9979         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9980         to set the directory.
9982         * cedet/ede/shell.el: New file.
9984         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9985         alpha/beta variants.
9987 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9989         * international/mule-cmds.el (select-safe-coding-system): If the file
9990         has a coding cookie, use it regardless of any other setting (bug#4712).
9992 2009-10-17  Glenn Morris  <rgm@gnu.org>
9994         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9995         All errors should have messages.
9997         * foldout.el (foldout-mouse-swallow-events):
9998         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
10000         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
10001         (dired-keep-marker-copy, dired-keep-marker-hardlink)
10002         (dired-keep-marker-symlink, dired-dwim-target)
10003         (dired-copy-preserve-time): Do not autoload these defcustoms.
10005         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
10006         messages from messing up the file coding.  (Bug#4623)
10008 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
10010         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
10011         if no match is found for the current dictionary.  (Bug#4578)
10013         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
10014         optional, since that is how it is documented, and this is often called
10015         with a nil argument.  (Bug#4577)
10016         (flyspell-external-point-words, flyspell-auto-correct-word)
10017         (flyspell-correct-word-before-point, flyspell-word-search-forward)
10018         (flyspell-word-search-backward): Remove nil argument in calls to
10019         flyspell-get-word, since it is not needed now.
10021 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
10023         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
10025 2009-10-16  Glenn Morris  <rgm@gnu.org>
10027         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
10029 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
10031         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
10032         (ange-ftp-file-size): New function.
10033         (ange-ftp-file-attributes): Use it.
10035 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
10037         * net/tramp-smb.el (tramp-smb-version): New defvar.
10038         (tramp-smb-maybe-open-connection): Use it, in order to avoid
10039         repeated checks.
10041 2009-10-16  Glenn Morris  <rgm@gnu.org>
10043         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10044         Maybe copy some custom properties from old to new name.  (Bug#4706)
10046 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
10048         * subr.el (error, sit-for, start-process-shell-command)
10049         (start-file-process-shell-command): Set the calling convention
10050         after the function definition.
10052 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10054         * subr.el (error, sit-for, start-process-shell-command)
10055         (start-file-process-shell-command): Use the new
10056         set-advertised-calling-convention feature.
10058 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
10060         * international/ucs-normalize.el (ucs-normalize-version):
10061         Change to 1.2.
10062         (check-range): Adjust for Unicode 5.2.
10064 2009-10-15  Juri Linkov  <juri@jurta.org>
10066         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
10067         to the `menu-item' format.
10069 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
10071         * net/tramp.el (tramp-replace-environment-variables): Do not fail
10072         if the environment variable does not exist.
10074         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10075         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
10076         parameter.
10077         (tramp-smb-handle-add-name-to-file)
10078         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10079         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10080         (tramp-smb-handle-file-attributes)
10081         (tramp-smb-do-file-attributes-with-stat)
10082         (tramp-smb-handle-file-local-copy)
10083         (tramp-smb-handle-insert-directory)
10084         (tramp-smb-handle-make-directory)
10085         (tramp-smb-handle-make-directory-internal)
10086         (tramp-smb-handle-make-symbolic-link)
10087         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
10088         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
10089         (tramp-smb-maybe-open-connection): Apply the changed parameters.
10090         (tramp-smb-read-file-entry): Read Disk names in compressed format.
10091         Handle long file names.
10092         (tramp-smb-get-cifs-capabilities): Check, whether the connection
10093         process is running.
10094         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
10095         Read share names with "-g" option.
10097 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
10099         * net/rcirc.el (rcirc-view-log-file): New command.
10100         (rcirc-track-minor-mode-map): Remove C-c ` binding.
10101         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
10102         specified.
10104 2009-10-15  Glenn Morris  <rgm@gnu.org>
10106         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
10107         from the second command-line argument.
10108         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
10109         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
10110         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
10111         w32-batch-update-autoloads.
10112         * emacs-lisp/autoload.el (autoload-make-program): New variable.
10113         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
10115         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
10116         the headers cannot be located.  Simplify, subtracting superflous
10117         save-excursions.
10119 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10121         Replace completion-base-size by completion-base-position to fix bugs
10122         such as (bug#4699).
10123         * simple.el (completion-base-position): New var.
10124         (completion-base-size): Mark as obsolete.
10125         (choose-completion): Make it work for mouse events as well.
10126         Pass the new base-position to choose-completion-string.
10127         (choose-completion-guess-base-position): New function, extracted from
10128         choose-completion-delete-max-match.
10129         (choose-completion-delete-max-match): Use it.  Make obsolete.
10130         (choose-completion-string): Use the new base-position info.
10131         (completion-root-regexp): Delete.
10132         (completion-setup-function): Preserve completion-base-position.
10133         Eliminate obsolete base-size manipulation.
10134         * minibuffer.el (display-completion-list): Don't mess with base-size.
10135         (minibuffer-completion-help): Set completion-base-position instead.
10136         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
10137         choose-completion.
10138         * textmodes/bibtex.el (bibtex-complete):
10139         * emacs-lisp/crm.el (crm--choose-completion-string):
10140         Adjust to new calling convention.
10141         * complete.el (partial-completion-mode): Use minibufferp to avoid
10142         bumping into incompatible change to choose-completion-string-functions.
10143         * ido.el (ido-choose-completion-string): Make its calling convention
10144         more permissive.
10145         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
10146         base-size manipulation.
10147         (comint-dynamic-list-input-ring): Use dotimes and push.
10148         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
10149         fundamental-mode.  Use `or'.
10151 2009-10-14  Juri Linkov  <juri@jurta.org>
10153         * misearch.el (multi-isearch-next-buffer-from-list)
10154         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
10156 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10158         * Makefile.in (compile-onefile): Load `bytecomp' rather than
10159         `bytecomp.el'.
10161         * minibuffer.el (completion-pcm--merge-completions): Make sure the
10162         string we return is all made up of text from the completions rather
10163         than part from the completions and part from the input (bug#4219).
10165         * ido.el (ido-everywhere): Use define-minor-mode.
10167         * buff-menu.el (list-buffers, ctl-x-map):
10168         Mark the entry points with ;;;###autoload cookies.
10170 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10172         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
10173         correctly in the detached head case.
10174         (vc-git-print-log): Remove unused binding.
10176         * vc.el (vc-responsible-backend): When a directory is passed for
10177         for registration create a VC repository if no backend is
10178         responsible for the directory argument.
10179         (vc-deduce-fileset): Tell vc-responsible-backend to register.
10181         * vc.el: Move comments about RCS and SCCS ...
10182         * vc-rcs.el:
10183         * vc-sccs.el: ... here, respectively.
10185 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10187         * minibuffer.el (completion--file-name-table): Return nil if there's
10188         no file completion, even if substitute-in-file-name changed
10189         the string (bug#4708).
10191 2009-10-13  Juri Linkov  <juri@jurta.org>
10193         * files-x.el (read-file-local-variable-value): Don't filter out
10194         minor modes from mode name completion (bug#4664).
10196 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
10198         * international/mule-cmds.el (ucs-names): Remove exclusion of
10199         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
10201 2009-10-13  Kenichi Handa  <handa@m17n.org>
10203         * international/uni-name.el: Regenerated.
10205 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
10207         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
10208         should be automatically buffer-local, but isn't.)
10210 2009-10-12  Sam Steingold  <sds@gnu.org>
10212         * progmodes/compile.el (compilation-next-error-function): Fix the
10213         timestamps if the buffer has been visited before.
10214         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
10215         non-anchored patterns, like the perl one (bug#3928).
10217 2009-10-12  Glenn Morris  <rgm@gnu.org>
10219         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
10220         Let-bind `size'.
10222 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
10224         * proced.el (proced-unload-function): New function.
10226         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
10227         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
10228         Doc fix.
10230         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
10232 2009-10-11  Juri Linkov  <juri@jurta.org>
10234         * files-x.el (read-file-local-variable-value):
10235         Provide default value only for bound variables (bug#4664).
10237 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
10239         * net/tramp.el (tramp-local-host-p): Function shall return nil for
10240         connection methods like smb.
10242         * net/tramp-cache.el (tramp-flush-connection-property): The hash
10243         can be empty.
10245         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10246         (tramp-smb-file-name-handler-alist): Add handlers for
10247         `add-name-to-file', `make-symbolic-link'.
10248         (tramp-smb-handle-add-name-to-file)
10249         (tramp-smb-do-file-attributes-with-stat)
10250         (tramp-smb-handle-make-symbolic-link)
10251         (tramp-smb-get-cifs-capabilities): New defuns.
10252         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10253         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10254         (tramp-smb-handle-file-local-copy)
10255         (tramp-smb-handle-make-directory-internal)
10256         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10257         The file name syntax depends on cifs capabilities.
10258         (tramp-smb-handle-file-attributes):
10259         Call `tramp-smb-do-file-attributes-with-stat' if possible.
10260         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
10261         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
10263 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
10265         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
10266         (eieio-defclass): Apply deftype handler and setf-method properties
10267         directly.
10268         (eieio-add-new-slot): Avoid union function from cl library.
10269         (eieio--typep): New function.
10270         (eieio-perform-slot-validation): Use it.
10272 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
10274         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
10275         Update documentation to refer to the variables documented in r1.135.
10276         (Bug#4188)
10278 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
10280         * bookmark.el (Info-suffix-list): Remove this unused variable.
10281         (bookmark-current-point): Remove this obsolete variable.
10282         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10283         Adjust for removal of bookmark-current-point.
10285         (bookmarks-already-loaded, bookmark-current-buffer)
10286         (bookmark-yank-point): Document.  (Bug#4188)
10288 2009-10-10  Glenn Morris  <rgm@gnu.org>
10290         * frame.el (frame-height): Doc fix.
10292         * calendar/calendar.el (calendar-split-width-threshold): New option.
10293         (calendar-basic-setup): Use calendar-split-width-threshold.
10295 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
10297         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10298         Use .la for Automake.
10300 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
10302         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10303         Use "autoreconf -i".  Suggested by Andreas Schwab.
10305 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
10307         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10308         Ideographic Supplement" range (U+1F200..U+1F2FF).
10310 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10312         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10313         since the list will have been rebuilt anyway.  (Bug#4349)
10315 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10317         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10318         (bookmark-bmenu-execute-deletions): Don't save here, as
10319         bookmark-delete will now do so if necessary.
10320         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10321         (Bug#4348)
10323 2009-10-09  Glenn Morris  <rgm@gnu.org>
10325         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10327 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10329         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10330         (bookmark-jump-other-window): Just invoke bookmark-jump with new
10331         argument now, so the two function's behaviors will match.  (Bug#3645)
10333 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10335         * cedet/ede/proj.el (project-make-dist, project-compile-project):
10336         Fix filename test.
10337         (ede-proj-dist-makefile): Use expand-file-name instead of concat
10338         to expand file names.
10340 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
10342         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10343         (tramp-file-name-real-host, tramp-file-name-port):
10344         Apply `save-match-data'.
10346         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10347         case both directories are remote.
10348         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10349         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10351 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10353         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10354         (ede-proj-target-makefile-objectcode): Use it.
10356         * cedet/ede/source.el (ede-want-any-source-files-p)
10357         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10358         Return search result.  This error was introduced while merging.
10360 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10362         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10364 2009-10-07  Glenn Morris  <rgm@gnu.org>
10366         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10367         of concat.
10369 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10371         * files-x.el (read-file-local-variable): Include some
10372         non-user-variables in the completion table (bug#4664).
10374 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
10376         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10377         message.
10379         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10380         (tramp-smb-file-name-handler-alist): Add handler for
10381         `copy-directory', `expand-file-name', `set-file-modes'.
10382         (tramp-smb-handle-copy-directory)
10383         (tramp-smb-handle-expand-file-name)
10384         (tramp-smb-handle-set-file-modes): New defuns.
10385         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10386         (tramp-smb-handle-file-attributes): Simplify check for retrieving
10387         entry.
10388         (tramp-smb-handle-insert-directory): Don't flush the cache.
10389         (tramp-smb-maybe-open-connection): Check for samba client and
10390         server versions.
10392 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
10394         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10395         to not error out of search for "^lisp=" fails.
10397 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10399         * makefile.w32-in (WINS_UPDATES): New macro.
10400         (custom-deps, finder-data, autoloads): Use it.
10402 2009-10-07  Glenn Morris  <rgm@gnu.org>
10404         * Makefile.in (autoloads): Revert previous change.
10405         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10406         the list of preloaded files passed on the command-line, get
10407         it from src/Makefile.
10409         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10410         show the original buffer rather than a random one.
10412 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
10414         * help.el (describe-no-warranty): Place point in a slightly better
10415         position in the GPLv3 text.
10417 2009-10-06  Sam Steingold  <sds@gnu.org>
10419         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10420         the comm attribute is present before calling regexp-quote.
10422 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
10424         * play/animate.el (animate-string): For good effect, make sure
10425         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10427         * play/animate.el (animate-sequence, animate-birthday-present):
10428         * misc.el (butterfly): Don't set `indent-tabs-mode'.
10430 2009-10-06  Glenn Morris  <rgm@gnu.org>
10432         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10434         * emacs-lisp/autoload.el (autoload-excludes): New variable.
10435         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10436         (batch-update-autoloads): Process a string value of autoload-excludes,
10437         set during the build process.
10438         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
10440         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10441         inside with-parsed...  macro so that `v' is defined.
10443         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10444         * progmodes/fortran.el (fortran-end-of-block)
10445         (fortran-beginning-of-block):
10446         Also push mark in the macro case.
10448         * emerge.el (emerge-show-file-name):
10449         * calc/calc.el (calc-quit):
10450         * calc/calc-misc.el (calc-big-or-small):
10451         * calc/calc-graph.el (calc-graph-view):
10452         * calc/calc-ext.el (calc-reset):
10453         * calendar/calendar.el (calendar-basic-setup):
10454         Use window-full-height-p.
10456         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10457         header we don't understand, don't insert another.  (Bug#4624)
10458         If changing mime charset, insert the new one in the right place.
10460 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
10462         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10463         (cal-tex-cursor-month): Correctly increment the end date for diary and
10464         holiday listing.  (Bug#4626)
10466 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10468         * help-fns.el (describe-function-1): Don't burp if the function is not
10469         a symbol.
10471 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
10473         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10474         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10475         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10476         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10478         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10479         (eieio-default-superclass): Reflow docstrings.
10480         (this, class-option-assoc, defclass, eieio-class-un-autoload)
10481         (eieio-unbind-method-implementations, defmethod)
10482         (eieio-validate-slot-value, eieio-validate-class-slot-value)
10483         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10484         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10485         (eieio-slot-originating-class-p, eieio-slot-name-index)
10486         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10487         (constructor, initialize-instance, no-next-method, object-print)
10488         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10489         Fix typos in docstrings.
10490         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10491         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10492         (next-method-p): Doc fixes.
10493         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10494         Fix typos in error messages.
10495         (eieio-defmethod): Fix typo in description of generic method.
10497         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10498         (eieio-persistent-save-interactive, slot-missing):
10499         Fix typos in docstrings.
10500         (eieio-instance-inheritor-slot-boundp): Doc fix.
10502         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10503         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10505         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10506         (eieio-custom-object-apply-reset):
10507         Fix typos in docstrings and error messages.
10509         * emacs-lisp/eieio-datadebug.el (data-debug-show):
10510         Fix typo in docstring.
10512         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10513         (eieio-browse-tree): Doc fix.
10514         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10515         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10516         Fix typos in docstrings.
10518         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10519         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10520         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10521         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10522         Reflow docstrings.
10524 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
10526         * vc-hg.el (log-view-vc-backend): Declare for compiler.
10527         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10528         Set log-view-vc-backend so that diff can work.
10530         * log-view.el (log-view-diff): Use vc-diff-internal instead of
10531         vc-version-diff.
10532         (vc-diff-internal): Autoload this instead of vc-version-diff.
10534 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
10536         * simple.el (eval-expression): Doc fix.
10538         * progmodes/cwarn.el (cwarn-mode): Doc fix.
10540 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
10542         * files.el (directory-files-no-dot-files-regexp): New defconst.
10543         (delete-directory): Use it.
10544         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
10546         * net/tramp.el (tramp-verbose): Fix docstring.
10547         (tramp-methods): Add recursive option to `tramp-copy-args'.
10548         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
10549         "scp1_old", "scp2_old", "rsync", "rsyncc".
10550         (tramp-default-method): Check also for `auth-source-user-or-password'.
10551         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10552         Add handler for `copy-directory'.
10553         (tramp-handle-copy-directory): New defun.
10554         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10555         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10556         Optimize sent command.
10558 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10560         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10561         window if necessary.
10563         * calendar/calendar.el (calendar-basic-setup): Don't call
10564         switch-to-buffer in a dedicated window.
10566 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
10568         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10569         don't do anything related to relocating, just return nil.
10570         (bookmark-error-no-filename): New error.
10571         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10572         bookmark has no file.  Don't even attempt to handle things that
10573         are not files; the whole point of custom handlers is to keep that
10574         knowledge elsewhere anyway.  Tighten some comments.
10575         (bookmark-file-or-variation-thereof): Remove now-unused function.
10576         (bookmark-location): Doc string fix.
10577         (Bug#4250)
10579 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10581         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10582         don't use a file dialog, because they usually don't know how to read
10583         a directory target from the user.  (Bug#4230)
10584         Also, make sure the prompt can display directories as well as files.
10586 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10588         * bookmark.el (bookmark-set, bookmark-buffer-name):
10589         Improve doc strings.  (Bug#1193)
10591 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10593         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10594         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10595         (bookmark-get-annotation, bookmark-set-annotation)
10596         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10597         (bookmark-set-position, bookmark-get-front-context-string)
10598         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10599         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10600         (bookmark-jump-other-window, bookmark-handle-bookmark)
10601         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10602         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10603         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10604         Improve doc strings to say whether bookmark can be a string or
10605         a record or both, and make other consistency and clarity fixes.
10606         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10607         (bookmark-default-annotation-text, bookmark-yank-word)
10608         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10609         (bookmark-import-new-list, bookmark-maybe-rename)
10610         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10611         (bookmark-bmenu-bookmark): Give these doc strings.
10612         (bookmark-bmenu-check-position): Give this a doc string, but also
10613         add a FIXME comment about how the function may be pointless.
10614         (bookmark-default-handler): Rework doc string and change a
10615         parameter name, to clarify that this takes a bookmark record
10616         not a bookmark name.
10617         (bookmark-set): Change a parameter name to indicate its meaning,
10618         and improve the doc string a bit.
10619         (Bug#4188)
10621 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10623         * bookmark.el (bookmark-alist): Document the new `handler' element
10624         in the param alist.
10625         (bookmark-make-record-function): Adjust documentation for above.
10626         (Bug#4193)
10628 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10630         * info.el (Info-bookmark-make-record): Document this function.
10631         (Info-bookmark-jump): Document with a doc string, not just a comment.
10632         (Bug#4203)
10634 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10636         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10637         (semantic-new-buffer-fcn): Call parser setup functions here.
10638         (semantic-mode): Don't call parser setup functions here, it's done
10639         in semantic-new-buffer-fcn now.
10640         (semantic-mode): Parse all existing buffers when enabled.
10642         * cedet/srecode/compile.el (srecode-compile-file):
10643         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10645 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10647         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10649         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10650         (proj-comp-insert-variable-once): New macro, renamed from
10651         ede-pmake-insert-variable-once in ede/pmake.edl.
10652         (ede-proj-makefile-insert-variables): Use it.
10654 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10656         * files.el (copy-directory): New defun.
10658         * dired-aux.el (dired-copy-file-recursive): Use it.
10660 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10662         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10663         (makefile-end-of-command):
10664         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10665         (semantic-end-of-context): Fix previous change.  Doc fixes.
10667 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10669         * files-x.el (modify-dir-local-variable)
10670         (copy-dir-locals-to-file-locals-prop-line):
10671         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10672         (makefile-end-of-command):
10673         * cedet/semantic/lex.el (semantic-lex-token):
10674         * cedet/semantic/analyze/fcn.el
10675         (semantic-analyze-dereference-metatype-1):
10676         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10677         (semantic-lex-cpp-undef):
10678         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10679         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10680         (semantic-end-of-context): Fix typos in docstrings.
10682         * recentf.el (recentf-unload-function): New function.
10684 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10686         * cedet/ede.el (ede-project-placeholder-cache-file):
10687         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10688         * cedet/srecode/map.el (srecode-map-save-file):
10689         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10691 2009-10-04  Glenn Morris  <rgm@gnu.org>
10693         * window.el (window-full-height-p): Add doc string.
10695 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10697         * window.el (window-full-height-p): New function.  (Bug#4543)
10699 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10701         * cedet/srecode/insert.el: Require srecode/args.
10703         * cedet/srecode/args.el: Require srecode/dictionary instead of
10704         srecode/insert.
10706         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10708         * files.el (auto-mode-alist): Add .srt and Project.ede.
10710         * cedet/semantic.el (semantic-mode):
10711         Handle srecode-template-mode-hook as well.
10712         (semantic-mode): Use js-mode-hook for Javascript hook.
10714         * cedet/srecode/template.el: Remove hook variable.
10716         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10718         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10719         projects exist.
10720         (ede-project-placeholder-cache-file): Default to a file in
10721         user-emacs-directory.
10723         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10724         templates in data-directory.
10725         (srecode-map-save-file): Default to a file in user-emacs-directory.
10727         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10728         directory.
10730 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10732         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10733         Doc fix.
10735         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10736         Only insert each variable once.
10738         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10739         (ede-pmake-insert-variable-shared): Use it.
10741         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10742         for lexical table iff table is nil.
10744 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10746         * vc.el: Remove commented out code.
10747         (vc-derived-from-dir-mode): Remove, unused.
10748         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10750 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10752         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10753         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10754         there could be recursive loading when `default-directory' is a
10755         remote file name.  (Bug#4614)
10757 2009-10-03  Glenn Morris  <rgm@gnu.org>
10759         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10760         the frame is wide.
10761         (calendar-generate-window): Test for shrinkability rather than width.
10763         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10764         declaration, currently false.
10766         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10767         reusing existing buffers, in case we happen to visit two files with the
10768         same basename.  (Bug#4593)
10770 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10772         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10773         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10774         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10775         subdirs of cedet as well.
10776         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10778 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10780         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10781         Obey advertised-signature-table.
10783         * help-fns.el (help-function-arglist): Don't check
10784         advertised-signature-table.
10785         (describe-function-1): Do it here instead so it also applies to subrs.
10787 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10789         * simple.el (start-file-process): Say in the doc-string, that file
10790         handlers might not support pty association, if PROGRAM is nil.
10792         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10793         HOST and USER are strings.  They are nil, when there are
10794         incomplete entries in ~/.netrc, for example.
10795         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10796         root directory ("device busy" error otherwise).
10798         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10799         Flush file properties of created directory.
10801 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10803         * makefile.w32-in (WINS_BASIC): Remove cedet.
10804         (WINS_CEDET): Add cedet.
10805         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10807 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10809         * net/browse-url.el (browse-url): Pass any symbol in
10810         browse-url-browser-function to `apply', since if you've mistakenly put
10811         an unbound symbol then the error is clearer.  (Bug#4531)
10813 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10815         * allout.el (allout-init, allout-back-to-current-heading)
10816         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10817         (allout-ascend, allout-up-current-level, allout-end-of-level)
10818         (allout-previous-visible-heading, allout-forward-current-level)
10819         (allout-backward-current-level, allout-show-children):
10820         * apropos.el (apropos-describe-plist):
10821         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10822         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10823         * completion.el (add-completion, add-permanent-completion):
10824         * descr-text.el (describe-text-category, describe-char):
10825         * desktop.el (desktop-lazy-abort):
10826         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10827         * dired.el (dired-build-subdir-alist):
10828         * ediff.el (ediff-version):
10829         * elide-head.el (elide-head, elide-head-show):
10830         * emerge.el (emerge-version):
10831         * env.el (getenv):
10832         * face-remap.el (variable-pitch-mode):
10833         * faces.el (describe-face):
10834         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10835         (dired-at-point):
10836         * files.el (find-file-existing, auto-save-mode):
10837         * font-lock.el (font-lock-fontify-buffer):
10838         * help-fns.el (describe-function, describe-variable)
10839         (describe-syntax, describe-categories):
10840         * help.el (view-lossage, describe-bindings, describe-key)
10841         (describe-mode):
10842         * hexl.el (hexl-current-address):
10843         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10844         * info.el (Info-goto-emacs-key-command-node):
10845         * log-edit.el (log-edit-insert-cvs-template)
10846         (log-edit-insert-cvs-rcstemplate):
10847         * menu-bar.el (menu-bar-mode):
10848         * mouse.el (mouse-appearance-menu):
10849         * newcomment.el (comment-indent-new-line):
10850         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10851         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10852         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10853         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10854         * recentf.el (recentf-mode):
10855         * savehist.el (savehist-mode, savehist-save):
10856         * shadowfile.el (shadow-copy-files):
10857         * simple.el (kill-ring-save, next-line, previous-line)
10858         (normal-erase-is-backspace-mode):
10859         * strokes.el (strokes-update-window-configuration)
10860         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10861         (strokes-xpm-for-stroke):
10862         * time.el (emacs-uptime, emacs-init-time):
10863         * tutorial.el (tutorial--describe-nonstandard-key)
10864         (tutorial--detailed-help):
10865         * type-break.el (type-break-mode)
10866         (type-break-mode-line-message-mode, type-break-query-mode)
10867         (type-break-guesstimate-keystroke-threshold):
10868         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10869         * version.el (emacs-version):
10870         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10871         * winner.el (winner-mode):
10872         * calendar/timeclock.el (timeclock-in, timeclock-out)
10873         (timeclock-status-string, timeclock-change)
10874         (timeclock-workday-remaining-string)
10875         (timeclock-workday-elapsed-string)
10876         (timeclock-when-to-leave-string):
10877         * calendar/todo-mode.el (todo-add-category):
10878         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10879         * emacs-lisp/autoload.el (update-file-autoloads):
10880         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10881         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10882         (checkdoc-message-text, checkdoc-defun):
10883         * emacs-lisp/debug.el (debugger-list-functions):
10884         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10885         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10886         (eieio-describe-generic):
10887         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10888         * emacs-lisp/shadow.el (list-load-path-shadows):
10889         * emulation/cua-base.el (cua-mode):
10890         * emulation/edt.el (edt-set-scroll-margins):
10891         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10892         (tpu-toggle-regexp, tpu-toggle-search-direction)
10893         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10894         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10895         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10896         (viper-set-parsing-style-toggling-macro)
10897         (viper-set-emacs-state-searchstyle-macros):
10898         * emulation/viper.el (viper-set-hooks):
10899         * eshell/esh-mode.el (eshell-truncate-buffer):
10900         * international/mule-cmds.el (prefer-coding-system)
10901         (describe-input-method, describe-language-environment):
10902         * international/mule-diag.el (list-character-sets)
10903         (describe-character-set, describe-coding-system)
10904         (describe-fontset, list-fontsets, list-input-methods):
10905         * mail/sendmail.el (mail-signature):
10906         * net/ange-ftp.el (ange-ftp-copy-file):
10907         * net/browse-url.el (browse-url):
10908         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10909         * net/quickurl.el (quickurl-add-url):
10910         * net/rcirc.el (names, topic):
10911         * net/xesam.el (xesam-mode):
10912         * play/5x5.el (5x5-new-game):
10913         * play/yow.el (apropos-zippy):
10914         * progmodes/ada-mode.el (ada-mode-version):
10915         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10916         (f90-end-of-block)
10917         (f90-beginning-of-block):
10918         * progmodes/fortran.el (fortran-end-of-block)
10919         (fortran-beginning-of-block):
10920         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10921         * progmodes/python.el (python-describe-symbol, python-shell):
10922         * term/ns-win.el (ns-print-buffer):
10923         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10924         * textmodes/flyspell.el (flyspell-mode-on):
10925         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10926         (pages-directory-for-addresses):
10927         * textmodes/table.el (table-recognize-cell)
10928         (table-query-dimension, table-generate-source)
10929         (table-insert-sequence, table--warn-incompatibility):
10930         * textmodes/tex-mode.el (tex-validate-buffer):
10931         * textmodes/texinfmt.el (texinfmt-version)
10932         (texinfo-format-buffer):
10933         Use `called-interactively-p' instead of `interactive-p'.
10935 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10937         * image-mode.el (image-toggle-display):
10938         * emacs-lisp/elp.el (elp-instrument-function):
10939         * emacs-lisp/advice.el (ad-make-advised-definition):
10940         * emacs-lisp/easy-mmode.el (define-minor-mode):
10941         * net/browse-url.el (browse-url-maybe-new-window):
10942         * progmodes/sh-script.el (sh-learn-buffer-indent):
10943         Pass new argument 'any to `called-interactively-p'.
10945 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10947         * international/uni-bidi.el:
10948         * international/uni-category.el:
10949         * international/uni-combining.el:
10950         * international/uni-comment.el:
10951         * international/uni-decimal.el:
10952         * international/uni-decomposition.el:
10953         * international/uni-digit.el:
10954         * international/uni-lowercase.el:
10955         * international/uni-mirrored.el:
10956         * international/uni-name.el:
10957         * international/uni-numeric.el:
10958         * international/uni-old-name.el:
10959         * international/uni-titlecase.el:
10960         * international/uni-uppercase.el:
10961         Regenerate from Unicode 5.2.0 data.
10963 2009-10-01  Glenn Morris  <rgm@gnu.org>
10965         * Makefile.in (ELCFILES): Regenerate.
10967 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10969         * subr.el (interactive-p): Mark obsolete.
10970         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10971         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10972         advertised-signature-table for subroutines as well.
10974         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10975         (set-advertised-calling-convention): New function.
10976         (make-obsolete, define-obsolete-function-alias)
10977         (make-obsolete-variable, define-obsolete-variable-alias):
10978         Make the optional-ness of `when' obsolete.
10979         (define-obsolete-face-alias): Make `when' non-optional.
10980         * help-fns.el (help-function-arglist):
10981         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10982         Use advertised-signature-table.
10984 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10986         * files.el (delete-directory): New defun.  The original function
10987         in fileio.c has been renamed to `delete-directory-internal'.
10989         * dired.el (dired-delete-file): Call `delete-directory' with
10990         RECURSIVE parameter.
10992         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10993         parameter RECURSIVE.  Implementation is missing.
10995         * net/tramp.el (tramp-handle-make-directory): Flush upper
10996         directory's file properties.
10997         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10998         (tramp-handle-dired-recursive-delete-directory): Flush directory
10999         properties after the remove command only.
11001         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11002         Handle optional parameter RECURSIVE.
11004         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
11005         Handle optional parameter RECURSIVE.
11007         * net/tramp-smb.el (tramp-smb-errors): Add error message for
11008         connection timeout.
11009         (tramp-smb-handle-delete-directory): Handle optional parameter
11010         RECURSIVE.
11012 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11014         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
11015         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
11016         (byte-compile-defmacro): Use backquotes.
11018         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
11020         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
11021         has no associated file.
11022         (vc-resynch-buffer): Use vc-dir-buffers.
11024 2009-10-01  Glenn Morris  <rgm@gnu.org>
11026         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
11027         (chart-file-count):
11028         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
11029         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
11030         * emacs-lisp/eieio-opt.el (eieio-describe-class):
11031         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
11032         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
11033         (eieio-copy-parents-into-subclass, make-instance, class-children)
11034         (eieio-generic-form):
11035         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
11036         * cedet/cedet-idutils.el (cedet-idutils-search)
11037         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
11038         (cedet-idutils-version-check):
11039         * cedet/cedet.el (cedet-version):
11040         * cedet/data-debug.el (data-debug-insert-overlay-button)
11041         (data-debug-insert-overlay-list-button)
11042         (data-debug-insert-buffer-button)
11043         (data-debug-insert-buffer-list-button)
11044         (data-debug-insert-process-button, data-debug-insert-ring-button)
11045         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
11046         (data-debug-insert-stuff-vector-button)
11047         (data-debug-insert-symbol-button, data-debug-insert-string)
11048         (data-debug-insert-number, data-debug-insert-lambda-expression)
11049         (data-debug-insert-nil, data-debug-insert-simple-thing)
11050         (data-debug-insert-custom, data-debug-edebug-expr):
11051         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
11052         (global-ede-mode-map, ede-new, ede-debug-target)
11053         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
11054         * cedet/semantic.el (semantic-minimum-working-buffer-size)
11055         (semantic-fetch-tags, semantic-submode-list)
11056         (semantic-default-submodes):
11057         * cedet/ede/source.el (ede-source-match):
11058         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
11059         (project-am-package-info):
11060         * cedet/ede/proj.el (ede-proj-target, project-new-target):
11061         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
11062         * cedet/ede/proj-comp.el (ede-current-build-list):
11063         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
11064         * cedet/ede/files.el (ede-toplevel-project-or-nil):
11065         * cedet/ede/cpp-root.el (initialize-instance):
11066         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
11067         (autoconf-parameter-strip, autoconf-insert-new-macro):
11068         * cedet/semantic/wisent.el (wisent-lex-eoi):
11069         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
11070         (semantic-show-parser-state-mode):
11071         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
11072         * cedet/semantic/tag.el (semantic-tag-new-variable)
11073         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
11074         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
11075         (semantic--tag-deep-copy-tag-list)
11076         (semantic-tag-components-with-overlays-default):
11077         * cedet/semantic/symref.el (semantic-symref-find-text):
11078         * cedet/semantic/senator.el (senator-yank-tag)
11079         (senator-transpose-tags-up):
11080         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
11081         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
11082         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
11083         * cedet/semantic/lex.el (semantic-lex-comment-regex)
11084         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
11085         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
11086         * cedet/semantic/lex-spp.el
11087         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
11088         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
11089         * cedet/semantic/idle.el
11090         (semantic-idle-summary-current-symbol-info-brutish)
11091         (semantic-idle-summary-current-symbol-info-default):
11092         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
11093         (semantic--grammar-macro-compl-dict):
11094         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
11095         * cedet/semantic/format.el (semantic-format-tag-custom-list)
11096         (semantic-format-tag-canonical-name-default):
11097         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
11098         (semantic-find-tags-for-completion)
11099         (semantic-find-tags-by-scope-protection-default)
11100         (semantic-deep-find-tags-for-completion):
11101         * cedet/semantic/edit.el
11102         (semantic-edits-incremental-reparse-failed-hook)
11103         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
11104         (semantic-edits-splice-remove, semantic-edits-splice-replace):
11105         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
11106         * cedet/semantic/dep.el (semantic-dependency-include-path):
11107         * cedet/semantic/db.el (semanticdb-default-find-index-class)
11108         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
11109         (semanticdb-project-roots):
11110         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
11111         (semanticdb-find-adebug-insert-scanned-tag-cons)
11112         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
11113         (semanticdb-brute-deep-find-tags-for-completion):
11114         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
11115         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
11116         (semantic-end-of-context-default)
11117         (semantic-ctxt-current-function-default)
11118         (semantic-ctxt-scoped-types-default):
11119         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
11120         (semantic-complete-inline-tag-engine)
11121         (semantic-complete-inline-custom-type)
11122         (semantic-complete-read-tag-analyzer):
11123         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
11124         (semantic-chart-database-size):
11125         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
11126         (semantic-analyze-current-context):
11127         * cedet/semantic/symref/list.el (semantic-symref)
11128         (semantic-symref-hide-buffer, semantic-symref-symbol):
11129         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
11130         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
11131         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
11132         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
11133         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
11134         (semantic-c-dereference-template):
11135         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
11136         (semantic--analyze-refs-full-lookup-with-parents)
11137         (semantic--analyze-refs-full-lookup-simple):
11138         * cedet/semantic/analyze/complete.el
11139         (semantic-analyze-possible-completions):
11140         * cedet/srecode/table.el (srecode-mode-table-new):
11141         * cedet/srecode/srt.el (srecode-read-variable-name):
11142         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
11143         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
11144         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
11145         * cedet/srecode/map.el (srecode-current-map):
11146         * cedet/srecode/insert.el (srecode-insert)
11147         (srecode-insert-variable-secondname-handler, srecode-insert-method)
11148         (srecode-template-inserter-point-override)
11149         (srecode-insert-include-lookup):
11150         * cedet/srecode/getset.el (srecode-auto-choose-class):
11151         * cedet/srecode/extract.el (srecode-inserter-extract):
11152         * cedet/srecode/document.el
11153         (srecode-document-autocomment-return-last-alist)
11154         (srecode-document-autocomment-param-type-alist)
11155         (srecode-document-insert-function-comment)
11156         (srecode-document-insert-variable-one-line-comment)
11157         (srecode-document-function-name-comment):
11158         * cedet/srecode/dictionary.el (srecode-create-dictionary)
11159         (srecode-compound-toString):
11160         * cedet/srecode/compile.el (srecode-flush-active-templates):
11161         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
11162         Doc/message fixes.
11164         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
11165         match-data.  (Bug#4555).
11167         * cedet/semantic/bovine/gcc.el
11168         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
11169         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
11171         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
11172         rather than parsing it as a regexp.  This relaxes the layout
11173         requirements and makes errors easier to detect.
11174         (check-declare-verify): Check file is regular.
11175         (check-declare-directory): Doc fix.
11176         * subr.el (declare-function): Doc fix.
11178         * ibuffer.el (ibuffer-format-qualifier):
11179         * isearch.el (hi-lock-regexp-okay):
11180         * calc/calc.el (math-zerop):
11181         * mail/uce.el (rmail-msgbeg, rmail-msgend):
11182         * term/w32-win.el (setup-default-fontset, set-fontset-font):
11183         Remove unused declarations.
11185 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
11187         * cedet/semantic/wisent/javat-wy.el
11188         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
11190 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
11192         * cedet/srecode/expandproto.el: Fix provide statement.
11194 2009-09-30  Eric Ludlam  <zappo@gnu.org>
11196         * emacs-lisp/eieio.el (boolean-p): Delete.
11198 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
11200         * cedet/ede/srecode.el: Fix provide statement.
11202 2009-09-30  Glenn Morris  <rgm@gnu.org>
11204         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
11205         * cedet/ede/proj-aux.el (ede-aux-source):
11206         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
11207         (ede-misc-source):
11208         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
11209         (semantic-mrub-switch-tags): Fix doc typos.
11211         * cedet/semantic/db-global.el (data-debug-new-buffer)
11212         (data-debug-insert-thing): Remove unneeded declarations (one broken).
11213         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
11215         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
11217         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
11218         use of CL function `remove-if-not'.
11220         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
11222         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
11223         filename is not a string.
11225 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
11227         * files.el (safe-local-eval-forms): Fix typo.
11229 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11231         * vc-hooks.el (vc-dir-buffers): New var.
11232         (vc-state-refresh): New function.
11233         (vc-state): Use it.
11234         (vc-after-save): Always ask the backend to recompute the new state.
11235         Always call vc-dir if necessary, using vc-dir-buffers.
11236         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
11237         Use vc-dir-buffers.
11238         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
11239         (vc-dir-prepare-status-buffer, vc-dir-update)
11240         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
11241         Don't call expand-file-name on default-directory.
11243 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11245         * speedbar.el (speedbar-item-delete):
11246         * calc/calc-prog.el (calc-kbd-if):
11247         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
11249         * epa.el (epa-key-list-mode-map):
11250         * hi-lock.el (hi-lock-menu): Fix typos in menus.
11252         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
11253         (hs-show-hook): Fix typo in docstring.
11255 2009-09-29  Glenn Morris  <rgm@gnu.org>
11257         * cedet/semantic/symref/idutils.el:
11258         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
11260         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
11262         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
11263         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
11264         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
11265         Mark declarations not understood by check-declare.
11267         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
11268         file-name-nondirectory call preventing location of cedet files.
11269         (check-declare-verify): Use literal search rather than re-search.
11270         Add basic defmethod and defclass, and define-overloadable-function.
11272         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11273         Use tramp-compat-file-attributes rather than nonexistent
11274         tramp-compat-handle-file-attributes.
11276         * Makefile.in (lisptagsfiles4): New.
11277         (AUTOGENEL): Add cedet loaddefs files.
11278         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
11279         (update-elclist, compile-always, backup-compiled-files)
11280         (bootstrap-clean): Add yet another directory level.
11281         (update-elclist): Use LC_COLLATE rather than COLLATE.
11282         (ELCFILES): Update, via `make update-elclist'.
11284 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11286         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11287         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11288         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11290 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
11292         * Makefile.in (lisptagsfiles3): Define.
11293         (TAGS, TAGS-LISP): Use it.
11294         (update-elclist): Add third directory level to look for elc files.
11295         (compile-always): Likewise.
11296         (backup-compiled-files): Likewise.
11297         (bootstrap-clean): Likewise.
11298         (ELCFILES): Update.
11300 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
11302         * Makefile.in (ELCFILES): Add CEDET files.
11304 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11306         CEDET (development tools) package merged.
11308         * cedet/*.el:
11309         * cedet/ede/*.el:
11310         * cedet/semantic/*.el:
11311         * cedet/srecode/*.el: New files.
11313 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
11315         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11317         * net/tramp.el (top): Require tramp-imap.
11319         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11320         Use `tramp-compat-handle-file-attributes'.
11322 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11324         * net/tramp-imap.el: New package.
11326 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11328         * emacs-lisp/chart.el:
11329         * emacs-lisp/eieio-base.el:
11330         * emacs-lisp/eieio-comp.el:
11331         * emacs-lisp/eieio-custom.el:
11332         * emacs-lisp/eieio-datadebug.el:
11333         * emacs-lisp/eieio-opt.el:
11334         * emacs-lisp/eieio-speedbar.el:
11335         * emacs-lisp/eieio.el: New files.
11337         * cedet/cedet-cscope.el:
11338         * cedet/cedet-files.el:
11339         * cedet/cedet-global.el:
11340         * cedet/cedet-idutils.el:
11341         * cedet/data-debug.el:
11342         * cedet/inversion.el:
11343         * cedet/mode-local.el:
11344         * cedet/pulse.el: New files.
11346 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11348         * whitespace.el (whitespace-trailing-regexp)
11349         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11350         Fix doc string.
11352 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
11354         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11355         menu.
11357         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11358         menu-bar-ediff-menu.
11360         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11361         define-overloadable-function.
11363         * progmodes/autoconf.el: Provide autoconf as well, so that this
11364         file can be `require'd.
11366         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11368         * emacs-lisp/autoload.el (generated-autoload-feature)
11369         (generated-autoload-load-name): New vars.
11370         (autoload-rubric, autoload-generate-file-autoloads): Use them.
11371         (make-autoload): Recognize define-overloadable-function and
11372         defclass forms (for EIEIO).
11374         * Makefile.in (update-subdirs): Exclude cedet directory.
11376 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
11378         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
11380         * faces.el: Default light-background background for region face to
11381         ns_selection_color under NS.
11383 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11385         * net/imap-hash.el: New library, see NEWS.
11387         * Makefile.in (ELCFILES): Add imap-hash.el.
11389 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11391         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11392         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11393         * help-macro.el (make-help-screen): Avoid using an ambiguous function
11394         definition where the docstring could be taken for the return value.
11396 2009-09-26  Glenn Morris  <rgm@gnu.org>
11398         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11399         Add option to only show images below a certain size.
11400         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11401         save-excursion calls.
11403 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
11405         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11406         subdirectories) and eieio.
11408 2009-09-26  Alan Mackenzie  <acm@muc.de>
11410         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11411         buggy bracketing.  (Bug#4289)
11413         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11414         character constants (as case labels).  (Bug#4289)
11416 2009-09-25  Juri Linkov  <juri@jurta.org>
11418         * files.el (safe-local-eval-forms): Allow time-stamp in
11419         before-save-hook (Bug#4554).
11421 2009-09-25  Drew Adams  <drew.adams@oracle.com>
11423         * menu-bar.el (list-buffers-directory): Doc fix.
11425 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11427         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11428         Try and avoid copying twice the same paragraph.
11429         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11430         Remove save-excursion.
11431         (log-edit-changelog-entry): Do it here instead.
11433 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
11435         * bs.el (bs--get-file-name): Use `list-buffers-directory'
11436         when available, instead of hardcoding mode names.  Doc fix.
11438         * menu-bar.el (list-buffers-directory): Add docstring.
11439         Make automatically buffer-local.
11441         * dired.el (dired-mode):
11442         * files.el (cd-absolute):
11443         * pcvs.el (cvs-temp-buffer):
11444         * pcvs-util.el (cvs-get-buffer-create):
11445         * shell.el (shell-mode):
11446         * vc-dir.el (vc-dir-mode):
11447         Don't make `list-buffers-directory' buffer local.
11449 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
11451         * comint.el (comint-exec, comint-run, make-comint):
11452         Doc fixes (Bug#4542).
11454 2009-09-25  Glenn Morris  <rgm@gnu.org>
11456         * mail/rmailmm.el (rmail-mime): New custom group.
11457         Move all defcustoms in this file into this group.
11458         (rmail-mime-media-type-handlers-alist): Revert previous change.
11459         (rmail-mime-show-images): New option.
11460         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11461         references to it, since it wasn't actually used for anything.
11462         (rmail-mime-insert-image): New function.
11463         (rmail-mime-image): Use rmail-mime-insert-image.
11464         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11465         obey the value of `rmail-mime-show-images' option.  Print the size of
11466         attachments.
11468 2009-09-25  David Engster  <deng@randomsample.de>
11470         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
11472 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11474         * whitespace.el: Does not highlight trailing spaces While point is
11475         at end of line.  Does not highligt spaces at beginning of buffer
11476         while point is at beginning of buffer.  Does not highlight spaces
11477         at end of buffer while point is at end of buffer.  (Bug#4177)
11478         New version 12.0.
11479         (whitespace-display-mappings): Adjust initialization.
11480         (whitespace-point, whitespace-font-lock-refontify): New vars.
11481         (whitespace-color-on, whitespace-color-off): Adjust code.
11482         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11483         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11484         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11486 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
11488         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11490         * textmodes/sgml-mode.el: Remove xml-mode alias.
11492         * files.el (auto-mode-alist, conf-mode-maybe)
11493         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11495 2009-09-24  Alan Mackenzie  <acm@muc.de>
11497         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11498         c-forward-conditionals, but it doesn't move point and doesn't set
11499         the mark.
11500         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11501         (c-down-conditional-with-else, c-backward-conditional)
11502         (c-forward-conditional): Refactor to use c-scan-conditionals.
11504 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11506         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11507         (help-default-arg-highlight): Remove.
11508         (help-highlight-arg): New function.
11509         (help-do-arg-highlight): Use it.
11510         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
11512 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11514         * term.el (term-set-scroll-region, term-handle-ansi-escape):
11515         Undo last change, which didn't fix the problem and introduced others.
11517 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
11519         * progmodes/gdb-mi.el: Don't require speedbar.
11520         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11522 2009-09-24  Glenn Morris  <rgm@gnu.org>
11524         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11526         * term/ns-win.el (ns-reg-to-script): Define for compiler.
11528         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11529         there is no newline after the final mime boundary.  (Bug#4539)
11530         Move markers on insertion so that any buttons inserted don't end up in
11531         the next part of a multipart message.
11532         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
11533         (rmail-mime-bulk-handler): Optionally handle images.
11534         (rmail-mime-image): New button action.
11535         (rmail-mime-image-handler): New function.
11536         (rmail-mime-mode): New mode.
11537         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
11539 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11541         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11542         than just dropping elements from it (bug#4504).
11544         * term.el (term-set-scroll-region): Don't move cursor any more.
11545         (term-handle-ansi-escape): Call term-goto here instead.
11546         Suggested by Ivan Kanis <apple@kanis.eu>.
11548         * term.el: Require CL.
11549         (term-ansi-reset): New function.
11550         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11551         (term-handle-colors-array): Simplify.
11553 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11555         * allout.el (allout-overlay-interior-modification-handler)
11556         (allout-obtain-passphrase):
11557         * epa-file.el (epa-file-write-region):
11558         * ps-print.el (ps-begin-job):
11559         * vc-hooks.el (vc-toggle-read-only):
11560         * vc-rcs.el (vc-rcs-rollback):
11561         * vc-sccs.el (vc-sccs-rollback):
11562         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11563         (vc-version-diff, vc-revert, vc-rollback):
11564         * wdired.el (wdired-check-kill-buffer):
11565         * emacs-lisp/authors.el (authors):
11566         * net/socks.el (socks-open-connection):
11567         * net/zeroconf.el (zeroconf-service-add-hook):
11568         * obsolete/vc-mcvs.el (vc-mcvs-register):
11569         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11570         (gdb-select-frame):
11571         * progmodes/grep.el (lgrep, rgrep):
11572         * progmodes/idlw-help.el (idlwave-help-check-locations)
11573         (idlwave-help-html-link, idlwave-help-assistant-open-link):
11574         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11575         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11576         (reftex-toc-rename-label): Fix typos in error messages.
11578         * dired-aux.el (dired-do-shell-command): Reflow docstring.
11579         (dired-copy-how-to-fn): Doc fix.
11580         (dired-files-attributes, dired-read-shell-command):
11581         Fix typos in docstrings.
11583         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11584         (dired-x-find-file-other-window): Reflow docstrings.
11585         (dired-omit-marker-char, dired-read-shell-command)
11586         (dired-x-submit-report): Fix typos in docstrings.
11588         * shell.el (shell-mode-hook):
11589         * view.el (View-scroll-line-forward):
11590         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11591         Fix typos in docstrings.
11593         * net/dig.el (dig-invoke): Fix typo in docstring.
11594         (query-dig): Reflow docstring.
11596         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11597         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11598         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11599         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11600         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11601         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11602         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11603         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11604         (idlwave-completion-map, idlwave-current-indent)
11605         (idlwave-custom-ampersand-surround, idlwave-customize)
11606         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11607         (idlwave-define-abbrev, idlwave-determine-class-special)
11608         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11609         (idlwave-end-block-reg, idlwave-end-of-statement)
11610         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11611         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11612         (idlwave-explicit-class-listed, idlwave-file-header)
11613         (idlwave-fill-paragraph, idlwave-find-class-definition)
11614         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11615         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11616         (idlwave-in-quote, idlwave-indent-action-table)
11617         (idlwave-indent-expand-table, idlwave-indent-line)
11618         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11619         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11620         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11621         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11622         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11623         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11624         (idlwave-outlawed-buffers, idlwave-popup-select)
11625         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11626         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11627         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11628         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11629         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11630         (idlwave-statement-type, idlwave-struct-skip)
11631         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11632         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11633         (idlwave-what-module-find-class): Fix typos in docstrings.
11634         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11635         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11636         (idlwave-find-module, idlwave-find-structure-definition)
11637         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11638         (idlwave-list-load-path-shadows, idlwave-next-statement)
11639         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11640         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11641         (idlwave-template): Reflow docstrings.
11643         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11644         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11645         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11646         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11647         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11648         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11649         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11650         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11651         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11652         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11653         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11654         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11655         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11656         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11657         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11658         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11659         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11660         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11661         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11662         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11663         Fix typos in docstrings.
11664         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11665         (idlwave-shell-hide-output, idlwave-shell-mode)
11666         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11667         Reflow docstrings.
11669         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11671 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11673         * term.el (term-bold-attribute): New var.
11674         (term-handle-colors-array): Use it.
11676 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11678         * progmodes/gdb-mi.el (gdb-version): New variable.
11679         (gdb-non-stop-handler): Set gdb-version.
11680         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11681         Condition "--thread" option on gdb-version.
11682         (gdb-invalidate-threads): Remove unused argument.
11684 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11686         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11687         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11689 2009-09-23  Glenn Morris  <rgm@gnu.org>
11691         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11692         replying to mail without References or Message-Id.  (Bug#4525)
11694 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11696         * term/ns-win.el (ns-reg-to-script): New variable.
11698 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11700         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11702 2009-09-22  Sam Steingold  <sds@gnu.org>
11704         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11705         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11706         to 1 because hg returns status 1 when nothing is found.
11707         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11709 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11711         * textmodes/fill.el: Convert to utf-8 encoding.
11712         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11713         pre-Unicode days.
11715         * add-log.el (change-log-fill-forward-paragraph): New function.
11716         (change-log-mode): Use it so fill-region DTRT.
11717         Set fill-indent-according-to-mode here rather than in
11718         change-log-fill-paragraph.
11719         (change-log-fill-paragraph): Remove.
11721 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11723         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11724         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11726 2009-09-22  Glenn Morris  <rgm@gnu.org>
11728         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11729         the scroll-bar scroll the calendar window rather than the buffer.
11731         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11732         commands that move point (as opposed to scrolling).
11734         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11736         * emacs-lisp/elint.el (elint): New custom group.
11737         (elint-log-buffer): Make it a defcustom.
11738         (elint-scan-preloaded, elint-ignored-warnings)
11739         (elint-directory-skip-re): New options.
11740         (elint-builtin-variables): Doc fix.
11741         (elint-preloaded-env): New variable.
11742         (elint-unknown-builtin-args): Add an entry for encode-time.
11743         (elint-extra-errors): Make it a variable rather than a constant.
11744         (elint-preloaded-skip-re): New constant.
11745         (elint-directory): Skip files matching elint-directory-skip-re.
11746         (elint-features): New variable, local to linted buffers.
11747         (elint-update-env): Initialize elint-features.  Possibly add
11748         elint-preloaded-env to the buffer's environment.
11749         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11750         Skip quoted forms.
11751         (elint-init-form): New function, extracted from elint-init-env.
11752         Make non-list forms a warning rather than an error.
11753         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11754         easy-menu-define, put that adds an error-condition, and provide.
11755         When requiring cl, also require cl-macs.  Really require cl, to handle
11756         some cl macros.  Store required libraries in the list elint-features,
11757         so as not to re-load them.  Treat cc-require like require.
11758         (elint-init-env): Call elint-init-form to do the work.
11759         Handle eval-and-compile and such like.
11760         (elint-add-required-env): Do not clear messages.
11761         (elint-special-forms): Add handlers for function, defalias, if, when,
11762         unless, and, or.
11763         (elint-form): Add optional argument to ignore elint-special-forms,
11764         useful to prevent recursive calls from handlers.  Doc fix.
11765         Respect elint-ignored-warnings.
11766         (elint-form): Respect elint-ignored-warnings.
11767         (elint-bound-variable, elint-bound-function): New variables.
11768         (elint-unbound-variable): Respect elint-bound-variable.
11769         (elint-get-args): Respect elint-bound-function.
11770         (elint-check-cond-form): Add some simple handling for (f)boundp and
11771         featurep tests.
11772         (elint-check-defalias-form): New handler.
11773         (elint-check-let-form): Make an empty let a warning rather than an
11774         error.
11775         (elint-check-setq-form): Make an empty setq a warning rather than an
11776         error.  Respect elint-ignored-warnings.
11777         (elint-check-defvar-form): Accept null doc-strings.
11778         (elint-check-conditional-form): New handler.  Does some simple-minded
11779         checking of featurep and (f)boundp tests.
11780         (elint-put-function-args): New function.
11781         (elint-initialize): Use elint-scan-doc-file rather than
11782         elint-find-builtin-variables.  Use elint-put-function-args.
11783         Possibly scan preloaded-file-list.
11784         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11785         extend to handle functions as well.
11787 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11789         * linum.el (linum-delete-overlays, linum-update-window):
11790         Do not modify the right margin.  (Bug#3971)
11792 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11794         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11795         nxml-mode instead of xml-mode.
11797 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11799         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11801 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11803         * net/dig.el (dig-mode): Use define-derived-mode.
11805 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11807         * vc-dispatcher.el (vc-do-command): Return the process object in
11808         the asynchronous case.  Use when instead of if.  Do not run
11809         vc-exec-after to display a message if not enabled.  (Bug#4463)
11811         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11812         properties to the stash strings.
11813         (vc-git-stash-list): Return a list of strings.
11814         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11815         (vc-git-stash-show-at-point): New functions.
11816         (vc-git-stash-map): New keymap.
11818         * register.el (ctl-x-r-map): Define the keys here instead of
11819         using autoload.
11821 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11823         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11824         list, to workaround performance problem (bug#4485).
11826 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11828         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11830 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11832         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11833         Document that this option is not recommended to use.
11835 2009-09-19  Glenn Morris  <rgm@gnu.org>
11837         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11838         variable `var'.
11840         * calc/calc-alg.el (var):
11841         * calc/calcalg2.el (var): Define for compiler.
11843 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11845         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11846         Doc fix (Bug#3932).
11848         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11850         * time-stamp.el (time-stamp-month-dd-yyyy)
11851         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11852         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11853         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11854         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11855         Remove functions that have been obsolete since 1995 (Bug#4436).
11857         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11858         indent buffer only if called interactively (Bug#4452).
11860 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11861             Eli Zaretskii  <eliz@gnu.org>
11863         This fixes bug#4197 (merged to bug#865, though not identical).
11864         * server.el (server-auth-dir): Add docstring note about FAT32.
11865         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11866         but warn against using them.
11868 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11870         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11871         older GDB where there is no has_more field.
11873 2009-09-19  Glenn Morris  <rgm@gnu.org>
11875         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11877 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11879         * files.el (auto-mode-alist): Change default for XML files to nXML
11880         mode (Bug#4169).
11882 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11884         * server.el (server-ensure-safe-dir): Pass 'integer
11885         to `file-attributes', as suggested.
11887 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11889         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11890         (dired-query): Use read-key.
11892 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11894         * cus-start.el (ns-use-qd-smoothing): Remove.
11896 2009-09-18  Glenn Morris  <rgm@gnu.org>
11898         * allout.el (top-level): Remove unnecessary progn.
11900         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11902         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11903         definition of abbrev table.
11905         * speedbar.el (speedbar-track-mouse):
11906         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11907         * net/eudc.el (eudc-expand-inline):
11908         * net/newst-backend.el (newsticker--cache-read-feed):
11909         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11910         condition-case handlers.
11912 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11914         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11915         (gdb-var-list): Add an element for has_more field.
11916         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11917         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11918         (gdb-var-update-handler-1): Parse output of dynamic variable
11919         objects (STL containers).
11920         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11921         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11923         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11924         gdb-var-list.
11925         (gud-speedbar-buttons): Make node expandable if expression "has more"
11926         children.
11928 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11930         * startup.el (emacs-quick-startup): Remove variable and all uses.
11931         (command-line): Set `inhibit-x-resources' instead.
11932         (command-line-1): Use `inhibit-x-resources' instead.
11934 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11936         * subr.el: Fix last change to avoid using the `unless' macro,
11937         which breaks bootstrapping.
11939 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11941         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11942         extended definitions, in case we reload subr.el after having
11943         loaded CL.
11944         (eval-next-after-load): Mark as obsolete.
11946 2009-09-17  Juri Linkov  <juri@jurta.org>
11948         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11949         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11950         (menu-bar-showhide-menu, menu-bar-tools-menu)
11951         (menu-bar-describe-menu, menu-bar-help-menu)
11952         (minibuffer-local-completion-map, minibuffer-local-map):
11953         Fix list quoting.
11955 2009-09-17  Glenn Morris  <rgm@gnu.org>
11957         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11958         arguments, whether or not it has a handler.
11960         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11962         * simple.el (hard-newline): Give it a doc-string.
11964         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11965         (lisp-mode-syntax-table): Give them doc-strings.
11967 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11969         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11970         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11971         (menu-bar-options-menu, menu-bar-showhide-menu)
11972         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11973         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11974         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11975         (menu-bar-options-menu, menu-bar-tools-menu)
11976         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11977         (menu-bar-help-menu):
11978         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11979         string arguments.
11981         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11982         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11983         calls for the menu names and :help.
11985 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11987         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11988         to :minor-mode-function (bug#4455).
11990 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11992         * startup.el (command-line): Initialize the window-system after
11993         processing the command-line.
11995         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11996         page-delimiter matches the empty string.
11998 2009-09-16  Glenn Morris  <rgm@gnu.org>
12000         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
12001         byte-compile-not-obsolete-var.  It's a list now.
12002         (byte-compile-not-obsolete-funcs): New variable.
12003         (byte-compile-warn-obsolete): Don't warn about functions if they are in
12004         byte-compile-not-obsolete-funcs.
12005         (byte-compile-variable-ref, byte-compile-defvar): Update for
12006         byte-compile-not-obsolete-vars name-change and list nature.
12007         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
12008         and variables behind (f)boundp tests.
12009         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
12011 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
12013         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
12015 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12017         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
12018         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
12019         Don't autoload.
12021 2009-09-15  Stephen Eglen  <stephen@gnu.org>
12023         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
12024         the virtual-buffers, use the name of the buffer specified by
12025         find-file-noselect, as the match may be a symlink.  (This was a
12026         problem if the target and the symlink had different names.)
12028 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12030         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
12032         * desktop.el (desktop-path): Check user-emacs-directory.
12034         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
12036         * loadup.el: Use after-load-functions to GC after loading each file.
12037         Remove the explicit GC calls that used to be sprinkled around.
12039         * subr.el (after-load-functions): New hook.
12040         (do-after-load-evaluation): Run it.  Use string-match-p to detect
12041         `obsolete' packages, rather than painfully extracting the relevant
12042         directory name.
12044 2009-09-15  Glenn Morris  <rgm@gnu.org>
12046         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
12047         free variable `doc'.
12049         * dired.el (dired-mode-map): Add menu entry for async shell command.
12051         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
12052         variables, also consider the .elc files, since the .el files are
12053         normally gzipped (subsequent code locates the .el.gz from the .elc).
12055         * calc/calc-prog.el (arglist): Define for compiler.
12057         * calendar/diary-lib.el (diary-display-function): Change the default to
12058         fancy display.
12059         (body): Define for compiler.
12061         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
12062         (byte-compile-file-form, byte-compile-lambda)
12063         (byte-compile-top-level-body, byte-compile-form)
12064         (byte-compile-variable-ref, byte-compile-setq)
12065         (byte-compile-setq-default, byte-compile-body)
12066         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
12067         (batch-byte-compile): Give some more local variables with common names
12068         a "bytecomp-" prefix to avoid masking warnings about free variables.
12070         * startup.el (command-line-1): Give local variables with common names a
12071         distinguishing prefix, so as not to hide free variable warnings during
12072         bootstrap.
12074         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
12075         clever and add a suffix to make a unique name, just let the user decide
12076         whether or not to overwrite it.  If the input is a directory, write the
12077         default filename to that directory.  (Bug#4388)
12078         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
12079         is a filename-as-a-directory.
12081 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12083         * textmodes/page.el (what-page): Don't move to beginning of line.
12084         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
12086 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
12088         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
12090 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
12092         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
12093         * help.el (help-for-help-internal): Add purecopy calls for text.
12095         * vc.el (top): print-log method now takes an optional SHORTLOG
12096         argument.  Add a new method: root.
12097         (vc-root-diff, vc-print-root-log): New functions.
12098         (vc-log-short-style): New variable.
12099         (vc-print-log-internal): Add support for showing short logs.
12101         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
12102         vc-print-root-log and vc-print-root-diff.
12104         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
12105         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
12106         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
12107         short logs.
12109         * vc-cvs.el (vc-cvs-print-log):
12110         * vc-mtn.el (vc-mtn-print-log):
12111         * vc-rcs.el (vc-rcs-print-log):
12112         * vc-sccs.el (vc-sccs-print-log):
12113         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
12114         that is ignored for now.
12116         * vc-mtn.el (vc-mtn-annotate-command):
12117         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
12119 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12121         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
12122         to function-key-map, and give them ascii-character property.
12123         * term/x-win.el (x-alternatives-map):
12124         * term/ns-win.el (ns-alternatives-map):
12125         * term/internal.el (msdos-key-remapping-map):
12126         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
12128 2009-09-14  Glenn Morris  <rgm@gnu.org>
12130         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
12131         temp-buffers (2009-09-12).
12133 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12135         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
12136         the new read-key function.
12138 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
12140         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
12141         is defined (Bug#4405).
12143 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
12145         * recentf.el (recentf-cleanup): Use a hash table to find
12146         duplicates (Bug#4407).
12148 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
12150         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
12151         kp-0 to ascii equivalents (Bug#4325).
12153 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
12155         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
12157         * eshell/em-hist.el:
12158         * eshell/em-dirs.el (eshell-complete-user-reference):
12159         Declare pcomplete functions and variables to avoid compiler warnings.
12161 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
12163         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
12164         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
12165         * eshell/em-alias.el (eshell-aliases-file):
12166         * eshell/em-hist.el (eshell-history-file-name):
12167         Use expand-file-name instead of concat to make file names (Bug#4308).
12169 2009-09-13  Glenn Morris  <rgm@gnu.org>
12171         * ediff-merg.el (ediff-do-merge):
12172         * filesets.el (filesets-run-cmd):
12173         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
12174         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
12175         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
12176         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
12177         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
12178         Replace empty `let's with `progn'.
12180 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12182         * mail/sendmail.el (send-mail-function):
12183         * tooltip.el (tooltip-mode):
12184         * simple.el (transient-mark-mode):
12185         * rfn-eshadow.el (file-name-shadow-mode):
12186         * frame.el (blink-cursor-mode):
12187         * font-core.el (global-font-lock-mode):
12188         * files.el (temporary-file-directory)
12189         (small-temporary-file-directory, auto-save-file-name-transforms):
12190         * epa-hook.el (auto-encryption-mode):
12191         * composite.el (global-auto-composition-mode):
12192         Use custom-initialize-delay.
12193         * startup.el (command-line): Don't explicitly call
12194         custom-reevaluate-setting for all the above vars.
12195         * custom.el (custom-initialize-safe-set)
12196         (custom-initialize-safe-default): Delete.
12198 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12200         * term/x-win.el (x-initialize-window-system):
12201         * term/w32-win.el (w32-initialize-window-system):
12202         * term/ns-win.el (ns-initialize-window-system): Don't call
12203         mouse-wheel-mode since it's enabled globally by default already.
12205         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
12206         actually define the variable, but only silences the byte-compiler.
12207         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
12208         before looking it up.
12209         (mouse-wheel-scroll-amount): Also reset the bindings if this value
12210         is changed.
12212 2009-09-12  Glenn Morris  <rgm@gnu.org>
12214         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
12215         1000.
12216         (elint-add-required-env): Don't beep on error.
12217         (elint-forms): In case of error, return ENV unchanged.
12218         (elint-init-env): Skip non-list forms.
12219         (elint-log): Handle unknown file positions.
12221 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
12223         * epg.el (epg-make-context): Add autoload cookie.
12224         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
12225         (epg-decrypt-string, epg-start-verify, epg-verify-file)
12226         (epg-verify-string, epg-start-sign, epg-sign-file)
12227         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
12228         (epg-encrypt-string, epg-start-export-keys)
12229         (epg-export-keys-to-file, epg-export-keys-to-string)
12230         (epg-start-import-keys, epg-import-keys-from-file)
12231         (epg-import-keys-from-string, epg-start-receive-keys)
12232         (epg-receive-keys, epg-import-keys-from-server)
12233         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
12234         (epg-sign-keys, epg-start-generate-key)
12235         (epg-generate-key-from-file, epg-generate-key-from-string):
12236         Remove autoload cookie.
12238 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
12240         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
12241         reevaluation of trash-directory.
12243         * mwheel.el: Fix last change.
12244         (mouse-wheel-mode): New defvar.
12245         (mouse-wheel-mode): Remove autoload cookie.
12247 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12249         * mwheel.el (mwheel-installed-bindings): New var.
12250         (mouse-wheel-mode): Use it, so as to make sure we really remove all
12251         the bindings we set last time.  Use custom-initialize-delay.
12252         * loadup.el: Load mwheel after term/*-win.el.
12253         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
12254         and mouse-wheel-up-event now that their first evaluation is done
12255         sufficiently late to be correct.
12257         * startup.el (tutorial-directory): Make it a defcustom.
12258         Use custom-initialize-delay rather than eval-at-startup to set it.
12259         * image.el (image-load-path): Make it a defcustom.
12260         Use custom-initialize-delay rather than eval-at-startup to set it.
12261         * subr.el (eval-at-startup): Remove.
12262         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
12264         * subr.el (do-after-load-evaluation): Warn the user after loading an
12265         obsolete package.
12267 2009-09-12  Glenn Morris  <rgm@gnu.org>
12269         * proced.el (proced-mark-alt): Remove alias.
12270         (proced-mode-map): Remove proced-mark-alt.
12272         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
12273         Elint file and directory.  Remove initialization entry.
12275         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
12276         commands.
12277         (elint-current-buffer): Set mode-line-process.
12278         (elint-init-env): Handle define-derived-mode.
12279         Fix declare-function with unspecified arglist.  Guard against odd
12280         defalias statements (eg iso-insert's 8859-1-map).
12281         (elint-add-required-env): Use a temp buffer.
12282         (elint-form): Just print the function/macro name, not the whole form.
12283         Return env unchanged if we fail to parse a macro.
12284         (elint-forms): Guard against parse errors.
12285         (elint-output): New function, to handle batch mode.
12286         (elint-log-message): Add optional argument.  Use elint-output.
12287         (elint-set-mode-line): New function.
12289 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
12291         * emacs-lisp/elp.el (elp-not-profilable): Add more
12292         functions (Bug#4233).
12294 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
12296         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12297         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12299 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12301         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12302         (gdb-var-list-children): Use json parsing.
12304 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
12306         * progmodes/js.el (js--proper-indentation): Handle the case where
12307         char-before is null.  Reported by Deniz Dogan.
12309 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12311         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12313 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
12315         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12316         (epg-digest-algorithm-alist): Add SHA224.
12317         (epg-context-set-passphrase-callback)
12318         (epg-context-set-progress-callback): Add description about
12319         callback function.
12321 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12323         * custom.el (custom-delayed-init-variables): New var.
12324         (custom-initialize-delay): New function.
12325         * startup.el (command-line): "Re"evaluate all vars in
12326         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
12327         explicitly any more.
12328         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12329         to avoid creating a ~/.emacs.d at build-time (bug#4347).
12331         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12333 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12335         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12336         (gdb-var-update-handler): Use json parsing.
12338 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12340         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12341         decode annotated text, regardless of language environment.  (Bug#2741)
12343 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12345         * Makefile.in (autoloads): Make rmail.el writable as well.
12347 2009-09-11  Glenn Morris  <rgm@gnu.org>
12349         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12350         loaddefs.el.
12351         * dired.el: Regenerate with extracted autoloads.
12352         * Makefile.in (autoloads): Make dired.el writable.
12354         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12355         * ibuffer.el: Regenerate with extracted autoloads.
12356         * Makefile.in (autoloads): Make ibuffer.el writable.
12358         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12359         * version.el (emacs-copyright, emacs-major-version)
12360         (emacs-minor-version): Reformat doc-strings for make-docfile.
12362         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12363         functions and variables, since they must be stuff specific to some other
12364         platform.
12365         (apropos-print): Make mouse-click message less specific about button.
12367         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12368         that records where a macro was defined.
12369         * help-fns.el (describe-function-1): Mention if a function has a
12370         compiler-macro.
12371         * help-mode.el (help-function-cmacro): New button.
12373         * locate.el (top-level): Always require dired.
12374         (locate-mode-map): Initialize inside the defvar.
12376         * net/ange-ftp.el (dired-compress-file): Declare.
12377         (ange-ftp-dired-compress-file): Add doc string.
12379         * term/ns-win.el (x-display-name, x-setup-function-keys):
12380         Unify doc-strings with X versions.
12382 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12384         * emulation/crisp.el (crisp-mode-map): Move initialization
12385         into declaration.
12386         (crisp-mode): Use define-minor-mode.
12388         * progmodes/xscheme.el (xscheme-evaluation-commands):
12389         Put a :advertised-binding property rather than using
12390         advertised-xscheme-send-previous-expression.
12391         (advertised-xscheme-send-previous-expression): Declare obsolete.
12392         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12393         `advertised-undo'.
12394         (crisp-mode): Add corresponding bindings to
12395         undo's :advertised-binding instead.
12396         * dired.el (dired-mode-map): Put a :advertised-binding property rather
12397         than using dired-advertised-find-file.
12398         (dired-advertised-find-file):
12399         * simple.el (advertised-undo):
12400         * wid-edit.el (advertised-widget-backward): Declare obsolete.
12401         (widget-keymap): Put a :advertised-binding property rather
12402         than using advertised-widget-backward.
12403         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12404         than using advertised-undo.
12405         * tutorial.el (tutorial--default-keys): Adjust accordingly.
12407 2009-09-10  Simon South  <ssouth@slowcomputing.org>
12409         * progmodes/delphi.el (delphi-tab): Indent region when Transient
12410         Mark mode is enabled and region is active; otherwise indent or
12411         insert TAB as usual.
12412         (delphi-mode): Update description of TAB-key binding.
12414 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12416         * subr.el (define-key-rebound-commands): Mark obsolete.
12417         * startup.el (precompute-menubar-bindings): Remove.
12418         (normal-top-level): Remove obsolete code that tried to precompute
12419         menubar bindings.
12420         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12421         define-key-rebound-commands and precompute-menubar-bindings.
12423 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12425         * net/imap.el (imap-interactive-login): Better messages.
12426         (imap-open): Fix bug with renamed buffer on reconnect.
12427         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12428         for easier debugging and cleaner code.  On successful (guessed based on
12429         server capabilities) secondary authentication, set imap-state
12430         correctly.
12431         (imap-last-authenticator): Define imap-last-authenticator as a variable
12432         to avoid warnings.
12434 2009-09-10  Glenn Morris  <rgm@gnu.org>
12436         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12438         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12439         (byte-compile-file-form-autoload): Don't warn about unknown functions
12440         where the autoload statement comes after the use.
12441         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12442         that any handlers inside the body (eg require) are in turn respected.
12444         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12445         effects.
12447         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12448         and syntax and abbrev tables basic docs, if they don't have any.
12450         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12452         * international/mule-cmds.el (top-level): Require cl when compiling.
12453         (view-hello-file): Use default-value rather than
12454         default-enable-multibyte-characters.
12456         * progmodes/fortran.el: Move all safe and risky properties into the
12457         defcustoms.
12459         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12460         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12461         * mail/undigest.el:
12462         Put autoloads in rmail.el rather than loaddefs.el.
12463         * mail/rmail.el: Regenerate with extracted autoloads.
12465         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12466         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12468 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
12470         Reported in thread for Bug#4375.
12471         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12472         "-data-evaluate-expression" instead of print.
12473         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12474         (gdb-tooltip-print): Parse output from above MI command.
12475         (gdb): Revert 2009-08-11 change.  User should detach inferior
12476         manually.
12478         Remove the word "separate" from IO functions as inferior
12479         output is now never displayed in the GUD buffer.
12481 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
12483         * startup.el (command-line-normalize-file-name): On Windows and
12484         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12486 2009-09-10  Juri Linkov  <juri@jurta.org>
12488         * isearch.el (isearch-text-char-description): Propertize escape
12489         character sequences with the `escape-glyph' face.  (Bug#4344)
12491         * simple.el (shell-command): Set asynchronous process filter to
12492         `comint-output-filter'.  (Bug#4343)
12494         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12495         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
12496         the list.  Move "asm" to the bottom.
12497         (grep-find-ignored-directories): Add `choice' with nil value
12498         to empty the list easily.
12499         (grep-find-ignored-files): New option.
12500         (grep-files-history): Set to nil by default instead of '("ch" "el").
12501         (grep-compute-defaults): Add "<X>" to `grep-template'.
12502         (grep-read-files): Bind new local variables `default-alias' and
12503         `default-extension'.  Use a list of default values for the file prompt.
12504         (lgrep): Add `--exclude=' command line options composed from
12505         `grep-find-ignored-files'.
12506         (rgrep): Add `-name' command line options composed from
12507         `grep-find-ignored-files'.  (Bug#4301)
12509 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12511         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12512         (bug#4368).
12514 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12516         * calendar/time-date.el (autoload):
12517         Expand define-obsolete-function-alias into defalias and make-obsolete
12518         for old Emacsen that Gnus supports.
12519         (with-no-warnings): Define it for old Emacsen.
12520         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12521         is available.
12522         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12523         float-time is available; suppress compile warning for time-to-seconds.
12525 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12527         * net/imap.el (imap-message-map): Docstring fix.
12529 2009-09-09  Glenn Morris  <rgm@gnu.org>
12531         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12532         line numbers too.  (Bug#4374)
12534 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12536         * smerge-mode.el (smerge-remove-props, smerge-refine):
12537         Use with-silent-modifications (bug#4342).
12539         * subr.el (with-silent-modifications): New macro.
12541 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
12543         * files.el (top-level): Require `cl' when compiling.
12545 2009-09-07  Glenn Morris  <rgm@gnu.org>
12547         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12549         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12550         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
12552 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
12554         * vc-git.el (vc-git-annotate-command): Use separator to parse
12555         arguments correctly.
12557 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
12559         * proced.el (proced-mode): Doc fix.
12561 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
12563         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12564         lstat fails.
12565         (tramp-do-file-attributes-with-ls): Check for file existence at
12566         remote end.
12567         (tramp-do-file-attributes-with-stat): Likewise.
12568         (tramp-convert-file-attributes): Return nil when attr is nil.
12570 2009-09-05  Glenn Morris  <rgm@gnu.org>
12572         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12573         properties to this button.
12574         (diary-fancy-display): Don't extend the button to the final newline.
12575         (diary-fancy-display-mode): Continue to define "q" as a local key.
12577         * calendar/cal-china.el (holiday-chinese): Make it slightly more
12578         efficient.
12580         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12582         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12583         (byte-compile-dest-file-function): New option.
12584         (byte-compile-dest-file): Doc fix.
12585         Obey byte-compile-dest-file-function.
12586         (byte-compile-cl-file-p): New function.
12587         (byte-compile-eval): Only suppress noruntime warnings about cl functions
12588         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
12589         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12590         than for file being previously loaded.
12591         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12592         (byte-compile-file-form-require): Handle the case where requiring a file
12593         indirectly causes CL to be loaded.
12595 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12597         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12598         before killing the old buffer, since by the time `kill-buffer' is
12599         run so many buffer variables have been set to nil that it may not
12600         behave as expected.  (Bug#4061)
12602 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12604         * files.el (find-alternate-file): If the old buffer is modified
12605         and visiting a file, behave similarly to `kill-buffer' when
12606         killing it, thus reverting to the pre-1.878 behavior; see
12607         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12608         for discussion.  Also, consult `buffer-file-name' as a variable
12609         not as a function, for consistency with the rest of the code.
12611 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12613         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12614         also when adding a new directory.
12616         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12617         defun.
12619 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12621         * files.el (locate-file-completion-table): Make it provide boundary
12622         information, so partial-completion works better.
12624 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12626         * mail/footnote.el (Footnote-text-under-cursor):
12627         Check footnote-text-marker-alist before using it (bug#4324).
12629 2009-09-04  Glenn Morris  <rgm@gnu.org>
12631         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12632         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12633         * play/solitaire.el, play/tetris.el:
12634         Remove leading * from defcustom and defface docs.
12636         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12637         necessary.
12638         (diary-fancy-overriding-map): New variable.
12639         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12640         Use view-mode.
12642         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12643         goto-line.
12645 2009-09-03  Glenn Morris  <rgm@gnu.org>
12647         * arc-mode.el (archive-mode):
12648         * dos-fns.el (set-default-process-coding-system):
12649         * man.el (Man-getpage-in-background):
12650         * menu-bar.el (menu-bar-describe-menu):
12651         * server.el (server-process-filter):
12652         * startup.el (command-line):
12653         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12654         * w32-fns.el (set-default-process-coding-system):
12655         * x-dnd.el (x-dnd-handle-file-name):
12656         * international/mule-cmds.el (mule-menu-keymap)
12657         (set-default-coding-systems, language-info-alist, set-language-info)
12658         (set-language-environment, standard-display-european-internal)
12659         (set-locale-environment):
12660         * international/mule-diag.el (mule-diag):
12661         * mail/emacsbug.el (report-emacs-bug):
12662         * mail/rmail.el (rmail-mode):
12663         * mail/sendmail.el (mail-setup):
12664         Use default-value rather than default-enable-multibyte-characters.
12666         * progmodes/f90.el: Move all safe properties into the defcustoms.
12667         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12669         * calendar/appt.el (appt-check):
12670         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12671         (diary-check-diary-file, diary-list-entries)
12672         (diary-include-other-diary-files, diary-simple-display)
12673         (diary-fancy-display, diary-print-entries)
12674         (diary-mark-included-diary-files, diary-make-entry):
12675         Don't call substitute-in-file-name on diary-file.
12677 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12678             Stefan Monnier  <monnier@iro.umontreal.ca>
12680         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12681         (footnote-mode-map): Move initialization into the declaration.
12682         (footnote-minor-mode-map): Define it rather than changing global-map.
12683         (footnote-mode): Use define-minor-mode.
12685 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12687         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12688         (tramp-do-file-attributes-with-perl)
12689         (tramp-do-file-attributes-with-stat): Rename from
12690         `tramp-handle-file-attributes-with-*'.
12691         (tramp-handle-file-attributes): Use them.
12692         (tramp-do-directory-files-and-attributes-with-perl)
12693         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12694         `tramp-handle-directory-files-and-attributes-with-*'.
12695         (tramp-handle-directory-files-and-attributes): Use them.
12696         (tramp-method-out-of-band-p): Additional parameter SIZE.
12697         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12698         (tramp-handle-write-region): Use it.
12699         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12700         (tramp-handle-vc-registered): Check, whether the first run did
12701         return files to be tested.
12702         (tramp-advice-make-auto-save-file-name): Do not call directly
12703         `tramp-handle-make-auto-save-file-name', because this would bypass
12704         the locking mechanism.
12706         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12707         (file-remote-p, process-file, start-file-process, set-file-times)
12708         (tramp-compat-file-attributes): Compatibility functions shall not
12709         call directly `tramp-handle-*', because this would bypass the
12710         locking mechanism.
12711         (tramp-compat-number-sequence): New defun.
12713 2009-09-02  Glenn Morris  <rgm@gnu.org>
12715         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12716         alias for float-time.
12717         (time-to-number-of-days): In Emacs, use float-time.
12718         * net/newst-backend.el (time-add): Suppress warnings from compat
12719         function.
12720         * time.el (emacs-uptime, emacs-init-time):
12721         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12722         Use float-time rather than time-to-seconds.
12724         * minibuffer.el (completion-initials-expand): Fix typo.
12726         * faces.el (modeline, modeline-inactive, modeline-highlight)
12727         (modeline-buffer-id):
12728         * info.el (info-menu-5): Mark these face aliases as obsolete.
12730 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12732         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12733         space ...
12734         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12735         no "--thread" option.
12736         (gdb-stopped): Don't print "Switched to thread" message when it is
12737         unchanged.
12739 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12741         * minibuffer.el (completion-try-completion)
12742         (completion-all-completions): Remove ill-defined (and
12743         mistakenly installed and luckily never used nor documented)
12744         `completion-styles' property.
12745         (completion-initials-expand, completion-initials-all-completions)
12746         (completion-initials-try-completion): New functions.
12747         (completion-styles-alist): Add doc to each entry.
12748         Add new `initials' entry.
12750 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12752         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12753         MI command -var-evaluate-expression.
12754         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12755         and tweak for case of string child.
12756         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12758 2009-09-01  Glenn Morris  <rgm@gnu.org>
12760         * add-log.el (change-log-date-face, change-log-name-face)
12761         (change-log-email-face, change-log-file-face, change-log-list-face)
12762         (change-log-conditionals-face, change-log-function-face)
12763         (change-log-acknowledgement-face):
12764         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12765         (custom-modified-face, custom-set-face, custom-changed-face)
12766         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12767         (custom-documentation-face, custom-state-face, custom-comment-face)
12768         (custom-comment-tag-face, custom-variable-tag-face)
12769         (custom-variable-button-face, custom-face-tag-face)
12770         (custom-group-tag-face-1, custom-group-tag-face):
12771         * diff-mode.el (diff-header-face, diff-file-header-face)
12772         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12773         (diff-added-face, diff-changed-face, diff-function-face)
12774         (diff-context-face, diff-nonexistent-face):
12775         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12776         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12777         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12778         (Info-title-4-face):
12779         * isearch.el (isearch-lazy-highlight-face):
12780         * log-view.el (log-view-file-face, log-view-message-face):
12781         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12782         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12783         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12784         (cvs-msg-face):
12785         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12786         (smerge-base-face, smerge-markers-face):
12787         * wid-edit.el (widget-documentation-face, widget-button-face)
12788         (widget-field-face, widget-single-line-field-face)
12789         (widget-inactive-face, widget-button-pressed-face):
12790         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12791         (woman-addition-face):
12792         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12793         (eshell-ls-executable-face, eshell-ls-readonly-face)
12794         (eshell-ls-unreadable-face, eshell-ls-special-face)
12795         (eshell-ls-missing-face, eshell-ls-archive-face)
12796         (eshell-ls-backup-face, eshell-ls-product-face)
12797         (eshell-ls-clutter-face):
12798         * eshell/em-prompt.el (eshell-prompt-face):
12799         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12800         * obsolete/old-whitespace.el (whitespace-highlight-face):
12801         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12802         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12803         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12804         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12805         (antlr-font-lock-literal-face):
12806         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12807         (ebrowse-root-class-face, ebrowse-file-name-face)
12808         (ebrowse-default-face, ebrowse-member-attribute-face)
12809         (ebrowse-member-class-face, ebrowse-progress-face):
12810         * progmodes/make-mode.el (makefile-space-face):
12811         * progmodes/sh-script.el (sh-heredoc-face):
12812         * textmodes/flyspell.el (flyspell-incorrect-face)
12813         (flyspell-duplicate-face):
12814         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12815         * textmodes/texinfo.el (texinfo-heading-face):
12816         Mark face aliases with "-face" suffix as obsolete.
12818         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12819         compiler.
12821         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12822         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12823         easy-menu-define wants to modify these.
12825         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12827         * net/browse-url.el (browse-url-file-url):
12828         * term/internal.el (dos-codepage-setup):
12829         Use default-value rather than default-enable-multibyte-characters.
12831         * progmodes/etags.el (etags-goto-tag-location):
12832         * progmodes/flymake.el (flymake-highlight-line)
12833         (flymake-goto-file-and-line, flymake-goto-line):
12834         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12835         (gdb-goto-breakpoint):
12836         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12837         * progmodes/python.el (python-find-function)
12838         (python-pdbtrack-track-stack-file):
12839         * progmodes/verilog-mode.el (verilog-surelint-off):
12840         * term/ns-win.el (ns-open-file-select-line):
12841         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12842         Use forward-line rather than goto-line.
12844         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12845         * textmodes/reftex-index.el (reftex-display-index):
12846         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12847         * textmodes/reftex-toc.el (reftex-toc):
12848         Remove unnecessary bindings of default-major-mode (all are followed by
12849         major-mode check and possible mode switch).
12851 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12853         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12854         Handle watchpoints (bug#4282).
12855         (def-gdb-thread-buffer-command): Enable thread to be selected by
12856         clicking without selecting threads buffer first.
12857         (gdb-current-context-command): Use selected frame so that "up",
12858         "down" etc work in the GUD buffer.
12859         (gdb-update): Find selected frame before rendering stack buffer.
12860         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12862 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12864         * progmodes/sym-comp.el (displayed-completions): Remove.
12865         (symbol-complete): Use minibuffer-complete.
12867 2009-08-31  Glenn Morris  <rgm@gnu.org>
12869         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12871         * apropos.el (apropos-symbols-internal):
12872         Handle (obsolete) face aliases.
12874         * faces.el (describe-face): Adjust the output format to be more like
12875         describe-variable, and to mention (obsolete) face aliases.
12876         Adjust the whitespace so that help-setup-xref works.
12878         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12879         * calendar/diary-lib.el (diary-button-face):
12880         Mark these face aliases as obsolete.
12882         * calendar/calendar.el (calendar-today): Doc fix.
12884 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12886         * progmodes/gdb-mi.el (gdb-control-all-threads)
12887         (gdb-control-current-thread): Force tool bar update.
12888         (gdb-non-stop-handler): New function.
12889         (gdb-init-1): Use it to test if non-stop mode is supported.
12890         Remove unused gdbmi buffer type.
12892 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12894         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12895         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12897 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12899         * comint.el (comint-exec-1): Check command is non-null first.
12900         Part of gdb-mi.el change (2009-08-28).
12902 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12904         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12906 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12908         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12909         instead of `dolist' to avoid a recursive require when bootstrapping.
12911 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12913         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12915         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12917         * net/imap.el (imap-send-command): Simplify.
12918         (imap-wait-for-tag): point-max -> buffer-size.
12920         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12922         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12923         with constant argument.
12925         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12927         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12929         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12930         Change default, since most of our files don't have a history.
12931         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12932         the user.
12934         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12935         Add comint-run.
12937         * calc/calc.el: Improve commenting convention.
12938         (calc-digit-map, toplevel): Simplify.
12940         * comint.el (comint-insert-input): Be careful to only set point if we
12941         don't delegate to some other command.
12943         * proced.el (proced-signal-list): Make it an alist.
12944         (proced-grammar-alist): Capitalize names.
12945         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12946         Disable undo manually and make it read-only.
12947         Use completion-annotate-function.
12949         * minibuffer.el (minibuffer-message): If the current buffer is not
12950         a minibuffer, insert the message in the echo area rather than at the
12951         end of the buffer.
12952         (completion-annotate-function): New variable.
12953         (minibuffer-completion-help): Use it.
12954         (completion--embedded-envvar-table): Environment vars are
12955         always case-sensitive.
12957 2009-08-30  Glenn Morris  <rgm@gnu.org>
12959         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12960         from fortran-current-defun.
12961         (fortran-beginning-of-subprogram): Be more precise about finding the
12962         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12963         (fortran-end-of-subprogram): Simplify.
12964         (fortran-current-defun): Use fortran-start-prog-re.
12966 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12968         * subr.el (do-after-load-evaluation): Simplify.
12970 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12972         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12974         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12975         (vc-rcs-print-log): Use it.
12977         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12979 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12981         * paths.el (abbrev-file-name): Move to abbrev.el.
12982         * abbrev.el (abbrev-file-name): Move from paths.el.
12983         Obey user-emacs-directory.
12984         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12985         user-emacs-directory.
12986         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12987         abbrev-file-name and calc-settings-file any more.
12988         * startup.el (command-line): Recompute abbrev-file-name and
12989         abbreviated-home-dir.
12990         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12991         of the special code for when C-h bindings haven't been changed.
12992         (display-startup-echo-area-message): Use with-current-buffer.
12993         (command-line-1): Use a list of strings, rather than a list of lists
12994         of strings for longopts.
12996         * files.el (get-free-disk-space): Use / for default-directory.
12998         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12999         Use with-current-buffer.
13001         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
13002         Recognize immutable variables like most-positive-fixnum.
13003         (byte-compile-setq-default): Check and warn if trying to assign
13004         to an immutable variable, or a non-variable.
13006         * progmodes/cc-vars.el (c-comment-continuation-stars):
13007         * progmodes/cc-engine.el (c-looking-at-bos):
13008         * progmodes/cc-cmds.el (c-toggle-auto-state)
13009         (c-forward-into-nomenclature, c-backward-into-nomenclature)
13010         (c-comment-line-break-function): Add version of obsolescence.
13012 2009-08-28  Juri Linkov  <juri@jurta.org>
13014         * files.el (magic-fallback-mode-alist): Add ZIP magic number
13015         associated with `archive-mode'.
13017         * image.el (image-type-header-regexps): Use only JPEG magic number
13018         to determine JPEG images, and don't use `image-jpeg-p' because
13019         Emacs can display non-JFIF non-Exif JPEG images.
13021 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
13023         * arc-mode.el (archive-mode):
13024         * emacs-lisp/re-builder.el (re-builder-unload-function):
13025         Protect against the default value of `major-mode' being nil.
13027 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
13029         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
13030         Fix typos in docstrings.
13032         * progmodes/js.el (js--macro-decl-re): Doc fix.
13033         (js--plain-method-re, js--split-name): Refloc docstring.
13034         (js--class-styles, js--make-merged-item, js--splice-into-items):
13035         Fix typos in docstrings; reflow docstrings.
13036         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
13037         (js--variable-decl-matcher, js--inside-pitem-p)
13038         (js--parse-state-at-point, js--get-all-known-symbols)
13039         (js--symbol-history, js-find-symbol, js--js-references)
13040         (js--moz-interactor, js--js-encode-value, js--read-tab):
13041         Fix typos in docstrings.
13043 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13045         * textmodes/reftex.el (reftex-get-file-buffer-force):
13046         * progmodes/verilog-mode.el (verilog-batch-execute-func):
13047         * emulation/viper.el (viper-go-away, viper-set-hooks):
13048         * emacs-lisp/re-builder.el (re-builder-unload-function):
13049         * emacs-lisp/bytecomp.el (byte-compile-file):
13050         * ses.el (ses-unload-function):
13051         * hexl.el (hexl-find-file):
13052         * files.el (normal-mode):
13053         * ehelp.el (with-electric-help):
13054         * autoinsert.el (auto-insert-alist):
13055         * arc-mode.el (archive-mode):
13056         Use (default-value 'major-mode) instead of default-major-mode.
13058         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
13059         * international/mule.el (load-with-code-conversion):
13060         * emacs-lisp/debug.el (debug):
13061         * ediff-vers.el (ediff-rcs-get-output-buffer):
13062         * dired.el (dired-internal-noselect): Don't let-bind
13063         default-major-mode around code that doesn't use it.
13064         E.g. buffer creation via get-buffer-create doesn't use it.
13066 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
13068         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
13069         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
13070         when writing the temp file.  Otherwise, epa-file gets confused.
13071         (tramp-register-file-name-handlers): Make it a defun.  Move also
13072         `epa-file-handler' to the front of `file-name-handler-alist'.
13074 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13076         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
13077         start right after a ^M.
13078         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
13079         (tramp-completion-file-name-regexp-separate)
13080         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
13081         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
13082         Don't modify last-coding-system-used by accident.
13083         (tramp-completion-file-name-handler): Apply the checks here,
13084         instead during registration.
13085         (tramp-register-file-name-handlers): Renamed from
13086         `tramp-register-file-name-handler'.  Register both
13087         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
13088         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
13090 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
13092         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
13093         Remove variable ...
13094         (gdb-init-1, gdb-display-separate-io-buffer)
13095         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
13096         references to it.
13097         (gdb-inferior-io-mode): Use make-comint-in-buffer.
13098         (gdb-inferior-filter): Use comint-output-filter to stop
13099         echoing and remove ^M characters.
13101 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13103         * emulation/viper-init.el (viper-restore-cursor-type):
13104         * emulation/cua-base.el (cua--update-indications):
13105         Replace default-cursor-type with (default-value 'cursor-type).
13107         * mail/sendmail.el (mail-recover-1):
13108         * international/mule-diag.el (describe-current-coding-system-briefly)
13109         (describe-current-coding-system):
13110         * international/mule-cmds.el (select-safe-coding-system)
13111         (select-message-coding-system)
13112         (set-language-environment-coding-systems, set-locale-environment):
13113         * hexl.el (hexl-insert-multibyte-char):
13114         * dos-w32.el (find-buffer-file-type-coding-system):
13115         * simple.el (what-cursor-position):
13116         Replace uses of default-buffer-file-coding-system
13117         with (default-value 'buffer-file-coding-system).
13119         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
13120         Replace uses of default-cursor-in-non-selected-windows
13121         with (default-value 'cursor-in-non-selected-windows).
13122         Use with-current-buffer.
13124         * mail/feedmail.el: Use CL macros.
13125         (feedmail-run-the-queue, feedmail-send-it-immediately):
13126         * dos-w32.el (find-buffer-file-type): Replace uses of
13127         default-buffer-file-type with (default-value 'buffer-file-type).
13129 2009-08-28  Glenn Morris  <rgm@gnu.org>
13131         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
13132         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
13133         Use default-value of major-mode rather than default-major-mode.
13135 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13137         * Makefile.in (update-elcfiles): Report left over elc files.
13139         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
13140         expand-file-name and with-current-buffer.
13141         (mail-get-names, mail-directory): Use with-current-buffer.
13143         * vc.el (vc-read-revision): New function.
13144         (vc-version-diff, vc-merge): Use it.
13146 2009-08-27  Sam Steingold  <sds@gnu.org>
13148         * simple.el (kill-do-not-save-duplicates): New user option.
13149         (kill-new): When it is non-nil, and the new string is the same as
13150         the latest kill, set replace to t to avoid duplicates in kill-ring.
13152 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
13154         * net/tramp.el (tramp-handle-process-file): Do not flush all
13155         caches when `process-file-side-effects' is set.
13156         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
13157         instead of `tramp-find-file-exists-command'.
13158         Unset `process-file-side-effects'.
13160 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
13162         * net/tramp.el (tramp-methods): New method "rsyncc".
13163         (top): Add completion function for "rsyncc".
13164         (tramp-message-show-message): New defvar.
13165         (tramp-message, tramp-error): Use it.
13166         (tramp-do-copy-or-rename-file-directly): Extend check for direct
13167         remote copying.
13168         (tramp-do-copy-or-rename-file-out-of-band): Handle new
13169         `tramp-methods' entry `copy-env' of "rsyncc".
13170         (tramp-vc-registered-read-file-names): New defconst.
13171         (tramp-vc-registered-file-names): New defvar.
13172         (tramp-handle-vc-registered): Implement optimization strategy.
13173         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
13174         (tramp-vc-file-name-handler): New defun.
13175         (tramp-get-ls-command, tramp-get-test-command)
13176         (tramp-get-file-exists-command, tramp-get-remote-ln)
13177         (tramp-get-remote-perl, tramp-get-remote-stat)
13178         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
13180         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
13181         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
13182         timestamps.
13183         (tramp-get-file-property): Check for timestamps in
13184         `tramp-cache-inhibit-cache'.
13185         (tramp-set-file-property): Write timestamp.
13187 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13189         * language/japan-util.el (japanese-symbol-table): Add entries for
13190         cp932-2-byte.
13192         * international/characters.el: Add category `j' to cp932-2-byte.
13194 2009-08-27  Kenichi Handa  <handa@m17n.org>
13196         * international/fontset.el (build-default-fontset-data): New macro.
13197         (setup-default-fontset): Use build-default-fontset-data for CJK,
13198         tibetan, ethiopic, and ipa.
13200 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13202         * cus-start.el (default-major-mode): Customize `major-mode' instead.
13203         (enable-multibyte-characters): Not customizable any more.
13205         * subr.el (default-mode-line-format, default-header-line-format)
13206         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
13207         (default-direction-reversed, default-truncate-lines)
13208         (default-left-margin, default-tab-width, default-case-fold-search)
13209         (default-left-margin-width, default-right-margin-width)
13210         (default-left-fringe-width, default-right-fringe-width)
13211         (default-fringes-outside-margins, default-scroll-bar-width)
13212         (default-vertical-scroll-bar, default-indicate-empty-lines)
13213         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
13214         (default-fringe-cursor-alist, default-scroll-up-aggressively)
13215         (default-scroll-down-aggressively, default-fill-column)
13216         (default-cursor-type, default-buffer-file-type)
13217         (default-cursor-in-non-selected-windows)
13218         (default-buffer-file-coding-system, default-major-mode)
13219         (default-enable-multibyte-characters): Mark as obsolete.
13221 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
13223         * vc-dir.el (vc-dir-update): Remove debug helper.
13225         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
13227 2009-08-26  Sam Steingold  <sds@gnu.org>
13229         * simple.el (save-interprogram-paste-before-kill): New user option.
13230         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
13231         save the interprogram-paste into kill-ring before overriding it
13232         with the Emacs kill.
13234 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
13236         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
13237         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
13238         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
13239         and move to vc-rcs.el.
13240         (vc-default-next-revision): Rename to vc-rcs-next-revision and
13241         move to vc-rcs.el.
13242         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
13243         (vc-rcs-update-changelog): Remove.
13244         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
13245         and move to vc-rcs.el.
13247         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
13248         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
13249         renaming.
13250         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
13251         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
13252         vc.el, renamed to be RCS specific.
13254         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
13255         New functions.
13256         (vc-cvs-update-changelog): Move here from vc.el.
13258         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
13259         New functions.
13261 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13263         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
13265 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
13267         * vc-git.el (vc-git-register): Use "git add" for directories.
13268         (vc-git-stash, vc-git-stash-show): New functions.
13269         (vc-git-extra-menu-map): Bind them.
13271         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
13272         directory correctly in case the item is a directory itself.
13274         * vc.el: Document the desired behavior for reverted files in the
13275         `added' state.
13276         (vc-default-prettify-state-info): Remove function, unused.
13278         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
13280 2009-08-26  Glenn Morris  <rgm@gnu.org>
13282         * bindings.el (standard-mode-line-format): Reposition dashes in
13283         which-func entry.  (Bug#4217)
13285         * files.el (enable-local-variables, enable-local-eval)
13286         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13287         the defcustoms.
13288         (auto-mode-alist, ignored-local-variables)
13289         (save-some-buffers-action-alist): Move risky declarations to the
13290         definitions.
13291         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13292         (font-lock-defaults, format-alist, imenu--index-alist)
13293         (imenu-generic-expression, input-method-alist, minor-mode-alist)
13294         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13295         (mode-line-modified, mode-line-mule-info, mode-line-position)
13296         (mode-line-process, mode-line-remote, outline-level)
13297         (parse-time-rules, rmail-output-file-alist)
13298         (special-display-buffer-names, vc-mode):
13299         Move risky declarations to the relevant files.
13300         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13301         (mode-line-modified, mode-line-process, mode-line-position)
13302         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13303         * font-core.el (font-lock-defaults):
13304         * format.el (format-alist):
13305         * vc-hooks.el (vc-mode):
13306         * window.el (special-display-buffer-names):
13307         * international/mule-cmds.el (input-method-alist):
13308         Define riskiness here (dumped file) rather than in files.el.
13309         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13310         * imenu.el (imenu-generic-expression, imenu--index-alist):
13311         * outline.el (outline-level):
13312         * time.el (display-time-string):
13313         * calendar/parse-time.el (parse-time-rules):
13314         * mail/rmailout.el (rmail-output-file-alist):
13315         Autoload riskiness here, rather than placing in files.el.
13317 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
13319         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13321 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
13323         * simple.el (process-file-side-effects): New defvar.
13325         * dired-aux.el (dired-show-file-type):
13326         * vc.el (vc-diff-internal):
13327         * vc-arch.el (vc-arch-diff):
13328         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13329         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13330         * vc-git.el (vc-git-registered, vc-git-working-revision)
13331         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13332         (vc-git--empty-db-p):
13333         * vc-hooks.el (vc-user-login-name):
13334         * vc-svn.el (vc-svn-registered, vc-svn-state)
13335         (vc-svn-dir-extra-headers, vc-svn-find-revision):
13336         * progmodes/grep.el (grep-probe): Let-bind
13337         `process-file-side-effects' with nil.
13339         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13341         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13342         daemon.  Replace ping by checking for running service for bluez
13343         and zeroconf.  (Bug#4239)
13345 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13347         * net/dig.el (dig): Add autoload cookie.
13349 2009-08-25  Glenn Morris  <rgm@gnu.org>
13351         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13352         load-history for absolute file-names.
13353         (byte-compile-file-form-require): Warn about use of the cl package.
13355         * format.el (format-alist): Doc fix.
13357         * play/bubbles.el (top-level): Don't require cl at run-time.
13359         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13360         run-time cl).
13362 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
13364         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13365         from cl package.
13366         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13368 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
13370         * calc/calc-alg.el (math-trig-rewrite)
13371         (math-hyperbolic-trig-rewrite): New functions.
13372         (calc-simplify): Simplify trig functions when asked.
13374 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13376         * diff-mode.el (diff-find-source-location): Avoid goto-line.
13378 2009-08-24  Kenichi Handa  <handa@m17n.org>
13380         * language/ind-util.el (mapthread): Delete it.
13381         (combinatorial): New function.
13382         (indian--puthash-cv): Use combinatorial instead of mapthread.
13384 2009-08-22  Kevin Ryde  <user42@zip.com.au>
13386         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13387         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13388         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13389         Clarify docstring that the value is strings not symbols.
13390         (checkdoc-list-of-strings-p): New function.
13392 2009-08-22  Glenn Morris  <rgm@gnu.org>
13394         * files.el (auto-mode-alist):
13395         * hippie-exp.el (he-concat-directory-file-name):
13396         * lpr.el (lpr-windows-system, printer-name):
13397         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13398         * ps-print.el (ps-windows-system):
13399         * startup.el (command-line):
13400         * emulation/viper-ex.el (viper-glob-function):
13401         * international/mule-cmds.el (set-language-environment-coding-systems):
13402         * net/ange-ftp.el (ange-ftp-write-region):
13403         * obsolete/fast-lock.el (fast-lock-cache-name):
13404         Remove code for defunct system-types emx, macos, mswindows, next-mach,
13405         unisoft-unix, vax-vms, win32, w32.
13407         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13408         given name if the pattern is not more specific.
13410         * calendar/lunar.el (lunar-phase-names): New option.
13411         (lunar-phase): Doc fix.
13412         (lunar-cycles-per-year): New constant.
13413         (lunar-index): New function.
13414         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13415         (lunar-phase-name): Use lunar-phase-names.
13416         (calendar-lunar-phases): Use format.
13417         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13419         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13420         Copy imenu-example--name-and-position function here for own use.
13421         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13423         * bs.el (bs--redisplay):
13424         * cus-edit.el (custom-redraw):
13425         * ibuffer.el (ibuffer-bury-buffer):
13426         * server.el (server-goto-line-column):
13427         * startup.el (command-line-1):
13428         * strokes.el (strokes-xpm-for-stroke):
13429         * term.el (term-display-buffer-line):
13430         * view.el (View-goto-line):
13431         * calc/calc.el (calc-do, calc-trail-buffer):
13432         * play/gamegrid.el (gamegrid-add-score-insecure):
13433         * progmodes/ada-mode.el (ada-compile-goto-error):
13434         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13435         (ebrowse-select-1st-to-9nth):
13436         * progmodes/cperl-mode.el (cperl-time-fontification):
13437         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13438         * progmodes/gud.el (gud-display-line):
13439         (idlwave-shell-display-line):
13440         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13441         * progmodes/make-mode.el (makefile-browser-toggle):
13442         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13443         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13444         * textmodes/picture.el (picture-draw-rectangle):
13445         * textmodes/reftex-index.el (reftex-index-goto-letter):
13446         (reftex-select-jump-to-previous):
13447         * textmodes/reftex-sel.el (reftex-find-start-point)
13448         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13449         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13450         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13451         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13452         * textmodes/two-column.el (2C-associated-buffer):
13453         Use forward-line rather than goto-line.
13455         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13456         goto-line.
13458         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13459         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13460         (quick-check-list-to-regexp): Declare.
13462         * progmodes/make-mode.el (makefile-browser-insert-selection):
13463         Use goto-char rather than goto-line.
13465         * progmodes/prolog.el (compilation-error-regexp-alist)
13466         (compilation-forget-errors): Declare.
13468 2009-08-22  Juri Linkov  <juri@jurta.org>
13470         * progmodes/grep.el (lgrep, rgrep): At the beginning
13471         set `dir' to `default-directory' unless `dir' is a non-nil
13472         readable directory.  (Bug#4052)
13473         (lgrep, rgrep): Change a weird way to report an error
13474         from using `read-string' to using `error'.
13475         Instead of using interactive arguments in the function body,
13476         add new argument `confirm'.
13478 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13480         * textmodes/remember.el (remember-buffer):
13481         * progmodes/cperl-mode.el (cperl-vc-header-alist):
13482         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13483         (icalendar-extract-ical-from-buffer):
13484         * net/newst-treeview.el (newsticker-groups-filename):
13485         * net/newst-backend.el (newsticker-cache-filename):
13486         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13487         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13488         (speedbar-add-ignored-path-regexp, speedbar-line-path)
13489         (speedbar-buffers-line-path, speedbar-path-line)
13490         (speedbar-buffers-line-path):
13491         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13492         (epg-sign-keys):
13493         * epa.el (epa-display-verify-result):
13494         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13496 2009-08-21  Glenn Morris  <rgm@gnu.org>
13498         * progmodes/js.el (inferior-moz-process): Fix declaration.
13500         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13502         * obsolete/rnewspost.el (news-mail-reply):
13503         Use goto-char rather than goto-line.
13505         * term/ns-win.el (ns-open-file-select-line):
13506         Use line-beginning-position rather than goto-line.
13508         * apropos.el (apropos-command):
13509         * ehelp.el (electric-helpify):
13510         * printing.el (pr-show-setup):
13511         * strokes.el (strokes-help):
13512         * tutorial.el (tutorial--describe-nonstandard-key)
13513         (tutorial--detailed-help):
13514         * woman.el (woman-mini-help, woman-display-extended-fonts):
13515         * calc/calc-help.el (calc-describe-key):
13516         * emulation/edt.el (edt-electric-helpify):
13517         * international/mule-diag.el (mule-diag):
13518         * play/yow.el (apropos-zippy):
13519         * progmodes/python.el (python-describe-symbol):
13520         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13521         * textmodes/table.el (*table--cell-describe-mode)
13522         (*table--cell-describe-bindings):
13523         Use help-print-return-message rather than the now obsolete alias.
13525         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13526         (calendar-cursor-to-visible-date):
13527         * play/5x5.el (5x5-position-cursor):
13528         * play/decipher.el (decipher):
13529         * play/gomoku.el (gomoku-goto-xy):
13530         * play/landmark.el (lm-goto-xy):
13531         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13532         (mpuz-paint-digit):
13533         Use forward-line, not goto-line.
13535         * mail/rmail.el (rmail-obsolete): Delete custom group.
13536         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13537         (rmail-remote-password, rmail-remote-password-required):
13538         Remove unneeded :set-after and :set properties.
13540 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
13542         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13544 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
13546         * loadup.el: Remove leftover macos code.
13548         * vc-git.el (vc-git-annotate-command): Run asynchronously.
13549         Explicitly pass the date format to git blame so that user local
13550         so that the output format can be parsed.
13552 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
13554         * net/dbus.el (top): Don't check for (getenv
13555         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
13557 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
13559         * log-edit.el (log-edit-strip-single-file-name): New var.
13560         (log-edit-insert-changelog): Use it.  Bug#3571
13562 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13564         * subr.el (read-passwd): Use read-key so keypad keys work as well.
13565         Bug#3287
13567         * help.el (help-print-return-message): Rename from
13568         print-help-return-message.
13570         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13571         cvs-mode-map parent hack.
13572         (log-view-mode): Derive from special-mode.
13574         * linum.el (linum-mode): window-size-change-functions is redundant.
13575         Adapt to new window-configuration-change-hook behavior.
13576         (linum-after-size, linum-after-config): Remove.
13578         * imenu.el (imenu-example--name-and-position)
13579         (imenu-example--lisp-extract-index-name)
13580         (imenu-example--create-lisp-index, imenu-example--create-c-index):
13581         Mark as obsolete.
13583         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13584         (inferior-prolog-mode): Use it.
13585         (inferior-prolog-load-file): Reset list of errors.
13587 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13589         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13591         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13593 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
13595         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13596         is running already.
13598 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13600         * subr.el (listify-key-sequence-1): Use normal syntax since those
13601         integers are nowadays always represented by the same (positive) number
13602         on all platforms.
13603         (read-key-empty-map): New const.
13604         (read-key-delay): New var.
13605         (read-key): New function.
13606         (force-mode-line-update): Use with-current-buffer.
13607         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13608         (start-process-shell-command, start-file-process-shell-command):
13609         Discourage the use of command-args.
13611 2009-08-19  Glenn Morris  <rgm@gnu.org>
13613         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13615 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13617         * simple.el (choose-completion-string): Don't rely on
13618         minibuffer-completing-file-name and ad-hoc checks to decide whether
13619         to continue completion or not.
13621         * minibuffer.el (minibuffer-hide-completions): New function.
13622         (completion--do-completion): Use it.
13623         (completions-annotations): New face.
13624         (completion--insert-strings): Use it.
13625         (completion-pcm--delim-wild-regex): Add docstring.
13626         (completion-pcm--string->pattern): Add support for 0-width delimiters
13627         in completion-pcm--delim-wild-regex.
13629 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13631         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13632         Remove unused var `buffer-modified-p'.
13634         * minibuffer.el (completion--do-completion): Move point for the #b001
13635         case as well (bug#4176).
13636         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13638 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13640         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13641         and :session buses.
13643 2009-08-18  Kenichi Handa  <handa@m17n.org>
13645         * international/ucs-normalize.el (ucs-normalize-version):
13646         Change to 1.1.
13647         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13648         (utf-8-hfs): Make it perform normalization on encoding too.
13650         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13651         (sentence-end-without-space): Delete duplicated chars.
13652         (sentence-end-base): Likewise.
13654         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13655         (html-mode): Delete duplicated chars from sentence-end-base.
13657         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13658         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13660 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13662         * files.el (hack-one-local-variable): If the mode function is for
13663         a minor mode, pass it an argument (Bug#4148).
13665 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13667         * net/tramp.el (tramp-register-completion-file-name-handler):
13668         Check also for (member 'partial-completion completion-styles).
13670 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13672         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13673         abbrev (Bug#3943).
13675 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13677         * progmodes/cperl-mode.el: Merge upstream 6.2.
13678         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13679         (cperl-forward-re): Check cperl-brace-recursing.
13680         (cperl-highlight-charclass): New function.
13681         (cperl-find-pods-heres): Use it.
13682         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13683         (cperl-beautify-regexp-piece): Fix column calculation.
13684         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13685         (cperl-beautify-level): Don't process entire regexp.
13686         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13687         calling man.
13688         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13689         (cperl-init-faces): Build a list in the normal way.
13691 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13693         * calendar/parse-time.el (parse-time-string-chars): Save match
13694         data.
13696 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13698         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13699         (sql-product): Use it.
13700         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13701         (sql-set-product): Add completion.
13702         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13703         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13704         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13705         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13706         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13707         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13708         (sql-highlight-db2-keywords): Remove.
13709         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13710         (sql-highlight-product): Use derived-mode-p.
13711         (sql-set-sqli-buffer): Use with-current-buffer.
13712         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13713         Simplify.
13715         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13717         * term.el: Fix commenting convention, turn comments into docstrings.
13719 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13721         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13723 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13725         * calendar/parse-time.el (parse-time-string-chars): Compute using
13726         character classes, to handle non-ascii characters (Bug#3190).
13728 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13730         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13731         another heredoc if the user adds another < (Bug#3226).
13733         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13734         Don't initialize based on window-system (Bug#4124).
13736         * facemenu.el (facemenu-read-color): Use a completion function
13737         that accepts any defined color, such as RGB triplets (Bug#3677).
13739         * files.el (get-free-disk-space): Change fallback default
13740         directory to /.  Expand DIR argument before switching to fallback.
13741         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13743 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13745         * files.el (load-library): Doc fix.
13747 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13749         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13750         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13751         incremental search string.
13753         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13754         XEmacs.
13756         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13757         (ediff-merge-region-is-non-clash)
13758         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13759         Also check if the job is really a merge job.
13761         * ediff.el (ediff-current-file): New function.
13763 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13765         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13766         conventions.
13767         (js-insert-and-indent): Delete function.
13768         (js-mode-map): Don't bind keys to js-insert-and-indent.
13769         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13770         (js-end-of-defun): Rename from js--end-of-defun.
13771         (js-auto-indent-flag): Delete variable.
13773 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13775         * progmodes/js.el: Remove proclaim statement.
13776         Defvar which-func-imenu-joiner-function to silence compiler.
13778         * files.el (auto-mode-alist): Use js-mode for .js files.
13780         * progmodes/js2-mode.el: Remove file.
13782         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13784         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13786         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13788 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13789             Karl Landstrom  <karl.landstrom@brgeight.se>
13791         * progmodes/js.el: New file.
13793 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13795         * timezone.el (timezone-parse-date): Add ability to understand ISO
13796         basic format (minimal separators) dates in addition to the
13797         already-supported extended format dates.
13799 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13801         * international/ucs-normalize.el: Add a `coding' file variable.
13803         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13805 2009-08-14  Sam Steingold  <sds@gnu.org>
13807         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13809 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13811         * faces.el (help-argument-name): Define it here instead of
13812         help-fns.el, because in daemon mode help-fns.el may be loaded when
13813         faces are still uninitialized (Bug#1078).
13815         * help-fns.el (help-argument-name): Move defface to faces.el.
13817 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13819         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13820         create buffer with a pty but no process so that GDB can make the
13821         inferior the controlling process.
13823 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13825         * international/ucs-normalize.el: New file.
13827 2009-08-13  Richard Stallman  <rms@gnu.org>
13829         * mail/rmail.el (rmail-get-attr-names):
13830         Accept an attribute header that is too short.
13832         * mail/rmail.el (rmail-forget-messages):
13833         Ignore nil elt in rmail-message-vector.  Use dotimes.
13835         * progmodes/compile.el (compilation-goto-locus):
13836         Use next-error-move-function.
13838         * simple.el (next-error-move-function): New variable.
13840 2009-08-12  Juri Linkov  <juri@jurta.org>
13842         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13843         always non-nil.  (Bug#4052)
13845         * replace.el (read-regexp): Return empty string when
13846         `default-value' is nil.
13847         (keep-lines-read-args): Don't use empty string as the
13848         default value for `read-regexp'.  (Bug#2495)
13850 2009-08-12  Juri Linkov  <juri@jurta.org>
13852         * international/mule-cmds.el (ucs-insert): Change arguments
13853         from `arg' to `character', `count', `inherit' to be the same
13854         as in `insert-char'.  Doc fix.  (Bug#4039)
13856         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13858 2009-08-12  Juri Linkov  <juri@jurta.org>
13860         * files-x.el: New file.
13862         * files.el: Move code that deals with adding/deleting
13863         file/directory-local variables to files-x.el.
13865         * Makefile.in (ELCFILES): Add files-x.elc.
13867 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13869         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13870         to use `goto-line'.
13871         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13872         `goto-line'.
13873         (gdb-invalidate-disassembly): Do not refresh upon receiving
13874         'update signal.  Instead, update all disassembly buffers only after
13875         threads list.
13876         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13877         (gdb-starting): Moved -data-list-register-names...
13878         (gdb-stopped): ...here so it's sent when first thread stops.
13879         (gdb-registers-handler-custom): Do nothing if register names are
13880         unknown yet.
13882         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13883         from `gdb-mi.el' to avoid extra tangling.
13885         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13886         change which breaks `gud-def' definitions used in `gdb'.
13887         (gdb-update-gud-running): No extra fuss for updating frame number.
13889 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13891         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13892         (describe-language-environment-map, setup-language-environment-map)
13893         (set-coding-system-map): Move initialization into declaration.
13894         (set-language-info-alist): Last arg to define-key-after can be skipped.
13896         * international/quail.el (quail-completion-1): Simplify.
13897         (quail-define-rules): Use slightly more compact code.
13898         (quail-insert-decode-map): Propertize keys, compact columns.
13900         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13901         Add goto-line.
13903 2009-08-10  Miles Bader  <miles@gnu.org>
13905         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13906         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13907         (js2-instance-member, js2-private-member, js2-private-function-call)
13908         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13909         (js2-magic-paren, js2-external-variable):
13910         Remove "-face" suffix from face names.
13911         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13912         (js2-highlight-undeclared-vars, js2-peek-token)
13913         (js2-parse-function-params, js2-mode-show-errors)
13914         (js2-mode-show-warnings, js2-make-magic-delimiter)
13915         (js2-mode-highlight-magic-parens): Update to use new face names.
13917 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13919         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13920         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13922 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13924         * subr.el: Provide hashtable-print-readable.
13926         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13927         hs-c-like-adjust-block-beginning.
13928         (hs-hide-block-at-point): Stop hiding at the beginning of
13929         hs-block-end-regexp (Bug#700).
13931 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13933         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13934         a macro.
13935         (gdb-registers-handler-custom): Do not fail when register names
13936         are unavailable.
13938 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13940         * progmodes/gdb-mi.el (gdb-control-all-threads)
13941         (gdb-control-current-thread): Interactive setters for
13942         `gdb-gud-control-all-threads' to use in menu.
13943         (gdb-show-run-p): Show «Go» when process is not active.
13944         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13945         gud/thread.xpm and gud/all.xpm.
13947 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13949         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13950         (nslookup-font-lock-keywords): Make it a variable.
13951         (net-utils-mode): New mode for viewing diagnostic network output.
13952         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13953         (net-utils-run-simple): New function.
13954         (ifconfig, iwconfig, netstat, arp, route): Use it.
13956 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13958         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13959         (gdb-memory-set-address, def-gdb-set-positive-number)
13960         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13961         after changing settings.
13962         (gdb-invalidate-disassembly): Update when first shown.
13963         (gdb-edit-locals-value): Fixed.
13964         (gdb-registers-handler-custom): Print registers in right order and
13965         allow changing register values (only for current thread yet).
13966         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13967         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13968         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13969         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13970         info in mode name.
13971         (gdb-registers-mode-map): TAB to switch to locals.
13973 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13975         * mail/rmail.el (rmail-add-mbox-headers)
13976         (rmail-set-message-counters-counter): Search for
13977         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13979 2009-08-08  Glenn Morris  <rgm@gnu.org>
13981         * Makefile.in (ELCFILES): Update.
13983 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13985         * mail/sendmail.el (mail-yank-original): Set
13986         buffer-file-coding-system from the one used by the message whose
13987         text is yanked.
13989         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13990         to "windows" when "pgnuplot" is used.
13991         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13992         call accept-process-output if "pgnuplot" is used.
13993         (calc-graph-init): Don't send -display and -geometry to
13994         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13995         running "pgnuplot -V" with shell-command-to-string.
13997         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13998         the default.
14000 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
14002         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
14003         org/org-latex.elc.
14005 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
14007         * vc-dispatcher.el (vc-resynch-window): Update comment.
14009         * term.el (term-handle-ansi-escape): Add comments with the
14010         terminfo capabilities implemented.
14012 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
14014         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
14015         (gdb-var-create-handler): Rewritten using JSON parser.
14016         (gdb-propertize-header): Moved earlier.
14017         (gdb-set-header): Removed to avoid duplication.
14018         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
14019         Refresh disassembly buffers only after threads list have been
14020         update.
14021         (gdb-threads-header, gdb-registers-header): Per-buffer header line
14022         variables.
14024 2009-08-04  Juri Linkov  <juri@jurta.org>
14026         * files.el: Commands to add/delete file/directory-local variables.
14027         (read-file-local-variable, read-file-local-variable-value)
14028         (read-file-local-variable-mode, modify-file-local-variable)
14029         (modify-file-local-variable-prop-line)
14030         (modify-dir-local-variable): New functions.
14031         (add-file-local-variable, delete-file-local-variable)
14032         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
14033         (add-dir-local-variable, delete-dir-local-variable)
14034         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
14035         (copy-dir-locals-to-file-locals-prop-line): New commands.
14037 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
14039         * abbrev.el (insert-abbrev-table-description): Prettify output.
14040         Suggested by Karl Chen.
14042 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
14044         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
14045         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
14046         (gdb-overlay-arrow-position, gdb-thread-position)
14047         (gdb-disassembly-position): Declare variables.
14048         (gdb-wait-for-pending): Function now.
14049         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
14050         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
14051         compilation goes smoothly.
14052         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
14053         (gdb-non-stop-setting): New customization setting which replaces
14054         `gdb-non-stop' so changing it doesn't break active GDB session.
14055         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
14056         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
14057         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
14058         (gdb-show-threads-by-default): New customization options.
14059         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
14060         routines.
14061         (gdb-get-buffer-create): Send buffers update signal when they are
14062         created.
14063         (gdb-invalidate-locals, gdb-invalidate-registers)
14064         (gdb-invalidate-breakpoints)
14065         (gdb-invalidate-threads, gdb-invalidate-disassembly)
14066         (gdb-invalidate-memory): Accept update signal.
14067         (gdb-current-context-command): Use --frame option.
14068         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
14069         Implement `gdb-frame-number' selection logic.
14070         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
14071         whether to show GUD toolbar buttons.
14072         (gdb-thread-exited): Unselect current thread when it exits.
14073         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
14074         (gdb-mark-line): Routine which sets overlay arrow or inverses
14075         video on fringeless displays.
14076         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
14077         to build aligned columns of data in GDB buffers and set text
14078         properties line-by-line.
14079         (gdb-invalidate-breakpoints)
14080         (gdb-breakpoints-list-handler-custom)
14081         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
14082         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
14083         (gdb-registers-handler-custom): Align data columns.
14084         (gdb-locals-handler-custom): Now prints data like in variable
14085         declarations.
14086         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
14087         Removed confusing buttons.
14088         (gdb-invalidate-threads): Append --frame.
14089         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
14090         between breakpoints/threads buffers.
14091         (gdb-set-window-buffer): Now can ignore dedicated windows.
14092         (gdb-propertize-header): Use `gdb-set-window-buffer'.
14093         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
14094         (def-gdb-thread-buffer-gud-command): Replaces
14095         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
14096         for fine thread control.
14097         (gdb-preempt-existing-or-display-buffer): New function used to
14098         display bound buffers without breaking window layout.
14099         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
14100         (gdb-select-frame): New version of `gdb-frames-select' which now
14101         sets `gdb-frame-number' so commands may use --frame option instead
14102         of inner debugger state.
14103         (gdb-frame-handler): Do not set `gdb-frame-number'.
14104         (gdb-threads-mode-map): Select threads with mouse.
14106         * progmodes/gud.el (gdb-gud-context-call): Declare function to
14107         avoid compilation warning.
14108         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
14109         `gdb-show-stop-p`.
14111         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
14112         Argument `key' renamed to `buffer-type'.
14113         (gdb-current-context-buffer-name): Do not add thread info to
14114         buffer name when no thread is selected.
14115         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
14116         command (bug 3794).
14117         (gdb-thread-selected): Handle `=thread-selected' notification.
14118         (gdb-wait-for-pending): New macro to deal with congestion problems.
14119         (gdb-breakpoints-list-handler-custom): Don't fail on pending
14120         breakpoints.
14121         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
14122         This fixes problem similar to one described in bug 3947.
14123         (gud-menu-map): More menu items.
14124         (gdb-init-1): Reset `gdb-thread-number' to nil.
14126         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
14127         non-stop settings.
14129         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
14130         (gdb-current-context-command): Do not append --thread if
14131         `gdb-thread-number' is nil.
14132         (gdb-running-threads-count, gdb-stopped-threads-count): New
14133         variables.
14134         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
14135         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
14136         customization options.
14137         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
14138         GUD commands.
14139         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
14140         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
14141         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
14142         set `gdb-thread-number' and update `gud-running' properly.
14143         (gdb-running): Update threads list when new threads appear.
14144         (gdb-stopped): Support non-stop operation and new thread switching
14145         logic.
14146         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
14147         (gdb-json-partial-output): New set of JSON routines.
14148         (def-gdb-auto-update-trigger): New `signal-list' optional
14149         argument.
14150         (gdb-thread-list-handler-custom): Update `gud-running',
14151         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
14152         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
14153         (gdb-continue-thread, gdb-step-thread): New commands for fine
14154         thread execution control.
14155         (gud-menu-map): New menu items to switch non-stop options.
14156         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
14157         (gdb-send): Mimic RET properly (bug 3794).
14159         * progmodes/gdb-mi.el (gdb-rules-name-maker)
14160         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
14161         gdb-buffer-rules.
14162         (def-gdb-auto-update-handler): New nopreserve optional argument.
14163         (gdb-stack-list-frames-custom): Print stack from top to bottom.
14165         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
14166         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
14167         (gdb-parent-mode): New mode to derive other GDB modes from.
14168         (gdb-display-disassembly-for-thread)
14169         (gdb-frame-disassembly-for-thread): New commands for threads
14170         buffer.
14172         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
14173         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
14174         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
14175         (gdb-update): We now store all GDB buffers in a list so that they
14176         can be updated by traversing a list instead of calling invalidate
14177         triggers explicitly.
14178         (def-gdb-trigger-and-handler): New macro to define trigger-handler
14179         pair for GDB buffer.
14180         (gdb-stack-buffer-name): Add thread information.
14181         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
14182         handle pending triggers.
14183         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
14184         (def-gdb-thread-buffer-simple-command)
14185         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
14186         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
14187         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
14188         New commands which show buffers bound to thread.
14189         (gdb-stack-list-locals-regexp): Removed unused regexp.
14191         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
14192         (gdb-locals-buffer-name, gdb-registers-buffer-name)
14193         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
14194         to (gud-comint-buffer) in *-buffer-name functions
14195         because (gdb-get-target-string) already does that.
14196         (gdb-locals-handler-custom, gdb-registers-handler-custom)
14197         (gdb-changed-registers-handler): Rewritten without regexps.
14199         * progmodes/gdb-mi.el: Basic thread selection support.
14200         (gdb-thread-number): New variable.
14201         (gdb-current-context-command): New macro which adds --thread
14202         option to command.
14203         (gdb-threads-mode-map): Select thread with SPC.
14204         (gdb-thread-list-handler-custom): Mark current thread with overlay
14205         arrow.  Synchronize GDB thread and Emacs thread.
14206         (gdb-select-thread): New command which selects current thread.
14207         (gdb-invalidate-frames, gdb-invalidate-locals)
14208         (gdb-invalidate-registers): Use --thread option.
14210 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
14212         * net/tramp.el (top): Make check for tramp-gvfs loading more
14213         robust.  (Bug#3977)
14214         (tramp-handle-insert-file-contents): `unwind-protect' must be
14215         inside `with-parsed-tramp-file-name'.
14217         * net/tramp-gvfs.el (top): Remove superfluous message when loading
14218         fails.
14220 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
14222         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
14223         directory if CLASSPATH is not set.
14225 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
14227         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
14228         New defconst.
14229         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
14231 2009-08-02  Kevin Ryde  <user42@zip.com.au>
14233         * net/newst-backend.el (newsticker--raw-url-list-defaults):
14234         Update freshmeat link.  Delete newsforge.com as it seems gone.
14236 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
14238         * select.el (x-set-selection): Doc fix (Bug#4021).
14240         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
14242         * help-fns.el (describe-variable): Treat list return values from
14243         dir-locals-find-file properly (Bug#4005).
14245 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
14247         * net/tramp.el (tramp-debug-message): Print also microseconds.
14249 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
14251         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
14252         or END is non-nil.
14253         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
14254         (tramp-get-debug-buffer): Change `outline-regexp' according to new
14255         format.
14257         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
14258         (tramp-get-file-property): Use it.
14260         * autorevert.el (auto-revert-handler): Allow
14261         `auto-revert-tail-mode' for remote files.
14263 2009-08-02  Jason Rumney  <jasonr@gnu.org>
14265         * minibuffer.el (read-file-name): Treat confirm options to
14266         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
14268 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
14270         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
14271         (font-lock-variable-name-face, font-lock-constant-face): Darken
14272         the colors for light backgrounds.
14274 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
14276         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
14277         month names.  (Bug#3987)
14279 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
14281         * simple.el (line-move-finish): Pass whole number to
14282         line-move-to-column.
14283         (line-move-visual): Perform hscroll to the recorded position.
14285 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
14287         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14289 2009-07-29  Alan Mackenzie  <acm@muc.de>
14291         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14293 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
14295         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14296         (gdb-place-breakpoints): Use full path when setting breakpoints.
14298 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
14300         * calc/calc.el (calc-mode-map): Add keybinding for
14301         `calc-transpose-lines'.
14303 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
14305         * calc/calc-misc.el (calc-transpose-lines): New function.
14307 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
14309         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14310         Simplify check for out-of-band methods.
14311         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14312         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
14314 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
14316         * vc-git.el (vc-git-checkin): Fix typo.
14318 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
14320         * progmodes/js2-mode.el: New file.
14322 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
14324         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14325         (gud-menu-map): Adjust tooltip accordingly.
14327 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
14329         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14330         (vc-bzr-log-view-mode): Adjust log-view-file-re.
14332         * add-log.el (change-log-mode-map): Add a menu.
14334 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
14336         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14337         function returns nil.
14338         (dbus-handle-event): Handle special return value :ignore.
14339         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14341 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
14343         * view.el (view-mode-enable): Don't define Helper-return-blurb if
14344         it's not needed.
14346 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
14348         Fix Bug#3888:
14350         * w32-vars.el (x-select-enable-clipboard): Doc fix.
14352         * term/pc-win.el (x-display-name, x-colors)
14353         (x-select-enable-clipboard, x-select-text): Doc fix.
14355         * term/common-win.el (x-display-name, x-colors): Doc fix.
14357         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14358         (xw-defined-colors): Doc fix.
14360         * w32-fns.el (x-select-text, x-setup-function-keys)
14361         (x-get-selection, x-set-selection): Doc fix.
14363         * term/x-win.el (x-select-text, x-setup-function-keys)
14364         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14366         * select.el (x-set-selection): Doc fix.
14368 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
14370         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14371         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
14372         "IsNSSSupportAvailable" method is not available.  Reported by
14373         Steve Youngs <steve@sxemacs.org>.
14375 2009-07-24  Kenichi Handa  <handa@m17n.org>
14377         * international/characters.el: Fix setting of category ?C, ?|, ?K,
14378         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
14379         (build-unicode-category-table): Fix range checks.
14381 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
14383         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14384         the buffer we try to sync is current when calling
14385         vc-resynch-buffer.
14387         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14388         not show up to date files.
14390 2009-07-24  Glenn Morris  <rgm@gnu.org>
14392         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14393         Add autoload cookies.  If necessary, initialize.
14394         (elint-log): Handle non-file buffers.
14395         (elint-initialize): Add optional argument to reinitialize.
14396         (elint-find-builtin-variables): Save excursion.
14398 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
14400         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14401         for Lint.
14403 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14405         * vc.el (vc-print-log-internal): New function, split out from ...
14406         (vc-print-log): ... here.
14407         (vc-dir-move-to-goal-column): Declare.
14409         * vc-git.el (vc-git-add-signoff): New variable.
14410         (vc-git-checkin): Use it.
14411         (vc-git-toggle-signoff): New function.
14412         (vc-git-extra-menu-map): Bind it to menu.
14413         (vc-git--run-command-string): Accept a nil FILE argument.
14414         (vc-git-stash-list): New function.
14415         (vc-git-dir-extra-headers): Use it.
14417 2009-07-23  Glenn Morris  <rgm@gnu.org>
14419         * help-fns.el (describe-variable): Describe ignored and risky local
14420         variables in a similar way to that in which we describe safe ones.
14422         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14423         (byte-compile-output-file-form, byte-compile-output-docform)
14424         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14425         Give some more local variables with common names a "bytecomp-" prefix,
14426         so as not to shadow things during compilation.
14427         * emacs-lisp/cl-macs.el (load-time-value)
14428         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14429         `outbuffer' to `bytecomp-outbuffer'.
14431         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14432         since the next two variables cover them automatically now.
14433         (elint-builtin-variables, elint-autoloaded-variables): New.
14434         (elint-unknown-builtin-args): Remove all members, since they can be
14435         parsed automatically now.
14436         (elint-extra-errors): New.
14437         (elint-env-add-env, elint-env-add-macro): Use cadr.
14438         (elint-current-buffer): Use or.  Change final message.
14439         (elint-get-top-forms): Use line-end-position.
14440         (elint-init-env): Use cadr.  Handle autoload, declare-function,
14441         and defalias.
14442         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
14443         (regexp-assoc): Remove unused function.
14444         (elint-top-form): Set elint-current-pos, to record the start of the
14445         top-level form, for compilation-mode.
14446         (elint-form): Trap errors in macro expansion.  Use dolist.
14447         (elint-unbound-variable): Use elint-builtin-variables and
14448         elint-autoloaded-variables.
14449         (elint-get-args): Use cadr, or.
14450         (elint-check-cond-form): Use dolist, cadr.
14451         (elint-check-condition-case-form): Doc fix.  Use cadr.
14452         Use elint-extra-errors.
14453         (elint-log): New function.
14454         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14455         Distinguish errors and warnings.
14456         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
14457         Use a bytecomp-style format.
14458         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
14459         (elint-get-log-buffer): Use compilation mode.  Disable undo.
14460         Don't truncate lines.
14461         (elint-initialize): Set builtin and autoloaded variable lists.
14462         Only process elint-unknown-builtin-args if non-nil.
14463         (elint-find-builtin-variables, elint-find-autoloaded-variables):
14464         New functions.
14465         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
14467 2009-07-22  Kevin Ryde  <user42@zip.com.au>
14469         * net/newst-backend.el (newsticker--parse-atom-1.0)
14470         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14471         (newsticker--parse-rss-1.0):
14472         * progmodes/idlwave.el (idlwave-mode):
14473         * progmodes/idlw-shell.el (idlwave-shell-mode):
14474         * progmodes/vera-mode.el (vera-mode):
14475         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14476         * progmodes/vhdl-mode.el (vhdl-mode):
14477         * textmodes/table.el (table-generate-source)
14478         (table--warn-incompatibility):
14479         Hyperlink urls in docstrings with URL `...'.
14481 2009-07-22  Glenn Morris  <rgm@gnu.org>
14483         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14484         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14485         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14486         Remove leading * from defcustom docs.
14488         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
14490         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14491         defcustom doc.
14492         (list-load-path-shadows): Optionally, just return shadows as a string.
14494         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14496 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
14498         * mail/rmailedit.el (rmail-edit-mode): Use
14499         auto-save-include-big-deletions.
14501         * mail/rmail.el (rmail-variables): Use
14502         auto-save-include-big-deletions.
14504         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14505         changes.
14507 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
14509         * calc/calc.el (calc-undo-length): New variable.
14510         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14512 2009-07-21  Richard Stallman  <rms@gnu.org>
14514         * files.el (auto-save-mode): Handle buffer-save-size = -2
14515         for toggling mode.
14517 2009-07-21  Glenn Morris  <rgm@gnu.org>
14519         * textmodes/ispell.el (ispell-looking-back): Update declaration.
14521         * calendar/todo-mode.el (calendar-current-date): Update declaration.
14523         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14524         silence compiler.  Instead...
14525         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14526         (ps-print-ensure-fontified): Update for above function name changes.
14528         * printing.el (pr-mh-get-msg-num, pr-mh-show)
14529         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14530         silence compiler.  Instead...
14531         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14532         (mh-show-buffer): Only define for compiler.
14533         (pr-mh-current-message): Update for above function name changes.
14535         * files.el (abort-if-file-too-large): Explicitly pass `filename'
14536         as an argument.
14537         (find-file-noselect, insert-file-1): Update for above change.
14539         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14541         * mail/mailclient.el (mailclient-send-it): Fix message.
14543         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14544         (edebug-eval): Check cl-debug-env is bound.
14545         (print-level, print-circle): Don't redefine built-in variables.
14547         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14548         (custom-print-vectors): Remove old comments from doc.
14550         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14551         (emerge-version): Make the variable an obsolete alias for the
14552         emacs-version variable.  Make the function obsolete.
14553         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14554         Emerge options, rather than merging in into the main Options menu.
14555         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
14556         and auto advance modes.  Disable edit/fast items when not relevant.
14558 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14560         * term/vt420.el (terminal-init-vt420): Fix typo.
14562 2009-07-20  Sam Steingold  <sds@gnu.org>
14564         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14565         variable (removed from compile.el on 2004-03-11).
14567 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
14569         * files.el (hack-local-variables-filter): Fix last change.
14571 2009-07-19  Juri Linkov  <juri@jurta.org>
14573         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14574         (dir-local-variables-alist): New buffer-local variable.
14575         (hack-local-variables-filter): If variable is not dir-local,
14576         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14577         because file-local overrides dir-local.
14578         (c-postprocess-file-styles) <declare-function>:
14579         Remove obsolete declaration.
14580         (hack-dir-local-variables): Add dir-local variable/value pair to
14581         `dir-local-variables-alist' and remove duplicates.  Doc fix.
14583         * help-fns.el (describe-variable): Add information about
14584         file-local and dir-local variables.
14586 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
14588         * files.el (hack-local-variables-filter): Rewrite.
14590 2009-07-19  Glenn Morris  <rgm@gnu.org>
14592         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14593         Silence compiler by only defining on XEmacs.
14595         * international/mule.el (auto-coding-regexp-alist): Only match
14596         BABYL... at the start of buffer, not of lines.  (Bug#3790)
14598         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14599         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14600         (cal-menu-context-mouse-menu): Doc fix.
14602         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14604         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14606 2009-07-18  Juri Linkov  <juri@jurta.org>
14608         * info.el: Virtual Info keyword finder.
14609         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14610         (Info-finder-file): New variable.
14611         (Info-finder-find-file): New function.
14612         (finder-known-keywords, finder-package-info)
14613         (find-library-name, lm-commentary): Use defvar and
14614         declare-function to silence compiler warnings.
14615         (Info-finder-find-node): New function.
14616         (info-finder): New command.
14618         * subr.el (process-kill-buffer-query-function): New function.
14619         (add-hook)<kill-buffer-query-functions>: Add hook
14620         `process-kill-buffer-query-function'.
14622 2009-07-18  Alan Mackenzie  <acm@muc.de>
14624         * progmodes/cc-mode.el (c-before-hack-hook)
14625         (c-postprocess-file-styles): Give invocation of `c-set-style'
14626         DONT-OVERRIDE parameter of t.  Already set style variables will
14627         thus not be overridden by style settings given by `c-file-syle'.
14629         * files.el (hack-local-variables-filter): Remove entries with
14630         duplicate keys from `file-local-variables-alist'.
14632 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14634         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14635         x-set-selection if display-selections-p returns nil for the
14636         current frame.
14638 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14640         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14642 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14644         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14645         Accept nil in addition to a regexp.
14646         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14647         Accept nil in addition to a regexp.
14648         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14649         buffers that have an associated file.  Handle nil values of
14650         desktop-buffers-not-to-save and desktop-files-not-to-save.
14651         (Bug#3833)
14653         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14654         (x-disown-selection-internal): New functions.
14656 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14658         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14659         warning.
14660         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14661         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14663 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14665         * simple.el (set-mark): Revert last change.
14667 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14669         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14670         rendering of pngs is not possible instead of messaging a long
14671         description.
14673 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14675         * w32-fns.el (x-selection-owner-p): New function.
14677         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14678         (mouse-yank-at-click, mouse-yank-primary): If
14679         select-active-regions is non-nil, deactivate the mark before
14680         insertion.
14682         * simple.el (deactivate-mark, set-mark): Only save selection if we
14683         own it.
14685 2009-07-17  Kenichi Handa  <handa@m17n.org>
14687         * case-table.el (describe-buffer-case-table): Fix for the case
14688         that KEY is a cons.
14690 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14692         * vc-rcs.el (vc-rcs-find-file-hook):
14693         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14695 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14697         * net/tramp.el (tramp-wait-for-output): Handle the case when
14698         commands do not return a newline but a null byte before the shell
14699         prompt.  (Bug#3858)
14701 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14703         * term/ns-win.el (ns-set-alpha): Don't declare.
14704         (ns-set-background-alpha): Remove function.
14706 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14708         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14709         y-or-n-p, for safety.
14711 2009-07-16  Richard Stallman  <rms@gnu.org>
14713         * files.el (auto-save-mode): If buffer-saved-size is -2,
14714         don't clobber it.
14716         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14717         (rmail-retry-ignored-headers): Add more uninteresting fields.
14719 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14721         * net/rcirc.el (rcirc): Use history variables.
14722         (rcirc-server-name-history, rcirc-nick-name-history)
14723         (rcirc-server-port-history): New variables.
14725 2009-07-15  Kenichi Handa  <handa@m17n.org>
14727         * international/mule-cmds.el (set-language-environment-charset):
14728         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14729         ignore them.
14731         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14732         Delete unibyte-display.
14734 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14736         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14738 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14740         * simple.el (deactivate-mark): Optional argument FORCE.
14741         (set-mark): Use deactivate-mark.
14743         * info.el (Info-search): No need to check transient-mark-mode
14744         before calling deactivate-mark.
14746         * select.el (x-set-selection): Doc fix.
14747         (x-valid-simple-selection-p): Allow buffer values.
14748         (xselect--selection-bounds): Handle buffer values.  Suggested by
14749         David De La Harpe Golden.
14751         * mouse.el (mouse-set-region, mouse-drag-track): Call
14752         copy-region-as-kill before setting the mark, to let
14753         select-active-regions work.
14755 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14757         * simple.el (deactivate-mark): If select-active-regions is
14758         non-nil, copy the selection data into a string.
14759         (activate-mark): If select-active-regions is non-nil, set the
14760         selection to the current buffer.
14761         (set-mark): Update selection if select-active-regions is non-nil.
14763         * select.el (x-valid-simple-selection-p): Allow buffer values.
14765 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14767         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14768         and more featureful message-mode.
14770 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14772         * select.el (x-set-selection): Doc fix.
14773         (x-valid-simple-selection-p): Disallow selection data consisting
14774         of a list or cons of integers, since that is not used.
14775         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14776         (xselect-convert-to-string, xselect-convert-to-length)
14777         (xselect-convert-to-filename, xselect-convert-to-charpos)
14778         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14780 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14782         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14783         output in -break-info command (Emacs bug #3794).
14785 2009-07-14  Glenn Morris  <rgm@gnu.org>
14787         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14788         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14789         (edebug-print-length, edebug-print-level, edebug-print-circle)
14790         (edebug-sit-for-seconds, edebug-view-outside)
14791         (edebug-bounce-point, edebug-set-global-break-condition)
14792         (edebug-Go-nonstop-mode, edebug-trace-mode)
14793         (edebug-Trace-fast-mode, edebug-continue-mode)
14794         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14795         (edebug-visit-eval-list): Doc fixes.
14797         * subr.el (def-edebug-spec): Doc fix.
14799 2009-07-14  Kenichi Handa  <handa@m17n.org>
14801         * international/characters.el: Fix setting of category ?C.
14803 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14805         * term/ns-win.el (x-select-font): defalias x-select-font to
14806         ns-popup-font-panel instead of generate-fontset-menu.
14808 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14810         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14812 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14814         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14815         the PK\003\004 header (Bug#3770).
14817 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14819         * pcomplete.el (pcomplete-comint-setup): Check for
14820         shell-dynamic-complete-filename too.
14822 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14824         * simple.el (temporary-goal-column): Change the value for
14825         line-move-visual to a cons cell.
14826         (line-move-visual): Record or set the window hscroll, if
14827         necessary (Bug#3494).
14828         (line-move-1): Handle cons value of temporary-goal-column.
14830 2009-07-11  Kenichi Handa  <handa@m17n.org>
14832         * international/mule-diag.el (describe-character-set): Don't show
14833         width.
14835 2009-07-10  Sam Steingold  <sds@gnu.org>
14837         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14838         Omake sometimes indents the errors it prints, so allow all
14839         regexps to start with spaces.
14841 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14843         * cus-edit.el (customize-changed-options-previous-release):
14844         Bump value to 22.1.  (Bug#3804)
14846 2009-07-08  Sam Steingold  <sds@gnu.org>
14848         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14849         to be a cons cell (test . ignored-directory) to selectively ignore
14850         some directories depending on the location of the search.
14852 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14854         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14855         remote user is root, on the local host.
14856         (tramp-local-host-p): Either the local user or the remote user
14857         must be root.  (Bug#3771)
14859 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14861         * progmodes/gdb-mi.el (gdb): Remove description of
14862         gdb-use-separate-io-buffer.
14863         (menu): Don't allow toggling of or enable
14864         gdb-use-separate-io-buffer from menubar.
14866 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14868         * mail/unrmail.el (unrmail): Make sure the message ends with two
14869         newlines (Bug#3769).
14871 2009-07-08  Glenn Morris  <rgm@gnu.org>
14873         * calendar/calendar.el (calendar-current-date): Rework previous change.
14875 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14877         * calendar/calendar.el (calendar-current-date):
14878         Add an optional argument giving an offset from today.
14880 2009-07-08  Glenn Morris  <rgm@gnu.org>
14882         * tutorial.el (tutorial--describe-nonstandard-key):
14883         Adjust the message for when a key has been unbound.
14884         (help-with-tutorial): Hide the arch-tag.
14886 2009-07-08  Kenichi Handa  <handa@m17n.org>
14888         * international/fontset.el (setup-default-fontset): For each
14889         script, append (not set) font-specs.
14891         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14892         docstring.
14894 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14896         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14897         -data-list-register-names to ...
14898         (gdb-starting): ... here because GDB 7.0 requires execution to
14899         have started when using this MI command.
14900         (gdb-set-header): New function to distinguish select and
14901         unselected tabs in gdb buffers.
14902         (gdb-propertize-header): New macro that uses gdb-set-header.
14903         (gdb-breakpoints-header, gdb-locals-header): Use it.
14904         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14906 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14908         * Makefile.in (ELCFILES): Remove fadr.elc.
14910 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14912         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14913         may contain frame information, so `string-match' should be used.
14914         (gdb-update): Disassembly is invalidated through
14915         `gdb-get-selected-frame'.
14916         (gdb-pad-string): New function to pad string with spaces.
14917         (gdb-invalidate-disassembly): Invalidate only if the buffer
14918         exists.
14919         (gdb-disassembly-handler-custom): Column alignment.
14920         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14921         placing new ones.
14922         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14923         end of line, too.
14924         (gdb-frame-handler): Match convention to for disassembly buffer
14925         mode name.
14926         (gdb-stack-list-frames-handler): Rewritten without regexps.
14927         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14928         not highlight breakpoints without line information.
14929         (gdb-input): Add trailing newline to command.
14931         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14932         buffer properly.
14933         (gdb-breakpoints-list-handler-custom): Replacement for
14934         `gdb-break-list-handler'.  Using real parser instead of regexps
14935         now.
14936         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14937         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14938         to place breakpoints.
14939         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14940         functions.
14941         (gdb-disassembly-handler-custom): Show overlay arrow.
14942         (gdb-disassembly-place-breakpoints): Show breakpoints in
14943         disassembly buffer.
14944         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14945         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14946         instead of parsing breakpoints buffer.  Fixed old menu references
14947         in `gud-menu-map'.
14949         * fadr.el: Remove.
14951         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14952         (gdb-memory-address): New variable which holds top address of
14953         memory page shown in memory buffer.
14954         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14955         customization variables.
14956         New functions:
14957         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14958         display the memory buffer.
14959         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14960         buffer display parameters.
14961         (def-gdb-memory-format, gdb-memory-format-binary)
14962         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14963         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14964         Functions for setting memory buffer format.
14965         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14966         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14967         unit size used in memory buffer.
14968         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14969         to next/previous page of memory buffer.
14970         Now using (bindat-get-field) instead of fadr functions.
14972 2009-07-07  Sam Steingold  <sds@gnu.org>
14974         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14975         non-top-level files.
14977 2009-07-07  Kenichi Handa  <handa@m17n.org>
14979         * international/mule-cmds.el (reset-language-environment): Put
14980         the highset priority to the charset iso-8859-1.
14982 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14984         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14985         to the end of the line when locating the block (Bug#700).
14987 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14989         * net/tramp.el (tramp-handle-write-region): Flush file properties
14990         in case of short track.
14992 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14994         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14995         Coded custom representation of verilog error regular expressions
14996         to work with Emacs-22's new format.
14997         (verilog-error-regexp-xemacs-alist): Coded custom representation
14998         of verilog error regular expressions to work with XEmacs format.
14999         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
15000         error recognition into XEmacs.
15001         (verilog-error-regexp-add-emacs): Hook routine to install verilog
15002         error recognition into Emacs-22.
15004 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
15006         * woman.el: Remove stand-alone closing parentheses.
15007         (woman-file-name, woman2-format-paragraphs)
15008         (woman-leave-blank-lines): Code cleanup.
15009         (woman-use-own-frame): Change default to nil.
15010         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
15011         defaults to inherit from default faces.
15012         (woman2-process-escapes): Consume the newline after a stand-alone
15013         filler character (Bug#3651).
15015 2009-07-06  Glenn Morris  <rgm@gnu.org>
15017         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
15018         (top-level): Move provide to the end.
15019         (ffap): Remove defunct URL from custom group.
15021         * subr.el (eval-after-load): Doc fix.
15023 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
15025         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
15026         `calc-embedded-word' is called twice.
15028 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15030         * files.el (find-alternate-file-other-window, find-alternate-file):
15031         Obey confirm-nonexistent-file-or-buffer.
15033 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
15035         * dired-aux.el (dired-show-file-type): Handle remote files.
15037 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
15039         * desktop.el (desktop-globals-to-save):
15040         Add file-name-history (Bug#2750).
15042 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
15044         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
15046 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
15048         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
15049         property on entire argument since this is what eshell-lisp-command
15050         expects.
15052 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
15054         * net/tramp-gvfs.el (tramp-gvfs-methods)
15055         (tramp-gvfs-zeroconf-domain)
15056         (tramp-bluez-discover-devices-timeout): Add version flag.
15057         (tramp-gvfs-handler-mounted-unmounted)
15058         (tramp-gvfs-connection-mounted-p): Polish handling of
15059         incompatibilities between GVFS 0.2 and 1.0.
15061 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
15063         * cus-start.el (all): Add make-pointer-invisible.
15065 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
15067         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
15068         formatted correctly.
15070 2009-07-02  Juri Linkov  <juri@jurta.org>
15072         * info.el: Virtual Info files and nodes.
15073         (Info-virtual-files, Info-virtual-nodes): New variables.
15074         (Info-current-node-virtual): New variable.
15075         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
15076         New functions.
15077         (Info-file-supports-index-cookies): Use Info-virtual-file-p
15078         to check for a virtual file instead of checking a fixed list
15079         of node names.
15080         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
15081         instead of ad-hoc processing of "dir" and (apropos history toc).
15082         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
15083         instead of ad-hoc processing of "dir" and (apropos history toc).
15084         Reread a file when moving from a virtual node.
15085         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
15086         (Info-directory-toc-nodes, Info-directory-find-file)
15087         (Info-directory-find-node): New functions.
15088         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
15089         (Info-history): Move part of code to
15090         `Info-history-find-node'.
15091         (Info-history-toc-nodes, Info-history-find-file)
15092         (Info-history-find-node): New functions.
15093         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
15094         (Info-toc): Move part of code to `Info-toc-find-node'.
15095         (Info-toc-find-node): New function.
15096         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
15097         the current Info file name to references because now the node
15098         "*TOC*" belongs to the same Info manual.
15099         (Info-toc-build): Rename from `Info-build-toc'.
15100         (Info-toc-nodes): Rename input argument `file' to `filename'.
15101         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
15102         instead of ad-hoc processing of ("dir" apropos history toc).
15103         (Info-index-nodes): Use Info-virtual-file-p
15104         to check for a virtual file instead of checking a fixed list
15105         of node names.
15106         (Info-index-node): Add check for `Info-current-node-virtual'.
15107         Raise `save-match-data' higher up the tree to contain
15108         `search-forward' too (bug fix).
15109         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
15110         (Info-virtual-index-nodes): New variable.
15111         (Info-virtual-index-find-node, Info-virtual-index): New functions.
15112         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
15113         (Info-apropos-file, Info-apropos-nodes): New variables.
15114         (Info-apropos-toc-nodes, Info-apropos-find-file)
15115         (Info-apropos-find-node, Info-apropos-matches): New functions.
15116         (info-apropos): Move part of code to `Info-apropos-find-node' and
15117         `Info-apropos-matches'.
15118         (Info-mode-map): Bind "I" to `Info-virtual-index'.
15119         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
15120         for a virtual file instead of checking a fixed list of node names.
15122         * simple.el (async-shell-command): New command.
15124         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
15126         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
15127         instead of `mount-info'.
15129 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
15131         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
15132         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
15134 2009-07-02  Kenichi Handa  <handa@m17n.org>
15136         * international/mule.el (set-keyboard-coding-system): Force *-unix
15137         coding-system to avoid eol conversion.
15139 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
15141         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15142         Add handler for `process-file', `shell-command' and
15143         `start-file-process'.
15144         (tramp-gvfs-handle-shell-command)
15145         (tramp-gvfs-handle-start-file-process)
15146         (tramp-gvfs-handle-process-file): New defuns.
15147         (tramp-synce-list-devices): Simplify check for existence of property.
15149 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
15151         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
15153 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
15155         * language/korean.el (set-language-info-alist): Add korean-cp949,
15156         cp949 to spec.
15158 2009-07-01  Kenichi Handa  <handa@m17n.org>
15160         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
15162         * international/encoded-kb.el: Deleted.
15164         * international/mule.el (set-keyboard-coding-system): Perform the
15165         necessary setup here instead of calling encoded-kbd-setup-display.
15167 2009-07-01  Glenn Morris  <rgm@gnu.org>
15169         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
15171 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
15173         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
15175 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
15177         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
15178         Handle also the 'rename case, when setting file modes.  (Bug#3712)
15179         (tramp-default-file-modes): Remove execute permissions.
15181         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
15182         (top): Add a default for "synce" in `tramp-default-user-alist'.
15183         Add completion function for "synce" method.
15184         (tramp-hal-service, tramp-hal-path-manager)
15185         (tramp-hal-interface-manager, tramp-hal-interface-device):
15186         New defconst.
15187         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
15188         (tramp-synce-list-devices, tramp-synce-parse-device-names):
15189         New defuns.
15191         * net/trampver.el: Update release number.
15193 2009-06-30  Kenichi Handa  <handa@m17n.org>
15195         * international/fontset.el (setup-default-fontset): Add CJK fonts
15196         for symbols and the other miscellaneous characters.
15198         * language/korea-util.el (setup-korean-environment-internal):
15199         Make char-width-table suitable for Korean environments.
15200         (exit-korean-environment): Cancel above.
15202         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
15203         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
15204         setup-function to make char-width-table suitable for respective
15205         environments, and an exit-function to cancel that.
15207         * language/japan-util.el (setup-japanese-environment-internal):
15208         Call use-cjk-char-width-table with arg `ja_JP'.
15210         * international/characters.el (cjk-char-width-table): Delete it.
15211         (cjk-char-width-table-list): New variable.
15212         (use-cjk-char-width-table): New arg local-name.
15213         (use-default-char-width-table): Fix for the case that Emacs is
15214         already using the default char-width-table.
15216 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
15218         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
15219         modes mandatory.  (Bug#3712)
15221 2009-06-29  Alan Mackenzie  <acm@muc.de>
15223         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
15224         correction between the visible width of TABs and their number of bytes.
15226 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
15228         * server.el (server-buffer-done): Prevent kill-buffer from
15229         prompting by clearing the buffer modification flag (Bug#3696).
15231 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
15233         * progmodes/verilog-mode.el (verilog-beg-of-statement)
15234         (verilog-endcomment-reason-re): Support unique case and priority case.
15235         (verilog-basic-complete-re): Support localparam lineup.
15236         (verilog-beg-of-statement-1): Fix for robustness, unique case.
15237         (verilog-set-auto-endcomments): Fix for unique case, always_comb
15238         commenting.
15239         (verilog-leap-to-case-head): Now support *nested* unique &
15240         priority case statements.
15241         (verilog-auto-lineup): Make just declarations the default (as it
15242         had been).
15243         (verilog-leap-to-case-head): Support priority/unique case statements.
15244         (verilog-auto-lineup): Rework to give users radio buttons to
15245         select the various styles of automatic lineup.
15246         (verilog-error-regexp-alist): Rework to support the XEmacs style
15247         of error regular expressions from compilers, lint tools &
15248         simulators.  Note that GNU Emacs has made it impossible for a mode
15249         to load such things.
15250         (electric-verilog-terminate-line, verilog-indent-declaration)
15251         (verilog-auto-wiure): Rework for radio button selection of
15252         auto-lineup selection of specification of auto lineup.
15253         (verilog-beg-of-statement-1): Redesign to support proper operation
15254         in additional code, based on testing with auto-lineup.
15255         (verilog-calculate-indent, assignments & declarations)
15256         (verilog-backward-token): Enhance to support auto-lineup of
15257         assignments & declarations.
15258         (verilog-in-directive-p, verilog-at-struct-p): New function for
15259         easy test of whether we are.
15260         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
15261         to support safe execution at almost anyline.
15262         (verilog-calc-1): Properly support indenting deep inside generate
15263         blocks.
15264         (verilog-init-font): Remove definition & use of verilog-init-font,
15265         as it is redundant with font-lock-defaults.
15266         (verilog-mode): Alter the definition of verilog-font-lock-defaults
15267         to avoid circular calls if syntax-ppss is a function (as is the
15268         case now in 22.x GNU Emacs) as that function would sometimes call
15269         itself, leading to (nearly) infinite recursion.
15270         (verilog-ovm-begin-re, verilog-ovm-end-re)
15271         (verilog-ovm-statement-re, verilog-leap-to-head)
15272         (verilog-backward-token): Add support for OVM macros.  Some are
15273         complete statements, and others open and close scopes like begin
15274         and end.
15275         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
15276         (verilog-defun-level-generate-only-re): Really fix the defun-list
15277         compilation issue.
15278         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
15279         coverpoint, constraint and cross statements.
15280         (verilog-defun-level-list, verilog-generate-defun-level-list)
15281         (verilog-all-defun-level-list): Redo these specifications - it is
15282         too hard to support eval-when compile aggregation of lists also
15283         built at when-compile time.
15284         (verilog-defun-level-list): Place defconsts of variables used in
15285         building regular expressions which are built in eval-when-compile
15286         bodies in the same eval-when-compile body to facilitate compile
15287         without load.
15288         (verilog-beg-block-re-ordered): Support indenting
15289         virtual/protected tasks and functions.
15290         (verilog-defun-level-list, verilog-in-generate-region-p)
15291         (verilog-backward-ws&directives, verilog-calc-1): Speed up
15292         indentation of some module items (generate items).
15293         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15294         across virtual/protected tasks and functions.
15296 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
15298         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
15299         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
15300         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15301         in concatenations.  Reported by Yishay Belkind.
15302         (verilog-auto-ascii-enum): Support one-hot state machines in
15303         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
15304         (verilog-auto-inst, verilog-auto-inst-port): Include interface
15305         modport in AUTOINST and add vl-modport for users.  Reported by
15306         David Rogoff.
15307         (verilog-auto-inout-module, verilog-auto-inst)
15308         (verilog-decls-get-interfaces, verilog-insert-definition)
15309         (verilog-insert-one-definition, verilog-read-decls)
15310         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15311         (verilog-sig-modport, verilog-signals-combine-bus)
15312         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15313         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15314         Suggested by David Rogoff.
15315         (verilog-repair-open-comma): Fix non-insertion of comma when
15316         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
15317         (verilog-make-width-expression): Simplify [A-1:0] expression
15318         widths to just {A{1'b0}}.
15319         (verilog-mode): Cleanup checkdoc warnings.
15320         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15321         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15322         inputs/outputs or data type.  Suggested by Vasu Kandadi.
15323         (next-error-last-buffer): Fix byte-compiler warning.
15324         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15325         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15326         or shell command text during AUTO expansion.  Suggested by Tad Truex.
15327         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15328         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15329         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15330         in AUTOINOUT.  Reported by Matthew Lovell.
15331         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15332         causing use of <= assignments.  Reported by Alex Reed.
15333         (verilog-read-decls): Fix triand, trior, wand, wor to be
15334         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
15335         (verilog-extended-complete-re): Support import "DPI-C" functions.
15336         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15337         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
15338         (verilog-insert-date, verilog-insert-year)
15339         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15340         Windows systems.  Reported by Michael Potts.
15341         (verilog-read-module-name): Fix AUTOINST when the child module
15342         declaration's name is a tick define.  Reported by Elliot Mednick.
15343         (verilog-read-decls): Fix V2K parameter bit subscripts getting
15344         passed to next parameter's definition.  Reported by Bruce T.
15345         (verilog-read-decls): Fix detecting "parameter int" when using
15346         AUTOINSTPARAM.  Reported by Bruce T.
15347         (verilog-goto-defun): Fix goto not finding modules unless first
15348         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
15349         (verilog-mode): Expand -f flag arguments on entry to mode so
15350         verilog-goto-defun will work.  Reported by Lawrence Butcher.
15351         (verilog-getopt): Expand environment variables in -f file
15352         arguments.  Suggested by Lawrence Butcher.
15353         (verilog-set-define): Fix "Symbol's value as variable is void"
15354         when reading enumerations.
15355         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15356         Suggested by Stephen Peltan.
15357         (verilog-read-defines): Fix reading of enumerations in include
15358         files.  Reported by Steve Peltan.
15360 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15362         * files.el (trash-directory): Fix defcustom type.
15364 2009-06-28  Juri Linkov  <juri@jurta.org>
15366         * help-fns.el (describe-function-1): Correctly locate adviced
15367         functions in hyperlink (Bug#2438).
15369 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
15371         * files.el (trash-directory): Change default to nil.
15372         (move-file-to-trash): If trash-directory is nil and
15373         system-move-file-to-trash is unbound, perform freedesktop-style
15374         trashing.
15376 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15378         * files.el (move-file-to-trash): Add freedesktop trash
15379         support (Bug#973).
15381 2009-06-28  Glenn Morris  <rgm@gnu.org>
15383         * autorevert.el (global-auto-revert-non-file-buffers)
15384         (global-auto-revert-mode): Doc fixes.
15386 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
15388         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15390 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
15392         * faces.el (x-handle-named-frame-geometry): Ensure that we have
15393         opened an X connection before calling x-get-resource (Bug#3194).
15395         * play/doctor.el: Remove reference to obsolete website.
15396         (make-doctor-variables): Correct grammar mistake (Bug#2633).
15398 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
15400         Remove find-file-not-found-hook VC method.  (Bug#2757)
15401         * vc-hooks.el (vc-file-not-found-hook)
15402         (vc-default-find-file-not-found-hook): Remove functions.
15403         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15404         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15405         * vc.el:
15406         * vc-hg.el:
15407         * vc-git.el: Do not mention find-file-not-found-hook VC method.
15409 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
15411         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15412         compatibility function for `looking-back'.
15414         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15415         Use `ispell-looking-back'.
15417 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
15419         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15420         rather than `filename'.
15422 2009-06-23  Miles Bader  <miles@gnu.org>
15424         * face-remap.el (text-scale-set): New function.
15426 2009-06-23  Glenn Morris  <rgm@gnu.org>
15428         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15430         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15432         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15434         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15436         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15437         Simplify Persian conditionals.
15439         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15440         variable `filename'.
15442         * comint.el (comint-insert-input): Doc fix.
15444         * Makefile.in (ELCFILES): Fix typo in previous change.
15446 2009-06-23  Miles Bader  <miles@gnu.org>
15448         * cus-start.el: Add entry for `recenter-redisplay'.
15450 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15452         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15453         Add an optional argument for the backend, use it instead of
15454         calling vc-backend.
15455         (vc-mode-line): Add an optional argument for the backend.
15456         Pass the backend to vc-state and vc-working-revision.  Move code for
15457         special handling for vc-state being a buffer to ...
15459         * vc-rcs.el (vc-rcs-find-file-hook):
15460         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
15462         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15463         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15464         vc-stay-local-p and vc-mode-line calls.
15466         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15467         (vc-cvs-diff, vc-cvs-annotate-command)
15468         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15469         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15470         vc-mode-line calls.
15472         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15473         direct comparison.
15474         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15475         backend when calling vc-mode-line.
15476         (vc-register): Do not create a closure for calling the vc register
15477         function, call it directly.
15479 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15481         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15482         to make it obvious item can be clicked.
15484         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15486 2009-06-23  Kenichi Handa  <handa@m17n.org>
15488         * language/korea-util.el (korean-key-bindings): Change the binding
15489         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
15490         same command.
15492 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
15494         Sync with Tramp 2.1.16.
15496         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15498         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
15499         when a loading of a package fails.  Completion function for rsync
15500         is `tramp-completion-function-alist-ssh'.
15501         (all): Replace all calls of `split-string' and
15502         `tramp-split-string' by `tramp-compat-split-string'.
15503         (tramp-default-method): Use `tramp-compat-process-running-p'.
15504         (tramp-default-proxies-alist): Allow also Lisp forms.
15505         (tramp-remote-path): Add choice "Private Directories".
15506         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15507         (tramp-domain-regexp): Allow also "-", "_" and ".".
15508         (tramp-end-of-output): Remove newlines, and add "$" at the end.
15509         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15510         (tramp-debug-message): Insert header line in debug buffer.
15511         (tramp-handle-directory-files-and-attributes-with-stat):
15512         Care about filenames with spaces, or starting with "-".
15513         (tramp-handle-dired-uncache): New defun.
15514         (tramp-handle-insert-directory): Don't flush the directory from
15515         cache, this is handled by `dired-uncache' now.
15516         (tramp-handle-insert-file-contents): Improve error handling.
15517         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15518         Quote `tramp-end-of-output'.
15519         (tramp-action-password): Improve trace message.
15520         (tramp-check-for-regexp): Both echoes must be present, before removing.
15521         (tramp-open-connection-setup-interactive-shell): Trace coding system.
15522         (tramp-compute-multi-hops): Eval cons cells of
15523         `tramp-default-proxies-alist'.
15524         (tramp-maybe-open-connection): Use the same command pattern for
15525         first hop and further hops.
15526         (tramp-wait-for-output): Remove handling of newlines.
15527         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15528         (tramp-split-string): Remove function.  It is handled in
15529         tramp-compat now.
15531         * net/tramp-cmds.el (tramp-bug):
15532         Recommend `tramp-cleanup-all-connections' in the bug mail.
15534         * net/tramp-compat.el (tramp-compat-split-string)
15535         (tramp-compat-process-running-p): New defuns.
15537         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15538         for `dired-uncache'.
15540         * net/tramp-gvfs.el: New package.
15542         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15543         Add handler for `dired-uncache'.
15544         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15546         * net/trampver.el: Update release number.  Make version check fit
15547         for SXEmacs 22.
15549 2009-06-22  Jim Meyering  <meyering@redhat.com>
15551         Automatically handle .xz suffix (XZ-compressed files), too.
15552         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15553         XZ is the successor to LZMA: <http://tukaani.org/xz/>
15555 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
15556             Nick Roberts  <nickrob@snap.net.nz>
15558         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15559         repository (http://sphinx.net.ru/hg/gdb-mi/).
15561 2009-06-22  Glenn Morris  <rgm@gnu.org>
15563         * files.el (dir-locals-collect-mode-variables): Allow for any number of
15564         `mode' and `eval' entries.  (Bug#3430)
15566         * Makefile.in (ELCFILES): Add fadr.elc.
15568         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15569         differing behavior of \n and ^ in strings.  (Bug#3385)
15571         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15573         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15574         property.
15575         (lisp-indent-function): Make it a defcustom.
15577 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
15579         * progmodes/gdb-ui.el: Replace with ...
15580         * progmodes/gdb-mi.el: ... this file.
15581         * progmodes/gud.el: Modify for gdb-mi.el.
15583 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
15585         * fadr.el: New file.
15587 See ChangeLog.14 for earlier changes.
15589 ;; Local Variables:
15590 ;; coding: utf-8
15591 ;; End:
15593     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
15595   This file is part of GNU Emacs.
15597   GNU Emacs is free software: you can redistribute it and/or modify
15598   it under the terms of the GNU General Public License as published by
15599   the Free Software Foundation, either version 3 of the License, or
15600   (at your option) any later version.
15602   GNU Emacs is distributed in the hope that it will be useful,
15603   but WITHOUT ANY WARRANTY; without even the implied warranty of
15604   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15605   GNU General Public License for more details.
15607   You should have received a copy of the GNU General Public License
15608   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15610 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1