Minor icalendar fix.
[emacs.git] / lisp / ChangeLog
blob031103c0ed888250d1aaa5bb92f706927602866f
1 2010-08-17  Glenn Morris  <rgm@gnu.org>
3         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
4         Fix format call.
6 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
8         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
9         properties.
10         (tramp-handle-process-file): Call the program in a subshell, in
11         order to preserve working directory.
12         (tramp-action-password): Hide password prompt before next run.
13         (tramp-process-actions): Widen connection buffer for the trace.
15 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
17         * net/rcirc.el (rcirc-log-process-buffers): New option.
18         (rcirc-print): Use it.
19         (rcirc-generate-log-filename): New function.
20         (rcirc-log-filename-function): Change default to
21         rcirc-generate-log-filename (Bug#6828).
23 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
25         * simple.el (deactivate-mark): If select-active-regions is `only',
26         only set selection for temporarily active regions.
28         * cus-start.el: Change defcustom for select-active-regions.
30 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
32         * mouse.el (mouse--drag-set-mark-and-point): New function.
33         (mouse-drag-track): Use LOCATION arg to push-mark.  Use
34         mouse--drag-set-mark-and-point to take click-count into
35         consideration when updating point and mark (Bug#6840).
37 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
39         * progmodes/compile.el (compilation-error-regexp-alist-alist):
40         Give the Ruby rule a lower priority than Gnu (Bug#6778).
42 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
44         * font-lock.el (lisp-font-lock-keywords-2): Add
45         combine-after-change-calls, condition-case-no-debug,
46         with-demoted-errors, and with-silent-modifications (Bug#6025).
48 2010-08-14  Kevin Ryde  <user42@zip.com.au>
50         * emacs-lisp/copyright.el (copyright-update-year)
51         (copyright-update): Temporary switch-to-buffer to ensure the
52         buffer change being queried is visible (Bug#5394).
54 2010-08-14  Tom Tromey  <tromey@redhat.com>
56         * progmodes/etags.el (tags-file-name): Mark safe if stringp
57         (Bug#6733).
59 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
61         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
62         MS-DOS.  (Bug#6689)
64 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
66         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
67         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
68         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
69         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
70         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom): Call
71         menu-bar-set-tool-bar-position.
73 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
76         comment style (bug#6834).
77         * progmodes/scheme.el (scheme-mode-syntax-table):
78         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
79         "b" flag in "' 14b" syntax.
81         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
82         for (un)commenting the region and performing completion.
83         (octave-mode-menu): Use standard commands for help and completion.
84         (octave-mode-syntax-table): Support %{..%} comments (sort of).
85         (octave-mode): Use define-derived-mode.
86         Set completion-at-point-functions and don't set columns.
87         Don't disable adaptive-fill-regexp.
88         (octave-describe-major-mode, octave-comment-region)
89         (octave-uncomment-region, octave-comment-indent)
90         (octave-indent-for-comment): Remove.
91         (octave-indent-calculate): Rename from calculate-octave-indent.
92         (octave-indent-line, octave-fill-paragraph): Update caller.
93         (octave-initialize-completions): No need to make an alist.
94         (octave-completion-at-point-function): New function.
95         (octave-complete-symbol): Use it.
96         (octave-insert-defun): Use define-skeleton.
98         * progmodes/octave-mod.el (octave-mode): Set comment-add.
99         (octave-mode-map): Use comment-dwim (bug#6829).
101 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
103         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
104         indentation of inserted comment.
106 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
108         * faces.el (region): Add type gtk that uses gtk colors.
110         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
111         Handle theme-name change.
113 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
115         * progmodes/sql.el: Version 2.5
116         (sql-product-alist): Add :prompt-cont-regexp property for several
117         database products.
118         (sql-prompt-cont-regexp): New variable.
119         (sql-output-newline-count, sql-output-by-send):
120         New variables.  Record number of newlines in input text.
121         (sql-send-string): Handle multiple filters and count newlines.
122         (sql-send-magic-terminator): Count terminator newline.
123         (sql-interactive-remove-continuation-prompt): Filters output to
124         remove continuation prompts; one for each newline.
125         (sql-interactive-mode): Set up new variables, prompt regexp and
126         output filter.
127         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
128         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
130 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * emacs-lisp/pcase.el: New file.
134 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
136         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
137         as here-document, otherwise the command could exceed maximum
138         length of command line.
139         (tramp-handle-vc-registered): Call script accordingly.
140         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
142 2010-08-10  Kenichi Handa  <handa@m17n.org>
144         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
145         composable pattern.
147 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
149         * emacs-lisp/package.el (package-version-split)
150         (package--version-first-nonzero, package-version-compare):
151         Functions removed.
152         (package-directory-list, package-load-all-descriptors)
153         (package--built-in, package-activate, define-package)
154         (package-installed-p, package-compute-transaction)
155         (package-read-all-archive-contents)
156         (package--add-to-archive-contents, package-buffer-info)
157         (package-tar-file-info, package-list-packages-internal):
158         Use version-to-list and version-list-*.
160         * emacs-lisp/package-x.el (package-upload-buffer-internal):
161         Use version-to-list.
162         (package-upload-buffer-internal): Use version-list-<=.
164 2010-08-09  Kenichi Handa  <handa@m17n.org>
166         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
167         composable pattern.
169 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
171         * tutorial.el (tutorial--default-keys): C-d is now bound to
172         delete-forward-char (Bug#6826).
174         * mouse.el (mouse-drag-track): Remove accidentally-removed check
175         for `double' value of mouse-1-click-follows-link (Bug#6807).
177 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
179         * replace.el (replace-highlight): Bind isearch-forward and
180         isearch-error, ensuring that highlighting is updated if the user
181         switches the search direction (Bug#6808).
183         * isearch.el (isearch-lazy-highlight-forward): New var.
184         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
185         (isearch-lazy-highlight-update): Use it.
187 2010-08-08  Kenichi Handa  <handa@m17n.org>
189         * international/mule.el (define-charset): Store NAME as :base property.
190         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
191         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
192         current priority.  Force using the designation of the specific
193         charset by adding `charset' text property.  Improve the whole algorithm.
195 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
197         * emulation/pc-select.el (pc-selection-mode-hook)
198         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
199         (pc-selection-mode): Fix typos in docstrings.
201 2010-08-08  Kenichi Handa  <handa@m17n.org>
203         * language/cyrillic.el: Don't add "microsoft-cp1251" to
204         ctext-non-standard-encodings-alist here.
206         * international/mule.el (ctext-non-standard-encodings-alist):
207         Add "koi8-r" and "microsoft-cp1251".
208         (ctext-standard-encodings): New variable.
209         (ctext-non-standard-encodings-table): List only elements for
210         non-standard encodings.
211         (ctext-pre-write-conversion): Adjusted for the above change.
212         Check ctext-standard-encodings.
214         * international/mule-conf.el (compound-text): Doc fix.
215         (ctext-no-compositions): Doc fix.
216         (compound-text-with-extensions): Doc fix.
218 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
220         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
222 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
224         * progmodes/which-func.el (which-func-format): Split help-echo text
225         into lines, like other mode-line tooltips.
227         * server.el (server-start): When using TCP sockets, force IPv4
228         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
230 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
232         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
234 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
236         * term.el (term-delimiter-argument-list): Reflow docstring.
237         (term-read-input-ring, term-write-input-ring, term-send-input)
238         (term-bol, term-erase-in-display, serial-supported-or-barf):
239         Fix typos in docstrings.
241 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
243         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
245 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
247         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
249 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
251         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
252         Fix typo in docstring (bug#6747).
254 2010-08-08  Leo  <sdl.web@gmail.com>
256         * eshell/esh-io.el (eshell-get-target): Better detection of
257         read-only file (Bug#6762).
259 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
261         * align.el (align-default-spacing): Doc fix.
262         (align-region-heuristic, align-regexp): Fix typos in docstrings.
264 2010-08-08  Stephen Peters <speters@itasoftware.com>
266         * calendar/icalendar.el
267         (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
268         (icalendar--get-weekday-numbers): New
269         (icalendar--convert-recurring-to-diary): Handle multiple byday
270         values in weekly rules. (Bug#6766)
272 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
274         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
275         (icalendar--create-uid, icalendar-export-region)
276         (icalendar--parse-summary-and-rest): Code formatting.
278 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
280         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
281         to italicize headers.
282         (calc-highlight-selections-with-faces): New variable.
283         (calc-selected-face, calc-nonselected-face): New faces.
285         * calc/calccomp.el (math-comp-highlight-string): Use
286         `calc-highlight-selections-with-faces' to determine how to highlight
287         sub-formulas.
289         * calc/calc-sel.el (calc-show-selections): Change message to when
290         using faces to highlight selections.
292 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
294         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
295         Add SQLite 3 keywords, functions and datatypes.
296         (sql-interactive-mode): Remove `comint-process-echoes' set to t
297         (Bug#6686).
299 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
301         * simple.el (select-active-regions): Move to keyboard.c.
302         (deactivate-mark): Used saved-region-selection.
303         (select-active-region): Function removed.
304         (activate-mark, set-mark, push-mark-command)
305         (handle-shift-selection): Don't call it.
306         (keyboard-quit): Avoid adding the region to the window selection.
308         * mouse.el (mouse-drag-track): Remove hacks to deal with old
309         select-active-regions implementation.
310         (mouse-yank-at-click): Doc fix.
312         * cus-start.el: Add custom declaration for select-active-regions.
314 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
316         * simple.el (delete-forward-char): Doc fix.
318         * tutorial.el (help-with-tutorial): Hack safe file-local variables
319         after reading the tutorial.
321 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
323         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
324         for the case that a C style comment has its delimiters alone on
325         their respective lines.
327 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
329         * net/tramp.el (tramp-handle-start-file-process): Set connection
330         property "vec".
331         (tramp-process-sentinel): Use it for flushing the cache.  We
332         cannot do it via the process buffer, the buffer could be deleted
333         already when running the sentinel.
335 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
337         * comint.el (comint-mode): Make directory tracking functions
338         functional on remote files.  (Bug#6764)
340 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
342         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
344 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
346         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
347         unexec.c => unexcoff.c.
349         * emacs-lisp/authors.el (authors-fixed-entries): Rename
350         unexec.c => unexcoff.c.
352 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
354         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
355         cache, not only file cache.
356         (tramp-process-sentinel): New defun.
357         (tramp-handle-start-file-process): Use it, in order to invalidate
358         file caches.
360 2010-08-03  Leo  <sdl.web@gmail.com>
362         * server.el (server-start): Simplify loop.
364 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
366         * frame.el (screen-height, screen-width, set-screen-width)
367         (set-screen-height): Remove ancient compatibility aliases.
369         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
370         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
372         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
373         that change current buffer.
375 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
377         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
378         beginning of the string.  Use `string-match-p'.  (Bug#6765)
380 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
382         * cus-start.el (x-gtk-use-system-tooltips): New variable.
384 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
386         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
387         (package--builtins): Tweak descriptions.
388         (package-print-package): Upcase descriptions if necessary.
389         Show all built-in packages in font-lock-builtin-face.
390         (package-list-packages-internal): Omit "emacs" package.
391         Show status of built-in packages as "built-in".
393 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
395         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
396         before killing to preserve the primary selection (Bug#6701).
398         * term/x-win.el (x-select-text): Doc fix.
400 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
402         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
403         The following functions were modified or created:
405         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
406         (objc-font-lock-extra-types):
407         * progmodes/cc-mode.el (c-basic-common-init):
408         * progmodes/cc-langs.el (c-make-mode-syntax-table)
409         (c++-make-template-syntax-table)
410         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
411         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
412         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
413         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
414         * progmodes/cc-fonts.el (c-make-inverse-face)
415         (c-basic-matchers-after):
416         * progmodes/cc-engine.el (c-forward-keyword-clause)
417         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
418         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
419         (c-guess-continued-construct, c-guess-basic-syntax):
421 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
423         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
425 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
427         * files.el (bidi-paragraph-direction): Define safe local values.
429         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
430         language-info-alist.  Remove outdated FIXME in a comment.
432 2010-07-31  Alan Mackenzie  <acm@muc.de>
434         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
435         Auto-fill broken in C/C++ modes.
437 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
439         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
440         (menu-bar-showhide-tool-bar-menu-customize-disable)
441         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
442         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
443         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
444         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
445         make a menu for Options => toolbar that can move it.
447 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
449         * emacs-lisp/package-x.el (package--make-rss-entry):
450         (package-maint-add-news-item, package--update-news)
451         (package-upload-buffer-internal): New arg ARCHIVE-URL.
453         * emacs-lisp/package.el (package-archive-url): Rename from
454         package-archive-id.
455         (package-install): Doc fix.
456         (package-download-single, package-download-tar, package-install)
457         (package-menu-view-commentary): Callers changed.
459 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
461         * net/tramp.el (tramp-handle-start-file-process): Check only for
462         `remote-tty' process property.
463         (tramp-open-shell): Don't check for tty.
464         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
465         process property.
467         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
468         host.
470 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
472         * emacs-lisp/package.el (package-load-list, package-archives)
473         (package-archive-contents, package-user-dir)
474         (package-directory-list, package--builtins, package-alist)
475         (package-activated-list, package-obsolete-alist): Mark as risky.
477 2010-07-28  Phil Hagelberg  <phil@evri.com>
479         Add support for non-default package repositories.
480         * emacs-lisp/package.el (package-archive-base): Var deleted.
481         (package-archives): New variable.
482         (package-archive-contents): Doc fix.
483         (package-load-descriptor): Do nothing if descriptor file is missing.
484         (package--write-file-no-coding): New function.
485         (package-unpack-single): Use it.
486         (package-archive-id): New function.
487         (package-download-single, package-download-tar)
488         (package-menu-view-commentary): Use it.
489         (package-installed-p): Make second argument optional.
490         (package-read-all-archive-contents): New function.
491         (package-initialize): Use it.
492         (package-read-archive-contents): Add ARCHIVE argument.
493         (package--add-to-archive-contents): New function.
494         (package-install): Don't call package-read-archive-contents.
495         (package--download-one-archive): Store archive file in a
496         subdirectory of package-user-dir.
497         (package-menu-execute): Remove spurious line movement.
499 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
501         * cus-start.el (tool-bar-style): Add text-image-horiz.
503 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
505         * progmodes/gud.el (gud-common-init): Check for remoteness of
506         `file', and not of `default-directory'.
508 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
510         * net/tramp.el (tramp-methods): Move hostname to the end in all
511         ssh `tramp-login-args'.
512         (tramp-verbose): Describe verbose level 9.
513         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
514         (tramp-open-connection-setup-interactive-shell): Trace stty
515         settings if `tramp-verbose' >= 9.
516         (tramp-handle-start-file-process): Implement tty setting.
517         (Bug#4604, Bug#6360)
519         * net/tramp-cmds.el (tramp-bug): Recommend setting of
520         `tramp-verbose' to 9.
522 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
524         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
525         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
526         Remove references to package `lisp-re' (bug#4369).
528 2010-07-27  Tom Tromey  <tromey@redhat.com>
530         * progmodes/js.el (js-mode):
531         * progmodes/make-mode.el (makefile-mode):
532         * progmodes/simula.el (simula-mode):
533         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
535 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
537         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
539         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
541         * time.el (display-time-day-and-date): Remove spurious * in docstring.
542         (display-time-world-buffer-name, display-time-world-mode-map):
543         Fix typos in docstrings.
545 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
547         * image-mode.el (image-display-size): New function.
548         (image-forward-hscroll, image-next-line, image-eol, image-eob)
549         (image-mode-fit-frame): Use it (Bug#6639).
551 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
553         * dired.el (dired-buffers-for-dir): Handle list values of
554         dired-directory (Bug#6636).
556 2010-07-26  Sam Steingold  <sds@gnu.org>
558         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
559         Do not call `x-get-selection' the second time, reuse the value.
561 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
563         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
564         which consist of control chars only.  Suggested by Richard Stallman.
566 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
568         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
569         exists before passing an error to find-file-not-found-functions
570         (bug#6723).
572 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
574         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
575         Remove leading nil element, adjust values.
576         (tetris-shapes, tetris-shape-scores):
577         Change representation of shapes and remove some redundancy.
578         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
579         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
580         Adjust for working with new representation of shapes.
581         (tetris-shape-rotations): New function.
582         (tetris-move-bottom, tetris-move-left, tetris-move-right)
583         (tetris-rotate-prev, tetris-rotate-next):
584         Adjust for working with the new version of tetris-test-shape.
586 2010-07-23  Markus Triska  <markus.triska@gmx.at>
588         * progmodes/ps-mode.el: Use comint (bug#5954).
589         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
590         (ps-mode-other-newline): Simplify.
591         (ps-run-mode): Derive from comint-mode instead of
592         fundamental-mode, yielding input history etc.
593         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
594         (ps-run-send-string): Adapt for comint-mode.
595         (ps-run-newline): Remove now unneeded function.
597 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
599         * net/tramp.el (tramp-methods): Move hostname to the end in all
600         plink `tramp-login-args'.
602 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
604         * net/tramp.el (tramp-open-shell): New defun.
605         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
606         Use it.
608 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
610         * net/tramp.el (tramp-file-name-regexp-unified)
611         (tramp-completion-file-name-regexp-unified): On W32 systems, do
612         not regard the volume letter as remote filename.  (Bug#5447)
614 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
616         * custom.el (custom-declare-variable): Give a clearer error message
617         when the docstring is missing (bug#6476).
619 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
621         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
622         (sql-login-params): New widget definition.
623         (sql-oracle-login-params, sql-mysql-login-params)
624         (sql-solid-login-params, sql-sybase-login-params)
625         (sql-informix-login-params, sql-ingres-login-params)
626         (sql-ms-login-params, sql-postgres-login-params)
627         (sql-interbase-login-params, sql-db2-login-params)
628         (sql-linter-login-params): Use it.
629         (sql-sqlite-login-params): Use it; Define "database" parameter as
630         a file name.
631         (sql-sqlite-program): Change to "sqlite3".
632         (sql-comint-sqlite): Make sure database name is complete.
633         (sql-for-each-login): New function.
634         (sql-connect, sql-save-connection): Use it.
635         (sql-get-login-ext): New function.
636         (sql-get-login): Use it.
637         (sql-make-alternate-buffer-name): Handle :file parameters.
639 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
641         * dired.el (dired-no-confirm): Document value t and fix defcustom to
642         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
644 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
646         * dired.el (dired-mode-map): Use command remapping (bug#6632).
648 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
650         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
652 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
654         * net/tramp.el (tramp-get-ls-command)
655         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
656         instead of "/".
658 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
660         * progmodes/sql.el: Version 2.3.
661         (sql-connection-alist): Changed keys from symbols to strings;
662         enhanced the widget definition.
663         (sql-mode-menu): Added submenu to select connections.
664         (sql-interactive-mode-menu): Added "Save Connection" item.
665         (sql-add-product): Fixed menu item.
666         (sql-get-product-feature): Improved error handling.
667         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
668         (sql-make-alternate-buffer-name): Simplified.
669         (sql-product-interactive): Handle missing product.
670         (sql-connect): Support string keys, minor improvements.
671         (sql-save-connection): New function.
672         (sql-connection-menu-filter): New function.
674 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
676         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
677         (tramp-open-connection-setup-interactive-shell): Apply
678         workaround for IRIX64 bug.  Move argument of last
679         `tramp-send-command' where it belongs to.
681 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
683         * net/tramp.el (tramp-perl-file-attributes)
684         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
685         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
686         front of `login-args'.
688 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
690         * time.el (display-time-world-mode): Define with `define-derived-mode'.
691         Set `show-trailing-whitespace' to nil.
692         (display-time-world-display): Simplify.
694 2010-07-18  Alan Mackenzie  <acm@muc.de>
696         Enhance `c-file-style' in file/directory local variables.
697         * progmodes/cc-mode.el (c-count-cfss): New function.
698         (c-before-hack-hook): Call `c-set-style' differently according to
699         whether c-file-style was set in file or directory local
700         variables.
702 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
704         * progmodes/sql.el: Version 2.2.
705         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
706         defcustom :safe keyword rather than putting safe-local-variable
707         property.
708         (sql-password): Use defcustom :risky keyword rather than putting
709         risky-local-variable property.
710         (sql-oracle-login-params, sql-sqlite-login-params)
711         (sql-solid-login-params, sql-sybase-login-params)
712         (sql-informix-login-params, sql-ingres-login-params)
713         (sql-ms-login-params, sql-postgres-login-params)
714         (sql-interbase-login-params, sql-db2-login-params)
715         (sql-linter-login-params): Add `port' option.
716         (sql-get-product-feature): Added NO-INDIRECT parameter.
717         (sql-comint-oracle, sql-comint-sybase)
718         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
719         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
720         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
721         (sql-comint-linter): Renamed sql-connect-* functions to
722         sql-comint-*.
723         (sql-product-alist, sql-mode-menu): Renamed as above and
724         :sqli-connect-func to :sqli-comint-func.
725         (sql-connection): New variable.
726         (sql-interactive-mode): Set it.
727         (sql-connection-alist): New variable.
728         (sql-connect): New function.
729         (sql--alt-buffer-part, sql--alt-if-not-empty)
730         (sql-make-alternate-buffer-name): Improved alternative buffer name.
732 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
734         * image-mode.el (image-bookmark-make-record): Do not set context
735         in an image (Bug#6650).
737 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
739         * simple.el (select-active-region): New function.
740         (push-mark-command, set-mark, activate-mark)
741         (handle-shift-selection): Use it.
742         (deactivate-mark): Don't check for size of region.
744         * mouse.el (mouse-drag-track): Use select-active-region.
746 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
748         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
749         "--dired" stronger.
751 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
753         * term/x-win.el (x-select-enable-primary): Change default to nil.
754         (x-select-enable-clipboard): Add :version keyword.
756         * mouse.el (mouse-drag-copy-region):
757         * simple.el (select-active-regions): Likewise.
759 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
761         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
762         (vc-coding-system-for-diff): Use it to decide whether to inherit
763         from the file the EOL format for reading the diffs of that file.
764         (Bug#4451)
766 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
768         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
769         unibyte, so compressed attachments are not compressed again.
771 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
773         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
774         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
775         (tramp-find-shell): Simplify setting connection property.
776         (tramp-get-ls-command): Make test for "--color=never" stronger.
778 2010-07-15  Simon South  <ssouth@member.fsf.org>
780         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
781         blocks within record declarations (i.e. variant parts) correctly.
783 2010-07-15  Simon South  <ssouth@member.fsf.org>
785         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
786         over literal tokens when parsing so newlines aren't "absorbed" by
787         single-line comments.  Corrects the indentation of case blocks
788         that have a comment on the first line.
790 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
792         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
793         by Drew Adams (Bug#5504).
795 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
797         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
798         now that Unicode is used (Bug#6594).
800 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
802         * term/x-win.el (x-select-enable-clipboard): Default to t.
803         (x-initialize-window-system): Don't overwrite Paste menu item.
805         * simple.el (select-active-regions): Default to t.
806         (push-mark-command): Don't overwrite primary with empty string.
808         * mouse.el: Bind mouse-2 to mouse-yank-primary.
809         (mouse-drag-copy-region): Default to nil.
811         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
812         Cut/Copy/Paste menu bar items.
814 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
816         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
817         Patch applied by Karl Fogel.
819         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
820         and `bookmark-current-buffer' if they have been already set in
821         another buffer (e.g gnus-art).
823 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
824             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
826         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
828         * bookmark.el (bookmark-make-record-default): Allow unneeded
829         information to be omitted from the record.
831         Adjust declarations and calls:
833         * info.el (bookmark-make-record-default): Adjust declaration.
834         (Info-bookmark-make-record): Adjust call.
836         * woman.el (bookmark-make-record-default): Adjust declaration.
837         (woman-bookmark-make-record): Adjust call.
839         * man.el (bookmark-make-record-default): Adjust declaration.
840         (Man-bookmark-make-record): Adjust call.
842         * image-mode.el (bookmark-make-record-default): Adjust declaration.
844         * doc-view.el (bookmark-make-record-default): Adjust declaration.
846 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
848         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
849         This is also from Thierry Volpiatto's patch in bug #6444.  However,
850         because it was extraneous to the functional change in that patch,
851         and causes a re-indendation, I am committing it separately.
853 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
855         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
856         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
857         Patch applied by Karl Fogel (Bug#6444).
859 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
861         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
863 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
865         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
866         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
867         (ns-alternatives-map): Change S-tab binding to backtab
868         (bug#6616).
870         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
871         under ns.
873 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
875         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
876         (Bug#5806)
878         * language/tv-util.el (tai-viet-re): Remove format.
880 2010-07-12  Kenichi Handa  <handa@m17n.org>
882         * language/hebrew.el: Remove no-byte-compile declaration.
883         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
884         composition-function-table for 3-character looking back.
885         (hebrew-font-get-precomposed): New function.
886         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
888 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
890         * mouse.el (mouse-drag-track): Handle select-active-regions
891         (Bug#6612).
893 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
895         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
896         empty argument to gvfs-copy.
898 2010-07-10  Glenn Morris  <rgm@gnu.org>
900         * calendar/calendar.el (calendar-week-end-day): New function.
901         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
902         Respect calendar-week-start-day.  (Bug#6606)
903         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
904         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
905         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
906         respect calendar-week-start-day.
908 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
910         * simple.el (use-region-p): Doc fix (Bug#6607).
912 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
914         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
915         regexps for cucumber and ruby.
917 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
919         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
920         (epa-file-insert-file-contents): Hack to prevent
921         find-file from opening empty buffer when decryption failed
922         (bug#6568).
924 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
926         * textmodes/ispell.el (ispell-alternate-dictionary):
927         Use file-readable-p.
928         Return nil if no word-list is found at default locations.
929         (ispell-complete-word-dict): Default to nil.
930         (ispell-command-loop): Use 'word-list' when using lookup-words.
931         (lookup-words): Use ispell-complete-word-dict or
932         ispell-alternate-dictionary.  Check for word-list availability
933         and handle errors if needed with better messages (Bug#6539).
934         (ispell-complete-word): Use ispell-complete-word-dict or
935         ispell-alternate-dictionary.
937 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
939         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
940         builtins (BufferError, BytesWarning, WindowsError; callables
941         bin, bytearray, bytes, format, memoryview, next, print; __package__).
943 2010-07-07  Glenn Morris  <rgm@gnu.org>
945         * play/zone.el (top-level): Do not require timer, tabify, or cl.
946         (zone-shift-left): Ignore intangibility, and any errors from
947         forward-char.
948         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
949         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
950         deleting, and copying text properties.
951         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
952         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
953         to point-max is hard.
954         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
955         (zone-fill-out-screen): Ignore intangibility.
957 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
959         * menu-bar.el (menu-bar-mode):
960         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
961         if it has been set.
963         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
964         word/line selection (Bug#6565).
966 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
968         * net/dbus.el (dbus-send-signal): Declare function.
970 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
972         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
973         (dbus-register-property): New optional argument EMITS-SIGNAL.
974         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
976 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
978         * mouse.el (mouse-drag-overlay): Variable deleted.
979         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
980         (mouse--remap-link-click-p): New function.
981         (mouse-drag-track): Handle dragging by using temporary Transient
982         Mark mode, instead of a special overlay.
983         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
984         mouse-show-mark.
986         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
987         deleted.
989 2010-07-02  Juri Linkov  <juri@jurta.org>
991         * autoinsert.el (auto-insert-alist): Fix readability
992         by using dotted pair notation for lambda.
994 2010-07-02  Juri Linkov  <juri@jurta.org>
996         * faces.el (read-face-name): Rename arg `string-describing-default'
997         to `default'.  Doc fix.  Display the default value in quotes
998         in the prompt.  With empty input, return the `default' arg,
999         unless the default value is a string (in which case return nil).
1000         (describe-face): Replace the string `default' arg of `read-face-name'
1001         with the symbol `default'.
1003 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
1005         * emulation/viper-cmd.el (viper-delete-backward-char)
1006         (viper-del-backward-char-in-insert)
1007         (viper-del-backward-char-in-replace, viper-change)
1008         (viper-backward-indent): Replace delete-backward-char with
1009         delete-char (Bug#6552).
1011 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
1013         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
1015 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1017         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
1018         argument passed to frame-creation-function (Bug#5378).
1020         * faces.el (x-handle-named-frame-geometry)
1021         (x-handle-reverse-video, x-create-frame-with-faces)
1022         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
1023         separately consult default-frame-alist.  It is now passed as the
1024         PARAMETER argument.
1026 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
1028         * startup.el (command-line): Don't call tool-bar-setup in a
1029         tty-only build.
1031 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1033         * ruler-mode.el (ruler--save-header-line-format): New fun.
1034         (ruler-mode): Use it as a setter function, so as not to overwrite
1035         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
1037 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
1039         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
1040         (vc-root-diff, vc-print-root-log, vc-log-incoming)
1041         (vc-log-outgoing): Use it.
1042         (vc-diff-internal): Set diff-vc-backend.
1044         * vc/diff-mode.el (diff-vc-backend): New var.
1046 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1048         * dynamic-setting.el (font-setting-change-default-font): Remove
1049         call to message.
1051 2010-06-28  Kenichi Handa  <handa@m17n.org>
1053         * international/quail.el (quail-insert-kbd-layout): Fix the
1054         showing of untranslated characters.
1056 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
1058         * simple.el (delete-active-region): New option.
1059         (delete-backward-char): Implement in Lisp.
1060         (delete-forward-char): New command.
1062         * mouse.el (mouse-region-delete-keys): Deleted.
1063         (mouse-show-mark): Simplify.
1065         * bindings.el (global-map): Bind delete and DEL, the former to
1066         delete-forward-char.
1068 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
1070         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
1071         (ruby-mode): Bind indent-line-function (Bug#5119).
1073 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
1075         * startup.el (command-line): Recognize "0" X resource value.
1077 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
1079         * startup.el (command-line): Use X resources to set the value of
1080         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
1082         * menu-bar.el (menu-bar-mode):
1083         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
1084         Set init-value to t.
1086         * frame.el (frame-notice-user-settings): Don't change
1087         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
1088         vice versa (Bug#2249).
1090 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
1092         * w32-fns.el (w32-convert-standard-filename): Doc fix.
1094 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
1096         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
1097         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
1099         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
1100         default directories are expanded (Bug#6143).
1102 2010-06-24  Juri Linkov  <juri@jurta.org>
1104         * minibuffer.el (completions-format): Change default from nil to
1105         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
1107 2010-06-24  Juri Linkov  <juri@jurta.org>
1109         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1110         buffer-locally to lambda that re-runs the vc diff command.
1111         (Bug#6447)
1113 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
1115         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
1116         echo area is in use (Bug#3412).
1118 2010-06-22  Glenn Morris  <rgm@gnu.org>
1120         * textmodes/texinfmt.el (texinfo-format-region)
1121         (texinfo-raise-lower-sections, texinfo-format-separate-node)
1122         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
1123         (texinfo-format-option, texinfo-noindent):
1124         Use line-beginning-position and line-end-position.
1126         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
1127         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
1128         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
1129         utf-8 characters.
1131 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
1133         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1134         forward-line fallout.
1136 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1138         * mouse.el (mouse-appearance-menu): Add docstring.
1140         * help.el (describe-key): Print up-event using key-description.
1142 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1144         * net/zeroconf.el (zeroconf-resolve-service)
1145         (zeroconf-service-resolver-handler): Use
1146         `dbus-byte-array-to-string'.
1147         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1149 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1151         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1153 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1155         Avoid displaying files with a nil state in vc-dir.
1156         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1157         cases that cause insertion.
1158         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1159         with a nil state.
1161 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1163         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1165 2010-06-29  Leo  <sdl.web@gmail.com>
1167         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
1169 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
1171         * generic-x.el (bat-generic-mode): Fix regexp for command line
1172         switches (Bug#5719).
1174 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
1176         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1177         of nconc to avoid pure storage error (Bug#6239).
1179 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
1181         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1182         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1183         bindings of bookmark-automatically-show-annotations (Bug#6515).
1185 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
1187         * arc-mode.el (archive-zip-extract): Don't quote the file name on
1188         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
1190 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1192         * comint.el (make-comint, make-comint-in-buffer): Mention return
1193         value in the docstrings.  (Bug#6498)
1195 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
1197         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1198         since it is not present when using some non-default switches.
1200 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
1202         * simple.el (compose-mail): Fix doc string to refer to
1203         `compose-mail-user-agent-warnings', instead of to the
1204         nonexistent `compose-mail-check-user-agent'.
1206 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
1208         Fix an indentation bug:
1210         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
1211         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
1212         of existing values.
1214         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
1215         (c-clear->-pair-props-if-match-before): now return t when they've
1216         cleared properties, nil otherwise.
1217         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
1218         by taking account of the existing value.
1220         * progmodes/cc-defs.el
1221         (c-clear-char-property-with-value-function): Fix this to clear the
1222         property rather than overwriting it with nil.
1224 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
1226         * emacs-lisp/package.el (package-print-package): Add link to
1227         package description via describe-package.
1228         (describe-package-1): List package requirements.  Add button to
1229         perform installation.
1230         (package-menu-describe-package): New command.
1232         * help-mode.el (help-package): New button type.
1234 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
1236         * emacs-lisp/package.el: Move package-list-packages binding to
1237         menu-bar.el.
1238         (describe-package, describe-package-1, package--dir): New funs.
1239         (package-activate-1): Use package--dir.
1241         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
1243         * help-mode.el (help-package-def): New button type.
1245         * menu-bar.el: Move package-list-packages binding here from
1246         package.el.
1248 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
1250         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
1252 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * emacs-lisp/edebug.el (edebug-read-list):
1255         Phase out old-style backquotes.
1257 2010-06-17  Juri Linkov  <juri@jurta.org>
1259         * help-mode.el (help-mode): Set buffer-local variable
1260         revert-buffer-function to help-mode-revert-buffer.
1261         (help-mode-revert-buffer): New function.
1263         * info.el (Info-revert-find-node): Check for major-mode Info-mode
1264         before popping to "*info*" (like in other Info functions).
1265         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
1266         old-history-forward.  Pop to old-buffer-name or "*info*" to
1267         recreate the killed buffer.  Set Info-history-forward from
1268         old-history-forward.
1269         (Info-breadcrumbs-depth): Add :group and :version.
1271 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
1273         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
1275 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
1277         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1278         for languages like Portuguese with pt_{BR,PT} and no plain pt.
1280 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
1282         * emacs-lisp/package.el (package-menu-mode-map):
1283         Move initialization into declaration.
1285         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1287 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
1289         * emacs-lisp/package.el (package-archive-base): Point to
1290         elpa.gnu.org.
1291         (package-enable, package-load-list): New defcustoms.
1292         (package-user-dir, package-directory-list): Turn into defcustoms.
1293         Don't include package-user-dir in package-directory-list.
1294         (package--builtins-base): Don't include Emacs as a "package".
1295         (package-subdirectory-regexp): New var.
1296         (package-load-all-descriptors, package-compute-transaction)
1297         (package-download-transaction): Obey package-load-list.
1298         (package-activate-1): Rename from package-do-activate.
1299         (package-list-packages-internal): Check package-load-list.
1300         (package-load-descriptor, package-generate-autoloads)
1301         (package-unpack, package-unpack-single)
1302         (package--read-archive-file, package-delete): Use
1303         expand-file-name.
1305         * emacs-lisp/package-x.el: New file.  Package uploading
1306         functionality split out from package.el.
1308         * startup.el (command-line): Load packages after reading init
1309         file.
1311 2010-06-17  Tom Tromey  <tromey@redhat.com>
1313         * emacs-lisp/package.el: New file.
1315 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1317         Fix vc-annotate for renamed files when using Git.
1318         * vc-git.el (vc-git-find-revision): Deal with empty results from
1319         ls-files.  Doe not pass the object as a file name to cat-file, it
1320         is not a file name.
1321         (vc-git-annotate-command): Pass the file name using -- to avoid
1322         ambiguity with the revision.
1323         (vc-git-previous-revision): Pass a relative file name.
1325 2010-06-22  Glenn Morris  <rgm@gnu.org>
1327         * progmodes/js.el (js-mode-map): Use standard capitalization and
1328         ellipses for menu entries.
1330         * wid-edit.el (widget-complete): Doc fix.
1332 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
1334         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1336 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1338         Fix annotating other revisions for renamed files in vc-annotate.
1339         * vc-annotate.el (vc-annotate): Add an optional argument for the
1340         VC backend.  Use it when non-nil.
1341         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1342         (Bug#6487)
1344         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1345         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1346         Do not pass the file name to the 'previous-revision call when we
1347         don't want a file diff.  (Bug#6489)
1349 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1351         Fix finding revisions for renamed files in vc-annotate.
1352         * vc.el (vc-find-revision): Add an optional argument for
1353         the VC backend.  Use it when non-nil.
1354         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1355         backend to vc-find-revision.  (Bug#6487)
1357 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1359         Fix reading file names in Git annotate buffers.
1360         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1361         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1363 2010-06-20  Alan Mackenzie  <acm@muc.de>
1365         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1366         in file local variables, set it first.
1368 2010-06-19  Glenn Morris  <rgm@gnu.org>
1370         * descr-text.el (describe-char-unicode-data): Insert separating
1371         space when needed.  (Bug#6422)
1373         * progmodes/idlwave.el (idlwave-action-and-binding):
1374         Fix typo in 2009-12-03 change.  (Bug#6450)
1376 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1378         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1379         handling for `lambda' (misunderstanding).
1381 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
1383         * calc/calc-poly.el (math-accum-factors): Make sure that
1384         constants aren't distributed after they are factored out.
1386 2010-06-16  Juri Linkov  <juri@jurta.org>
1388         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1389         `list-colors-print'.  (Bug#6332)
1391         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1393 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1395         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1396         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
1398         * font-lock.el (font-lock-major-mode): Rename from
1399         font-lock-mode-major-mode to distinguish it from
1400         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1401         (font-lock-set-defaults):
1402         * font-core.el (font-lock-default-function): Adjust users.
1403         (font-lock-mode): Don't set it at all.
1405 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1409 2010-06-16  Glenn Morris  <rgm@gnu.org>
1411         * calendar/appt.el (appt-time-msg-list): Doc fix.
1412         (appt-check): Let-bind appt-warn-time.
1413         (appt-add): Make the 3rd argument optional.
1414         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1415         Only add WARNTIME to the output list if non-nil.
1417 2010-06-16  Ivan Kanis  <apple@kanis.eu>
1419         * calendar/appt.el (appt-check): Let the 3rd element of
1420         appt-time-msg-list specify the warning time.
1421         (appt-add): Add new argument with the warning time.  (Bug#5176)
1423 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1425         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1426         older than version 1.6.  (Bug#6361)
1428 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
1430         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1431         used by cl-do-arglist.  (Bug#6408)
1433 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
1435         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1436         portuguese casechars/not-casechars for missing 'çÇ'.
1437         Suggested by Rolando Pereira (bug#6434).
1439 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
1441         * facemenu.el (list-colors-sort): Doc fix.
1443 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1445         * progmodes/sql.el (sql-connect-mysql): Fix typo.
1447 2010-06-14  Juri Linkov  <juri@jurta.org>
1449         Add sort option `list-colors-sort'.  (Bug#6332)
1450         * facemenu.el (color-rgb-to-hsv): New function.
1451         (list-colors-sort): New defcustom.
1452         (list-colors-sort-key): New function.
1453         (list-colors-display): Doc fix.  Sort list according to the option
1454         `list-colors-sort'.
1455         (list-colors-print): Add HSV values to `help-echo' property of
1456         RGB strings.
1458 2010-06-14  Juri Linkov  <juri@jurta.org>
1460         * compare-w.el: Move to the "vc" subdirectory.
1462 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1464         * image-mode.el (image-mode-map): Remap left-char and right-char.
1466         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1468 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
1470         * term/common-win.el (x-colors): Add all the color names defined
1471         in rgb.txt (Bug#6332).
1473         * facemenu.el (list-colors-print): Don't print extra names if it
1474         will overflow the window width.
1476         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1477         change (Bug#6343).
1479 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1481         * files.el (make-directory): Doc fix (bug#6396).
1483 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
1485         * net/tramp.el (tramp-remote-process-environment): Protect version
1486         string by apostroph.
1487         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1488         XEmacs.
1489         (tramp-file-name-for-operation): Add `call-process-region'.
1490         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1492         * net/tramp-compat.el (top): Do not autoload
1493         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1494         only when `start-file-process' is not bound.
1495         (tramp-advice-file-expand-wildcards): Do not use
1496         `tramp-handle-file-remote-p'.
1497         (tramp-compat-make-temp-file): Handle the case, that
1498         `make-temp-file' has no third argument EXTENSION.
1500 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
1502         * makefile.w32-in (WINS_BASIC): Include new directory vc.
1504         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1506 2010-06-11  Juri Linkov  <juri@jurta.org>
1508         * finder.el (finder-known-keywords): Add keyword "vc"
1509         for version control.
1511         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1512         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1513         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1514         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1516 2010-06-11  Juri Linkov  <juri@jurta.org>
1518         Move version control related files to the "vc" subdirectory.
1519         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1520         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1521         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1522         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1523         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1524         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1525         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1526         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1527         Move files to the "vc" subdirectory.
1529 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1531         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1532         (Bug#6367).
1534 2010-06-11  Stephen Eglen  <stephen@gnu.org>
1536         * shell.el: Bind `shell-resync-dirs' to M-RET.
1538 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
1540         * notifications.el: Move file from lisp/net, because it is
1541         supposed to talk locally to the user.
1543 2010-06-10  Julien Danjou  <julien@danjou.info>
1545         * net/notifications.el (notifications-on-action-signal)
1546         (notifications-on-closed-signal): Pass notification id as first
1547         argument to the callback functions.  Add docstrings.
1548         (notifications-notify): Fix docstring.
1550 2010-06-10  Glenn Morris  <rgm@gnu.org>
1552         * emacs-lisp/authors.el (authors-ignored-files)
1553         (authors-valid-file-names): Add some files.
1555 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1557         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1558         merge conflict, giving preference to the emacs-23 version of the code.
1560 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1562         * emacs-lisp/advice.el (ad-compile-function):
1563         Define warning-suppress-types before we let-bind it (bug#6275).
1565         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1566         declare it, make it buffer-local and permanent-local (bug#6324).
1567         (vc-resynch-window): Adjust name.
1568         * vc-hooks.el (vc-find-file-hook): Adjust name.
1570 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
1572         * net/notifications.el (notifications-notify): Fix docstring.
1574 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1576         Update to Unicode 6.0.0 beta.
1577         * international/charprop.el: Update copyright.
1578         * international/mule-cmds.el (ucs-names): Update character ranges.
1579         * international/uni-bidi.el:
1580         * international/uni-category.el:
1581         * international/uni-combining.el:
1582         * international/uni-comment.el:
1583         * international/uni-decimal.el:
1584         * international/uni-decomposition.el:
1585         * international/uni-digit.el:
1586         * international/uni-lowercase.el:
1587         * international/uni-mirrored.el:
1588         * international/uni-name.el:
1589         * international/uni-numeric.el:
1590         * international/uni-old-name.el:
1591         * international/uni-titlecase.el:
1592         * international/uni-uppercase.el: Regenerate.
1594 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1596         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1597         (smie-precs-precedence-table): Fix typo in docstring.
1599         * vc-mtn.el (log-edit-extract-headers): Declare function.
1601         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1603         * net/notifications.el (dbus-register-signal): Declare function.
1604         (notifications-notify): Fix typos and reflow docstring.
1606 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1608         Improve VC create/retrieve tag/branch.
1609         * vc.el (vc-create-tag): Do not read the directory name for VCs
1610         with repository revision granularity.  Adjust the tag/branch
1611         prompt.  Reset VC properties.
1612         (vc-retrieve-tag): Do not read the directory name for VCs
1613         with repository revision granularity.  Reset VC properties.
1615 2010-06-09  Julien Danjou  <julien@danjou.info>
1617         * net/notifications.el: New file.
1619 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1621         Add optional support for resetting VC properties.
1622         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1623         call vc-file-clearprops when true.
1624         (vc-resynch-buffer): Add new optional argument, pass it down.
1625         (vc-resynch-buffers-in-directory): Likewise.
1627         Improve support for special markup in the VC commit message.
1628         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1629         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1630         * vc-git.el (vc-git-checkin):
1631         * vc-bzr.el (vc-bzr-checkin): Likewise.
1633 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1635         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1636         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1638 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1640         * iimage.el: Remove images as soon as the underlying text is modified.
1641         (iimage-modification-hook): New function.
1642         (iimage-mode-buffer): Use it.
1644 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1646         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1647         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1648         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1649         (smie-indent-keyword): Add handling of open-paren keywords.
1650         (smie-indent-comment-continue): Don't assume comment-continue.
1652 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1654         * window.el (pop-to-buffer): Remove the conditional that
1655         compares new-window and old-window, so it will reselect
1656         the selected window unconditionally.
1657         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1659 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1661         * emacs-lisp/smie.el (smie-indent-offset-after)
1662         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1663         (smie-indent-after-keyword): Use them.
1664         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1665         (smie-indent-keyword): Tweak the black magic.
1666         (smie-indent-comment-continue): Strip comment-continue before use.
1667         (smie-indent-functions): Indent comments before keywords.
1669 2010-06-06  Juri Linkov  <juri@jurta.org>
1671         * isearch.el (isearch-lazy-highlight-search): Fix looping
1672         by checking for empty match.  This syncs this loop with the
1673         similar loop in `isearch-search'.  (Bug#6362)
1675 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1677         * net/dbus.el (dbus-register-method): Declare function.
1678         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1679         (dbus-introspect): Doc fix.
1680         (dbus-event-bus-name, dbus-introspect-get-interface)
1681         (dbus-introspect-get-argument): Reflow docstrings.
1683 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1685         vc-log-incoming/vc-log-outgoing fixes for Git.
1686         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1687         incoming/outgoing logs.
1688         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1689         instead of vc-git-compute-remote.
1690         (vc-git-compute-remote): Remove.
1692 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1694         * term/common-win.el (x-colors): Add "dark green" and "dark
1695         turquoise" (Bug#6332).
1697 2010-06-04  Juri Linkov  <juri@jurta.org>
1699         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1700         Instead of setting `replace' to t and replacing the same string
1701         with itself, don't do certain actions when
1702         kill-do-not-save-duplicates is non-nil and string is equal to car
1703         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1704         interprogram-paste strings to kill-ring, and don't push the input
1705         argument `string' to kill-ring.
1706         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1708 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1710         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1712 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1714         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1715         (tramp-gvfs-handler-mounted-unmounted)
1716         (tramp-gvfs-connection-mounted-p): Handle default-location.
1718         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1719         move files to trash.
1721 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1723         * international/mule-cmds.el (nonascii-insert-offset)
1724         (nonascii-translation-table): Add obsolescence information.
1726         * international/mule.el (make-translation-table-from-vector): Doc fix.
1728 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1730         * cedet/semantic/lex-spp.el
1731         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1732         invalid values during save, just save a nil (Bug#6324).
1734 2010-06-03  Glenn Morris  <rgm@gnu.org>
1736         * desktop.el (desktop-clear-preserve-buffers):
1737         Add "*Warnings*" buffer.  (Bug#6336)
1739 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1741         vc-log-incoming/vc-log-outgoing improvements for Git.
1742         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1743         short log.
1744         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1746         Add bindings for vc-log-incoming and vc-log-outgoing.
1747         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1748         and vc-log-outgoing.
1749         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1750         and vc-log-outgoing.
1752 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1754         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1755         (rcirc-handler-366): Always sort nicknames.
1757 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1759         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1761 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1763         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1765 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1767         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1768         (rcirc-sort-nicknames-join): Avoid setq.
1770 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1772         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1773         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1774         (rcirc-handler-366): Use them.
1776 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1778         Split smie-indent-calculate into more manageable chunks.
1779         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1780         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1781         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1782         (smie-indent-exps): Extract from smie-indent-calculate.
1783         (smie-indent-functions): New var.
1784         (smie-indent-functions): Use them.
1786 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1788         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1789         (smie-indent-calculate): Simplify and cleanup.
1791 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1793         * net/tramp-gvfs.el (top): Require url-util.
1794         (tramp-gvfs-mount-point): Remove.
1795         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1796         New defuns.
1797         (with-tramp-dbus-call-method): Format trace message.
1798         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1799         Implement backup call, when operation on local files fails.
1800         Use progress reporter.  Flush properties of changed files.
1801         (tramp-gvfs-handle-make-directory): Make more traces.
1802         (tramp-gvfs-url-file-name): Hexify file name in url.
1803         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1804         into account for the resulting file name.
1805         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1806         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1807         (tramp-gvfs-handler-mounted-unmounted)
1808         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1809         attribute "default_location".  Set "prefix" property.
1810         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1811         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1812         exists.  Raise an error, if not (due to a corresponding answer
1813         "no" in interactive questions, for example).
1815 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1817         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1819 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1821         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1822         right-*.  (Bug#6265)
1824 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1826         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1827         * vc-git.el (vc-git-compute-remote): New function.
1828         (vc-git-log-outgoing): Use it instead of hard coding a value.
1829         (vc-git-log-incoming): New function.
1831         Improve state updating for VC tag commands.
1832         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1833         to update the state of all buffers in the directory.
1835         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1837 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1839         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1840         `file-directory-p' to the filename part rather than to the whole text.
1842 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1844         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1845         (bug#6231).
1847 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1849         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1851 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1853         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1855 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1857         * subr.el (momentary-string-display): Just use read-event to read
1858         the exit event (Bug#6238).
1860 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1862         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1864 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1866         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1867         Suggested by Eli Zaretskii <eliz@gnu.org>.
1869 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * minibuffer.el (completion-file-name-table): Don't return a boundary
1872         past the end of `string' (bug#6299).
1873         (completion--file-name-table): Delegate to completion-file-name-table
1874         for the `boundaries' case.
1876 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1878         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1879         movement commands.
1881         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1882         `path-separator', but maintain compatibility with Emacs 20.2.
1884 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1886         * server.el (server-process-filter): Receive parent-id argument
1887         from emacsclient.
1888         (server-create-window-system-frame): New arg.  Pass parent-id as
1889         frame parameter.
1891 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1893         Bidi-sensitive word movement with arrow keys.
1894         * subr.el (right-arrow-command, left-arrow-command): Move to
1895         bindings.el.
1897         * bindings.el (right-char, left-char): Move from subr.el and
1898         rename from right-arrow-command and left-arrow-command.
1899         (right-word, left-word): New functions.
1900         (global-map) <right>: Bind to right-char.
1901         (global-map) <left>: Bind to left-char.
1902         (global-map) <C-right>: Bind to right-word.
1903         (global-map) <C-left>: Bind to left-word.
1905         * ls-lisp.el (ls-lisp-classify-file): New function.
1906         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1907         (ls-lisp-classify): Call ls-lisp-classify-file.
1908         (insert-directory): Remove blanks from switches.
1910 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1912         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1913         (ansi-color-drop-regexp): New constant.
1914         (ansi-color-apply, ansi-color-filter-region)
1915         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1916         (ansi-color-apply): Build string list before calling concat.
1918 2010-05-28  Juri Linkov  <juri@jurta.org>
1920         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1921         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1922         (Bug#5270)
1924 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1926         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1927         to ignored backtrace functions.
1928         (with-progress-reporter): Expand docstring.
1929         (tramp-handle-delete-file): Implement TRASH argument.
1930         (tramp-get-remote-trash): New defun.
1932 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1934         * net/tramp-compat.el (tramp-compat-delete-file): Use
1935         `symbol-value' for backward compatibility.
1937         * net/tramp.el (tramp-handle-make-symbolic-link)
1938         (tramp-handle-load)
1939         (tramp-do-copy-or-rename-file-via-buffer)
1940         (tramp-do-copy-or-rename-file-directly)
1941         (tramp-do-copy-or-rename-file-out-of-band)
1942         (tramp-handle-process-file, tramp-handle-call-process-region)
1943         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1944         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1945         (tramp-delete-temp-file-function): Use `delete-file' instead
1946         of `tramp-compat-delete-file'.
1948         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1949         (tramp-fish-handle-make-symbolic-link)
1950         (tramp-fish-handle-process-file): Use `delete-file' instead
1951         of `tramp-compat-delete-file'.
1953         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1954         `delete-file' instead of `tramp-compat-delete-file'.
1956         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1957         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1958         `tramp-compat-delete-file'.
1960         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1961         `delete-file' instead of `tramp-compat-delete-file'.
1963         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1964         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1965         (tramp-smb-handle-write-region): Use `delete-file' instead of
1966         `tramp-compat-delete-file'.
1967         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1969 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1971         * dired.el (dired-delete-file): New arg TRASH.
1972         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1973         (dired-do-flagged-delete, dired-do-delete): Use trash.
1975         * speedbar.el (speedbar-item-delete): Allow trashing.
1977         * files.el (delete-directory): New arg TRASH.
1979         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1980         (ange-ftp-rename-remote-to-remote)
1981         (ange-ftp-rename-local-to-remote)
1982         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1983         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1984         `delete-file'.
1985         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1986         allow trashing.
1988         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1989         handle new TRASH arg of `delete-file'.
1991         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1992         (tramp-handle-make-symbolic-link, tramp-handle-load)
1993         (tramp-do-copy-or-rename-file-via-buffer)
1994         (tramp-do-copy-or-rename-file-directly)
1995         (tramp-do-copy-or-rename-file-out-of-band)
1996         (tramp-handle-process-file, tramp-handle-call-process-region)
1997         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1998         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1999         (tramp-delete-temp-file-function): Use null TRASH arg in
2000         tramp-compat-delete-file call.
2002         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2003         (tramp-fish-handle-delete-file)
2004         (tramp-fish-handle-make-symbolic-link)
2005         (tramp-fish-handle-process-file): Use null TRASH arg in
2006         `tramp-compat-delete-file' call.
2008         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
2009         arg in `tramp-compat-delete-file' call.
2011         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2012         (tramp-gvfs-handle-write-region): Use null TRASH arg in
2013         `tramp-compat-delete-file' call.
2015         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
2016         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
2017         `tramp-compat-delete-file' call.
2019         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2020         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2021         (tramp-smb-handle-write-region): Use null TRASH arg in
2022         tramp-compat-delete-file call.
2023         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
2024         (tramp-smb-handle-delete-file): Rename arg.
2026         * diff.el (diff-sentinel):
2027         * epg.el (epg--make-temp-file, epg-decrypt-string)
2028         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2029         * jka-compr.el (jka-compr-partial-uncompress)
2030         (jka-compr-call-process, jka-compr-write-region):
2031         * server.el (server-sentinel): Remove optional arg from
2032         delete-file, reverting 2010-05-03 change.
2034 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2036         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
2037         font-lock-constant-face, not obsolete font-lock-reference-face.
2039 2010-05-27  Kenichi Handa  <handa@m17n.org>
2041         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
2042         element of GSTRING is nil.
2044 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2046         * emacs-lisp/smie.el (smie-forward-token-function)
2047         (smie-backward-token-function): New vars.
2048         (smie-backward-sexp, smie-forward-sexp)
2049         (smie-indent-hanging-p, smie-indent-calculate): Use them.
2050         (smie-default-backward-token): Rename from smie-backward-token and
2051         skip comments.
2052         (smie-default-forward-token): Rename from smie-forward-token and
2053         skip comments.
2054         (smie-next-sexp): Handle nil results from next-token.
2055         (smie-indent-calculate): Add a new case for special `fixindent' comments.
2057 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2059         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2060         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2062 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2064         * htmlfontify.el (hfy-face-resolve-face): New function.
2065         (hfy-face-to-style): Use it (Bug#6279).
2067 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2069         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
2070         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
2072 2010-05-26  Glenn Morris  <rgm@gnu.org>
2074         * emulation/edt.el (edt-load-keys): Use locate-library.
2076 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
2078         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
2079         (log-edit-changelog-entries): Doc fix.
2080         (log-edit-changelog-insert-entries): Args changed.
2081         Rename relative filenames in ChangeLog entries.  Delete tabs.
2082         (log-edit-insert-changelog-entries): Reorganize return value of
2083         `log-edit-changelog-entries' to pass filenames to
2084         log-edit-changelog-insert-entries.
2086 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2088         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
2089         `image-dired-dired-insert-marked-thumbs' to
2090         `image-dired-dired-toggle-marked-thumbs'.
2092         * image-dired.el: Require cl when compiling.
2093         (image-dired-dired-toggle-marked-thumbs): Rename from
2094         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
2095         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
2096         to 'no-dir.  Skip files whose names don't match
2097         `image-file-name-regexp'.  When file has a thumbnail overlay,
2098         delete it.  (Bug#5270)
2100 2010-05-25  Juri Linkov  <juri@jurta.org>
2102         * image-mode.el (image-mode): Add image-after-revert-hook to
2103         after-revert-hook.
2104         (image-after-revert-hook): New function.  (Bug#5669)
2106 2010-05-25  Juri Linkov  <juri@jurta.org>
2108         * image.el (image-animated-p): When delay between animated images
2109         is 0, set it to 10 (0.1 sec).  (Bug#6258)
2111 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
2113         * net/tramp.el (tramp-handle-insert-directory): Don't use
2114         `forward-word', its default syntax could be changed.
2116 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
2118         * net/tramp.el (tramp-progress-reporter-update): New defun.
2119         (with-progress-reporter): Use it.
2120         (tramp-process-actions):
2121         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
2122         current message, in order to let progress reporter continue
2123         afterwards.  (Bug#6257)
2125 2010-05-25  Glenn Morris  <rgm@gnu.org>
2127         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
2128         Add :version.
2130 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
2132         * net/rcirc.el (rcirc-default-user-name): Change to "user".
2133         (rcirc-default-full-name): Change to "unknown".
2134         (rcirc-user-name-history): Add variable.
2136 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
2137             Jonathan Rockway  <jon@jrock.us>
2139         * net/rcirc.el (rcirc-server-alist): Add :pass.
2140         (rcirc): When prompting for connection parameters, also prompt for
2141         username and password.
2142         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
2143         value to server when connecting.
2145 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2147         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
2148         (smie-merge-prec2s): Pass the tables as separate args.
2149         (smie-bnf-precedence-table): Adjust call accordingly.
2150         (smie-prec2-levels): Set levels at the end.
2152         Replace Lisp calls to delete-backward-char by delete-char.
2153         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
2154         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
2155         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
2156         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
2157         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
2158         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
2159         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
2160         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
2161         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
2162         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
2163         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
2164         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
2165         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
2166         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
2167         delete-backward-char by calls to delete-char.
2169 2010-05-25  Kenichi Handa  <handa@m17n.org>
2171         * language/hebrew.el (hebrew-shape-gstring): New function.
2172         Register it in composition-function-table for all Hebrew combining
2173         characters.
2175 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2177         * epa.el (epa--select-keys): Don't explicitly delete the window since
2178         that can fail (e.g. sole window in frame).  Use dedication instead.
2180 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2182         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2184 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
2186         * image.el (image-refresh): Define as an alias for image-flush.
2188         * image-mode.el (image-toggle-display-image): Caller changed.
2190 2010-05-21  Juri Linkov  <juri@jurta.org>
2192         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
2193         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
2194         whitespace, call wildcard-to-regexp on substrings and concat them
2195         with "\\|".  (Bug#6114)
2197 2010-05-21  Alan Mackenzie  <acm@muc.de>
2199         * progmodes/cc-engine.el (c-parse-state-get-strategy):
2200         Replace parameter `here' with `here-' and `here-plus', which sandwich
2201         any pertinent CPP construct.
2202         (c-remove-stale-state-cache-backwards): Fix a bug which happens
2203         when doing (c-parse-state) in a CPP construct: Exclude any "new"
2204         CPP construct from taking part in the scanning.
2206 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
2208         * net/tramp.el (tramp-do-copy-or-rename-file)
2209         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
2210         Tune `with-progress-reporter' messages.
2211         (tramp-handle-vc-registered):
2212         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
2213         (tramp-fish-handle-insert-file-contents)
2214         (tramp-fish-maybe-open-connection):
2215         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2216         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
2217         (tramp-imap-handle-insert-file-contents)
2218         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2220 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
2222         * add-log.el (change-log-font-lock-keywords):
2223         Highlight all authors in multi-author entries.
2225         * smerge-mode.el (smerge-refine-ignore-whitespace)
2226         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
2227         Fix typos in docstrings.
2228         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
2230 2010-05-21  Glenn Morris  <rgm@gnu.org>
2232         * progmodes/fortran.el (fortran-mode):
2233         * progmodes/f90.el (f90-mode): Derive from prog-mode.
2235         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
2236         having a relative path in src/Makefile.in.
2238 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2240         * help-mode.el (help-make-xrefs): For Info node links turn
2241         newlines into spaces.  Link node names with newlines are matched
2242         by help-xref-info-regexp and buttonized, this change ensures they
2243         can be followed successfully with RET.  (Bug#6206)
2245 2010-05-20  Juri Linkov  <juri@jurta.org>
2247         * locate.el (locate): Use pop-to-buffer instead of
2248         switch-to-buffer-other-window.  (Bug#6204)
2250 2010-05-20  Juri Linkov  <juri@jurta.org>
2252         * replace.el (replace-highlight): Fix lazy-highlighting
2253         for `M-s w str M-% str RET'.
2255 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
2257         * isearch.el (isearch-yank-word-or-char): Pull next subword
2258         when `subword-mode' is activated.  (Bug#6220)
2260 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
2262         * isearch.el (isearch-update-post-hook): New hook.
2263         (isearch-update): Use the new hook.  (Bug#6225)
2265 2010-05-20  Juri Linkov  <juri@jurta.org>
2267         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
2268         [f1], [help], and (char-to-string help-char) instead of "\C-h".
2269         (Bug#6222)
2271 2010-05-20  Juri Linkov  <juri@jurta.org>
2273         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
2274         (Bug#6223)
2276 2010-05-20  Juri Linkov  <juri@jurta.org>
2278         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2279         FILE-NAME to read from the minibuffer when called interactively
2280         with prefix argument instead of using buffer-file-name.
2281         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2283         * dired.el: Update autoloads.
2285 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
2287         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2288         nxml-finish-element, for consistency with SGML mode.
2290         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2291         octave-close-block.
2293 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
2295         * composite.el: Require cl when compiling.
2296         (reference-point-alist, compose-gstring-for-graphic)
2297         (compose-gstring-for-terminal): Fix typos in docstrings.
2299 2010-05-19  Juri Linkov  <juri@jurta.org>
2301         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2302         set-window-parameter.
2304 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2306         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2307         where appropriate.
2308         (tramp-maybe-open-connection): Use it.
2310 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
2312         * simple.el (move-end-of-line): Make sure we are at line beginning
2313         before backing up to end of previous line.
2315 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2317         * password-cache.el (password-cache-remove): Fix docstring.
2319         * net/secrets.el: Autoload the widget functions.
2320         (secrets-search-items, secrets-create-item)
2321         (secrets-get-attributes, secrets-expand-item): Attributes will be
2322         stored on the password database without leading ":", as all other
2323         clients do as well.
2324         (secrets-mode): Fix docstring.
2325         (secrets-show-secrets): Provide it as autoloaded command only when
2326         D-Bus support is available.  Check existence of Secret Service API.
2328 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2330         * indent.el (indent-region): Deactivate region (bug#6200).
2332 2010-05-19  Glenn Morris  <rgm@gnu.org>
2334         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
2336 2010-05-19  Kenichi Handa  <handa@m17n.org>
2338         * composite.el: Register compose-gstring-for-graphic in
2339         composition-function-table only for combining characters (Mn, Mc, Me).
2341 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2343         * calc/calc-trail.el (calc-trail-isearch-forward)
2344         (calc-trail-isearch-backward): Ensure that the new window
2345         point is set correctly.
2347 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * subr.el (read-quoted-char): Resolve modifiers after key
2350         remapping (bug#6212).
2352 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
2354         Add visualization code for secrets.
2355         * net/secrets.el (secrets-mode): New major mode.
2356         (secrets-show-secrets, secrets-show-collections)
2357         (secrets-expand-collection, secrets-expand-item)
2358         (secrets-tree-widget-after-toggle-function)
2359         (secrets-tree-widget-show-password): New defuns.
2361 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2363         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2364         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2365         handled in smie-next-sexp.
2366         (smie-indent-calculate): Provide a starting indentation (so the
2367         recursion is well-founded ;-).
2369         Fix handling of non-associative equal levels.
2370         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2371         when it's not needed.
2372         (smie-op-left, smie-op-right): New functions.
2373         (smie-next-sexp): New function, extracted from smie-backward-sexp.
2374         Better handle equal levels to distinguish the associative case from
2375         the "multi-keyword construct" case.
2376         (smie-backward-sexp, smie-forward-sexp): Use it.
2378 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
2380         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2382         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2383         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2385 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2387         Provide a simple generic indentation engine and use it for Prolog.
2388         * emacs-lisp/smie.el: New file.
2389         * progmodes/prolog.el (prolog-smie-op-levels)
2390         (prolog-smie-indent-rules): New var.
2391         (prolog-mode-variables): Use them to configure SMIE.
2392         (prolog-indent-line, prolog-indent-level): Remove.
2394 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
2396         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2397         order before computing the averages.
2399 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2401         * calc/calc-vec.el (calc-histogram):
2402         (calcFunc-histogram): Allow vectors as inputs.
2403         (math-vector-avg): New function.
2405         * calc/calc-ext.el (math-group-float): Have the number of digits
2406         being grouped depend on the radix (Bug#6189).
2408 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
2410         * version.el (emacs-copyright, emacs-version): Don't define here,
2411         now that emacs.c defines it.
2413 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
2415         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2416         "Describe Language Environment" menu item.
2418         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2420         Bidi-sensitive movement with arrow keys.
2421         * subr.el (right-arrow-command, left-arrow-command): New functions.
2423         * bindings.el (global-map): Bind them to right and left arrow keys.
2425         Don't override standard definition of convert-standard-filename.
2426         * files.el (convert-standard-filename): Call
2427         w32-convert-standard-filename and dos-convert-standard-filename on
2428         the corresponding systems.
2430         * w32-fns.el (w32-convert-standard-filename): Rename from
2431         convert-standard-filename.  Doc fix.
2433         * dos-fns.el (dos-convert-standard-filename): Doc fix.
2434         (convert-standard-filename): Don't defalias.
2435         (register-name-alist, make-register, register-value)
2436         (set-register-value, intdos): Obsolete aliases for the
2437         corresponding dos-* functions and variables.
2438         (dos-intdos): Add a doc string.
2440 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
2442         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2443         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2444         (math-compose-tex-func):
2445         * calc/calccomp.el (math-compose-expr):
2446         * calc/calc-ext.el (math-format-flat-expr-fancy):
2447         * calc/calc-store.el (calc-read-var-name):
2448         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2450         * calc/calc.el (var-π, var-φ, var-γ): New variables.
2451         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2452         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2453         (math-standard-units): Add units.
2455 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2457         * progmodes/asm-mode.el (asm-mode):
2458         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2460         * pcomplete.el (pcomplete-completions-at-point): New function,
2461         extracted from pcomplete-std-complete.
2462         (pcomplete-std-complete): Use it.
2464 2010-05-15  Glenn Morris  <rgm@gnu.org>
2466         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2467         Remove references to CVS, RCS and Old directories.
2469 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
2471         * calc/calc-bin.el (math-format-twos-complement): Group digits when
2472         appropriate.
2474 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2476         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2477         (sh-mode-syntax-table): Give it a default value instead.
2478         (sh-header-marker): Make buffer-local.
2479         (sh-mode): Move make-local-variable to the corresponding setq.
2480         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2481         Use complete-with-action.
2483         * simple.el (prog-mode): New (abstract) major mode.
2484         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2485         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2487 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
2489         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2490         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2491         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2492         (sql-make-alternate-buffer-name, sql-placeholders-filter)
2493         (sql-escape-newlines-filter, sql-input-sender)
2494         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2496 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
2498         Add TeX open-block and close-block keybindings to SGML, and vice versa.
2500         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2501         latex-open-block and C-c / to latex-close-block.
2503         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2504         and C-c C-e to sgml-close-tag.
2506 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
2508         * net/tramp.el (with-progress-reporter): Create reporter object
2509         only when the message would be displayed.  Handle nested calls.
2510         (tramp-handle-load, tramp-handle-file-local-copy)
2511         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2512         (tramp-maybe-send-script, tramp-find-shell):
2513         Use `with-progress-reporter'.
2514         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2515         Fix message text.
2517         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2518         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2519         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2520         Use `with-progress-reporter'.
2522 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
2524         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2525         process everytime when spellchecking from the minibuffer (bug#6143).
2527 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2529         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2531         * dos-fns.el: Add "dos-" prefix for namespace control.
2532         (convert-standard-filename): Define as alias for
2533         dos-convert-standard-filename but only if applicable.
2535 2010-05-12  Alan Mackenzie  <acm@muc.de>
2537         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2538         Push the mark at the start of these functions when appropriate.
2540 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2542         * minibuffer.el (completion-cycle-threshold): New custom var.
2543         (completion--do-completion): Use it.
2544         (minibuffer-complete): Use cycling if appropriate.
2546 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
2548         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2549         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2551 2010-05-11  Juri Linkov  <juri@jurta.org>
2553         * scroll-all.el (scroll-all-check-to-scroll):
2554         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2556 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2558         * iimage.el (iimage-mode-map): Move initialization into declaration.
2559         (iimage-mode-buffer): Use with-silent-modifications.
2560         Simplify calling convention.  Adjust callers.
2561         (iimage-mode): Don't run hook redundantly.
2563         * minibuffer.el (completion-pcm--pattern->regex):
2564         Fix last change (bug#6160).
2566 2010-05-10  Juri Linkov  <juri@jurta.org>
2568         Remove nodes visited during Isearch from the Info history.
2569         * info.el (Info-isearch-initial-history)
2570         (Info-isearch-initial-history-list): New variables.
2571         (Info-isearch-start): Record initial values of
2572         Info-isearch-initial-history and Info-isearch-initial-history-list.
2573         Add Info-isearch-end to isearch-mode-end-hook.
2574         (Info-isearch-end): New function.
2576 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
2578         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2579         format string, in order to work around a bug in pdksh.
2580         Reported by Gilles Pion <gpion@lfdj.com>.
2581         (tramp-handle-verify-visited-file-modtime): Do not send a command
2582         when the connection is not established.
2583         (tramp-handle-set-file-times): Simplify the check for utc.
2585 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
2587         Fix use of `filter-buffer-substring' (rework previous change).
2588         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2589         (cua-repeat-replace-region):
2590         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2591         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2592         (cua-cut-region-to-global-mark): Use it.
2594 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2596         * progmodes/sql.el: Version 2.1.
2597         (sql-product-alist): Redesign structure of product info.
2598         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2599         (sql-port, sql-port-history): New variables.
2600         (sql-interactive-product): New variable.
2601         (sql-send-terminator): New variable.
2602         (sql-imenu-generic-expression): Add "Types" imenu entry.
2603         (sql-oracle-login-params, sql-sqlite-login-params)
2604         (sql-mysql-login-params, sql-solid-login-params)
2605         (sql-sybase-login-params, sql-informix-login-params)
2606         (sql-ingres-login-params, sql-ms-login-params)
2607         (sql-postgres-login-params, sql-interbase-login-params)
2608         (sql-db2-login-params, sql-linter-login-params)
2609         (sql-oracle-scan-on): New variables.
2610         (sql-mode-map): Add C-c C-i to start interactive mode.
2611         (sql-mode-menu): Update existing menu entries.
2612         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2613         (sql-mode-oracle-font-lock-keywords)
2614         (sql-mode-postgres-font-lock-keywords)
2615         (sql-mode-ms-font-lock-keywords)
2616         (sql-mode-sybase-font-lock-keywords)
2617         (sql-mode-informix-font-lock-keywords)
2618         (sql-mode-interbase-font-lock-keywords)
2619         (sql-mode-ingres-font-lock-keywords)
2620         (sql-mode-solid-font-lock-keywords)
2621         (sql-mode-mysql-font-lock-keywords)
2622         (sql-mode-sqlite-font-lock-keywords)
2623         (sql-mode-db2-font-lock-keywords)
2624         (sql-mode-linter-font-lock-keywords): Update initialization to
2625         reduce run-time complexity.
2626         (sql-add-product, sql-del-product): New functions.
2627         (sql-set-product-feature, sql-get-product-feature): New functions.
2628         (sql-product-font-lock): Update product API.
2629         (sql-add-product-keywords): New function.
2630         (sql-highlight-product): Update product API.
2631         (sql-help-list-products): New function.
2632         (sql-help): Dynamically lists free and non-free products.
2633         (sql-get-login): Correct bug in handling history and added
2634         prompt for port.
2635         (sql-copy-column): Copy without properties.
2636         (sqli-input-sender): Apply filters to SQLi input.
2637         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2638         Implement as a filter.
2639         (sql-escape-newlines-filter): Implement as a filter.
2640         (sql-remove-tabs-filter): New function.
2641         (sql-send-magic-terminator): New function.
2642         (sql-send-string): Implement magic terminator.
2643         (sql-send-region): Use `sql-send-string'.
2644         (sql-interactive-mode): Use product API.
2645         (sql-product-interactive): Use product API.
2646         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2647         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2648         (sql-db2, sql-linter): Use `sql-product-interactive'.
2649         (sql-connect): New function.
2650         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2651         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2652         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2653         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2654         Use `sql-connect'.
2656 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2659         New custom variable.
2660         (completion-pcm--string->pattern): Use it.
2661         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2662         Make it handle any symbol as `any'.
2663         (completion-pcm--merge-completions): Extract common suffix for the new
2664         `prefix' symbol as well.
2665         (completion-substring--all-completions): Use the new `prefix' symbol.
2667 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2669         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2670         not bound.
2671         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2672         (tramp-compat-funcall): New defmacro.
2673         (tramp-compat-line-beginning-position)
2674         (tramp-compat-line-end-position)
2675         (tramp-compat-temporary-file-directory)
2676         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2677         (tramp-compat-copy-file, tramp-compat-copy-directory)
2678         (tramp-compat-delete-file, tramp-compat-delete-directory)
2679         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2680         * net/tramp.el (top, with-progress-reporter)
2681         (tramp-rfn-eshadow-setup-minibuffer)
2682         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2683         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2684         (tramp-completion-mode-p, tramp-check-for-regexp)
2685         (tramp-open-connection-setup-interactive-shell)
2686         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2687         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2688         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2689         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2690         (tramp-reporter-dump-variable, tramp-load-report-modules)
2691         (tramp-append-tramp-buffers)
2692         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2694         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2696 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2698         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2699         buffer-modtime.  Adjust users.
2701 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2703         * international/mule.el (auto-coding-alist): Only purecopy
2704         car of each item, not the whole list (Bug#6083).
2706 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2708         * progmodes/js.el (js-mode): Make paragraph variables local before
2709         calling c-setup-paragraph-variables (Bug#6071).
2711 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2713         * composite.el (compose-region, reference-point-alist): Fix typos
2714         in the doc strings.
2716 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2718         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2719         gnuplot's "set" command.
2721 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2723         * abbrev.el (last-abbrev-text): Doc fix.
2724         (abbrev-prefix-mark): Don't escape parenthesis.
2726 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2728         * composite.el (find-composition): Doc fix.
2730 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2732         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2733         (sql-oracle-program, sql-sqlite-options)
2734         (sql-query-placeholders-and-send): Doc fixes.
2735         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2736         (sql-imenu-generic-expression, sql-buffer)
2737         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2738         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2739         (sql-mode-sybase-font-lock-keywords)
2740         (sql-mode-informix-font-lock-keywords)
2741         (sql-mode-interbase-font-lock-keywords)
2742         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2743         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2744         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2745         (sql-product-feature, sql-highlight-product)
2746         (comint-line-beginning-position, sql-rename-buffer)
2747         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2748         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2749         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2750         Fix typos in docstrings.
2752 2010-05-08  Juri Linkov  <juri@jurta.org>
2754         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2755         property instead of `invisible' and `after-string' (bug#5998).
2757 2010-05-08  Juri Linkov  <juri@jurta.org>
2759         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2761 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2763         * filecache.el (file-cache-add-directory-list)
2764         (file-cache-add-directory-recursively): Fix typos in docstrings.
2766 2010-05-08  Kenichi Handa  <handa@m17n.org>
2768         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2769         (gujarati-composable-pattern): Fix typo.
2771 2010-05-08  Kenichi Handa  <handa@m17n.org>
2773         * language/indian.el (oriya-composable-pattern)
2774         (tamil-composable-pattern, malayalam-composable-pattern):
2775         Add two-part vowels to "v" (vowel sign).
2777 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2779         * files.el (copy-directory): Handle symlinks (Bug#5982).
2781 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2783         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2784         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2785         (Bug#5846).
2787 2010-05-08  Glenn Morris  <rgm@gnu.org>
2789         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2791         * minibuffer.el (completion-at-point): Doc fix.
2793 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2795         * electric.el (Electric-command-loop): Minor tweak.
2797         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2798         better with dedicated windows.
2800 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2802         * Version 23.2 released.
2804 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2805             Stefan Monnier  <monnier@iro.umontreal.ca>
2807         Highlight vendor specific properties.
2808         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2809         (css-proprietary-property): New face.
2810         (css-font-lock-keywords): Use them.
2812 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2814         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2816 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2818         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2819         * files.el (auto-mode-alist): Remove redundant entries.
2821         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2822         * simple.el (auto-save-mode): Move from files.el.
2823         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2825 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2827         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2829 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2831         * mail/binhex.el (binhex-decode-region-internal)
2832         * mail/uudecode.el (uudecode-decode-region-internal)
2833         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2834         (dns-read-type, dns-query)
2835         * pgg-parse.el (pgg-parse-armor)
2836         * pgg.el (pgg-verify-region)
2837         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2838         XEmacs.
2840         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2842 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2844         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2846         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2847         * emulation/cua-base.el (cua-repeat-replace-region):
2848         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2849         (cua-cut-region-to-global-mark):
2850         Remove text properties with `set-text-properties'.
2852 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2854         * net/tramp.el (top, with-progress-reporter):
2855         Use `symbol-function' inside `funcall'.
2857         * net/tramp-compat.el (tramp-compat-file-attributes)
2858         (tramp-compat-delete-file, tramp-compat-delete-directory):
2859         Handle only `wrong-number-of-arguments' error.
2861         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2862         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2863         inside `funcall'.
2865 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2867         * minibuffer.el (completion--sreverse, completion--common-suffix):
2868         New functions.
2869         (completion-pcm--merge-completions): Extract common suffix when safe.
2871         * emacs-lisp/easy-mmode.el (define-minor-mode):
2872         Make :variable more flexible.
2873         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2875 2010-05-05  Juri Linkov  <juri@jurta.org>
2877         Add `slow' and `history' tags to the desktop data.
2879         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2880         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2881         (Info-finder-find-node): Require `finder.el' to be able
2882         to restore node from the desktop.
2883         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2884         data `Info-history' and `slow' tag in the assoc list.
2885         (Info-restore-desktop-buffer): Don't restore nodes with the
2886         `slow' tag.  Restore `Info-history'.
2888 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2890         Add FORCE argument to `delete-file'.
2892         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2893         forcing to delete the temporary file.
2894         (ange-ftp-delete-file): Add FORCE arg.
2895         (ange-ftp-rename-remote-to-remote)
2896         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2897         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2898         Force file deletion.
2900         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2902         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2903         (tramp-handle-make-symbolic-link, tramp-handle-load)
2904         (tramp-do-copy-or-rename-file-via-buffer)
2905         (tramp-do-copy-or-rename-file-directly)
2906         (tramp-do-copy-or-rename-file-out-of-band)
2907         (tramp-handle-process-file, tramp-handle-call-process-region)
2908         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2909         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2910         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2912         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2913         (tramp-fish-handle-make-symbolic-link)
2914         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2916         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2917         Use `tramp-compat-delete-file'.
2919         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2920         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2922         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2923         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2925         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2926         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2927         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2928         `tramp-compat-delete-file'.
2930 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2932         Minor cleanups.
2933         * subr.el (add-minor-mode): Use push.
2934         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2935         * emulation/edt.el (edt-select-mode): Simplify.
2937         Use define-minor-mode in more cases.
2938         * term/tvi970.el (tvi970-set-keypad-mode):
2939         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2940         (normal-erase-is-backspace-mode):
2941         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2942         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2943         (get-scroll-bar-mode): New function.
2944         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2946         Use define-minor-mode for less obvious cases.
2947         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2948         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2949         * international/iso-ascii.el (iso-ascii-mode):
2950         * frame.el (auto-raise-mode, auto-lower-mode):
2951         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2953 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2955         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2956         in order to see error messages for failed logins.
2958 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2960         * diff.el (diff-sentinel):
2962         * epg.el (epg--make-temp-file, epg-decrypt-string)
2963         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2965         * jka-compr.el (jka-compr-partial-uncompress)
2966         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2968         * server.el (server-sentinel): Use delete-file's new FORCE arg
2969         (Bug#6070).
2971 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2973         Use define-minor-mode where applicable.
2974         * view.el (view-mode):
2975         * type-break.el (type-break-query-mode)
2976         (type-break-mode-line-message-mode):
2977         * textmodes/reftex.el (reftex-mode):
2978         * term/vt100.el (vt100-wide-mode):
2979         * tar-mode.el (tar-subfile-mode):
2980         * savehist.el (savehist-mode):
2981         * ibuf-ext.el (ibuffer-auto-mode):
2982         * composite.el (auto-composition-mode):
2983         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2984         Use define-minor-mode.
2985         (vhdl-mode): Use static mode-line format.
2986         (vhdl-mode-line-update): Delete.
2987         (vhdl-create-mode-menu, vhdl-activate-customizations)
2988         (vhdl-hs-minor-mode): Don't bother calling it.
2990 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2992         * simple.el (with-wrapper-hook): Move.
2993         (buffer-substring-filters): Mark obsolete.
2994         (filter-buffer-substring-functions): New variable.
2995         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2997         Use a mode-line spec rather than a static string in Semantic.
2998         * cedet/semantic/util-modes.el:
2999         (semantic-minor-modes-format): New var to replace...
3000         (semantic-minor-modes-status): Remove.
3001         (semantic-mode-line-update): Construct a mode-line spec rather than
3002         a static string so that mouse buttons can be used on individual minor
3003         modes and so that semantic-mode-line-update only needs to be called
3004         when global settings are changed.
3005         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
3006         Call semantic-mode-line-update.
3007         (semantic-toggle-minor-mode-globally): Don't assume mode is on
3008         minor-mode-alist, check semantic-minor-mode-alist as well.
3009         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
3010         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
3011         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
3012         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3013         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3014         (define-semantic-idle-service, semantic-idle-summary-mode):
3015         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
3016         Don't call semantic-mode-line-update any more.
3018 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3020         Use define-minor-mode in CEDET where applicable.
3022         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
3023         Use define-minor-mode.
3025         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
3026         Remove unused arg `keymap' and code redundant with define-minor-mode.
3027         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
3028         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
3029         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
3030         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
3031         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
3032         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
3033         Use define-minor-mode.
3034         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
3035         (semantic-show-unmatched-syntax-mode-setup)
3036         (semantic-show-parser-state-mode-setup)
3037         (semantic-highlight-func-mode-setup): Inline into sole caller.
3039         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3040         (semantic-mru-bookmark-mode): Use define-minor-mode.
3041         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
3043         * cedet/semantic/idle.el (define-semantic-idle-service):
3044         Use define-minor-mode and inline setup function into its sole caller.
3045         (semantic-idle-scheduler-mode-setup)
3046         (semantic-idle-summary-mode-setup): Inline into sole caller.
3047         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
3048         Use define-minor-mode.
3050         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
3051         (semantic-decoration-mode): Use define-minor-mode.
3052         (semantic-decoration-mode-setup): Inline into sole caller.
3054         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
3055         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
3056         (ede-dired-add-to-target): Use dolist.
3058 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3059             Michael Albinus  <michael.albinus@gmx.de>
3061         Implement compression for inline methods.
3063         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3064         (tramp-copy-size-limit): Allow also nil.
3065         (tramp-inline-compress-commands): New defconst.
3066         (tramp-find-inline-compress, tramp-get-inline-compress)
3067         (tramp-get-inline-coding): New defuns.
3068         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3069         replaced by `tramp-get-inline-coding'.
3070         (tramp-handle-file-local-copy, tramp-handle-write-region)
3071         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3073 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3075         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
3076         Remove unused functions.
3078         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
3079         Set find-tag-default-function as a variable rather than a property.
3081         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
3082         * progmodes/etags.el (tags-completion-at-point-function):
3083         Remove left over interactive spec.  Add autoloading stub.
3084         (complete-tag): Use tags-completion-at-point-function.
3086 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
3088         * minibuffer.el (tags-completion-at-point-function): Fix return value.
3090 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
3092         * ido.el (ido-init-completion-maps): Remove C-v binding.
3093         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
3095 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
3097         * minibuffer.el (tags-completion-at-point-function): New function.
3098         (completion-at-point-functions): Use it.
3100         * cedet/semantic.el (semantic-completion-at-point-function): New function.
3101         (semantic-mode): Use semantic-completion-at-point-function for
3102         completion-at-point-functions instead.
3104         * progmodes/etags.el (complete-tag): Revert last change.
3106 2010-04-29  Alan Mackenzie  <acm@muc.de>
3108         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
3109         off-by-one error (in end of macro position).
3111 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3113         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
3114         firefox is absent.  Don't autoload.
3115         (browse-url-galeon-program): Don't autoload.
3117 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
3119         * bindings.el (complete-symbol): Move into minibuffer.el.
3121         * minibuffer.el (complete-tag): Move from etags.el.  If tags
3122         completion cannot be performed, return nil instead of signalling
3123         an error.
3124         (completion-at-point): Make it an alias for complete-symbol.
3125         (complete-symbol): Move from bindings.el, and replace with the
3126         body of completion-at-point.
3128         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
3130         * cedet/semantic.el (semantic-mode): When enabled, add
3131         semantic-ia-complete-symbol to completion-at-point-functions.
3133         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
3134         if Semantic is not active.
3136 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
3138         * net/tramp.el (tramp-remote-selinux-p): New defun.
3139         (tramp-handle-file-selinux-context)
3140         (tramp-handle-set-file-selinux-context): Use it.
3142 2010-04-28  Sam Steingold  <sds@gnu.org>
3144         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3145         `safe-local-variable' if the value is a string or a symbol with
3146         the property `bug-reference-url-format'.
3148 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
3150         * progmodes/bug-reference.el (bug-reference-url-format): Revert
3151         2010-04-27 change due to security risk.
3153 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3155         Make it possible to locally disable a globally enabled mode.
3156         * simple.el (fundamental-mode): Run fundamental-mode-hook.
3157         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
3158         rather than kill-all-local-variables so it runs fundamental-mode-hook.
3159         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3160         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
3161         that subsequent hooks get a chance to disable it.
3163 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3165         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3166         Avoid re-enabling a minor mode after the user turned the minor mode
3167         off if MODE-enable-in-buffers is run twice (typically once from
3168         fundamental-mode's after-change-major-mode-hook and a second time from
3169         run-mode-hook's own after-change-major-mode-hook).
3171         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
3173 2010-04-27  Sam Steingold  <sds@gnu.org>
3175         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3176         `safe-local-variable' if the value is a string or a function, as
3177         documented and implemented on 2010-04-02.
3179 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
3181         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
3182         when method is 'kill.
3184 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
3186         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
3187         condition in default directory check.
3188         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
3189         Kill ispell process when killing its associated buffer.
3191 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
3193         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
3194         but we aren't using it.
3196 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
3198         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
3199         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
3201 2010-04-24  Glenn Morris  <rgm@gnu.org>
3203         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
3204         Ignore VCS-ignore files, and deleted nextstep preferences files.
3205         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
3206         (authors-ambiguous-files): New list.
3207         (authors-valid-file-names): Add some deleted files.
3208         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
3209         (authors-disambiguate-file-name): New function.  (Bug#5501)
3210         (authors-canonical-file-name): Doc fix.
3211         Don't warn about obsolete files.
3212         (authors-canonical-file-name, authors-scan-el):
3213         Use authors-disambiguate-file-name.
3215         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3216         Add autoload cookies.
3217         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
3218         (generated-autoload-file): Set file-local value to "htmlfontify.el".
3219         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
3220         They have definitions / compiler macros in cl.el.
3221         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3222         Replace manual autoloads with generated ones.
3223         (htmlfontify-unload-rgb-file): Remove autoload.
3224         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
3226 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3228         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
3229         (byte-compile-setq-default): Optimize for the
3230         single-var case and don't call byte-compile-form in this case to avoid
3231         inf-loop with byte-compile-set-default.
3233         * progmodes/compile.el (compilation-start): Abbreviate default directory.
3235 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
3237         Implement SELINUX backends.
3239         * net/tramp.el (tramp-file-name-handler-alist):
3240         Add `file-selinux-context' and `set-file-selinux-context'.
3241         (tramp-handle-file-selinux-context)
3242         (tramp-handle-set-file-selinux-context): New defuns.
3243         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3244         Handle PRESERVE-SELINUX-CONTEXT.
3246         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3247         Add `file-selinux-context' and `set-file-selinux-context'.
3248         (tramp-gvfs-handle-file-selinux-context)
3249         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3250         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3252         * net/ange-ftp.el (ange-ftp-copy-file):
3253         * net/tramp-fish.el (tramp-fish-handle-copy-file):
3254         * net/tramp-imap.el (tramp-imap-handle-copy-file):
3255         * net/tramp-smb.el (tramp-smb-handle-copy-file):
3256         Add PRESERVE-SELINUX-CONTEXT.
3258 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3260         Synchronize with Tramp repository.
3262         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
3263         (tramp-action-process-alive, tramp-action-out-of-band)
3264         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3265         (tramp-exists-file-name-handler): Fix docstring.
3266         (with-progress-reporter): New defmacro.
3267         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
3268         (tramp-maybe-open-connection): Use it.
3270 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
3272         Detect ssh 'ControlMaster' argument automatically in some cases.
3274         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3275         (tramp-default-method): Use it.
3277 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3279         * net/tramp.el (tramp-handle-copy-file): Add new optional
3280         parameter `preserve-selinux-context'.
3281         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3283 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3285         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3286         Ensure, that non remote files are still checked.  Oops.
3288 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
3290         Fix Bug#5840.
3292         * icomplete.el (icomplete-completions): Use `non-essential'.
3294         * net/tramp.el (tramp-connectable-p): New defun.
3295         (tramp-handle-expand-file-name)
3296         (tramp-completion-handle-file-name-all-completions)
3297         (tramp-completion-handle-file-name-completion): Use it.
3299 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3301         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3303 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
3305         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3307         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3309         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3310         is present.
3312         * info.el (info-tool-bar-map): Add labels.
3314         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3316         * cus-edit.el (custom-commands): Add labels for tool bar.
3317         (custom-buffer-create-internal, Custom-mode): Adjust for
3318         labels in custom-commands.
3320         * dynamic-setting.el: Renamed from font-setting.el.
3322 2010-04-21  John Wiegley  <jwiegley@gmail.com>
3324         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3325         toggles the use of virtual buffers.
3326         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
3327         value.
3328         (ido-toggle-virtual-buffers): New function.
3330 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
3332         Use `define-derived-mode'; fix window selection; doc fixes.
3333         * play/tetris.el (tetris, tetris-update-speed-function)
3334         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3335         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3336         (tetris-rotate-next, tetris-end-game, tetris-start-game)
3337         (tetris-pause-game): Fix typos in docstrings.
3338         (tetris-mode-map, tetris-null-map):
3339         Move initialization into declaration.
3340         (tetris-mode): Define with `define-derived-mode';
3341         set show-trailing-whitespace to nil.
3342         (tetris): Prefer window already displaying the "*Tetris*" buffer.
3344 2010-04-21  Karel Klíč  <kklic@redhat.com>
3346         * files.el (backup-buffer): Handle SELinux context, and return it
3347         if a backup was made by renaming.
3348         (backup-buffer-copy): Set SELinux context to the target file.
3349         (basic-save-buffer): Set SELinux context of the newly written file.
3350         (basic-save-buffer-1): Now it also returns any SELinux context.
3351         (basic-save-buffer-2): Set SELinux context of the newly created file,
3352         and return it.
3353         * net/tramp.el (tramp-file-name-for-operation):
3354         Add file-selinux-context.
3356 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3358         Make the log-edit comments use RFC822 format throughout.
3360         * vc.el (vc-checkin, vc-modify-change-comment):
3361         Adjust to new vc-start/finish-logentry.
3362         (vc-find-conflicted-file): New command.
3363         (vc-transfer-file): Adjust to new vc-checkin.
3364         (vc-next-action): Improve scoping.
3366         * vc-hg.el (vc-hg-log-edit-mode): Remove.
3367         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
3369         * vc-git.el (vc-git-log-edit-mode): Remove.
3370         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
3371         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3373         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3374         (vc-start-logentry): Remove argument `extra'.
3375         (vc-finish-logentry): Remove extra args.
3377         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3378         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
3379         (vc-bzr-conflicted-files): New function.
3381         * log-edit.el (log-edit-extra-flags)
3382         (log-edit-before-checkin-process): Remove.
3383         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3384         (log-edit-headers-alist): New var.
3385         (log-edit-header-contents-regexp): New const.
3386         (log-edit-match-to-eoh): New function.
3387         (log-edit-font-lock-keywords): Use them.
3388         (log-edit): Insert a "Summary:" header as default.
3389         (log-edit-mode): Mark font-lock rules as case-insensitive.
3390         (log-edit-done): Cleanup headers.
3391         (log-view-process-buffer): Remove.
3392         (log-edit-extract-headers): New function to replace it.
3394 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3396         * subr.el (default-direction-reversed): Remove obsolescence info.
3398 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3400         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3401         windows/frames.
3403         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3404         I.e. include text after point in the completion region.
3405         Also, return nil when we're not after/in a symbol.
3407         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3408         default enable-multibyte-characters.
3410 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3412         * international/mule.el: Help the user choose a valid coding-system.
3413         (read-buffer-file-coding-system): New function.
3414         (set-buffer-file-coding-system): Use it.  Prompt the user if the
3415         coding-system cannot encode all the chars.
3417         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3418         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3419         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3420         Don't use *vc-bzr-shelve*.
3422 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3424         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3425         Don't destroy list before using it.
3427 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
3429         Fix the version number for added files.
3430         * vc-hg.el (vc-hg-working-revision): Check if the file is
3431         registered after hg parent fails (Bug#5961).
3433 2010-04-19  Glenn Morris  <rgm@gnu.org>
3435         * htmlfontify.el (htmlfontify-buffer)
3436         (htmlfontify-copy-and-link-dir): Autoload entry points.
3438 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
3440         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3441         name relative to the project root (Bug#5960).
3443 2010-04-19  Glenn Morris  <rgm@gnu.org>
3445         * vc-git.el (vc-git-print-log): Doc fix.
3447 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
3449         * ido.el (ido-file-internal): Fix 2009-12-02 change.
3451 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
3453         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3454         default settings (Bug#5928).
3456 2010-04-19  Glenn Morris  <rgm@gnu.org>
3458         * progmodes/fortran.el (fortran-match-and-skip-declaration):
3459         New function.
3460         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
3462 2010-04-19  Kenichi Handa  <handa@m17n.org>
3464         * language/indian.el (malayalam-composable-pattern): Fix previous
3465         change (add U+0D4D "SIGN VIRAMA").
3466         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3467         (tamil-composable-pattern): Fix typo in the regexp.
3468         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3469         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3470         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3472 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3474         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3475         paragraph-separate (Bug#5821).
3477 2010-04-19  Juri Linkov  <juri@jurta.org>
3479         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3481         * info.el (Info-find-node-2): Comment out code that skips
3482         breadcrumbs line.
3483         (Info-mouse-follow-link): New command.
3484         (Info-link-keymap): New keymap.
3485         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3486         Return a string with links instead of inserting breadcrumbs
3487         to the Info buffer.
3488         (Info-fontify-node): Comment out code that inserts breadcrumbs.
3489         Instead of putting the `invisible' text property over the Info
3490         header, make an overlay over the Info header with the `invisible'
3491         property and `after-string' set to the string returned by
3492         `Info-breadcrumbs'.
3494 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3496         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3497         Reported by monkey@sandpframing.com.
3499 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3501         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3502         (tmm-get-keymap): Add key-binding shortcuts now that they're not
3503         available in the "keyseq cache" any more.
3505         * custom.el (defcustom): Add edebug spec.
3507 2010-04-18  Juri Linkov  <juri@jurta.org>
3509         Test for special mode-class in view-buffer instead of view-file (bug#5513).
3511         * view.el (view-file, view-buffer): Move test for special mode-class
3512         from view-file to view-buffer.
3514         * tar-mode.el (tar-extract): Turn if's into one cond
3515         like in arc-mode.el.
3517 2010-04-18  Juri Linkov  <juri@jurta.org>
3519         Add 7z archive format support (bug#5475).
3521         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3522         (archive-7z-extract): New defcustom.
3523         (archive-find-type): Add magic string for 7z.
3524         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3525         If `stderr-file' is non-nil, use `(t stderr-file)' for the
3526         `buffer' arg of `call-process'.
3527         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3528         call the function `archive-7z-extract' with the variable
3529         `archive-7z-extract' let-bound to `archive-zip-extract'.
3530         (archive-7z-summarize, archive-7z-extract): New functions.
3532         * international/mule.el (auto-coding-alist):
3533         * files.el (auto-mode-alist): Add 7z file extension.
3535 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3537         * loadup.el: Setup hash-cons for pure data.
3539         Fix duplicate entries in cedet's loaddefs.el files.
3540         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3541         Should make most file-local generated-autoload-file unnecessary.
3542         (print-readably): Silence warnings.
3543         (autoload-find-destination): Take load-name as an arg to make sure
3544         it's the same as the one that will be in the file.
3545         (autoload-generate-file-autoloads): Adjust to above changes.
3546         Try to make the dataflow a bit simpler.
3548         * cvs-status.el (cvs-refontify): Remove unused.
3550 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3552         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3554         * calc-bin.el (calc-radix): Have the "O" option turn on
3555         twos-complement mode.
3557 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
3559         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3560         Add `calc-option-prefix-help' to calc-help autoloads.
3561         (calc-inverse): Add "Option" to message, as appropriate.
3562         (calc-hyperbolic): Add "Option" to message, as appropriate.
3563         (calc-option, calc-is-option): New functions.
3565         * calc-help.el (calc-full-help): Add `calc-option-help'.
3566         (calc-option-prefix-help): New function.
3568         * calc-misc.el (calc-help): Add "Option" entry.
3570         * calc.el (calc-local-var-list): Add `calc-option-flag'.
3571         (calc-option-flag): New variable.
3572         (calc-do): Set `calc-option-flag to nil.
3573         (calc-set-mode-line): Add "Opt " as appropriate.
3575 2010-04-16  Juri Linkov  <juri@jurta.org>
3577         Move scrolling commands from simple.el to window.el
3578         because their primitives are implemented in window.c.
3580         * simple.el (scroll-error-top-bottom)
3581         (scroll-up-command, scroll-down-command, scroll-up-line)
3582         (scroll-down-line, scroll-other-window-down)
3583         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3584         * window.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         Move from simple.el to window.el because their primitives are
3589         implemented in window.c.
3591 2010-04-16  Juri Linkov  <juri@jurta.org>
3593         * isearch.el (isearch-lookup-scroll-key): Check both
3594         `isearch-scroll' and `scroll-command' properties.
3595         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3597         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3599         * simple.el (scroll-up-command, scroll-down-command)
3600         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3602 2010-04-15  Juri Linkov  <juri@jurta.org>
3604         * simple.el (scroll-up-command, scroll-down-command)
3605         (scroll-up-line, scroll-down-line): Put `scroll-command'
3606         property on the these symbols.  Remove them from
3607         `scroll-preserve-screen-position-commands'.
3609         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3610         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3611         Remove it from `scroll-preserve-screen-position-commands'.
3613         * isearch.el (isearch-allow-scroll): Doc fix.
3615 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3617         * net/tramp.el (tramp-error-with-buffer): Don't show the
3618         connection buffer when we are in completion mode.
3619         (tramp-file-name-handler): Catch the error for some operations
3620         when we are in completion mode.  This gives the user the chance to
3621         correct the file name in the minibuffer.
3623 2010-04-15  Glenn Morris  <rgm@gnu.org>
3625         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3627 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3629         Simplify by using `define-derived-mode'.
3630         * info.el (Info-mode):
3631         * calendar/todo-mode.el (todo-mode):
3632         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3633         (gomoku-mode-map): Move initialization into declaration.
3635 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3637         Fix Bug#5840.
3638         * ido.el (ido-file-name-all-completions-1):
3639         * minibuffer.el (minibuffer-completion-help):
3640         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3642 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3644         * simple.el (non-essential): New var.
3646         Add a new field `location' to bookmarks for non-file bookmarks.
3647         * bookmark.el (bookmark-location): Use the new field, if present.
3648         (bookmark-insert-location): Undo last change, not needed any more.
3649         * man.el (Man-bookmark-make-record):
3650         * woman.el (woman-bookmark-make-record): Add `location' field.
3652 2010-04-14  Juri Linkov  <juri@jurta.org>
3654         * simple.el (scroll-error-top-bottom): New defcustom.
3655         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3657         * emulation/pc-select.el (pc-select-override-scroll-error):
3658         Obsolete in favor of `scroll-error-top-bottom'.
3660 2010-04-14  Juri Linkov  <juri@jurta.org>
3662         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3663         `scroll-up-command' and `M-v' to `scroll-down-command'.
3665         * emulation/cua-rect.el (cua--init-rectangles):
3666         * forms.el (forms--change-commands):
3667         * image-mode.el (image-mode-map):
3668         Remap scroll-down-command and scroll-up-command
3669         in addition to scroll-down and scroll-up.
3671 2010-04-14  Juri Linkov  <juri@jurta.org>
3673         * mwheel.el (scroll-preserve-screen-position-commands):
3674         Add mwheel-scroll to this list of commands.
3676         * simple.el (scroll-preserve-screen-position-commands):
3677         Add scroll-up-command, scroll-down-command, scroll-up-line,
3678         scroll-down-line to this list of commands.
3680 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3682         * obsolete/complete.el: Move from lisp/complete.el.
3684         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3686         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3687         to the minor mode function now turns the mode ON unconditionally.
3689 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3691         * vc-dir.el (vc-dir-kill-line): New command.
3692         (vc-dir-mode-map): Bind it to C-k.
3694         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3696         * woman.el: Add bookmark declarations to silence the compiler.
3697         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3698         step to compatibility between man and woman bookmarks.
3699         Adjust for Man-default-bookmark-title renaming.
3700         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3702         * man.el: Add bookmark declarations to silence the compiler.
3703         (Man-name-local-regexp): Make it match NAME as well.
3704         (Man-getpage-in-background): Return the buffer.
3705         (Man-notify-when-ready): Use `case'.
3706         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3707         Don't hardcode "NAME".  Simplify.
3708         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3709         Rename from Man-bookmark-make-record.
3710         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3711         we have the actual man-args.  Use Man-getpage-in-background rather
3712         than `man' since the arg is already processed.  Let bookmark.el do the
3713         window handling.  Only wait for the relevant process.
3714         Don't forget to autoload.
3716         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3718 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3720         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3721         New functions.
3722         (woman-mode): Setup bookmark support.
3724         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3725         (man-bookmark-jump): New functions.
3726         (Man-mode): Setup bookmark support.
3728 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3730         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3731         recognize ssh-keygen prompt (Bug#2817).
3733 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3735         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3737 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3739         Synchronize with Tramp repository.
3741         * net/tramp.el (tramp-completion-function-alist)
3742         (tramp-file-name-regexp, tramp-chunksize)
3743         (tramp-local-coding-commands, tramp-remote-coding-commands):
3744         Fix docstring.
3745         (tramp-remote-process-environment): Use `format' instead of `concat'.
3746         (tramp-handle-directory-files-and-attributes)
3747         (tramp-get-remote-path): Use `copy-tree'.
3748         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3749         compatibility: Use `completion-ignore-case' if
3750         `read-file-name-completion-ignore-case' does not exist.
3751         (tramp-do-copy-or-rename-file-directly): Do not use
3752         `tramp-handle-file-remote-p'.
3753         (tramp-do-copy-or-rename-file-out-of-band):
3754         Use `tramp-compat-delete-directory'.
3755         (tramp-do-copy-or-rename-file-out-of-band)
3756         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3757         Use `format-spec-make'.
3758         (tramp-find-foreign-file-name-handler)
3759         (tramp-advice-make-auto-save-file-name)
3760         (tramp-set-auto-save-file-modes): Remove superfluous check for
3761         `stringp'.  This is done inside `tramp-tramp-file-p'.
3762         (tramp-debug-outline-regexp): New defconst.
3763         (tramp-get-debug-buffer): Use it.
3764         (tramp-check-for-regexp): Use (forward-line 1).
3765         (tramp-set-auto-save-file-modes): Adapt version check.
3767         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3768         Wrap call of `featurep' for 2nd argument.
3769         (tramp-compat-make-temp-file): Simplify fallback implementation.
3770         (tramp-compat-copy-tree): Remove function.
3771         (tramp-compat-delete-directory): Provide implementation for older
3772         Emacsen.
3774         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3775         Do not use `tramp-fish-handle-file-attributes.
3777         * net/trampver.el: Update release number.
3779 2010-04-10  Glenn Morris  <rgm@gnu.org>
3781         * progmodes/compile.el (compilation-save-buffers-predicate):
3782         Add missing :version tag.
3784 2010-04-09  Sam Steingold  <sds@gnu.org>
3786         * progmodes/compile.el (compilation-save-buffers-predicate):
3787         Remove the "autoload" cookie.
3789         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3790         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3791         and `bug-reference-prog-mode' can be used in hooks directly.
3793 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3795         Add --author support to git commit.
3796         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3797         (vc-git-log-edit-mode): New minor mode.
3798         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3799         New declarations.
3801 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3803         * vc-hooks.el, vc-git.el: Improve documentation comments.
3805 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3807         Fix some of the problems in defsubst* (bug#5728).
3808         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3809         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3811 2010-04-07  Sam Steingold  <sds@gnu.org>
3813         * progmodes/compile.el (compilation-save-buffers-predicate):
3814         New custom variable.
3815         (compile, recompile): Pass it to `save-some-buffers'.
3817 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3819         * wid-edit.el (widget-choose): Move cursor to the second line of
3820         the buffer (Bug#5695).
3822 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3824         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3825         * vc.el (vc-print-log-setup-buttons): New function split out from
3826         vc-print-log-internal.
3827         (vc-log-internal-common): New function, a parametrized version of
3828         vc-print-log-internal.
3829         (vc-print-log-internal): Just call vc-log-internal-common with the
3830         right arguments.
3831         (vc-incoming-outgoing-internal):
3832         (vc-log-incoming, vc-log-outgoing): New functions.
3833         (vc-log-view-type): New permanent local variable.
3835         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3837         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3838         of the dynamic bound vc-short-log.
3839         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3841         * vc-git.el (vc-git-log-outgoing): New function.
3842         (vc-git-log-view-mode): Use vc-log-view-type instead
3843         of the dynamic bound vc-short-log.
3845         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3846         of the dynamic bound vc-short-log.  Highlight the tag.
3847         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3848         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3849         (vc-hg-incoming-mode): Remove.
3850         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3852 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3854         Fix default-directory for vc-root-diff.
3855         * vc.el (vc-root-diff): Bind default-directory to the root
3856         directory for the diff command.
3858 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3860         * progmodes/verilog-mode.el (verilog-forward-sexp):
3861         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3862         word keywords, suggested by Steve Pearlmutter.
3863         (verilog-pretty-declarations): Support lineup of declarations in
3864         port lists.
3865         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3866         fix bug for /* / comments.
3867         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3868         Speed up and simplfy as this is never called with a bound.
3869         (verilog-pretty-declarations): Enhance to line up declarations
3870         inside a parameter list, suggested by Alan Morgan.
3871         (verilog-pretty-expr): Tune assignment regular expression match
3872         string for corner cases; also use markers instead of character
3873         number as indent changes the later.
3875 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3877         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3878         as missing keyword.
3879         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3880         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3881         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3882         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3883         Tennant.
3884         (verilog-keywords):
3885         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3886         1800-2009 keywords, including "global.".
3888 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3890         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3891         appearing in buffer list (if a live buffer name matched a recentf
3892         file basename).  Should use uniquify to offer a real solution.
3894 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3896         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3897         comment to code, and add a :version tag.
3898         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3900 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3902         Enable recentf-mode if using virtual buffers.
3903         * ido.el (recentf-list): Declare for byte-compiler.
3904         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3905         (ido-make-buffer-list): Simplify.
3906         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3908 2010-04-05  Juri Linkov  <juri@jurta.org>
3910         Scrolling commands which scroll a line instead of full screen.
3911         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3913         * simple.el (scroll-up-line, scroll-down-line): New commands.
3914         Put property isearch-scroll=t on them.
3916         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3917         Remove commands.
3919 2010-04-05  Juri Linkov  <juri@jurta.org>
3921         Scrolling commands which do not signal errors at top/bottom.
3922         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3924         * simple.el (scroll-up-command, scroll-down-command): New commands.
3925         Put property isearch-scroll=t on them.
3927         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3928         `scroll-down-command' and [next] from `scroll-up' to
3929         `scroll-up-command'.
3931         * emulation/cua-base.el: Put property CUA=move on
3932         `scroll-up-command' and `scroll-down-command'.
3933         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3934         and `scroll-down-command' to `cua-scroll-down'.
3936 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3938         * help.el (describe-mode): Return nil.
3940 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3942         * ido.el (ido-use-virtual-buffers): New variable to indicate
3943         whether "virtual buffer" support is enabled for IDO.
3944         (ido-virtual): Face used to indicate virtual buffers in the list.
3945         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3946         exists, but a virtual buffer of that name does (which would be why
3947         it was in the list), recreate the buffer by reopening the file.
3948         (ido-make-buffer-list): If virtual buffers are being used, call
3949         `ido-add-virtual-buffers-to-list' before the make list hook.
3950         (ido-virtual-buffers): New variable which contains a copy of the
3951         current contents of the `recentf-list', albeit pared down for the
3952         sake of speed, and with proper faces applied.
3953         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3954         create a list of "virtual buffers" to present to the user in
3955         addition to the currently open set.  Note that this logic could
3956         get rather slow if that list is too large.  With the default
3957         `recentf-max-saved-items' of 200, there is little speed penalty.
3959 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3961         * font-lock.el: Require CL when compiling.
3962         (font-lock-turn-on-thing-lock): Use `case'.
3964 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3966         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3967         Zaretskii.
3969 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3971         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3972         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3973         (semantic-imenu-goto-function): Reflow docstring.
3975 2010-04-02  Juri Linkov  <juri@jurta.org>
3977         * ehelp.el (electric-help-orig-major-mode):
3978         New buffer-local variable.
3979         (electric-help-mode): Set it to original major-mode.  Doc fix.
3980         (with-electric-help): Use `electric-help-orig-major-mode' instead
3981         of (default-value 'major-mode).  Doc fix.
3982         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3984 2010-04-02  Sam Steingold  <sds@gnu.org>
3986         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3987         `vc-hg-command' with a list of flags.
3989         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3990         Also accept "patch" and "RFE".
3991         (bug-reference-fontify): `bug-reference-url-format' can also be a
3992         function to be able to handle the bug kind.
3993         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3995 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3997         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3998         value to fboundp, it may not be a symbol.
4000 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4002         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
4004 2010-03-31  Juri Linkov  <juri@jurta.org>
4006         * simple.el (next-line, previous-line): Re-throw a signal
4007         with `signal' instead of using `ding'.
4008         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
4010 2010-03-31  Juri Linkov  <juri@jurta.org>
4012         * simple.el (keyboard-escape-quit): Raise deselecting the active
4013         region higher than exiting the minibuffer.
4014         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
4016 2010-03-31  Juri Linkov  <juri@jurta.org>
4018         * image.el (image-animated-p): Use `image-metadata' instead of
4019         `image-extension-data'.  Get GIF extenstion data from metadata
4020         property `extension-data'.
4022 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4024         * simple.el (append-to-buffer): Simplify.
4026 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
4028         * textmodes/artist.el (artist-mode): Fix typo in docstring.
4029         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
4031 2010-03-31  Kenichi Handa  <handa@m17n.org>
4033         * language/sinhala.el (composition-function-table): Fix regexp for
4034         the new Unicode specification.
4036         * language/indian.el (devanagari-composable-pattern)
4037         (tamil-composable-pattern, kannada-composable-pattern)
4038         (malayalam-composable-pattern): Adjust for the new Unicode
4039         specification.
4040         (bengali-composable-pattern, gurmukhi-composable-pattern)
4041         (gujarati-composable-pattern, oriya-composable-pattern)
4042         (telugu-composable-pattern): New variables to cope with the new
4043         Unicode specification.  Use them in composition-function-table.
4045 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4047         Make tmm-menubar work for the Buffers menu again (bug#5726).
4048         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
4049         vectors rather than cons cells, as used in menu-bar-update-buffers.
4051 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4053         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
4054         (js-insert-and-indent): Revert 2009-08-15 change, restoring
4055         electric punctuation for "{}();,:" (Bug#5586).
4057         * mail/sendmail.el (mail-default-directory): Doc fix.
4059 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4061         * mail/sendmail.el (mail-default-directory): Doc fix.
4063 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
4065         * subr.el (version-regexp-alist, version-to-list)
4066         (version-list-<, version-list-=, version-list-<=)
4067         (version-list-not-zero, version<, version<=, version=): Doc fix.
4068         (Bug#5744).
4070 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
4072         * vc.el (vc-root-diff): Doc fix.
4074 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4076         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
4078         * simple.el (append-to-buffer): Fix last change.
4080 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4082         * simple.el (append-to-buffer): Ensure that point is preserved if
4083         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
4084         (Bug#5749)
4086 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4088         * files.el (auto-mode-case-fold): Change default to t.
4090 2010-03-30  Juri Linkov  <juri@jurta.org>
4092         * dired-x.el (dired-omit-mode): Doc fix.
4094 2010-03-30  Juri Linkov  <juri@jurta.org>
4096         * replace.el (occur-accumulate-lines): Move occur-engine related
4097         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
4098         to be located after `occur-engine'.
4100 2010-03-30  Juri Linkov  <juri@jurta.org>
4102         Make occur handle multi-line matches cleanly with context.
4103         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
4105         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
4106         (occur-engine): Add local variables `ret', `prev-after-lines',
4107         `prev-lines'.  Use more arguments for `occur-context-lines'.
4108         Set first elem of its returned list to `data', and the second elem
4109         to `prev-after-lines'.  Don't print the separator line.
4110         In the end, print remaining context after-lines.
4111         (occur-context-lines): Add new arguments `begpt', `endpt',
4112         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
4113         after-lines of the previous match with before-lines of the
4114         current match and not overlap them.  Return a list with two
4115         values: the output line and the list of context after-lines.
4117 2010-03-30  Juri Linkov  <juri@jurta.org>
4119         * replace.el (occur-accumulate-lines): Fix a bug where the first
4120         context line at the beginning of the buffer was missing.
4122 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
4124         * files.el: Make bidi-display-reordering safe variable for boolean
4125         values.
4127 2010-03-29  Phil Hagelberg  <phil@evri.com>
4128             Chong Yidong  <cyd@stupidchicken.com>
4130         * subr.el: Extend progress reporters to perform "spinning".
4131         (progress-reporter-update, progress-reporter-do-update):
4132         Handle non-numeric value arguments.
4133         (progress-reporter--pulse-characters): New var.
4135 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
4137         * progmodes/compile.el (compilation-start): Fix regexp detection
4138         of initial cd command (Bug#5771).
4140 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
4142         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
4144 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
4146         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
4147         * lisp/progmodes/gdb-mi.el: Restore.
4148         * lisp/progmodes/gdb-ui.el: Remove.
4149         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
4151 2010-03-25  Glenn Morris  <rgm@gnu.org>
4153         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4154         all dired buffers, even tramp ones.  (Bug#5755)
4156 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4158         Add "union tags" in mpc.el.
4159         * mpc.el: Remove backward compatibility code.
4160         (mpc-browser-tags): Change default.
4161         (mpc--find-memoize-union-tags): New var.
4162         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
4163         (mpc-cmd-find): Handle the case where the playlist does not exist.
4164         Handle union-tags.
4165         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
4166         (mpc-cmd-add): Use mpc-cmd-flush.
4167         (mpc-tagbrowser-tag-name): New fun.
4168         (mpc-tagbrowser-buf): Use it.
4169         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
4171 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4173         Misc cleanup.
4174         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
4175         Use replace-regexp-in-string.
4176         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
4177         (makefile-imake-mode-syntax-table): Move init into defvar.
4178         (makefile-mode): Use define-derived-mode.
4180         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4181         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
4182         not be present any more.
4184 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4186         * faces.el (set-face-attribute): Fix typo in docstring.
4187         (face-valid-attribute-values): Reflow docstring.
4189         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
4191 2010-03-24  Glenn Morris  <rgm@gnu.org>
4193         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4195 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
4197         * indent.el (indent-for-tab-command): Doc fix.
4199 2010-03-24  Alan Mackenzie  <acm@muc.de>
4201         * progmodes/cc-engine.el (c-remove-stale-state-cache):
4202         Fix off-by-one error.  Fixes bug #5747.
4204 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4206         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
4207         (image-dired-read-comment): Doc fix.
4209         * json.el (json-object-type, json-array-type, json-key-type)
4210         (json-false, json-null, json-read-number):
4211         * minibuffer.el (completion-in-region-functions):
4212         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
4213         (cal-tex-cursor-week):
4214         * emacs-lisp/trace.el (trace-function):
4215         * eshell/em-basic.el (eshell/printnl):
4216         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
4217         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
4218         * obsolete/levents.el (allocate-event, event-key, event-object)
4219         (event-point, event-process, event-timestamp, event-to-character)
4220         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
4221         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
4222         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
4223         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
4224         (reftex-highlight-selection): Fix typos in docstrings.
4226 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4228         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
4230 2010-03-24  Glenn Morris  <rgm@gnu.org>
4232         * mail/rmail.el (rmail-highlight-face): Restore option deleted
4233         2008-02-13 without comment; mark it obsolete.
4234         (rmail-highlight-headers): Use rmail-highlight-face once more.
4236 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
4238         * woman.el (woman2-process-escapes): Only consume the newline if
4239         the filler character is on a line by itself (Bug#5729).
4241 2010-03-24  Kenichi Handa  <handa@m17n.org>
4243         * language/indian.el (devanagari-composable-pattern): Add more
4244         consonants.
4246 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
4248         * net/trampver.el: Update release number.
4250 2010-03-24  Glenn Morris  <rgm@gnu.org>
4252         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
4254 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
4256         * net/tramp.el (tramp-find-executable):
4257         Use `tramp-get-connection-buffer'.  Make the regexp for checking
4258         output of "wc -l" more robust.
4259         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
4260         (tramp-open-connection-setup-interactive-shell): Remove workaround
4261         for OpenSolaris bug, it is not needed anymore.
4263 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
4265         * cedet/semantic/imenu.el: New file, from the CEDET repository
4266         (Bug#5412).
4268 2010-03-24  Glenn Morris  <rgm@gnu.org>
4270         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
4272 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
4274         * files.el (auto-mode-alist): Accept more verilog file patterns.
4276 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4278         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4280 2010-03-24  Glenn Morris  <rgm@gnu.org>
4282         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4283         log-edit-before-checkin-process.
4285         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4287         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
4289         * vc-dispatcher.el (vc-start-logentry): Doc fix.
4290         (log-view-process-buffer, log-edit-extra-flags): Declare.
4292         * log-edit.el (log-edit-before-checkin-process): Doc fix.
4294         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4295         Consistently check ede-object is bound throughout.
4297         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4299 2010-03-23  Sam Steingold  <sds@gnu.org>
4301         Fix bug#5620: recalculate all markers on compilation buffer
4302         modifications, not on file modifications.
4303         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4304         the buffer modification time, for buffers not associated with files.
4305         (compilation-mode): Create it.
4306         (compilation-filter): Update it.
4307         (compilation-next-error-function): Use it instead of
4308         `visited-file-modtime' for timestamp.
4310 2010-03-23  Juri Linkov  <juri@jurta.org>
4312         Implement Occur multi-line matches.
4313         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4315         * replace.el (occur): Doc fix.
4316         (occur-engine): Set `begpt' to the beginning of the first line.
4317         Set `endpt' to the end of the last match line.  At first, count
4318         line numbers between `origpt' and `begpt'.  Split out code from
4319         `out-line' variable to new let-bindings `match-prefix' and
4320         `match-str'.  In `out-line' add non-numeric prefix to all
4321         non-first lines of multi-line matches.  Finally, count lines
4322         between `begpt' and `endpt' and add to `lines'.
4324 2010-03-23  Juri Linkov  <juri@jurta.org>
4326         * replace.el (occur-accumulate-lines, occur-engine):
4327         Use `occur-engine-line' instead of duplicate code.
4328         (occur-engine-line): New function created from duplicate code
4329         in `occur-accumulate-lines' and `occur-engine'.
4331         * replace.el (occur-engine-line): Add optional arg `keep-props'.
4332         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4334 2010-03-23  Juri Linkov  <juri@jurta.org>
4336         * finder.el: Remove TODO tasks.
4338         * info.el (Info-finder-find-node): Add node "all"
4339         with all package info.  Handle a list of multiple keywords
4340         separated by comma.
4341         (info-finder): In interactive use with a prefix argument,
4342         use `completing-read-multiple' to read a list of keywords
4343         separated by comma.
4345 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4347         Add a new completion style `substring'.
4348         * minibuffer.el (completion-basic--pattern): New function.
4349         (completion-basic-try-completion, completion-basic-all-completions):
4350         Use it.
4351         (completion-substring--all-completions)
4352         (completion-substring-try-completion)
4353         (completion-substring-all-completions): New functions.
4354         (completion-styles-alist): New style `substring'.
4356 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4358         Get rid of .elc files after removal of the corresponding .el.
4359         * Makefile.in (compile-clean): New target.
4360         (compile-main): Use it.
4362 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
4364         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4365         don't do make there.  When compiling with separate object dir, there
4366         is no Makefile there.
4368 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         Get rid of the ELCFILES abomination, again.
4371         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4372         (all, compile): Don't call compile-last.
4373         (compile-main): Build the "elcfiles" list dynamically.
4374         (compile-targets): New (internal) target.
4376 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
4378         * Makefile.in (top_srcdir): Define.
4379         (abs_top_builddir): Define.
4380         (srcdir): Don't append `/..'.
4381         (EMACS): Use ${abs_top_builddir}.
4382         (all, compile, compile-always, compile-last): Don't set emacswd.
4383         (update-subdirs, update-authors): Use $(top_srcdir) instead of
4384         $(srcdir).
4385         (lisp): Use $(srcdir) instead of @srcdir@.
4387 2010-03-21  Juri Linkov  <juri@jurta.org>
4389         Fix message of multi-line occur regexps and multi-buffer header lines.
4390         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4392         * replace.el (occur-1): Don't display regexp if it is longer
4393         than window-width.  Use `query-replace-descr' to display regexp.
4394         (occur-engine): Don't display regexp in the buffer header for
4395         multi-buffer occur.  Display a separate header line with total
4396         match count and regexp for multi-buffer occur.
4397         Use `query-replace-descr' to display regexp.
4399 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4401         * net/secrets.el: Fix parenthesis.
4402         (secrets-enabled): Fix parenthesis.
4404 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4406         Use more relative file and directory names.
4407         * Makefile.in (EMACS): Arrange for it to work when we chdir.
4408         (setwins, setwins_almost, setwins_for_subdirs):
4409         Don't `cd'; output relative names.
4410         (all, compile, compile-always, compile-last): Set emacswd.
4411         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4412         Just cd to the lisp source dir so we can use relative file names.
4414         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4416 2010-03-20  Glenn Morris  <rgm@gnu.org>
4418         * textmodes/rst.el: Use faces for font-lock customization, and make the
4419         old -face variables obsolete.
4420         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4421         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4422         (rst-block-face, rst-external-face, rst-definition-face)
4423         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4424         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4425         Make obsolete.
4426         (rst-font-lock-keywords-function): Update for above changes.
4428 2010-03-20  Juri Linkov  <juri@jurta.org>
4430         * s-region.el:
4431         * obsolete/s-region.el: Move to obsolete.
4433 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
4435         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4437 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4439         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4441 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4443         Add special markup processing for commit logs.
4444         * log-edit.el (log-edit-extra-flags): New variable.
4445         (log-edit): Add new argument MODE.  Use that mode when non-nil
4446         instead of the log-view-mode.
4447         (log-view-process-buffer): New function.
4449         * vc.el: Document that the checkin method takes optional
4450         arguments.  Document new backend specific method: log-view-mode.
4451         (vc-default-log-edit-mode): New function.
4452         (vc-checkin): Use a backend specific log-view-mode.
4453         Pass extra arguments to the checkin method.
4454         (vc-modify-change-comment): Pass a dummy extra argument.
4456         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4457         log-edit.
4458         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4459         (vc-finish-logentry): Process the log buffer before passing it
4460         down.  Pass log-edit-extra-flags.
4462         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4463         command.
4464         (log-edit-extra-flags, log-edit-before-checkin-process):
4465         New declarations.
4467         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4468         command.
4469         (log-edit-extra-flags, log-edit-before-checkin-process):
4470         New declarations.
4471         (vc-hg-log-edit-mode): New derived mode.
4473         * vc-arch.el (vc-arch-checkin):
4474         * vc-cvs.el (vc-cvs-checkin):
4475         * vc-git.el (vc-git-checkin):
4476         * vc-mtn.el (vc-mtn-checkin):
4477         * vc-rcs.el (vc-rcs-checkin):
4478         * vc-sccs.el (vc-sccs-checkin):
4479         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4481 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4484         parent typo).
4486 2010-03-19  Glenn Morris  <rgm@gnu.org>
4488         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4490 2010-03-18  Glenn Morris  <rgm@gnu.org>
4492         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4494         * replace.el (query-replace-history): Give it a doc string.
4495         (map-query-replace-regexp): Use query-replace-from-history-variable
4496         and query-replace-to-history-variable.
4498         * mail/hashcash.el (declare-function): Remove duplicate definition.
4500         * mail/emacsbug.el (report-emacs-bug-pretest-address):
4501         Make it an obsolete alias for report-emacs-bug-address.
4502         (message-strip-special-text-properties): Declare.
4503         (report-emacs-bug): Remove test for a pretest bug address.
4504         Combine message-mode-specific code.
4506         * mail/supercite.el: Don't require sendmail.
4507         (mh-in-header-p): Declare rather than using with-no-warnings.
4508         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4509         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
4511         * calendar/cal-french.el: Convert to utf-8.
4513         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4514         Emacs scripts.
4516 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
4518         * net/secrets.el (secrets-enabled): New variable.  Use it instead
4519         of a subfeature.
4521 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
4523         * net/secrets.el (top): Register the D-Bus signals only when the
4524         service "org.freedesktop.secrets" can be pinged.
4525         Provide subfeature `enabled'.
4527 2010-03-14  Juri Linkov  <juri@jurta.org>
4529         Add finder unknown keywords.
4531         * finder.el (finder-unknown-keywords): New function.
4533         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4534         to create a Finder node with unknown keywords.
4536 2010-03-14  Juri Linkov  <juri@jurta.org>
4538         * finder.el (finder-compile-keywords): Replace `princ' with
4539         `prin1' on a list of symbols interned from keyword strings.
4541         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4542         a comma, then split keywords using a comma and optional whitespace.
4543         Otherwise, split by whitespace.
4545         * complete.el:
4546         * face-remap.el:
4547         * log-view.el:
4548         * net/hmac-def.el:
4549         * net/hmac-md5.el:
4550         * net/netrc.el:
4551         * progmodes/mixal-mode.el: Fix keywords.
4553 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
4555         * Makefile.in (ELCFILES): Add net/secrets.elc.
4557         * net/secrets.el: New file.
4559 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4561         * facemenu.el (list-colors-display, list-colors-print): New arg
4562         callback.  Use it to allow selecting colors.
4564         * wid-edit.el (widget-image-insert): Insert image prop even if the
4565         current display is non-graphic.
4566         (widget-field-value-set): New fun.
4567         (editable-field): Use it.
4568         (widget-field-value-get): Clean up unused var.
4569         (widget-color-value-create, widget-color--choose-action):
4570         New funs.  Allow using list-colors-display to choose color.
4572 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4574         * cus-edit.el: Resort topmost custom groups.
4575         (custom-buffer-sort-alphabetically): Default to t.
4576         (customize-apropos): Use apropos-parse-pattern.
4577         (custom-search-field): New var.
4578         (custom-buffer-create-internal): Add custom-apropos search field.
4579         (custom-add-parent-links): Don't display parent doc.
4580         (custom-group-value-create): Don't sort top-level custom group.
4581         (custom-magic-value-create): Show visibility button before option name.
4583         (custom-variable-state): New fun, from custom-variable-state-set.
4584         (custom-variable-state-set): Use it.
4585         (custom-group-value-create): Hide options with standard values
4586         using the :hidden-states property.  Use progress reporter.
4588         (custom-show): Simplify.
4589         (custom-visibility): Disable images by default.
4590         (custom-variable): New property :hidden-states.
4591         (custom-variable-value-create): Enable images for
4592         custom-visibility widgets.  Use :hidden-states property to
4593         determine initial visibility.
4595         * wid-edit.el (widget-image-find): Give images center ascent.
4596         (visibility): Add :on-image and :off-image properties.
4597         (widget-visibility-value-create): Use them.
4599 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4601         * cus-edit.el (processes): Remove from development group.
4602         (oop, hypermedia): Delete group.
4603         (comm): Promote to top-level group.
4605         * net/browse-url.el (browse-url):
4606         * net/xesam.el (xesam):
4607         * net/tramp.el (tramp):
4608         * net/goto-addr.el (goto-address):
4609         * net/ange-ftp.el (ange-ftp): Put in comm group.
4611         * view.el (view): Remove from editing group.
4613         * uniquify.el (uniquify): Put in files group.
4615         * net/browse-url.el (browse-url):
4616         * ps-print.el (postscript): Put in external group.
4618         * cus-edit.el (outlines):
4619         * textmodes/text-mode.el (text-mode-hook):
4620         * textmodes/table.el (table):
4621         * textmodes/picture.el (picture):
4622         * outline.el (outlines): Put in wp group.
4624         * nxml/nxml-mode.el (nxml): Remove from wp group.
4626         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4628         * mail/metamail.el (metamail): Remove from hypermedia group.
4630         * cus-edit.el (abbrev):
4631         * whitespace.el (whitespace):
4632         * vcursor.el (vcursor):
4633         * reveal.el (reveal):
4634         * hl-line.el (hl-line): Put in convenience group.
4636         * epg-config.el (epg): Put in data group.
4638         * emulation/pc-select.el (pc-select): Put in emulations group.
4640         * calculator.el (calculator): Put in applications group.
4642 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4644         Add .dir-locals.el support for file-less buffers.
4645         * files.el (hack-local-variables): Split out code to apply local
4646         variable settings ...
4647         (hack-local-variables-apply): ... here.  New function.
4648         (hack-dir-local-variables): Use the default directory for when the
4649         buffer does not have an associated file.
4650         (hack-dir-local-variables-non-file-buffer): New function.
4651         * diff-mode.el (diff-mode):
4652         * vc-annotate.el (vc-annotate-mode):
4653         * vc-dir.el (vc-dir-mode):
4654         * log-edit.el (log-edit-mode):
4655         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4657 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4659         Add support for shelving snapshots and for showing shelves.
4660         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4661         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4662         New functions.
4663         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4664         (vc-bzr-extra-menu-map): Map them.
4666 2010-03-11  Glenn Morris  <rgm@gnu.org>
4668         * cus-edit.el (customize-changed-options-previous-release):
4669         Bump to 23.1.
4671         * image.el (image-animate-max-time): Fix :version tag.
4673 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4675         * Branch for 23.2.
4677 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4679         * vc-git.el (vc-git-revision-table): Include remote branches.
4681 2010-03-10  Kim F. Storm  <storm@cua.dk>
4683         Animated image API.
4684         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4686         * image.el (image-animate-max-time): New defcustom.
4687         (image-animated-types): New defconst.
4688         (create-animated-image, image-animate-timer)
4689         (image-animate-start, image-animate-stop, image-animate-timeout)
4690         (image-animated-p): New functions.
4692         * image-mode.el (image-toggle-display-image):
4693         Replace `create-image' with `create-animated-image'.
4695 2010-03-09  Miles Bader  <miles@gnu.org>
4697         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4698         instead of "format:"; this ensures that the output is
4699         newline-terminated.
4701 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4703         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4704         that all errors are caught, and that the return value is always a
4705         list (Bug#5692).
4707 2010-03-08  Kenichi Handa  <handa@m17n.org>
4709         * language/misc-lang.el (windows-1256): New coding system.
4710         (cp1256): New alias of windows-1256 (bug#5690).
4712 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4714         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4715         call to rfc822-bad-address.  (Bug#5692)
4717 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4719         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4720         Use vc-git-root as default directory for revision path (Bug#5657).
4722 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4724         * calculator.el (calculator): Don't bind split-window-keep-point
4725         (Bug#5674).
4727 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4729         * vc-git.el: Re-flow to fit into 80 columns.
4730         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4731         Remove spurious `quote' element in each case alternative.
4732         (vc-git-show-log-entry): Use prog1.
4733         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4735 2010-03-06  Glenn Morris  <rgm@gnu.org>
4737         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4738         Update template copyright to GPLv3+.
4740 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4742         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4744 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4746         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4747         definition, not the name (Bug#5481).
4749 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4751         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4752         argument with a local variable.  (Bug#5670)
4754 2010-03-02  Juri Linkov  <juri@jurta.org>
4756         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4758 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4760         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4761         error when FILENAME and NEWNAME are existing remote directories.
4763         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4764         parameter DIR-FLAG.
4766 2010-03-02  Glenn Morris  <rgm@gnu.org>
4768         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4769         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4771 2010-03-01  Kenichi Handa  <handa@m17n.org>
4773         * language/burmese.el (burmese-composable-pattern): Rename from
4774         myanmar-composable-pattern.
4776         * international/characters.el (script-list):
4777         * international/fontset.el (script-representative-chars):
4778         Change myanmar to burmese.
4779         (otf-script-alist): Likewise.
4780         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4782 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4784         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4786 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4788         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4790 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4792         * net/tramp.el (tramp-handle-write-region): START can be a string.
4793         Take care in the checks.  Reported by Dan Davison
4794         <davison@stats.ox.ac.uk>.
4796 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4798         * net/dbus.el (dbus-introspect, dbus-get-property)
4799         (dbus-set-property, dbus-get-all-properties):
4800         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4802 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4804         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4805         * emacs-lisp/elint.el (elint-add-required-env):
4806         * cedet/semantic/db-find.el
4807         (semanticdb-find-translate-path-brutish-default):
4808         * cedet/ede/make.el (ede-make-check-version):
4809         * calendar/icalendar.el (icalendar--add-diary-entry):
4810         * calc/calcalg2.el (math-tracing-integral):
4811         * files.el (recover-session-finish): Use with-current-buffer
4812         instead of save-excursion.
4814 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4816         Fix in-buffer completion when after-change-functions modify the buffer.
4817         * minibuffer.el (completion--replace): New function.
4818         (completion--do-completion): Use it and use relative movement.
4820 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4822         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4824 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4826         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4827         Allow the characters _<> in the stack entry (Bug#5653).
4829 2010-02-26  Kenichi Handa  <handa@m17n.org>
4831         * language/burmese.el: Fix entries in composition-function-table.
4832         (myanmar-composable-pattern): New variable.
4834         * international/fontset.el (setup-default-fontset): Add an entry
4835         for myanmar.
4837         * international/characters.el (script-list): Add Myanmar
4838         Extended-A.
4840 2010-02-26  Glenn Morris  <rgm@gnu.org>
4842         * custom.el (custom-initialize-delay): Doc fix.
4844         * mail/sendmail.el (send-mail-function): Autoload the call
4845         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4847 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4849         * files.el (hack-local-variables-filter): For eval forms, also
4850         check safe-local-variable-p (Bug#5636).
4852 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4854         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4855         and use c(ad)r of cddr (Bug#5640).
4857 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4859         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4860         setting the modes by `ignore-errors'.  It might fail, for example
4861         if the file is not owned by the user but the group.
4862         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4864 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4866         * files.el (directory-listing-before-filename-regexp): Use
4867         stricter matching for iso-style dates, to avoid false matches with
4868         date-like filenames (Bug#5597).
4870         * htmlfontify.el (htmlfontify): Doc fix.
4872         * eshell/eshell.el (eshell): Doc fix.
4874         * startup.el (fancy-about-screen): In mode-line, apply
4875         mode-line-buffer-id face only to the buffer name (Bug#5613).
4877 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4879         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4880         In `watcom' anchor regexp to start of line, to avoid slowness
4881         (Bug#5599).
4883 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4885         * subr.el (remove-yank-excluded-properties): Explain in a comment
4886         why `category' property is removed.
4888 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4890         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4891         2010-02-17 change.
4893 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4895         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4896         (icalendar--convert-weekly-to-ical)
4897         (icalendar--convert-yearly-to-ical)
4898         (icalendar--convert-block-to-ical)
4899         (icalendar--convert-cyclic-to-ical)
4900         (icalendar--convert-anniversary-to-ical): Take care of time
4901         specifications where hour has 1-digit only (Bug#5549).
4903 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4905         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4906         of disassemble output in GDB 7.1.
4908 2010-02-19  Glenn Morris  <rgm@gnu.org>
4910         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4911         property.  (Bug#5593)
4913 2010-02-18  Sam Steingold  <sds@gnu.org>
4915         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4917 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4919         Use abbreviated file names in bookmarks (bug#5591).
4920         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4921         calls to expand-file-name.
4922         (bookmark-relocate): Use abbreviated file names in bookmarks.
4923         (bookmark-load): Use abbreviated file names in messages.
4925 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4927         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4928         expand "." and "..".  Reported by Thierry Volpiatto
4929         <thierry.volpiatto@gmail.com>.
4931 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4933         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4934         permissions of the temporary file to "0600".  In case the remote
4935         file has no read permissions for the owner, there might be
4936         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4938 22010-02-18  Glenn Morris  <rgm@gnu.org>
4940         * emacs-lisp/authors.el (authors-renamed-files-alist):
4941         Add entries for INSTALL.CVS.
4943 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4945         * vc-bzr.el: Fix typo in Known Bugs section.
4947         * isearch.el (isearch-update-post-hook): New hook.
4948         (isearch-update): Use the new hook.
4950 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4952         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4953         Fix errors in copying directories.
4954         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4955         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4956         (tramp-handle-delete-file)
4957         (tramp-handle-dired-recursive-delete-directory)
4958         (tramp-handle-write-region): Flush also the cache for the upper
4959         directory.
4961 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4963         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4965         * cus-edit.el (hardware): Doc fix.
4967         * man.el (man): Add to external custom group.
4969         * delim-col.el (columns): Move to wp custom group.
4971         * doc-view.el (doc-view): Add to data custom group.
4973         * cedet/data-debug.el (data-debug): Move to extensions group.
4975         * cedet/ede.el (ede):
4976         * cedet/srecode.el (srecode):
4977         * cedet/semantic.el (semantic): Put in tools and extensions group.
4979         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4981         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4982         by ispell-parse-output (Bug#5575).
4984 2010-02-16  Kenichi Handa  <handa@m17n.org>
4986         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4987         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4988         (skkdic-convert): Use `euc-japan' coding system for writing.
4990 2010-02-16  Glenn Morris  <rgm@gnu.org>
4992         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4993         tex-main-file before using it.  (Bug#5562)
4995 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4997         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4998         warnings, since it is annoying for the user to see them each time he
4999         runs the code.
5001 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
5003         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
5004         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
5005         instead of PROC for caching "first-password-request".  Otherwise,
5006         new processes would not profit from passwords already entered.
5008         * net/tramp-cache.el (tramp-dump-connection-properties):
5009         Don't save "first-password-request" property.
5011 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
5013         * outline.el (outline-head-from-level):
5014         * simple.el (with-wrapper-hook):
5015         * cedet/ede.el (ede-run-target, project-delete-target)
5016         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
5017         (ede-adebug-project, ede-adebug-project-parent)
5018         (ede-adebug-project-root):
5019         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
5020         (elint-defun, elint-buffer-env, elint-top-form-logged)
5021         (elint-unbound-variable):
5022         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
5023         Fix typos in docstrings.
5025 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
5027         * files.el (insert-directory): When WILDCARD-REGEXP and
5028         FULL-DIRECTORY-P are nil, insert the file entry instead of the
5029         whole directory.  (Bug#5551)
5031         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
5032         dired's alignment sanity.  (Bug#5516)
5034 2010-02-14  Juri Linkov  <juri@jurta.org>
5036         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
5037         Remove remaining ^H with their preceding chars.  (Bug#5566)
5039 2010-02-13  Glenn Morris  <rgm@gnu.org>
5041         * simple.el (transpose-subr): Give it a doc-string.
5043         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
5044         Doc fixes.
5046 2010-02-12  Juri Linkov  <juri@jurta.org>
5048         * arc-mode.el (archive-unique-fname): Make directories for nested
5049         archives.  (Bug#5540)
5051 2010-02-12  Juri Linkov  <juri@jurta.org>
5053         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
5055 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5057         * subr.el (copy-overlay): Handle deleted overlays.
5059         * man.el (Man-completion-table): Don't signal an error if we can't run
5060         manual-program (bug#4056).
5062 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
5064         * textmodes/artist.el (artist-mt): Fix typos in docstring.
5066 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5068         * info.el (Info-bookmark-jump): Simplify.
5070         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
5071         (bookmark-default-handler): Accept new bookmark field `buffer'.
5073 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
5075         * iswitchb.el (iswitchb-completions): Revert last change.
5077 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
5079         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
5080         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
5081         This prevents file names like "~/" being listed literally.
5083 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
5085         * term/xterm.el (xterm-maybe-set-dark-background-mode):
5086         Remove dead code.  (Bug#5546)
5088 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
5090         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
5091         correctly (Bug#5548).
5093 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
5095         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
5096         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
5098 2010-02-08  Kenichi Handa  <handa@m17n.org>
5100         * international/mule-util.el (with-coding-priority): Add autoload
5101         cookie for putting `lisp-indent-function'.
5103 2010-02-07  Glenn Morris  <rgm@gnu.org>
5105         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
5106         Move F2003 named interfaces from keywords-2 to keywords-1, and
5107         use function-name-face rather than constant-face.
5108         Simplify "abstract interface" regexp.
5110 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
5112         * eshell/esh-util.el (eshell-file-attributes): New optional arg
5113         ID-FORMAT.  Pass it to `file-attributes'.
5115         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
5117 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
5119         * faces.el (set-face-attribute): Allow calling
5120         internal-set-lisp-face-attribute with 'unspecified family and
5121         foundry argument (Bug#5536).
5123 2010-02-07  Glenn Morris  <rgm@gnu.org>
5125         * progmodes/f90.el (f90-font-lock-keywords-2)
5126         (f90-looking-at-type-like, f90-looking-at-program-block-end):
5127         Handle F2003 named interfaces.
5129 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
5131         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
5132         beg and end before calling c-get-state-before-change-functions.
5134 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
5136         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
5138 2010-02-05  Juri Linkov  <juri@jurta.org>
5140         * doc-view.el (doc-view-mode):
5141         * image-mode.el (image-mode): Put property mode-class=special.
5142         (Bug#4896)
5144 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
5146         * vc-svn.el (vc-svn-revision-table): New function.
5148 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
5150         * net/ange-ftp.el (ange-ftp-insert-directory):
5151         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5152         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5153         Handle also directories.  (Bug#5478)
5155 2010-02-05  Glenn Morris  <rgm@gnu.org>
5157         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
5159 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
5161         * startup.el (command-line-1): Convert options beginning with a
5162         single dash as well (Bug#5519).
5164 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5166         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
5167         * minibuffer.el (completion-initials-expand): Only check the presence
5168         of delims *within* the boundaries, since otherwise the / delim is
5169         always found for files.
5171         Fix up various corner case problems.
5172         * doc-view.el (doc-view-last-page-number): New function.
5173         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
5174         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
5175         (doc-view-kill-proc): Avoid inf-loop in freak cases.
5176         (doc-view-reconvert-doc): Use the new recursive delete-directory.
5177         (doc-view-convert-current-doc): Don't create the resolution.el file
5178         here any more.
5179         (doc-view-pdf/ps->png): Do it here instead.
5180         (doc-view-already-converted-p): Check that resolution.el is present.
5181         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
5182         windows that are not yet showing images.
5184 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
5186         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
5187         `dired-uncache' for every elemnt which is an absolute file name.
5189         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
5190         directory, handle its directory component.
5191         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
5192         function is called permanently and creates noise, otherwise.
5194         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5195         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5196         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
5198 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
5200         * macros.el (apply-macro-to-region-lines):
5201         Minor simplification.  (Bug#5485)
5203 2010-02-04  Glenn Morris  <rgm@gnu.org>
5205         * mail/rmail.el (rmail-show-message-1): Handle malformed
5206         quoted-printable text.  (Bug#5441)
5208         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
5210         * simple.el (visual-line-mode): Capitalize lighter.
5212 2010-02-03  John Wiegley  <jwiegley@gmail.com>
5214         * iswitchb.el (iswitchb-completions): Add bookmark files to the
5215         list of files considered for "virtual buffer" completions.
5217 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
5219         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
5220         also in case of (and (not full) (not wildcard)).  This is needed
5221         when dired is called with a list of files, which are not in
5222         `default-directory'.  (Bug#5478)
5224 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5226         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
5228 2010-02-02  Juri Linkov  <juri@jurta.org>
5230         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
5231         from unidiff to allow function-line after @@.
5233 2010-02-02  Juri Linkov  <juri@jurta.org>
5235         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
5236         '(RCS SCCS) with inverted condition.
5238 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
5240         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
5241         messages.
5243 2010-02-01  Juri Linkov  <juri@jurta.org>
5245         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
5246         compare with "pkunzip" and "pkzip" instead of only "pkzip".
5247         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
5248         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
5250 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
5253         (doc-view-revert-buffer): New command.
5254         (doc-view-mode-map): Use it.
5256 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
5258         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
5259         pending merge is detected.
5261 2010-01-31  Juri Linkov  <juri@jurta.org>
5263         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
5264         beginning of interactive spec like all other grep commands do.
5265         Put "all" in front of "gz".  (Bug#5260)
5267 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
5269         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5271 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
5273         * dirtrack.el (dirtrack): Warn instead of signalling error if the
5274         regexp is incorrect (Bug#5476).
5276 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
5278         * net/tramp.el (tramp-handle-insert-directory): Handle also
5279         symlinks, when FILENAME is not in `default-directory'.
5281 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5283         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
5284         FILE is not in `default-directory'.  (Bug#5478)
5286         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5287         of SWITCHES.  Handle the case, FILENAME is not in
5288         `default-directory'.  (Bug#5478)
5289         (tramp-register-file-name-handlers): Add safe-magic property.
5291 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
5293         * arc-mode.el (archive-zip-extract): Quote the argument passed to
5294         unzip (Bug#5475).
5296 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
5298         * progmodes/flymake.el (flymake-allowed-file-name-masks)
5299         (flymake-master-make-header-init): Add other C++ filename masks.
5300         (flymake-find-possible-master-files)
5301         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5303 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5305         Fix some busybox annoyances.
5307         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5308         not responding." string.
5309         (tramp-open-connection-setup-interactive-shell): Dump stty
5310         settings.  Enable "neveropen" arg for all `tramp-send-command'
5311         calls.  Handle "=" in variable values properly.
5312         (tramp-find-inline-encoding): Raise an error, when no encoding is
5313         found.
5314         (tramp-wait-for-output): Check, whether PROC buffer is available.
5315         Remove spurious " ^H" sequences, sent by busybox.
5316         (tramp-get-ls-command): Suppress coloring, if possible.
5318 2010-01-28  Glenn Morris  <rgm@gnu.org>
5320         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
5322         * log-edit.el (log-edit-strip-single-file-name): Add missing
5323         :safe, :group, and :version tags.
5325 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
5327         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5328         buffers.  (Bug#5477)
5330 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
5332         * files.el (delete-directory): Handle moving to trash without
5333         first doing recursion (Bug#5436).
5335 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
5337         * vc-hooks.el (vc-path): Mark as obsolete.
5339 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
5341         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5342         names too.
5344         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5345         for the short log.
5346         (vc-bzr-log-view-mode): Adjust regexp for the above change.
5348 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
5350         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5352         * vc-bzr.el (vc-bzr-revision-table): New function.
5354 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
5356         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5357         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
5359 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5361         Remove support for adding --signoff on commit.
5362         Future support will use an incompatible generic mechanism.
5363         * vc-git.el (vc-git-add-signoff): Remove variable.
5364         (vc-git-toggle-signoff): Remove function.
5365         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5367         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5368         from xterm-set-background-mode.  Return t if the background mode
5369         was set.
5370         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5371         earlier, call it again in case the background mode has changed.
5373 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
5375         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5376         (Bug#3541).
5378 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
5380         * emacs-lisp/assoc.el (aelement): Doc fix.
5381         (aput, adelete, amake): Use lexical-let (Bug#5450).
5383 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
5385         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5386         is the same as subprogram call, not declaration.  (Bug#5435).
5388 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
5390         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5391         (tramp-smb-maybe-open-connection): Use it.
5393 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
5395         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
5397 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5399         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5400         just because we see "encoding: 8bit".
5401         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5403 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
5405         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5407 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
5409         * jka-compr.el (jka-compr-load): If load-file is not in
5410         load-history, try its file-truename version.  (bug#5447)
5412 2010-01-21  Alan Mackenzie  <acm@muc.de>
5414         Fix a situation where deletion of a cpp construct throws an error.
5415         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5416         invoking c-with-all-but-one-cpps-commented-out, check that the
5417         special cpp construct is still in the buffer.
5418         (c-parse-state): Record the special cpp with markers, not numbers.
5420 2010-01-21  Kenichi Handa  <handa@m17n.org>
5422         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5423         process last-command-event, as it is now decoded first (Bug#5380).
5425 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
5427         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5429 2010-01-20  Glenn Morris  <rgm@gnu.org>
5431         * indent.el (tab-always-indent): Fix custom-type.
5433 2010-01-19  Alan Mackenzie  <acm@muc.de>
5435         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5436         buffer throws "args out of range".
5437         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5438         playing the role of delimiter.
5440 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
5442         * progmodes/ada-mode.el: Fix bug#5400.
5443         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5444         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5445         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
5446         Improve comments in "is" portion.  Handle null procedure declaration.
5447         (ada-move-to-end): Improve doc string.
5449 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
5451         * ido.el (ido-cur-list): Initialize to nil.
5452         Remove obsolete information from commentary.
5453         (ido-choice-list): Initialize to nil.
5454         (ido-get-bufname): Reject minibuffers.
5455         (ido-make-buffer-list): If "default" is a nonexistent
5456         buffer, ignore it, as per the function's comment.
5457         (ido-kill-buffer-internal): New function.
5458         (ido-kill-buffer-at-head): Use it.
5459         (ido-visit-buffer): Likewise.
5461 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5463         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5465 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
5467         * cedet/ede/locate.el (ede-locate-file-in-project)
5468         (ede-locate-file-in-project-impl): Fix typos in docstrings.
5469         (ede-enable-locate-on-project): Fix typos in error messages.
5471         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5472         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5473         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5474         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5475         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5476         Fix typos in menu help.
5478         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5479         Fix typos in chart titles.
5481         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5482         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5483         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5484         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5485         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5486         (semantic-parse-stream, semantic-parse-region)
5487         (semantic-parse-region-default, semantic--set-buffer-cache)
5488         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5489         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5490         (semantic-default-submodes):
5491         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5492         (semanticdb-create-ebrowse-database)
5493         (semanticdb-find-tags-for-completion-method)
5494         (semanticdb-find-tags-by-class-method)
5495         (semanticdb-deep-find-tags-by-name-method)
5496         (semanticdb-deep-find-tags-for-completion-method):
5497         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5498         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5499         (semanticdb-find-tags-for-completion-method)
5500         (semanticdb-find-tags-by-class-method)
5501         (semanticdb-deep-find-tags-for-completion-method):
5502         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5503         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5504         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5505         (semanticdb-find-tags-by-name-method)
5506         (semanticdb-find-tags-by-name-regexp-method)
5507         (semanticdb-find-tags-for-completion-method)
5508         (semanticdb-find-tags-by-class-method)
5509         (semanticdb-find-tags-external-children-of-type-method)
5510         (semanticdb-find-tags-subclasses-of-type-method)
5511         (semanticdb-deep-find-tags-by-name-method)
5512         (semanticdb-deep-find-tags-by-name-regexp-method)
5513         (semanticdb-deep-find-tags-for-completion-method):
5514         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5515         (semanticdb-enable-gnu-global-in-buffer)
5516         (semanticdb-find-tags-for-completion-method)
5517         (semanticdb-deep-find-tags-by-name-method)
5518         (semanticdb-deep-find-tags-for-completion-method):
5519         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5520         (javascript-mode, semanticdb-find-translate-path)
5521         (semanticdb-find-tags-for-completion-method)
5522         (semanticdb-find-tags-by-class-method)
5523         (semanticdb-deep-find-tags-by-name-method)
5524         (semanticdb-deep-find-tags-for-completion-method)
5525         (semanticdb-find-tags-external-children-of-type-method):
5526         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5527         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5528         (global-semantic-idle-scheduler-mode):
5529         * cedet/srecode/dictionary.el (srecode-field-value)
5530         (srecode-dictionary-add-section-dictionary):
5531         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5532         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5533         (describe-class, eieio-describe-generic, describe-generic):
5534         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5535         (eieio-speedbar-expand):
5536         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5537         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5538         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5539         (viper-del-backward-char-in-replace, viper-backward-indent)
5540         (viper-brac-function, viper-register-to-point, viper-submit-report):
5541         * net/tramp.el (tramp-remote-coding-commands):
5542         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5543         Fix typos in docstrings.
5545 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5547         * mail/sendmail.el (mail-yank-original): Set the mark if the
5548         specified function for yanking does not do it.
5550 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
5552         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
5554         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5555         resyncing a directory.
5557 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
5559         * progmodes/ada-mode.el: Fix bug#1920.
5560         (ada-ident-re): Delete ., allow multibyte characters.
5561         (ada-goto-label-re): New; matches goto labels.
5562         (ada-block-label-re): New; matches block labels.
5563         (ada-label-re): New; matches both.
5564         (ada-named-block-re): Deleted; callers changed to use
5565         `ada-block-label-re' instead.
5566         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5567         Use `ada-block-label-re'.
5568         (ada-indent-on-previous-lines): Improve handling of goto labels.
5569         (ada-get-indent-block-start): Special-case block label.
5570         (ada-get-indent-label): Split into `ada-indent-block-label' and
5571         `ada-indent-goto-label'.
5572         (ada-goto-stmt-start, ada-goto-next-non-ws):
5573         Optionally ignore goto labels.
5574         (ada-goto-next-word): Simplify.
5575         (ada-indent-newline-indent-conditional): Insert newline before
5576         trying to fix indentation; doc fix.
5578 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
5580         * calc/calc.el (calc-command-flags): Give it an initial value.
5582 2010-01-17  Glenn Morris  <rgm@gnu.org>
5584         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5586 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5588         * cedet/semantic.el (semantic-mode):
5589         * files.el (minibuffer-with-setup-hook):
5590         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5591         (artist-key-draw-continously, artist-key-do-continously-continously)
5592         (artist-key-set-point-continously, artist-mouse-draw-continously):
5593         Fix typos in docstrings.
5595 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5597         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5598         return t (Bug#3898).
5600 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5602         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5603         can parse the output of the external commands (Bug#5279).
5605 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5607         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5609 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5611         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5613         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5615         * startup.el (command-line): Remove unused --icon-type arg.
5616         Handle --display arg, passing it to command-line-1 (Bug#5392).
5618 2010-01-16  Mario Lang  <mlang@delysid.org>
5620         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5621         * cedet/ede/files.el (ede-expand-filename):
5622         * cedet/ede/simple.el (ede-simple-project):
5623         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5624         (semantic-complete-inline-tag-engine):
5625         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5626         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5627         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5628         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5629         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5630         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5631         * emacs-lisp/chart.el (chart-translate-namezone):
5632         * textmodes/artist.el (artist-compute-popup-menu-table):
5633         Remove duplicated words in doc-strings.
5635 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5637         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5638         to mairix-search to suppress threading (Bug#5342).
5640 2010-01-15  Kenichi Handa  <handa@m17n.org>
5642         * international/mule-cmds.el (canonicalize-coding-system-name):
5643         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5645 2010-01-15  Glenn Morris  <rgm@gnu.org>
5647         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5649         * wid-edit.el (widget-keymap): Doc fix.
5651         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5652         former seems to be more widely accepted by various svn versions.
5654 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5656         * find-cmd.el (find-constituents):
5657         * vc-arch.el (vc-arch-root):
5658         * window.el (window-body-height, pop-up-frames):
5659         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5660         (semantic-no-reparse-needed-change-hook):
5661         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5662         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5663         (srecode-template-inserter-ask, srecode-template-inserter-width)
5664         (srecode-template-inserter-section-start)
5665         (srecode-template-inserter-section-end, srecode-insert-method):
5666         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5667         * progmodes/ada-stmt.el (ada-if):
5668         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5669         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5670         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5671         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5673         * progmodes/flymake.el (flymake-post-syntax-check):
5674         Fix typo in error message.
5676 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5678         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5679         which is always a string.  (Bug#5313)
5681 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5683         * progmodes/ada-xref.el (ada-default-prj-properties):
5684         Simplify previous change.
5686 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5688         * progmodes/ada-xref.el (ada-default-prj-properties):
5689         Default ada_project_path to $ADA_PROJECT_PATH.
5691 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5693         * progmodes/ada-mode.el (ada-create-keymap):
5694         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5696 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5698         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5699         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5700         (ada-get-current-indent, ada-imenu-generic-expression)
5701         (ada-which-function): Check for it.
5703 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5705         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5706         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5708 2010-01-14  Glenn Morris  <rgm@gnu.org>
5710         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5712 2010-01-14  Kenichi Handa  <handa@m17n.org>
5714         * composite.el (auto-composition-mode): Make it a buffer local
5715         variable (permanent-local).
5716         (auto-composition-function): Set the default value to
5717         auto-compose-chars.
5718         (auto-composition-mode): Make it a simple function, not a minor mode.
5719         (global-auto-composition-mode): Likewise.
5720         (turn-on-auto-composition-if-enabled): Delete it.
5722 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5724         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5726 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5728         * files.el (copy-directory): Compute target for recursive
5729         directories with identical names.  (Bug#5343)
5731 2010-01-12  Glenn Morris  <rgm@gnu.org>
5733         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5734         it to bug-gnu-emacs rather than emacs-pretest-bug.
5736 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5738         * cedet/data-debug.el (data-debug): Fix customization group reference.
5740 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5742         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5743         (semantic-analyze-context, semantic-analyze-context-assignment)
5744         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5745         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5746         (semantic-java-doc-keywords-map):
5747         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5748         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5749         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5750         (semantic-c-classname, semantic-format-tag-uml-prototype)
5751         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5752         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5753         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5754         (semantic-get-local-variables, semantic-end-of-command)
5755         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5756         (lisp-mode):
5757         * cedet/semantic/bovine/make.el (makefile-mode):
5758         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5759         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5760         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5761         (semantic-lex, semantic-get-local-variables, python-mode):
5762         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5763         * cedet/srecode/extract.el (srecode-extract-state-set)
5764         (srecode-extract-method): Fix typos in docstrings.
5766 2010-01-11  Sam Steingold  <sds@gnu.org>
5768         * imenu.el (imenu-default-create-index-function): Detect infinite
5769         loops caused by imenu-prev-index-position-function.
5771 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5773         * htmlfontify.el (htmlfontify-load-rgb-file)
5774         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5775         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5776         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5777         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5778         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5779         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5780         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5781         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5782         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5783         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5784         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5785         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5786         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5787         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5788         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5789         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5790         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5791         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5792         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5793         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5794         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5795         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5796         backslash-quoting from parentheses, etc.
5798 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5800         * progmodes/js.el: Autoload javascript-mode alias.
5802 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5804         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5805         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5806         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5807         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5808         Fix typos in docstrings.
5809         (ffap-url-regexp): Doc fix.
5810         (ffap-at-mouse): Fix typo in message.
5812 2010-01-11  Glenn Morris  <rgm@gnu.org>
5814         * version.el (emacs-copyright): Set copyright year to 2010.
5816 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5818         * format.el (format-annotate-function): Only set
5819         write-region-post-annotation-function after running to-fn so as not to
5820         affect nested write-region calls (bug#5273).
5822 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5824         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5825         Add python parser.
5827         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5828         wisent/python.el.
5830 2010-01-10  Richard Kim  <emacs18@gmail.com>
5832         * cedet/semantic/wisent/python-wy.el:
5833         * cedet/semantic/wisent/python.el: New files.
5835 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5837         * man.el (Man-goto-section): Signal error if the section is not
5838         found (Bug#5317).
5840 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5842         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5843         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5845 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5847         * progmodes/compile.el: Don't treat compile-command as safe if
5848         compilation-read-command might be nil (Bug#4218).
5850 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5852         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5853         NS options.
5855 2010-01-08  Kenichi Handa  <handa@m17n.org>
5857         * international/fontset.el (build-default-fontset-data):
5858         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5860 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5862         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5863         to `create-file-buffer' as it expects, not just a buffer name.
5864         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5865         to help uniquify.  (Bug#3224)
5867 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5869         * font-setting.el (font-setting-change-default-font): Use user-spec
5870         instead of name.
5872 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5874         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5876 2010-01-05  Tom Tromey  <tromey@redhat.com>
5878         * progmodes/python.el (python-font-lock-keywords):
5879         Handle qualified decorators (Bug#881).
5881 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5883         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5884         in a lightweight checkout.
5886 2010-01-05  Kenichi Handa  <handa@m17n.org>
5888         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5890 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5892         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5894 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5896         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5897         checkouts.  (Bug#618)
5898         (vc-bzr-log-view-mode): Also highlight the author.
5899         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5900         (vc-bzr-shelve-menu-map):
5901         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5902         (vc-bzr-shelve-apply): Make prompt more explicit.
5904 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5906         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5907         They are valid characters in URL paths (rfc3986), and at least
5908         Firefox does not understand the encoded version (Bug#3166).
5910 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5912         * progmodes/octave-mod.el (octave-end-keywords)
5913         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5914         Add "end" keyword (Bug#3061).
5915         (octave-end-as-array-index-p): New function.
5916         (calculate-octave-indent): Use it.
5918 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5920         * bookmark.el: Consistently put the text property on the bookmark name.
5921         (bookmark-bmenu-marks-width): Bump back to 2, to include
5922         annotation marks.
5923         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5924         property on the bookmark name, instead of not putting it at all.
5925         (bookmark-bmenu-list): Fix where we put the text property.
5927 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5929         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5930         for showing buffer modified state (as added in the previous change).
5932 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5934         * bookmark.el: Show modified state of bookmark buffer more accurately.
5935         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5936         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5937         (with-buffer-modified-unmodified): New macro.
5938         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5939         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5940         Use new macro to preserve the buffer modified state.
5942 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5944         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5945         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5946         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5947         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5948         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5949         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5950         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5952 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5954         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5955         Make the lines in the generated doc string shorter.  (Bug#4668)
5957 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5959         * net/rcirc.el: Add follow-link binding (Bug#4738).
5961 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5963         * Makefile.in (bzr-update): Rename from cvs-update.
5964         (cvs-update): New target for backward compatibility.
5966         * makefile.w32-in (bzr-update): Rename from cvs-update.
5967         (cvs-update): New target for backward compatibility.
5969 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5971         * bookmark.el: Remove gratuitous gratitude.
5973 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5975         * bookmark.el (bookmark-bmenu-any-marks): New function.
5976         (bookmark-bmenu-save): Clear buffer modification if no marks.
5978 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5980         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5981         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5982         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5983         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5985         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5986         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5987         To: emacs-devel {_AT_} gnu.org
5988         Subject: bookmark.el bug report
5989         Date: Mon, 28 Dec 2009 14:19:16 +0800
5990         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5992 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5994         * bookmark.el: Improvements suggested by Drew Adams:
5995         (bookmark-bmenu-ensure-position): New name for
5996         `bookmark-bmenu-check-position'.  Just ensure the position,
5997         don't return any meaningful value.
5998         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5999         New constants.
6001 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
6003         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
6004         (bookmark-yank-point, bookmark-bmenu-check-position):
6005         Fix typos in docstrings.
6006         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
6007         (bookmark-name-from-full-record, bookmark-get-position)
6008         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
6009         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
6010         Remove useless quoting of parenthesis, etc. in docstrings.
6012         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
6013         (ediff-append-custom-diff): Fix typo in error message.
6014         (ediff-meta-mark-equal-files): Fix typos in messages.
6016         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
6018         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
6019         Fix typo in docstring.
6021         * net/imap-hash.el (imap-hash-make): Doc fix.
6022         (imap-hash-test): Fix typo in error message; reflow docstring.
6023         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
6024         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
6025         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
6026         Fix typos in docstrings.
6027         (imap-hash-open-connection): Fix typo in error message.
6029         * play/gomoku.el (gomoku): Fix typos in docstring.
6031         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
6032         (gdb-jsonify-buffer): Fix typos in docstring.
6033         (gdb-goto-breakpoint): Fix typo in error message.
6034         ("Display Other Windows"): Fix typo in help message.
6035         (gdb-speedbar-expand-node): Fix typo in question.
6037         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
6038         (idlwave-html-system-help-location, idlwave-html-help-location)
6039         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
6040         (idlwave-help-browser-generic-args, idlwave-help-directory)
6041         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
6042         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
6043         (idlwave-online-help, idlwave-help-html-link)
6044         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
6045         Fix typos in docstrings.
6046         (idlwave-help-with-source, idlwave-help-find-routine-definition):
6047         Reflow docstrings.
6048         (idlwave-help-assistant-start): Fix typo in error message.
6050         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
6051         (octave-electric-space): Fix typos in docstrings.
6053 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6055         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
6057 2010-01-01  Juri Linkov  <juri@jurta.org>
6059         * comint.el (comint-input-ring-size): Make it a defcustom and
6060         increase the default to 500 (Bug#5148).
6062 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
6064         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
6065         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
6066         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
6068 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
6070         Show working revision correctly for mercurial.
6071         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
6072         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
6074 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
6076         Declare some functions for the byte-compiler.
6077         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
6078         (speedbar-timer-fn, speedbar-change-expand-button-char)
6079         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
6081 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
6083         This changeset reverts GDB Graphical Interface to use annotations.
6084         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
6086 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
6088         Make vc-dir work on subdirectories of the bzr root.
6089         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
6090         file names relative to it.
6091         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
6092         relative directory to vc-bzr-after-dir-status.
6094 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
6096         * font-lock.el (font-lock-refresh-defaults): New function, which
6097         can be used to let font-lock react to external changes in
6098         variables like font-lock-defaults and keywords.
6099         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
6101 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
6103         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
6105         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
6107 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
6109         Supersede color.diff settings in git log (bug#5211).
6111         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
6112         escape chars in its output when the user has color.diff set to `always'.
6113         This fix works on git 1.4.2 and newer (released on 2006-08-13).
6115 2009-12-26  Kevin Ryde  <user42@zip.com.au>
6117         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
6118         node.  Keep previous "Index" name to work with past coreutils too.
6120         * man.el (man): Revise docstring a bit to show -a and -l as
6121         examples.  Add -k description since support for it has otherwise
6122         been a secret.  (Further to bug#3717.)
6123         (Man-bgproc-sentinel): When "-k foo" produces no output show error
6124         "no matches" rather than "Can't find manpage", as the latter reads
6125         like -k was interpreted as a page name, which is not so.  (Bug#5431)
6127 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
6129         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
6130         switches.  Check also for //SUBDIRED// line.
6132 2009-12-25  Kenichi Handa  <handa@m17n.org>
6134         * language/indian.el (devanagari-composable-pattern): Fixed to
6135         handle ZWNJ and ZWJ.  Use it in composition-function-table for
6136         Devanagari.
6137         (malayalam-composable-pattern): Fix previous change.
6139 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6141         * ps-print.el (ps-face-attributes): It was not returning the
6142         attribute face for faces specified as string.  Reported by harven
6143         <harven@free.fr>.
6144         (ps-print-version): New version 7.3.5.
6146 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
6148         * calendar/icalendar.el (icalendar--convert-tz-offset):
6149         Fix timezone names.
6150         (icalendar--convert-tz-offset): Fix the "last-day-problem".
6151         (icalendar--add-diary-entry): Remove the trailing blank that
6152         diary-make-entry inserts.
6154 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
6156         Make `file-expand-wildcards' work for remote files.
6158         * files.el (file-expand-wildcards): In case of remote files, check
6159         only local file name part for wildcards.  Provide feature 'files
6160         and subfeature 'remote-wildcards.  (Bug#5198)
6162         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
6163         if there is already an established connection.
6164         (tramp-advice-file-expand-wildcards): Remove it.
6166         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
6167         (tramp-advice-file-expand-wildcards): Move from tramp.el.
6168         Activate advice for older GNU Emacs versions.  (Bug#5237)
6170 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
6172         Some doc fixes (more needed).
6174         * find-cmd.el (find-constituents): Reflow docstring.
6175         (find-cmd, find-prune, find-command): Fix typos in docstrings.
6176         (find-generic): Doc fix.
6178 2009-12-17  Juri Linkov  <juri@jurta.org>
6180         Fix regression from 23.1 to allow multiple modes in Local Variables.
6182         * files.el (hack-local-variables-filter): While ignoring duplicates,
6183         don't take `mode' into account.
6184         (hack-local-variables-filter, hack-dir-local-variables):
6185         Don't remove duplicate `mode' from local-variables-alist (like `eval').
6187 2009-12-17  Juri Linkov  <juri@jurta.org>
6189         Make `dired-diff' safer.  (Bug#5225)
6191         * dired-aux.el (dired-diff): Signal an error when `file' equals to
6192         `current' or when `file' is a directory of the `current' file.
6194 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
6196         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
6197         unconditionally preloaded files.
6199 2009-12-16  Juri Linkov  <juri@jurta.org>
6201         Revert to old 23.1 logic of using the file at the mark as default.
6202         * dired-aux.el (dired-diff): Use the file at the mark as default
6203         if it's not the same as the current file, and the target dir is
6204         the current dir or the mark is active.  Add the current file
6205         as the arg of `dired-dwim-target-defaults'.  Use the default file
6206         in the prompt.  (Bug#5225)
6208 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
6210         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
6211         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
6212         (tramp-check-for-regexp): Check also, when an echoing shell stops
6213         to echo sent commands.
6215 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6217         * Makefile.in: Revert last change (Bug#5191).
6219 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
6221         * vc-hg.el (vc-hg-print-log): Fix argument order.
6222         (vc-hg-working-revision): Make sure the command is executed in a
6223         known environment so that we can parse the output.  (Bug#4417)
6225 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6227         * progmodes/python.el (python-symbol-completions): Remove text
6228         properties from symbol string before calling python-send-receive.
6230 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
6232         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
6233         when there are values for both file and line.  (Bug#5060)
6235 2009-12-14  Juri Linkov  <juri@jurta.org>
6237         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
6238         whitespace after the file name of the first line of unified format,
6239         because git-diff doesn't output whitespace and file modification time
6240         after the file name.
6242 2009-12-14  David Kastrup  <dak@gnu.org>
6244         * info.el (Info-hide-cookies-node): Before hiding a cookie,
6245         check if it already has the `display' property added by
6246         `Info-display-images-node', and not put the `invisible' property
6247         in this case.
6249 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6251         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
6252         (semantic-mru-bookmark-mode): Doc fixes.
6254         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
6255         of assert.
6257 2009-12-13  Glenn Morris  <rgm@gnu.org>
6259         * mail/emacsbug.el (message-sort-headers): Define for compiler.
6260         (report-emacs-bug): In message-mode, sort manually before storing
6261         original report text.  (Bug#5178)
6262         Remove superfluous save-excursion.
6264 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
6266         * net/dbus.el (dbus-property-handler): Filter lambda forms out
6267         when responding to "GetAll" properties.
6269 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
6271         * simple.el (compose-mail): Remove mail-setup-with-from from
6272         customization checks.
6274 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
6276         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6277         RAR archives created on Unix systems.
6279 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6281         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6282         the varalias that was accidentally removed by the 2009-11-19 change
6283         (bug#5186).
6285 2009-12-12  Kenichi Handa  <handa@m17n.org>
6287         * language/indian.el (indian-compose-regexp): New function.
6288         (malayalam-composable-pattern): Fix the pattern.
6289         (composition-function-table): Set malayalam-composable-pattern for
6290         Malayalam characters.
6292 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
6294         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6295         rather than down-mouse-1, based on follow-link conventions.
6297         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6298         are compiled.
6300 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
6302         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6303         (verilog-vmm-statement-re, verilog-ovm-statement-re)
6304         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6305         (verilog-leap-to-head, verilog-backward-token):
6306         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
6308 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
6310         * progmodes/verilog-mode.el (verilog-auto-lineup)
6311         (verilog-nameable-item-re): Cleanup user-visible spelling and
6312         documentation errors.  One reported by Gary Delp.
6313         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6314         (verilog-read-decls): Fix AUTOWIRE with types declared in a
6315         package, bug195.  Reported by Pierre-David Pfister.
6317 2009-12-11  Glenn Morris  <rgm@gnu.org>
6319         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6321         * mail/emacsbug.el: No longer require sendmail.
6322         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
6323         (report-emacs-bug-orig-text): Doc fix.
6324         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6325         New local variables, to adapt to different mail-user-agents.
6326         (report-emacs-bug): Fix test for a gnu.org address.
6327         Use overlays for emphasis, since font-lock defeats 'face property.
6328         Pretest bugs also end up at the newsgroup these days.
6329         Stop message-mode stripping text properties.
6330         Set and use the new buffer-local variables.
6331         (report-emacs-bug-hook): Add doc-string.
6332         Remove some unnecessary save-excursions and simplify.
6333         Use the appropriate hook and send-command.
6335         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6336         capitalization of some menu entries.
6338 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6340         * whitespace.el (whitespace-display-char-on):
6341         Ensure `buffer-display-table' is unique when two or more windows are
6342         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6343         New version 12.1.
6345 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
6347         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6348         characters in the Attribute field.
6350 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
6352         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
6354 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6356         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6357         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6358         Disregard autoload-excludes.
6359         (update-directory-autoloads): Obey autoload-excludes here instead.
6360         But don't store its contents in no-autoloads and remove entries that
6361         refer to excludes files.
6363 2009-12-10  Glenn Morris  <rgm@gnu.org>
6365         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6366         (expand-mail-aliases): Define for compiler.
6368         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6369         Define for compiler.
6371         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6372         appropriate for the mail-user-agent in use.
6374 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
6376         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6378 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
6380         Fix short log parsing and fontification.
6381         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6382         Fix fontification for the [merge] label.
6384 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
6386         Drop some properties to avoid surprises (bug#5002).
6387         * htmlfontify.el (hfy-ignored-properties): New defcustom.
6388         (hfy-fontify-buffer): Use it.
6390 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6392         Minor cleanup.
6393         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6394         Adjust all callers.
6395         (ffap-locate-file): Remove unused arg `dir-ok' and make other
6396         args compulsory.  Adjust callers.
6397         (ffap-gopher-at-point): Remove unused var `name'.
6399         Get rid of the ELCFILES abomination.
6400         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6401         (compile-elcfiles): New phony target.
6402         (compile-main): Compute ELCFILES dynamically.
6403         (compile-clean): New target to remove left-over elc files.
6404         (compile, all): Use it.
6406 2009-12-09  Kenichi Handa  <handa@etlken>
6408         * international/mule-diag.el: Require help-mode instead of help-fns.
6410 2009-12-09  Kenichi Handa  <handa@m17n.org>
6412         * international/mule-cmds.el (ucs-names): Supply sufficiently
6413         fine ranges instead of pre-calculating accurate ranges.
6414         Iterate with bigger gc-cons-threshold.
6416 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6418         Add support for stashing a snapshot of the current tree.
6419         * vc-git.el (vc-git-stash-snapshot): New function.
6420         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6422 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
6424         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6425         instead of `(beginning|end)-of-line'.
6427 2009-12-08  Glenn Morris  <rgm@gnu.org>
6429         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6431         * Makefile.in (ELCFILES): Regenerate.
6433 2009-12-07  Juri Linkov  <juri@jurta.org>
6435         Don't lazy-highlight the comint output in history Isearch mode.
6437         * comint.el (comint-history-isearch-search): Instead of
6438         `comint-line-beginning-position', use `comint-after-pmark-p'
6439         to check if point if before the process mark, and go to
6440         `process-mark' in this case.
6442 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6444         * textmodes/tex-mode.el (latex-complete)
6445         (latex-indent-or-complete): Remove.
6446         (latex-mode): Set completion-at-point-functions instead.
6448         Provide a standard completion command and hook it into TAB.
6449         * minibuffer.el (completion-at-point-functions): New var.
6450         (completion-at-point): New command.
6451         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6452         * progmodes/python.el (python-mode-map): Use completion-at-point.
6453         (python-completion-at-point): Rename from python-partial-symbol and
6454         adjust for use in completion-at-point-functions.
6455         (python-mode): Setup completion-at-point for Python completion.
6456         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6457         extracted from lisp-complete-symbol.
6458         (lisp-complete-symbol): Use it.
6459         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6460         setup completion-at-point for Elisp completion.
6461         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6462         Use completion-at-point.
6463         * ielm.el (ielm-map): Use completion-at-point.
6464         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6465         * progmodes/sym-comp.el: Move to...
6466         * obsolete/sym-comp.el: Move from progmodes.
6468 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
6470         Prevent save-buffer in Rmail buffers from using the coding-system
6471         of the current message, and from clobbering the encoding mnemonics
6472         in the mode line (Bug#4623).
6474         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6475         flag, too.
6476         (rmail-message-encoding): New variable.
6477         (rmail-write-region-annotate): Record the encoding of the current
6478         message in rmail-message-encoding.
6479         (rmail-after-save-hook): New function, restores the encoding of
6480         the current message after the message collection is saved.
6482 2009-12-07  Juri Linkov  <juri@jurta.org>
6484         * progmodes/grep.el (grep-read-files): Use `completing-read'
6485         instead of `read-string'.  Set its `collection' arg to
6486         `read-file-name-internal'.  (Bug#4301)
6488 2009-12-07  Juri Linkov  <juri@jurta.org>
6490         Correctly restore original Isearch point.  (Bug#4994)
6492         * isearch.el (isearch-mode): Move `isearch-push-state' after
6493         `(run-hooks 'isearch-mode-hook)'.
6494         (isearch-cancel): When `isearch-push-state-function' is defined,
6495         let-bind `isearch-cmds' to the first state (the last element of
6496         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6497         function and restores the original point).  Otherwise, move point
6498         to `isearch-opoint'.
6500 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6502         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6503         chars that don't have names, so the table can be built much faster at
6504         run-time.
6506 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
6508         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6509         change.  Suggested by David Kastrup.
6511         * simple.el (compose-mail): Check for incompatibilities and warn.
6512         (compose-mail-user-agent-warnings): New option.
6514 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6516         Support showing a single log entry from vc-annotate.
6517         * vc.el (print-log): Add a new argument: START-REVISION.
6518         (vc-print-log-internal): Add a new optional argument and
6519         pass it to the backend.
6520         (vc-print-log, vc-print-root-log): Adjust callers.
6521         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6522         buffer already displays the requested log entry, use it.
6523         Otherwise display only the log entry in question.
6524         * vc-svn.el (vc-svn-print-log):
6525         * vc-mtn.el (vc-mtn-print-log):
6526         * vc-hg.el (vc-hg-state):
6527         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6528         (vc-git-show-log-entry): Return t on success.
6529         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6530         (vc-bzr-show-log-entry): Return t on success.
6531         * vc-rcs.el (vc-rcs-print-log):
6532         * vc-sccs.el (vc-sccs-print-log):
6533         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6535 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6537         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6538         Add menus to the meta mode.  (Bug#5043)
6540 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6542         * ediff-init.el (ediff-event-key): Use event-to-character instead of
6543         event-key.
6545         * ediff.el (ediff-buffers-internal): Add unwind-protect.
6547 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
6549         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
6550         Berbain <raphael.berbain@gmail.com>.
6552         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
6553         characters.
6554         (tramp-initial-end-of-output): New defconst.
6555         (tramp-methods, tramp-find-shell)
6556         (tramp-open-connection-setup-interactive-shell)
6557         (tramp-maybe-open-connection): Use it.
6558         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6559         existence of `#' and `$'.
6561         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6562         `tramp-initial-end-of-output'.
6564 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6566         Get the background mode from the terminal for xterm, and set
6567         faces accordingly.
6568         * term/xterm.el (xterm-set-background-mode): New function.
6569         (terminal-init-xterm): Use it in case xterm supports background
6570         color queries.  Recompute faces after getting the background
6571         color.
6573 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
6575         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6576         number comment back on its own line, for easier parsing.
6578 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6580         Make it work for non-file buffers (bug#5102).
6581         * doc-view.el (doc-view-current-cache-dir):
6582         Use doc-view-buffer-file-name rather than buffer-file-name.
6583         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6585 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
6587         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6588         author field is too short.
6590 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
6592         * vc-git.el (vc-git-print-log): Handle a limit argument.
6593         Display the short log in graph form and with labels.
6594         (vc-git-log-view-mode): Handle labels.
6596         Make vc-revert change VC state from 'added to 'unregistered.
6597         * vc-git.el (vc-git-revert): Call git reset first.
6599 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6601         * net/newst-backend.el, net/newst-plainview.el:
6602         * net/newst-reader.el, net/newst-ticker.el:
6603         * net/newst-treeview.el, net/newsticker.el:
6604         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6606 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6608         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6610         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6611         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6612         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6613         Update annotation regexp.
6615         * simple.el (beginning-of-visual-line): Constrain to field
6616         boundaries (Bug#5106).
6618 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6620         * xml.el (xml-substitute-numeric-entities): Move
6621         newsticker--decode-numeric-entities in newst-backend.el to
6622         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6623         * net/newst-backend.el (newsticker--parse-generic-feed)
6624         (newsticker--parse-generic-items)
6625         (newsticker--decode-numeric-entities): Move
6626         newsticker--decode-numeric-entities in newst-backend.el to
6627         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6629 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6631         * progmodes/js.el (js--js-not): Add null to the list of values.
6633 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6635         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6637 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6639         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6640         delimiter if it is at the end of the current line.
6641         (bibtex-generate-url-list): Fix docstring.
6643 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6645         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6646         minibuffer's content with itself.
6647         Fold the confirm-after-completion case into the `confirm' case.
6648         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6650 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6652         * ffap.el (ffap-rfc-path): Make this a defcustom since
6653         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6655         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6656         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6658 2009-12-05  Juri Linkov  <juri@jurta.org>
6660         Save and restore dired buffer's point positions too.  (Bug#4880)
6662         * dired.el (dired-save-positions): Return in the first element
6663         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6664         Doc fix.
6665         (dired-restore-positions): First restore buffer's position.
6666         While restoring window's positions, check if window still displays
6667         the original buffer.
6669 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6671         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6672         if possible.
6674         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6675         Make argument optional.
6677         * shell.el (shell): Require ansi-color (Bug#5113).
6679         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6681         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6683 2009-12-05  Alan Mackenzie  <acm@muc.de>
6685         * progmodes/cc-mode.el (c-before-hack-hook)
6686         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6687         `c-file-style' to work again.  This reversion restores the current
6688         software to its state in Emacs 23.1.  (Bug#4146)
6690 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6692         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6693         comment-start-skip to comment-end-skip as comment (Bug#4781).
6695 2009-12-05  Juri Linkov  <juri@jurta.org>
6697         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6698         for virtual nodes.  (Bug#4147)
6699         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6700         when moving from a virtual node.
6701         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6702         (Info-mode): Add `Info-virtual-index' to the docstring.
6704 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6706         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6707         Describe project macro symbols.
6709         * cedet/semantic/complete.el (semantic-complete-do-completion):
6710         Don't call semantic-collector-current-exact-match.
6712         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6713         ede-objects as targets.
6715         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6716         a target's object list even if compiler vars are already in the
6717         Makefile.
6719         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6720         list of headers producing necessary macros.
6722 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6724         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6725         track of the buffer position of the end of a BibTeX entry as this
6726         position may change during reformatting.
6727         (bibtex-format-entry): Remove whitespace before processing
6728         numerical fields so that we recognize the latter properly.
6729         (bibtex-reformat): Do not use push which changes the global value
6730         of bibtex-entry-format.
6731         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6732         (bibtex-field-re-init): Replace only space characters by regexp
6733         for whitespace.
6734         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6735         (bibtex-initialize): Also update bibtex-strings.
6736         (bibtex-kill-field): Preserve white space at end of entry.
6737         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6738         Update bibtex-reference-keys.
6740 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6742         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6743         point after a star, if that's the only place where modifications can
6744         make progress.
6746 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6748         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6749         in docstrings.
6751 2009-12-04  Juri Linkov  <juri@jurta.org>
6753         * proced.el (proced): Call `(proced-update t)' to update process
6754         information instead of only running proced-post-display-hook.
6755         (proced-send-signal): Add a leading space to the buffer name
6756         " *Marked Processes*" to make this buffer ephemeral.
6758 2009-12-04  Juri Linkov  <juri@jurta.org>
6760         * dired.el (dired-auto-revert-buffer): New defcustom.
6761         (dired-internal-noselect): Use it.
6763 2009-12-04  Juri Linkov  <juri@jurta.org>
6765         Change roles of modes and functions in image-mode.el (Bug#5062).
6767         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6768         in `auto-mode-alist'.
6769         (image-mode-previous-major-mode): New variable.
6770         (image-minor-mode-map): Rename from `image-mode-text-map'.
6771         (image-mode): Move graceful error-handling code from
6772         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6773         (image-minor-mode): Remove all image-handling code.
6774         Replace `image-mode-text-map' with `image-minor-mode-map'.
6775         Check for `image-type' in mode-line format string.
6776         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6777         (image-mode-as-text): New function with most code from
6778         `image-mode-maybe'.
6779         (image-toggle-display-text): Move code that removes image
6780         properties from `image-toggle-display' to here.
6781         (image-toggle-display-image): New function with code that adds
6782         image properties copied from `image-toggle-display'.
6783         (image-toggle-display): Remove most code with leaving only code
6784         that toggles between `image-mode-as-text' and `image-mode'.
6786 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6788         * net/newst-treeview.el
6789         (newsticker--treeview-list-highlight-start): Restored call to
6790         save-excursion: Selected item was stuck.
6791         (newsticker--treeview-list-select): New.
6792         (newsticker--treeview-item-show-text)
6793         (newsticker--treeview-item-show)
6794         (newsticker--treeview-item-update): Use new
6795         newsticker-treeview-item-mode.
6796         (newsticker-treeview-update): Keep current item.
6797         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6798         (newsticker--treeview-first-feed): Doc change.
6799         (newsticker-treeview-list-menu)
6800         (newsticker-treeview-item-menu): Added menu entries.
6801         (newsticker-treeview-item-mode): New.
6803         * net/newst-backend.el (newsticker-customize): Delete other
6804         windows.
6806 2009-12-04  Sam Steingold  <sds@gnu.org>
6808         * log-view.el (log-view-mode-map): "q" calls quit-window,
6809         like in all the other non-self-insert buffers.
6811 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6813         Minor cleanup.
6814         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6815         key decoding rather than do it manually via last-input-event +
6816         ascii-character.
6817         (term-exec): Use delete-and-extract-region.
6818         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6819         (term-process-pager): Remove unused var `i'.
6820         (term-dynamic-simple-complete): Make obsolete.
6821         (serial-update-config-menu): Remove unused vars `y' and `str'.
6822         (term-update-mode-line): Remove unused var `temp'.
6824 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6826         Limit the number of log entries displayed by default.
6827         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6828         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6829         using a prefix argument.
6831 2009-12-03  Glenn Morris  <rgm@gnu.org>
6833         * progmodes/idlwave.el (class): Restore still useful declaration.
6835 2009-12-03  Alan Mackenzie  <acm@muc.de>
6837         Enhance `c-parse-state' to run efficiently in "brace deserts".
6839         * progmodes/cc-mode.el (c-basic-common-init):
6840         Call c-state-cache-init.
6841         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6842         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6843         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6845         * progmodes/cc-langs.el (c-before-font-lock-function):
6846         c-extend-and-neutralize-syntax-in-CPP has been renamed
6847         c-neutralize-syntax-in-and-mark-CPP.
6849         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6850         with `category' properties now, not `syntax-table' ones.
6852         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6853         enhanced (but slower) version of c-end-of-macro that won't land
6854         inside a literal or on another awkward character.
6855         (c-state-cache-too-far, c-state-cache-start)
6856         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6857         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6858         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6859         (c-state-min-scan-pos, c-state-brace-pair-desert)
6860         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6861         buffer local variables.
6862         (c-state-literal-at, c-state-lit-beg)
6863         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6864         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6865         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6866         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6867         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6868         (c-renarrow-state-cache)
6869         (c-append-lower-brace-pair-to-state-cache)
6870         (c-state-push-any-brace-pair, c-append-to-state-cache)
6871         (c-remove-stale-state-cache)
6872         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6873         (c-invalidate-state-cache-1, c-parse-state-1)
6874         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6875         (c-parse-state): Enhance and refactor.
6876         (c-debug-parse-state): Amend to deal with all the new variables.
6878         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6879         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6880         modify to use category text properties rather than syntax-table ones.
6881         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6882         to switch off/on the syntactic paren property of C++ template
6883         delimiters using the category property.
6884         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6885         template delims suppressed.
6886         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6887         New constant/macros which apply category properties to the start
6888         and end of preprocessor constructs.
6889         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6890         "comment out" the syntactic value of characters in preprocessor
6891         constructs.
6892         (c-with-cpps-commented-out)
6893         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6894         with characters in all or all but one preprocessor constructs
6895         "commented out".
6897 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6899         * proced.el (proced-filter-alist): Use regexp-quote.
6901 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6903         Cleanup.
6904         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6905         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6906         arguments.  Expand `default-directory'.
6908         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6909         the benefit of returning an expanded localname.
6910         (tramp-tramp-file-p): Handle the case NAME is not a string.
6912 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6914         Add support for bzr shelve/unshelve.
6915         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6916         (vc-bzr-extra-menu-map): New variables.
6917         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6918         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6919         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6920         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6921         (vc-bzr-dir-extra-headers): Display shelves.
6923         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6925 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6927         * textmodes/bibtex.el (bibtex-complete-internal):
6928         Use completion-in-region.
6929         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6931 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6933         Support applying stashes.  Improve UI.
6934         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6935         (vc-git-stash-apply, vc-git-stash-pop)
6936         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6937         (vc-git-stash-menu): New functions.
6938         (vc-git-stash-menu-map): New variable.
6939         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6941 2009-12-03  Glenn Morris  <rgm@gnu.org>
6943         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6944         (vc-print-log-internal): Fix previous change.
6945         (vc-revert): Correct pluralization.
6947 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6950         it to be an alist any more.
6951         (makefile-complete): Use completion-in-region.
6953         * progmodes/octave-mod.el (octave-complete-symbol):
6954         Use completion-in-region.
6956         Misc cleanup.
6957         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6958         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6959         (idlwave-complete-class): Don't quote lambda.
6960         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6961         (idlwave-mode-map): Move initialization into declaration.
6962         (idlwave-action-and-binding): Use backquotes.
6963         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6964         Simplify.
6965         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6966         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6967         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6968         `parts', and `all-parts'.
6969         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6970         (idlwave-convert-xml-system-routine-info): Remove unused string
6971         `version-string'.
6972         (idlwave-display-user-catalog-widget): Use dolist.
6973         (idlwave-scanning-lib): Declare dynamically-scoped var.
6974         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6975         (completion-highlight-first-word-only): Declare to silence bytecomp.
6976         (idlwave-popup-select): Tighten scope of `resp'.
6977         (idlwave-find-struct-tag): Remove unused var `beg'.
6978         (idlwave-after-load-rinfo-hook): Declare.
6979         (idlwave-sintern-class-info): Remove unused var `taglist'.
6980         (idlwave-find-class-definition): Remove unused var `list'.
6981         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6982         (idlwave-what-module-find-class): Remove unused var `classes'.
6984 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6986         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6988 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6990         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6991         buffers visited.  Remove redundant current-buffer-saving.
6993 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6995         Use completion-in-buffer and remove uses of dynamic scoping.
6996         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6997         (pascal-buffer-to-use, pascal-flag): Don't declare.
6998         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6999         (pascal-get-completion-decl, pascal-keyword-completion):
7000         Add `pascal-str' argument, save-excursion,
7001         return the found completions, and don't filter with pascal-pred.
7002         (pascal-completion-cache): New var.
7003         (pascal-completion): Don't switch buffer any more (it was never
7004         necessary).  Don't save-excursion any more (it's done by the called
7005         subroutines).  Use a cache to avoid redundant computations.
7006         Use complete-with-action rather than pascal-completion-response and
7007         let it apply the predicate as well.
7008         (pascal-complete-word): Use completion-in-buffer when
7009         pascal-toggle-completions is nil.
7010         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
7011         not used any more.
7012         (pascal-comp-defun): Don't change buffer any more.
7013         Use complete-with-action rather than pascal-completion-response and
7014         let it apply the predicate as well.
7015         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
7016         when neded.
7018 2009-12-02  Kenichi Handa  <handa@m17n.org>
7020         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
7021         shape for all Indic scripts.
7023 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7025         Use completion-in-buffer.
7026         * wid-edit.el (widget-field-text-end): New function.
7027         (widget-field-value-get): Use it.
7028         (widget-string-complete, widget-file-complete)
7029         (widget-color-complete): Use it and completion-in-region.
7030         (widget-complete): Don't narrow the buffer.
7032 2009-12-02  Glenn Morris  <rgm@gnu.org>
7034         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
7035         (rmail-select-summary): Use rmail-pop-to-buffer.
7036         * mail/rmailsum.el: Replace all pop-to-buffer calls with
7037         rmail-pop-to-buffer, to prevent horizontal splits.
7039         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
7040         save-excursion with save-current-buffer.
7041         Widen before searching.  (Bug#5093)
7042         (diary-list-sexp-entries): Remove superfluous save-excursion.
7044 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
7046         * woman.el (woman-make-bufname): Handle man-pages with "." in the
7047         name.  (Bug#5038)
7049 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7051         * ido.el (ido-file-internal): Handle filenames at point that do
7052         not have a directory part.  (Bug#5049)
7054 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
7056         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
7057         (mpc-songs-jump-to, mpc-resume): Doc fixes.
7059 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
7061         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
7062         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
7063         any more.
7065 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7067         * comint.el (comint-insert-input): Ignore clicks to the right of
7068         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
7070         * vc.el (vc-print-log-internal): Don't wait for the process to
7071         terminate before setting up the major mode.
7073         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7074         in case.
7076         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
7077         the last element.
7079         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
7081 2009-12-01  Glenn Morris  <rgm@gnu.org>
7083         * window.el (window--display-buffer-2): Fix previous changes.
7085 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
7087         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
7089 2009-12-01  Glenn Morris  <rgm@gnu.org>
7091         * Makefile.in (ELCFILES): Add mpc.elc.
7093 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7095         * mpc.el: New file.
7097 2009-12-01  Glenn Morris  <rgm@gnu.org>
7099         * window.el (window-to-use): Define for compiler.
7101         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
7102         consistent with others (no final period).
7104         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
7105         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
7107 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
7109         Make vc-print-log buttons work.
7110         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
7112 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
7114         * savehist.el (savehist-autosave-interval): Allow setting to nil
7115         through customize.  (Bug#5056)
7117 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
7119         Fix references to jit-lock properties.
7120         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7121         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
7122         (perl-font-lock-special-syntactic-constructs):
7123         Quote jit-lock-defer-multiline property.
7125 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
7127         * vc-git.el (vc-git-registered): Call vc-git-root only once.
7129 2009-11-30  Juri Linkov  <juri@jurta.org>
7131         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
7132         value `buffer' of `multi-isearch-next-buffer-current-function'.
7133         Use `(current-buffer)' when `buffer' is nil.
7134         (multi-isearch-next-buffer-from-list): Don't fallback to
7135         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
7137 2009-11-30  Juri Linkov  <juri@jurta.org>
7139         * misearch.el (multi-isearch-read-buffers): Move canonicalization
7140         of buffers with `get-buffer' to `multi-isearch-buffers'.
7141         (multi-isearch-buffers, multi-isearch-buffers-regexp):
7142         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
7143         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
7144         FILES with `expand-file-name' converting relative file names
7145         to absolute.  Doc fix.  (Bug#4727)
7147 2009-11-30  Juri Linkov  <juri@jurta.org>
7149         * misearch.el (multi-isearch-read-buffers)
7150         (multi-isearch-read-matching-buffers): New functions.
7151         (multi-isearch-buffers, multi-isearch-buffers-regexp):
7152         Use them in the `interactive' spec.  Doc fix.
7153         (multi-isearch-read-files, multi-isearch-read-matching-files):
7154         New functions.
7155         (multi-isearch-files, multi-isearch-files-regexp):
7156         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
7158 2009-11-30  Juri Linkov  <juri@jurta.org>
7160         * doc-view.el (doc-view-continuous):
7161         Rename from `doc-view-continuous-mode'.
7162         (doc-view-menu): Move "Toggle display" to the top.
7163         Add submenu "Continuous" with radio buttons "Off"/"On"
7164         and "Save as Default".
7165         (doc-view-scroll-up-or-next-page)
7166         (doc-view-scroll-down-or-previous-page)
7167         (doc-view-next-line-or-next-page)
7168         (doc-view-previous-line-or-previous-page): Rename
7169         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
7171 2009-11-30  Juri Linkov  <juri@jurta.org>
7173         * comint.el (comint-mode-map): Rebind `M-r' from
7174         `comint-previous-matching-input' to
7175         `comint-history-isearch-backward-regexp'.
7176         Unbind `M-s' to allow global key binding `M-s'.
7177         Add menu items for `comint-history-isearch-backward' and
7178         `comint-history-isearch-backward-regexp'.  (Bug#3746)
7180 2009-11-30  Juri Linkov  <juri@jurta.org>
7182         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
7183         For def=recenter, replace `recenter' with `recenter-top-bottom'
7184         that is called with `this-command' and `last-command' let-bound
7185         to `recenter-top-bottom'.  When the last `def' was not `recenter',
7186         set `recenter-last-op' to nil.  (Bug#4981)
7188 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7190         Minor cleanup and simplification.
7191         * filecache.el (file-cache-add-directory)
7192         (file-cache-add-directory-recursively)
7193         (file-cache-add-from-file-cache-buffer)
7194         (file-cache-delete-file-regexp, file-cache-delete-directory)
7195         (file-cache-files-matching-internal, file-cache-display): Use dolist.
7196         (file-cache-temp-minibuffer-message): Delete function.
7197         (file-cache-minibuffer-complete): Use minibuffer-message instead.
7199         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7200         Don't signal an error when bumping into EOB in tr, s, or y.
7202 2009-11-29  Juri Linkov  <juri@jurta.org>
7204         * startup.el (fancy-about-text): Fix wording of Guided Tour.
7205         (Bug#4960)
7207         * descr-text.el (describe-char-unidata-list): Use lowercase name
7208         for "Unicode name" like in other tags.
7210 2009-11-29  Juri Linkov  <juri@jurta.org>
7212         * ediff-util.el (ediff-minibuffer-with-setup-hook):
7213         New compatibility macro.
7214         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
7216 2009-11-29  Juri Linkov  <juri@jurta.org>
7218         Add defcustom to define the cycling order of `recenter-top-bottom'.
7219         (Bug#4981)
7221         * window.el (recenter-last-op): Doc fix.
7222         (recenter-positions): New defcustom.
7223         (recenter-top-bottom): Rewrite to use `recenter-positions'.
7224         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
7226 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
7228         Improve integration of Tramp and ange-ftp in eshell.
7230         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
7231         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
7232         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
7234         * eshell/esh-util.el (top): Require also Tramp when compiling.
7235         (eshell-directory-files-and-attributes): Check for FTP remote
7236         connection.
7237         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
7238         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
7239         (eshell-file-attributes): Handle ".".  Return `entry'.
7241         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
7242         (ange-ftp-directory-files-and-attributes)
7243         (ange-ftp-real-directory-files-and-attributes): New defuns.
7245         * net/tramp.el (tramp-maybe-open-connection): Open the remote
7246         shell with "exec" when possible.  This prevents trailing prompts
7247         in `start-file-process'.
7249 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7251         Try and remove assumptions about point-min==1.
7252         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
7253         (rng-compute-mode-line-string): Show the validation percentage in
7254         terms of the narrowed text, not the widened text.
7255         (rng-do-some-validation): Don't catch internal errors when debugging.
7256         (rng-first-error): Simplify.
7257         (rng-after-change-function): Remove work around.  AFAIK the bug has
7258         been fixed a while ago.
7260         * image-mode.el (image-minor-mode): Exit more gracefully when the image
7261         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
7263         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
7265         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
7266         `cd' doesn't always do it for us (bug#5067).
7268         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
7269         on 2009-10-25 as part of some other change (bug#5067).
7271 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7273         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7274         `suspicious'.
7275         (byte-compile-warnings): Use byte-compile-warning-types.
7276         (byte-compile-save-excursion): Warn about use of set-buffer right
7277         after save-excursion.
7279         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7280         the excursion as well.
7282 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
7284         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7285         providing a Tramp related implementation of "su" and "sudo".
7286         (eshell-unix-initialize): Add "su" and "sudo".
7288 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
7290         * net/socks.el (socks-send-command): Convert binary request to
7291         unibyte before sending.  This fixes mishandling of some port
7292         numbers such as 129.
7294 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7296         * help.el (describe-bindings-internal): Remove `interactive'.
7298         * man.el (Man-completion-table): Trim a terminating "(".
7299         Remove the space between name page a section.
7300         Add the command's description on the `help-echo' property.
7301         Remove `process-connection-type' binding since it's unused by
7302         call-process.
7303         Provide completion for the "<section> <name>" format as well.
7304         (Man-default-man-entry): Remove spurious var shadowing the argument.
7306 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7308         * log-view.el: Add "Keywords: tools", since its other keywords
7309         aren't in finder-known-keywords, and following vc.el.
7311         * sha1.el (sha1-string-external): default-directory "/" in case
7312         otherwise non-existent.  process-connection-type pipe for touch of
7313         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7315 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7317         Misc coding convention cleanups.
7318         * htmlfontify.el (hfy-init-kludge-hook): Rename from
7319         hfy-init-kludge-hooks.
7320         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7321         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7322         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7323         and push.
7324         (hfy-slant, hfy-weight): Use tables rather than code.
7325         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7326         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7327         (hfy-face-attr-for-class): Initialize `face-spec' directly.
7328         (hfy-face-to-css): Remove `nconc' with single arg.
7329         (hfy-p-to-face-lennart): Use `or'.
7330         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
7331         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7332         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7333         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7334         (hfy-force-fontification): Use run-hooks.
7336 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
7338         Various minor fixes.
7339         * htmlfontify.el (hfy-default-header): Add toggle_invis since
7340         Javascript belongs in the header, not the body.
7341         (hfy-javascript): Remove.
7342         (hfy-fontify-buffer): Don't insert it any more.
7343         (hfy-face-at): Handle (face0 face1 face2) style face properties.
7344         Fix bug in invis handling when there were no invis props in a chunk.
7346 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7348         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7350 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
7352         * finder.el (finder-mode-map): Add a menu.
7354 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
7356         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7357         "unsigned" structs.
7359         (verilog-leap-to-head, verilog-backward-token): Handle "disable
7360         fork" statement better.
7362 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
7364         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7365         (verilog-delete-auto, verilog-delete-empty-auto-pair)
7366         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7367         Reported by Clay Douglass.
7369         (verilog-auto-inst, verilog-auto-star-safe)
7370         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7371         Fix removing "// Interfaces" when saving .* expansions.  Reported by
7372         Pierre-David Pfister.
7374 2009-11-26  Glenn Morris  <rgm@gnu.org>
7376         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7377         the scope.
7379 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
7381         * vc-annotate.el (vc-annotate-revision-previous-to-line):
7382         Really use previous revision.
7384 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7386         * man.el (Man-completion-table): default-directory "/" in case
7387         doesn't otherwise exist.  process-environment COLUMNS=999 so as
7388         not to truncate long names.  process-connection-type pipe to avoid
7389         any chance of hitting the pseudo-tty TIOCGWINSZ.
7390         (man): completion-ignore-case t for friendliness and since man
7391         itself is case-insensitive on the command line.
7392         Further to Bug#3717.
7394         * arc-mode.el: Add "Keywords: files", so the details in its
7395         commentary can be reached from finder-by-keyword.
7396         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
7397         editing mode, but it's comms related and sgml-mode.el has "comm"
7398         on that basis too.
7399         * textmodes/bibtex-style.el: Add "Keywords: tex".
7400         * international/isearch-x.el, international/ja-dic-cnv.el:
7401         * international/ja-dic-utl.el, international/kkc.el:
7402         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7404 2009-11-25  Juri Linkov  <juri@jurta.org>
7406         * man.el (Man-completion-table): Modify regexp to include
7407         section names to completion strings.  (Bug#3717)
7409 2009-11-25  Juri Linkov  <juri@jurta.org>
7411         Search recursively in gzipped files.  (Bug#4982)
7413         * progmodes/grep.el (grep-highlight-matches): Add new options
7414         `always' and `auto'.  Doc fix.
7415         (grep-process-setup): Check `grep-highlight-matches' for
7416         `auto-detect' to determine the need to compute grep defaults.
7417         Move Windows/DOS specific --colors settings handling
7418         to `grep-compute-defaults'.  Check `grep-highlight-matches'
7419         to get the value of "--color=".
7420         (grep-compute-defaults): Compute `grep-highlight-matches' when it
7421         has the value `auto-detect'.  Move Windows/DOS specific settings
7422         from `grep-process-setup'.
7423         (zrgrep): New command with alias `rzgrep'.
7425 2009-11-25  Juri Linkov  <juri@jurta.org>
7427         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7428         to nil instead of switching off view-mode.  (Bug#4896)
7430 2009-11-25  Juri Linkov  <juri@jurta.org>
7432         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
7434         * mwheel.el (mwheel-scroll-up-function)
7435         (mwheel-scroll-down-function): New defvars.
7436         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7437         `scroll-up', and `mwheel-scroll-down-function' instead of
7438         `scroll-down'.
7440         * doc-view.el (doc-view-scroll-up-or-next-page)
7441         (doc-view-scroll-down-or-previous-page): Add optional ARG.
7442         Use this ARG in the call to image-scroll-up/image-scroll-down.
7443         Change `interactive' spec to "P".  Goto next/previous page only
7444         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7445         SPC/DEL case).  Doc fix.
7446         (doc-view-next-line-or-next-page)
7447         (doc-view-previous-line-or-previous-page): Rename arg to ARG
7448         for consistency.
7449         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7450         `doc-view-scroll-up-or-next-page', and buffer-local
7451         `mwheel-scroll-down-function' to
7452         `doc-view-scroll-down-or-previous-page'.
7454 2009-11-25  Juri Linkov  <juri@jurta.org>
7456         Provide additional default values (directories at other Dired
7457         windows) via M-n in the minibuffer of some Dired commands.
7459         * dired-aux.el (dired-diff, dired-compare-directories)
7460         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7461         `minibuffer-default' in `minibuffer-with-setup-hook'.
7462         (dired-dwim-target-directory): Find a window that displays Dired
7463         buffer instead of failing when the next window is not Dired.
7464         Use `get-window-with-predicate' to find for the next Dired window.
7465         (dired-dwim-target-defaults): New function.
7467         * ediff-util.el (ediff-read-file-name):
7468         Use `dired-dwim-target-defaults' to set `minibuffer-default'
7469         in `minibuffer-with-setup-hook'.
7471 2009-11-25  Juri Linkov  <juri@jurta.org>
7473         Provide additional default values (file name at point or at the
7474         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
7476         * minibuffer.el (read-file-name-defaults): New function.
7477         (read-file-name): Reset `minibuffer-default' to nil when
7478         it duplicates initial input `insdef'.
7479         Bind `minibuffer-default-add-function' to lambda that
7480         calls `read-file-name-defaults' in `minibuffer-selected-window'.
7481         (minibuffer-insert-file-name-at-point): New command.
7483         * files.el (file-name-at-point-functions): New defcustom.
7484         (find-file-default): Remove defvar.
7485         (find-file-read-args): Don't use `find-file-default'.
7486         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7487         to `read-file-name'.
7488         (find-file-literally): Use `read-file-name' with
7489         `confirm-nonexistent-file-or-buffer'.
7491         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7493         * dired.el (dired-read-dir-and-switches):
7494         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7495         to `read-file-name'.
7496         (dired-file-name-at-point): New function.
7497         (dired-mode): Add hook `dired-file-name-at-point' to
7498         `file-name-at-point-functions'.
7500 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7502         Really make the *Completions* window soft-dedicated (bug#5030).
7503         * window.el (window--display-buffer-2): Add `dedicated' argument.
7504         (display-buffer): Pass it when needed so the dedicated flag is set
7505         after calling set-window-buffer, which would otherwise reset it.
7507 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7509         * progmodes/meta-mode.el (meta-complete-symbol):
7510         * progmodes/etags.el (complete-tag):
7511         * mail/mailabbrev.el (mail-abbrev-complete-alias):
7512         Use completion-in-region.
7514         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7515         (dabbrev-completion): Use completion-in-region.
7516         (dabbrev--abbrev-at-point): Simplify regexp.
7518         * abbrev.el (abbrev--before-point): Use word-motion functions
7519         if :regexp is not specified (bug#5031).
7521         * subr.el (string-prefix-p): New function.
7523         * man.el (Man-completion-cache): New var.
7524         (Man-completion-table): Use it.
7526         * vc.el (vc-print-log-internal): Make `limit' optional for better
7527         compatibility (e.g. with vc-annotate.el).
7529 2009-11-24  Kevin Ryde  <user42@zip.com.au>
7531         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7532         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
7534         * emacs-lisp/elint.el (elint-add-required-env): Better error message
7535         when .el source file not found or other error.
7537 2009-11-24  Markus Triska  <markus.triska@gmx.at>
7539         * linum.el (linum-update-window): Ignore intangible (bug#4996).
7541 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7543         Handle the [back] button properly (bug#4979).
7544         * descr-text.el (describe-text-properties): Add a `buffer' argument.
7545         Use help-setup-xref, help-buffer, and with-help-window.
7546         (describe-char): Add `buffer' argument.
7547         Pass proper command to help-setup-xref.  Don't meddle with
7548         help-xref-stack-item directly.
7549         (describe-text-category): Use with-help-window and help-buffer.
7551         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7552         for the displayed buffer (bug#4887).
7554         * man.el (Man-completion-table): New function.
7555         (man): Use it.
7557 2009-11-24  David Reitter  <david.reitter@gmail.com>
7559         * vc-git.el (vc-git-registered): Use checkout directory (where
7560         .git is) rather than the file's directory and a relative path spec
7561         to work around a bug in git.
7563 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
7565         Improve handling of processes on remote hosts.
7567         * eshell/esh-util.el (eshell-path-env): New defvar.
7568         (eshell-parse-colon-path): New defun.
7569         (eshell-file-attributes): Use `eshell-parse-colon-path'.
7571         * eshell/esh-ext.el (eshell-search-path):
7572         Use `eshell-parse-colon-path'.
7573         (eshell-remote-command): Remove argument HANDLER.
7574         (eshell-external-command): Check for FTP remote connection.
7576         * eshell/esh-proc.el (eshell-gather-process-output):
7577         Use `file-truename', in order to start also symlinked files.
7578         Apply `start-file-process' instead of `start-process'.
7579         Shorten `command' to the local file name part.
7581         * eshell/em-cmpl.el (eshell-complete-commands-list):
7582         Use `eshell-parse-colon-path'.
7584         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7586         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
7587         to `eshell-directory-change-hook'.
7589 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
7591         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7592         because it could be enabled automatically if view-read-only is non-nil.
7594 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7596         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7597         made on 2009-11-22.
7599 2009-11-24  Glenn Morris  <rgm@gnu.org>
7601         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7602         deleted variable bookmark-bmenu-bookmark-column.
7604         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7605         Move after definition of global-semantic-idle-tag-highlight-mode.
7607 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7609         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7611 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7613         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7614         two slashes to the "file:" prefix.
7615         (browse-url-file-url): De-munge Cygwin filenames before passing
7616         them to Windows browser.
7617         (browse-url-default-windows-browser): Use call-process.
7619 2009-11-23  Juri Linkov  <juri@jurta.org>
7621         Implement DocView Continuous mode.  (Bug#4896)
7622         * doc-view.el (doc-view-continuous-mode): New defcustom.
7623         (doc-view-mode-map): Bind C-n/<down> to
7624         `doc-view-next-line-or-next-page', C-p/<up> to
7625         `doc-view-previous-line-or-previous-page'.
7626         (doc-view-next-line-or-next-page)
7627         (doc-view-previous-line-or-previous-page): New commands.
7629 2009-11-23  Juri Linkov  <juri@jurta.org>
7631         Implement Isearch in comint input history.  (Bug#3746)
7632         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7633         `isearch-mode-hook'.
7634         (comint-history-isearch): New defcustom.
7635         (comint-history-isearch-backward)
7636         (comint-history-isearch-backward-regexp): New commands.
7637         (comint-history-isearch-message-overlay): New buffer-local variable.
7638         (comint-history-isearch-setup, comint-history-isearch-end)
7639         (comint-goto-input, comint-history-isearch-search)
7640         (comint-history-isearch-message, comint-history-isearch-wrap)
7641         (comint-history-isearch-push-state)
7642         (comint-history-isearch-pop-state): New functions.
7644 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7646         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7647         return.
7648         (tramp-handle-make-symbolic-link)
7649         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7650         Quote file names.
7651         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7652         (tramp-handle-process-file): Use it.
7654 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7656         * window.el (move-to-window-line-last-op): Remove.
7657         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7659 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7661         Make M-r mirror the new cycling behavior of C-l.
7662         * window.el (move-to-window-line-last-op): New var.
7663         (move-to-window-line-top-bottom): New command.
7664         (global-map): Bind M-r move-to-window-line-top-bottom.
7666 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7668         * dired-x.el (dired-guess-shell-alist-default):
7669         Support xz format.  (Bug#4953)
7671 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7673         * cedet/srecode/map.el (srecode-get-maps):
7674         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7675         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7676         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7677         (semantic-toggle-decoration-style):
7678         * cedet/semantic/decorate/include.el
7679         (semantic-decoration-include-describe)
7680         (semantic-decoration-unknown-include-describe)
7681         (semantic-decoration-unparsed-include-describe)
7682         (semantic-decoration-all-include-summary):
7683         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7684         * cedet/semantic/analyze/complete.el
7685         (semantic-analyze-possible-completions):
7686         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7687         (semantic-show-unmatched-syntax-mode)
7688         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7689         (semantic-highlight-func-mode):
7690         * cedet/semantic/util.el (semantic-describe-buffer):
7691         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7692         (semantic-symref-find-tags-by-name)
7693         (semantic-symref-find-tags-by-regexp)
7694         (semantic-symref-find-tags-by-completion)
7695         (semantic-symref-find-file-references-by-name)
7696         (semantic-symref-find-text):
7697         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7698         (senator-yank-tag):
7699         * cedet/semantic/scope.el (semantic-calculate-scope):
7700         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7701         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7702         (define-semantic-idle-service):
7703         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7704         (semantic-complete-analyze-inline-idle):
7705         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7706         * cedet/mode-local.el (describe-mode-local-bindings)
7707         (describe-mode-local-bindings-in-mode):
7708         * cedet/ede/make.el (ede-make-check-version):
7709         * cedet/ede/locate.el (ede-enable-locate-on-project):
7710         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7711         (cedet-idutils-version-check):
7712         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7713         (cedet-gnu-global-version-check):
7714         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7715         (cedet-cscope-version-check): Use called-interactively-p instead
7716         of interactive-p.
7718         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7719         Use semantic-format-tag-prototype.
7721 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7723         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7724         last-command-char/last-command-event.
7725         (viper-prefix-arg-value): Do correct conversion of event-char for
7726         XEmacs.
7728         * emulation/viper-util.el, emulation/viper.el:
7729         Use viper-last-command-char instead of
7730         last-command-char/last-command-event.
7732         * ediff-init.el, ediff-mult.el, ediff-util.el:
7733         Replace last-command-char and last-command-event
7734         with (ediff-last-command-char) everywhere.
7736         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7737         created in fundamental mode.
7739         * ediff.el (ediff-version): Revert the change of interactive-p to
7740         called-interactively-p.
7742 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7744         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7745         generation from word-movement command names.
7747 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7749         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7750         (semantic-complete-jump-local, semantic-complete-jump):
7751         Improve prompt string.
7753 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7755         * cus-start.el (all): Add native condition for font-use-system-font.
7757 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7759         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7760         Correct the patch from 2009-11-18.  (Bug#3910)
7762 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7764         * progmodes/subword.el: Rename from lisp/subword.el.
7766         * subword.el: Rename to progmodes/subword.el.
7768         * Makefile.in (ELCFILES): Adapt to subword.el move.
7770 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7771             Stefan Monnier  <monnier@iro.umontreal.ca>
7773         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7774         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7775         (bookmark-bmenu-show-filenames): Use push.
7776         (bookmark-bmenu-hide-filenames): Use local var instead of
7777         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7778         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7779         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7780         filenames now that the bookmark names are always available.
7782 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7784         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7785         (bookmark-search-pattern): Move and leave unbound.
7786         (bookmark-bmenu-mode-map): Change binding.
7787         (bookmark-read-search-input): Simplify.
7788         Don't use text-char-description.  Don't error on non-char events.
7789         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7790         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7791         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7792         Use a local var for the timer.
7793         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7794         (i.e. bookmark-bmenu-search).
7796 2009-11-21  Glenn Morris  <rgm@gnu.org>
7798         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7800 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7802         * net/browse-url.el (browse-url-default-windows-browser):
7803         Use cygstart for cygwin.
7805 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7807         * bookmark.el: Formatting and doc fixes only:
7808         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7809         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7810         Minor grammar and punctuation fixes in doc string.
7811         (bookmark-read-search-input): Adjust to fit within 80 columns.
7813 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7815         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7816         (c-backward-into-nomenclature): Adapt to subword renaming.
7818         * subword.el (subword-forward, subword-backward, subword-mark)
7819         (subword-kill, subword-backward-kill, subword-transpose)
7820         (subword-downcase, subword-upcase, subword-capitalize)
7821         (subword-forward-internal, subword-backward-internal):
7822         Rename from forward-subword, backward-subword, mark-subword,
7823         kill-subword, backward-kill-subword, transpose-subwords,
7824         downcase-subword, upcase-subword, capitalize-subword,
7825         forward-subword-internal, backward-subword-internal.
7827 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7829         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7830         New options.
7831         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7832         New vars.
7833         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7834         (bookmark-bmenu-filter-alist-by-regexp)
7835         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7836         (bookmark-bmenu-search): New command.
7837         (bookmark-bmenu-mode-map): Bind it.
7839 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7841         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7843         * cedet/semantic/idle.el (define-semantic-idle-service)
7844         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7846 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7848         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7849         backward-subword to quit the byte-compiler.
7851         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7853         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7855         * progmodes/cc-cmds.el (c-update-modeline)
7856         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7857         Refer to subword.el functions instead of cc-subword.el.
7859         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7860         subword.el functions instead of cc-subword.el.
7862         * progmodes/cc-subword.el: Rename to subword.el.
7863         * subword.el: Rename from progmodes/cc-subword.el.
7864         (subword-mode-map): Rename from c-subword-mode-map.
7865         (subword-mode): Rename from c-subword-mode.
7866         (global-subword-mode): New global minor mode.
7867         (forward-subword): Rename from c-forward-subword.
7868         (backward-subword): Rename from c-backward-subword.
7869         (mark-subword): Rename from c-mark-subword.
7870         (kill-subword): Rename from c-kill-subword.
7871         (backward-kill-subword): Rename from c-backward-kill-subword.
7872         (transpose-subwords): Rename from c-tranpose-subword.
7873         (downcase-subword): Rename from c-downcase-subword.
7874         (capitalize-subword): Rename from c-capitalize-subword.
7875         (forward-subword-internal): Rename from c-forward-subword-internal.
7876         (backward-subword-internal): Rename from c-backward-subword-internal.
7878 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7880         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7881         from a dired buffer.
7882         (vc-dired-deduce-fileset): New function.
7883         (vc-root-diff, vc-print-root-log): Use it.
7885         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7886         nil LIMIT argument to vc-print-log-internal.
7888 2009-11-20  Glenn Morris  <rgm@gnu.org>
7890         * Makefile.in (ELCFILES): Regenerate.
7892 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7894         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7896         * cedet/semantic.el: Enable idle-mode menu items only if
7897         global-semantic-idle-scheduler-mode is enabled.
7898         (semantic-default-submodes): Doc fix.
7900         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7901         When turning off, disable other idle modes.
7903 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7905         * calc/calc.el (calc-set-mode-line):
7906         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7907         (math-format-number): Rename `math-format-complement-signed' to
7908         `math-format-twos-complement'.
7910         * calc/calc-bin.el (math-format-twos-complement): Rename from
7911         math-format-complement-signed.
7912         (calc-radix): Rename `calc-complement-signed-mode' to
7913         `calc-twos-complement-mode'.
7914         (calc-octal-radix, calc-hex-radix): Add an argument for
7915         two's complement.
7917         * calc/calc-embed.el (calc-embedded-mode-vars):
7918         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7920         * calc/calc-ext.el (calc-init-extensions):
7921         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7922         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7924         * calc/calc-units.el (math-build-units-table-buffer):
7925         Let `calc-twos-complement-mode' be nil.
7927         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7928         entries.
7930         * calc/calc-vec.el (calcFunc-vunpack):
7931         * calc/calc-aent.el (calc-do-calc-eval):
7932         * calc/calc-forms.el (math-format-date):
7933         * calc/calc-graph.el (calc-graph-plot):
7934         * calc/calc-math.el (math-use-emacs-fn):
7935         * calc/calccomp.el (math-compose-expr):
7936         Let `calc-twos-complement-mode' be nil.
7938 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7940         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7941         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7942         * minibuffer.el (completion-in-region-functions): New hook.
7943         (completion-in-region): New function.
7944         * emacs-lisp/lisp.el (lisp-complete-symbol):
7945         * pcomplete.el (pcomplete-std-complete): Use it.
7947 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7949         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7950         (latex-complete-alist): New vars.
7951         (latex-string-prefix-p, latex-complete-bibtex-keys)
7952         (latex-complete-envnames, latex-complete-refkeys)
7953         (latex-complete-data): New functions.
7954         (latex-complete, latex-indent-or-complete): New commands.
7956         * window.el (display-buffer-mark-dedicated): New var.
7957         (display-buffer): Obey it.
7958         * minibuffer.el (minibuffer-completion-help): Use it.
7960         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7962         * filecache.el (file-cache-add-file): Use push and cons.
7963         (file-cache-delete-file-regexp): Use push.
7964         (file-cache-complete): Use completion-in-region.
7966         * simple.el (with-wrapper-hook): Fix thinko.
7968         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7969         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7970         Use with-current-buffer and string-to-number.
7971         (hfy-fallback-colour-values): Use assoc-string.
7972         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7973         (hfy-face-at): Remove unused var `found-face'.
7974         (hfy-compile-stylesheet): Remove unused var `css'.
7975         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7976         and `orig-buffer'.
7977         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7978         Use with-current-buffer.
7979         (hfy-text-p): Use expand-file-name and fewer setq.
7981 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7983         * htmlfontify.el, hfy-cmap.el: New files.
7985 2009-11-19  Juri Linkov  <juri@jurta.org>
7987         * minibuffer.el (completions-format): New defcustom.
7988         (completion--insert-strings): Implement vertical format.
7990         * simple.el (switch-to-completions): Move point to the first
7991         completion when point was at the beginning of the buffer.
7993 2009-11-19  Juri Linkov  <juri@jurta.org>
7995         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7997         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7999 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
8001         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
8002         (mail-signature): Change default to t.
8003         (mail-from-style): Deprecate `system-default' value.
8004         (mail-insert-from-field): For default value of mail-from-style,
8005         default to `angles' unless `angles' needs quoting and `parens'
8006         does not.
8007         (mail-citation-prefix-regexp): Use citation regexp from
8008         message-mode.
8010 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
8012         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8013         Set variables for computing the prompt for reading password.
8015 2009-11-19  Glenn Morris  <rgm@gnu.org>
8017         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
8019         * textmodes/flyspell.el (sgml-lexical-context): Declare.
8021         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
8022         (newsticker-treeview-listwindow-height): Fix custom type.
8024 2009-11-19  Kenichi Handa  <handa@m17n.org>
8026         * descr-text.el (describe-char-padded-string): Compose with TAB
8027         only if there's a font for CH.
8028         (describe-char): Fix the condition for detecting a trivial composition.
8030 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
8032         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
8033         more accurate version of the regexp.  (Bug#3910)
8035 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
8037         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
8039 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
8041         * font-setting.el (font-use-system-font): Declare for byte-compiler.
8042         (font-setting-change-default-font): Fix typo in docstring.
8044 2009-11-18  Alan Mackenzie  <acm@muc.de>
8046         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
8048 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
8050         * font-setting.el (font-use-system-font): Move ...
8052         * cus-start.el (all): ... to here.
8054 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
8056         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
8057         Don't set `ad-return-value' if `ad-do-it' doesn't.
8059         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
8060         modification time.
8062 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
8064         * menu-bar.el: Put "Use system font" in Option-menu.
8065         (menu-bar-options-save): Add font-use-system-font.
8067         * loadup.el: If feature system-font-setting or font-render-setting is
8068         there, load font-setting.
8070         * Makefile.in (ELCFILES): Add font-settings.el.
8071         * font-setting.el: New file.
8073 2009-11-17  Glenn Morris  <rgm@gnu.org>
8075         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
8077         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
8078         Preserve point in the list buffer.  (Bug#4939)
8079         Use point-at-eol.
8080         (newsticker--treeview-list-update-highlight)
8081         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
8083 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
8085         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
8086         Remove.
8088         * calc/calc-ext.el (calc-init-extensions): Remove references to
8089         symclip.
8091         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
8093         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
8094         * calc/calc-help.el (calc-b-prefix-help): Remove references to
8095         `calc-symclip'.
8097 2009-11-16  Kevin Ryde  <user42@zip.com.au>
8099         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8100         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
8102         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8103         (lm-keywords-list): Allow comma-only separator like "foo,bar".
8104         Ignore trailing spaces by omit-nulls to split-string (fixing
8105         regression from Emacs 21 due to the incompatible split-string
8106         change).  (Bug #4928.)
8108 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8110         * vc.el (vc-log-show-limit): Default to 2000.
8111         (vc-print-log-internal): Insert buttons to request more entries
8112         when limiting the output.
8114         * vc-sccs.el (vc-sccs-print-log):
8115         * vc-rcs.el (vc-rcs-print-log):
8116         * vc-cvs.el (vc-cvs-print-log):
8117         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
8118         LIMIT is non-nil.
8120 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
8122         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
8123         error when `tramp-gvfs-dbus-event-vector' is set.
8124         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
8126 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8128         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
8130 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
8132         * net/dbus.el (dbus-unregister-service): New defun.
8133         (dbus-register-property): Register the handlers of
8134         "org.freedesktop.DBus.Properties" for SERVICE.
8135         (dbus-property-handler): Fix docstring.
8137 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8139         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
8140         Quote doc string reference in defvaralias as it is not in special form.
8141         (byte-compile-output-docform): Doc fix.
8143 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
8145         * calc/calc.el (math-2-word-size, math-half-2-word-size)
8146         (calc-complement-signed-mode): New variables.
8147         (calc-set-mode-line): Add indicator for twos-complements.
8148         (math-format-number): Format twos-complement notation.
8150         * calc/calc-bin.el (calc-word-size): Reset the variables
8151         `math-2-word-size' and `math-half-2-word-size'.
8152         (math-format-complement-signed, math-symclip, calcFunc-symclip)
8153         (calc-symclip): New functions.
8155         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
8157         * calc/calc-embed.el (calc-embedded-mode-vars):
8158         Add `calc-complement-signed-mode' to the list of modes.
8160         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
8161         (calc-b-oper-keys): Add `calc-symclip' to list.
8163         * calc/calc-ext.el (math-read-number-fancy): Read complement
8164         signed numbers.
8165         (calc-init-extensions): Add binding for `calc-symclip'.
8166         Add autoload for `calcFunc-symclip' and `calc-symclip'.
8168         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
8169         `calc-symclip'.
8170         (calc-modes-menu): Add item for twos complement mode.
8172         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
8174 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
8176         * register.el (jump-to-register, insert-register): Handle Semantic
8177         tags.  From commented-out advice in semantic/senator.el.
8179 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
8181         * vc.el (vc-log-show-limit): New variable.
8182         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
8183         when using a prefix argument.
8184         (vc-print-log-internal): Add new argument LIMIT.
8186         * vc-svn.el (vc-svn-print-log):
8187         * vc-mtn.el (vc-mtn-print-log):
8188         * vc-hg.el (vc-hg-print-log):
8189         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
8190         pass it to the log command when set.  Make the BUFFER argument
8191         non-optional.
8193         * vc-sccs.el (vc-sccs-print-log):
8194         * vc-rcs.el (vc-rcs-print-log):
8195         * vc-git.el (vc-git-print-log):
8196         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
8197         ignore it.  Make the BUFFER argument non-optional
8199         * bindings.el (mode-line-buffer-identification): Do not purecopy.
8201 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
8203         * dired.el (dired-mode-map): Move encryption items to "Operate"
8204         menu (Bug#4703).
8206         * strokes.el (strokes-update-window-configuration): Make strokes
8207         buffer current before erasing (Bug#4906).
8209         * cedet/semantic/idle.el (semantic-idle-summary-mode)
8210         (semantic-idle-summary-mode): Define using define-minor-mode
8211         instead of define-semantic-idle-service.
8212         (semantic-idle-summary-mode): New function.
8213         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8214         that mouse motion does not reset the echo area.
8216 2009-11-15  Juri Linkov  <juri@jurta.org>
8218         * simple.el (set-mark-default-inactive): Add :type, :group
8219         and :version.  (Bug#4876)
8221 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
8223         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
8224         (archive-unique-fname): ... here.  (Bug#4929)
8226 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8228         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
8229         with a real fix.
8231         * novice.el (disabled-command-function): Add useful args.
8232         Setup the help buffer so that [back] works.
8233         Remove redundant call to help-mode.
8234         (disabled-command-function): Use `case'.
8235         (en/disable-command): New function extracted from enable-command.
8236         (enable-command, disable-command): Use it.
8238 2009-11-14  Glenn Morris  <rgm@gnu.org>
8240         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
8241         constants.  (Bug#4913)
8243         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
8245 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
8247         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
8248         defined in C that have no doc-strings.  (Bug#1063)
8250 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
8252         * cus-edit.el (data, files):
8253         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
8255 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
8257         * simple.el (shell-command): Doc fix (Bug#4891).
8259         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
8261 2009-11-14  Glenn Morris  <rgm@gnu.org>
8263         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
8264         statements for vc-diff, emerge-quit, and rmail-cease-edit.
8265         If they are already loaded, eval-after-load will do the right thing.
8267         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
8268         compiling.
8270         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
8272         * simple.el (x-selection-owner-p): Declare.
8273         (read-mail-command): Use custom radio type rather than choice.
8274         (completion-no-auto-exit): Doc fix.
8276         * custom.el (defgroup):
8277         * epg-config.el (epg): Doc fixes.
8279 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
8281         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8282         * international/ccl.el (define-ccl-program): Do not purecopy the
8283         docstring, defconst does it anyway.
8285 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8287         * add-log.el (add-change-log-entry): Avoid displaying the changelog
8288         a second time.
8290         * x-dnd.el (x-dnd-maybe-call-test-function):
8291         * window.el (split-window-vertically):
8292         * whitespace.el (whitespace-help-on):
8293         * vc-rcs.el (vc-rcs-consult-headers):
8294         * userlock.el (ask-user-about-lock-help)
8295         (ask-user-about-supersession-help):
8296         * type-break.el (type-break-force-mode-line-update):
8297         * time-stamp.el (time-stamp-conv-warn):
8298         * terminal.el (te-set-output-log, te-more-break, te-filter)
8299         (te-sentinel, terminal-emulator):
8300         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8301         (term-write-input-ring, term-check-source, term-start-output-log):
8302         (term-display-buffer-line, term-dynamic-list-completions):
8303         (term-ansi-make-term, serial-term):
8304         * subr.el (selective-display):
8305         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8306         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8307         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8308         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8309         (speedbar-remove-localized-speedbar-support)
8310         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8311         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8312         (speedbar-buffers-line-directory):
8313         * simple.el (shell-command-on-region, append-to-buffer)
8314         (prepend-to-buffer):
8315         * shadowfile.el (shadow-save-todo-file):
8316         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8317         (scroll-bar-maybe-set-window-start):
8318         * sb-image.el (speedbar-image-dump):
8319         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8320         (load-save-place-alist-from-file):
8321         * ps-samp.el (ps-print-message-from-summary):
8322         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8323         (ps-background-image, ps-begin-job, ps-do-despool):
8324         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8325         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8326         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8327         (pr-call-process, pr-file-list, pr-interface-save):
8328         * novice.el (disabled-command-function)
8329         (enable-command, disable-command):
8330         * mouse.el (mouse-buffer-menu-alist):
8331         * mouse-copy.el (mouse-kill-preserving-secondary):
8332         * macros.el (kbd-macro-query):
8333         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8334         * informat.el (batch-info-validate):
8335         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8336         * hippie-exp.el (try-expand-dabbrev-visible):
8337         * help-mode.el (help-make-xrefs):
8338         * help-fns.el (describe-variable):
8339         * generic-x.el (bat-generic-mode-run-as-comint):
8340         * finder.el (finder-mouse-select):
8341         * find-dired.el (find-dired-sentinel):
8342         * filesets.el (filesets-file-close):
8343         * files.el (list-directory):
8344         * faces.el (list-faces-display, describe-face):
8345         * facemenu.el (list-colors-display):
8346         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8347         * epg.el (epg--process-filter, epg-cancel):
8348         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8349         (epa--read-signature-type):
8350         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8351         (emerge-file-names):
8352         * ehelp.el (electric-helpify):
8353         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8354         * ediff-vers.el (rcs-ediff-view-revision):
8355         * ediff-util.el (ediff-setup):
8356         * ediff-mult.el (ediff-append-custom-diff):
8357         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8358         (ediff-wordify):
8359         * echistory.el (Electric-command-history-redo-expression):
8360         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8361         * disp-table.el (describe-display-table):
8362         * dired.el (dired-find-buffer-nocreate):
8363         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8364         * dabbrev.el (dabbrev--same-major-mode-p):
8365         * chistory.el (list-command-history):
8366         * apropos.el (apropos-documentation):
8367         * allout.el (allout-obtain-passphrase):
8368         (allout-copy-exposed-to-buffer):
8369         (allout-verify-passphrase): Use with-current-buffer.
8371 2009-11-13  Glenn Morris  <rgm@gnu.org>
8373         * Makefile.in (ELCFILES): Regenerate.
8375 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
8377         * net/dbus.el (dbus-registered-objects-table): Rename from
8378         `dbus-registered-functions-table', because it contains also properties.
8379         (dbus-unregister-object): Unregister also properties.
8380         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8381         Use a timeout of 500 msec, in order to not block.
8382         (dbus-register-property, dbus-property-handler): New defuns.
8384 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8386         * simple.el (minibuffer-default-add-completions): Drop deprecated
8387         4th arg.
8389 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
8391         * textmodes/artist.el (artist-mouse-choose-operation):
8392         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8393         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8394         (artist-compute-up-event-key): New function.
8395         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8397 2009-11-13  Kenichi Handa  <handa@m17n.org>
8399         * language/japan-util.el: Make sure that the value of jisx0208
8400         property is jisx0208 character.
8402 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
8404         * international/mule.el (auto-coding-regexp-alist): Only purecopy
8405         car or each item, not the whole list.
8407 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8409         * minibuffer.el (minibuffer-completion-help):
8410         Use minibuffer-hide-completions.
8412 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
8414         * dired.el (dired-save-positions, dired-restore-positions): New funs.
8415         (dired-revert): Use them (bug#4880).
8417 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8419         * tooltip.el (tooltip-frame-parameters): Undo previous change.
8421 2009-11-12  Juri Linkov  <juri@jurta.org>
8423         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8424         New functions.
8425         (find-file-literally-at-point): Alias of `ffap-literally'.
8427 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8429         * textmodes/ispell.el (ispell-skip-region-alist):
8430         * textmodes/css-mode.el (auto-mode-alist):
8431         * progmodes/compile.el (auto-mode-alist):
8432         * international/mule.el (ctext-non-standard-encodings-alist)
8433         (ctext-non-standard-encodings-regexp):
8434         * simple.el (shell-command-switch, text-read-only):
8435         * replace.el (occur-mode-map):
8436         * paths.el (rmail-file-name):
8437         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8438         * find-file.el (ff-special-constructs):
8439         * files.el (file-name-handler-alist):
8440         * composite.el: Purecopy strings.
8442         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8444 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8446         * widget.el (define-widget): Purecopy the docstring.
8447         * international/mule-cmds.el (charset): Do not purecopy the
8448         docstring here, define-widget does it.
8450         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8451         * textmodes/bibtex-style.el (auto-mode-alist):
8452         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8453         * progmodes/compile.el (compile-command):
8454         * language/korea-util.el (default-korean-keyboard):
8455         * international/mule-conf.el (file-coding-system-alist):
8456         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8457         * tooltip.el (tooltip-frame-parameters):
8458         * newcomment.el (comment-end, comment-padding):
8459         * dired.el (dired-trivial-filenames):
8460         * comint.el (comint-file-name-prefix): Purecopy initial values.
8462 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
8464         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8465         (tramp-advice-minibuffer-electric-tilde): Unload advices via
8466         `tramp-unload'.
8467         (tramp-advice-make-auto-save-file-name)
8468         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8469         after removing the advice.
8471 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8473         * progmodes/grep.el (grep-regexp-alist):
8474         * international/mule-cmds.el (iso-2022-control-alist):
8475         * emacs-lisp/timer.el (timer-duration-words):
8476         * subr.el (version-separator, version-regexp-alist):
8477         * minibuffer.el (completion-styles-alist):
8478         * faces.el (face-attribute-name-alist, list-faces-sample-text):
8479         Change defvars to defconsts.
8481         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8482         * loadup.el ("international/mule-conf"): Load the byte compiled version.
8483         * international/mule-conf.el: Allow to be byte compiled.
8485         * international/mule.el (define-charset): Purecopy props.
8486         (load-with-code-conversion): Purecopy doc string and file name.
8487         (put-charset-property): Purecopy strings.
8488         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8490         * international/mule-cmds.el (register-input-method): Purecopy arguments.
8491         (define-char-code-property): Correctly purecopy the table.
8493         * international/ccl.el (define-ccl-program): Purecopy the docstring.
8495         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8497         * subr.el (add-hook): Purecopy strings.
8498         (eval-after-load): Purecopy load-history-regexp and the form.
8500         * custom.el (custom-declare-group): Purecopy load-file-name.
8502         * subr.el (menu-bar-separator): New defconst.
8503         * net/eudc.el (eudc-tools-menu):
8504         * international/mule-cmds.el (set-coding-system-map)
8505         (mule-menu-keymap):
8506         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8507         * vc-hooks.el (vc-menu-map):
8508         * replace.el (occur-mode-map):
8509         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8510         (menu-bar-edit-menu, menu-bar-goto-menu)
8511         (menu-bar-custom-menu, menu-bar-showhide-menu)
8512         (menu-bar-options-menu, menu-bar-tools-menu)
8513         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8514         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8515         (menu-bar-help-menu):
8516         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8517         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8519         * term/x-win.el (x-gtk-stock-map):
8520         * progmodes/vera-mode.el (auto-mode-alist):
8521         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8522         (inferior-lisp-program, inferior-lisp-load-command):
8523         * progmodes/hideshow.el (hs-special-modes-alist):
8524         * progmodes/gud.el (same-window-regexps):
8525         * progmodes/grep.el (grep-program, find-program, xargs-program):
8526         * net/telnet.el (same-window-regexps):
8527         * net/rlogin.el (same-window-regexps):
8528         * language/ethiopic.el (font-ccl-encoder-alist):
8529         * vc-sccs.el (vc-sccs-master-templates):
8530         * vc-rcs.el (vc-rcs-master-templates):
8531         * subr.el (cl-assertion-failed):
8532         * simple.el (next-error-overlay-arrow-position):
8533         * lpr.el (lpr-command):
8534         * locate.el (locate-ls-subdir-switches):
8535         * info.el (same-window-regexps, info)
8536         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8537         * image-mode.el (image-mode, auto-mode-alist):
8538         * hippie-exp.el (hippie-expand-ignore-buffers):
8539         * format.el (format-alist):
8540         * find-dired.el (find-ls-subdir-switches, find-grep-options)
8541         (find-name-arg):
8542         * facemenu.el (facemenu-keybindings):
8543         * dired.el (dired-listing-switches, dired-chown-program):
8544         * diff.el (diff-switches, diff-command):
8545         * cus-edit.el (same-window-regexps):
8546         * bindings.el (mode-line-mule-info)
8547         (mode-line-buffer-identification): Purecopy strings.
8549 2009-11-11  Juri Linkov  <juri@jurta.org>
8551         * simple.el (dired-get-filename) <declare-function>:
8552         Tell the byte-compiler about dired-get-filename.
8553         (shell-command): In Dired mode, get filename from the current line
8554         as the default value.
8556 2009-11-10  Glenn Morris  <rgm@gnu.org>
8558         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8559         * calendar/holidays.el, progmodes/cperl-mode.el:
8560         Update x-popup-menu declarations.
8562         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8563         (list-load-path-shadows): Use dolist.
8564         (list-load-path-shadows): Use with-current-buffer.
8566 2009-11-10  Juri Linkov  <juri@jurta.org>
8568         * minibuffer.el (read-file-name): Support a list of default values
8569         in `default-filename'.  Use the first file name where only one
8570         element is required.  Doc fix.
8572 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
8574         * net/dbus.el (dbus-unregister-object): Release service, if no
8575         other method is registered for it.
8577 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
8579         * bookmark.el (bookmark-completing-read): Sort bookmark names if
8580         bookmark-sort-flag is non-nil (Bug#4653).
8582 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8584         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8585         the progress reporter entirely.
8587         * emulation/cua-base.el: Add CUA property to some CC mode commands
8588         (Bug#4100).
8590 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8592         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8593         at end of sentence (Bug#4818).
8595 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8597         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8598         Handle "see declaration of" MSFT statements (Bug#4100).
8600 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8602         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8603         (tramp-advice-file-expand-wildcards): Unload via
8604         `ad-remove-advice'.
8606         * net/trampver.el: Update release number.
8608 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8610         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8611         `ad-do-it'.
8613 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8615         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8616         in order to keep context in SELinux.
8618 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8620         * dired-aux.el (dired-query): Place cursor in echo area and allow
8621         C-g.
8623         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8624         menu item if not on a directory (Bug#4701).
8626 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8628         Sync with Tramp 2.1.17.
8630         * net/tramp.el (tramp-handle-copy-directory): Don't use
8631         `file-remote-p' (due to compatibility).
8633         * net/tramp-compat.el (tramp-compat-copy-directory)
8634         (tramp-compat-delete-directory): New defuns.
8636         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8637         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8638         `tramp-compat-delete-directory'.
8640         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8641         (tramp-smb-handle-delete-directory): Use
8642         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8644         * net/trampver.el: Update release number.
8646 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8648         * tar-mode.el (tar-copy): Call write-region on the right buffer
8649         (Bug#4857).
8651         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8652         by hand, if necessary (Bug#4878).
8654 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8656         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8657         align size column (Bug#4839).
8659         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8660         statement.
8662 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8664         * progmodes/ld-script.el (auto-mode-alist):
8665         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8667         * cus-face.el (custom-declare-face): Purecopy face spec.
8669 2009-11-06  Kenichi Handa  <handa@m17n.org>
8671         * international/uni-bidi.el: Re-generated.
8672         * international/uni-category.el: Re-generated.
8673         * international/uni-combining.el: Re-generated.
8674         * international/uni-mirrored.el: Re-generated.
8676 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8678         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8679         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8680         (tex-start-options, slitex-run-command, latex-run-command)
8681         (tex-run-command, tex-directory):
8682         * textmodes/ispell.el (ispell-html-skip-alists)
8683         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8684         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8685         (adaptive-fill-regexp):
8686         * textmodes/dns-mode.el (auto-mode-alist):
8687         * progmodes/python.el (interpreter-mode-alist):
8688         * progmodes/etags.el (tags-compression-info-list):
8689         * progmodes/etags.el (tags-file-name):
8690         * net/browse-url.el (browse-url-galeon-program)
8691         (browse-url-firefox-program):
8692         * mail/sendmail.el (mail-signature-file)
8693         (mail-citation-prefix-regexp):
8694         * international/mule-conf.el (eight-bit):
8695         * international/latexenc.el (latex-inputenc-coding-alist):
8696         * international/fontset.el (x-pixel-size-width-font-regexp):
8697         * emacs-lisp/warnings.el (warning-type-format):
8698         * emacs-lisp/trace.el (trace-buffer):
8699         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8700         (emacs-lisp-mode-map):
8701         * calendar/holidays.el (holiday-solar-holidays)
8702         (holiday-bahai-holidays, holiday-islamic-holidays)
8703         (holiday-christian-holidays, holiday-hebrew-holidays)
8704         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8705         (hebrew-holidays-1, holiday-oriental-holidays)
8706         (holiday-general-holidays):
8707         * x-dnd.el (x-dnd-known-types):
8708         * tool-bar.el (tool-bar):
8709         * startup.el (site-run-file):
8710         * shell.el (shell-dumb-shell-regexp):
8711         * rfn-eshadow.el (file-name-shadow-tty-properties)
8712         (file-name-shadow-properties):
8713         * paths.el (remote-shell-program, news-directory):
8714         * mouse.el ([C-down-mouse-3]):
8715         * menu-bar.el (menu-bar-tools-menu):
8716         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8717         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8718         (jka-compr-compression-info-list):
8719         * isearch.el (search-whitespace-regexp):
8720         * image-file.el (image-file-name-extensions):
8721         * find-dired.el (find-ls-option):
8722         * files.el (directory-listing-before-filename-regexp)
8723         (directory-free-space-args, insert-directory-program)
8724         (list-directory-brief-switches, magic-fallback-mode-alist)
8725         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8726         (automount-dir-prefix):
8727         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8728         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8729         (face-font-registry-alternatives, face-font-registry-alternatives)
8730         (face-font-family-alternatives):
8731         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8732         (facemenu-foreground-menu, facemenu-face-menu):
8733         * epa-hook.el (epa-file-name-regexp):
8734         * dnd.el (dnd-protocol-alist):
8735         * textmodes/rst.el (auto-mode-alist):
8736         * button.el (default-button): Purecopy strings.
8738 2009-11-06  Glenn Morris  <rgm@gnu.org>
8740         * Makefile.in (ELCFILES): Update.
8742 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8744         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8745         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8747         * nxml/xsd-regexp.el (xsdre-gen-categories):
8748         * nxml/xmltok.el (xmltok-parse-entity):
8749         * nxml/rng-parse.el (rng-parse-validate-file):
8750         * nxml/rng-maint.el (rng-format-manual)
8751         (rng-manual-output-force-new-line):
8752         * nxml/rng-loc.el (rng-save-schema-location-1):
8753         * nxml/rng-cmpct.el (rng-c-parse-file):
8754         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8755         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8757 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8759         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8760         Remove extra save-excursions and make-variable-buffer-local's.
8761         Suggested by Stefan Monnier.
8763         (verilog-getopt-file, verilog-module-inside-filename-p)
8764         (verilog-set-define): Merge GNU 1.35 and repair changes from
8765         switching to using with-current-buffer.
8767         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8768         being treated as a number and confusing AUTORESET.
8769         Reported by Dan Dever.
8771         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8772         Add verilog-auto-ignore-concat to fix backward compatibility with
8773         older verilog-modes.  Reported by Dan Katz.
8775         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8776         containing closing anchors "...$".
8778         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8779         Reported by Wade Smith.
8781         (verilog-batch-execute-func): Comment on function usage.
8783 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8785         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8786         for labels.
8788         (verilog-label-re, verilog-calc-1): Support proper indent of named
8789         asserts.
8791         (verilog-backward-token, verilog-basic-complete-re)
8792         (verilog-beg-of-statement, verilog-indent-re): Support proper
8793         indent of the assert statement at the beginning of a block of text.
8795         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8796         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8797         tokens as begins.
8799 2009-11-05  Glenn Morris  <rgm@gnu.org>
8801         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8802         Emacs 19.  (Bug#1531)
8803         (byte-compile-fix-header): Update for the above change.
8804         Drop test for epoch::version.
8806         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8807         * cus-dep.el (custom-make-dependencies):
8808         * finder.el (finder-compile-keywords):
8809         Use autoload-rubric's feature argument.
8811         * calendar/diary-lib.el (top-level): Make load behave more like require.
8813         * vc-git.el (vc-git-stash-map): Move definition before use.
8815 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8817         * custom.el (custom-declare-group): Purecopy standard-value.
8818         (custom-declare-group): Purecopy custom-prefix.
8820         * international/mule.el (load-with-code-conversion):
8821         Call do-after-load-evaluation unconditionally.
8823         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8825 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8827         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8829 2009-11-04  Glenn Morris  <rgm@gnu.org>
8831         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8832         (byte-compile-compatibility): Remove option.
8833         (byte-compile-close-variables, byte-compile-fix-header)
8834         (byte-compile-insert-header, byte-compile-output-docform)
8835         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8836         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8837         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8838         (byte-compile-insert, byte-compile-defun):
8839         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8840         (byte-defop-compiler19): Remove.
8841         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8842         used by anything.  Replace all calls with byte-defop-compiler.
8844 2009-11-04  Juri Linkov  <juri@jurta.org>
8846         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8847         (menu-bar-options-menu): Don't quote the `prop' arg of
8848         `menu-bar-make-mm-toggle'.
8850 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8852         * calendar/calendar.el (cal-loaddefs):
8853         * calendar/diary-lib.el (diary-loaddefs):
8854         * calendar/holidays.el (hol-loaddefs):
8855         * eshell/esh-module.el (esh-groups): Load rather than require.
8857 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8859         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8860         point-min==1.
8861         (todo-top-priorities): Only display-buffer when called interactively.
8862         (todo-item-start): Don't save excursion point.
8863         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8864         (todo-insert-item-here, todo-file-item, todo-remove-item):
8865         Adjust uses of todo-item-start and todo-item-end.
8867         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8868         (autoload-rubric): Don't use any more.
8869         * cedet/semantic/fw.el (semantic/loaddefs):
8870         * cedet/srecode.el (srecode/loaddefs):
8871         * cedet/ede.el (ede/loaddefs): Load rather than require.
8872         * cedet/ede/cpp-root.el:
8873         * cedet/ede/emacs.el:
8874         * cedet/ede/files.el:
8875         * cedet/ede/linux.el:
8876         * cedet/ede/locate.el:
8877         * cedet/ede/make.el:
8878         * cedet/ede/shell.el:
8879         * cedet/ede/speedbar.el:
8880         * cedet/ede/system.el:
8881         * cedet/ede/util.el:
8882         * cedet/semantic/analyze.el:
8883         * cedet/semantic/bovine.el:
8884         * cedet/semantic/complete.el:
8885         * cedet/semantic/ctxt.el:
8886         * cedet/semantic/db-file.el:
8887         * cedet/semantic/db-find.el:
8888         * cedet/semantic/db-global.el:
8889         * cedet/semantic/db-mode.el:
8890         * cedet/semantic/db-typecache.el:
8891         * cedet/semantic/db.el:
8892         * cedet/semantic/debug.el:
8893         * cedet/semantic/dep.el:
8894         * cedet/semantic/doc.el:
8895         * cedet/semantic/edit.el:
8896         * cedet/semantic/find.el:
8897         * cedet/semantic/format.el:
8898         * cedet/semantic/html.el:
8899         * cedet/semantic/ia-sb.el:
8900         * cedet/semantic/ia.el:
8901         * cedet/semantic/idle.el:
8902         * cedet/semantic/lex-spp.el:
8903         * cedet/semantic/lex.el:
8904         * cedet/semantic/mru-bookmark.el:
8905         * cedet/semantic/scope.el:
8906         * cedet/semantic/senator.el:
8907         * cedet/semantic/sort.el:
8908         * cedet/semantic/symref.el:
8909         * cedet/semantic/tag-file.el:
8910         * cedet/semantic/tag-ls.el:
8911         * cedet/semantic/tag-write.el:
8912         * cedet/semantic/tag.el:
8913         * cedet/semantic/util-modes.el:
8914         * cedet/semantic/analyze/complete.el:
8915         * cedet/semantic/analyze/refs.el:
8916         * cedet/semantic/bovine/c.el:
8917         * cedet/semantic/bovine/gcc.el:
8918         * cedet/semantic/bovine/make.el:
8919         * cedet/semantic/bovine/scm.el:
8920         * cedet/semantic/decorate/include.el:
8921         * cedet/semantic/decorate/mode.el:
8922         * cedet/semantic/symref/cscope.el:
8923         * cedet/semantic/symref/global.el:
8924         * cedet/semantic/symref/grep.el:
8925         * cedet/semantic/symref/idutils.el:
8926         * cedet/semantic/symref/list.el:
8927         * cedet/semantic/wisent/java-tags.el:
8928         * cedet/semantic/wisent/javascript.el:
8929         * cedet/srecode/compile.el:
8930         * cedet/srecode/cpp.el:
8931         * cedet/srecode/document.el:
8932         * cedet/srecode/el.el:
8933         * cedet/srecode/expandproto.el:
8934         * cedet/srecode/getset.el:
8935         * cedet/srecode/insert.el:
8936         * cedet/srecode/java.el:
8937         * cedet/srecode/map.el:
8938         * cedet/srecode/mode.el:
8939         * cedet/srecode/template.el:
8940         * cedet/srecode/texi.el: Remove the file-local setting of
8941         generated-autoload-feature.
8943         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8944         and only put a prop if it is non-nil.
8946 2009-11-03  Juri Linkov  <juri@jurta.org>
8948         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8949         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8951         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8952         and "Menu" to make top-level menu item visually one unit (like
8953         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8954         multi-word menu items).  Fix :help string for quit-window.
8956 2009-11-03  Glenn Morris  <rgm@gnu.org>
8958         * cedet/mode-local.el (with-mode-local): Doc fix.
8960         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8961         (byte-compile-file-form-define-abbrev-table)
8962         (byte-compile-file-form-custom-declare-variable)
8963         (byte-compile-variable-ref, byte-compile-defvar):
8964         Whether or not a warning is enabled should only affect whether we issue
8965         the warning, not whether or not we collect the relevant data.
8966         Eg warnings can be turned on and off throughout the course of a file.
8968         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8969         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8971 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8973         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8974         * play/mpuz.el (mpuz-create-buffer):
8975         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8976         (lm-print-y,s,noise, lm-print-w0, lm-init):
8977         * play/gomoku.el (gomoku-prompt-for-move):
8978         * play/fortune.el (fortune-in-buffer):
8979         * play/dissociate.el (dissociated-press):
8980         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8981         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8982         * mail/supercite.el (sc-eref-show):
8983         * mail/smtpmail.el (smtpmail-send-it):
8984         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8985         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8986         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8987         (rmail-summary-goto-msg, rmail-summary-expunge)
8988         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8989         (rmail-summary-add-label, rmail-summary-output-menu)
8990         (rmail-summary-output-body):
8991         * mail/rfc822.el (rfc822-addresses):
8992         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8993         * mail/mailpost.el (post-mail-send-it):
8994         * mail/hashcash.el (hashcash-generate-payment):
8995         * mail/feedmail.el (feedmail-run-the-queue)
8996         (feedmail-queue-send-edit-prompt-help-first)
8997         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8998         (feedmail-deduce-address-list):
8999         * eshell/esh-ext.el (eshell-remote-command):
9000         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
9001         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
9002         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
9003         (viper-save-string-in-file, viper-valid-marker):
9004         * emulation/viper-keym.el (viper-toggle-key):
9005         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
9006         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
9007         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
9008         * emulation/viper-cmd.el (viper-exec-form-in-vi)
9009         (viper-exec-form-in-emacs, viper-brac-function):
9010         * emulation/viper.el (viper-delocalize-var):
9011         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
9012         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
9013         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
9014         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
9015         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
9016         * emulation/edt.el (edt-electric-helpify):
9017         * emulation/cua-rect.el (cua--rectangle-aux-replace):
9018         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
9019         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
9020         (cua-indent-to-global-mark-column):
9021         * calendar/diary-lib.el (calendar-mark-1):
9022         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
9023         Use with-current-buffer.
9024         * emulation/viper.el (viper-delocalize-var): Use dolist.
9026 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
9028         * comint.el (comint-replace-by-expanded-history-before-point):
9029         Replace !! with the previous input string literally (Bug#1795).
9031 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
9033         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
9034         to be made up of whitespace.
9036 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
9038         * minibuffer.el (read-file-name): Don't use file dialogs for
9039         remote directories (Bug#99).
9041 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
9043         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
9045 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
9047         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
9048         instead of deleting the window or frame.
9050 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
9052         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9053         Support face colors.
9055         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
9056         New function.  Support face colors (Bug#1168).
9057         (tex-common-initialization): Use it.
9059         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
9060         mode allows it (Bug#1168).
9062 2009-10-31  Juri Linkov  <juri@jurta.org>
9064         * facemenu.el (list-colors-display): Don't mark buffer as
9065         modified (Bug#3948).
9067 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
9069         * international/mule-diag.el (list-character-sets-1): Minor
9070         message fix (Bug#3526).
9072         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
9073         face property (Bug#4834).
9074         (etags-list-tags, etags-tags-apropos-additional)
9075         (etags-tags-apropos, tags-select-tags-table): Add follow-link
9076         property.
9078         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
9079         items.
9081         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
9082         items.
9084         * cedet/ede.el (ede-minor-mode):
9085         * cedet/semantic.el (semantic-mode): Toggle menu separators.
9087 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9089         * textmodes/two-column.el (2C-split):
9090         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
9091         * textmodes/tex-mode.el (tex-set-buffer-directory):
9092         * textmodes/spell.el (spell-region, spell-string):
9093         * textmodes/reftex.el (reftex-erase-buffer):
9094         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
9095         * textmodes/reftex-toc.el (reftex-toc-promote-action):
9096         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
9097         (reftex-select-item):
9098         * textmodes/reftex-ref.el (reftex-label-info-update)
9099         (reftex-offer-label-menu):
9100         * textmodes/reftex-index.el (reftex-index-change-entry)
9101         (reftex-index-phrases-info):
9102         * textmodes/reftex-global.el (reftex-create-tags-file)
9103         (reftex-save-all-document-buffers, reftex-ensure-write-access):
9104         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
9105         (reftex-view-crossref-from-bibtex):
9106         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
9107         (reftex-extract-bib-entries-from-thebibliography)
9108         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
9109         * textmodes/refbib.el (r2b-capitalize-title):
9110         (r2b-convert-buffer, r2b-help):
9111         * textmodes/page-ext.el (pages-directory)
9112         (pages-directory-goto-with-mouse):
9113         * textmodes/bibtex.el (bibtex-validate-globally):
9114         * textmodes/bib-mode.el (bib-capitalize-title):
9115         * textmodes/artist.el (artist-clear-buffer, artist-system):
9116         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
9117         (local-set-scheme-interaction-buffer, xscheme-process-filter)
9118         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
9119         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
9120         (xscheme-send-control-g-interrupt, xscheme-start-process)
9121         (xscheme-process-sentinel, xscheme-cd):
9122         * progmodes/verilog-mode.el (verilog-read-always-signals)
9123         (verilog-set-define, verilog-getopt-file)
9124         (verilog-module-inside-filename-p):
9125         * progmodes/sh-script.el:
9126         * progmodes/python.el (python-pdbtrack-get-source-buffer)
9127         (python-pdbtrack-grub-for-buffer, python-execute-file):
9128         * progmodes/octave-inf.el (inferior-octave):
9129         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9130         (idlwave-shell-compile-helper-routines, idlwave-set-local)
9131         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
9132         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
9133         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
9134         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
9135         (idlwave-shell-filter, idlwave-shell-examine-highlight)
9136         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
9137         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
9138         (idlwave-shell-examine-display, idlwave-shell-run-region)
9139         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
9140         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
9141         * progmodes/idlw-help.el (idlwave-help-get-special-help)
9142         (idlwave-help-get-help-buffer):
9143         * progmodes/gud.el (gud-basic-call, gud-find-class)
9144         (gud-tooltip-activate-mouse-motions-if-enabled):
9145         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9146         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
9147         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
9148         (ebrowse-tags-next-file):
9149         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
9150         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
9151         (ebnf-eps-finish-and-write):
9152         * progmodes/cpp.el (cpp-edit-save):
9153         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
9154         * progmodes/cc-defs.el (c-emacs-features):
9155         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
9156         (antlr-directory-dependencies):
9157         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
9158         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
9159         (ada-find-any-references, ada-make-filename-from-adaname)
9160         (ada-make-body-gnatstub):
9161         * obsolete/rnews.el (news-list-news-groups):
9162         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9163         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
9164         * net/rcirc.el (rcirc-debug):
9165         * net/newst-treeview.el (newsticker--treeview-list-add-item)
9166         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
9167         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
9168         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
9169         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9170         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
9171         (newsticker--treeview-list-clear-highlight)
9172         (newsticker--treeview-list-update-highlight)
9173         (newsticker--treeview-list-highlight-start)
9174         (newsticker--treeview-tree-update-highlight)
9175         (newsticker--treeview-get-selected-item)
9176         (newsticker-treeview-mark-list-items-old)
9177         (newsticker--treeview-set-current-node):
9178         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9179         * net/newst-backend.el (newsticker--get-news-by-funcall)
9180         (newsticker--get-news-by-wget, newsticker--image-get)
9181         (newsticker--image-sentinel):
9182         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
9183         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
9184         (eudc-ph-close-session):
9185         * net/eudc.el (eudc-save-options):
9186         * language/thai-word.el (thai-update-word-table):
9187         * language/japan-util.el (japanese-string-conversion):
9188         * international/titdic-cnv.el (tsang-quick-converter)
9189         (ziranma-converter, ctlau-converter):
9190         * international/mule-cmds.el (describe-language-environment):
9191         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
9192         (skkdic-convert-postfix, skkdic-convert-prefix):
9193         (skkdic-convert-okuri-nasi, skkdic-convert):
9194         * emacs-lisp/re-builder.el (reb-update-overlays):
9195         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
9196         * emacs-lisp/gulp.el (gulp-send-requests):
9197         * emacs-lisp/find-gc.el (trace-call-tree):
9198         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
9199         (eieio-describe-generic):
9200         * emacs-lisp/eieio-base.el (eieio-persistent-read):
9201         * emacs-lisp/edebug.el (edebug-outside-excursion):
9202         * emacs-lisp/debug.el (debugger-make-xrefs):
9203         * emacs-lisp/cust-print.el (custom-prin1-to-string):
9204         * emacs-lisp/chart.el (chart-new-buffer):
9205         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
9206         Use with-current-buffer.
9207         * textmodes/artist.el (artist-system): Don't call
9208         copy-sequence on a fresh string.
9209         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
9211 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
9213         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
9214         is no item to edit.  (Bug#4820)
9215         (todo-top-priorities): Restore point and restore narrowing in Todo
9216         buffer.  (Bug#4820)
9218 2009-10-31  Glenn Morris  <rgm@gnu.org>
9220         * net/ange-ftp.el (top-level): Don't require dired when compiling.
9221         (comint-last-output-start, comint-last-input-start)
9222         (comint-last-input-end): Don't defvar when compiling.
9223         (ange-ftp-process-file): Use bound-and-true-p.
9225         * pcmpl-rpm.el (top-level): Move provide statement to end.
9226         (pcmpl-rpm): Remove unused custom group.
9228         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
9230         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
9232         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9233         (byte-compile-warnings): Add `constants' as an option.
9234         (byte-compile-callargs-warn, byte-compile-arglist-warn)
9235         (display-call-tree): Update for byte-compile-fdefinition possibly
9236         returning `(macro lambda ...)'.  (Bug#4778)
9237         (byte-compile-variable-ref, byte-compile-setq-default):
9238         Respect `constants' member of byte-compile-warnings.
9240         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
9241         Use mapc rather than mapcar because the return value is never used.
9243         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
9244         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
9245         * cedet/semantic/html.el:
9246         Suppress harmless warnings about setting up semantic-imenu (not
9247         part of Emacs) variables.
9249 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9251         * vc-bzr.el (vc-bzr-revision-keywords): New var.
9252         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
9253         to "submit:".
9255         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
9256         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
9257         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
9258         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
9259         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
9260         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
9261         (semantic-analyzer-debug-global-symbol)
9262         (semantic-analyzer-debug-missing-innertype)
9263         (semantic-analyzer-debug-insert-include-summary):
9264         * cedet/semantic/util.el (semantic-file-tag-table):
9265         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
9266         (semantic-recursive-find-nonterminal-by-name):
9267         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
9268         * cedet/semantic/tag-file.el (semantic-prototype-file):
9269         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
9270         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
9271         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
9272         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
9273         (semantic-idle-summary-maybe-highlight):
9274         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
9275         (semantic-ia-sb-tag-info):
9276         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9277         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9278         * cedet/semantic/ede-grammar.el (project-compile-target):
9279         (ede-proj-makefile-insert-variables):
9280         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9281         (semantic-debug-set-source-location, semantic-debug-interface-layout)
9282         (semantic-debug-mode, semantic-debug):
9283         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9284         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9285         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9286         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9287         (semanticdb-find-translate-path-includes--internal)
9288         (semanticdb-reset-log, semanticdb-find-log-activity):
9289         * cedet/semantic/db-file.el (object-write):
9290         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9291         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9292         (semanticdb-create-ebrowse-database):
9293         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9294         * cedet/semantic/complete.el (semantic-displayor-focus-request)
9295         (semantic-collector-calculate-completions-raw)
9296         (semantic-complete-read-tag-analyzer):
9297         * cedet/semantic/analyze.el (semantic-analyze-pulse):
9298         * cedet/ede/util.el (ede-update-version-in-source):
9299         * cedet/ede/proj.el (project-delete-target):
9300         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9301         (ede-proj-flush-autoconf):
9302         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9303         (ede-proj-configure-synchronize):
9304         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9305         * cedet/ede/linux.el (ede-linux-version):
9306         * cedet/ede/emacs.el (ede-emacs-version):
9307         * cedet/ede/dired.el (ede-dired-add-to-target):
9308         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9309         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9310         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9311         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9312         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9313         (cedet-idutils-version-check):
9314         * cedet/cedet-global.el (cedet-gnu-global-call):
9315         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9316         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9317         * cedet/cedet-cscope.el (cedet-cscope-call)
9318         (cedet-cscope-expand-filename, cedet-cscope-version-check):
9319         Use with-current-buffer.
9320         * cedet/ede.el (ede-make-project-local-variable)
9321         (ede-set-project-variables, ede-set): Use dolist.
9323 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
9325         * textmodes/ispell.el (ispell-skip-region-alist):
9326         * international/mule-conf.el (eight-bit):
9327         * international/fontset.el (font-encoding-alist):
9328         * startup.el (pure-space-overflow-message):
9329         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9330         * paths.el (gnus-nntp-service, rmail-spool-directory)
9331         (term-file-prefix):
9332         * files.el (save-some-buffers-action-alist):
9333         * cmuscheme.el (same-window-buffer-names):
9334         * ielm.el (same-window-buffer-names):
9335         * shell.el (same-window-buffer-names):
9336         * mail/sendmail.el (same-window-buffer-names):
9337         * progmodes/inf-lisp.el (same-window-buffer-names):
9338         * bindings.el (mode-line-client)
9339         (mode-line-column-line-number-mode-map):
9340         * language/tibetan.el (tibetan-precomposition-rule-regexp)
9341         (tibetan-precomposed-regexp): Purecopy string arguments.
9343 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9345         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9346         (calcDigit-nondigit):
9347         * calc/calc-yank.el (calc-copy-to-buffer):
9348         * calc/calc-units.el (calc-invalidate-units-table):
9349         * calc/calc-trail.el (calc-trail-yank):
9350         * calc/calc-store.el (calc-insert-variables):
9351         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9352         * calc/calc-prog.el (calc-read-parse-table):
9353         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9354         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9355         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9356         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9357         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9358         (calc-graph-name, calc-graph-find-command, calc-graph-view)
9359         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9360         * calc/calc-ext.el (calc-realign):
9361         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9362         (calc-embedded-finish-edit, calc-embedded-make-info)
9363         (calc-embedded-finish-command, calc-embedded-stack-change):
9364         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9366         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9367         (overload-docstring-extension): Use that info.
9368         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9369         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9370         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9371         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9372         (semantic-nonterminal-full-name): Add the new `when' info.
9373         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9374         `assert'.
9376         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9377         shell-dynamic-complete-filename in preference to
9378         comint-dynamic-complete-filename.
9380         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9381         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9382         Don't consider whether the display supports colors.
9383         (bookmark-import-new-list): Use dolist.
9384         (bookmark-bmenu-mode-map): Move initialization into declaration.
9385         (bookmark-bmenu-list): Use dolist, simplify.
9386         (bookmark-show-all-annotations): Use save-selected-window and dolist.
9387         (menu-bar-final-items): Use push.
9389 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9391         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9392         it works on remote files.
9393         (vc-hg-diff): Don't pass any `--cwd' argument.
9395 2009-10-27  Kevin Ryde  <user42@zip.com.au>
9397         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9398         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9399         (Further to Bug#3921).
9401 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
9403         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9404         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9405         calling `tramp-imap-put-file'.  Add file size to the call.
9406         (tramp-imap-get-file-entries): Compute also user name, file size,
9407         and date.
9408         (tramp-imap-handle-insert-directory): Insert uid and gid.
9409         (tramp-imap-handle-file-attributes): Transform uid and gid
9410         according to `id-format'.
9411         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
9412         size in header X-Size.
9414 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
9416         * simple.el (transpose-subr): Give clearer error when the mark
9417         is not set.  (Bug#4807)
9419 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
9421         * net/tramp.el (tramp-perl-file-truename): New defconst.
9422         Perl code contributed by yary <not.com@gmail.com> (tiny change).
9423         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9424         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9425         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9427         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9428         Ignore `dired-call-process'.
9429         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9431 2009-10-26  Julian Scheid  <julians37@gmail.com>
9433         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9434         (tramp-get-remote-readlink): New defun.
9435         (tramp-handle-file-truename): Use it.
9436         (tramp-handle-file-exists-p): Check file-attributes cache, assume
9437         file exists if cache value present.
9438         (tramp-check-cached-permissions): New defun.
9439         (tramp-handle-file-readable-p): Use it.
9440         (tramp-handle-file-writable-p): Likewise.
9441         (tramp-handle-file-executable-p): Likewise.
9442         (tramp-handle-file-name-all-completions): Try using Perl to get
9443         partial completions.  When perl not available, combine `cd' and
9444         `ls' into single remote operation and use shell expansion to get
9445         partial remote directory contents.  Set `file-exists-p' cache for
9446         directory and any files returned by ls.  Change cache handling to
9447         support partial directory contents.  Use error message emitted by
9448         remote `cd' or Perl code for local tramp-error.
9449         (tramp-do-copy-or-rename-file-directly): Avoid separate
9450         tramp-send-command-and-check call.
9451         (tramp-handle-process-file): Merge three remote ops into one.
9452         Do not flush all caches when `process-file-side-effects' is set.
9453         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9454         file-attributes shows uid/gid to be set already.
9456 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9458         * textmodes/tex-mode.el (tex-dvi-view-command)
9459         (tex-show-queue-command, tex-open-quote):
9460         * progmodes/ruby-mode.el (auto-mode-alist)
9461         (interpreter-mode-alist): Purecopy strings.
9463         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9465         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9466         string for the hook, keymap and abbrev table.
9468         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9470         * x-dnd.el (x-dnd-xdnd-to-action):
9471         * startup.el (fancy-startup-text, fancy-about-text): Change to
9472         defconst from defvar.
9474         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9476         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9477         Purecopy initialization strings.
9479         * mail/sendmail.el (mail-header-separator)
9480         (mail-personal-alias-file):
9481         * mail/rmail.el (rmail-default-dont-reply-to-names)
9482         (rmail-ignored-headers, rmail-retry-ignored-headers)
9483         (rmail-highlighted-headers, rmail-secondary-file-directory)
9484         (rmail-secondary-file-regexp):
9485         * files.el (null-device, file-name-invalid-regexp)
9486         (locate-dominating-stop-dir-regexp)
9487         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9488         (interpreter-mode-alist): Use mapcar instead of mapc.
9490         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9492         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9493         (completion-ignored-extensions):
9494         (debug-ignored-errors): Purecopy strings.
9496 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9498         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9499         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9500         (pcomplete--here): Use push.
9502         * subr.el (all-completions): Declare the 4th arg obsolete.
9504 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9506         * pcomplete.el (pcomplete-unquote-argument-function): New var.
9507         (pcomplete-unquote-argument): New function.
9508         (pcomplete--common-suffix): Always pay attention to case.
9509         (pcomplete--table-subvert): Quote and unquote the text.
9510         (pcomplete--common-quoted-suffix): New function.
9511         (pcomplete-std-complete): Use it and pcomplete-begin.
9513         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9514         we're inside a dedicated or minibuffer window.
9516 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9518         * cedet/semantic/fw.el (semantic-alias-obsolete)
9519         (semantic-varalias-obsolete): Make the `when' arg mandatory.
9520         (define-mode-overload-implementation):
9521         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9522         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9523         * cedet/semantic/util.el (semantic-file-token-stream)
9524         (semantic-something-to-stream):
9525         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9526         (semantic-expand-nonterminal):
9527         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9528         (semantic-find-dependency, semantic-find-nonterminal)
9529         (semantic-find-dependency):
9530         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9531         (semantic-flex-text, semantic-flex-make-keyword-table)
9532         (semantic-flex-keyword-p, semantic-flex-keyword-put)
9533         (semantic-flex-keyword-get, semantic-flex-map-keywords)
9534         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9535         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9536         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9537         (semantic-after-idle-scheduler-reparse-hooks):
9538         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9539         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9540         * cedet/semantic.el (semantic-toplevel-bovine-table)
9541         (semantic-toplevel-bovine-cache)
9542         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9543         (semantic-init-mode-hooks, semantic-init-db-hooks)
9544         (semantic-bovination-working-type): Provide the `when' arg.
9546 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
9548         * bookmark.el: Update documentation, especially documentation
9549         of `bookmark-alist' and of the bookmark file format.
9550         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
9552 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9554         * mail/emacsbug.el (report-emacs-bug): Clarify that the
9555         keybindings apply to the mail buffer (Bug#4003).  Shrink help
9556         window to buffer.
9558         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9559         (global-whitespace-mode, global-whitespace-newline-mode)
9560         (whitespace-toggle-options, global-whitespace-toggle-options):
9561         Doc fix (Bug#3660).
9563         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9564         of xmltok-start before the end tag was inserted (Bug#2840).
9566         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9567         patterns that are preceded by an open-paren (Bug#1320).
9569 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
9571         * files.el (delete-directory): Delete symlinks to directories with
9572         delete-file (Bug#4739).
9574 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9576         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9577         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9578         argument to make-obsolete.
9580         * cedet/semantic/fw.el (semantic-alias-obsolete)
9581         (semantic-varalias-obsolete): Add optional WHEN argument.
9583 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9585         * vc.el (vc-backend-for-registration): Rename from
9586         vc-get-backend-for-registration.  Update callers.
9588         * international/mule-cmds.el (set-language-info-alist):
9589         Purecopy lang-env.
9590         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9591         (charset): Purecopy the name.
9592         (define-char-code-property): Purecopy string arguments.
9594         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9595         Purecopy string arguments.
9597         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9598         * ediff-hook.el (menu-bar-ediff-menu):
9599         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9600         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9602 2009-10-24  Glenn Morris  <rgm@gnu.org>
9604         * comint.el (comint-dynamic-list-completions):
9605         * term.el (term-dynamic-list-completions): Use choose-completion rather
9606         than obsolete alias mouse-choose-completion.
9608         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9609         file-cache-choose-completion.
9610         (file-cache-choose-completion): Handle an optional event argument.
9611         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9613         * progmodes/octave-mod.el (octave-complete-symbol):
9614         Use choose-completion if mouse-choose-completion is ever removed.
9616         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9617         use.
9619         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9620         compiler.
9622         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9624 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9626         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9627         Ignore `pred' now that we receive one.
9628         Handle test-completion specially.
9630 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9632         * vc.el (vc-responsible-backend): Throw an error if not backend is
9633         found.  Remove the REGISTER argument.  Move the code dealing with
9634         REGISTER ...
9635         (vc-get-backend-for-registration): ... here.  New function.
9636         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9637         of vc-responsible-backend, pass the file name instead of the
9638         directory name.
9640 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9642         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9643         New funs.
9644         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9645         (pcomplete-comint-setup): Don't modify a global var via
9646         accidental side-effects.
9647         (pcomplete-shell-setup): Adjust call accordingly.
9648         (pcomplete-parse-comint-arguments): Use push.
9650 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9652         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9653         Allow uncapitalized info node names (Bug#3921).
9655         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9656         to the DEBUG file (Bug#3781).
9658 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9660         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9661         dictionary entry (Bug#4579).
9663 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9665         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9666         from `rfn-eshadow-update-overlay-hook' when unloading.
9667         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9668         "rsyncc".  Adjust doc string.
9669         (tramp-temp-buffer-file-name): New buffer-local defvar.
9670         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9671         Keep temporary file when indicated by method ("rsync" and
9672         "rsyncc").
9673         (tramp-handle-write-region): Handle APPEND.
9674         (tramp-delete-temp-file-function): New defun.  Added to
9675         `kill-buffer-hook'.
9677 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9679         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9681 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9683         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9684         (color-name-rgb-alist, tty-standard-colors)
9685         (tty-color-mode-alist): Change to defconst.
9687         * simple.el (mark-inactive): Purecopy message.
9689         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9690         (global-map, yank-menu):
9691         * textmodes/ispell.el (ispell-menu-map):
9692         * net/eudc.el (eudc-tools-menu):
9693         * international/mule-cmds.el (describe-language-environment-map)
9694         (setup-language-environment-map, set-coding-system-map)
9695         (mule-menu-keymap):
9696         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9697         * replace.el (occur-mode-map):
9698         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9700 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9702         * calc/calc.el (math-read-number, math-read-number-simple): Use
9703         `save-match-data'.
9705 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9707         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9708         rather than fiddling with global-map bindings, since it should only
9709         affect per-terminal settings.
9710         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9712         * minibuffer.el (completion-table-with-terminator): Allow to specify
9713         the terminator-regexp.
9715         * simple.el (switch-to-completions): Look for *Completions* in other
9716         frames as well.
9718         * pcomplete.el: Allow the use of completion-tables.
9719         (pcomplete-std-complete): New command.
9720         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9721         (pcomplete--here): Use a function for `form' rather than an expression,
9722         so it can be byte-compiled.
9723         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9724         Add edebug declaration.
9725         (pcomplete-show-completions): Remove unused var `curbuf'.
9726         (pcomplete-do-complete, pcomplete-stub):
9727         Don't assume `completions' is a list of strings any more.
9729 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9731         * find-dired.el (find-name-arg): Fix typo in docstring.
9733 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9735         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9736         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9738         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9739         pcomplete-entries.
9741         * comint.el (comint-read-input-ring, comint-write-input-ring)
9742         (comint-substitute-in-file-name)
9743         (comint-dynamic-complete-as-filename)
9744         (comint-dynamic-simple-complete)
9745         (comint-dynamic-list-filename-completions)
9746         (comint-dynamic-list-completions)
9747         (comint-redirect-results-list-from-process): Minor simplifications.
9749 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9751         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9752         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9753         the first form.  And insert a blank line after ";;; Code" since
9754         that's usual style.  (Bug#4612)
9756         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9758 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9760         * minibuffer.el (completion-table-with-terminator): Properly implement
9761         boundaries, in case `terminator' appears in the suffix.
9762         (completion--embedded-envvar-table): Don't return boundaries if
9763         there's no valid completion.  Simplify.
9764         (completion-file-name-table): New completion table extracted from
9765         completion--file-name-table.
9766         (completion--file-name-table): Use it.
9767         (read-file-name-predicate): Declare obsolete.
9768         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9769         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9770         completion-file-name-table, and use the `pred' argument.
9771         * files.el (locate-file-completion-table): Use the `pred' arg rather
9772         than read-file-name-predicate.
9773         (abbreviate-file-name): Use \` rather than ^ for BOS.
9775 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9777         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9778         vc-responsible-backend to register, it causes problems.
9780 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9782         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9784 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9786         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9787         (semantic-c-debug-mode-init-pch): New functions.
9788         (semantic-c-debug-mode-init-last-mode): New var.
9789         (semantic-c-parse-lexical-token): Use them.
9791         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9792         When extracting the argument list, limit only by point-max.
9794 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9796         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9797         (tramp-smb-handle-file-attributes): Use it.
9798         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9799         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9800         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9801         Add `dired-filename' text properties.
9802         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9803         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9804         version.
9806 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9808         * subr.el (read-key-delay): Reduce to 0.01.
9809         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9810         (bug#4751).
9812 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9814         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9816         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9817         (Info-menu): Remove unused vars `last' and `completions'.
9818         (Info-index-nodes): Remove unused var `node'.
9820         * info.el (Info-complete-menu-item): Use complete-with-action.
9822 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9824         Make vc-annotate work through copies and renames.
9825         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9826         Return the file name too.
9827         (vc-annotate-revision-at-line)
9828         (vc-annotate-find-revision-at-line)
9829         (vc-annotate-revision-previous-to-line)
9830         (vc-annotate-show-log-revision-at-line): Update to get the file
9831         name from vc-annotate-extract-revision-at-line.
9832         (vc-annotate-show-diff-revision-at-line-internal): Change the
9833         argument to mean whether to show a file diff or not.  Get the file
9834         name from vc-annotate-extract-revision-at-line.
9835         (vc-annotate-show-diff-revision-at-line):
9836         Update vc-annotate-show-diff-revision-at-line call.
9837         (vc-annotate-warp-revision): Add an optional file argument.
9839         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9840         (vc-git-annotate-extract-revision-at-line): Also return the file
9841         name if found.
9843         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9844         command.  Remove unused code.
9845         (vc-hg-annotate-re): Update to match --follow output.
9846         (vc-hg-annotate-extract-revision-at-line): Also return the file
9847         name if found.
9849         * vc.el: Update annotate-extract-revision-at-line documentation.
9851 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9853         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9854         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9856         * net/browse-url.el (browse-url): Identify alist with "consp and
9857         not functionp" and let all other things go down the `apply' leg,
9858         as suggested by Stefan.  (Further to bug#4531.)
9860 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9862         * minibuffer.el (read-file-name): Check for repeat before putting
9863         a default argument in file-name-history (Bug#4657).
9865         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9866         read syntax (Bug#4737).
9868         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9870 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9872         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9873         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9874         entries and make note of obsolete tags.
9876 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9878         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9880 2009-10-18  Glenn Morris  <rgm@gnu.org>
9882         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9883         grep, so that binary files (eg international/uni-bidi.el) can match.
9884         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9885         now, and in any case the file header format has changed.
9887 2009-10-17  Glenn Morris  <rgm@gnu.org>
9889         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9890         (flyspell-get-word, flyspell-large-region)
9891         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9893 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9895         * Makefile.in (ELCFILES): Add ede/shell.
9897 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9899         * term/common-win.el (x-colors): Purecopy it.
9901 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9903         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9904         permissive for when the buffer is empty.
9905         (tar-header-block-tokenize): Decode the username and groupname.
9906         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9908 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9910         * cedet/srecode/srt.el:
9911         * cedet/srecode/compile.el:
9912         * cedet/semantic/mru-bookmark.el:
9913         * cedet/semantic/debug.el:
9914         * cedet/semantic/complete.el:
9915         * cedet/semantic/analyze.el: Require CL when compiling.
9917 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9919         * cedet/semantic/scope.el
9920         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9921         tmpscope so that the regular scope will continue to work.
9923         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9924         Use semantic-idle-summary-highlight-face as the highlighting.
9926         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9927         contains multibyte characters, choose first applicable coding
9928         system automatically.
9930         * cedet/ede/project-am.el (project-run-target): New method.
9931         (project-run-target): New method.
9933         * cedet/ede.el (ede-target): Add run target menu item.
9934         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9935         (ede-run-target): New function.
9936         (ede-target::project-run-target): New method.
9938         * cedet/ede/proj.el (project-run-target): New method.
9940         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9941         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9942         Add :rules.
9943         (ede-proj-target-makefile-shared-object): Only libtool compilers
9944         now available.  Add linkers for libtool.
9945         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9946         (ede-proj-makefile-target-name): Always use .la extension.
9948         * cedet/ede/proj-prog.el (project-run-target): New method.
9950         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9951         (ede-g++-linker): Change Change link lines.
9953         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9954         When searching for old variables, go to the end of the buffer and
9955         search backward from there.
9956         (ede-proj-makefile-automake-insert-subdirs)
9957         (ede-proj-makefile-automake-insert-extradist): New methods.
9958         (ede-proj-makefile-create): Use them.
9960         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9961         Force FILE to expand to the current target.  Use file-exists-p to
9962         check that it exists.
9964         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9965         (ede-linux-load): Wrap dir in file-name-as-directory.
9966         Set :version slot.
9968         * cedet/ede/files.el (ede-get-locator-object): When enabling
9969         locate, do so on "top".
9971         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9972         file-name-as-directory during compare.
9973         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9974         Get version number from different places.  Don't call egrep.
9975         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9976         to set the directory.
9978         * cedet/ede/shell.el: New file.
9980         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9981         alpha/beta variants.
9983 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9985         * international/mule-cmds.el (select-safe-coding-system): If the file
9986         has a coding cookie, use it regardless of any other setting (bug#4712).
9988 2009-10-17  Glenn Morris  <rgm@gnu.org>
9990         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9991         All errors should have messages.
9993         * foldout.el (foldout-mouse-swallow-events):
9994         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9996         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9997         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9998         (dired-keep-marker-symlink, dired-dwim-target)
9999         (dired-copy-preserve-time): Do not autoload these defcustoms.
10001         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
10002         messages from messing up the file coding.  (Bug#4623)
10004 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
10006         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
10007         if no match is found for the current dictionary.  (Bug#4578)
10009         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
10010         optional, since that is how it is documented, and this is often called
10011         with a nil argument.  (Bug#4577)
10012         (flyspell-external-point-words, flyspell-auto-correct-word)
10013         (flyspell-correct-word-before-point, flyspell-word-search-forward)
10014         (flyspell-word-search-backward): Remove nil argument in calls to
10015         flyspell-get-word, since it is not needed now.
10017 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
10019         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
10021 2009-10-16  Glenn Morris  <rgm@gnu.org>
10023         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
10025 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
10027         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
10028         (ange-ftp-file-size): New function.
10029         (ange-ftp-file-attributes): Use it.
10031 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
10033         * net/tramp-smb.el (tramp-smb-version): New defvar.
10034         (tramp-smb-maybe-open-connection): Use it, in order to avoid
10035         repeated checks.
10037 2009-10-16  Glenn Morris  <rgm@gnu.org>
10039         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10040         Maybe copy some custom properties from old to new name.  (Bug#4706)
10042 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
10044         * subr.el (error, sit-for, start-process-shell-command)
10045         (start-file-process-shell-command): Set the calling convention
10046         after the function definition.
10048 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10050         * subr.el (error, sit-for, start-process-shell-command)
10051         (start-file-process-shell-command): Use the new
10052         set-advertised-calling-convention feature.
10054 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
10056         * international/ucs-normalize.el (ucs-normalize-version):
10057         Change to 1.2.
10058         (check-range): Adjust for Unicode 5.2.
10060 2009-10-15  Juri Linkov  <juri@jurta.org>
10062         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
10063         to the `menu-item' format.
10065 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
10067         * net/tramp.el (tramp-replace-environment-variables): Do not fail
10068         if the environment variable does not exist.
10070         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10071         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
10072         parameter.
10073         (tramp-smb-handle-add-name-to-file)
10074         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10075         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10076         (tramp-smb-handle-file-attributes)
10077         (tramp-smb-do-file-attributes-with-stat)
10078         (tramp-smb-handle-file-local-copy)
10079         (tramp-smb-handle-insert-directory)
10080         (tramp-smb-handle-make-directory)
10081         (tramp-smb-handle-make-directory-internal)
10082         (tramp-smb-handle-make-symbolic-link)
10083         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
10084         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
10085         (tramp-smb-maybe-open-connection): Apply the changed parameters.
10086         (tramp-smb-read-file-entry): Read Disk names in compressed format.
10087         Handle long file names.
10088         (tramp-smb-get-cifs-capabilities): Check, whether the connection
10089         process is running.
10090         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
10091         Read share names with "-g" option.
10093 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
10095         * net/rcirc.el (rcirc-view-log-file): New command.
10096         (rcirc-track-minor-mode-map): Remove C-c ` binding.
10097         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
10098         specified.
10100 2009-10-15  Glenn Morris  <rgm@gnu.org>
10102         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
10103         from the second command-line argument.
10104         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
10105         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
10106         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
10107         w32-batch-update-autoloads.
10108         * emacs-lisp/autoload.el (autoload-make-program): New variable.
10109         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
10111         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
10112         the headers cannot be located.  Simplify, subtracting superflous
10113         save-excursions.
10115 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10117         Replace completion-base-size by completion-base-position to fix bugs
10118         such as (bug#4699).
10119         * simple.el (completion-base-position): New var.
10120         (completion-base-size): Mark as obsolete.
10121         (choose-completion): Make it work for mouse events as well.
10122         Pass the new base-position to choose-completion-string.
10123         (choose-completion-guess-base-position): New function, extracted from
10124         choose-completion-delete-max-match.
10125         (choose-completion-delete-max-match): Use it.  Make obsolete.
10126         (choose-completion-string): Use the new base-position info.
10127         (completion-root-regexp): Delete.
10128         (completion-setup-function): Preserve completion-base-position.
10129         Eliminate obsolete base-size manipulation.
10130         * minibuffer.el (display-completion-list): Don't mess with base-size.
10131         (minibuffer-completion-help): Set completion-base-position instead.
10132         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
10133         choose-completion.
10134         * textmodes/bibtex.el (bibtex-complete):
10135         * emacs-lisp/crm.el (crm--choose-completion-string):
10136         Adjust to new calling convention.
10137         * complete.el (partial-completion-mode): Use minibufferp to avoid
10138         bumping into incompatible change to choose-completion-string-functions.
10139         * ido.el (ido-choose-completion-string): Make its calling convention
10140         more permissive.
10141         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
10142         base-size manipulation.
10143         (comint-dynamic-list-input-ring): Use dotimes and push.
10144         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
10145         fundamental-mode.  Use `or'.
10147 2009-10-14  Juri Linkov  <juri@jurta.org>
10149         * misearch.el (multi-isearch-next-buffer-from-list)
10150         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
10152 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10154         * Makefile.in (compile-onefile): Load `bytecomp' rather than
10155         `bytecomp.el'.
10157         * minibuffer.el (completion-pcm--merge-completions): Make sure the
10158         string we return is all made up of text from the completions rather
10159         than part from the completions and part from the input (bug#4219).
10161         * ido.el (ido-everywhere): Use define-minor-mode.
10163         * buff-menu.el (list-buffers, ctl-x-map):
10164         Mark the entry points with ;;;###autoload cookies.
10166 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10168         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
10169         correctly in the detached head case.
10170         (vc-git-print-log): Remove unused binding.
10172         * vc.el (vc-responsible-backend): When a directory is passed for
10173         for registration create a VC repository if no backend is
10174         responsible for the directory argument.
10175         (vc-deduce-fileset): Tell vc-responsible-backend to register.
10177         * vc.el: Move comments about RCS and SCCS ...
10178         * vc-rcs.el:
10179         * vc-sccs.el: ... here, respectively.
10181 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10183         * minibuffer.el (completion--file-name-table): Return nil if there's
10184         no file completion, even if substitute-in-file-name changed
10185         the string (bug#4708).
10187 2009-10-13  Juri Linkov  <juri@jurta.org>
10189         * files-x.el (read-file-local-variable-value): Don't filter out
10190         minor modes from mode name completion (bug#4664).
10192 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
10194         * international/mule-cmds.el (ucs-names): Remove exclusion of
10195         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
10197 2009-10-13  Kenichi Handa  <handa@m17n.org>
10199         * international/uni-name.el: Regenerated.
10201 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
10203         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
10204         should be automatically buffer-local, but isn't.)
10206 2009-10-12  Sam Steingold  <sds@gnu.org>
10208         * progmodes/compile.el (compilation-next-error-function): Fix the
10209         timestamps if the buffer has been visited before.
10210         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
10211         non-anchored patterns, like the perl one (bug#3928).
10213 2009-10-12  Glenn Morris  <rgm@gnu.org>
10215         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
10216         Let-bind `size'.
10218 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
10220         * proced.el (proced-unload-function): New function.
10222         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
10223         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
10224         Doc fix.
10226         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
10228 2009-10-11  Juri Linkov  <juri@jurta.org>
10230         * files-x.el (read-file-local-variable-value):
10231         Provide default value only for bound variables (bug#4664).
10233 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
10235         * net/tramp.el (tramp-local-host-p): Function shall return nil for
10236         connection methods like smb.
10238         * net/tramp-cache.el (tramp-flush-connection-property): The hash
10239         can be empty.
10241         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10242         (tramp-smb-file-name-handler-alist): Add handlers for
10243         `add-name-to-file', `make-symbolic-link'.
10244         (tramp-smb-handle-add-name-to-file)
10245         (tramp-smb-do-file-attributes-with-stat)
10246         (tramp-smb-handle-make-symbolic-link)
10247         (tramp-smb-get-cifs-capabilities): New defuns.
10248         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10249         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10250         (tramp-smb-handle-file-local-copy)
10251         (tramp-smb-handle-make-directory-internal)
10252         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10253         The file name syntax depends on cifs capabilities.
10254         (tramp-smb-handle-file-attributes):
10255         Call `tramp-smb-do-file-attributes-with-stat' if possible.
10256         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
10257         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
10259 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
10261         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
10262         (eieio-defclass): Apply deftype handler and setf-method properties
10263         directly.
10264         (eieio-add-new-slot): Avoid union function from cl library.
10265         (eieio--typep): New function.
10266         (eieio-perform-slot-validation): Use it.
10268 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
10270         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
10271         Update documentation to refer to the variables documented in r1.135.
10272         (Bug#4188)
10274 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
10276         * bookmark.el (Info-suffix-list): Remove this unused variable.
10277         (bookmark-current-point): Remove this obsolete variable.
10278         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10279         Adjust for removal of bookmark-current-point.
10281         (bookmarks-already-loaded, bookmark-current-buffer)
10282         (bookmark-yank-point): Document.  (Bug#4188)
10284 2009-10-10  Glenn Morris  <rgm@gnu.org>
10286         * frame.el (frame-height): Doc fix.
10288         * calendar/calendar.el (calendar-split-width-threshold): New option.
10289         (calendar-basic-setup): Use calendar-split-width-threshold.
10291 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
10293         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10294         Use .la for Automake.
10296 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
10298         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10299         Use "autoreconf -i".  Suggested by Andreas Schwab.
10301 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
10303         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10304         Ideographic Supplement" range (U+1F200..U+1F2FF).
10306 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10308         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10309         since the list will have been rebuilt anyway.  (Bug#4349)
10311 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10313         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10314         (bookmark-bmenu-execute-deletions): Don't save here, as
10315         bookmark-delete will now do so if necessary.
10316         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10317         (Bug#4348)
10319 2009-10-09  Glenn Morris  <rgm@gnu.org>
10321         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10323 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10325         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10326         (bookmark-jump-other-window): Just invoke bookmark-jump with new
10327         argument now, so the two function's behaviors will match.  (Bug#3645)
10329 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10331         * cedet/ede/proj.el (project-make-dist, project-compile-project):
10332         Fix filename test.
10333         (ede-proj-dist-makefile): Use expand-file-name instead of concat
10334         to expand file names.
10336 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
10338         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10339         (tramp-file-name-real-host, tramp-file-name-port):
10340         Apply `save-match-data'.
10342         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10343         case both directories are remote.
10344         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10345         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10347 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10349         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10350         (ede-proj-target-makefile-objectcode): Use it.
10352         * cedet/ede/source.el (ede-want-any-source-files-p)
10353         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10354         Return search result.  This error was introduced while merging.
10356 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10358         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10360 2009-10-07  Glenn Morris  <rgm@gnu.org>
10362         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10363         of concat.
10365 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10367         * files-x.el (read-file-local-variable): Include some
10368         non-user-variables in the completion table (bug#4664).
10370 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
10372         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10373         message.
10375         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10376         (tramp-smb-file-name-handler-alist): Add handler for
10377         `copy-directory', `expand-file-name', `set-file-modes'.
10378         (tramp-smb-handle-copy-directory)
10379         (tramp-smb-handle-expand-file-name)
10380         (tramp-smb-handle-set-file-modes): New defuns.
10381         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10382         (tramp-smb-handle-file-attributes): Simplify check for retrieving
10383         entry.
10384         (tramp-smb-handle-insert-directory): Don't flush the cache.
10385         (tramp-smb-maybe-open-connection): Check for samba client and
10386         server versions.
10388 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
10390         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10391         to not error out of search for "^lisp=" fails.
10393 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10395         * makefile.w32-in (WINS_UPDATES): New macro.
10396         (custom-deps, finder-data, autoloads): Use it.
10398 2009-10-07  Glenn Morris  <rgm@gnu.org>
10400         * Makefile.in (autoloads): Revert previous change.
10401         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10402         the list of preloaded files passed on the command-line, get
10403         it from src/Makefile.
10405         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10406         show the original buffer rather than a random one.
10408 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
10410         * help.el (describe-no-warranty): Place point in a slightly better
10411         position in the GPLv3 text.
10413 2009-10-06  Sam Steingold  <sds@gnu.org>
10415         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10416         the comm attribute is present before calling regexp-quote.
10418 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
10420         * play/animate.el (animate-string): For good effect, make sure
10421         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10423         * play/animate.el (animate-sequence, animate-birthday-present):
10424         * misc.el (butterfly): Don't set `indent-tabs-mode'.
10426 2009-10-06  Glenn Morris  <rgm@gnu.org>
10428         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10430         * emacs-lisp/autoload.el (autoload-excludes): New variable.
10431         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10432         (batch-update-autoloads): Process a string value of autoload-excludes,
10433         set during the build process.
10434         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
10436         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10437         inside with-parsed...  macro so that `v' is defined.
10439         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10440         * progmodes/fortran.el (fortran-end-of-block)
10441         (fortran-beginning-of-block):
10442         Also push mark in the macro case.
10444         * emerge.el (emerge-show-file-name):
10445         * calc/calc.el (calc-quit):
10446         * calc/calc-misc.el (calc-big-or-small):
10447         * calc/calc-graph.el (calc-graph-view):
10448         * calc/calc-ext.el (calc-reset):
10449         * calendar/calendar.el (calendar-basic-setup):
10450         Use window-full-height-p.
10452         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10453         header we don't understand, don't insert another.  (Bug#4624)
10454         If changing mime charset, insert the new one in the right place.
10456 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
10458         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10459         (cal-tex-cursor-month): Correctly increment the end date for diary and
10460         holiday listing.  (Bug#4626)
10462 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10464         * help-fns.el (describe-function-1): Don't burp if the function is not
10465         a symbol.
10467 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
10469         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10470         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10471         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10472         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10474         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10475         (eieio-default-superclass): Reflow docstrings.
10476         (this, class-option-assoc, defclass, eieio-class-un-autoload)
10477         (eieio-unbind-method-implementations, defmethod)
10478         (eieio-validate-slot-value, eieio-validate-class-slot-value)
10479         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10480         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10481         (eieio-slot-originating-class-p, eieio-slot-name-index)
10482         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10483         (constructor, initialize-instance, no-next-method, object-print)
10484         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10485         Fix typos in docstrings.
10486         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10487         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10488         (next-method-p): Doc fixes.
10489         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10490         Fix typos in error messages.
10491         (eieio-defmethod): Fix typo in description of generic method.
10493         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10494         (eieio-persistent-save-interactive, slot-missing):
10495         Fix typos in docstrings.
10496         (eieio-instance-inheritor-slot-boundp): Doc fix.
10498         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10499         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10501         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10502         (eieio-custom-object-apply-reset):
10503         Fix typos in docstrings and error messages.
10505         * emacs-lisp/eieio-datadebug.el (data-debug-show):
10506         Fix typo in docstring.
10508         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10509         (eieio-browse-tree): Doc fix.
10510         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10511         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10512         Fix typos in docstrings.
10514         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10515         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10516         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10517         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10518         Reflow docstrings.
10520 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
10522         * vc-hg.el (log-view-vc-backend): Declare for compiler.
10523         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10524         Set log-view-vc-backend so that diff can work.
10526         * log-view.el (log-view-diff): Use vc-diff-internal instead of
10527         vc-version-diff.
10528         (vc-diff-internal): Autoload this instead of vc-version-diff.
10530 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
10532         * simple.el (eval-expression): Doc fix.
10534         * progmodes/cwarn.el (cwarn-mode): Doc fix.
10536 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
10538         * files.el (directory-files-no-dot-files-regexp): New defconst.
10539         (delete-directory): Use it.
10540         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
10542         * net/tramp.el (tramp-verbose): Fix docstring.
10543         (tramp-methods): Add recursive option to `tramp-copy-args'.
10544         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
10545         "scp1_old", "scp2_old", "rsync", "rsyncc".
10546         (tramp-default-method): Check also for `auth-source-user-or-password'.
10547         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10548         Add handler for `copy-directory'.
10549         (tramp-handle-copy-directory): New defun.
10550         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10551         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10552         Optimize sent command.
10554 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10556         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10557         window if necessary.
10559         * calendar/calendar.el (calendar-basic-setup): Don't call
10560         switch-to-buffer in a dedicated window.
10562 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
10564         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10565         don't do anything related to relocating, just return nil.
10566         (bookmark-error-no-filename): New error.
10567         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10568         bookmark has no file.  Don't even attempt to handle things that
10569         are not files; the whole point of custom handlers is to keep that
10570         knowledge elsewhere anyway.  Tighten some comments.
10571         (bookmark-file-or-variation-thereof): Remove now-unused function.
10572         (bookmark-location): Doc string fix.
10573         (Bug#4250)
10575 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10577         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10578         don't use a file dialog, because they usually don't know how to read
10579         a directory target from the user.  (Bug#4230)
10580         Also, make sure the prompt can display directories as well as files.
10582 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10584         * bookmark.el (bookmark-set, bookmark-buffer-name):
10585         Improve doc strings.  (Bug#1193)
10587 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10589         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10590         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10591         (bookmark-get-annotation, bookmark-set-annotation)
10592         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10593         (bookmark-set-position, bookmark-get-front-context-string)
10594         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10595         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10596         (bookmark-jump-other-window, bookmark-handle-bookmark)
10597         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10598         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10599         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10600         Improve doc strings to say whether bookmark can be a string or
10601         a record or both, and make other consistency and clarity fixes.
10602         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10603         (bookmark-default-annotation-text, bookmark-yank-word)
10604         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10605         (bookmark-import-new-list, bookmark-maybe-rename)
10606         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10607         (bookmark-bmenu-bookmark): Give these doc strings.
10608         (bookmark-bmenu-check-position): Give this a doc string, but also
10609         add a FIXME comment about how the function may be pointless.
10610         (bookmark-default-handler): Rework doc string and change a
10611         parameter name, to clarify that this takes a bookmark record
10612         not a bookmark name.
10613         (bookmark-set): Change a parameter name to indicate its meaning,
10614         and improve the doc string a bit.
10615         (Bug#4188)
10617 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10619         * bookmark.el (bookmark-alist): Document the new `handler' element
10620         in the param alist.
10621         (bookmark-make-record-function): Adjust documentation for above.
10622         (Bug#4193)
10624 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10626         * info.el (Info-bookmark-make-record): Document this function.
10627         (Info-bookmark-jump): Document with a doc string, not just a comment.
10628         (Bug#4203)
10630 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10632         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10633         (semantic-new-buffer-fcn): Call parser setup functions here.
10634         (semantic-mode): Don't call parser setup functions here, it's done
10635         in semantic-new-buffer-fcn now.
10636         (semantic-mode): Parse all existing buffers when enabled.
10638         * cedet/srecode/compile.el (srecode-compile-file):
10639         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10641 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10643         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10645         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10646         (proj-comp-insert-variable-once): New macro, renamed from
10647         ede-pmake-insert-variable-once in ede/pmake.edl.
10648         (ede-proj-makefile-insert-variables): Use it.
10650 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10652         * files.el (copy-directory): New defun.
10654         * dired-aux.el (dired-copy-file-recursive): Use it.
10656 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10658         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10659         (makefile-end-of-command):
10660         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10661         (semantic-end-of-context): Fix previous change.  Doc fixes.
10663 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10665         * files-x.el (modify-dir-local-variable)
10666         (copy-dir-locals-to-file-locals-prop-line):
10667         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10668         (makefile-end-of-command):
10669         * cedet/semantic/lex.el (semantic-lex-token):
10670         * cedet/semantic/analyze/fcn.el
10671         (semantic-analyze-dereference-metatype-1):
10672         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10673         (semantic-lex-cpp-undef):
10674         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10675         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10676         (semantic-end-of-context): Fix typos in docstrings.
10678         * recentf.el (recentf-unload-function): New function.
10680 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10682         * cedet/ede.el (ede-project-placeholder-cache-file):
10683         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10684         * cedet/srecode/map.el (srecode-map-save-file):
10685         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10687 2009-10-04  Glenn Morris  <rgm@gnu.org>
10689         * window.el (window-full-height-p): Add doc string.
10691 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10693         * window.el (window-full-height-p): New function.  (Bug#4543)
10695 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10697         * cedet/srecode/insert.el: Require srecode/args.
10699         * cedet/srecode/args.el: Require srecode/dictionary instead of
10700         srecode/insert.
10702         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10704         * files.el (auto-mode-alist): Add .srt and Project.ede.
10706         * cedet/semantic.el (semantic-mode):
10707         Handle srecode-template-mode-hook as well.
10708         (semantic-mode): Use js-mode-hook for Javascript hook.
10710         * cedet/srecode/template.el: Remove hook variable.
10712         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10714         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10715         projects exist.
10716         (ede-project-placeholder-cache-file): Default to a file in
10717         user-emacs-directory.
10719         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10720         templates in data-directory.
10721         (srecode-map-save-file): Default to a file in user-emacs-directory.
10723         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10724         directory.
10726 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10728         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10729         Doc fix.
10731         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10732         Only insert each variable once.
10734         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10735         (ede-pmake-insert-variable-shared): Use it.
10737         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10738         for lexical table iff table is nil.
10740 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10742         * vc.el: Remove commented out code.
10743         (vc-derived-from-dir-mode): Remove, unused.
10744         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10746 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10748         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10749         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10750         there could be recursive loading when `default-directory' is a
10751         remote file name.  (Bug#4614)
10753 2009-10-03  Glenn Morris  <rgm@gnu.org>
10755         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10756         the frame is wide.
10757         (calendar-generate-window): Test for shrinkability rather than width.
10759         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10760         declaration, currently false.
10762         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10763         reusing existing buffers, in case we happen to visit two files with the
10764         same basename.  (Bug#4593)
10766 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10768         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10769         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10770         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10771         subdirs of cedet as well.
10772         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10774 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10776         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10777         Obey advertised-signature-table.
10779         * help-fns.el (help-function-arglist): Don't check
10780         advertised-signature-table.
10781         (describe-function-1): Do it here instead so it also applies to subrs.
10783 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10785         * simple.el (start-file-process): Say in the doc-string, that file
10786         handlers might not support pty association, if PROGRAM is nil.
10788         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10789         HOST and USER are strings.  They are nil, when there are
10790         incomplete entries in ~/.netrc, for example.
10791         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10792         root directory ("device busy" error otherwise).
10794         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10795         Flush file properties of created directory.
10797 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10799         * makefile.w32-in (WINS_BASIC): Remove cedet.
10800         (WINS_CEDET): Add cedet.
10801         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10803 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10805         * net/browse-url.el (browse-url): Pass any symbol in
10806         browse-url-browser-function to `apply', since if you've mistakenly put
10807         an unbound symbol then the error is clearer.  (Bug#4531)
10809 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10811         * allout.el (allout-init, allout-back-to-current-heading)
10812         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10813         (allout-ascend, allout-up-current-level, allout-end-of-level)
10814         (allout-previous-visible-heading, allout-forward-current-level)
10815         (allout-backward-current-level, allout-show-children):
10816         * apropos.el (apropos-describe-plist):
10817         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10818         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10819         * completion.el (add-completion, add-permanent-completion):
10820         * descr-text.el (describe-text-category, describe-char):
10821         * desktop.el (desktop-lazy-abort):
10822         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10823         * dired.el (dired-build-subdir-alist):
10824         * ediff.el (ediff-version):
10825         * elide-head.el (elide-head, elide-head-show):
10826         * emerge.el (emerge-version):
10827         * env.el (getenv):
10828         * face-remap.el (variable-pitch-mode):
10829         * faces.el (describe-face):
10830         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10831         (dired-at-point):
10832         * files.el (find-file-existing, auto-save-mode):
10833         * font-lock.el (font-lock-fontify-buffer):
10834         * help-fns.el (describe-function, describe-variable)
10835         (describe-syntax, describe-categories):
10836         * help.el (view-lossage, describe-bindings, describe-key)
10837         (describe-mode):
10838         * hexl.el (hexl-current-address):
10839         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10840         * info.el (Info-goto-emacs-key-command-node):
10841         * log-edit.el (log-edit-insert-cvs-template)
10842         (log-edit-insert-cvs-rcstemplate):
10843         * menu-bar.el (menu-bar-mode):
10844         * mouse.el (mouse-appearance-menu):
10845         * newcomment.el (comment-indent-new-line):
10846         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10847         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10848         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10849         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10850         * recentf.el (recentf-mode):
10851         * savehist.el (savehist-mode, savehist-save):
10852         * shadowfile.el (shadow-copy-files):
10853         * simple.el (kill-ring-save, next-line, previous-line)
10854         (normal-erase-is-backspace-mode):
10855         * strokes.el (strokes-update-window-configuration)
10856         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10857         (strokes-xpm-for-stroke):
10858         * time.el (emacs-uptime, emacs-init-time):
10859         * tutorial.el (tutorial--describe-nonstandard-key)
10860         (tutorial--detailed-help):
10861         * type-break.el (type-break-mode)
10862         (type-break-mode-line-message-mode, type-break-query-mode)
10863         (type-break-guesstimate-keystroke-threshold):
10864         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10865         * version.el (emacs-version):
10866         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10867         * winner.el (winner-mode):
10868         * calendar/timeclock.el (timeclock-in, timeclock-out)
10869         (timeclock-status-string, timeclock-change)
10870         (timeclock-workday-remaining-string)
10871         (timeclock-workday-elapsed-string)
10872         (timeclock-when-to-leave-string):
10873         * calendar/todo-mode.el (todo-add-category):
10874         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10875         * emacs-lisp/autoload.el (update-file-autoloads):
10876         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10877         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10878         (checkdoc-message-text, checkdoc-defun):
10879         * emacs-lisp/debug.el (debugger-list-functions):
10880         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10881         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10882         (eieio-describe-generic):
10883         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10884         * emacs-lisp/shadow.el (list-load-path-shadows):
10885         * emulation/cua-base.el (cua-mode):
10886         * emulation/edt.el (edt-set-scroll-margins):
10887         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10888         (tpu-toggle-regexp, tpu-toggle-search-direction)
10889         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10890         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10891         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10892         (viper-set-parsing-style-toggling-macro)
10893         (viper-set-emacs-state-searchstyle-macros):
10894         * emulation/viper.el (viper-set-hooks):
10895         * eshell/esh-mode.el (eshell-truncate-buffer):
10896         * international/mule-cmds.el (prefer-coding-system)
10897         (describe-input-method, describe-language-environment):
10898         * international/mule-diag.el (list-character-sets)
10899         (describe-character-set, describe-coding-system)
10900         (describe-fontset, list-fontsets, list-input-methods):
10901         * mail/sendmail.el (mail-signature):
10902         * net/ange-ftp.el (ange-ftp-copy-file):
10903         * net/browse-url.el (browse-url):
10904         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10905         * net/quickurl.el (quickurl-add-url):
10906         * net/rcirc.el (names, topic):
10907         * net/xesam.el (xesam-mode):
10908         * play/5x5.el (5x5-new-game):
10909         * play/yow.el (apropos-zippy):
10910         * progmodes/ada-mode.el (ada-mode-version):
10911         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10912         (f90-end-of-block)
10913         (f90-beginning-of-block):
10914         * progmodes/fortran.el (fortran-end-of-block)
10915         (fortran-beginning-of-block):
10916         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10917         * progmodes/python.el (python-describe-symbol, python-shell):
10918         * term/ns-win.el (ns-print-buffer):
10919         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10920         * textmodes/flyspell.el (flyspell-mode-on):
10921         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10922         (pages-directory-for-addresses):
10923         * textmodes/table.el (table-recognize-cell)
10924         (table-query-dimension, table-generate-source)
10925         (table-insert-sequence, table--warn-incompatibility):
10926         * textmodes/tex-mode.el (tex-validate-buffer):
10927         * textmodes/texinfmt.el (texinfmt-version)
10928         (texinfo-format-buffer):
10929         Use `called-interactively-p' instead of `interactive-p'.
10931 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10933         * image-mode.el (image-toggle-display):
10934         * emacs-lisp/elp.el (elp-instrument-function):
10935         * emacs-lisp/advice.el (ad-make-advised-definition):
10936         * emacs-lisp/easy-mmode.el (define-minor-mode):
10937         * net/browse-url.el (browse-url-maybe-new-window):
10938         * progmodes/sh-script.el (sh-learn-buffer-indent):
10939         Pass new argument 'any to `called-interactively-p'.
10941 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10943         * international/uni-bidi.el:
10944         * international/uni-category.el:
10945         * international/uni-combining.el:
10946         * international/uni-comment.el:
10947         * international/uni-decimal.el:
10948         * international/uni-decomposition.el:
10949         * international/uni-digit.el:
10950         * international/uni-lowercase.el:
10951         * international/uni-mirrored.el:
10952         * international/uni-name.el:
10953         * international/uni-numeric.el:
10954         * international/uni-old-name.el:
10955         * international/uni-titlecase.el:
10956         * international/uni-uppercase.el:
10957         Regenerate from Unicode 5.2.0 data.
10959 2009-10-01  Glenn Morris  <rgm@gnu.org>
10961         * Makefile.in (ELCFILES): Regenerate.
10963 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10965         * subr.el (interactive-p): Mark obsolete.
10966         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10967         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10968         advertised-signature-table for subroutines as well.
10970         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10971         (set-advertised-calling-convention): New function.
10972         (make-obsolete, define-obsolete-function-alias)
10973         (make-obsolete-variable, define-obsolete-variable-alias):
10974         Make the optional-ness of `when' obsolete.
10975         (define-obsolete-face-alias): Make `when' non-optional.
10976         * help-fns.el (help-function-arglist):
10977         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10978         Use advertised-signature-table.
10980 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10982         * files.el (delete-directory): New defun.  The original function
10983         in fileio.c has been renamed to `delete-directory-internal'.
10985         * dired.el (dired-delete-file): Call `delete-directory' with
10986         RECURSIVE parameter.
10988         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10989         parameter RECURSIVE.  Implementation is missing.
10991         * net/tramp.el (tramp-handle-make-directory): Flush upper
10992         directory's file properties.
10993         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10994         (tramp-handle-dired-recursive-delete-directory): Flush directory
10995         properties after the remove command only.
10997         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10998         Handle optional parameter RECURSIVE.
11000         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
11001         Handle optional parameter RECURSIVE.
11003         * net/tramp-smb.el (tramp-smb-errors): Add error message for
11004         connection timeout.
11005         (tramp-smb-handle-delete-directory): Handle optional parameter
11006         RECURSIVE.
11008 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11010         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
11011         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
11012         (byte-compile-defmacro): Use backquotes.
11014         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
11016         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
11017         has no associated file.
11018         (vc-resynch-buffer): Use vc-dir-buffers.
11020 2009-10-01  Glenn Morris  <rgm@gnu.org>
11022         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
11023         (chart-file-count):
11024         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
11025         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
11026         * emacs-lisp/eieio-opt.el (eieio-describe-class):
11027         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
11028         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
11029         (eieio-copy-parents-into-subclass, make-instance, class-children)
11030         (eieio-generic-form):
11031         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
11032         * cedet/cedet-idutils.el (cedet-idutils-search)
11033         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
11034         (cedet-idutils-version-check):
11035         * cedet/cedet.el (cedet-version):
11036         * cedet/data-debug.el (data-debug-insert-overlay-button)
11037         (data-debug-insert-overlay-list-button)
11038         (data-debug-insert-buffer-button)
11039         (data-debug-insert-buffer-list-button)
11040         (data-debug-insert-process-button, data-debug-insert-ring-button)
11041         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
11042         (data-debug-insert-stuff-vector-button)
11043         (data-debug-insert-symbol-button, data-debug-insert-string)
11044         (data-debug-insert-number, data-debug-insert-lambda-expression)
11045         (data-debug-insert-nil, data-debug-insert-simple-thing)
11046         (data-debug-insert-custom, data-debug-edebug-expr):
11047         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
11048         (global-ede-mode-map, ede-new, ede-debug-target)
11049         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
11050         * cedet/semantic.el (semantic-minimum-working-buffer-size)
11051         (semantic-fetch-tags, semantic-submode-list)
11052         (semantic-default-submodes):
11053         * cedet/ede/source.el (ede-source-match):
11054         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
11055         (project-am-package-info):
11056         * cedet/ede/proj.el (ede-proj-target, project-new-target):
11057         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
11058         * cedet/ede/proj-comp.el (ede-current-build-list):
11059         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
11060         * cedet/ede/files.el (ede-toplevel-project-or-nil):
11061         * cedet/ede/cpp-root.el (initialize-instance):
11062         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
11063         (autoconf-parameter-strip, autoconf-insert-new-macro):
11064         * cedet/semantic/wisent.el (wisent-lex-eoi):
11065         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
11066         (semantic-show-parser-state-mode):
11067         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
11068         * cedet/semantic/tag.el (semantic-tag-new-variable)
11069         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
11070         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
11071         (semantic--tag-deep-copy-tag-list)
11072         (semantic-tag-components-with-overlays-default):
11073         * cedet/semantic/symref.el (semantic-symref-find-text):
11074         * cedet/semantic/senator.el (senator-yank-tag)
11075         (senator-transpose-tags-up):
11076         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
11077         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
11078         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
11079         * cedet/semantic/lex.el (semantic-lex-comment-regex)
11080         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
11081         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
11082         * cedet/semantic/lex-spp.el
11083         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
11084         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
11085         * cedet/semantic/idle.el
11086         (semantic-idle-summary-current-symbol-info-brutish)
11087         (semantic-idle-summary-current-symbol-info-default):
11088         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
11089         (semantic--grammar-macro-compl-dict):
11090         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
11091         * cedet/semantic/format.el (semantic-format-tag-custom-list)
11092         (semantic-format-tag-canonical-name-default):
11093         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
11094         (semantic-find-tags-for-completion)
11095         (semantic-find-tags-by-scope-protection-default)
11096         (semantic-deep-find-tags-for-completion):
11097         * cedet/semantic/edit.el
11098         (semantic-edits-incremental-reparse-failed-hook)
11099         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
11100         (semantic-edits-splice-remove, semantic-edits-splice-replace):
11101         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
11102         * cedet/semantic/dep.el (semantic-dependency-include-path):
11103         * cedet/semantic/db.el (semanticdb-default-find-index-class)
11104         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
11105         (semanticdb-project-roots):
11106         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
11107         (semanticdb-find-adebug-insert-scanned-tag-cons)
11108         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
11109         (semanticdb-brute-deep-find-tags-for-completion):
11110         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
11111         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
11112         (semantic-end-of-context-default)
11113         (semantic-ctxt-current-function-default)
11114         (semantic-ctxt-scoped-types-default):
11115         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
11116         (semantic-complete-inline-tag-engine)
11117         (semantic-complete-inline-custom-type)
11118         (semantic-complete-read-tag-analyzer):
11119         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
11120         (semantic-chart-database-size):
11121         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
11122         (semantic-analyze-current-context):
11123         * cedet/semantic/symref/list.el (semantic-symref)
11124         (semantic-symref-hide-buffer, semantic-symref-symbol):
11125         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
11126         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
11127         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
11128         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
11129         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
11130         (semantic-c-dereference-template):
11131         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
11132         (semantic--analyze-refs-full-lookup-with-parents)
11133         (semantic--analyze-refs-full-lookup-simple):
11134         * cedet/semantic/analyze/complete.el
11135         (semantic-analyze-possible-completions):
11136         * cedet/srecode/table.el (srecode-mode-table-new):
11137         * cedet/srecode/srt.el (srecode-read-variable-name):
11138         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
11139         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
11140         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
11141         * cedet/srecode/map.el (srecode-current-map):
11142         * cedet/srecode/insert.el (srecode-insert)
11143         (srecode-insert-variable-secondname-handler, srecode-insert-method)
11144         (srecode-template-inserter-point-override)
11145         (srecode-insert-include-lookup):
11146         * cedet/srecode/getset.el (srecode-auto-choose-class):
11147         * cedet/srecode/extract.el (srecode-inserter-extract):
11148         * cedet/srecode/document.el
11149         (srecode-document-autocomment-return-last-alist)
11150         (srecode-document-autocomment-param-type-alist)
11151         (srecode-document-insert-function-comment)
11152         (srecode-document-insert-variable-one-line-comment)
11153         (srecode-document-function-name-comment):
11154         * cedet/srecode/dictionary.el (srecode-create-dictionary)
11155         (srecode-compound-toString):
11156         * cedet/srecode/compile.el (srecode-flush-active-templates):
11157         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
11158         Doc/message fixes.
11160         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
11161         match-data.  (Bug#4555).
11163         * cedet/semantic/bovine/gcc.el
11164         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
11165         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
11167         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
11168         rather than parsing it as a regexp.  This relaxes the layout
11169         requirements and makes errors easier to detect.
11170         (check-declare-verify): Check file is regular.
11171         (check-declare-directory): Doc fix.
11172         * subr.el (declare-function): Doc fix.
11174         * ibuffer.el (ibuffer-format-qualifier):
11175         * isearch.el (hi-lock-regexp-okay):
11176         * calc/calc.el (math-zerop):
11177         * mail/uce.el (rmail-msgbeg, rmail-msgend):
11178         * term/w32-win.el (setup-default-fontset, set-fontset-font):
11179         Remove unused declarations.
11181 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
11183         * cedet/semantic/wisent/javat-wy.el
11184         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
11186 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
11188         * cedet/srecode/expandproto.el: Fix provide statement.
11190 2009-09-30  Eric Ludlam  <zappo@gnu.org>
11192         * emacs-lisp/eieio.el (boolean-p): Delete.
11194 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
11196         * cedet/ede/srecode.el: Fix provide statement.
11198 2009-09-30  Glenn Morris  <rgm@gnu.org>
11200         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
11201         * cedet/ede/proj-aux.el (ede-aux-source):
11202         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
11203         (ede-misc-source):
11204         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
11205         (semantic-mrub-switch-tags): Fix doc typos.
11207         * cedet/semantic/db-global.el (data-debug-new-buffer)
11208         (data-debug-insert-thing): Remove unneeded declarations (one broken).
11209         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
11211         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
11213         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
11214         use of CL function `remove-if-not'.
11216         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
11218         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
11219         filename is not a string.
11221 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
11223         * files.el (safe-local-eval-forms): Fix typo.
11225 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11227         * vc-hooks.el (vc-dir-buffers): New var.
11228         (vc-state-refresh): New function.
11229         (vc-state): Use it.
11230         (vc-after-save): Always ask the backend to recompute the new state.
11231         Always call vc-dir if necessary, using vc-dir-buffers.
11232         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
11233         Use vc-dir-buffers.
11234         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
11235         (vc-dir-prepare-status-buffer, vc-dir-update)
11236         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
11237         Don't call expand-file-name on default-directory.
11239 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11241         * speedbar.el (speedbar-item-delete):
11242         * calc/calc-prog.el (calc-kbd-if):
11243         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
11245         * epa.el (epa-key-list-mode-map):
11246         * hi-lock.el (hi-lock-menu): Fix typos in menus.
11248         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
11249         (hs-show-hook): Fix typo in docstring.
11251 2009-09-29  Glenn Morris  <rgm@gnu.org>
11253         * cedet/semantic/symref/idutils.el:
11254         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
11256         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
11258         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
11259         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
11260         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
11261         Mark declarations not understood by check-declare.
11263         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
11264         file-name-nondirectory call preventing location of cedet files.
11265         (check-declare-verify): Use literal search rather than re-search.
11266         Add basic defmethod and defclass, and define-overloadable-function.
11268         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11269         Use tramp-compat-file-attributes rather than nonexistent
11270         tramp-compat-handle-file-attributes.
11272         * Makefile.in (lisptagsfiles4): New.
11273         (AUTOGENEL): Add cedet loaddefs files.
11274         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
11275         (update-elclist, compile-always, backup-compiled-files)
11276         (bootstrap-clean): Add yet another directory level.
11277         (update-elclist): Use LC_COLLATE rather than COLLATE.
11278         (ELCFILES): Update, via `make update-elclist'.
11280 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11282         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11283         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11284         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11286 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
11288         * Makefile.in (lisptagsfiles3): Define.
11289         (TAGS, TAGS-LISP): Use it.
11290         (update-elclist): Add third directory level to look for elc files.
11291         (compile-always): Likewise.
11292         (backup-compiled-files): Likewise.
11293         (bootstrap-clean): Likewise.
11294         (ELCFILES): Update.
11296 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
11298         * Makefile.in (ELCFILES): Add CEDET files.
11300 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11302         CEDET (development tools) package merged.
11304         * cedet/*.el:
11305         * cedet/ede/*.el:
11306         * cedet/semantic/*.el:
11307         * cedet/srecode/*.el: New files.
11309 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
11311         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11313         * net/tramp.el (top): Require tramp-imap.
11315         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11316         Use `tramp-compat-handle-file-attributes'.
11318 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11320         * net/tramp-imap.el: New package.
11322 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11324         * emacs-lisp/chart.el:
11325         * emacs-lisp/eieio-base.el:
11326         * emacs-lisp/eieio-comp.el:
11327         * emacs-lisp/eieio-custom.el:
11328         * emacs-lisp/eieio-datadebug.el:
11329         * emacs-lisp/eieio-opt.el:
11330         * emacs-lisp/eieio-speedbar.el:
11331         * emacs-lisp/eieio.el: New files.
11333         * cedet/cedet-cscope.el:
11334         * cedet/cedet-files.el:
11335         * cedet/cedet-global.el:
11336         * cedet/cedet-idutils.el:
11337         * cedet/data-debug.el:
11338         * cedet/inversion.el:
11339         * cedet/mode-local.el:
11340         * cedet/pulse.el: New files.
11342 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11344         * whitespace.el (whitespace-trailing-regexp)
11345         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11346         Fix doc string.
11348 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
11350         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11351         menu.
11353         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11354         menu-bar-ediff-menu.
11356         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11357         define-overloadable-function.
11359         * progmodes/autoconf.el: Provide autoconf as well, so that this
11360         file can be `require'd.
11362         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11364         * emacs-lisp/autoload.el (generated-autoload-feature)
11365         (generated-autoload-load-name): New vars.
11366         (autoload-rubric, autoload-generate-file-autoloads): Use them.
11367         (make-autoload): Recognize define-overloadable-function and
11368         defclass forms (for EIEIO).
11370         * Makefile.in (update-subdirs): Exclude cedet directory.
11372 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
11374         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
11376         * faces.el: Default light-background background for region face to
11377         ns_selection_color under NS.
11379 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11381         * net/imap-hash.el: New library, see NEWS.
11383         * Makefile.in (ELCFILES): Add imap-hash.el.
11385 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11387         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11388         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11389         * help-macro.el (make-help-screen): Avoid using an ambiguous function
11390         definition where the docstring could be taken for the return value.
11392 2009-09-26  Glenn Morris  <rgm@gnu.org>
11394         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11395         Add option to only show images below a certain size.
11396         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11397         save-excursion calls.
11399 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
11401         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11402         subdirectories) and eieio.
11404 2009-09-26  Alan Mackenzie  <acm@muc.de>
11406         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11407         buggy bracketing.  (Bug#4289)
11409         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11410         character constants (as case labels).  (Bug#4289)
11412 2009-09-25  Juri Linkov  <juri@jurta.org>
11414         * files.el (safe-local-eval-forms): Allow time-stamp in
11415         before-save-hook (Bug#4554).
11417 2009-09-25  Drew Adams  <drew.adams@oracle.com>
11419         * menu-bar.el (list-buffers-directory): Doc fix.
11421 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11423         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11424         Try and avoid copying twice the same paragraph.
11425         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11426         Remove save-excursion.
11427         (log-edit-changelog-entry): Do it here instead.
11429 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
11431         * bs.el (bs--get-file-name): Use `list-buffers-directory'
11432         when available, instead of hardcoding mode names.  Doc fix.
11434         * menu-bar.el (list-buffers-directory): Add docstring.
11435         Make automatically buffer-local.
11437         * dired.el (dired-mode):
11438         * files.el (cd-absolute):
11439         * pcvs.el (cvs-temp-buffer):
11440         * pcvs-util.el (cvs-get-buffer-create):
11441         * shell.el (shell-mode):
11442         * vc-dir.el (vc-dir-mode):
11443         Don't make `list-buffers-directory' buffer local.
11445 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
11447         * comint.el (comint-exec, comint-run, make-comint):
11448         Doc fixes (Bug#4542).
11450 2009-09-25  Glenn Morris  <rgm@gnu.org>
11452         * mail/rmailmm.el (rmail-mime): New custom group.
11453         Move all defcustoms in this file into this group.
11454         (rmail-mime-media-type-handlers-alist): Revert previous change.
11455         (rmail-mime-show-images): New option.
11456         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11457         references to it, since it wasn't actually used for anything.
11458         (rmail-mime-insert-image): New function.
11459         (rmail-mime-image): Use rmail-mime-insert-image.
11460         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11461         obey the value of `rmail-mime-show-images' option.  Print the size of
11462         attachments.
11464 2009-09-25  David Engster  <deng@randomsample.de>
11466         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
11468 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11470         * whitespace.el: Does not highlight trailing spaces While point is
11471         at end of line.  Does not highligt spaces at beginning of buffer
11472         while point is at beginning of buffer.  Does not highlight spaces
11473         at end of buffer while point is at end of buffer.  (Bug#4177)
11474         New version 12.0.
11475         (whitespace-display-mappings): Adjust initialization.
11476         (whitespace-point, whitespace-font-lock-refontify): New vars.
11477         (whitespace-color-on, whitespace-color-off): Adjust code.
11478         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11479         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11480         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11482 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
11484         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11486         * textmodes/sgml-mode.el: Remove xml-mode alias.
11488         * files.el (auto-mode-alist, conf-mode-maybe)
11489         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11491 2009-09-24  Alan Mackenzie  <acm@muc.de>
11493         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11494         c-forward-conditionals, but it doesn't move point and doesn't set
11495         the mark.
11496         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11497         (c-down-conditional-with-else, c-backward-conditional)
11498         (c-forward-conditional): Refactor to use c-scan-conditionals.
11500 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11502         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11503         (help-default-arg-highlight): Remove.
11504         (help-highlight-arg): New function.
11505         (help-do-arg-highlight): Use it.
11506         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
11508 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11510         * term.el (term-set-scroll-region, term-handle-ansi-escape):
11511         Undo last change, which didn't fix the problem and introduced others.
11513 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
11515         * progmodes/gdb-mi.el: Don't require speedbar.
11516         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11518 2009-09-24  Glenn Morris  <rgm@gnu.org>
11520         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11522         * term/ns-win.el (ns-reg-to-script): Define for compiler.
11524         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11525         there is no newline after the final mime boundary.  (Bug#4539)
11526         Move markers on insertion so that any buttons inserted don't end up in
11527         the next part of a multipart message.
11528         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
11529         (rmail-mime-bulk-handler): Optionally handle images.
11530         (rmail-mime-image): New button action.
11531         (rmail-mime-image-handler): New function.
11532         (rmail-mime-mode): New mode.
11533         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
11535 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11537         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11538         than just dropping elements from it (bug#4504).
11540         * term.el (term-set-scroll-region): Don't move cursor any more.
11541         (term-handle-ansi-escape): Call term-goto here instead.
11542         Suggested by Ivan Kanis <apple@kanis.eu>.
11544         * term.el: Require CL.
11545         (term-ansi-reset): New function.
11546         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11547         (term-handle-colors-array): Simplify.
11549 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11551         * allout.el (allout-overlay-interior-modification-handler)
11552         (allout-obtain-passphrase):
11553         * epa-file.el (epa-file-write-region):
11554         * ps-print.el (ps-begin-job):
11555         * vc-hooks.el (vc-toggle-read-only):
11556         * vc-rcs.el (vc-rcs-rollback):
11557         * vc-sccs.el (vc-sccs-rollback):
11558         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11559         (vc-version-diff, vc-revert, vc-rollback):
11560         * wdired.el (wdired-check-kill-buffer):
11561         * emacs-lisp/authors.el (authors):
11562         * net/socks.el (socks-open-connection):
11563         * net/zeroconf.el (zeroconf-service-add-hook):
11564         * obsolete/vc-mcvs.el (vc-mcvs-register):
11565         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11566         (gdb-select-frame):
11567         * progmodes/grep.el (lgrep, rgrep):
11568         * progmodes/idlw-help.el (idlwave-help-check-locations)
11569         (idlwave-help-html-link, idlwave-help-assistant-open-link):
11570         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11571         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11572         (reftex-toc-rename-label): Fix typos in error messages.
11574         * dired-aux.el (dired-do-shell-command): Reflow docstring.
11575         (dired-copy-how-to-fn): Doc fix.
11576         (dired-files-attributes, dired-read-shell-command):
11577         Fix typos in docstrings.
11579         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11580         (dired-x-find-file-other-window): Reflow docstrings.
11581         (dired-omit-marker-char, dired-read-shell-command)
11582         (dired-x-submit-report): Fix typos in docstrings.
11584         * shell.el (shell-mode-hook):
11585         * view.el (View-scroll-line-forward):
11586         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11587         Fix typos in docstrings.
11589         * net/dig.el (dig-invoke): Fix typo in docstring.
11590         (query-dig): Reflow docstring.
11592         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11593         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11594         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11595         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11596         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11597         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11598         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11599         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11600         (idlwave-completion-map, idlwave-current-indent)
11601         (idlwave-custom-ampersand-surround, idlwave-customize)
11602         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11603         (idlwave-define-abbrev, idlwave-determine-class-special)
11604         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11605         (idlwave-end-block-reg, idlwave-end-of-statement)
11606         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11607         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11608         (idlwave-explicit-class-listed, idlwave-file-header)
11609         (idlwave-fill-paragraph, idlwave-find-class-definition)
11610         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11611         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11612         (idlwave-in-quote, idlwave-indent-action-table)
11613         (idlwave-indent-expand-table, idlwave-indent-line)
11614         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11615         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11616         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11617         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11618         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11619         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11620         (idlwave-outlawed-buffers, idlwave-popup-select)
11621         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11622         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11623         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11624         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11625         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11626         (idlwave-statement-type, idlwave-struct-skip)
11627         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11628         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11629         (idlwave-what-module-find-class): Fix typos in docstrings.
11630         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11631         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11632         (idlwave-find-module, idlwave-find-structure-definition)
11633         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11634         (idlwave-list-load-path-shadows, idlwave-next-statement)
11635         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11636         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11637         (idlwave-template): Reflow docstrings.
11639         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11640         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11641         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11642         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11643         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11644         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11645         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11646         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11647         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11648         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11649         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11650         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11651         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11652         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11653         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11654         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11655         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11656         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11657         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11658         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11659         Fix typos in docstrings.
11660         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11661         (idlwave-shell-hide-output, idlwave-shell-mode)
11662         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11663         Reflow docstrings.
11665         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11667 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11669         * term.el (term-bold-attribute): New var.
11670         (term-handle-colors-array): Use it.
11672 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11674         * progmodes/gdb-mi.el (gdb-version): New variable.
11675         (gdb-non-stop-handler): Set gdb-version.
11676         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11677         Condition "--thread" option on gdb-version.
11678         (gdb-invalidate-threads): Remove unused argument.
11680 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11682         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11683         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11685 2009-09-23  Glenn Morris  <rgm@gnu.org>
11687         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11688         replying to mail without References or Message-Id.  (Bug#4525)
11690 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11692         * term/ns-win.el (ns-reg-to-script): New variable.
11694 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11696         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11698 2009-09-22  Sam Steingold  <sds@gnu.org>
11700         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11701         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11702         to 1 because hg returns status 1 when nothing is found.
11703         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11705 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11707         * textmodes/fill.el: Convert to utf-8 encoding.
11708         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11709         pre-Unicode days.
11711         * add-log.el (change-log-fill-forward-paragraph): New function.
11712         (change-log-mode): Use it so fill-region DTRT.
11713         Set fill-indent-according-to-mode here rather than in
11714         change-log-fill-paragraph.
11715         (change-log-fill-paragraph): Remove.
11717 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11719         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11720         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11722 2009-09-22  Glenn Morris  <rgm@gnu.org>
11724         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11725         the scroll-bar scroll the calendar window rather than the buffer.
11727         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11728         commands that move point (as opposed to scrolling).
11730         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11732         * emacs-lisp/elint.el (elint): New custom group.
11733         (elint-log-buffer): Make it a defcustom.
11734         (elint-scan-preloaded, elint-ignored-warnings)
11735         (elint-directory-skip-re): New options.
11736         (elint-builtin-variables): Doc fix.
11737         (elint-preloaded-env): New variable.
11738         (elint-unknown-builtin-args): Add an entry for encode-time.
11739         (elint-extra-errors): Make it a variable rather than a constant.
11740         (elint-preloaded-skip-re): New constant.
11741         (elint-directory): Skip files matching elint-directory-skip-re.
11742         (elint-features): New variable, local to linted buffers.
11743         (elint-update-env): Initialize elint-features.  Possibly add
11744         elint-preloaded-env to the buffer's environment.
11745         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11746         Skip quoted forms.
11747         (elint-init-form): New function, extracted from elint-init-env.
11748         Make non-list forms a warning rather than an error.
11749         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11750         easy-menu-define, put that adds an error-condition, and provide.
11751         When requiring cl, also require cl-macs.  Really require cl, to handle
11752         some cl macros.  Store required libraries in the list elint-features,
11753         so as not to re-load them.  Treat cc-require like require.
11754         (elint-init-env): Call elint-init-form to do the work.
11755         Handle eval-and-compile and such like.
11756         (elint-add-required-env): Do not clear messages.
11757         (elint-special-forms): Add handlers for function, defalias, if, when,
11758         unless, and, or.
11759         (elint-form): Add optional argument to ignore elint-special-forms,
11760         useful to prevent recursive calls from handlers.  Doc fix.
11761         Respect elint-ignored-warnings.
11762         (elint-form): Respect elint-ignored-warnings.
11763         (elint-bound-variable, elint-bound-function): New variables.
11764         (elint-unbound-variable): Respect elint-bound-variable.
11765         (elint-get-args): Respect elint-bound-function.
11766         (elint-check-cond-form): Add some simple handling for (f)boundp and
11767         featurep tests.
11768         (elint-check-defalias-form): New handler.
11769         (elint-check-let-form): Make an empty let a warning rather than an
11770         error.
11771         (elint-check-setq-form): Make an empty setq a warning rather than an
11772         error.  Respect elint-ignored-warnings.
11773         (elint-check-defvar-form): Accept null doc-strings.
11774         (elint-check-conditional-form): New handler.  Does some simple-minded
11775         checking of featurep and (f)boundp tests.
11776         (elint-put-function-args): New function.
11777         (elint-initialize): Use elint-scan-doc-file rather than
11778         elint-find-builtin-variables.  Use elint-put-function-args.
11779         Possibly scan preloaded-file-list.
11780         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11781         extend to handle functions as well.
11783 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11785         * linum.el (linum-delete-overlays, linum-update-window):
11786         Do not modify the right margin.  (Bug#3971)
11788 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11790         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11791         nxml-mode instead of xml-mode.
11793 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11795         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11797 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11799         * net/dig.el (dig-mode): Use define-derived-mode.
11801 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11803         * vc-dispatcher.el (vc-do-command): Return the process object in
11804         the asynchronous case.  Use when instead of if.  Do not run
11805         vc-exec-after to display a message if not enabled.  (Bug#4463)
11807         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11808         properties to the stash strings.
11809         (vc-git-stash-list): Return a list of strings.
11810         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11811         (vc-git-stash-show-at-point): New functions.
11812         (vc-git-stash-map): New keymap.
11814         * register.el (ctl-x-r-map): Define the keys here instead of
11815         using autoload.
11817 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11819         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11820         list, to workaround performance problem (bug#4485).
11822 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11824         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11826 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11828         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11829         Document that this option is not recommended to use.
11831 2009-09-19  Glenn Morris  <rgm@gnu.org>
11833         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11834         variable `var'.
11836         * calc/calc-alg.el (var):
11837         * calc/calcalg2.el (var): Define for compiler.
11839 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11841         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11842         Doc fix (Bug#3932).
11844         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11846         * time-stamp.el (time-stamp-month-dd-yyyy)
11847         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11848         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11849         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11850         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11851         Remove functions that have been obsolete since 1995 (Bug#4436).
11853         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11854         indent buffer only if called interactively (Bug#4452).
11856 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11857             Eli Zaretskii  <eliz@gnu.org>
11859         This fixes bug#4197 (merged to bug#865, though not identical).
11860         * server.el (server-auth-dir): Add docstring note about FAT32.
11861         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11862         but warn against using them.
11864 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11866         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11867         older GDB where there is no has_more field.
11869 2009-09-19  Glenn Morris  <rgm@gnu.org>
11871         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11873 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11875         * files.el (auto-mode-alist): Change default for XML files to nXML
11876         mode (Bug#4169).
11878 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11880         * server.el (server-ensure-safe-dir): Pass 'integer
11881         to `file-attributes', as suggested.
11883 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11885         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11886         (dired-query): Use read-key.
11888 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11890         * cus-start.el (ns-use-qd-smoothing): Remove.
11892 2009-09-18  Glenn Morris  <rgm@gnu.org>
11894         * allout.el (top-level): Remove unnecessary progn.
11896         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11898         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11899         definition of abbrev table.
11901         * speedbar.el (speedbar-track-mouse):
11902         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11903         * net/eudc.el (eudc-expand-inline):
11904         * net/newst-backend.el (newsticker--cache-read-feed):
11905         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11906         condition-case handlers.
11908 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11910         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11911         (gdb-var-list): Add an element for has_more field.
11912         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11913         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11914         (gdb-var-update-handler-1): Parse output of dynamic variable
11915         objects (STL containers).
11916         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11917         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11919         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11920         gdb-var-list.
11921         (gud-speedbar-buttons): Make node expandable if expression "has more"
11922         children.
11924 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11926         * startup.el (emacs-quick-startup): Remove variable and all uses.
11927         (command-line): Set `inhibit-x-resources' instead.
11928         (command-line-1): Use `inhibit-x-resources' instead.
11930 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11932         * subr.el: Fix last change to avoid using the `unless' macro,
11933         which breaks bootstrapping.
11935 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11937         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11938         extended definitions, in case we reload subr.el after having
11939         loaded CL.
11940         (eval-next-after-load): Mark as obsolete.
11942 2009-09-17  Juri Linkov  <juri@jurta.org>
11944         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11945         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11946         (menu-bar-showhide-menu, menu-bar-tools-menu)
11947         (menu-bar-describe-menu, menu-bar-help-menu)
11948         (minibuffer-local-completion-map, minibuffer-local-map):
11949         Fix list quoting.
11951 2009-09-17  Glenn Morris  <rgm@gnu.org>
11953         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11954         arguments, whether or not it has a handler.
11956         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11958         * simple.el (hard-newline): Give it a doc-string.
11960         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11961         (lisp-mode-syntax-table): Give them doc-strings.
11963 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11965         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11966         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11967         (menu-bar-options-menu, menu-bar-showhide-menu)
11968         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11969         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11970         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11971         (menu-bar-options-menu, menu-bar-tools-menu)
11972         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11973         (menu-bar-help-menu):
11974         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11975         string arguments.
11977         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11978         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11979         calls for the menu names and :help.
11981 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11983         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11984         to :minor-mode-function (bug#4455).
11986 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11988         * startup.el (command-line): Initialize the window-system after
11989         processing the command-line.
11991         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11992         page-delimiter matches the empty string.
11994 2009-09-16  Glenn Morris  <rgm@gnu.org>
11996         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11997         byte-compile-not-obsolete-var.  It's a list now.
11998         (byte-compile-not-obsolete-funcs): New variable.
11999         (byte-compile-warn-obsolete): Don't warn about functions if they are in
12000         byte-compile-not-obsolete-funcs.
12001         (byte-compile-variable-ref, byte-compile-defvar): Update for
12002         byte-compile-not-obsolete-vars name-change and list nature.
12003         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
12004         and variables behind (f)boundp tests.
12005         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
12007 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
12009         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
12011 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12013         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
12014         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
12015         Don't autoload.
12017 2009-09-15  Stephen Eglen  <stephen@gnu.org>
12019         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
12020         the virtual-buffers, use the name of the buffer specified by
12021         find-file-noselect, as the match may be a symlink.  (This was a
12022         problem if the target and the symlink had different names.)
12024 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12026         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
12028         * desktop.el (desktop-path): Check user-emacs-directory.
12030         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
12032         * loadup.el: Use after-load-functions to GC after loading each file.
12033         Remove the explicit GC calls that used to be sprinkled around.
12035         * subr.el (after-load-functions): New hook.
12036         (do-after-load-evaluation): Run it.  Use string-match-p to detect
12037         `obsolete' packages, rather than painfully extracting the relevant
12038         directory name.
12040 2009-09-15  Glenn Morris  <rgm@gnu.org>
12042         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
12043         free variable `doc'.
12045         * dired.el (dired-mode-map): Add menu entry for async shell command.
12047         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
12048         variables, also consider the .elc files, since the .el files are
12049         normally gzipped (subsequent code locates the .el.gz from the .elc).
12051         * calc/calc-prog.el (arglist): Define for compiler.
12053         * calendar/diary-lib.el (diary-display-function): Change the default to
12054         fancy display.
12055         (body): Define for compiler.
12057         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
12058         (byte-compile-file-form, byte-compile-lambda)
12059         (byte-compile-top-level-body, byte-compile-form)
12060         (byte-compile-variable-ref, byte-compile-setq)
12061         (byte-compile-setq-default, byte-compile-body)
12062         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
12063         (batch-byte-compile): Give some more local variables with common names
12064         a "bytecomp-" prefix to avoid masking warnings about free variables.
12066         * startup.el (command-line-1): Give local variables with common names a
12067         distinguishing prefix, so as not to hide free variable warnings during
12068         bootstrap.
12070         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
12071         clever and add a suffix to make a unique name, just let the user decide
12072         whether or not to overwrite it.  If the input is a directory, write the
12073         default filename to that directory.  (Bug#4388)
12074         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
12075         is a filename-as-a-directory.
12077 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12079         * textmodes/page.el (what-page): Don't move to beginning of line.
12080         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
12082 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
12084         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
12086 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
12088         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
12089         * help.el (help-for-help-internal): Add purecopy calls for text.
12091         * vc.el (top): print-log method now takes an optional SHORTLOG
12092         argument.  Add a new method: root.
12093         (vc-root-diff, vc-print-root-log): New functions.
12094         (vc-log-short-style): New variable.
12095         (vc-print-log-internal): Add support for showing short logs.
12097         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
12098         vc-print-root-log and vc-print-root-diff.
12100         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
12101         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
12102         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
12103         short logs.
12105         * vc-cvs.el (vc-cvs-print-log):
12106         * vc-mtn.el (vc-mtn-print-log):
12107         * vc-rcs.el (vc-rcs-print-log):
12108         * vc-sccs.el (vc-sccs-print-log):
12109         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
12110         that is ignored for now.
12112         * vc-mtn.el (vc-mtn-annotate-command):
12113         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
12115 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12117         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
12118         to function-key-map, and give them ascii-character property.
12119         * term/x-win.el (x-alternatives-map):
12120         * term/ns-win.el (ns-alternatives-map):
12121         * term/internal.el (msdos-key-remapping-map):
12122         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
12124 2009-09-14  Glenn Morris  <rgm@gnu.org>
12126         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
12127         temp-buffers (2009-09-12).
12129 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12131         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
12132         the new read-key function.
12134 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
12136         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
12137         is defined (Bug#4405).
12139 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
12141         * recentf.el (recentf-cleanup): Use a hash table to find
12142         duplicates (Bug#4407).
12144 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
12146         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
12147         kp-0 to ascii equivalents (Bug#4325).
12149 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
12151         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
12153         * eshell/em-hist.el:
12154         * eshell/em-dirs.el (eshell-complete-user-reference):
12155         Declare pcomplete functions and variables to avoid compiler warnings.
12157 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
12159         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
12160         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
12161         * eshell/em-alias.el (eshell-aliases-file):
12162         * eshell/em-hist.el (eshell-history-file-name):
12163         Use expand-file-name instead of concat to make file names (Bug#4308).
12165 2009-09-13  Glenn Morris  <rgm@gnu.org>
12167         * ediff-merg.el (ediff-do-merge):
12168         * filesets.el (filesets-run-cmd):
12169         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
12170         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
12171         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
12172         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
12173         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
12174         Replace empty `let's with `progn'.
12176 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12178         * mail/sendmail.el (send-mail-function):
12179         * tooltip.el (tooltip-mode):
12180         * simple.el (transient-mark-mode):
12181         * rfn-eshadow.el (file-name-shadow-mode):
12182         * frame.el (blink-cursor-mode):
12183         * font-core.el (global-font-lock-mode):
12184         * files.el (temporary-file-directory)
12185         (small-temporary-file-directory, auto-save-file-name-transforms):
12186         * epa-hook.el (auto-encryption-mode):
12187         * composite.el (global-auto-composition-mode):
12188         Use custom-initialize-delay.
12189         * startup.el (command-line): Don't explicitly call
12190         custom-reevaluate-setting for all the above vars.
12191         * custom.el (custom-initialize-safe-set)
12192         (custom-initialize-safe-default): Delete.
12194 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12196         * term/x-win.el (x-initialize-window-system):
12197         * term/w32-win.el (w32-initialize-window-system):
12198         * term/ns-win.el (ns-initialize-window-system): Don't call
12199         mouse-wheel-mode since it's enabled globally by default already.
12201         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
12202         actually define the variable, but only silences the byte-compiler.
12203         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
12204         before looking it up.
12205         (mouse-wheel-scroll-amount): Also reset the bindings if this value
12206         is changed.
12208 2009-09-12  Glenn Morris  <rgm@gnu.org>
12210         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
12211         1000.
12212         (elint-add-required-env): Don't beep on error.
12213         (elint-forms): In case of error, return ENV unchanged.
12214         (elint-init-env): Skip non-list forms.
12215         (elint-log): Handle unknown file positions.
12217 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
12219         * epg.el (epg-make-context): Add autoload cookie.
12220         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
12221         (epg-decrypt-string, epg-start-verify, epg-verify-file)
12222         (epg-verify-string, epg-start-sign, epg-sign-file)
12223         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
12224         (epg-encrypt-string, epg-start-export-keys)
12225         (epg-export-keys-to-file, epg-export-keys-to-string)
12226         (epg-start-import-keys, epg-import-keys-from-file)
12227         (epg-import-keys-from-string, epg-start-receive-keys)
12228         (epg-receive-keys, epg-import-keys-from-server)
12229         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
12230         (epg-sign-keys, epg-start-generate-key)
12231         (epg-generate-key-from-file, epg-generate-key-from-string):
12232         Remove autoload cookie.
12234 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
12236         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
12237         reevaluation of trash-directory.
12239         * mwheel.el: Fix last change.
12240         (mouse-wheel-mode): New defvar.
12241         (mouse-wheel-mode): Remove autoload cookie.
12243 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12245         * mwheel.el (mwheel-installed-bindings): New var.
12246         (mouse-wheel-mode): Use it, so as to make sure we really remove all
12247         the bindings we set last time.  Use custom-initialize-delay.
12248         * loadup.el: Load mwheel after term/*-win.el.
12249         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
12250         and mouse-wheel-up-event now that their first evaluation is done
12251         sufficiently late to be correct.
12253         * startup.el (tutorial-directory): Make it a defcustom.
12254         Use custom-initialize-delay rather than eval-at-startup to set it.
12255         * image.el (image-load-path): Make it a defcustom.
12256         Use custom-initialize-delay rather than eval-at-startup to set it.
12257         * subr.el (eval-at-startup): Remove.
12258         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
12260         * subr.el (do-after-load-evaluation): Warn the user after loading an
12261         obsolete package.
12263 2009-09-12  Glenn Morris  <rgm@gnu.org>
12265         * proced.el (proced-mark-alt): Remove alias.
12266         (proced-mode-map): Remove proced-mark-alt.
12268         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
12269         Elint file and directory.  Remove initialization entry.
12271         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
12272         commands.
12273         (elint-current-buffer): Set mode-line-process.
12274         (elint-init-env): Handle define-derived-mode.
12275         Fix declare-function with unspecified arglist.  Guard against odd
12276         defalias statements (eg iso-insert's 8859-1-map).
12277         (elint-add-required-env): Use a temp buffer.
12278         (elint-form): Just print the function/macro name, not the whole form.
12279         Return env unchanged if we fail to parse a macro.
12280         (elint-forms): Guard against parse errors.
12281         (elint-output): New function, to handle batch mode.
12282         (elint-log-message): Add optional argument.  Use elint-output.
12283         (elint-set-mode-line): New function.
12285 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
12287         * emacs-lisp/elp.el (elp-not-profilable): Add more
12288         functions (Bug#4233).
12290 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
12292         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12293         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12295 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12297         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12298         (gdb-var-list-children): Use json parsing.
12300 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
12302         * progmodes/js.el (js--proper-indentation): Handle the case where
12303         char-before is null.  Reported by Deniz Dogan.
12305 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12307         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12309 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
12311         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12312         (epg-digest-algorithm-alist): Add SHA224.
12313         (epg-context-set-passphrase-callback)
12314         (epg-context-set-progress-callback): Add description about
12315         callback function.
12317 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12319         * custom.el (custom-delayed-init-variables): New var.
12320         (custom-initialize-delay): New function.
12321         * startup.el (command-line): "Re"evaluate all vars in
12322         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
12323         explicitly any more.
12324         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12325         to avoid creating a ~/.emacs.d at build-time (bug#4347).
12327         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12329 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12331         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12332         (gdb-var-update-handler): Use json parsing.
12334 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12336         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12337         decode annotated text, regardless of language environment.  (Bug#2741)
12339 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12341         * Makefile.in (autoloads): Make rmail.el writable as well.
12343 2009-09-11  Glenn Morris  <rgm@gnu.org>
12345         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12346         loaddefs.el.
12347         * dired.el: Regenerate with extracted autoloads.
12348         * Makefile.in (autoloads): Make dired.el writable.
12350         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12351         * ibuffer.el: Regenerate with extracted autoloads.
12352         * Makefile.in (autoloads): Make ibuffer.el writable.
12354         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12355         * version.el (emacs-copyright, emacs-major-version)
12356         (emacs-minor-version): Reformat doc-strings for make-docfile.
12358         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12359         functions and variables, since they must be stuff specific to some other
12360         platform.
12361         (apropos-print): Make mouse-click message less specific about button.
12363         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12364         that records where a macro was defined.
12365         * help-fns.el (describe-function-1): Mention if a function has a
12366         compiler-macro.
12367         * help-mode.el (help-function-cmacro): New button.
12369         * locate.el (top-level): Always require dired.
12370         (locate-mode-map): Initialize inside the defvar.
12372         * net/ange-ftp.el (dired-compress-file): Declare.
12373         (ange-ftp-dired-compress-file): Add doc string.
12375         * term/ns-win.el (x-display-name, x-setup-function-keys):
12376         Unify doc-strings with X versions.
12378 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12380         * emulation/crisp.el (crisp-mode-map): Move initialization
12381         into declaration.
12382         (crisp-mode): Use define-minor-mode.
12384         * progmodes/xscheme.el (xscheme-evaluation-commands):
12385         Put a :advertised-binding property rather than using
12386         advertised-xscheme-send-previous-expression.
12387         (advertised-xscheme-send-previous-expression): Declare obsolete.
12388         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12389         `advertised-undo'.
12390         (crisp-mode): Add corresponding bindings to
12391         undo's :advertised-binding instead.
12392         * dired.el (dired-mode-map): Put a :advertised-binding property rather
12393         than using dired-advertised-find-file.
12394         (dired-advertised-find-file):
12395         * simple.el (advertised-undo):
12396         * wid-edit.el (advertised-widget-backward): Declare obsolete.
12397         (widget-keymap): Put a :advertised-binding property rather
12398         than using advertised-widget-backward.
12399         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12400         than using advertised-undo.
12401         * tutorial.el (tutorial--default-keys): Adjust accordingly.
12403 2009-09-10  Simon South  <ssouth@slowcomputing.org>
12405         * progmodes/delphi.el (delphi-tab): Indent region when Transient
12406         Mark mode is enabled and region is active; otherwise indent or
12407         insert TAB as usual.
12408         (delphi-mode): Update description of TAB-key binding.
12410 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12412         * subr.el (define-key-rebound-commands): Mark obsolete.
12413         * startup.el (precompute-menubar-bindings): Remove.
12414         (normal-top-level): Remove obsolete code that tried to precompute
12415         menubar bindings.
12416         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12417         define-key-rebound-commands and precompute-menubar-bindings.
12419 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12421         * net/imap.el (imap-interactive-login): Better messages.
12422         (imap-open): Fix bug with renamed buffer on reconnect.
12423         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12424         for easier debugging and cleaner code.  On successful (guessed based on
12425         server capabilities) secondary authentication, set imap-state
12426         correctly.
12427         (imap-last-authenticator): Define imap-last-authenticator as a variable
12428         to avoid warnings.
12430 2009-09-10  Glenn Morris  <rgm@gnu.org>
12432         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12434         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12435         (byte-compile-file-form-autoload): Don't warn about unknown functions
12436         where the autoload statement comes after the use.
12437         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12438         that any handlers inside the body (eg require) are in turn respected.
12440         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12441         effects.
12443         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12444         and syntax and abbrev tables basic docs, if they don't have any.
12446         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12448         * international/mule-cmds.el (top-level): Require cl when compiling.
12449         (view-hello-file): Use default-value rather than
12450         default-enable-multibyte-characters.
12452         * progmodes/fortran.el: Move all safe and risky properties into the
12453         defcustoms.
12455         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12456         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12457         * mail/undigest.el:
12458         Put autoloads in rmail.el rather than loaddefs.el.
12459         * mail/rmail.el: Regenerate with extracted autoloads.
12461         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12462         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12464 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
12466         Reported in thread for Bug#4375.
12467         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12468         "-data-evaluate-expression" instead of print.
12469         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12470         (gdb-tooltip-print): Parse output from above MI command.
12471         (gdb): Revert 2009-08-11 change.  User should detach inferior
12472         manually.
12474         Remove the word "separate" from IO functions as inferior
12475         output is now never displayed in the GUD buffer.
12477 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
12479         * startup.el (command-line-normalize-file-name): On Windows and
12480         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12482 2009-09-10  Juri Linkov  <juri@jurta.org>
12484         * isearch.el (isearch-text-char-description): Propertize escape
12485         character sequences with the `escape-glyph' face.  (Bug#4344)
12487         * simple.el (shell-command): Set asynchronous process filter to
12488         `comint-output-filter'.  (Bug#4343)
12490         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12491         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
12492         the list.  Move "asm" to the bottom.
12493         (grep-find-ignored-directories): Add `choice' with nil value
12494         to empty the list easily.
12495         (grep-find-ignored-files): New option.
12496         (grep-files-history): Set to nil by default instead of '("ch" "el").
12497         (grep-compute-defaults): Add "<X>" to `grep-template'.
12498         (grep-read-files): Bind new local variables `default-alias' and
12499         `default-extension'.  Use a list of default values for the file prompt.
12500         (lgrep): Add `--exclude=' command line options composed from
12501         `grep-find-ignored-files'.
12502         (rgrep): Add `-name' command line options composed from
12503         `grep-find-ignored-files'.  (Bug#4301)
12505 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12507         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12508         (bug#4368).
12510 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12512         * calendar/time-date.el (autoload):
12513         Expand define-obsolete-function-alias into defalias and make-obsolete
12514         for old Emacsen that Gnus supports.
12515         (with-no-warnings): Define it for old Emacsen.
12516         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12517         is available.
12518         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12519         float-time is available; suppress compile warning for time-to-seconds.
12521 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12523         * net/imap.el (imap-message-map): Docstring fix.
12525 2009-09-09  Glenn Morris  <rgm@gnu.org>
12527         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12528         line numbers too.  (Bug#4374)
12530 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12532         * smerge-mode.el (smerge-remove-props, smerge-refine):
12533         Use with-silent-modifications (bug#4342).
12535         * subr.el (with-silent-modifications): New macro.
12537 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
12539         * files.el (top-level): Require `cl' when compiling.
12541 2009-09-07  Glenn Morris  <rgm@gnu.org>
12543         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12545         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12546         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
12548 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
12550         * vc-git.el (vc-git-annotate-command): Use separator to parse
12551         arguments correctly.
12553 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
12555         * proced.el (proced-mode): Doc fix.
12557 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
12559         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12560         lstat fails.
12561         (tramp-do-file-attributes-with-ls): Check for file existence at
12562         remote end.
12563         (tramp-do-file-attributes-with-stat): Likewise.
12564         (tramp-convert-file-attributes): Return nil when attr is nil.
12566 2009-09-05  Glenn Morris  <rgm@gnu.org>
12568         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12569         properties to this button.
12570         (diary-fancy-display): Don't extend the button to the final newline.
12571         (diary-fancy-display-mode): Continue to define "q" as a local key.
12573         * calendar/cal-china.el (holiday-chinese): Make it slightly more
12574         efficient.
12576         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12578         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12579         (byte-compile-dest-file-function): New option.
12580         (byte-compile-dest-file): Doc fix.
12581         Obey byte-compile-dest-file-function.
12582         (byte-compile-cl-file-p): New function.
12583         (byte-compile-eval): Only suppress noruntime warnings about cl functions
12584         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
12585         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12586         than for file being previously loaded.
12587         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12588         (byte-compile-file-form-require): Handle the case where requiring a file
12589         indirectly causes CL to be loaded.
12591 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12593         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12594         before killing the old buffer, since by the time `kill-buffer' is
12595         run so many buffer variables have been set to nil that it may not
12596         behave as expected.  (Bug#4061)
12598 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12600         * files.el (find-alternate-file): If the old buffer is modified
12601         and visiting a file, behave similarly to `kill-buffer' when
12602         killing it, thus reverting to the pre-1.878 behavior; see
12603         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12604         for discussion.  Also, consult `buffer-file-name' as a variable
12605         not as a function, for consistency with the rest of the code.
12607 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12609         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12610         also when adding a new directory.
12612         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12613         defun.
12615 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12617         * files.el (locate-file-completion-table): Make it provide boundary
12618         information, so partial-completion works better.
12620 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12622         * mail/footnote.el (Footnote-text-under-cursor):
12623         Check footnote-text-marker-alist before using it (bug#4324).
12625 2009-09-04  Glenn Morris  <rgm@gnu.org>
12627         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12628         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12629         * play/solitaire.el, play/tetris.el:
12630         Remove leading * from defcustom and defface docs.
12632         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12633         necessary.
12634         (diary-fancy-overriding-map): New variable.
12635         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12636         Use view-mode.
12638         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12639         goto-line.
12641 2009-09-03  Glenn Morris  <rgm@gnu.org>
12643         * arc-mode.el (archive-mode):
12644         * dos-fns.el (set-default-process-coding-system):
12645         * man.el (Man-getpage-in-background):
12646         * menu-bar.el (menu-bar-describe-menu):
12647         * server.el (server-process-filter):
12648         * startup.el (command-line):
12649         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12650         * w32-fns.el (set-default-process-coding-system):
12651         * x-dnd.el (x-dnd-handle-file-name):
12652         * international/mule-cmds.el (mule-menu-keymap)
12653         (set-default-coding-systems, language-info-alist, set-language-info)
12654         (set-language-environment, standard-display-european-internal)
12655         (set-locale-environment):
12656         * international/mule-diag.el (mule-diag):
12657         * mail/emacsbug.el (report-emacs-bug):
12658         * mail/rmail.el (rmail-mode):
12659         * mail/sendmail.el (mail-setup):
12660         Use default-value rather than default-enable-multibyte-characters.
12662         * progmodes/f90.el: Move all safe properties into the defcustoms.
12663         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12665         * calendar/appt.el (appt-check):
12666         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12667         (diary-check-diary-file, diary-list-entries)
12668         (diary-include-other-diary-files, diary-simple-display)
12669         (diary-fancy-display, diary-print-entries)
12670         (diary-mark-included-diary-files, diary-make-entry):
12671         Don't call substitute-in-file-name on diary-file.
12673 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12674             Stefan Monnier  <monnier@iro.umontreal.ca>
12676         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12677         (footnote-mode-map): Move initialization into the declaration.
12678         (footnote-minor-mode-map): Define it rather than changing global-map.
12679         (footnote-mode): Use define-minor-mode.
12681 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12683         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12684         (tramp-do-file-attributes-with-perl)
12685         (tramp-do-file-attributes-with-stat): Rename from
12686         `tramp-handle-file-attributes-with-*'.
12687         (tramp-handle-file-attributes): Use them.
12688         (tramp-do-directory-files-and-attributes-with-perl)
12689         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12690         `tramp-handle-directory-files-and-attributes-with-*'.
12691         (tramp-handle-directory-files-and-attributes): Use them.
12692         (tramp-method-out-of-band-p): Additional parameter SIZE.
12693         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12694         (tramp-handle-write-region): Use it.
12695         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12696         (tramp-handle-vc-registered): Check, whether the first run did
12697         return files to be tested.
12698         (tramp-advice-make-auto-save-file-name): Do not call directly
12699         `tramp-handle-make-auto-save-file-name', because this would bypass
12700         the locking mechanism.
12702         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12703         (file-remote-p, process-file, start-file-process, set-file-times)
12704         (tramp-compat-file-attributes): Compatibility functions shall not
12705         call directly `tramp-handle-*', because this would bypass the
12706         locking mechanism.
12707         (tramp-compat-number-sequence): New defun.
12709 2009-09-02  Glenn Morris  <rgm@gnu.org>
12711         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12712         alias for float-time.
12713         (time-to-number-of-days): In Emacs, use float-time.
12714         * net/newst-backend.el (time-add): Suppress warnings from compat
12715         function.
12716         * time.el (emacs-uptime, emacs-init-time):
12717         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12718         Use float-time rather than time-to-seconds.
12720         * minibuffer.el (completion-initials-expand): Fix typo.
12722         * faces.el (modeline, modeline-inactive, modeline-highlight)
12723         (modeline-buffer-id):
12724         * info.el (info-menu-5): Mark these face aliases as obsolete.
12726 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12728         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12729         space ...
12730         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12731         no "--thread" option.
12732         (gdb-stopped): Don't print "Switched to thread" message when it is
12733         unchanged.
12735 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12737         * minibuffer.el (completion-try-completion)
12738         (completion-all-completions): Remove ill-defined (and
12739         mistakenly installed and luckily never used nor documented)
12740         `completion-styles' property.
12741         (completion-initials-expand, completion-initials-all-completions)
12742         (completion-initials-try-completion): New functions.
12743         (completion-styles-alist): Add doc to each entry.
12744         Add new `initials' entry.
12746 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12748         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12749         MI command -var-evaluate-expression.
12750         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12751         and tweak for case of string child.
12752         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12754 2009-09-01  Glenn Morris  <rgm@gnu.org>
12756         * add-log.el (change-log-date-face, change-log-name-face)
12757         (change-log-email-face, change-log-file-face, change-log-list-face)
12758         (change-log-conditionals-face, change-log-function-face)
12759         (change-log-acknowledgement-face):
12760         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12761         (custom-modified-face, custom-set-face, custom-changed-face)
12762         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12763         (custom-documentation-face, custom-state-face, custom-comment-face)
12764         (custom-comment-tag-face, custom-variable-tag-face)
12765         (custom-variable-button-face, custom-face-tag-face)
12766         (custom-group-tag-face-1, custom-group-tag-face):
12767         * diff-mode.el (diff-header-face, diff-file-header-face)
12768         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12769         (diff-added-face, diff-changed-face, diff-function-face)
12770         (diff-context-face, diff-nonexistent-face):
12771         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12772         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12773         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12774         (Info-title-4-face):
12775         * isearch.el (isearch-lazy-highlight-face):
12776         * log-view.el (log-view-file-face, log-view-message-face):
12777         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12778         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12779         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12780         (cvs-msg-face):
12781         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12782         (smerge-base-face, smerge-markers-face):
12783         * wid-edit.el (widget-documentation-face, widget-button-face)
12784         (widget-field-face, widget-single-line-field-face)
12785         (widget-inactive-face, widget-button-pressed-face):
12786         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12787         (woman-addition-face):
12788         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12789         (eshell-ls-executable-face, eshell-ls-readonly-face)
12790         (eshell-ls-unreadable-face, eshell-ls-special-face)
12791         (eshell-ls-missing-face, eshell-ls-archive-face)
12792         (eshell-ls-backup-face, eshell-ls-product-face)
12793         (eshell-ls-clutter-face):
12794         * eshell/em-prompt.el (eshell-prompt-face):
12795         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12796         * obsolete/old-whitespace.el (whitespace-highlight-face):
12797         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12798         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12799         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12800         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12801         (antlr-font-lock-literal-face):
12802         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12803         (ebrowse-root-class-face, ebrowse-file-name-face)
12804         (ebrowse-default-face, ebrowse-member-attribute-face)
12805         (ebrowse-member-class-face, ebrowse-progress-face):
12806         * progmodes/make-mode.el (makefile-space-face):
12807         * progmodes/sh-script.el (sh-heredoc-face):
12808         * textmodes/flyspell.el (flyspell-incorrect-face)
12809         (flyspell-duplicate-face):
12810         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12811         * textmodes/texinfo.el (texinfo-heading-face):
12812         Mark face aliases with "-face" suffix as obsolete.
12814         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12815         compiler.
12817         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12818         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12819         easy-menu-define wants to modify these.
12821         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12823         * net/browse-url.el (browse-url-file-url):
12824         * term/internal.el (dos-codepage-setup):
12825         Use default-value rather than default-enable-multibyte-characters.
12827         * progmodes/etags.el (etags-goto-tag-location):
12828         * progmodes/flymake.el (flymake-highlight-line)
12829         (flymake-goto-file-and-line, flymake-goto-line):
12830         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12831         (gdb-goto-breakpoint):
12832         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12833         * progmodes/python.el (python-find-function)
12834         (python-pdbtrack-track-stack-file):
12835         * progmodes/verilog-mode.el (verilog-surelint-off):
12836         * term/ns-win.el (ns-open-file-select-line):
12837         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12838         Use forward-line rather than goto-line.
12840         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12841         * textmodes/reftex-index.el (reftex-display-index):
12842         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12843         * textmodes/reftex-toc.el (reftex-toc):
12844         Remove unnecessary bindings of default-major-mode (all are followed by
12845         major-mode check and possible mode switch).
12847 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12849         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12850         Handle watchpoints (bug#4282).
12851         (def-gdb-thread-buffer-command): Enable thread to be selected by
12852         clicking without selecting threads buffer first.
12853         (gdb-current-context-command): Use selected frame so that "up",
12854         "down" etc work in the GUD buffer.
12855         (gdb-update): Find selected frame before rendering stack buffer.
12856         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12858 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12860         * progmodes/sym-comp.el (displayed-completions): Remove.
12861         (symbol-complete): Use minibuffer-complete.
12863 2009-08-31  Glenn Morris  <rgm@gnu.org>
12865         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12867         * apropos.el (apropos-symbols-internal):
12868         Handle (obsolete) face aliases.
12870         * faces.el (describe-face): Adjust the output format to be more like
12871         describe-variable, and to mention (obsolete) face aliases.
12872         Adjust the whitespace so that help-setup-xref works.
12874         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12875         * calendar/diary-lib.el (diary-button-face):
12876         Mark these face aliases as obsolete.
12878         * calendar/calendar.el (calendar-today): Doc fix.
12880 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12882         * progmodes/gdb-mi.el (gdb-control-all-threads)
12883         (gdb-control-current-thread): Force tool bar update.
12884         (gdb-non-stop-handler): New function.
12885         (gdb-init-1): Use it to test if non-stop mode is supported.
12886         Remove unused gdbmi buffer type.
12888 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12890         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12891         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12893 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12895         * comint.el (comint-exec-1): Check command is non-null first.
12896         Part of gdb-mi.el change (2009-08-28).
12898 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12900         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12902 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12904         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12905         instead of `dolist' to avoid a recursive require when bootstrapping.
12907 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12909         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12911         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12913         * net/imap.el (imap-send-command): Simplify.
12914         (imap-wait-for-tag): point-max -> buffer-size.
12916         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12918         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12919         with constant argument.
12921         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12923         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12925         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12926         Change default, since most of our files don't have a history.
12927         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12928         the user.
12930         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12931         Add comint-run.
12933         * calc/calc.el: Improve commenting convention.
12934         (calc-digit-map, toplevel): Simplify.
12936         * comint.el (comint-insert-input): Be careful to only set point if we
12937         don't delegate to some other command.
12939         * proced.el (proced-signal-list): Make it an alist.
12940         (proced-grammar-alist): Capitalize names.
12941         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12942         Disable undo manually and make it read-only.
12943         Use completion-annotate-function.
12945         * minibuffer.el (minibuffer-message): If the current buffer is not
12946         a minibuffer, insert the message in the echo area rather than at the
12947         end of the buffer.
12948         (completion-annotate-function): New variable.
12949         (minibuffer-completion-help): Use it.
12950         (completion--embedded-envvar-table): Environment vars are
12951         always case-sensitive.
12953 2009-08-30  Glenn Morris  <rgm@gnu.org>
12955         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12956         from fortran-current-defun.
12957         (fortran-beginning-of-subprogram): Be more precise about finding the
12958         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12959         (fortran-end-of-subprogram): Simplify.
12960         (fortran-current-defun): Use fortran-start-prog-re.
12962 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12964         * subr.el (do-after-load-evaluation): Simplify.
12966 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12968         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12970         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12971         (vc-rcs-print-log): Use it.
12973         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12975 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12977         * paths.el (abbrev-file-name): Move to abbrev.el.
12978         * abbrev.el (abbrev-file-name): Move from paths.el.
12979         Obey user-emacs-directory.
12980         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12981         user-emacs-directory.
12982         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12983         abbrev-file-name and calc-settings-file any more.
12984         * startup.el (command-line): Recompute abbrev-file-name and
12985         abbreviated-home-dir.
12986         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12987         of the special code for when C-h bindings haven't been changed.
12988         (display-startup-echo-area-message): Use with-current-buffer.
12989         (command-line-1): Use a list of strings, rather than a list of lists
12990         of strings for longopts.
12992         * files.el (get-free-disk-space): Use / for default-directory.
12994         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12995         Use with-current-buffer.
12997         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12998         Recognize immutable variables like most-positive-fixnum.
12999         (byte-compile-setq-default): Check and warn if trying to assign
13000         to an immutable variable, or a non-variable.
13002         * progmodes/cc-vars.el (c-comment-continuation-stars):
13003         * progmodes/cc-engine.el (c-looking-at-bos):
13004         * progmodes/cc-cmds.el (c-toggle-auto-state)
13005         (c-forward-into-nomenclature, c-backward-into-nomenclature)
13006         (c-comment-line-break-function): Add version of obsolescence.
13008 2009-08-28  Juri Linkov  <juri@jurta.org>
13010         * files.el (magic-fallback-mode-alist): Add ZIP magic number
13011         associated with `archive-mode'.
13013         * image.el (image-type-header-regexps): Use only JPEG magic number
13014         to determine JPEG images, and don't use `image-jpeg-p' because
13015         Emacs can display non-JFIF non-Exif JPEG images.
13017 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
13019         * arc-mode.el (archive-mode):
13020         * emacs-lisp/re-builder.el (re-builder-unload-function):
13021         Protect against the default value of `major-mode' being nil.
13023 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
13025         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
13026         Fix typos in docstrings.
13028         * progmodes/js.el (js--macro-decl-re): Doc fix.
13029         (js--plain-method-re, js--split-name): Refloc docstring.
13030         (js--class-styles, js--make-merged-item, js--splice-into-items):
13031         Fix typos in docstrings; reflow docstrings.
13032         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
13033         (js--variable-decl-matcher, js--inside-pitem-p)
13034         (js--parse-state-at-point, js--get-all-known-symbols)
13035         (js--symbol-history, js-find-symbol, js--js-references)
13036         (js--moz-interactor, js--js-encode-value, js--read-tab):
13037         Fix typos in docstrings.
13039 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13041         * textmodes/reftex.el (reftex-get-file-buffer-force):
13042         * progmodes/verilog-mode.el (verilog-batch-execute-func):
13043         * emulation/viper.el (viper-go-away, viper-set-hooks):
13044         * emacs-lisp/re-builder.el (re-builder-unload-function):
13045         * emacs-lisp/bytecomp.el (byte-compile-file):
13046         * ses.el (ses-unload-function):
13047         * hexl.el (hexl-find-file):
13048         * files.el (normal-mode):
13049         * ehelp.el (with-electric-help):
13050         * autoinsert.el (auto-insert-alist):
13051         * arc-mode.el (archive-mode):
13052         Use (default-value 'major-mode) instead of default-major-mode.
13054         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
13055         * international/mule.el (load-with-code-conversion):
13056         * emacs-lisp/debug.el (debug):
13057         * ediff-vers.el (ediff-rcs-get-output-buffer):
13058         * dired.el (dired-internal-noselect): Don't let-bind
13059         default-major-mode around code that doesn't use it.
13060         E.g. buffer creation via get-buffer-create doesn't use it.
13062 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
13064         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
13065         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
13066         when writing the temp file.  Otherwise, epa-file gets confused.
13067         (tramp-register-file-name-handlers): Make it a defun.  Move also
13068         `epa-file-handler' to the front of `file-name-handler-alist'.
13070 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13072         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
13073         start right after a ^M.
13074         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
13075         (tramp-completion-file-name-regexp-separate)
13076         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
13077         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
13078         Don't modify last-coding-system-used by accident.
13079         (tramp-completion-file-name-handler): Apply the checks here,
13080         instead during registration.
13081         (tramp-register-file-name-handlers): Renamed from
13082         `tramp-register-file-name-handler'.  Register both
13083         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
13084         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
13086 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
13088         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
13089         Remove variable ...
13090         (gdb-init-1, gdb-display-separate-io-buffer)
13091         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
13092         references to it.
13093         (gdb-inferior-io-mode): Use make-comint-in-buffer.
13094         (gdb-inferior-filter): Use comint-output-filter to stop
13095         echoing and remove ^M characters.
13097 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13099         * emulation/viper-init.el (viper-restore-cursor-type):
13100         * emulation/cua-base.el (cua--update-indications):
13101         Replace default-cursor-type with (default-value 'cursor-type).
13103         * mail/sendmail.el (mail-recover-1):
13104         * international/mule-diag.el (describe-current-coding-system-briefly)
13105         (describe-current-coding-system):
13106         * international/mule-cmds.el (select-safe-coding-system)
13107         (select-message-coding-system)
13108         (set-language-environment-coding-systems, set-locale-environment):
13109         * hexl.el (hexl-insert-multibyte-char):
13110         * dos-w32.el (find-buffer-file-type-coding-system):
13111         * simple.el (what-cursor-position):
13112         Replace uses of default-buffer-file-coding-system
13113         with (default-value 'buffer-file-coding-system).
13115         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
13116         Replace uses of default-cursor-in-non-selected-windows
13117         with (default-value 'cursor-in-non-selected-windows).
13118         Use with-current-buffer.
13120         * mail/feedmail.el: Use CL macros.
13121         (feedmail-run-the-queue, feedmail-send-it-immediately):
13122         * dos-w32.el (find-buffer-file-type): Replace uses of
13123         default-buffer-file-type with (default-value 'buffer-file-type).
13125 2009-08-28  Glenn Morris  <rgm@gnu.org>
13127         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
13128         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
13129         Use default-value of major-mode rather than default-major-mode.
13131 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13133         * Makefile.in (update-elcfiles): Report left over elc files.
13135         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
13136         expand-file-name and with-current-buffer.
13137         (mail-get-names, mail-directory): Use with-current-buffer.
13139         * vc.el (vc-read-revision): New function.
13140         (vc-version-diff, vc-merge): Use it.
13142 2009-08-27  Sam Steingold  <sds@gnu.org>
13144         * simple.el (kill-do-not-save-duplicates): New user option.
13145         (kill-new): When it is non-nil, and the new string is the same as
13146         the latest kill, set replace to t to avoid duplicates in kill-ring.
13148 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
13150         * net/tramp.el (tramp-handle-process-file): Do not flush all
13151         caches when `process-file-side-effects' is set.
13152         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
13153         instead of `tramp-find-file-exists-command'.
13154         Unset `process-file-side-effects'.
13156 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
13158         * net/tramp.el (tramp-methods): New method "rsyncc".
13159         (top): Add completion function for "rsyncc".
13160         (tramp-message-show-message): New defvar.
13161         (tramp-message, tramp-error): Use it.
13162         (tramp-do-copy-or-rename-file-directly): Extend check for direct
13163         remote copying.
13164         (tramp-do-copy-or-rename-file-out-of-band): Handle new
13165         `tramp-methods' entry `copy-env' of "rsyncc".
13166         (tramp-vc-registered-read-file-names): New defconst.
13167         (tramp-vc-registered-file-names): New defvar.
13168         (tramp-handle-vc-registered): Implement optimization strategy.
13169         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
13170         (tramp-vc-file-name-handler): New defun.
13171         (tramp-get-ls-command, tramp-get-test-command)
13172         (tramp-get-file-exists-command, tramp-get-remote-ln)
13173         (tramp-get-remote-perl, tramp-get-remote-stat)
13174         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
13176         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
13177         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
13178         timestamps.
13179         (tramp-get-file-property): Check for timestamps in
13180         `tramp-cache-inhibit-cache'.
13181         (tramp-set-file-property): Write timestamp.
13183 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13185         * language/japan-util.el (japanese-symbol-table): Add entries for
13186         cp932-2-byte.
13188         * international/characters.el: Add category `j' to cp932-2-byte.
13190 2009-08-27  Kenichi Handa  <handa@m17n.org>
13192         * international/fontset.el (build-default-fontset-data): New macro.
13193         (setup-default-fontset): Use build-default-fontset-data for CJK,
13194         tibetan, ethiopic, and ipa.
13196 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13198         * cus-start.el (default-major-mode): Customize `major-mode' instead.
13199         (enable-multibyte-characters): Not customizable any more.
13201         * subr.el (default-mode-line-format, default-header-line-format)
13202         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
13203         (default-direction-reversed, default-truncate-lines)
13204         (default-left-margin, default-tab-width, default-case-fold-search)
13205         (default-left-margin-width, default-right-margin-width)
13206         (default-left-fringe-width, default-right-fringe-width)
13207         (default-fringes-outside-margins, default-scroll-bar-width)
13208         (default-vertical-scroll-bar, default-indicate-empty-lines)
13209         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
13210         (default-fringe-cursor-alist, default-scroll-up-aggressively)
13211         (default-scroll-down-aggressively, default-fill-column)
13212         (default-cursor-type, default-buffer-file-type)
13213         (default-cursor-in-non-selected-windows)
13214         (default-buffer-file-coding-system, default-major-mode)
13215         (default-enable-multibyte-characters): Mark as obsolete.
13217 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
13219         * vc-dir.el (vc-dir-update): Remove debug helper.
13221         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
13223 2009-08-26  Sam Steingold  <sds@gnu.org>
13225         * simple.el (save-interprogram-paste-before-kill): New user option.
13226         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
13227         save the interprogram-paste into kill-ring before overriding it
13228         with the Emacs kill.
13230 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
13232         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
13233         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
13234         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
13235         and move to vc-rcs.el.
13236         (vc-default-next-revision): Rename to vc-rcs-next-revision and
13237         move to vc-rcs.el.
13238         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
13239         (vc-rcs-update-changelog): Remove.
13240         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
13241         and move to vc-rcs.el.
13243         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
13244         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
13245         renaming.
13246         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
13247         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
13248         vc.el, renamed to be RCS specific.
13250         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
13251         New functions.
13252         (vc-cvs-update-changelog): Move here from vc.el.
13254         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
13255         New functions.
13257 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13259         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
13261 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
13263         * vc-git.el (vc-git-register): Use "git add" for directories.
13264         (vc-git-stash, vc-git-stash-show): New functions.
13265         (vc-git-extra-menu-map): Bind them.
13267         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
13268         directory correctly in case the item is a directory itself.
13270         * vc.el: Document the desired behavior for reverted files in the
13271         `added' state.
13272         (vc-default-prettify-state-info): Remove function, unused.
13274         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
13276 2009-08-26  Glenn Morris  <rgm@gnu.org>
13278         * bindings.el (standard-mode-line-format): Reposition dashes in
13279         which-func entry.  (Bug#4217)
13281         * files.el (enable-local-variables, enable-local-eval)
13282         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13283         the defcustoms.
13284         (auto-mode-alist, ignored-local-variables)
13285         (save-some-buffers-action-alist): Move risky declarations to the
13286         definitions.
13287         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13288         (font-lock-defaults, format-alist, imenu--index-alist)
13289         (imenu-generic-expression, input-method-alist, minor-mode-alist)
13290         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13291         (mode-line-modified, mode-line-mule-info, mode-line-position)
13292         (mode-line-process, mode-line-remote, outline-level)
13293         (parse-time-rules, rmail-output-file-alist)
13294         (special-display-buffer-names, vc-mode):
13295         Move risky declarations to the relevant files.
13296         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13297         (mode-line-modified, mode-line-process, mode-line-position)
13298         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13299         * font-core.el (font-lock-defaults):
13300         * format.el (format-alist):
13301         * vc-hooks.el (vc-mode):
13302         * window.el (special-display-buffer-names):
13303         * international/mule-cmds.el (input-method-alist):
13304         Define riskiness here (dumped file) rather than in files.el.
13305         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13306         * imenu.el (imenu-generic-expression, imenu--index-alist):
13307         * outline.el (outline-level):
13308         * time.el (display-time-string):
13309         * calendar/parse-time.el (parse-time-rules):
13310         * mail/rmailout.el (rmail-output-file-alist):
13311         Autoload riskiness here, rather than placing in files.el.
13313 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
13315         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13317 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
13319         * simple.el (process-file-side-effects): New defvar.
13321         * dired-aux.el (dired-show-file-type):
13322         * vc.el (vc-diff-internal):
13323         * vc-arch.el (vc-arch-diff):
13324         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13325         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13326         * vc-git.el (vc-git-registered, vc-git-working-revision)
13327         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13328         (vc-git--empty-db-p):
13329         * vc-hooks.el (vc-user-login-name):
13330         * vc-svn.el (vc-svn-registered, vc-svn-state)
13331         (vc-svn-dir-extra-headers, vc-svn-find-revision):
13332         * progmodes/grep.el (grep-probe): Let-bind
13333         `process-file-side-effects' with nil.
13335         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13337         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13338         daemon.  Replace ping by checking for running service for bluez
13339         and zeroconf.  (Bug#4239)
13341 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13343         * net/dig.el (dig): Add autoload cookie.
13345 2009-08-25  Glenn Morris  <rgm@gnu.org>
13347         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13348         load-history for absolute file-names.
13349         (byte-compile-file-form-require): Warn about use of the cl package.
13351         * format.el (format-alist): Doc fix.
13353         * play/bubbles.el (top-level): Don't require cl at run-time.
13355         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13356         run-time cl).
13358 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
13360         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13361         from cl package.
13362         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13364 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
13366         * calc/calc-alg.el (math-trig-rewrite)
13367         (math-hyperbolic-trig-rewrite): New functions.
13368         (calc-simplify): Simplify trig functions when asked.
13370 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13372         * diff-mode.el (diff-find-source-location): Avoid goto-line.
13374 2009-08-24  Kenichi Handa  <handa@m17n.org>
13376         * language/ind-util.el (mapthread): Delete it.
13377         (combinatorial): New function.
13378         (indian--puthash-cv): Use combinatorial instead of mapthread.
13380 2009-08-22  Kevin Ryde  <user42@zip.com.au>
13382         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13383         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13384         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13385         Clarify docstring that the value is strings not symbols.
13386         (checkdoc-list-of-strings-p): New function.
13388 2009-08-22  Glenn Morris  <rgm@gnu.org>
13390         * files.el (auto-mode-alist):
13391         * hippie-exp.el (he-concat-directory-file-name):
13392         * lpr.el (lpr-windows-system, printer-name):
13393         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13394         * ps-print.el (ps-windows-system):
13395         * startup.el (command-line):
13396         * emulation/viper-ex.el (viper-glob-function):
13397         * international/mule-cmds.el (set-language-environment-coding-systems):
13398         * net/ange-ftp.el (ange-ftp-write-region):
13399         * obsolete/fast-lock.el (fast-lock-cache-name):
13400         Remove code for defunct system-types emx, macos, mswindows, next-mach,
13401         unisoft-unix, vax-vms, win32, w32.
13403         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13404         given name if the pattern is not more specific.
13406         * calendar/lunar.el (lunar-phase-names): New option.
13407         (lunar-phase): Doc fix.
13408         (lunar-cycles-per-year): New constant.
13409         (lunar-index): New function.
13410         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13411         (lunar-phase-name): Use lunar-phase-names.
13412         (calendar-lunar-phases): Use format.
13413         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13415         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13416         Copy imenu-example--name-and-position function here for own use.
13417         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13419         * bs.el (bs--redisplay):
13420         * cus-edit.el (custom-redraw):
13421         * ibuffer.el (ibuffer-bury-buffer):
13422         * server.el (server-goto-line-column):
13423         * startup.el (command-line-1):
13424         * strokes.el (strokes-xpm-for-stroke):
13425         * term.el (term-display-buffer-line):
13426         * view.el (View-goto-line):
13427         * calc/calc.el (calc-do, calc-trail-buffer):
13428         * play/gamegrid.el (gamegrid-add-score-insecure):
13429         * progmodes/ada-mode.el (ada-compile-goto-error):
13430         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13431         (ebrowse-select-1st-to-9nth):
13432         * progmodes/cperl-mode.el (cperl-time-fontification):
13433         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13434         * progmodes/gud.el (gud-display-line):
13435         (idlwave-shell-display-line):
13436         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13437         * progmodes/make-mode.el (makefile-browser-toggle):
13438         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13439         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13440         * textmodes/picture.el (picture-draw-rectangle):
13441         * textmodes/reftex-index.el (reftex-index-goto-letter):
13442         (reftex-select-jump-to-previous):
13443         * textmodes/reftex-sel.el (reftex-find-start-point)
13444         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13445         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13446         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13447         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13448         * textmodes/two-column.el (2C-associated-buffer):
13449         Use forward-line rather than goto-line.
13451         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13452         goto-line.
13454         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13455         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13456         (quick-check-list-to-regexp): Declare.
13458         * progmodes/make-mode.el (makefile-browser-insert-selection):
13459         Use goto-char rather than goto-line.
13461         * progmodes/prolog.el (compilation-error-regexp-alist)
13462         (compilation-forget-errors): Declare.
13464 2009-08-22  Juri Linkov  <juri@jurta.org>
13466         * progmodes/grep.el (lgrep, rgrep): At the beginning
13467         set `dir' to `default-directory' unless `dir' is a non-nil
13468         readable directory.  (Bug#4052)
13469         (lgrep, rgrep): Change a weird way to report an error
13470         from using `read-string' to using `error'.
13471         Instead of using interactive arguments in the function body,
13472         add new argument `confirm'.
13474 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13476         * textmodes/remember.el (remember-buffer):
13477         * progmodes/cperl-mode.el (cperl-vc-header-alist):
13478         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13479         (icalendar-extract-ical-from-buffer):
13480         * net/newst-treeview.el (newsticker-groups-filename):
13481         * net/newst-backend.el (newsticker-cache-filename):
13482         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13483         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13484         (speedbar-add-ignored-path-regexp, speedbar-line-path)
13485         (speedbar-buffers-line-path, speedbar-path-line)
13486         (speedbar-buffers-line-path):
13487         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13488         (epg-sign-keys):
13489         * epa.el (epa-display-verify-result):
13490         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13492 2009-08-21  Glenn Morris  <rgm@gnu.org>
13494         * progmodes/js.el (inferior-moz-process): Fix declaration.
13496         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13498         * obsolete/rnewspost.el (news-mail-reply):
13499         Use goto-char rather than goto-line.
13501         * term/ns-win.el (ns-open-file-select-line):
13502         Use line-beginning-position rather than goto-line.
13504         * apropos.el (apropos-command):
13505         * ehelp.el (electric-helpify):
13506         * printing.el (pr-show-setup):
13507         * strokes.el (strokes-help):
13508         * tutorial.el (tutorial--describe-nonstandard-key)
13509         (tutorial--detailed-help):
13510         * woman.el (woman-mini-help, woman-display-extended-fonts):
13511         * calc/calc-help.el (calc-describe-key):
13512         * emulation/edt.el (edt-electric-helpify):
13513         * international/mule-diag.el (mule-diag):
13514         * play/yow.el (apropos-zippy):
13515         * progmodes/python.el (python-describe-symbol):
13516         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13517         * textmodes/table.el (*table--cell-describe-mode)
13518         (*table--cell-describe-bindings):
13519         Use help-print-return-message rather than the now obsolete alias.
13521         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13522         (calendar-cursor-to-visible-date):
13523         * play/5x5.el (5x5-position-cursor):
13524         * play/decipher.el (decipher):
13525         * play/gomoku.el (gomoku-goto-xy):
13526         * play/landmark.el (lm-goto-xy):
13527         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13528         (mpuz-paint-digit):
13529         Use forward-line, not goto-line.
13531         * mail/rmail.el (rmail-obsolete): Delete custom group.
13532         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13533         (rmail-remote-password, rmail-remote-password-required):
13534         Remove unneeded :set-after and :set properties.
13536 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
13538         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13540 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
13542         * loadup.el: Remove leftover macos code.
13544         * vc-git.el (vc-git-annotate-command): Run asynchronously.
13545         Explicitly pass the date format to git blame so that user local
13546         so that the output format can be parsed.
13548 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
13550         * net/dbus.el (top): Don't check for (getenv
13551         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
13553 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
13555         * log-edit.el (log-edit-strip-single-file-name): New var.
13556         (log-edit-insert-changelog): Use it.  Bug#3571
13558 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13560         * subr.el (read-passwd): Use read-key so keypad keys work as well.
13561         Bug#3287
13563         * help.el (help-print-return-message): Rename from
13564         print-help-return-message.
13566         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13567         cvs-mode-map parent hack.
13568         (log-view-mode): Derive from special-mode.
13570         * linum.el (linum-mode): window-size-change-functions is redundant.
13571         Adapt to new window-configuration-change-hook behavior.
13572         (linum-after-size, linum-after-config): Remove.
13574         * imenu.el (imenu-example--name-and-position)
13575         (imenu-example--lisp-extract-index-name)
13576         (imenu-example--create-lisp-index, imenu-example--create-c-index):
13577         Mark as obsolete.
13579         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13580         (inferior-prolog-mode): Use it.
13581         (inferior-prolog-load-file): Reset list of errors.
13583 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13585         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13587         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13589 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
13591         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13592         is running already.
13594 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13596         * subr.el (listify-key-sequence-1): Use normal syntax since those
13597         integers are nowadays always represented by the same (positive) number
13598         on all platforms.
13599         (read-key-empty-map): New const.
13600         (read-key-delay): New var.
13601         (read-key): New function.
13602         (force-mode-line-update): Use with-current-buffer.
13603         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13604         (start-process-shell-command, start-file-process-shell-command):
13605         Discourage the use of command-args.
13607 2009-08-19  Glenn Morris  <rgm@gnu.org>
13609         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13611 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13613         * simple.el (choose-completion-string): Don't rely on
13614         minibuffer-completing-file-name and ad-hoc checks to decide whether
13615         to continue completion or not.
13617         * minibuffer.el (minibuffer-hide-completions): New function.
13618         (completion--do-completion): Use it.
13619         (completions-annotations): New face.
13620         (completion--insert-strings): Use it.
13621         (completion-pcm--delim-wild-regex): Add docstring.
13622         (completion-pcm--string->pattern): Add support for 0-width delimiters
13623         in completion-pcm--delim-wild-regex.
13625 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13627         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13628         Remove unused var `buffer-modified-p'.
13630         * minibuffer.el (completion--do-completion): Move point for the #b001
13631         case as well (bug#4176).
13632         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13634 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13636         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13637         and :session buses.
13639 2009-08-18  Kenichi Handa  <handa@m17n.org>
13641         * international/ucs-normalize.el (ucs-normalize-version):
13642         Change to 1.1.
13643         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13644         (utf-8-hfs): Make it perform normalization on encoding too.
13646         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13647         (sentence-end-without-space): Delete duplicated chars.
13648         (sentence-end-base): Likewise.
13650         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13651         (html-mode): Delete duplicated chars from sentence-end-base.
13653         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13654         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13656 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13658         * files.el (hack-one-local-variable): If the mode function is for
13659         a minor mode, pass it an argument (Bug#4148).
13661 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13663         * net/tramp.el (tramp-register-completion-file-name-handler):
13664         Check also for (member 'partial-completion completion-styles).
13666 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13668         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13669         abbrev (Bug#3943).
13671 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13673         * progmodes/cperl-mode.el: Merge upstream 6.2.
13674         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13675         (cperl-forward-re): Check cperl-brace-recursing.
13676         (cperl-highlight-charclass): New function.
13677         (cperl-find-pods-heres): Use it.
13678         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13679         (cperl-beautify-regexp-piece): Fix column calculation.
13680         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13681         (cperl-beautify-level): Don't process entire regexp.
13682         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13683         calling man.
13684         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13685         (cperl-init-faces): Build a list in the normal way.
13687 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13689         * calendar/parse-time.el (parse-time-string-chars): Save match
13690         data.
13692 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13694         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13695         (sql-product): Use it.
13696         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13697         (sql-set-product): Add completion.
13698         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13699         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13700         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13701         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13702         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13703         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13704         (sql-highlight-db2-keywords): Remove.
13705         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13706         (sql-highlight-product): Use derived-mode-p.
13707         (sql-set-sqli-buffer): Use with-current-buffer.
13708         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13709         Simplify.
13711         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13713         * term.el: Fix commenting convention, turn comments into docstrings.
13715 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13717         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13719 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13721         * calendar/parse-time.el (parse-time-string-chars): Compute using
13722         character classes, to handle non-ascii characters (Bug#3190).
13724 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13726         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13727         another heredoc if the user adds another < (Bug#3226).
13729         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13730         Don't initialize based on window-system (Bug#4124).
13732         * facemenu.el (facemenu-read-color): Use a completion function
13733         that accepts any defined color, such as RGB triplets (Bug#3677).
13735         * files.el (get-free-disk-space): Change fallback default
13736         directory to /.  Expand DIR argument before switching to fallback.
13737         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13739 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13741         * files.el (load-library): Doc fix.
13743 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13745         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13746         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13747         incremental search string.
13749         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13750         XEmacs.
13752         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13753         (ediff-merge-region-is-non-clash)
13754         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13755         Also check if the job is really a merge job.
13757         * ediff.el (ediff-current-file): New function.
13759 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13761         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13762         conventions.
13763         (js-insert-and-indent): Delete function.
13764         (js-mode-map): Don't bind keys to js-insert-and-indent.
13765         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13766         (js-end-of-defun): Rename from js--end-of-defun.
13767         (js-auto-indent-flag): Delete variable.
13769 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13771         * progmodes/js.el: Remove proclaim statement.
13772         Defvar which-func-imenu-joiner-function to silence compiler.
13774         * files.el (auto-mode-alist): Use js-mode for .js files.
13776         * progmodes/js2-mode.el: Remove file.
13778         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13780         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13782         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13784 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13785             Karl Landstrom  <karl.landstrom@brgeight.se>
13787         * progmodes/js.el: New file.
13789 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13791         * timezone.el (timezone-parse-date): Add ability to understand ISO
13792         basic format (minimal separators) dates in addition to the
13793         already-supported extended format dates.
13795 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13797         * international/ucs-normalize.el: Add a `coding' file variable.
13799         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13801 2009-08-14  Sam Steingold  <sds@gnu.org>
13803         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13805 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13807         * faces.el (help-argument-name): Define it here instead of
13808         help-fns.el, because in daemon mode help-fns.el may be loaded when
13809         faces are still uninitialized (Bug#1078).
13811         * help-fns.el (help-argument-name): Move defface to faces.el.
13813 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13815         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13816         create buffer with a pty but no process so that GDB can make the
13817         inferior the controlling process.
13819 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13821         * international/ucs-normalize.el: New file.
13823 2009-08-13  Richard Stallman  <rms@gnu.org>
13825         * mail/rmail.el (rmail-get-attr-names):
13826         Accept an attribute header that is too short.
13828         * mail/rmail.el (rmail-forget-messages):
13829         Ignore nil elt in rmail-message-vector.  Use dotimes.
13831         * progmodes/compile.el (compilation-goto-locus):
13832         Use next-error-move-function.
13834         * simple.el (next-error-move-function): New variable.
13836 2009-08-12  Juri Linkov  <juri@jurta.org>
13838         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13839         always non-nil.  (Bug#4052)
13841         * replace.el (read-regexp): Return empty string when
13842         `default-value' is nil.
13843         (keep-lines-read-args): Don't use empty string as the
13844         default value for `read-regexp'.  (Bug#2495)
13846 2009-08-12  Juri Linkov  <juri@jurta.org>
13848         * international/mule-cmds.el (ucs-insert): Change arguments
13849         from `arg' to `character', `count', `inherit' to be the same
13850         as in `insert-char'.  Doc fix.  (Bug#4039)
13852         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13854 2009-08-12  Juri Linkov  <juri@jurta.org>
13856         * files-x.el: New file.
13858         * files.el: Move code that deals with adding/deleting
13859         file/directory-local variables to files-x.el.
13861         * Makefile.in (ELCFILES): Add files-x.elc.
13863 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13865         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13866         to use `goto-line'.
13867         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13868         `goto-line'.
13869         (gdb-invalidate-disassembly): Do not refresh upon receiving
13870         'update signal.  Instead, update all disassembly buffers only after
13871         threads list.
13872         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13873         (gdb-starting): Moved -data-list-register-names...
13874         (gdb-stopped): ...here so it's sent when first thread stops.
13875         (gdb-registers-handler-custom): Do nothing if register names are
13876         unknown yet.
13878         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13879         from `gdb-mi.el' to avoid extra tangling.
13881         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13882         change which breaks `gud-def' definitions used in `gdb'.
13883         (gdb-update-gud-running): No extra fuss for updating frame number.
13885 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13887         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13888         (describe-language-environment-map, setup-language-environment-map)
13889         (set-coding-system-map): Move initialization into declaration.
13890         (set-language-info-alist): Last arg to define-key-after can be skipped.
13892         * international/quail.el (quail-completion-1): Simplify.
13893         (quail-define-rules): Use slightly more compact code.
13894         (quail-insert-decode-map): Propertize keys, compact columns.
13896         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13897         Add goto-line.
13899 2009-08-10  Miles Bader  <miles@gnu.org>
13901         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13902         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13903         (js2-instance-member, js2-private-member, js2-private-function-call)
13904         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13905         (js2-magic-paren, js2-external-variable):
13906         Remove "-face" suffix from face names.
13907         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13908         (js2-highlight-undeclared-vars, js2-peek-token)
13909         (js2-parse-function-params, js2-mode-show-errors)
13910         (js2-mode-show-warnings, js2-make-magic-delimiter)
13911         (js2-mode-highlight-magic-parens): Update to use new face names.
13913 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13915         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13916         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13918 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13920         * subr.el: Provide hashtable-print-readable.
13922         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13923         hs-c-like-adjust-block-beginning.
13924         (hs-hide-block-at-point): Stop hiding at the beginning of
13925         hs-block-end-regexp (Bug#700).
13927 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13929         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13930         a macro.
13931         (gdb-registers-handler-custom): Do not fail when register names
13932         are unavailable.
13934 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13936         * progmodes/gdb-mi.el (gdb-control-all-threads)
13937         (gdb-control-current-thread): Interactive setters for
13938         `gdb-gud-control-all-threads' to use in menu.
13939         (gdb-show-run-p): Show «Go» when process is not active.
13940         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13941         gud/thread.xpm and gud/all.xpm.
13943 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13945         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13946         (nslookup-font-lock-keywords): Make it a variable.
13947         (net-utils-mode): New mode for viewing diagnostic network output.
13948         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13949         (net-utils-run-simple): New function.
13950         (ifconfig, iwconfig, netstat, arp, route): Use it.
13952 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13954         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13955         (gdb-memory-set-address, def-gdb-set-positive-number)
13956         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13957         after changing settings.
13958         (gdb-invalidate-disassembly): Update when first shown.
13959         (gdb-edit-locals-value): Fixed.
13960         (gdb-registers-handler-custom): Print registers in right order and
13961         allow changing register values (only for current thread yet).
13962         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13963         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13964         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13965         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13966         info in mode name.
13967         (gdb-registers-mode-map): TAB to switch to locals.
13969 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13971         * mail/rmail.el (rmail-add-mbox-headers)
13972         (rmail-set-message-counters-counter): Search for
13973         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13975 2009-08-08  Glenn Morris  <rgm@gnu.org>
13977         * Makefile.in (ELCFILES): Update.
13979 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13981         * mail/sendmail.el (mail-yank-original): Set
13982         buffer-file-coding-system from the one used by the message whose
13983         text is yanked.
13985         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13986         to "windows" when "pgnuplot" is used.
13987         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13988         call accept-process-output if "pgnuplot" is used.
13989         (calc-graph-init): Don't send -display and -geometry to
13990         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13991         running "pgnuplot -V" with shell-command-to-string.
13993         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13994         the default.
13996 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13998         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13999         org/org-latex.elc.
14001 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
14003         * vc-dispatcher.el (vc-resynch-window): Update comment.
14005         * term.el (term-handle-ansi-escape): Add comments with the
14006         terminfo capabilities implemented.
14008 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
14010         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
14011         (gdb-var-create-handler): Rewritten using JSON parser.
14012         (gdb-propertize-header): Moved earlier.
14013         (gdb-set-header): Removed to avoid duplication.
14014         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
14015         Refresh disassembly buffers only after threads list have been
14016         update.
14017         (gdb-threads-header, gdb-registers-header): Per-buffer header line
14018         variables.
14020 2009-08-04  Juri Linkov  <juri@jurta.org>
14022         * files.el: Commands to add/delete file/directory-local variables.
14023         (read-file-local-variable, read-file-local-variable-value)
14024         (read-file-local-variable-mode, modify-file-local-variable)
14025         (modify-file-local-variable-prop-line)
14026         (modify-dir-local-variable): New functions.
14027         (add-file-local-variable, delete-file-local-variable)
14028         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
14029         (add-dir-local-variable, delete-dir-local-variable)
14030         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
14031         (copy-dir-locals-to-file-locals-prop-line): New commands.
14033 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
14035         * abbrev.el (insert-abbrev-table-description): Prettify output.
14036         Suggested by Karl Chen.
14038 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
14040         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
14041         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
14042         (gdb-overlay-arrow-position, gdb-thread-position)
14043         (gdb-disassembly-position): Declare variables.
14044         (gdb-wait-for-pending): Function now.
14045         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
14046         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
14047         compilation goes smoothly.
14048         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
14049         (gdb-non-stop-setting): New customization setting which replaces
14050         `gdb-non-stop' so changing it doesn't break active GDB session.
14051         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
14052         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
14053         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
14054         (gdb-show-threads-by-default): New customization options.
14055         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
14056         routines.
14057         (gdb-get-buffer-create): Send buffers update signal when they are
14058         created.
14059         (gdb-invalidate-locals, gdb-invalidate-registers)
14060         (gdb-invalidate-breakpoints)
14061         (gdb-invalidate-threads, gdb-invalidate-disassembly)
14062         (gdb-invalidate-memory): Accept update signal.
14063         (gdb-current-context-command): Use --frame option.
14064         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
14065         Implement `gdb-frame-number' selection logic.
14066         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
14067         whether to show GUD toolbar buttons.
14068         (gdb-thread-exited): Unselect current thread when it exits.
14069         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
14070         (gdb-mark-line): Routine which sets overlay arrow or inverses
14071         video on fringeless displays.
14072         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
14073         to build aligned columns of data in GDB buffers and set text
14074         properties line-by-line.
14075         (gdb-invalidate-breakpoints)
14076         (gdb-breakpoints-list-handler-custom)
14077         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
14078         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
14079         (gdb-registers-handler-custom): Align data columns.
14080         (gdb-locals-handler-custom): Now prints data like in variable
14081         declarations.
14082         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
14083         Removed confusing buttons.
14084         (gdb-invalidate-threads): Append --frame.
14085         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
14086         between breakpoints/threads buffers.
14087         (gdb-set-window-buffer): Now can ignore dedicated windows.
14088         (gdb-propertize-header): Use `gdb-set-window-buffer'.
14089         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
14090         (def-gdb-thread-buffer-gud-command): Replaces
14091         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
14092         for fine thread control.
14093         (gdb-preempt-existing-or-display-buffer): New function used to
14094         display bound buffers without breaking window layout.
14095         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
14096         (gdb-select-frame): New version of `gdb-frames-select' which now
14097         sets `gdb-frame-number' so commands may use --frame option instead
14098         of inner debugger state.
14099         (gdb-frame-handler): Do not set `gdb-frame-number'.
14100         (gdb-threads-mode-map): Select threads with mouse.
14102         * progmodes/gud.el (gdb-gud-context-call): Declare function to
14103         avoid compilation warning.
14104         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
14105         `gdb-show-stop-p`.
14107         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
14108         Argument `key' renamed to `buffer-type'.
14109         (gdb-current-context-buffer-name): Do not add thread info to
14110         buffer name when no thread is selected.
14111         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
14112         command (bug 3794).
14113         (gdb-thread-selected): Handle `=thread-selected' notification.
14114         (gdb-wait-for-pending): New macro to deal with congestion problems.
14115         (gdb-breakpoints-list-handler-custom): Don't fail on pending
14116         breakpoints.
14117         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
14118         This fixes problem similar to one described in bug 3947.
14119         (gud-menu-map): More menu items.
14120         (gdb-init-1): Reset `gdb-thread-number' to nil.
14122         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
14123         non-stop settings.
14125         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
14126         (gdb-current-context-command): Do not append --thread if
14127         `gdb-thread-number' is nil.
14128         (gdb-running-threads-count, gdb-stopped-threads-count): New
14129         variables.
14130         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
14131         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
14132         customization options.
14133         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
14134         GUD commands.
14135         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
14136         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
14137         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
14138         set `gdb-thread-number' and update `gud-running' properly.
14139         (gdb-running): Update threads list when new threads appear.
14140         (gdb-stopped): Support non-stop operation and new thread switching
14141         logic.
14142         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
14143         (gdb-json-partial-output): New set of JSON routines.
14144         (def-gdb-auto-update-trigger): New `signal-list' optional
14145         argument.
14146         (gdb-thread-list-handler-custom): Update `gud-running',
14147         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
14148         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
14149         (gdb-continue-thread, gdb-step-thread): New commands for fine
14150         thread execution control.
14151         (gud-menu-map): New menu items to switch non-stop options.
14152         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
14153         (gdb-send): Mimic RET properly (bug 3794).
14155         * progmodes/gdb-mi.el (gdb-rules-name-maker)
14156         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
14157         gdb-buffer-rules.
14158         (def-gdb-auto-update-handler): New nopreserve optional argument.
14159         (gdb-stack-list-frames-custom): Print stack from top to bottom.
14161         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
14162         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
14163         (gdb-parent-mode): New mode to derive other GDB modes from.
14164         (gdb-display-disassembly-for-thread)
14165         (gdb-frame-disassembly-for-thread): New commands for threads
14166         buffer.
14168         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
14169         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
14170         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
14171         (gdb-update): We now store all GDB buffers in a list so that they
14172         can be updated by traversing a list instead of calling invalidate
14173         triggers explicitly.
14174         (def-gdb-trigger-and-handler): New macro to define trigger-handler
14175         pair for GDB buffer.
14176         (gdb-stack-buffer-name): Add thread information.
14177         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
14178         handle pending triggers.
14179         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
14180         (def-gdb-thread-buffer-simple-command)
14181         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
14182         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
14183         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
14184         New commands which show buffers bound to thread.
14185         (gdb-stack-list-locals-regexp): Removed unused regexp.
14187         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
14188         (gdb-locals-buffer-name, gdb-registers-buffer-name)
14189         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
14190         to (gud-comint-buffer) in *-buffer-name functions
14191         because (gdb-get-target-string) already does that.
14192         (gdb-locals-handler-custom, gdb-registers-handler-custom)
14193         (gdb-changed-registers-handler): Rewritten without regexps.
14195         * progmodes/gdb-mi.el: Basic thread selection support.
14196         (gdb-thread-number): New variable.
14197         (gdb-current-context-command): New macro which adds --thread
14198         option to command.
14199         (gdb-threads-mode-map): Select thread with SPC.
14200         (gdb-thread-list-handler-custom): Mark current thread with overlay
14201         arrow.  Synchronize GDB thread and Emacs thread.
14202         (gdb-select-thread): New command which selects current thread.
14203         (gdb-invalidate-frames, gdb-invalidate-locals)
14204         (gdb-invalidate-registers): Use --thread option.
14206 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
14208         * net/tramp.el (top): Make check for tramp-gvfs loading more
14209         robust.  (Bug#3977)
14210         (tramp-handle-insert-file-contents): `unwind-protect' must be
14211         inside `with-parsed-tramp-file-name'.
14213         * net/tramp-gvfs.el (top): Remove superfluous message when loading
14214         fails.
14216 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
14218         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
14219         directory if CLASSPATH is not set.
14221 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
14223         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
14224         New defconst.
14225         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
14227 2009-08-02  Kevin Ryde  <user42@zip.com.au>
14229         * net/newst-backend.el (newsticker--raw-url-list-defaults):
14230         Update freshmeat link.  Delete newsforge.com as it seems gone.
14232 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
14234         * select.el (x-set-selection): Doc fix (Bug#4021).
14236         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
14238         * help-fns.el (describe-variable): Treat list return values from
14239         dir-locals-find-file properly (Bug#4005).
14241 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
14243         * net/tramp.el (tramp-debug-message): Print also microseconds.
14245 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
14247         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
14248         or END is non-nil.
14249         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
14250         (tramp-get-debug-buffer): Change `outline-regexp' according to new
14251         format.
14253         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
14254         (tramp-get-file-property): Use it.
14256         * autorevert.el (auto-revert-handler): Allow
14257         `auto-revert-tail-mode' for remote files.
14259 2009-08-02  Jason Rumney  <jasonr@gnu.org>
14261         * minibuffer.el (read-file-name): Treat confirm options to
14262         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
14264 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
14266         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
14267         (font-lock-variable-name-face, font-lock-constant-face): Darken
14268         the colors for light backgrounds.
14270 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
14272         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
14273         month names.  (Bug#3987)
14275 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
14277         * simple.el (line-move-finish): Pass whole number to
14278         line-move-to-column.
14279         (line-move-visual): Perform hscroll to the recorded position.
14281 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
14283         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14285 2009-07-29  Alan Mackenzie  <acm@muc.de>
14287         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14289 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
14291         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14292         (gdb-place-breakpoints): Use full path when setting breakpoints.
14294 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
14296         * calc/calc.el (calc-mode-map): Add keybinding for
14297         `calc-transpose-lines'.
14299 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
14301         * calc/calc-misc.el (calc-transpose-lines): New function.
14303 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
14305         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14306         Simplify check for out-of-band methods.
14307         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14308         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
14310 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
14312         * vc-git.el (vc-git-checkin): Fix typo.
14314 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
14316         * progmodes/js2-mode.el: New file.
14318 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
14320         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14321         (gud-menu-map): Adjust tooltip accordingly.
14323 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
14325         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14326         (vc-bzr-log-view-mode): Adjust log-view-file-re.
14328         * add-log.el (change-log-mode-map): Add a menu.
14330 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
14332         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14333         function returns nil.
14334         (dbus-handle-event): Handle special return value :ignore.
14335         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14337 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
14339         * view.el (view-mode-enable): Don't define Helper-return-blurb if
14340         it's not needed.
14342 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
14344         Fix Bug#3888:
14346         * w32-vars.el (x-select-enable-clipboard): Doc fix.
14348         * term/pc-win.el (x-display-name, x-colors)
14349         (x-select-enable-clipboard, x-select-text): Doc fix.
14351         * term/common-win.el (x-display-name, x-colors): Doc fix.
14353         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14354         (xw-defined-colors): Doc fix.
14356         * w32-fns.el (x-select-text, x-setup-function-keys)
14357         (x-get-selection, x-set-selection): Doc fix.
14359         * term/x-win.el (x-select-text, x-setup-function-keys)
14360         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14362         * select.el (x-set-selection): Doc fix.
14364 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
14366         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14367         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
14368         "IsNSSSupportAvailable" method is not available.  Reported by
14369         Steve Youngs <steve@sxemacs.org>.
14371 2009-07-24  Kenichi Handa  <handa@m17n.org>
14373         * international/characters.el: Fix setting of category ?C, ?|, ?K,
14374         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
14375         (build-unicode-category-table): Fix range checks.
14377 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
14379         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14380         the buffer we try to sync is current when calling
14381         vc-resynch-buffer.
14383         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14384         not show up to date files.
14386 2009-07-24  Glenn Morris  <rgm@gnu.org>
14388         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14389         Add autoload cookies.  If necessary, initialize.
14390         (elint-log): Handle non-file buffers.
14391         (elint-initialize): Add optional argument to reinitialize.
14392         (elint-find-builtin-variables): Save excursion.
14394 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
14396         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14397         for Lint.
14399 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14401         * vc.el (vc-print-log-internal): New function, split out from ...
14402         (vc-print-log): ... here.
14403         (vc-dir-move-to-goal-column): Declare.
14405         * vc-git.el (vc-git-add-signoff): New variable.
14406         (vc-git-checkin): Use it.
14407         (vc-git-toggle-signoff): New function.
14408         (vc-git-extra-menu-map): Bind it to menu.
14409         (vc-git--run-command-string): Accept a nil FILE argument.
14410         (vc-git-stash-list): New function.
14411         (vc-git-dir-extra-headers): Use it.
14413 2009-07-23  Glenn Morris  <rgm@gnu.org>
14415         * help-fns.el (describe-variable): Describe ignored and risky local
14416         variables in a similar way to that in which we describe safe ones.
14418         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14419         (byte-compile-output-file-form, byte-compile-output-docform)
14420         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14421         Give some more local variables with common names a "bytecomp-" prefix,
14422         so as not to shadow things during compilation.
14423         * emacs-lisp/cl-macs.el (load-time-value)
14424         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14425         `outbuffer' to `bytecomp-outbuffer'.
14427         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14428         since the next two variables cover them automatically now.
14429         (elint-builtin-variables, elint-autoloaded-variables): New.
14430         (elint-unknown-builtin-args): Remove all members, since they can be
14431         parsed automatically now.
14432         (elint-extra-errors): New.
14433         (elint-env-add-env, elint-env-add-macro): Use cadr.
14434         (elint-current-buffer): Use or.  Change final message.
14435         (elint-get-top-forms): Use line-end-position.
14436         (elint-init-env): Use cadr.  Handle autoload, declare-function,
14437         and defalias.
14438         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
14439         (regexp-assoc): Remove unused function.
14440         (elint-top-form): Set elint-current-pos, to record the start of the
14441         top-level form, for compilation-mode.
14442         (elint-form): Trap errors in macro expansion.  Use dolist.
14443         (elint-unbound-variable): Use elint-builtin-variables and
14444         elint-autoloaded-variables.
14445         (elint-get-args): Use cadr, or.
14446         (elint-check-cond-form): Use dolist, cadr.
14447         (elint-check-condition-case-form): Doc fix.  Use cadr.
14448         Use elint-extra-errors.
14449         (elint-log): New function.
14450         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14451         Distinguish errors and warnings.
14452         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
14453         Use a bytecomp-style format.
14454         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
14455         (elint-get-log-buffer): Use compilation mode.  Disable undo.
14456         Don't truncate lines.
14457         (elint-initialize): Set builtin and autoloaded variable lists.
14458         Only process elint-unknown-builtin-args if non-nil.
14459         (elint-find-builtin-variables, elint-find-autoloaded-variables):
14460         New functions.
14461         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
14463 2009-07-22  Kevin Ryde  <user42@zip.com.au>
14465         * net/newst-backend.el (newsticker--parse-atom-1.0)
14466         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14467         (newsticker--parse-rss-1.0):
14468         * progmodes/idlwave.el (idlwave-mode):
14469         * progmodes/idlw-shell.el (idlwave-shell-mode):
14470         * progmodes/vera-mode.el (vera-mode):
14471         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14472         * progmodes/vhdl-mode.el (vhdl-mode):
14473         * textmodes/table.el (table-generate-source)
14474         (table--warn-incompatibility):
14475         Hyperlink urls in docstrings with URL `...'.
14477 2009-07-22  Glenn Morris  <rgm@gnu.org>
14479         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14480         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14481         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14482         Remove leading * from defcustom docs.
14484         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
14486         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14487         defcustom doc.
14488         (list-load-path-shadows): Optionally, just return shadows as a string.
14490         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14492 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
14494         * mail/rmailedit.el (rmail-edit-mode): Use
14495         auto-save-include-big-deletions.
14497         * mail/rmail.el (rmail-variables): Use
14498         auto-save-include-big-deletions.
14500         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14501         changes.
14503 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
14505         * calc/calc.el (calc-undo-length): New variable.
14506         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14508 2009-07-21  Richard Stallman  <rms@gnu.org>
14510         * files.el (auto-save-mode): Handle buffer-save-size = -2
14511         for toggling mode.
14513 2009-07-21  Glenn Morris  <rgm@gnu.org>
14515         * textmodes/ispell.el (ispell-looking-back): Update declaration.
14517         * calendar/todo-mode.el (calendar-current-date): Update declaration.
14519         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14520         silence compiler.  Instead...
14521         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14522         (ps-print-ensure-fontified): Update for above function name changes.
14524         * printing.el (pr-mh-get-msg-num, pr-mh-show)
14525         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14526         silence compiler.  Instead...
14527         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14528         (mh-show-buffer): Only define for compiler.
14529         (pr-mh-current-message): Update for above function name changes.
14531         * files.el (abort-if-file-too-large): Explicitly pass `filename'
14532         as an argument.
14533         (find-file-noselect, insert-file-1): Update for above change.
14535         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14537         * mail/mailclient.el (mailclient-send-it): Fix message.
14539         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14540         (edebug-eval): Check cl-debug-env is bound.
14541         (print-level, print-circle): Don't redefine built-in variables.
14543         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14544         (custom-print-vectors): Remove old comments from doc.
14546         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14547         (emerge-version): Make the variable an obsolete alias for the
14548         emacs-version variable.  Make the function obsolete.
14549         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14550         Emerge options, rather than merging in into the main Options menu.
14551         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
14552         and auto advance modes.  Disable edit/fast items when not relevant.
14554 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14556         * term/vt420.el (terminal-init-vt420): Fix typo.
14558 2009-07-20  Sam Steingold  <sds@gnu.org>
14560         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14561         variable (removed from compile.el on 2004-03-11).
14563 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
14565         * files.el (hack-local-variables-filter): Fix last change.
14567 2009-07-19  Juri Linkov  <juri@jurta.org>
14569         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14570         (dir-local-variables-alist): New buffer-local variable.
14571         (hack-local-variables-filter): If variable is not dir-local,
14572         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14573         because file-local overrides dir-local.
14574         (c-postprocess-file-styles) <declare-function>:
14575         Remove obsolete declaration.
14576         (hack-dir-local-variables): Add dir-local variable/value pair to
14577         `dir-local-variables-alist' and remove duplicates.  Doc fix.
14579         * help-fns.el (describe-variable): Add information about
14580         file-local and dir-local variables.
14582 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
14584         * files.el (hack-local-variables-filter): Rewrite.
14586 2009-07-19  Glenn Morris  <rgm@gnu.org>
14588         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14589         Silence compiler by only defining on XEmacs.
14591         * international/mule.el (auto-coding-regexp-alist): Only match
14592         BABYL... at the start of buffer, not of lines.  (Bug#3790)
14594         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14595         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14596         (cal-menu-context-mouse-menu): Doc fix.
14598         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14600         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14602 2009-07-18  Juri Linkov  <juri@jurta.org>
14604         * info.el: Virtual Info keyword finder.
14605         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14606         (Info-finder-file): New variable.
14607         (Info-finder-find-file): New function.
14608         (finder-known-keywords, finder-package-info)
14609         (find-library-name, lm-commentary): Use defvar and
14610         declare-function to silence compiler warnings.
14611         (Info-finder-find-node): New function.
14612         (info-finder): New command.
14614         * subr.el (process-kill-buffer-query-function): New function.
14615         (add-hook)<kill-buffer-query-functions>: Add hook
14616         `process-kill-buffer-query-function'.
14618 2009-07-18  Alan Mackenzie  <acm@muc.de>
14620         * progmodes/cc-mode.el (c-before-hack-hook)
14621         (c-postprocess-file-styles): Give invocation of `c-set-style'
14622         DONT-OVERRIDE parameter of t.  Already set style variables will
14623         thus not be overridden by style settings given by `c-file-syle'.
14625         * files.el (hack-local-variables-filter): Remove entries with
14626         duplicate keys from `file-local-variables-alist'.
14628 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14630         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14631         x-set-selection if display-selections-p returns nil for the
14632         current frame.
14634 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14636         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14638 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14640         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14641         Accept nil in addition to a regexp.
14642         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14643         Accept nil in addition to a regexp.
14644         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14645         buffers that have an associated file.  Handle nil values of
14646         desktop-buffers-not-to-save and desktop-files-not-to-save.
14647         (Bug#3833)
14649         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14650         (x-disown-selection-internal): New functions.
14652 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14654         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14655         warning.
14656         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14657         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14659 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14661         * simple.el (set-mark): Revert last change.
14663 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14665         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14666         rendering of pngs is not possible instead of messaging a long
14667         description.
14669 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14671         * w32-fns.el (x-selection-owner-p): New function.
14673         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14674         (mouse-yank-at-click, mouse-yank-primary): If
14675         select-active-regions is non-nil, deactivate the mark before
14676         insertion.
14678         * simple.el (deactivate-mark, set-mark): Only save selection if we
14679         own it.
14681 2009-07-17  Kenichi Handa  <handa@m17n.org>
14683         * case-table.el (describe-buffer-case-table): Fix for the case
14684         that KEY is a cons.
14686 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14688         * vc-rcs.el (vc-rcs-find-file-hook):
14689         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14691 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14693         * net/tramp.el (tramp-wait-for-output): Handle the case when
14694         commands do not return a newline but a null byte before the shell
14695         prompt.  (Bug#3858)
14697 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14699         * term/ns-win.el (ns-set-alpha): Don't declare.
14700         (ns-set-background-alpha): Remove function.
14702 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14704         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14705         y-or-n-p, for safety.
14707 2009-07-16  Richard Stallman  <rms@gnu.org>
14709         * files.el (auto-save-mode): If buffer-saved-size is -2,
14710         don't clobber it.
14712         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14713         (rmail-retry-ignored-headers): Add more uninteresting fields.
14715 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14717         * net/rcirc.el (rcirc): Use history variables.
14718         (rcirc-server-name-history, rcirc-nick-name-history)
14719         (rcirc-server-port-history): New variables.
14721 2009-07-15  Kenichi Handa  <handa@m17n.org>
14723         * international/mule-cmds.el (set-language-environment-charset):
14724         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14725         ignore them.
14727         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14728         Delete unibyte-display.
14730 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14732         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14734 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14736         * simple.el (deactivate-mark): Optional argument FORCE.
14737         (set-mark): Use deactivate-mark.
14739         * info.el (Info-search): No need to check transient-mark-mode
14740         before calling deactivate-mark.
14742         * select.el (x-set-selection): Doc fix.
14743         (x-valid-simple-selection-p): Allow buffer values.
14744         (xselect--selection-bounds): Handle buffer values.  Suggested by
14745         David De La Harpe Golden.
14747         * mouse.el (mouse-set-region, mouse-drag-track): Call
14748         copy-region-as-kill before setting the mark, to let
14749         select-active-regions work.
14751 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14753         * simple.el (deactivate-mark): If select-active-regions is
14754         non-nil, copy the selection data into a string.
14755         (activate-mark): If select-active-regions is non-nil, set the
14756         selection to the current buffer.
14757         (set-mark): Update selection if select-active-regions is non-nil.
14759         * select.el (x-valid-simple-selection-p): Allow buffer values.
14761 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14763         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14764         and more featureful message-mode.
14766 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14768         * select.el (x-set-selection): Doc fix.
14769         (x-valid-simple-selection-p): Disallow selection data consisting
14770         of a list or cons of integers, since that is not used.
14771         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14772         (xselect-convert-to-string, xselect-convert-to-length)
14773         (xselect-convert-to-filename, xselect-convert-to-charpos)
14774         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14776 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14778         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14779         output in -break-info command (Emacs bug #3794).
14781 2009-07-14  Glenn Morris  <rgm@gnu.org>
14783         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14784         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14785         (edebug-print-length, edebug-print-level, edebug-print-circle)
14786         (edebug-sit-for-seconds, edebug-view-outside)
14787         (edebug-bounce-point, edebug-set-global-break-condition)
14788         (edebug-Go-nonstop-mode, edebug-trace-mode)
14789         (edebug-Trace-fast-mode, edebug-continue-mode)
14790         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14791         (edebug-visit-eval-list): Doc fixes.
14793         * subr.el (def-edebug-spec): Doc fix.
14795 2009-07-14  Kenichi Handa  <handa@m17n.org>
14797         * international/characters.el: Fix setting of category ?C.
14799 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14801         * term/ns-win.el (x-select-font): defalias x-select-font to
14802         ns-popup-font-panel instead of generate-fontset-menu.
14804 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14806         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14808 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14810         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14811         the PK\003\004 header (Bug#3770).
14813 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14815         * pcomplete.el (pcomplete-comint-setup): Check for
14816         shell-dynamic-complete-filename too.
14818 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14820         * simple.el (temporary-goal-column): Change the value for
14821         line-move-visual to a cons cell.
14822         (line-move-visual): Record or set the window hscroll, if
14823         necessary (Bug#3494).
14824         (line-move-1): Handle cons value of temporary-goal-column.
14826 2009-07-11  Kenichi Handa  <handa@m17n.org>
14828         * international/mule-diag.el (describe-character-set): Don't show
14829         width.
14831 2009-07-10  Sam Steingold  <sds@gnu.org>
14833         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14834         Omake sometimes indents the errors it prints, so allow all
14835         regexps to start with spaces.
14837 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14839         * cus-edit.el (customize-changed-options-previous-release):
14840         Bump value to 22.1.  (Bug#3804)
14842 2009-07-08  Sam Steingold  <sds@gnu.org>
14844         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14845         to be a cons cell (test . ignored-directory) to selectively ignore
14846         some directories depending on the location of the search.
14848 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14850         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14851         remote user is root, on the local host.
14852         (tramp-local-host-p): Either the local user or the remote user
14853         must be root.  (Bug#3771)
14855 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14857         * progmodes/gdb-mi.el (gdb): Remove description of
14858         gdb-use-separate-io-buffer.
14859         (menu): Don't allow toggling of or enable
14860         gdb-use-separate-io-buffer from menubar.
14862 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14864         * mail/unrmail.el (unrmail): Make sure the message ends with two
14865         newlines (Bug#3769).
14867 2009-07-08  Glenn Morris  <rgm@gnu.org>
14869         * calendar/calendar.el (calendar-current-date): Rework previous change.
14871 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14873         * calendar/calendar.el (calendar-current-date):
14874         Add an optional argument giving an offset from today.
14876 2009-07-08  Glenn Morris  <rgm@gnu.org>
14878         * tutorial.el (tutorial--describe-nonstandard-key):
14879         Adjust the message for when a key has been unbound.
14880         (help-with-tutorial): Hide the arch-tag.
14882 2009-07-08  Kenichi Handa  <handa@m17n.org>
14884         * international/fontset.el (setup-default-fontset): For each
14885         script, append (not set) font-specs.
14887         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14888         docstring.
14890 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14892         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14893         -data-list-register-names to ...
14894         (gdb-starting): ... here because GDB 7.0 requires execution to
14895         have started when using this MI command.
14896         (gdb-set-header): New function to distinguish select and
14897         unselected tabs in gdb buffers.
14898         (gdb-propertize-header): New macro that uses gdb-set-header.
14899         (gdb-breakpoints-header, gdb-locals-header): Use it.
14900         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14902 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14904         * Makefile.in (ELCFILES): Remove fadr.elc.
14906 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14908         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14909         may contain frame information, so `string-match' should be used.
14910         (gdb-update): Disassembly is invalidated through
14911         `gdb-get-selected-frame'.
14912         (gdb-pad-string): New function to pad string with spaces.
14913         (gdb-invalidate-disassembly): Invalidate only if the buffer
14914         exists.
14915         (gdb-disassembly-handler-custom): Column alignment.
14916         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14917         placing new ones.
14918         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14919         end of line, too.
14920         (gdb-frame-handler): Match convention to for disassembly buffer
14921         mode name.
14922         (gdb-stack-list-frames-handler): Rewritten without regexps.
14923         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14924         not highlight breakpoints without line information.
14925         (gdb-input): Add trailing newline to command.
14927         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14928         buffer properly.
14929         (gdb-breakpoints-list-handler-custom): Replacement for
14930         `gdb-break-list-handler'.  Using real parser instead of regexps
14931         now.
14932         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14933         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14934         to place breakpoints.
14935         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14936         functions.
14937         (gdb-disassembly-handler-custom): Show overlay arrow.
14938         (gdb-disassembly-place-breakpoints): Show breakpoints in
14939         disassembly buffer.
14940         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14941         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14942         instead of parsing breakpoints buffer.  Fixed old menu references
14943         in `gud-menu-map'.
14945         * fadr.el: Remove.
14947         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14948         (gdb-memory-address): New variable which holds top address of
14949         memory page shown in memory buffer.
14950         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14951         customization variables.
14952         New functions:
14953         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14954         display the memory buffer.
14955         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14956         buffer display parameters.
14957         (def-gdb-memory-format, gdb-memory-format-binary)
14958         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14959         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14960         Functions for setting memory buffer format.
14961         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14962         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14963         unit size used in memory buffer.
14964         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14965         to next/previous page of memory buffer.
14966         Now using (bindat-get-field) instead of fadr functions.
14968 2009-07-07  Sam Steingold  <sds@gnu.org>
14970         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14971         non-top-level files.
14973 2009-07-07  Kenichi Handa  <handa@m17n.org>
14975         * international/mule-cmds.el (reset-language-environment): Put
14976         the highset priority to the charset iso-8859-1.
14978 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14980         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14981         to the end of the line when locating the block (Bug#700).
14983 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14985         * net/tramp.el (tramp-handle-write-region): Flush file properties
14986         in case of short track.
14988 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14990         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14991         Coded custom representation of verilog error regular expressions
14992         to work with Emacs-22's new format.
14993         (verilog-error-regexp-xemacs-alist): Coded custom representation
14994         of verilog error regular expressions to work with XEmacs format.
14995         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14996         error recognition into XEmacs.
14997         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14998         error recognition into Emacs-22.
15000 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
15002         * woman.el: Remove stand-alone closing parentheses.
15003         (woman-file-name, woman2-format-paragraphs)
15004         (woman-leave-blank-lines): Code cleanup.
15005         (woman-use-own-frame): Change default to nil.
15006         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
15007         defaults to inherit from default faces.
15008         (woman2-process-escapes): Consume the newline after a stand-alone
15009         filler character (Bug#3651).
15011 2009-07-06  Glenn Morris  <rgm@gnu.org>
15013         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
15014         (top-level): Move provide to the end.
15015         (ffap): Remove defunct URL from custom group.
15017         * subr.el (eval-after-load): Doc fix.
15019 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
15021         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
15022         `calc-embedded-word' is called twice.
15024 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15026         * files.el (find-alternate-file-other-window, find-alternate-file):
15027         Obey confirm-nonexistent-file-or-buffer.
15029 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
15031         * dired-aux.el (dired-show-file-type): Handle remote files.
15033 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
15035         * desktop.el (desktop-globals-to-save):
15036         Add file-name-history (Bug#2750).
15038 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
15040         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
15042 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
15044         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
15045         property on entire argument since this is what eshell-lisp-command
15046         expects.
15048 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
15050         * net/tramp-gvfs.el (tramp-gvfs-methods)
15051         (tramp-gvfs-zeroconf-domain)
15052         (tramp-bluez-discover-devices-timeout): Add version flag.
15053         (tramp-gvfs-handler-mounted-unmounted)
15054         (tramp-gvfs-connection-mounted-p): Polish handling of
15055         incompatibilities between GVFS 0.2 and 1.0.
15057 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
15059         * cus-start.el (all): Add make-pointer-invisible.
15061 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
15063         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
15064         formatted correctly.
15066 2009-07-02  Juri Linkov  <juri@jurta.org>
15068         * info.el: Virtual Info files and nodes.
15069         (Info-virtual-files, Info-virtual-nodes): New variables.
15070         (Info-current-node-virtual): New variable.
15071         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
15072         New functions.
15073         (Info-file-supports-index-cookies): Use Info-virtual-file-p
15074         to check for a virtual file instead of checking a fixed list
15075         of node names.
15076         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
15077         instead of ad-hoc processing of "dir" and (apropos history toc).
15078         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
15079         instead of ad-hoc processing of "dir" and (apropos history toc).
15080         Reread a file when moving from a virtual node.
15081         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
15082         (Info-directory-toc-nodes, Info-directory-find-file)
15083         (Info-directory-find-node): New functions.
15084         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
15085         (Info-history): Move part of code to
15086         `Info-history-find-node'.
15087         (Info-history-toc-nodes, Info-history-find-file)
15088         (Info-history-find-node): New functions.
15089         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
15090         (Info-toc): Move part of code to `Info-toc-find-node'.
15091         (Info-toc-find-node): New function.
15092         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
15093         the current Info file name to references because now the node
15094         "*TOC*" belongs to the same Info manual.
15095         (Info-toc-build): Rename from `Info-build-toc'.
15096         (Info-toc-nodes): Rename input argument `file' to `filename'.
15097         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
15098         instead of ad-hoc processing of ("dir" apropos history toc).
15099         (Info-index-nodes): Use Info-virtual-file-p
15100         to check for a virtual file instead of checking a fixed list
15101         of node names.
15102         (Info-index-node): Add check for `Info-current-node-virtual'.
15103         Raise `save-match-data' higher up the tree to contain
15104         `search-forward' too (bug fix).
15105         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
15106         (Info-virtual-index-nodes): New variable.
15107         (Info-virtual-index-find-node, Info-virtual-index): New functions.
15108         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
15109         (Info-apropos-file, Info-apropos-nodes): New variables.
15110         (Info-apropos-toc-nodes, Info-apropos-find-file)
15111         (Info-apropos-find-node, Info-apropos-matches): New functions.
15112         (info-apropos): Move part of code to `Info-apropos-find-node' and
15113         `Info-apropos-matches'.
15114         (Info-mode-map): Bind "I" to `Info-virtual-index'.
15115         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
15116         for a virtual file instead of checking a fixed list of node names.
15118         * simple.el (async-shell-command): New command.
15120         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
15122         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
15123         instead of `mount-info'.
15125 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
15127         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
15128         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
15130 2009-07-02  Kenichi Handa  <handa@m17n.org>
15132         * international/mule.el (set-keyboard-coding-system): Force *-unix
15133         coding-system to avoid eol conversion.
15135 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
15137         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15138         Add handler for `process-file', `shell-command' and
15139         `start-file-process'.
15140         (tramp-gvfs-handle-shell-command)
15141         (tramp-gvfs-handle-start-file-process)
15142         (tramp-gvfs-handle-process-file): New defuns.
15143         (tramp-synce-list-devices): Simplify check for existence of property.
15145 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
15147         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
15149 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
15151         * language/korean.el (set-language-info-alist): Add korean-cp949,
15152         cp949 to spec.
15154 2009-07-01  Kenichi Handa  <handa@m17n.org>
15156         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
15158         * international/encoded-kb.el: Deleted.
15160         * international/mule.el (set-keyboard-coding-system): Perform the
15161         necessary setup here instead of calling encoded-kbd-setup-display.
15163 2009-07-01  Glenn Morris  <rgm@gnu.org>
15165         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
15167 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
15169         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
15171 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
15173         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
15174         Handle also the 'rename case, when setting file modes.  (Bug#3712)
15175         (tramp-default-file-modes): Remove execute permissions.
15177         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
15178         (top): Add a default for "synce" in `tramp-default-user-alist'.
15179         Add completion function for "synce" method.
15180         (tramp-hal-service, tramp-hal-path-manager)
15181         (tramp-hal-interface-manager, tramp-hal-interface-device):
15182         New defconst.
15183         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
15184         (tramp-synce-list-devices, tramp-synce-parse-device-names):
15185         New defuns.
15187         * net/trampver.el: Update release number.
15189 2009-06-30  Kenichi Handa  <handa@m17n.org>
15191         * international/fontset.el (setup-default-fontset): Add CJK fonts
15192         for symbols and the other miscellaneous characters.
15194         * language/korea-util.el (setup-korean-environment-internal):
15195         Make char-width-table suitable for Korean environments.
15196         (exit-korean-environment): Cancel above.
15198         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
15199         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
15200         setup-function to make char-width-table suitable for respective
15201         environments, and an exit-function to cancel that.
15203         * language/japan-util.el (setup-japanese-environment-internal):
15204         Call use-cjk-char-width-table with arg `ja_JP'.
15206         * international/characters.el (cjk-char-width-table): Delete it.
15207         (cjk-char-width-table-list): New variable.
15208         (use-cjk-char-width-table): New arg local-name.
15209         (use-default-char-width-table): Fix for the case that Emacs is
15210         already using the default char-width-table.
15212 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
15214         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
15215         modes mandatory.  (Bug#3712)
15217 2009-06-29  Alan Mackenzie  <acm@muc.de>
15219         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
15220         correction between the visible width of TABs and their number of bytes.
15222 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
15224         * server.el (server-buffer-done): Prevent kill-buffer from
15225         prompting by clearing the buffer modification flag (Bug#3696).
15227 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
15229         * progmodes/verilog-mode.el (verilog-beg-of-statement)
15230         (verilog-endcomment-reason-re): Support unique case and priority case.
15231         (verilog-basic-complete-re): Support localparam lineup.
15232         (verilog-beg-of-statement-1): Fix for robustness, unique case.
15233         (verilog-set-auto-endcomments): Fix for unique case, always_comb
15234         commenting.
15235         (verilog-leap-to-case-head): Now support *nested* unique &
15236         priority case statements.
15237         (verilog-auto-lineup): Make just declarations the default (as it
15238         had been).
15239         (verilog-leap-to-case-head): Support priority/unique case statements.
15240         (verilog-auto-lineup): Rework to give users radio buttons to
15241         select the various styles of automatic lineup.
15242         (verilog-error-regexp-alist): Rework to support the XEmacs style
15243         of error regular expressions from compilers, lint tools &
15244         simulators.  Note that GNU Emacs has made it impossible for a mode
15245         to load such things.
15246         (electric-verilog-terminate-line, verilog-indent-declaration)
15247         (verilog-auto-wiure): Rework for radio button selection of
15248         auto-lineup selection of specification of auto lineup.
15249         (verilog-beg-of-statement-1): Redesign to support proper operation
15250         in additional code, based on testing with auto-lineup.
15251         (verilog-calculate-indent, assignments & declarations)
15252         (verilog-backward-token): Enhance to support auto-lineup of
15253         assignments & declarations.
15254         (verilog-in-directive-p, verilog-at-struct-p): New function for
15255         easy test of whether we are.
15256         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
15257         to support safe execution at almost anyline.
15258         (verilog-calc-1): Properly support indenting deep inside generate
15259         blocks.
15260         (verilog-init-font): Remove definition & use of verilog-init-font,
15261         as it is redundant with font-lock-defaults.
15262         (verilog-mode): Alter the definition of verilog-font-lock-defaults
15263         to avoid circular calls if syntax-ppss is a function (as is the
15264         case now in 22.x GNU Emacs) as that function would sometimes call
15265         itself, leading to (nearly) infinite recursion.
15266         (verilog-ovm-begin-re, verilog-ovm-end-re)
15267         (verilog-ovm-statement-re, verilog-leap-to-head)
15268         (verilog-backward-token): Add support for OVM macros.  Some are
15269         complete statements, and others open and close scopes like begin
15270         and end.
15271         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
15272         (verilog-defun-level-generate-only-re): Really fix the defun-list
15273         compilation issue.
15274         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
15275         coverpoint, constraint and cross statements.
15276         (verilog-defun-level-list, verilog-generate-defun-level-list)
15277         (verilog-all-defun-level-list): Redo these specifications - it is
15278         too hard to support eval-when compile aggregation of lists also
15279         built at when-compile time.
15280         (verilog-defun-level-list): Place defconsts of variables used in
15281         building regular expressions which are built in eval-when-compile
15282         bodies in the same eval-when-compile body to facilitate compile
15283         without load.
15284         (verilog-beg-block-re-ordered): Support indenting
15285         virtual/protected tasks and functions.
15286         (verilog-defun-level-list, verilog-in-generate-region-p)
15287         (verilog-backward-ws&directives, verilog-calc-1): Speed up
15288         indentation of some module items (generate items).
15289         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15290         across virtual/protected tasks and functions.
15292 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
15294         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
15295         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
15296         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15297         in concatenations.  Reported by Yishay Belkind.
15298         (verilog-auto-ascii-enum): Support one-hot state machines in
15299         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
15300         (verilog-auto-inst, verilog-auto-inst-port): Include interface
15301         modport in AUTOINST and add vl-modport for users.  Reported by
15302         David Rogoff.
15303         (verilog-auto-inout-module, verilog-auto-inst)
15304         (verilog-decls-get-interfaces, verilog-insert-definition)
15305         (verilog-insert-one-definition, verilog-read-decls)
15306         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15307         (verilog-sig-modport, verilog-signals-combine-bus)
15308         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15309         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15310         Suggested by David Rogoff.
15311         (verilog-repair-open-comma): Fix non-insertion of comma when
15312         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
15313         (verilog-make-width-expression): Simplify [A-1:0] expression
15314         widths to just {A{1'b0}}.
15315         (verilog-mode): Cleanup checkdoc warnings.
15316         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15317         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15318         inputs/outputs or data type.  Suggested by Vasu Kandadi.
15319         (next-error-last-buffer): Fix byte-compiler warning.
15320         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15321         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15322         or shell command text during AUTO expansion.  Suggested by Tad Truex.
15323         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15324         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15325         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15326         in AUTOINOUT.  Reported by Matthew Lovell.
15327         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15328         causing use of <= assignments.  Reported by Alex Reed.
15329         (verilog-read-decls): Fix triand, trior, wand, wor to be
15330         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
15331         (verilog-extended-complete-re): Support import "DPI-C" functions.
15332         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15333         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
15334         (verilog-insert-date, verilog-insert-year)
15335         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15336         Windows systems.  Reported by Michael Potts.
15337         (verilog-read-module-name): Fix AUTOINST when the child module
15338         declaration's name is a tick define.  Reported by Elliot Mednick.
15339         (verilog-read-decls): Fix V2K parameter bit subscripts getting
15340         passed to next parameter's definition.  Reported by Bruce T.
15341         (verilog-read-decls): Fix detecting "parameter int" when using
15342         AUTOINSTPARAM.  Reported by Bruce T.
15343         (verilog-goto-defun): Fix goto not finding modules unless first
15344         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
15345         (verilog-mode): Expand -f flag arguments on entry to mode so
15346         verilog-goto-defun will work.  Reported by Lawrence Butcher.
15347         (verilog-getopt): Expand environment variables in -f file
15348         arguments.  Suggested by Lawrence Butcher.
15349         (verilog-set-define): Fix "Symbol's value as variable is void"
15350         when reading enumerations.
15351         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15352         Suggested by Stephen Peltan.
15353         (verilog-read-defines): Fix reading of enumerations in include
15354         files.  Reported by Steve Peltan.
15356 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15358         * files.el (trash-directory): Fix defcustom type.
15360 2009-06-28  Juri Linkov  <juri@jurta.org>
15362         * help-fns.el (describe-function-1): Correctly locate adviced
15363         functions in hyperlink (Bug#2438).
15365 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
15367         * files.el (trash-directory): Change default to nil.
15368         (move-file-to-trash): If trash-directory is nil and
15369         system-move-file-to-trash is unbound, perform freedesktop-style
15370         trashing.
15372 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15374         * files.el (move-file-to-trash): Add freedesktop trash
15375         support (Bug#973).
15377 2009-06-28  Glenn Morris  <rgm@gnu.org>
15379         * autorevert.el (global-auto-revert-non-file-buffers)
15380         (global-auto-revert-mode): Doc fixes.
15382 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
15384         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15386 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
15388         * faces.el (x-handle-named-frame-geometry): Ensure that we have
15389         opened an X connection before calling x-get-resource (Bug#3194).
15391         * play/doctor.el: Remove reference to obsolete website.
15392         (make-doctor-variables): Correct grammar mistake (Bug#2633).
15394 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
15396         Remove find-file-not-found-hook VC method.  (Bug#2757)
15397         * vc-hooks.el (vc-file-not-found-hook)
15398         (vc-default-find-file-not-found-hook): Remove functions.
15399         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15400         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15401         * vc.el:
15402         * vc-hg.el:
15403         * vc-git.el: Do not mention find-file-not-found-hook VC method.
15405 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
15407         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15408         compatibility function for `looking-back'.
15410         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15411         Use `ispell-looking-back'.
15413 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
15415         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15416         rather than `filename'.
15418 2009-06-23  Miles Bader  <miles@gnu.org>
15420         * face-remap.el (text-scale-set): New function.
15422 2009-06-23  Glenn Morris  <rgm@gnu.org>
15424         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15426         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15428         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15430         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15432         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15433         Simplify Persian conditionals.
15435         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15436         variable `filename'.
15438         * comint.el (comint-insert-input): Doc fix.
15440         * Makefile.in (ELCFILES): Fix typo in previous change.
15442 2009-06-23  Miles Bader  <miles@gnu.org>
15444         * cus-start.el: Add entry for `recenter-redisplay'.
15446 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15448         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15449         Add an optional argument for the backend, use it instead of
15450         calling vc-backend.
15451         (vc-mode-line): Add an optional argument for the backend.
15452         Pass the backend to vc-state and vc-working-revision.  Move code for
15453         special handling for vc-state being a buffer to ...
15455         * vc-rcs.el (vc-rcs-find-file-hook):
15456         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
15458         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15459         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15460         vc-stay-local-p and vc-mode-line calls.
15462         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15463         (vc-cvs-diff, vc-cvs-annotate-command)
15464         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15465         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15466         vc-mode-line calls.
15468         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15469         direct comparison.
15470         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15471         backend when calling vc-mode-line.
15472         (vc-register): Do not create a closure for calling the vc register
15473         function, call it directly.
15475 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15477         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15478         to make it obvious item can be clicked.
15480         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15482 2009-06-23  Kenichi Handa  <handa@m17n.org>
15484         * language/korea-util.el (korean-key-bindings): Change the binding
15485         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
15486         same command.
15488 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
15490         Sync with Tramp 2.1.16.
15492         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15494         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
15495         when a loading of a package fails.  Completion function for rsync
15496         is `tramp-completion-function-alist-ssh'.
15497         (all): Replace all calls of `split-string' and
15498         `tramp-split-string' by `tramp-compat-split-string'.
15499         (tramp-default-method): Use `tramp-compat-process-running-p'.
15500         (tramp-default-proxies-alist): Allow also Lisp forms.
15501         (tramp-remote-path): Add choice "Private Directories".
15502         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15503         (tramp-domain-regexp): Allow also "-", "_" and ".".
15504         (tramp-end-of-output): Remove newlines, and add "$" at the end.
15505         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15506         (tramp-debug-message): Insert header line in debug buffer.
15507         (tramp-handle-directory-files-and-attributes-with-stat):
15508         Care about filenames with spaces, or starting with "-".
15509         (tramp-handle-dired-uncache): New defun.
15510         (tramp-handle-insert-directory): Don't flush the directory from
15511         cache, this is handled by `dired-uncache' now.
15512         (tramp-handle-insert-file-contents): Improve error handling.
15513         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15514         Quote `tramp-end-of-output'.
15515         (tramp-action-password): Improve trace message.
15516         (tramp-check-for-regexp): Both echoes must be present, before removing.
15517         (tramp-open-connection-setup-interactive-shell): Trace coding system.
15518         (tramp-compute-multi-hops): Eval cons cells of
15519         `tramp-default-proxies-alist'.
15520         (tramp-maybe-open-connection): Use the same command pattern for
15521         first hop and further hops.
15522         (tramp-wait-for-output): Remove handling of newlines.
15523         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15524         (tramp-split-string): Remove function.  It is handled in
15525         tramp-compat now.
15527         * net/tramp-cmds.el (tramp-bug):
15528         Recommend `tramp-cleanup-all-connections' in the bug mail.
15530         * net/tramp-compat.el (tramp-compat-split-string)
15531         (tramp-compat-process-running-p): New defuns.
15533         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15534         for `dired-uncache'.
15536         * net/tramp-gvfs.el: New package.
15538         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15539         Add handler for `dired-uncache'.
15540         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15542         * net/trampver.el: Update release number.  Make version check fit
15543         for SXEmacs 22.
15545 2009-06-22  Jim Meyering  <meyering@redhat.com>
15547         Automatically handle .xz suffix (XZ-compressed files), too.
15548         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15549         XZ is the successor to LZMA: <http://tukaani.org/xz/>
15551 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
15552             Nick Roberts  <nickrob@snap.net.nz>
15554         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15555         repository (http://sphinx.net.ru/hg/gdb-mi/).
15557 2009-06-22  Glenn Morris  <rgm@gnu.org>
15559         * files.el (dir-locals-collect-mode-variables): Allow for any number of
15560         `mode' and `eval' entries.  (Bug#3430)
15562         * Makefile.in (ELCFILES): Add fadr.elc.
15564         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15565         differing behavior of \n and ^ in strings.  (Bug#3385)
15567         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15569         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15570         property.
15571         (lisp-indent-function): Make it a defcustom.
15573 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
15575         * progmodes/gdb-ui.el: Replace with ...
15576         * progmodes/gdb-mi.el: ... this file.
15577         * progmodes/gud.el: Modify for gdb-mi.el.
15579 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
15581         * fadr.el: New file.
15583 See ChangeLog.14 for earlier changes.
15585 ;; Local Variables:
15586 ;; coding: utf-8
15587 ;; End:
15589     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
15591   This file is part of GNU Emacs.
15593   GNU Emacs is free software: you can redistribute it and/or modify
15594   it under the terms of the GNU General Public License as published by
15595   the Free Software Foundation, either version 3 of the License, or
15596   (at your option) any later version.
15598   GNU Emacs is distributed in the hope that it will be useful,
15599   but WITHOUT ANY WARRANTY; without even the implied warranty of
15600   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15601   GNU General Public License for more details.
15603   You should have received a copy of the GNU General Public License
15604   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15606 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1