merge from upstream
[emacs.git] / lisp / ChangeLog
blob4902da03f4db25a875977eaed65e0189202f6c2f
1 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * files.el (locate-file-completion-table): Only list the .el and .elc
4         extensions if there's no other choice (bug#5955).
6         * facemenu.el (facemenu-self-insert-data): New var.
7         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8         New functions.
9         (facemenu-add-face): Use them.
11         * simple.el (blink-matching-open): Obey forward-sexp-function.
13 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15         * simple.el (prog-mode-map): New var.
16         (prog-indent-sexp): New command.
18         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
20         * progmodes/prolog.el (smie): Require.
22         * emacs-lisp/smie.el (smie-default-backward-token)
23         (smie-default-forward-token): Strip properties.
24         (smie-next-sexp): Be more careful with associative operators.
25         (smie-forward-sexp-command): Generalize.
26         (smie-backward-sexp-command): Simplify.
27         (smie-closer-alist): New var.
28         (smie-close-block): New command.
29         (smie-indent-debug-log): New var.
30         (smie-indent-offset-rule): Add a few more cases.
31         (smie-indent-column): New function.
32         (smie-indent-after-keyword): Use it.
33         (smie-indent-keyword): Use it.
34         Fix up the opener code's point position.
35         (smie-indent-comment): Only applies at BOL.
36         (smie-indent-debug): New command.
38         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
39         declarations that are useful before running the macro.
41 2010-08-18 Joakim Verona <joakim@verona.se>
42         * image.el:
43         (imagemagick-types-inhibit): New var.
44         (imagemagick-register-types): New function.
45         * image-mode.el:
46         (image-transform-properties): New function.
47         (image-transform-set-scale, image-transform-fit-to-height)
48         (image-transform-set-rotation, image-transform-set-resize)
49         (image-transform-fit-to-width, image-transform-fit-to-height):New functions.
50         (image-toggle-display-image): Support image transforms.
52 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
54         * image.el (create-animated-image): Don't add heuristic mask to image
55         (Bug#6839).
57 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
59         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
60         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
62 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
64         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
66         Font-lock '...' strings, plus various simplifications and fixes.
67         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
68         (octave-font-lock-close-quotes): New function.
69         (octave-font-lock-syntactic-keywords): New var.
70         (octave-mode): Use it.  Set beginning-of-defun-function.
71         (octave-mode-map): Don't override the <foo>-defun commands.
72         (octave-mode-menu): Pass it directly to easy-menu-define;
73         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
74         (octave-block-match-alist): Fix up last change so that
75         octave-close-block uses the more specific keyword.
76         (info-lookup-mode): Silence byte-compiler.
77         (octave-beginning-of-defun): Not interactive any more.
78         Optimize slightly.
79         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
80         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
81         (octave-completion-at-point-function): Make sure point is within
82         beg..end.
83         (octave-reindent-then-newline-and-indent):
84         Use reindent-then-newline-and-indent.
85         (octave-add-octave-menu): Remove.
87 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
89         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
90         (report-emacs-bug-can-use-xdg-email): New functions.
91         (report-emacs-bug): Set can-xdg-email to result of
92         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
93         \C-cm to report-emacs-bug-insert-to-mailer and add help text
94         about it.
96         * net/browse-url.el (browse-url-default-browser): Add cond
97         for browse-url-xdg-open.
98         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
100 2010-08-17  Glenn Morris  <rgm@gnu.org>
102         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
103         (c-fontify-recorded-types-and-refs): Define for compiler.
104         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
105         before use.
107         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
108         Fix format call.
110 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
112         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
113         properties.
114         (tramp-handle-process-file): Call the program in a subshell, in
115         order to preserve working directory.
116         (tramp-action-password): Hide password prompt before next run.
117         (tramp-process-actions): Widen connection buffer for the trace.
119 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
121         * net/rcirc.el (rcirc-log-process-buffers): New option.
122         (rcirc-print): Use it.
123         (rcirc-generate-log-filename): New function.
124         (rcirc-log-filename-function): Change default to
125         rcirc-generate-log-filename (Bug#6828).
127 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
129         * simple.el (deactivate-mark): If select-active-regions is `only',
130         only set selection for temporarily active regions.
132         * cus-start.el: Change defcustom for select-active-regions.
134 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
136         * mouse.el (mouse--drag-set-mark-and-point): New function.
137         (mouse-drag-track): Use LOCATION arg to push-mark.
138         Use mouse--drag-set-mark-and-point to take click-count into
139         consideration when updating point and mark (Bug#6840).
141 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
143         * progmodes/compile.el (compilation-error-regexp-alist-alist):
144         Give the Ruby rule a lower priority than Gnu (Bug#6778).
146 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
148         * font-lock.el (lisp-font-lock-keywords-2):
149         Add combine-after-change-calls, condition-case-no-debug,
150         with-demoted-errors, and with-silent-modifications (Bug#6025).
152 2010-08-14  Kevin Ryde  <user42@zip.com.au>
154         * emacs-lisp/copyright.el (copyright-update-year)
155         (copyright-update): Temporary switch-to-buffer to ensure the
156         buffer change being queried is visible (Bug#5394).
158 2010-08-14  Tom Tromey  <tromey@redhat.com>
160         * progmodes/etags.el (tags-file-name): Mark safe if stringp
161         (Bug#6733).
163 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
165         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
166         MS-DOS.  (Bug#6689)
168 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
170         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
171         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
172         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
173         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
174         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
175         Call menu-bar-set-tool-bar-position.
177 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
179         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
180         comment style (bug#6834).
181         * progmodes/scheme.el (scheme-mode-syntax-table):
182         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
183         "b" flag in "' 14b" syntax.
185         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
186         for (un)commenting the region and performing completion.
187         (octave-mode-menu): Use standard commands for help and completion.
188         (octave-mode-syntax-table): Support %{..%} comments (sort of).
189         (octave-mode): Use define-derived-mode.
190         Set completion-at-point-functions and don't set columns.
191         Don't disable adaptive-fill-regexp.
192         (octave-describe-major-mode, octave-comment-region)
193         (octave-uncomment-region, octave-comment-indent)
194         (octave-indent-for-comment): Remove.
195         (octave-indent-calculate): Rename from calculate-octave-indent.
196         (octave-indent-line, octave-fill-paragraph): Update caller.
197         (octave-initialize-completions): No need to make an alist.
198         (octave-completion-at-point-function): New function.
199         (octave-complete-symbol): Use it.
200         (octave-insert-defun): Use define-skeleton.
202         * progmodes/octave-mod.el (octave-mode): Set comment-add.
203         (octave-mode-map): Use comment-dwim (bug#6829).
205 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
207         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
208         indentation of inserted comment.
210 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
212         * faces.el (region): Add type gtk that uses gtk colors.
214         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
215         Handle theme-name change.
217 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
219         * progmodes/sql.el: Version 2.5
220         (sql-product-alist): Add :prompt-cont-regexp property for several
221         database products.
222         (sql-prompt-cont-regexp): New variable.
223         (sql-output-newline-count, sql-output-by-send):
224         New variables.  Record number of newlines in input text.
225         (sql-send-string): Handle multiple filters and count newlines.
226         (sql-send-magic-terminator): Count terminator newline.
227         (sql-interactive-remove-continuation-prompt): Filters output to
228         remove continuation prompts; one for each newline.
229         (sql-interactive-mode): Set up new variables, prompt regexp and
230         output filter.
231         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
232         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
234 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * emacs-lisp/pcase.el: New file.
238 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
240         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
241         as here-document, otherwise the command could exceed maximum
242         length of command line.
243         (tramp-handle-vc-registered): Call script accordingly.
244         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
246 2010-08-10  Kenichi Handa  <handa@m17n.org>
248         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
249         composable pattern.
251 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
253         * emacs-lisp/package.el (package-version-split)
254         (package--version-first-nonzero, package-version-compare):
255         Functions removed.
256         (package-directory-list, package-load-all-descriptors)
257         (package--built-in, package-activate, define-package)
258         (package-installed-p, package-compute-transaction)
259         (package-read-all-archive-contents)
260         (package--add-to-archive-contents, package-buffer-info)
261         (package-tar-file-info, package-list-packages-internal):
262         Use version-to-list and version-list-*.
264         * emacs-lisp/package-x.el (package-upload-buffer-internal):
265         Use version-to-list.
266         (package-upload-buffer-internal): Use version-list-<=.
268 2010-08-09  Kenichi Handa  <handa@m17n.org>
270         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
271         composable pattern.
273 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
275         * tutorial.el (tutorial--default-keys): C-d is now bound to
276         delete-forward-char (Bug#6826).
278         * mouse.el (mouse-drag-track): Remove accidentally-removed check
279         for `double' value of mouse-1-click-follows-link (Bug#6807).
281 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
283         * replace.el (replace-highlight): Bind isearch-forward and
284         isearch-error, ensuring that highlighting is updated if the user
285         switches the search direction (Bug#6808).
287         * isearch.el (isearch-lazy-highlight-forward): New var.
288         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
289         (isearch-lazy-highlight-update): Use it.
291 2010-08-08  Kenichi Handa  <handa@m17n.org>
293         * international/mule.el (define-charset): Store NAME as :base property.
294         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
295         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
296         current priority.  Force using the designation of the specific
297         charset by adding `charset' text property.  Improve the whole algorithm.
299 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
301         * emulation/pc-select.el (pc-selection-mode-hook)
302         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
303         (pc-selection-mode): Fix typos in docstrings.
305 2010-08-08  Kenichi Handa  <handa@m17n.org>
307         * language/cyrillic.el: Don't add "microsoft-cp1251" to
308         ctext-non-standard-encodings-alist here.
310         * international/mule.el (ctext-non-standard-encodings-alist):
311         Add "koi8-r" and "microsoft-cp1251".
312         (ctext-standard-encodings): New variable.
313         (ctext-non-standard-encodings-table): List only elements for
314         non-standard encodings.
315         (ctext-pre-write-conversion): Adjusted for the above change.
316         Check ctext-standard-encodings.
318         * international/mule-conf.el (compound-text): Doc fix.
319         (ctext-no-compositions): Doc fix.
320         (compound-text-with-extensions): Doc fix.
322 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
324         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
326 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
328         * progmodes/which-func.el (which-func-format): Split help-echo text
329         into lines, like other mode-line tooltips.
331         * server.el (server-start): When using TCP sockets, force IPv4
332         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
334 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
338 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
340         * term.el (term-delimiter-argument-list): Reflow docstring.
341         (term-read-input-ring, term-write-input-ring, term-send-input)
342         (term-bol, term-erase-in-display, serial-supported-or-barf):
343         Fix typos in docstrings.
345 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
347         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
349 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
351         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
353 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
355         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
356         Fix typo in docstring (bug#6747).
358 2010-08-08  Leo  <sdl.web@gmail.com>
360         * eshell/esh-io.el (eshell-get-target): Better detection of
361         read-only file (Bug#6762).
363 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
365         * align.el (align-default-spacing): Doc fix.
366         (align-region-heuristic, align-regexp): Fix typos in docstrings.
368 2010-08-08  Stephen Peters <speters@itasoftware.com>
370         * calendar/icalendar.el
371         (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
372         (icalendar--get-weekday-numbers): New
373         (icalendar--convert-recurring-to-diary): Handle multiple byday
374         values in weekly rules. (Bug#6766)
376 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
378         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
379         (icalendar--create-uid, icalendar-export-region)
380         (icalendar--parse-summary-and-rest): Code formatting.
382 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
384         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
385         to italicize headers.
386         (calc-highlight-selections-with-faces): New variable.
387         (calc-selected-face, calc-nonselected-face): New faces.
389         * calc/calccomp.el (math-comp-highlight-string): Use
390         `calc-highlight-selections-with-faces' to determine how to highlight
391         sub-formulas.
393         * calc/calc-sel.el (calc-show-selections): Change message to when
394         using faces to highlight selections.
396 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
398         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
399         Add SQLite 3 keywords, functions and datatypes.
400         (sql-interactive-mode): Remove `comint-process-echoes' set to t
401         (Bug#6686).
403 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
405         * simple.el (select-active-regions): Move to keyboard.c.
406         (deactivate-mark): Used saved-region-selection.
407         (select-active-region): Function removed.
408         (activate-mark, set-mark, push-mark-command)
409         (handle-shift-selection): Don't call it.
410         (keyboard-quit): Avoid adding the region to the window selection.
412         * mouse.el (mouse-drag-track): Remove hacks to deal with old
413         select-active-regions implementation.
414         (mouse-yank-at-click): Doc fix.
416         * cus-start.el: Add custom declaration for select-active-regions.
418 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
420         * simple.el (delete-forward-char): Doc fix.
422         * tutorial.el (help-with-tutorial): Hack safe file-local variables
423         after reading the tutorial.
425 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
427         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
428         for the case that a C style comment has its delimiters alone on
429         their respective lines.
431 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
433         * net/tramp.el (tramp-handle-start-file-process): Set connection
434         property "vec".
435         (tramp-process-sentinel): Use it for flushing the cache.  We
436         cannot do it via the process buffer, the buffer could be deleted
437         already when running the sentinel.
439 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
441         * comint.el (comint-mode): Make directory tracking functions
442         functional on remote files.  (Bug#6764)
444 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
446         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
448 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
450         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
451         unexec.c => unexcoff.c.
453         * emacs-lisp/authors.el (authors-fixed-entries): Rename
454         unexec.c => unexcoff.c.
456 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
458         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
459         cache, not only file cache.
460         (tramp-process-sentinel): New defun.
461         (tramp-handle-start-file-process): Use it, in order to invalidate
462         file caches.
464 2010-08-03  Leo  <sdl.web@gmail.com>
466         * server.el (server-start): Simplify loop.
468 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
470         * frame.el (screen-height, screen-width, set-screen-width)
471         (set-screen-height): Remove ancient compatibility aliases.
473         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
474         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
476         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
477         that change current buffer.
479 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
481         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
482         beginning of the string.  Use `string-match-p'.  (Bug#6765)
484 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
486         * cus-start.el (x-gtk-use-system-tooltips): New variable.
488 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
490         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
491         (package--builtins): Tweak descriptions.
492         (package-print-package): Upcase descriptions if necessary.
493         Show all built-in packages in font-lock-builtin-face.
494         (package-list-packages-internal): Omit "emacs" package.
495         Show status of built-in packages as "built-in".
497 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
499         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
500         before killing to preserve the primary selection (Bug#6701).
502         * term/x-win.el (x-select-text): Doc fix.
504 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
506         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
507         The following functions were modified or created:
509         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
510         (objc-font-lock-extra-types):
511         * progmodes/cc-mode.el (c-basic-common-init):
512         * progmodes/cc-langs.el (c-make-mode-syntax-table)
513         (c++-make-template-syntax-table)
514         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
515         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
516         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
517         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
518         * progmodes/cc-fonts.el (c-make-inverse-face)
519         (c-basic-matchers-after):
520         * progmodes/cc-engine.el (c-forward-keyword-clause)
521         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
522         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
523         (c-guess-continued-construct, c-guess-basic-syntax):
525 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
527         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
529 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
531         * files.el (bidi-paragraph-direction): Define safe local values.
533         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
534         language-info-alist.  Remove outdated FIXME in a comment.
536 2010-07-31  Alan Mackenzie  <acm@muc.de>
538         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
539         Auto-fill broken in C/C++ modes.
541 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
543         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
544         (menu-bar-showhide-tool-bar-menu-customize-disable)
545         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
546         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
547         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
548         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
549         make a menu for Options => toolbar that can move it.
551 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
553         * emacs-lisp/package-x.el (package--make-rss-entry):
554         (package-maint-add-news-item, package--update-news)
555         (package-upload-buffer-internal): New arg ARCHIVE-URL.
557         * emacs-lisp/package.el (package-archive-url): Rename from
558         package-archive-id.
559         (package-install): Doc fix.
560         (package-download-single, package-download-tar, package-install)
561         (package-menu-view-commentary): Callers changed.
563 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
565         * net/tramp.el (tramp-handle-start-file-process): Check only for
566         `remote-tty' process property.
567         (tramp-open-shell): Don't check for tty.
568         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
569         process property.
571         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
572         host.
574 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
576         * emacs-lisp/package.el (package-load-list, package-archives)
577         (package-archive-contents, package-user-dir)
578         (package-directory-list, package--builtins, package-alist)
579         (package-activated-list, package-obsolete-alist): Mark as risky.
581 2010-07-28  Phil Hagelberg  <phil@evri.com>
583         Add support for non-default package repositories.
584         * emacs-lisp/package.el (package-archive-base): Var deleted.
585         (package-archives): New variable.
586         (package-archive-contents): Doc fix.
587         (package-load-descriptor): Do nothing if descriptor file is missing.
588         (package--write-file-no-coding): New function.
589         (package-unpack-single): Use it.
590         (package-archive-id): New function.
591         (package-download-single, package-download-tar)
592         (package-menu-view-commentary): Use it.
593         (package-installed-p): Make second argument optional.
594         (package-read-all-archive-contents): New function.
595         (package-initialize): Use it.
596         (package-read-archive-contents): Add ARCHIVE argument.
597         (package--add-to-archive-contents): New function.
598         (package-install): Don't call package-read-archive-contents.
599         (package--download-one-archive): Store archive file in a
600         subdirectory of package-user-dir.
601         (package-menu-execute): Remove spurious line movement.
603 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
605         * cus-start.el (tool-bar-style): Add text-image-horiz.
607 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
609         * progmodes/gud.el (gud-common-init): Check for remoteness of
610         `file', and not of `default-directory'.
612 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
614         * net/tramp.el (tramp-methods): Move hostname to the end in all
615         ssh `tramp-login-args'.
616         (tramp-verbose): Describe verbose level 9.
617         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
618         (tramp-open-connection-setup-interactive-shell): Trace stty
619         settings if `tramp-verbose' >= 9.
620         (tramp-handle-start-file-process): Implement tty setting.
621         (Bug#4604, Bug#6360)
623         * net/tramp-cmds.el (tramp-bug): Recommend setting of
624         `tramp-verbose' to 9.
626 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
628         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
629         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
630         Remove references to package `lisp-re' (bug#4369).
632 2010-07-27  Tom Tromey  <tromey@redhat.com>
634         * progmodes/js.el (js-mode):
635         * progmodes/make-mode.el (makefile-mode):
636         * progmodes/simula.el (simula-mode):
637         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
639 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
641         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
643         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
645         * time.el (display-time-day-and-date): Remove spurious * in docstring.
646         (display-time-world-buffer-name, display-time-world-mode-map):
647         Fix typos in docstrings.
649 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
651         * image-mode.el (image-display-size): New function.
652         (image-forward-hscroll, image-next-line, image-eol, image-eob)
653         (image-mode-fit-frame): Use it (Bug#6639).
655 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
657         * dired.el (dired-buffers-for-dir): Handle list values of
658         dired-directory (Bug#6636).
660 2010-07-26  Sam Steingold  <sds@gnu.org>
662         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
663         Do not call `x-get-selection' the second time, reuse the value.
665 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
667         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
668         which consist of control chars only.  Suggested by Richard Stallman.
670 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
672         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
673         exists before passing an error to find-file-not-found-functions
674         (bug#6723).
676 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
678         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
679         Remove leading nil element, adjust values.
680         (tetris-shapes, tetris-shape-scores):
681         Change representation of shapes and remove some redundancy.
682         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
683         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
684         Adjust for working with new representation of shapes.
685         (tetris-shape-rotations): New function.
686         (tetris-move-bottom, tetris-move-left, tetris-move-right)
687         (tetris-rotate-prev, tetris-rotate-next):
688         Adjust for working with the new version of tetris-test-shape.
690 2010-07-23  Markus Triska  <markus.triska@gmx.at>
692         * progmodes/ps-mode.el: Use comint (bug#5954).
693         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
694         (ps-mode-other-newline): Simplify.
695         (ps-run-mode): Derive from comint-mode instead of
696         fundamental-mode, yielding input history etc.
697         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
698         (ps-run-send-string): Adapt for comint-mode.
699         (ps-run-newline): Remove now unneeded function.
701 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
703         * net/tramp.el (tramp-methods): Move hostname to the end in all
704         plink `tramp-login-args'.
706 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
708         * net/tramp.el (tramp-open-shell): New defun.
709         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
710         Use it.
712 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
714         * net/tramp.el (tramp-file-name-regexp-unified)
715         (tramp-completion-file-name-regexp-unified): On W32 systems, do
716         not regard the volume letter as remote filename.  (Bug#5447)
718 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
720         * custom.el (custom-declare-variable): Give a clearer error message
721         when the docstring is missing (bug#6476).
723 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
725         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
726         (sql-login-params): New widget definition.
727         (sql-oracle-login-params, sql-mysql-login-params)
728         (sql-solid-login-params, sql-sybase-login-params)
729         (sql-informix-login-params, sql-ingres-login-params)
730         (sql-ms-login-params, sql-postgres-login-params)
731         (sql-interbase-login-params, sql-db2-login-params)
732         (sql-linter-login-params): Use it.
733         (sql-sqlite-login-params): Use it; Define "database" parameter as
734         a file name.
735         (sql-sqlite-program): Change to "sqlite3".
736         (sql-comint-sqlite): Make sure database name is complete.
737         (sql-for-each-login): New function.
738         (sql-connect, sql-save-connection): Use it.
739         (sql-get-login-ext): New function.
740         (sql-get-login): Use it.
741         (sql-make-alternate-buffer-name): Handle :file parameters.
743 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
745         * dired.el (dired-no-confirm): Document value t and fix defcustom to
746         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
748 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
750         * dired.el (dired-mode-map): Use command remapping (bug#6632).
752 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
754         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
756 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
758         * net/tramp.el (tramp-get-ls-command)
759         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
760         instead of "/".
762 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
764         * progmodes/sql.el: Version 2.3.
765         (sql-connection-alist): Changed keys from symbols to strings;
766         enhanced the widget definition.
767         (sql-mode-menu): Added submenu to select connections.
768         (sql-interactive-mode-menu): Added "Save Connection" item.
769         (sql-add-product): Fixed menu item.
770         (sql-get-product-feature): Improved error handling.
771         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
772         (sql-make-alternate-buffer-name): Simplified.
773         (sql-product-interactive): Handle missing product.
774         (sql-connect): Support string keys, minor improvements.
775         (sql-save-connection): New function.
776         (sql-connection-menu-filter): New function.
778 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
780         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
781         (tramp-open-connection-setup-interactive-shell): Apply
782         workaround for IRIX64 bug.  Move argument of last
783         `tramp-send-command' where it belongs to.
785 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
787         * net/tramp.el (tramp-perl-file-attributes)
788         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
789         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
790         front of `login-args'.
792 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
794         * time.el (display-time-world-mode): Define with `define-derived-mode'.
795         Set `show-trailing-whitespace' to nil.
796         (display-time-world-display): Simplify.
798 2010-07-18  Alan Mackenzie  <acm@muc.de>
800         Enhance `c-file-style' in file/directory local variables.
801         * progmodes/cc-mode.el (c-count-cfss): New function.
802         (c-before-hack-hook): Call `c-set-style' differently according to
803         whether c-file-style was set in file or directory local
804         variables.
806 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
808         * progmodes/sql.el: Version 2.2.
809         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
810         defcustom :safe keyword rather than putting safe-local-variable
811         property.
812         (sql-password): Use defcustom :risky keyword rather than putting
813         risky-local-variable property.
814         (sql-oracle-login-params, sql-sqlite-login-params)
815         (sql-solid-login-params, sql-sybase-login-params)
816         (sql-informix-login-params, sql-ingres-login-params)
817         (sql-ms-login-params, sql-postgres-login-params)
818         (sql-interbase-login-params, sql-db2-login-params)
819         (sql-linter-login-params): Add `port' option.
820         (sql-get-product-feature): Added NO-INDIRECT parameter.
821         (sql-comint-oracle, sql-comint-sybase)
822         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
823         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
824         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
825         (sql-comint-linter): Renamed sql-connect-* functions to
826         sql-comint-*.
827         (sql-product-alist, sql-mode-menu): Renamed as above and
828         :sqli-connect-func to :sqli-comint-func.
829         (sql-connection): New variable.
830         (sql-interactive-mode): Set it.
831         (sql-connection-alist): New variable.
832         (sql-connect): New function.
833         (sql--alt-buffer-part, sql--alt-if-not-empty)
834         (sql-make-alternate-buffer-name): Improved alternative buffer name.
836 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
838         * image-mode.el (image-bookmark-make-record): Do not set context
839         in an image (Bug#6650).
841 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
843         * simple.el (select-active-region): New function.
844         (push-mark-command, set-mark, activate-mark)
845         (handle-shift-selection): Use it.
846         (deactivate-mark): Don't check for size of region.
848         * mouse.el (mouse-drag-track): Use select-active-region.
850 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
852         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
853         "--dired" stronger.
855 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
857         * term/x-win.el (x-select-enable-primary): Change default to nil.
858         (x-select-enable-clipboard): Add :version keyword.
860         * mouse.el (mouse-drag-copy-region):
861         * simple.el (select-active-regions): Likewise.
863 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
865         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
866         (vc-coding-system-for-diff): Use it to decide whether to inherit
867         from the file the EOL format for reading the diffs of that file.
868         (Bug#4451)
870 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
872         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
873         unibyte, so compressed attachments are not compressed again.
875 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
877         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
878         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
879         (tramp-find-shell): Simplify setting connection property.
880         (tramp-get-ls-command): Make test for "--color=never" stronger.
882 2010-07-15  Simon South  <ssouth@member.fsf.org>
884         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
885         blocks within record declarations (i.e. variant parts) correctly.
887 2010-07-15  Simon South  <ssouth@member.fsf.org>
889         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
890         over literal tokens when parsing so newlines aren't "absorbed" by
891         single-line comments.  Corrects the indentation of case blocks
892         that have a comment on the first line.
894 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
896         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
897         by Drew Adams (Bug#5504).
899 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
901         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
902         now that Unicode is used (Bug#6594).
904 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
906         * term/x-win.el (x-select-enable-clipboard): Default to t.
907         (x-initialize-window-system): Don't overwrite Paste menu item.
909         * simple.el (select-active-regions): Default to t.
910         (push-mark-command): Don't overwrite primary with empty string.
912         * mouse.el: Bind mouse-2 to mouse-yank-primary.
913         (mouse-drag-copy-region): Default to nil.
915         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
916         Cut/Copy/Paste menu bar items.
918 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
920         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
921         Patch applied by Karl Fogel.
923         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
924         and `bookmark-current-buffer' if they have been already set in
925         another buffer (e.g gnus-art).
927 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
928             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
930         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
932         * bookmark.el (bookmark-make-record-default): Allow unneeded
933         information to be omitted from the record.
935         Adjust declarations and calls:
937         * info.el (bookmark-make-record-default): Adjust declaration.
938         (Info-bookmark-make-record): Adjust call.
940         * woman.el (bookmark-make-record-default): Adjust declaration.
941         (woman-bookmark-make-record): Adjust call.
943         * man.el (bookmark-make-record-default): Adjust declaration.
944         (Man-bookmark-make-record): Adjust call.
946         * image-mode.el (bookmark-make-record-default): Adjust declaration.
948         * doc-view.el (bookmark-make-record-default): Adjust declaration.
950 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
952         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
953         This is also from Thierry Volpiatto's patch in bug #6444.  However,
954         because it was extraneous to the functional change in that patch,
955         and causes a re-indendation, I am committing it separately.
957 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
959         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
960         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
961         Patch applied by Karl Fogel (Bug#6444).
963 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
965         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
967 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
969         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
970         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
971         (ns-alternatives-map): Change S-tab binding to backtab
972         (bug#6616).
974         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
975         under ns.
977 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
979         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
980         (Bug#5806)
982         * language/tv-util.el (tai-viet-re): Remove format.
984 2010-07-12  Kenichi Handa  <handa@m17n.org>
986         * language/hebrew.el: Remove no-byte-compile declaration.
987         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
988         composition-function-table for 3-character looking back.
989         (hebrew-font-get-precomposed): New function.
990         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
992 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
994         * mouse.el (mouse-drag-track): Handle select-active-regions
995         (Bug#6612).
997 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
999         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1000         empty argument to gvfs-copy.
1002 2010-07-10  Glenn Morris  <rgm@gnu.org>
1004         * calendar/calendar.el (calendar-week-end-day): New function.
1005         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1006         Respect calendar-week-start-day.  (Bug#6606)
1007         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1008         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1009         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1010         respect calendar-week-start-day.
1012 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
1014         * simple.el (use-region-p): Doc fix (Bug#6607).
1016 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
1018         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
1019         regexps for cucumber and ruby.
1021 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
1023         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
1024         (epa-file-insert-file-contents): Hack to prevent
1025         find-file from opening empty buffer when decryption failed
1026         (bug#6568).
1028 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
1030         * textmodes/ispell.el (ispell-alternate-dictionary):
1031         Use file-readable-p.
1032         Return nil if no word-list is found at default locations.
1033         (ispell-complete-word-dict): Default to nil.
1034         (ispell-command-loop): Use 'word-list' when using lookup-words.
1035         (lookup-words): Use ispell-complete-word-dict or
1036         ispell-alternate-dictionary.  Check for word-list availability
1037         and handle errors if needed with better messages (Bug#6539).
1038         (ispell-complete-word): Use ispell-complete-word-dict or
1039         ispell-alternate-dictionary.
1041 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
1043         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1044         builtins (BufferError, BytesWarning, WindowsError; callables
1045         bin, bytearray, bytes, format, memoryview, next, print; __package__).
1047 2010-07-07  Glenn Morris  <rgm@gnu.org>
1049         * play/zone.el (top-level): Do not require timer, tabify, or cl.
1050         (zone-shift-left): Ignore intangibility, and any errors from
1051         forward-char.
1052         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
1053         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
1054         deleting, and copying text properties.
1055         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
1056         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
1057         to point-max is hard.
1058         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
1059         (zone-fill-out-screen): Ignore intangibility.
1061 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
1063         * menu-bar.el (menu-bar-mode):
1064         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
1065         if it has been set.
1067         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
1068         word/line selection (Bug#6565).
1070 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
1072         * net/dbus.el (dbus-send-signal): Declare function.
1074 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
1076         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
1077         (dbus-register-property): New optional argument EMITS-SIGNAL.
1078         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
1080 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
1082         * mouse.el (mouse-drag-overlay): Variable deleted.
1083         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
1084         (mouse--remap-link-click-p): New function.
1085         (mouse-drag-track): Handle dragging by using temporary Transient
1086         Mark mode, instead of a special overlay.
1087         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
1088         mouse-show-mark.
1090         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
1091         deleted.
1093 2010-07-02  Juri Linkov  <juri@jurta.org>
1095         * autoinsert.el (auto-insert-alist): Fix readability
1096         by using dotted pair notation for lambda.
1098 2010-07-02  Juri Linkov  <juri@jurta.org>
1100         * faces.el (read-face-name): Rename arg `string-describing-default'
1101         to `default'.  Doc fix.  Display the default value in quotes
1102         in the prompt.  With empty input, return the `default' arg,
1103         unless the default value is a string (in which case return nil).
1104         (describe-face): Replace the string `default' arg of `read-face-name'
1105         with the symbol `default'.
1107 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
1109         * emulation/viper-cmd.el (viper-delete-backward-char)
1110         (viper-del-backward-char-in-insert)
1111         (viper-del-backward-char-in-replace, viper-change)
1112         (viper-backward-indent): Replace delete-backward-char with
1113         delete-char (Bug#6552).
1115 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
1117         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
1119 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1121         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
1122         argument passed to frame-creation-function (Bug#5378).
1124         * faces.el (x-handle-named-frame-geometry)
1125         (x-handle-reverse-video, x-create-frame-with-faces)
1126         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
1127         separately consult default-frame-alist.  It is now passed as the
1128         PARAMETER argument.
1130 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
1132         * startup.el (command-line): Don't call tool-bar-setup in a
1133         tty-only build.
1135 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1137         * ruler-mode.el (ruler--save-header-line-format): New fun.
1138         (ruler-mode): Use it as a setter function, so as not to overwrite
1139         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
1141 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
1143         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
1144         (vc-root-diff, vc-print-root-log, vc-log-incoming)
1145         (vc-log-outgoing): Use it.
1146         (vc-diff-internal): Set diff-vc-backend.
1148         * vc/diff-mode.el (diff-vc-backend): New var.
1150 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1152         * dynamic-setting.el (font-setting-change-default-font): Remove
1153         call to message.
1155 2010-06-28  Kenichi Handa  <handa@m17n.org>
1157         * international/quail.el (quail-insert-kbd-layout): Fix the
1158         showing of untranslated characters.
1160 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
1162         * simple.el (delete-active-region): New option.
1163         (delete-backward-char): Implement in Lisp.
1164         (delete-forward-char): New command.
1166         * mouse.el (mouse-region-delete-keys): Deleted.
1167         (mouse-show-mark): Simplify.
1169         * bindings.el (global-map): Bind delete and DEL, the former to
1170         delete-forward-char.
1172 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
1174         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
1175         (ruby-mode): Bind indent-line-function (Bug#5119).
1177 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
1179         * startup.el (command-line): Recognize "0" X resource value.
1181 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
1183         * startup.el (command-line): Use X resources to set the value of
1184         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
1186         * menu-bar.el (menu-bar-mode):
1187         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
1188         Set init-value to t.
1190         * frame.el (frame-notice-user-settings): Don't change
1191         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
1192         vice versa (Bug#2249).
1194 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
1196         * w32-fns.el (w32-convert-standard-filename): Doc fix.
1198 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
1200         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
1201         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
1203         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
1204         default directories are expanded (Bug#6143).
1206 2010-06-24  Juri Linkov  <juri@jurta.org>
1208         * minibuffer.el (completions-format): Change default from nil to
1209         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
1211 2010-06-24  Juri Linkov  <juri@jurta.org>
1213         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1214         buffer-locally to lambda that re-runs the vc diff command.
1215         (Bug#6447)
1217 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
1219         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
1220         echo area is in use (Bug#3412).
1222 2010-06-22  Glenn Morris  <rgm@gnu.org>
1224         * textmodes/texinfmt.el (texinfo-format-region)
1225         (texinfo-raise-lower-sections, texinfo-format-separate-node)
1226         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
1227         (texinfo-format-option, texinfo-noindent):
1228         Use line-beginning-position and line-end-position.
1230         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
1231         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
1232         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
1233         utf-8 characters.
1235 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
1237         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1238         forward-line fallout.
1240 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1242         * mouse.el (mouse-appearance-menu): Add docstring.
1244         * help.el (describe-key): Print up-event using key-description.
1246 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1248         * net/zeroconf.el (zeroconf-resolve-service)
1249         (zeroconf-service-resolver-handler): Use
1250         `dbus-byte-array-to-string'.
1251         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1253 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1255         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1257 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1259         Avoid displaying files with a nil state in vc-dir.
1260         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1261         cases that cause insertion.
1262         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1263         with a nil state.
1265 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1267         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1269 2010-06-29  Leo  <sdl.web@gmail.com>
1271         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
1273 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
1275         * generic-x.el (bat-generic-mode): Fix regexp for command line
1276         switches (Bug#5719).
1278 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
1280         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1281         of nconc to avoid pure storage error (Bug#6239).
1283 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
1285         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1286         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1287         bindings of bookmark-automatically-show-annotations (Bug#6515).
1289 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
1291         * arc-mode.el (archive-zip-extract): Don't quote the file name on
1292         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
1294 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1296         * comint.el (make-comint, make-comint-in-buffer): Mention return
1297         value in the docstrings.  (Bug#6498)
1299 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
1301         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1302         since it is not present when using some non-default switches.
1304 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
1306         * simple.el (compose-mail): Fix doc string to refer to
1307         `compose-mail-user-agent-warnings', instead of to the
1308         nonexistent `compose-mail-check-user-agent'.
1310 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
1312         Fix an indentation bug:
1314         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
1315         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
1316         of existing values.
1318         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
1319         (c-clear->-pair-props-if-match-before): now return t when they've
1320         cleared properties, nil otherwise.
1321         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
1322         by taking account of the existing value.
1324         * progmodes/cc-defs.el
1325         (c-clear-char-property-with-value-function): Fix this to clear the
1326         property rather than overwriting it with nil.
1328 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
1330         * emacs-lisp/package.el (package-print-package): Add link to
1331         package description via describe-package.
1332         (describe-package-1): List package requirements.  Add button to
1333         perform installation.
1334         (package-menu-describe-package): New command.
1336         * help-mode.el (help-package): New button type.
1338 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
1340         * emacs-lisp/package.el: Move package-list-packages binding to
1341         menu-bar.el.
1342         (describe-package, describe-package-1, package--dir): New funs.
1343         (package-activate-1): Use package--dir.
1345         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
1347         * help-mode.el (help-package-def): New button type.
1349         * menu-bar.el: Move package-list-packages binding here from
1350         package.el.
1352 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
1354         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
1356 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1358         * emacs-lisp/edebug.el (edebug-read-list):
1359         Phase out old-style backquotes.
1361 2010-06-17  Juri Linkov  <juri@jurta.org>
1363         * help-mode.el (help-mode): Set buffer-local variable
1364         revert-buffer-function to help-mode-revert-buffer.
1365         (help-mode-revert-buffer): New function.
1367         * info.el (Info-revert-find-node): Check for major-mode Info-mode
1368         before popping to "*info*" (like in other Info functions).
1369         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
1370         old-history-forward.  Pop to old-buffer-name or "*info*" to
1371         recreate the killed buffer.  Set Info-history-forward from
1372         old-history-forward.
1373         (Info-breadcrumbs-depth): Add :group and :version.
1375 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
1377         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
1379 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
1381         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1382         for languages like Portuguese with pt_{BR,PT} and no plain pt.
1384 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
1386         * emacs-lisp/package.el (package-menu-mode-map):
1387         Move initialization into declaration.
1389         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1391 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
1393         * emacs-lisp/package.el (package-archive-base): Point to
1394         elpa.gnu.org.
1395         (package-enable, package-load-list): New defcustoms.
1396         (package-user-dir, package-directory-list): Turn into defcustoms.
1397         Don't include package-user-dir in package-directory-list.
1398         (package--builtins-base): Don't include Emacs as a "package".
1399         (package-subdirectory-regexp): New var.
1400         (package-load-all-descriptors, package-compute-transaction)
1401         (package-download-transaction): Obey package-load-list.
1402         (package-activate-1): Rename from package-do-activate.
1403         (package-list-packages-internal): Check package-load-list.
1404         (package-load-descriptor, package-generate-autoloads)
1405         (package-unpack, package-unpack-single)
1406         (package--read-archive-file, package-delete): Use
1407         expand-file-name.
1409         * emacs-lisp/package-x.el: New file.  Package uploading
1410         functionality split out from package.el.
1412         * startup.el (command-line): Load packages after reading init
1413         file.
1415 2010-06-17  Tom Tromey  <tromey@redhat.com>
1417         * emacs-lisp/package.el: New file.
1419 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1421         Fix vc-annotate for renamed files when using Git.
1422         * vc-git.el (vc-git-find-revision): Deal with empty results from
1423         ls-files.  Doe not pass the object as a file name to cat-file, it
1424         is not a file name.
1425         (vc-git-annotate-command): Pass the file name using -- to avoid
1426         ambiguity with the revision.
1427         (vc-git-previous-revision): Pass a relative file name.
1429 2010-06-22  Glenn Morris  <rgm@gnu.org>
1431         * progmodes/js.el (js-mode-map): Use standard capitalization and
1432         ellipses for menu entries.
1434         * wid-edit.el (widget-complete): Doc fix.
1436 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
1438         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1440 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1442         Fix annotating other revisions for renamed files in vc-annotate.
1443         * vc-annotate.el (vc-annotate): Add an optional argument for the
1444         VC backend.  Use it when non-nil.
1445         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1446         (Bug#6487)
1448         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1449         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1450         Do not pass the file name to the 'previous-revision call when we
1451         don't want a file diff.  (Bug#6489)
1453 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1455         Fix finding revisions for renamed files in vc-annotate.
1456         * vc.el (vc-find-revision): Add an optional argument for
1457         the VC backend.  Use it when non-nil.
1458         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1459         backend to vc-find-revision.  (Bug#6487)
1461 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1463         Fix reading file names in Git annotate buffers.
1464         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1465         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1467 2010-06-20  Alan Mackenzie  <acm@muc.de>
1469         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1470         in file local variables, set it first.
1472 2010-06-19  Glenn Morris  <rgm@gnu.org>
1474         * descr-text.el (describe-char-unicode-data): Insert separating
1475         space when needed.  (Bug#6422)
1477         * progmodes/idlwave.el (idlwave-action-and-binding):
1478         Fix typo in 2009-12-03 change.  (Bug#6450)
1480 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1482         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1483         handling for `lambda' (misunderstanding).
1485 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
1487         * calc/calc-poly.el (math-accum-factors): Make sure that
1488         constants aren't distributed after they are factored out.
1490 2010-06-16  Juri Linkov  <juri@jurta.org>
1492         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1493         `list-colors-print'.  (Bug#6332)
1495         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1497 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1499         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1500         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
1502         * font-lock.el (font-lock-major-mode): Rename from
1503         font-lock-mode-major-mode to distinguish it from
1504         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1505         (font-lock-set-defaults):
1506         * font-core.el (font-lock-default-function): Adjust users.
1507         (font-lock-mode): Don't set it at all.
1509 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1511         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1513 2010-06-16  Glenn Morris  <rgm@gnu.org>
1515         * calendar/appt.el (appt-time-msg-list): Doc fix.
1516         (appt-check): Let-bind appt-warn-time.
1517         (appt-add): Make the 3rd argument optional.
1518         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1519         Only add WARNTIME to the output list if non-nil.
1521 2010-06-16  Ivan Kanis  <apple@kanis.eu>
1523         * calendar/appt.el (appt-check): Let the 3rd element of
1524         appt-time-msg-list specify the warning time.
1525         (appt-add): Add new argument with the warning time.  (Bug#5176)
1527 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1529         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1530         older than version 1.6.  (Bug#6361)
1532 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
1534         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1535         used by cl-do-arglist.  (Bug#6408)
1537 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
1539         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1540         portuguese casechars/not-casechars for missing 'çÇ'.
1541         Suggested by Rolando Pereira (bug#6434).
1543 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
1545         * facemenu.el (list-colors-sort): Doc fix.
1547 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1549         * progmodes/sql.el (sql-connect-mysql): Fix typo.
1551 2010-06-14  Juri Linkov  <juri@jurta.org>
1553         Add sort option `list-colors-sort'.  (Bug#6332)
1554         * facemenu.el (color-rgb-to-hsv): New function.
1555         (list-colors-sort): New defcustom.
1556         (list-colors-sort-key): New function.
1557         (list-colors-display): Doc fix.  Sort list according to the option
1558         `list-colors-sort'.
1559         (list-colors-print): Add HSV values to `help-echo' property of
1560         RGB strings.
1562 2010-06-14  Juri Linkov  <juri@jurta.org>
1564         * compare-w.el: Move to the "vc" subdirectory.
1566 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1568         * image-mode.el (image-mode-map): Remap left-char and right-char.
1570         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1572 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
1574         * term/common-win.el (x-colors): Add all the color names defined
1575         in rgb.txt (Bug#6332).
1577         * facemenu.el (list-colors-print): Don't print extra names if it
1578         will overflow the window width.
1580         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1581         change (Bug#6343).
1583 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1585         * files.el (make-directory): Doc fix (bug#6396).
1587 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
1589         * net/tramp.el (tramp-remote-process-environment): Protect version
1590         string by apostroph.
1591         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1592         XEmacs.
1593         (tramp-file-name-for-operation): Add `call-process-region'.
1594         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1596         * net/tramp-compat.el (top): Do not autoload
1597         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1598         only when `start-file-process' is not bound.
1599         (tramp-advice-file-expand-wildcards): Do not use
1600         `tramp-handle-file-remote-p'.
1601         (tramp-compat-make-temp-file): Handle the case, that
1602         `make-temp-file' has no third argument EXTENSION.
1604 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
1606         * makefile.w32-in (WINS_BASIC): Include new directory vc.
1608         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1610 2010-06-11  Juri Linkov  <juri@jurta.org>
1612         * finder.el (finder-known-keywords): Add keyword "vc"
1613         for version control.
1615         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1616         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1617         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1618         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1620 2010-06-11  Juri Linkov  <juri@jurta.org>
1622         Move version control related files to the "vc" subdirectory.
1623         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1624         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1625         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1626         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1627         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1628         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1629         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1630         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1631         Move files to the "vc" subdirectory.
1633 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1635         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1636         (Bug#6367).
1638 2010-06-11  Stephen Eglen  <stephen@gnu.org>
1640         * shell.el: Bind `shell-resync-dirs' to M-RET.
1642 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
1644         * notifications.el: Move file from lisp/net, because it is
1645         supposed to talk locally to the user.
1647 2010-06-10  Julien Danjou  <julien@danjou.info>
1649         * net/notifications.el (notifications-on-action-signal)
1650         (notifications-on-closed-signal): Pass notification id as first
1651         argument to the callback functions.  Add docstrings.
1652         (notifications-notify): Fix docstring.
1654 2010-06-10  Glenn Morris  <rgm@gnu.org>
1656         * emacs-lisp/authors.el (authors-ignored-files)
1657         (authors-valid-file-names): Add some files.
1659 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1661         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1662         merge conflict, giving preference to the emacs-23 version of the code.
1664 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1666         * emacs-lisp/advice.el (ad-compile-function):
1667         Define warning-suppress-types before we let-bind it (bug#6275).
1669         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1670         declare it, make it buffer-local and permanent-local (bug#6324).
1671         (vc-resynch-window): Adjust name.
1672         * vc-hooks.el (vc-find-file-hook): Adjust name.
1674 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
1676         * net/notifications.el (notifications-notify): Fix docstring.
1678 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1680         Update to Unicode 6.0.0 beta.
1681         * international/charprop.el: Update copyright.
1682         * international/mule-cmds.el (ucs-names): Update character ranges.
1683         * international/uni-bidi.el:
1684         * international/uni-category.el:
1685         * international/uni-combining.el:
1686         * international/uni-comment.el:
1687         * international/uni-decimal.el:
1688         * international/uni-decomposition.el:
1689         * international/uni-digit.el:
1690         * international/uni-lowercase.el:
1691         * international/uni-mirrored.el:
1692         * international/uni-name.el:
1693         * international/uni-numeric.el:
1694         * international/uni-old-name.el:
1695         * international/uni-titlecase.el:
1696         * international/uni-uppercase.el: Regenerate.
1698 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1700         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1701         (smie-precs-precedence-table): Fix typo in docstring.
1703         * vc-mtn.el (log-edit-extract-headers): Declare function.
1705         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1707         * net/notifications.el (dbus-register-signal): Declare function.
1708         (notifications-notify): Fix typos and reflow docstring.
1710 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1712         Improve VC create/retrieve tag/branch.
1713         * vc.el (vc-create-tag): Do not read the directory name for VCs
1714         with repository revision granularity.  Adjust the tag/branch
1715         prompt.  Reset VC properties.
1716         (vc-retrieve-tag): Do not read the directory name for VCs
1717         with repository revision granularity.  Reset VC properties.
1719 2010-06-09  Julien Danjou  <julien@danjou.info>
1721         * net/notifications.el: New file.
1723 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1725         Add optional support for resetting VC properties.
1726         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1727         call vc-file-clearprops when true.
1728         (vc-resynch-buffer): Add new optional argument, pass it down.
1729         (vc-resynch-buffers-in-directory): Likewise.
1731         Improve support for special markup in the VC commit message.
1732         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1733         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1734         * vc-git.el (vc-git-checkin):
1735         * vc-bzr.el (vc-bzr-checkin): Likewise.
1737 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1739         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1740         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1742 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1744         * iimage.el: Remove images as soon as the underlying text is modified.
1745         (iimage-modification-hook): New function.
1746         (iimage-mode-buffer): Use it.
1748 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1750         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1751         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1752         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1753         (smie-indent-keyword): Add handling of open-paren keywords.
1754         (smie-indent-comment-continue): Don't assume comment-continue.
1756 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1758         * window.el (pop-to-buffer): Remove the conditional that
1759         compares new-window and old-window, so it will reselect
1760         the selected window unconditionally.
1761         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1763 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1765         * emacs-lisp/smie.el (smie-indent-offset-after)
1766         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1767         (smie-indent-after-keyword): Use them.
1768         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1769         (smie-indent-keyword): Tweak the black magic.
1770         (smie-indent-comment-continue): Strip comment-continue before use.
1771         (smie-indent-functions): Indent comments before keywords.
1773 2010-06-06  Juri Linkov  <juri@jurta.org>
1775         * isearch.el (isearch-lazy-highlight-search): Fix looping
1776         by checking for empty match.  This syncs this loop with the
1777         similar loop in `isearch-search'.  (Bug#6362)
1779 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1781         * net/dbus.el (dbus-register-method): Declare function.
1782         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1783         (dbus-introspect): Doc fix.
1784         (dbus-event-bus-name, dbus-introspect-get-interface)
1785         (dbus-introspect-get-argument): Reflow docstrings.
1787 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1789         vc-log-incoming/vc-log-outgoing fixes for Git.
1790         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1791         incoming/outgoing logs.
1792         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1793         instead of vc-git-compute-remote.
1794         (vc-git-compute-remote): Remove.
1796 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1798         * term/common-win.el (x-colors): Add "dark green" and "dark
1799         turquoise" (Bug#6332).
1801 2010-06-04  Juri Linkov  <juri@jurta.org>
1803         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1804         Instead of setting `replace' to t and replacing the same string
1805         with itself, don't do certain actions when
1806         kill-do-not-save-duplicates is non-nil and string is equal to car
1807         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1808         interprogram-paste strings to kill-ring, and don't push the input
1809         argument `string' to kill-ring.
1810         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1812 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1814         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1816 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1818         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1819         (tramp-gvfs-handler-mounted-unmounted)
1820         (tramp-gvfs-connection-mounted-p): Handle default-location.
1822         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1823         move files to trash.
1825 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1827         * international/mule-cmds.el (nonascii-insert-offset)
1828         (nonascii-translation-table): Add obsolescence information.
1830         * international/mule.el (make-translation-table-from-vector): Doc fix.
1832 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1834         * cedet/semantic/lex-spp.el
1835         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1836         invalid values during save, just save a nil (Bug#6324).
1838 2010-06-03  Glenn Morris  <rgm@gnu.org>
1840         * desktop.el (desktop-clear-preserve-buffers):
1841         Add "*Warnings*" buffer.  (Bug#6336)
1843 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1845         vc-log-incoming/vc-log-outgoing improvements for Git.
1846         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1847         short log.
1848         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1850         Add bindings for vc-log-incoming and vc-log-outgoing.
1851         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1852         and vc-log-outgoing.
1853         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1854         and vc-log-outgoing.
1856 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1858         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1859         (rcirc-handler-366): Always sort nicknames.
1861 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1863         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1865 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1867         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1869 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1872         (rcirc-sort-nicknames-join): Avoid setq.
1874 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1876         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1877         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1878         (rcirc-handler-366): Use them.
1880 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1882         Split smie-indent-calculate into more manageable chunks.
1883         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1884         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1885         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1886         (smie-indent-exps): Extract from smie-indent-calculate.
1887         (smie-indent-functions): New var.
1888         (smie-indent-functions): Use them.
1890 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1892         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1893         (smie-indent-calculate): Simplify and cleanup.
1895 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1897         * net/tramp-gvfs.el (top): Require url-util.
1898         (tramp-gvfs-mount-point): Remove.
1899         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1900         New defuns.
1901         (with-tramp-dbus-call-method): Format trace message.
1902         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1903         Implement backup call, when operation on local files fails.
1904         Use progress reporter.  Flush properties of changed files.
1905         (tramp-gvfs-handle-make-directory): Make more traces.
1906         (tramp-gvfs-url-file-name): Hexify file name in url.
1907         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1908         into account for the resulting file name.
1909         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1910         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1911         (tramp-gvfs-handler-mounted-unmounted)
1912         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1913         attribute "default_location".  Set "prefix" property.
1914         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1915         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1916         exists.  Raise an error, if not (due to a corresponding answer
1917         "no" in interactive questions, for example).
1919 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1921         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1923 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1925         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1926         right-*.  (Bug#6265)
1928 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1930         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1931         * vc-git.el (vc-git-compute-remote): New function.
1932         (vc-git-log-outgoing): Use it instead of hard coding a value.
1933         (vc-git-log-incoming): New function.
1935         Improve state updating for VC tag commands.
1936         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1937         to update the state of all buffers in the directory.
1939         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1941 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1943         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1944         `file-directory-p' to the filename part rather than to the whole text.
1946 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1948         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1949         (bug#6231).
1951 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1953         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1955 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1957         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1959 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1961         * subr.el (momentary-string-display): Just use read-event to read
1962         the exit event (Bug#6238).
1964 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1966         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1968 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1970         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1971         Suggested by Eli Zaretskii <eliz@gnu.org>.
1973 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1975         * minibuffer.el (completion-file-name-table): Don't return a boundary
1976         past the end of `string' (bug#6299).
1977         (completion--file-name-table): Delegate to completion-file-name-table
1978         for the `boundaries' case.
1980 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1982         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1983         movement commands.
1985         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1986         `path-separator', but maintain compatibility with Emacs 20.2.
1988 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1990         * server.el (server-process-filter): Receive parent-id argument
1991         from emacsclient.
1992         (server-create-window-system-frame): New arg.  Pass parent-id as
1993         frame parameter.
1995 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1997         Bidi-sensitive word movement with arrow keys.
1998         * subr.el (right-arrow-command, left-arrow-command): Move to
1999         bindings.el.
2001         * bindings.el (right-char, left-char): Move from subr.el and
2002         rename from right-arrow-command and left-arrow-command.
2003         (right-word, left-word): New functions.
2004         (global-map) <right>: Bind to right-char.
2005         (global-map) <left>: Bind to left-char.
2006         (global-map) <C-right>: Bind to right-word.
2007         (global-map) <C-left>: Bind to left-word.
2009         * ls-lisp.el (ls-lisp-classify-file): New function.
2010         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
2011         (ls-lisp-classify): Call ls-lisp-classify-file.
2012         (insert-directory): Remove blanks from switches.
2014 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
2016         * ansi-color.el: Delete unused escape sequences (Bug#6085).
2017         (ansi-color-drop-regexp): New constant.
2018         (ansi-color-apply, ansi-color-filter-region)
2019         (ansi-color-apply-on-region): Delete unrecognized control sequences.
2020         (ansi-color-apply): Build string list before calling concat.
2022 2010-05-28  Juri Linkov  <juri@jurta.org>
2024         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
2025         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
2026         (Bug#5270)
2028 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
2030         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
2031         to ignored backtrace functions.
2032         (with-progress-reporter): Expand docstring.
2033         (tramp-handle-delete-file): Implement TRASH argument.
2034         (tramp-get-remote-trash): New defun.
2036 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
2038         * net/tramp-compat.el (tramp-compat-delete-file): Use
2039         `symbol-value' for backward compatibility.
2041         * net/tramp.el (tramp-handle-make-symbolic-link)
2042         (tramp-handle-load)
2043         (tramp-do-copy-or-rename-file-via-buffer)
2044         (tramp-do-copy-or-rename-file-directly)
2045         (tramp-do-copy-or-rename-file-out-of-band)
2046         (tramp-handle-process-file, tramp-handle-call-process-region)
2047         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2048         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2049         (tramp-delete-temp-file-function): Use `delete-file' instead
2050         of `tramp-compat-delete-file'.
2052         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2053         (tramp-fish-handle-make-symbolic-link)
2054         (tramp-fish-handle-process-file): Use `delete-file' instead
2055         of `tramp-compat-delete-file'.
2057         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
2058         `delete-file' instead of `tramp-compat-delete-file'.
2060         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2061         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
2062         `tramp-compat-delete-file'.
2064         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
2065         `delete-file' instead of `tramp-compat-delete-file'.
2067         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2068         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2069         (tramp-smb-handle-write-region): Use `delete-file' instead of
2070         `tramp-compat-delete-file'.
2071         (tramp-smb-handle-delete-directory): Use 'trash as arg.
2073 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2075         * dired.el (dired-delete-file): New arg TRASH.
2076         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
2077         (dired-do-flagged-delete, dired-do-delete): Use trash.
2079         * speedbar.el (speedbar-item-delete): Allow trashing.
2081         * files.el (delete-directory): New arg TRASH.
2083         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
2084         (ange-ftp-rename-remote-to-remote)
2085         (ange-ftp-rename-local-to-remote)
2086         (ange-ftp-rename-remote-to-local, ange-ftp-load)
2087         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
2088         `delete-file'.
2089         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
2090         allow trashing.
2092         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2093         handle new TRASH arg of `delete-file'.
2095         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
2096         (tramp-handle-make-symbolic-link, tramp-handle-load)
2097         (tramp-do-copy-or-rename-file-via-buffer)
2098         (tramp-do-copy-or-rename-file-directly)
2099         (tramp-do-copy-or-rename-file-out-of-band)
2100         (tramp-handle-process-file, tramp-handle-call-process-region)
2101         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2102         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2103         (tramp-delete-temp-file-function): Use null TRASH arg in
2104         tramp-compat-delete-file call.
2106         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2107         (tramp-fish-handle-delete-file)
2108         (tramp-fish-handle-make-symbolic-link)
2109         (tramp-fish-handle-process-file): Use null TRASH arg in
2110         `tramp-compat-delete-file' call.
2112         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
2113         arg in `tramp-compat-delete-file' call.
2115         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2116         (tramp-gvfs-handle-write-region): Use null TRASH arg in
2117         `tramp-compat-delete-file' call.
2119         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
2120         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
2121         `tramp-compat-delete-file' call.
2123         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2124         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2125         (tramp-smb-handle-write-region): Use null TRASH arg in
2126         tramp-compat-delete-file call.
2127         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
2128         (tramp-smb-handle-delete-file): Rename arg.
2130         * diff.el (diff-sentinel):
2131         * epg.el (epg--make-temp-file, epg-decrypt-string)
2132         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2133         * jka-compr.el (jka-compr-partial-uncompress)
2134         (jka-compr-call-process, jka-compr-write-region):
2135         * server.el (server-sentinel): Remove optional arg from
2136         delete-file, reverting 2010-05-03 change.
2138 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2140         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
2141         font-lock-constant-face, not obsolete font-lock-reference-face.
2143 2010-05-27  Kenichi Handa  <handa@m17n.org>
2145         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
2146         element of GSTRING is nil.
2148 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2150         * emacs-lisp/smie.el (smie-forward-token-function)
2151         (smie-backward-token-function): New vars.
2152         (smie-backward-sexp, smie-forward-sexp)
2153         (smie-indent-hanging-p, smie-indent-calculate): Use them.
2154         (smie-default-backward-token): Rename from smie-backward-token and
2155         skip comments.
2156         (smie-default-forward-token): Rename from smie-forward-token and
2157         skip comments.
2158         (smie-next-sexp): Handle nil results from next-token.
2159         (smie-indent-calculate): Add a new case for special `fixindent' comments.
2161 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2163         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2164         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2166 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2168         * htmlfontify.el (hfy-face-resolve-face): New function.
2169         (hfy-face-to-style): Use it (Bug#6279).
2171 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2173         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
2174         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
2176 2010-05-26  Glenn Morris  <rgm@gnu.org>
2178         * emulation/edt.el (edt-load-keys): Use locate-library.
2180 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
2182         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
2183         (log-edit-changelog-entries): Doc fix.
2184         (log-edit-changelog-insert-entries): Args changed.
2185         Rename relative filenames in ChangeLog entries.  Delete tabs.
2186         (log-edit-insert-changelog-entries): Reorganize return value of
2187         `log-edit-changelog-entries' to pass filenames to
2188         log-edit-changelog-insert-entries.
2190 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2192         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
2193         `image-dired-dired-insert-marked-thumbs' to
2194         `image-dired-dired-toggle-marked-thumbs'.
2196         * image-dired.el: Require cl when compiling.
2197         (image-dired-dired-toggle-marked-thumbs): Rename from
2198         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
2199         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
2200         to 'no-dir.  Skip files whose names don't match
2201         `image-file-name-regexp'.  When file has a thumbnail overlay,
2202         delete it.  (Bug#5270)
2204 2010-05-25  Juri Linkov  <juri@jurta.org>
2206         * image-mode.el (image-mode): Add image-after-revert-hook to
2207         after-revert-hook.
2208         (image-after-revert-hook): New function.  (Bug#5669)
2210 2010-05-25  Juri Linkov  <juri@jurta.org>
2212         * image.el (image-animated-p): When delay between animated images
2213         is 0, set it to 10 (0.1 sec).  (Bug#6258)
2215 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
2217         * net/tramp.el (tramp-handle-insert-directory): Don't use
2218         `forward-word', its default syntax could be changed.
2220 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
2222         * net/tramp.el (tramp-progress-reporter-update): New defun.
2223         (with-progress-reporter): Use it.
2224         (tramp-process-actions):
2225         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
2226         current message, in order to let progress reporter continue
2227         afterwards.  (Bug#6257)
2229 2010-05-25  Glenn Morris  <rgm@gnu.org>
2231         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
2232         Add :version.
2234 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
2236         * net/rcirc.el (rcirc-default-user-name): Change to "user".
2237         (rcirc-default-full-name): Change to "unknown".
2238         (rcirc-user-name-history): Add variable.
2240 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
2241             Jonathan Rockway  <jon@jrock.us>
2243         * net/rcirc.el (rcirc-server-alist): Add :pass.
2244         (rcirc): When prompting for connection parameters, also prompt for
2245         username and password.
2246         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
2247         value to server when connecting.
2249 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2251         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
2252         (smie-merge-prec2s): Pass the tables as separate args.
2253         (smie-bnf-precedence-table): Adjust call accordingly.
2254         (smie-prec2-levels): Set levels at the end.
2256         Replace Lisp calls to delete-backward-char by delete-char.
2257         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
2258         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
2259         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
2260         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
2261         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
2262         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
2263         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
2264         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
2265         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
2266         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
2267         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
2268         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
2269         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
2270         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
2271         delete-backward-char by calls to delete-char.
2273 2010-05-25  Kenichi Handa  <handa@m17n.org>
2275         * language/hebrew.el (hebrew-shape-gstring): New function.
2276         Register it in composition-function-table for all Hebrew combining
2277         characters.
2279 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2281         * epa.el (epa--select-keys): Don't explicitly delete the window since
2282         that can fail (e.g. sole window in frame).  Use dedication instead.
2284 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2286         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2288 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
2290         * image.el (image-refresh): Define as an alias for image-flush.
2292         * image-mode.el (image-toggle-display-image): Caller changed.
2294 2010-05-21  Juri Linkov  <juri@jurta.org>
2296         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
2297         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
2298         whitespace, call wildcard-to-regexp on substrings and concat them
2299         with "\\|".  (Bug#6114)
2301 2010-05-21  Alan Mackenzie  <acm@muc.de>
2303         * progmodes/cc-engine.el (c-parse-state-get-strategy):
2304         Replace parameter `here' with `here-' and `here-plus', which sandwich
2305         any pertinent CPP construct.
2306         (c-remove-stale-state-cache-backwards): Fix a bug which happens
2307         when doing (c-parse-state) in a CPP construct: Exclude any "new"
2308         CPP construct from taking part in the scanning.
2310 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
2312         * net/tramp.el (tramp-do-copy-or-rename-file)
2313         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
2314         Tune `with-progress-reporter' messages.
2315         (tramp-handle-vc-registered):
2316         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
2317         (tramp-fish-handle-insert-file-contents)
2318         (tramp-fish-maybe-open-connection):
2319         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2320         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
2321         (tramp-imap-handle-insert-file-contents)
2322         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2324 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
2326         * add-log.el (change-log-font-lock-keywords):
2327         Highlight all authors in multi-author entries.
2329         * smerge-mode.el (smerge-refine-ignore-whitespace)
2330         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
2331         Fix typos in docstrings.
2332         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
2334 2010-05-21  Glenn Morris  <rgm@gnu.org>
2336         * progmodes/fortran.el (fortran-mode):
2337         * progmodes/f90.el (f90-mode): Derive from prog-mode.
2339         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
2340         having a relative path in src/Makefile.in.
2342 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2344         * help-mode.el (help-make-xrefs): For Info node links turn
2345         newlines into spaces.  Link node names with newlines are matched
2346         by help-xref-info-regexp and buttonized, this change ensures they
2347         can be followed successfully with RET.  (Bug#6206)
2349 2010-05-20  Juri Linkov  <juri@jurta.org>
2351         * locate.el (locate): Use pop-to-buffer instead of
2352         switch-to-buffer-other-window.  (Bug#6204)
2354 2010-05-20  Juri Linkov  <juri@jurta.org>
2356         * replace.el (replace-highlight): Fix lazy-highlighting
2357         for `M-s w str M-% str RET'.
2359 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
2361         * isearch.el (isearch-yank-word-or-char): Pull next subword
2362         when `subword-mode' is activated.  (Bug#6220)
2364 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
2366         * isearch.el (isearch-update-post-hook): New hook.
2367         (isearch-update): Use the new hook.  (Bug#6225)
2369 2010-05-20  Juri Linkov  <juri@jurta.org>
2371         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
2372         [f1], [help], and (char-to-string help-char) instead of "\C-h".
2373         (Bug#6222)
2375 2010-05-20  Juri Linkov  <juri@jurta.org>
2377         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
2378         (Bug#6223)
2380 2010-05-20  Juri Linkov  <juri@jurta.org>
2382         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2383         FILE-NAME to read from the minibuffer when called interactively
2384         with prefix argument instead of using buffer-file-name.
2385         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2387         * dired.el: Update autoloads.
2389 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
2391         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2392         nxml-finish-element, for consistency with SGML mode.
2394         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2395         octave-close-block.
2397 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
2399         * composite.el: Require cl when compiling.
2400         (reference-point-alist, compose-gstring-for-graphic)
2401         (compose-gstring-for-terminal): Fix typos in docstrings.
2403 2010-05-19  Juri Linkov  <juri@jurta.org>
2405         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2406         set-window-parameter.
2408 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2410         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2411         where appropriate.
2412         (tramp-maybe-open-connection): Use it.
2414 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
2416         * simple.el (move-end-of-line): Make sure we are at line beginning
2417         before backing up to end of previous line.
2419 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2421         * password-cache.el (password-cache-remove): Fix docstring.
2423         * net/secrets.el: Autoload the widget functions.
2424         (secrets-search-items, secrets-create-item)
2425         (secrets-get-attributes, secrets-expand-item): Attributes will be
2426         stored on the password database without leading ":", as all other
2427         clients do as well.
2428         (secrets-mode): Fix docstring.
2429         (secrets-show-secrets): Provide it as autoloaded command only when
2430         D-Bus support is available.  Check existence of Secret Service API.
2432 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2434         * indent.el (indent-region): Deactivate region (bug#6200).
2436 2010-05-19  Glenn Morris  <rgm@gnu.org>
2438         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
2440 2010-05-19  Kenichi Handa  <handa@m17n.org>
2442         * composite.el: Register compose-gstring-for-graphic in
2443         composition-function-table only for combining characters (Mn, Mc, Me).
2445 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2447         * calc/calc-trail.el (calc-trail-isearch-forward)
2448         (calc-trail-isearch-backward): Ensure that the new window
2449         point is set correctly.
2451 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2453         * subr.el (read-quoted-char): Resolve modifiers after key
2454         remapping (bug#6212).
2456 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
2458         Add visualization code for secrets.
2459         * net/secrets.el (secrets-mode): New major mode.
2460         (secrets-show-secrets, secrets-show-collections)
2461         (secrets-expand-collection, secrets-expand-item)
2462         (secrets-tree-widget-after-toggle-function)
2463         (secrets-tree-widget-show-password): New defuns.
2465 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2467         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2468         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2469         handled in smie-next-sexp.
2470         (smie-indent-calculate): Provide a starting indentation (so the
2471         recursion is well-founded ;-).
2473         Fix handling of non-associative equal levels.
2474         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2475         when it's not needed.
2476         (smie-op-left, smie-op-right): New functions.
2477         (smie-next-sexp): New function, extracted from smie-backward-sexp.
2478         Better handle equal levels to distinguish the associative case from
2479         the "multi-keyword construct" case.
2480         (smie-backward-sexp, smie-forward-sexp): Use it.
2482 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
2484         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2486         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2487         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2489 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2491         Provide a simple generic indentation engine and use it for Prolog.
2492         * emacs-lisp/smie.el: New file.
2493         * progmodes/prolog.el (prolog-smie-op-levels)
2494         (prolog-smie-indent-rules): New var.
2495         (prolog-mode-variables): Use them to configure SMIE.
2496         (prolog-indent-line, prolog-indent-level): Remove.
2498 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
2500         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2501         order before computing the averages.
2503 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2505         * calc/calc-vec.el (calc-histogram):
2506         (calcFunc-histogram): Allow vectors as inputs.
2507         (math-vector-avg): New function.
2509         * calc/calc-ext.el (math-group-float): Have the number of digits
2510         being grouped depend on the radix (Bug#6189).
2512 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
2514         * version.el (emacs-copyright, emacs-version): Don't define here,
2515         now that emacs.c defines it.
2517 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
2519         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2520         "Describe Language Environment" menu item.
2522         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2524         Bidi-sensitive movement with arrow keys.
2525         * subr.el (right-arrow-command, left-arrow-command): New functions.
2527         * bindings.el (global-map): Bind them to right and left arrow keys.
2529         Don't override standard definition of convert-standard-filename.
2530         * files.el (convert-standard-filename): Call
2531         w32-convert-standard-filename and dos-convert-standard-filename on
2532         the corresponding systems.
2534         * w32-fns.el (w32-convert-standard-filename): Rename from
2535         convert-standard-filename.  Doc fix.
2537         * dos-fns.el (dos-convert-standard-filename): Doc fix.
2538         (convert-standard-filename): Don't defalias.
2539         (register-name-alist, make-register, register-value)
2540         (set-register-value, intdos): Obsolete aliases for the
2541         corresponding dos-* functions and variables.
2542         (dos-intdos): Add a doc string.
2544 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
2546         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2547         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2548         (math-compose-tex-func):
2549         * calc/calccomp.el (math-compose-expr):
2550         * calc/calc-ext.el (math-format-flat-expr-fancy):
2551         * calc/calc-store.el (calc-read-var-name):
2552         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2554         * calc/calc.el (var-π, var-φ, var-γ): New variables.
2555         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2556         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2557         (math-standard-units): Add units.
2559 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2561         * progmodes/asm-mode.el (asm-mode):
2562         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2564         * pcomplete.el (pcomplete-completions-at-point): New function,
2565         extracted from pcomplete-std-complete.
2566         (pcomplete-std-complete): Use it.
2568 2010-05-15  Glenn Morris  <rgm@gnu.org>
2570         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2571         Remove references to CVS, RCS and Old directories.
2573 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
2575         * calc/calc-bin.el (math-format-twos-complement): Group digits when
2576         appropriate.
2578 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2580         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2581         (sh-mode-syntax-table): Give it a default value instead.
2582         (sh-header-marker): Make buffer-local.
2583         (sh-mode): Move make-local-variable to the corresponding setq.
2584         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2585         Use complete-with-action.
2587         * simple.el (prog-mode): New (abstract) major mode.
2588         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2589         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2591 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
2593         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2594         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2595         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2596         (sql-make-alternate-buffer-name, sql-placeholders-filter)
2597         (sql-escape-newlines-filter, sql-input-sender)
2598         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2600 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
2602         Add TeX open-block and close-block keybindings to SGML, and vice versa.
2604         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2605         latex-open-block and C-c / to latex-close-block.
2607         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2608         and C-c C-e to sgml-close-tag.
2610 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
2612         * net/tramp.el (with-progress-reporter): Create reporter object
2613         only when the message would be displayed.  Handle nested calls.
2614         (tramp-handle-load, tramp-handle-file-local-copy)
2615         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2616         (tramp-maybe-send-script, tramp-find-shell):
2617         Use `with-progress-reporter'.
2618         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2619         Fix message text.
2621         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2622         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2623         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2624         Use `with-progress-reporter'.
2626 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
2628         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2629         process everytime when spellchecking from the minibuffer (bug#6143).
2631 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2633         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2635         * dos-fns.el: Add "dos-" prefix for namespace control.
2636         (convert-standard-filename): Define as alias for
2637         dos-convert-standard-filename but only if applicable.
2639 2010-05-12  Alan Mackenzie  <acm@muc.de>
2641         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2642         Push the mark at the start of these functions when appropriate.
2644 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2646         * minibuffer.el (completion-cycle-threshold): New custom var.
2647         (completion--do-completion): Use it.
2648         (minibuffer-complete): Use cycling if appropriate.
2650 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
2652         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2653         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2655 2010-05-11  Juri Linkov  <juri@jurta.org>
2657         * scroll-all.el (scroll-all-check-to-scroll):
2658         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2660 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2662         * iimage.el (iimage-mode-map): Move initialization into declaration.
2663         (iimage-mode-buffer): Use with-silent-modifications.
2664         Simplify calling convention.  Adjust callers.
2665         (iimage-mode): Don't run hook redundantly.
2667         * minibuffer.el (completion-pcm--pattern->regex):
2668         Fix last change (bug#6160).
2670 2010-05-10  Juri Linkov  <juri@jurta.org>
2672         Remove nodes visited during Isearch from the Info history.
2673         * info.el (Info-isearch-initial-history)
2674         (Info-isearch-initial-history-list): New variables.
2675         (Info-isearch-start): Record initial values of
2676         Info-isearch-initial-history and Info-isearch-initial-history-list.
2677         Add Info-isearch-end to isearch-mode-end-hook.
2678         (Info-isearch-end): New function.
2680 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
2682         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2683         format string, in order to work around a bug in pdksh.
2684         Reported by Gilles Pion <gpion@lfdj.com>.
2685         (tramp-handle-verify-visited-file-modtime): Do not send a command
2686         when the connection is not established.
2687         (tramp-handle-set-file-times): Simplify the check for utc.
2689 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
2691         Fix use of `filter-buffer-substring' (rework previous change).
2692         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2693         (cua-repeat-replace-region):
2694         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2695         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2696         (cua-cut-region-to-global-mark): Use it.
2698 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2700         * progmodes/sql.el: Version 2.1.
2701         (sql-product-alist): Redesign structure of product info.
2702         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2703         (sql-port, sql-port-history): New variables.
2704         (sql-interactive-product): New variable.
2705         (sql-send-terminator): New variable.
2706         (sql-imenu-generic-expression): Add "Types" imenu entry.
2707         (sql-oracle-login-params, sql-sqlite-login-params)
2708         (sql-mysql-login-params, sql-solid-login-params)
2709         (sql-sybase-login-params, sql-informix-login-params)
2710         (sql-ingres-login-params, sql-ms-login-params)
2711         (sql-postgres-login-params, sql-interbase-login-params)
2712         (sql-db2-login-params, sql-linter-login-params)
2713         (sql-oracle-scan-on): New variables.
2714         (sql-mode-map): Add C-c C-i to start interactive mode.
2715         (sql-mode-menu): Update existing menu entries.
2716         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2717         (sql-mode-oracle-font-lock-keywords)
2718         (sql-mode-postgres-font-lock-keywords)
2719         (sql-mode-ms-font-lock-keywords)
2720         (sql-mode-sybase-font-lock-keywords)
2721         (sql-mode-informix-font-lock-keywords)
2722         (sql-mode-interbase-font-lock-keywords)
2723         (sql-mode-ingres-font-lock-keywords)
2724         (sql-mode-solid-font-lock-keywords)
2725         (sql-mode-mysql-font-lock-keywords)
2726         (sql-mode-sqlite-font-lock-keywords)
2727         (sql-mode-db2-font-lock-keywords)
2728         (sql-mode-linter-font-lock-keywords): Update initialization to
2729         reduce run-time complexity.
2730         (sql-add-product, sql-del-product): New functions.
2731         (sql-set-product-feature, sql-get-product-feature): New functions.
2732         (sql-product-font-lock): Update product API.
2733         (sql-add-product-keywords): New function.
2734         (sql-highlight-product): Update product API.
2735         (sql-help-list-products): New function.
2736         (sql-help): Dynamically lists free and non-free products.
2737         (sql-get-login): Correct bug in handling history and added
2738         prompt for port.
2739         (sql-copy-column): Copy without properties.
2740         (sqli-input-sender): Apply filters to SQLi input.
2741         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2742         Implement as a filter.
2743         (sql-escape-newlines-filter): Implement as a filter.
2744         (sql-remove-tabs-filter): New function.
2745         (sql-send-magic-terminator): New function.
2746         (sql-send-string): Implement magic terminator.
2747         (sql-send-region): Use `sql-send-string'.
2748         (sql-interactive-mode): Use product API.
2749         (sql-product-interactive): Use product API.
2750         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2751         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2752         (sql-db2, sql-linter): Use `sql-product-interactive'.
2753         (sql-connect): New function.
2754         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2755         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2756         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2757         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2758         Use `sql-connect'.
2760 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2762         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2763         New custom variable.
2764         (completion-pcm--string->pattern): Use it.
2765         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2766         Make it handle any symbol as `any'.
2767         (completion-pcm--merge-completions): Extract common suffix for the new
2768         `prefix' symbol as well.
2769         (completion-substring--all-completions): Use the new `prefix' symbol.
2771 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2773         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2774         not bound.
2775         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2776         (tramp-compat-funcall): New defmacro.
2777         (tramp-compat-line-beginning-position)
2778         (tramp-compat-line-end-position)
2779         (tramp-compat-temporary-file-directory)
2780         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2781         (tramp-compat-copy-file, tramp-compat-copy-directory)
2782         (tramp-compat-delete-file, tramp-compat-delete-directory)
2783         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2784         * net/tramp.el (top, with-progress-reporter)
2785         (tramp-rfn-eshadow-setup-minibuffer)
2786         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2787         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2788         (tramp-completion-mode-p, tramp-check-for-regexp)
2789         (tramp-open-connection-setup-interactive-shell)
2790         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2791         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2792         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2793         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2794         (tramp-reporter-dump-variable, tramp-load-report-modules)
2795         (tramp-append-tramp-buffers)
2796         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2798         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2800 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2802         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2803         buffer-modtime.  Adjust users.
2805 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2807         * international/mule.el (auto-coding-alist): Only purecopy
2808         car of each item, not the whole list (Bug#6083).
2810 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2812         * progmodes/js.el (js-mode): Make paragraph variables local before
2813         calling c-setup-paragraph-variables (Bug#6071).
2815 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2817         * composite.el (compose-region, reference-point-alist): Fix typos
2818         in the doc strings.
2820 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2822         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2823         gnuplot's "set" command.
2825 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2827         * abbrev.el (last-abbrev-text): Doc fix.
2828         (abbrev-prefix-mark): Don't escape parenthesis.
2830 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2832         * composite.el (find-composition): Doc fix.
2834 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2836         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2837         (sql-oracle-program, sql-sqlite-options)
2838         (sql-query-placeholders-and-send): Doc fixes.
2839         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2840         (sql-imenu-generic-expression, sql-buffer)
2841         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2842         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2843         (sql-mode-sybase-font-lock-keywords)
2844         (sql-mode-informix-font-lock-keywords)
2845         (sql-mode-interbase-font-lock-keywords)
2846         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2847         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2848         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2849         (sql-product-feature, sql-highlight-product)
2850         (comint-line-beginning-position, sql-rename-buffer)
2851         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2852         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2853         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2854         Fix typos in docstrings.
2856 2010-05-08  Juri Linkov  <juri@jurta.org>
2858         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2859         property instead of `invisible' and `after-string' (bug#5998).
2861 2010-05-08  Juri Linkov  <juri@jurta.org>
2863         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2865 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2867         * filecache.el (file-cache-add-directory-list)
2868         (file-cache-add-directory-recursively): Fix typos in docstrings.
2870 2010-05-08  Kenichi Handa  <handa@m17n.org>
2872         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2873         (gujarati-composable-pattern): Fix typo.
2875 2010-05-08  Kenichi Handa  <handa@m17n.org>
2877         * language/indian.el (oriya-composable-pattern)
2878         (tamil-composable-pattern, malayalam-composable-pattern):
2879         Add two-part vowels to "v" (vowel sign).
2881 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2883         * files.el (copy-directory): Handle symlinks (Bug#5982).
2885 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2887         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2888         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2889         (Bug#5846).
2891 2010-05-08  Glenn Morris  <rgm@gnu.org>
2893         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2895         * minibuffer.el (completion-at-point): Doc fix.
2897 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2899         * electric.el (Electric-command-loop): Minor tweak.
2901         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2902         better with dedicated windows.
2904 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2906         * Version 23.2 released.
2908 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2909             Stefan Monnier  <monnier@iro.umontreal.ca>
2911         Highlight vendor specific properties.
2912         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2913         (css-proprietary-property): New face.
2914         (css-font-lock-keywords): Use them.
2916 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2918         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2920 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2922         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2923         * files.el (auto-mode-alist): Remove redundant entries.
2925         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2926         * simple.el (auto-save-mode): Move from files.el.
2927         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2929 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2931         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2933 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2935         * mail/binhex.el (binhex-decode-region-internal)
2936         * mail/uudecode.el (uudecode-decode-region-internal)
2937         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2938         (dns-read-type, dns-query)
2939         * pgg-parse.el (pgg-parse-armor)
2940         * pgg.el (pgg-verify-region)
2941         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2942         XEmacs.
2944         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2946 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2948         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2950         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2951         * emulation/cua-base.el (cua-repeat-replace-region):
2952         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2953         (cua-cut-region-to-global-mark):
2954         Remove text properties with `set-text-properties'.
2956 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2958         * net/tramp.el (top, with-progress-reporter):
2959         Use `symbol-function' inside `funcall'.
2961         * net/tramp-compat.el (tramp-compat-file-attributes)
2962         (tramp-compat-delete-file, tramp-compat-delete-directory):
2963         Handle only `wrong-number-of-arguments' error.
2965         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2966         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2967         inside `funcall'.
2969 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2971         * minibuffer.el (completion--sreverse, completion--common-suffix):
2972         New functions.
2973         (completion-pcm--merge-completions): Extract common suffix when safe.
2975         * emacs-lisp/easy-mmode.el (define-minor-mode):
2976         Make :variable more flexible.
2977         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2979 2010-05-05  Juri Linkov  <juri@jurta.org>
2981         Add `slow' and `history' tags to the desktop data.
2983         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2984         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2985         (Info-finder-find-node): Require `finder.el' to be able
2986         to restore node from the desktop.
2987         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2988         data `Info-history' and `slow' tag in the assoc list.
2989         (Info-restore-desktop-buffer): Don't restore nodes with the
2990         `slow' tag.  Restore `Info-history'.
2992 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2994         Add FORCE argument to `delete-file'.
2996         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2997         forcing to delete the temporary file.
2998         (ange-ftp-delete-file): Add FORCE arg.
2999         (ange-ftp-rename-remote-to-remote)
3000         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
3001         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
3002         Force file deletion.
3004         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
3006         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
3007         (tramp-handle-make-symbolic-link, tramp-handle-load)
3008         (tramp-do-copy-or-rename-file-via-buffer)
3009         (tramp-do-copy-or-rename-file-directly)
3010         (tramp-do-copy-or-rename-file-out-of-band)
3011         (tramp-handle-process-file, tramp-handle-call-process-region)
3012         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3013         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3014         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
3016         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
3017         (tramp-fish-handle-make-symbolic-link)
3018         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
3020         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3021         Use `tramp-compat-delete-file'.
3023         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
3024         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
3026         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
3027         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
3029         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
3030         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
3031         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
3032         `tramp-compat-delete-file'.
3034 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3036         Minor cleanups.
3037         * subr.el (add-minor-mode): Use push.
3038         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
3039         * emulation/edt.el (edt-select-mode): Simplify.
3041         Use define-minor-mode in more cases.
3042         * term/tvi970.el (tvi970-set-keypad-mode):
3043         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3044         (normal-erase-is-backspace-mode):
3045         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
3046         (set-scroll-bar-mode-1): (Re)move to its sole caller.
3047         (get-scroll-bar-mode): New function.
3048         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
3050         Use define-minor-mode for less obvious cases.
3051         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
3052         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
3053         * international/iso-ascii.el (iso-ascii-mode):
3054         * frame.el (auto-raise-mode, auto-lower-mode):
3055         * composite.el (global-auto-composition-mode): Use define-minor-mode.
3057 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
3059         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
3060         in order to see error messages for failed logins.
3062 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
3064         * diff.el (diff-sentinel):
3066         * epg.el (epg--make-temp-file, epg-decrypt-string)
3067         (epg-verify-string, epg-sign-string, epg-encrypt-string):
3069         * jka-compr.el (jka-compr-partial-uncompress)
3070         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
3072         * server.el (server-sentinel): Use delete-file's new FORCE arg
3073         (Bug#6070).
3075 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3077         Use define-minor-mode where applicable.
3078         * view.el (view-mode):
3079         * type-break.el (type-break-query-mode)
3080         (type-break-mode-line-message-mode):
3081         * textmodes/reftex.el (reftex-mode):
3082         * term/vt100.el (vt100-wide-mode):
3083         * tar-mode.el (tar-subfile-mode):
3084         * savehist.el (savehist-mode):
3085         * ibuf-ext.el (ibuffer-auto-mode):
3086         * composite.el (auto-composition-mode):
3087         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3088         Use define-minor-mode.
3089         (vhdl-mode): Use static mode-line format.
3090         (vhdl-mode-line-update): Delete.
3091         (vhdl-create-mode-menu, vhdl-activate-customizations)
3092         (vhdl-hs-minor-mode): Don't bother calling it.
3094 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3096         * simple.el (with-wrapper-hook): Move.
3097         (buffer-substring-filters): Mark obsolete.
3098         (filter-buffer-substring-functions): New variable.
3099         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
3101         Use a mode-line spec rather than a static string in Semantic.
3102         * cedet/semantic/util-modes.el:
3103         (semantic-minor-modes-format): New var to replace...
3104         (semantic-minor-modes-status): Remove.
3105         (semantic-mode-line-update): Construct a mode-line spec rather than
3106         a static string so that mouse buttons can be used on individual minor
3107         modes and so that semantic-mode-line-update only needs to be called
3108         when global settings are changed.
3109         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
3110         Call semantic-mode-line-update.
3111         (semantic-toggle-minor-mode-globally): Don't assume mode is on
3112         minor-mode-alist, check semantic-minor-mode-alist as well.
3113         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
3114         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
3115         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
3116         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3117         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3118         (define-semantic-idle-service, semantic-idle-summary-mode):
3119         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
3120         Don't call semantic-mode-line-update any more.
3122 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3124         Use define-minor-mode in CEDET where applicable.
3126         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
3127         Use define-minor-mode.
3129         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
3130         Remove unused arg `keymap' and code redundant with define-minor-mode.
3131         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
3132         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
3133         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
3134         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
3135         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
3136         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
3137         Use define-minor-mode.
3138         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
3139         (semantic-show-unmatched-syntax-mode-setup)
3140         (semantic-show-parser-state-mode-setup)
3141         (semantic-highlight-func-mode-setup): Inline into sole caller.
3143         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3144         (semantic-mru-bookmark-mode): Use define-minor-mode.
3145         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
3147         * cedet/semantic/idle.el (define-semantic-idle-service):
3148         Use define-minor-mode and inline setup function into its sole caller.
3149         (semantic-idle-scheduler-mode-setup)
3150         (semantic-idle-summary-mode-setup): Inline into sole caller.
3151         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
3152         Use define-minor-mode.
3154         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
3155         (semantic-decoration-mode): Use define-minor-mode.
3156         (semantic-decoration-mode-setup): Inline into sole caller.
3158         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
3159         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
3160         (ede-dired-add-to-target): Use dolist.
3162 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3163             Michael Albinus  <michael.albinus@gmx.de>
3165         Implement compression for inline methods.
3167         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3168         (tramp-copy-size-limit): Allow also nil.
3169         (tramp-inline-compress-commands): New defconst.
3170         (tramp-find-inline-compress, tramp-get-inline-compress)
3171         (tramp-get-inline-coding): New defuns.
3172         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3173         replaced by `tramp-get-inline-coding'.
3174         (tramp-handle-file-local-copy, tramp-handle-write-region)
3175         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3177 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3179         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
3180         Remove unused functions.
3182         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
3183         Set find-tag-default-function as a variable rather than a property.
3185         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
3186         * progmodes/etags.el (tags-completion-at-point-function):
3187         Remove left over interactive spec.  Add autoloading stub.
3188         (complete-tag): Use tags-completion-at-point-function.
3190 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
3192         * minibuffer.el (tags-completion-at-point-function): Fix return value.
3194 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
3196         * ido.el (ido-init-completion-maps): Remove C-v binding.
3197         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
3199 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
3201         * minibuffer.el (tags-completion-at-point-function): New function.
3202         (completion-at-point-functions): Use it.
3204         * cedet/semantic.el (semantic-completion-at-point-function): New function.
3205         (semantic-mode): Use semantic-completion-at-point-function for
3206         completion-at-point-functions instead.
3208         * progmodes/etags.el (complete-tag): Revert last change.
3210 2010-04-29  Alan Mackenzie  <acm@muc.de>
3212         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
3213         off-by-one error (in end of macro position).
3215 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3217         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
3218         firefox is absent.  Don't autoload.
3219         (browse-url-galeon-program): Don't autoload.
3221 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
3223         * bindings.el (complete-symbol): Move into minibuffer.el.
3225         * minibuffer.el (complete-tag): Move from etags.el.  If tags
3226         completion cannot be performed, return nil instead of signalling
3227         an error.
3228         (completion-at-point): Make it an alias for complete-symbol.
3229         (complete-symbol): Move from bindings.el, and replace with the
3230         body of completion-at-point.
3232         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
3234         * cedet/semantic.el (semantic-mode): When enabled, add
3235         semantic-ia-complete-symbol to completion-at-point-functions.
3237         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
3238         if Semantic is not active.
3240 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
3242         * net/tramp.el (tramp-remote-selinux-p): New defun.
3243         (tramp-handle-file-selinux-context)
3244         (tramp-handle-set-file-selinux-context): Use it.
3246 2010-04-28  Sam Steingold  <sds@gnu.org>
3248         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3249         `safe-local-variable' if the value is a string or a symbol with
3250         the property `bug-reference-url-format'.
3252 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
3254         * progmodes/bug-reference.el (bug-reference-url-format): Revert
3255         2010-04-27 change due to security risk.
3257 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3259         Make it possible to locally disable a globally enabled mode.
3260         * simple.el (fundamental-mode): Run fundamental-mode-hook.
3261         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
3262         rather than kill-all-local-variables so it runs fundamental-mode-hook.
3263         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3264         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
3265         that subsequent hooks get a chance to disable it.
3267 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3269         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3270         Avoid re-enabling a minor mode after the user turned the minor mode
3271         off if MODE-enable-in-buffers is run twice (typically once from
3272         fundamental-mode's after-change-major-mode-hook and a second time from
3273         run-mode-hook's own after-change-major-mode-hook).
3275         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
3277 2010-04-27  Sam Steingold  <sds@gnu.org>
3279         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3280         `safe-local-variable' if the value is a string or a function, as
3281         documented and implemented on 2010-04-02.
3283 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
3285         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
3286         when method is 'kill.
3288 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
3290         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
3291         condition in default directory check.
3292         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
3293         Kill ispell process when killing its associated buffer.
3295 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
3297         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
3298         but we aren't using it.
3300 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
3302         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
3303         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
3305 2010-04-24  Glenn Morris  <rgm@gnu.org>
3307         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
3308         Ignore VCS-ignore files, and deleted nextstep preferences files.
3309         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
3310         (authors-ambiguous-files): New list.
3311         (authors-valid-file-names): Add some deleted files.
3312         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
3313         (authors-disambiguate-file-name): New function.  (Bug#5501)
3314         (authors-canonical-file-name): Doc fix.
3315         Don't warn about obsolete files.
3316         (authors-canonical-file-name, authors-scan-el):
3317         Use authors-disambiguate-file-name.
3319         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3320         Add autoload cookies.
3321         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
3322         (generated-autoload-file): Set file-local value to "htmlfontify.el".
3323         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
3324         They have definitions / compiler macros in cl.el.
3325         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3326         Replace manual autoloads with generated ones.
3327         (htmlfontify-unload-rgb-file): Remove autoload.
3328         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
3330 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3332         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
3333         (byte-compile-setq-default): Optimize for the
3334         single-var case and don't call byte-compile-form in this case to avoid
3335         inf-loop with byte-compile-set-default.
3337         * progmodes/compile.el (compilation-start): Abbreviate default directory.
3339 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
3341         Implement SELINUX backends.
3343         * net/tramp.el (tramp-file-name-handler-alist):
3344         Add `file-selinux-context' and `set-file-selinux-context'.
3345         (tramp-handle-file-selinux-context)
3346         (tramp-handle-set-file-selinux-context): New defuns.
3347         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3348         Handle PRESERVE-SELINUX-CONTEXT.
3350         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3351         Add `file-selinux-context' and `set-file-selinux-context'.
3352         (tramp-gvfs-handle-file-selinux-context)
3353         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3354         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3356         * net/ange-ftp.el (ange-ftp-copy-file):
3357         * net/tramp-fish.el (tramp-fish-handle-copy-file):
3358         * net/tramp-imap.el (tramp-imap-handle-copy-file):
3359         * net/tramp-smb.el (tramp-smb-handle-copy-file):
3360         Add PRESERVE-SELINUX-CONTEXT.
3362 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3364         Synchronize with Tramp repository.
3366         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
3367         (tramp-action-process-alive, tramp-action-out-of-band)
3368         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3369         (tramp-exists-file-name-handler): Fix docstring.
3370         (with-progress-reporter): New defmacro.
3371         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
3372         (tramp-maybe-open-connection): Use it.
3374 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
3376         Detect ssh 'ControlMaster' argument automatically in some cases.
3378         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3379         (tramp-default-method): Use it.
3381 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3383         * net/tramp.el (tramp-handle-copy-file): Add new optional
3384         parameter `preserve-selinux-context'.
3385         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3387 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
3389         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3390         Ensure, that non remote files are still checked.  Oops.
3392 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
3394         Fix Bug#5840.
3396         * icomplete.el (icomplete-completions): Use `non-essential'.
3398         * net/tramp.el (tramp-connectable-p): New defun.
3399         (tramp-handle-expand-file-name)
3400         (tramp-completion-handle-file-name-all-completions)
3401         (tramp-completion-handle-file-name-completion): Use it.
3403 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3405         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3407 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
3409         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3411         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3413         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3414         is present.
3416         * info.el (info-tool-bar-map): Add labels.
3418         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3420         * cus-edit.el (custom-commands): Add labels for tool bar.
3421         (custom-buffer-create-internal, Custom-mode): Adjust for
3422         labels in custom-commands.
3424         * dynamic-setting.el: Renamed from font-setting.el.
3426 2010-04-21  John Wiegley  <jwiegley@gmail.com>
3428         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3429         toggles the use of virtual buffers.
3430         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
3431         value.
3432         (ido-toggle-virtual-buffers): New function.
3434 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
3436         Use `define-derived-mode'; fix window selection; doc fixes.
3437         * play/tetris.el (tetris, tetris-update-speed-function)
3438         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3439         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3440         (tetris-rotate-next, tetris-end-game, tetris-start-game)
3441         (tetris-pause-game): Fix typos in docstrings.
3442         (tetris-mode-map, tetris-null-map):
3443         Move initialization into declaration.
3444         (tetris-mode): Define with `define-derived-mode';
3445         set show-trailing-whitespace to nil.
3446         (tetris): Prefer window already displaying the "*Tetris*" buffer.
3448 2010-04-21  Karel Klíč  <kklic@redhat.com>
3450         * files.el (backup-buffer): Handle SELinux context, and return it
3451         if a backup was made by renaming.
3452         (backup-buffer-copy): Set SELinux context to the target file.
3453         (basic-save-buffer): Set SELinux context of the newly written file.
3454         (basic-save-buffer-1): Now it also returns any SELinux context.
3455         (basic-save-buffer-2): Set SELinux context of the newly created file,
3456         and return it.
3457         * net/tramp.el (tramp-file-name-for-operation):
3458         Add file-selinux-context.
3460 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         Make the log-edit comments use RFC822 format throughout.
3464         * vc.el (vc-checkin, vc-modify-change-comment):
3465         Adjust to new vc-start/finish-logentry.
3466         (vc-find-conflicted-file): New command.
3467         (vc-transfer-file): Adjust to new vc-checkin.
3468         (vc-next-action): Improve scoping.
3470         * vc-hg.el (vc-hg-log-edit-mode): Remove.
3471         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
3473         * vc-git.el (vc-git-log-edit-mode): Remove.
3474         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
3475         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3477         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3478         (vc-start-logentry): Remove argument `extra'.
3479         (vc-finish-logentry): Remove extra args.
3481         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3482         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
3483         (vc-bzr-conflicted-files): New function.
3485         * log-edit.el (log-edit-extra-flags)
3486         (log-edit-before-checkin-process): Remove.
3487         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3488         (log-edit-headers-alist): New var.
3489         (log-edit-header-contents-regexp): New const.
3490         (log-edit-match-to-eoh): New function.
3491         (log-edit-font-lock-keywords): Use them.
3492         (log-edit): Insert a "Summary:" header as default.
3493         (log-edit-mode): Mark font-lock rules as case-insensitive.
3494         (log-edit-done): Cleanup headers.
3495         (log-view-process-buffer): Remove.
3496         (log-edit-extract-headers): New function to replace it.
3498 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3500         * subr.el (default-direction-reversed): Remove obsolescence info.
3502 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3505         windows/frames.
3507         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3508         I.e. include text after point in the completion region.
3509         Also, return nil when we're not after/in a symbol.
3511         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3512         default enable-multibyte-characters.
3514 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3516         * international/mule.el: Help the user choose a valid coding-system.
3517         (read-buffer-file-coding-system): New function.
3518         (set-buffer-file-coding-system): Use it.  Prompt the user if the
3519         coding-system cannot encode all the chars.
3521         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3522         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3523         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3524         Don't use *vc-bzr-shelve*.
3526 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3528         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3529         Don't destroy list before using it.
3531 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
3533         Fix the version number for added files.
3534         * vc-hg.el (vc-hg-working-revision): Check if the file is
3535         registered after hg parent fails (Bug#5961).
3537 2010-04-19  Glenn Morris  <rgm@gnu.org>
3539         * htmlfontify.el (htmlfontify-buffer)
3540         (htmlfontify-copy-and-link-dir): Autoload entry points.
3542 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
3544         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3545         name relative to the project root (Bug#5960).
3547 2010-04-19  Glenn Morris  <rgm@gnu.org>
3549         * vc-git.el (vc-git-print-log): Doc fix.
3551 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
3553         * ido.el (ido-file-internal): Fix 2009-12-02 change.
3555 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
3557         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3558         default settings (Bug#5928).
3560 2010-04-19  Glenn Morris  <rgm@gnu.org>
3562         * progmodes/fortran.el (fortran-match-and-skip-declaration):
3563         New function.
3564         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
3566 2010-04-19  Kenichi Handa  <handa@m17n.org>
3568         * language/indian.el (malayalam-composable-pattern): Fix previous
3569         change (add U+0D4D "SIGN VIRAMA").
3570         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3571         (tamil-composable-pattern): Fix typo in the regexp.
3572         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3573         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3574         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3576 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3578         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3579         paragraph-separate (Bug#5821).
3581 2010-04-19  Juri Linkov  <juri@jurta.org>
3583         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3585         * info.el (Info-find-node-2): Comment out code that skips
3586         breadcrumbs line.
3587         (Info-mouse-follow-link): New command.
3588         (Info-link-keymap): New keymap.
3589         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3590         Return a string with links instead of inserting breadcrumbs
3591         to the Info buffer.
3592         (Info-fontify-node): Comment out code that inserts breadcrumbs.
3593         Instead of putting the `invisible' text property over the Info
3594         header, make an overlay over the Info header with the `invisible'
3595         property and `after-string' set to the string returned by
3596         `Info-breadcrumbs'.
3598 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
3600         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3601         Reported by monkey@sandpframing.com.
3603 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3605         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3606         (tmm-get-keymap): Add key-binding shortcuts now that they're not
3607         available in the "keyseq cache" any more.
3609         * custom.el (defcustom): Add edebug spec.
3611 2010-04-18  Juri Linkov  <juri@jurta.org>
3613         Test for special mode-class in view-buffer instead of view-file (bug#5513).
3615         * view.el (view-file, view-buffer): Move test for special mode-class
3616         from view-file to view-buffer.
3618         * tar-mode.el (tar-extract): Turn if's into one cond
3619         like in arc-mode.el.
3621 2010-04-18  Juri Linkov  <juri@jurta.org>
3623         Add 7z archive format support (bug#5475).
3625         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3626         (archive-7z-extract): New defcustom.
3627         (archive-find-type): Add magic string for 7z.
3628         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3629         If `stderr-file' is non-nil, use `(t stderr-file)' for the
3630         `buffer' arg of `call-process'.
3631         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3632         call the function `archive-7z-extract' with the variable
3633         `archive-7z-extract' let-bound to `archive-zip-extract'.
3634         (archive-7z-summarize, archive-7z-extract): New functions.
3636         * international/mule.el (auto-coding-alist):
3637         * files.el (auto-mode-alist): Add 7z file extension.
3639 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3641         * loadup.el: Setup hash-cons for pure data.
3643         Fix duplicate entries in cedet's loaddefs.el files.
3644         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3645         Should make most file-local generated-autoload-file unnecessary.
3646         (print-readably): Silence warnings.
3647         (autoload-find-destination): Take load-name as an arg to make sure
3648         it's the same as the one that will be in the file.
3649         (autoload-generate-file-autoloads): Adjust to above changes.
3650         Try to make the dataflow a bit simpler.
3652         * cvs-status.el (cvs-refontify): Remove unused.
3654 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3656         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3658         * calc-bin.el (calc-radix): Have the "O" option turn on
3659         twos-complement mode.
3661 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
3663         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3664         Add `calc-option-prefix-help' to calc-help autoloads.
3665         (calc-inverse): Add "Option" to message, as appropriate.
3666         (calc-hyperbolic): Add "Option" to message, as appropriate.
3667         (calc-option, calc-is-option): New functions.
3669         * calc-help.el (calc-full-help): Add `calc-option-help'.
3670         (calc-option-prefix-help): New function.
3672         * calc-misc.el (calc-help): Add "Option" entry.
3674         * calc.el (calc-local-var-list): Add `calc-option-flag'.
3675         (calc-option-flag): New variable.
3676         (calc-do): Set `calc-option-flag to nil.
3677         (calc-set-mode-line): Add "Opt " as appropriate.
3679 2010-04-16  Juri Linkov  <juri@jurta.org>
3681         Move scrolling commands from simple.el to window.el
3682         because their primitives are implemented in window.c.
3684         * simple.el (scroll-error-top-bottom)
3685         (scroll-up-command, scroll-down-command, scroll-up-line)
3686         (scroll-down-line, scroll-other-window-down)
3687         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3688         * window.el (scroll-error-top-bottom)
3689         (scroll-up-command, scroll-down-command, scroll-up-line)
3690         (scroll-down-line, scroll-other-window-down)
3691         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3692         Move from simple.el to window.el because their primitives are
3693         implemented in window.c.
3695 2010-04-16  Juri Linkov  <juri@jurta.org>
3697         * isearch.el (isearch-lookup-scroll-key): Check both
3698         `isearch-scroll' and `scroll-command' properties.
3699         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3701         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3703         * simple.el (scroll-up-command, scroll-down-command)
3704         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3706 2010-04-15  Juri Linkov  <juri@jurta.org>
3708         * simple.el (scroll-up-command, scroll-down-command)
3709         (scroll-up-line, scroll-down-line): Put `scroll-command'
3710         property on the these symbols.  Remove them from
3711         `scroll-preserve-screen-position-commands'.
3713         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3714         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3715         Remove it from `scroll-preserve-screen-position-commands'.
3717         * isearch.el (isearch-allow-scroll): Doc fix.
3719 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3721         * net/tramp.el (tramp-error-with-buffer): Don't show the
3722         connection buffer when we are in completion mode.
3723         (tramp-file-name-handler): Catch the error for some operations
3724         when we are in completion mode.  This gives the user the chance to
3725         correct the file name in the minibuffer.
3727 2010-04-15  Glenn Morris  <rgm@gnu.org>
3729         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3731 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3733         Simplify by using `define-derived-mode'.
3734         * info.el (Info-mode):
3735         * calendar/todo-mode.el (todo-mode):
3736         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3737         (gomoku-mode-map): Move initialization into declaration.
3739 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3741         Fix Bug#5840.
3742         * ido.el (ido-file-name-all-completions-1):
3743         * minibuffer.el (minibuffer-completion-help):
3744         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3746 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3748         * simple.el (non-essential): New var.
3750         Add a new field `location' to bookmarks for non-file bookmarks.
3751         * bookmark.el (bookmark-location): Use the new field, if present.
3752         (bookmark-insert-location): Undo last change, not needed any more.
3753         * man.el (Man-bookmark-make-record):
3754         * woman.el (woman-bookmark-make-record): Add `location' field.
3756 2010-04-14  Juri Linkov  <juri@jurta.org>
3758         * simple.el (scroll-error-top-bottom): New defcustom.
3759         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3761         * emulation/pc-select.el (pc-select-override-scroll-error):
3762         Obsolete in favor of `scroll-error-top-bottom'.
3764 2010-04-14  Juri Linkov  <juri@jurta.org>
3766         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3767         `scroll-up-command' and `M-v' to `scroll-down-command'.
3769         * emulation/cua-rect.el (cua--init-rectangles):
3770         * forms.el (forms--change-commands):
3771         * image-mode.el (image-mode-map):
3772         Remap scroll-down-command and scroll-up-command
3773         in addition to scroll-down and scroll-up.
3775 2010-04-14  Juri Linkov  <juri@jurta.org>
3777         * mwheel.el (scroll-preserve-screen-position-commands):
3778         Add mwheel-scroll to this list of commands.
3780         * simple.el (scroll-preserve-screen-position-commands):
3781         Add scroll-up-command, scroll-down-command, scroll-up-line,
3782         scroll-down-line to this list of commands.
3784 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3786         * obsolete/complete.el: Move from lisp/complete.el.
3788         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3790         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3791         to the minor mode function now turns the mode ON unconditionally.
3793 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3795         * vc-dir.el (vc-dir-kill-line): New command.
3796         (vc-dir-mode-map): Bind it to C-k.
3798         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3800         * woman.el: Add bookmark declarations to silence the compiler.
3801         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3802         step to compatibility between man and woman bookmarks.
3803         Adjust for Man-default-bookmark-title renaming.
3804         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3806         * man.el: Add bookmark declarations to silence the compiler.
3807         (Man-name-local-regexp): Make it match NAME as well.
3808         (Man-getpage-in-background): Return the buffer.
3809         (Man-notify-when-ready): Use `case'.
3810         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3811         Don't hardcode "NAME".  Simplify.
3812         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3813         Rename from Man-bookmark-make-record.
3814         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3815         we have the actual man-args.  Use Man-getpage-in-background rather
3816         than `man' since the arg is already processed.  Let bookmark.el do the
3817         window handling.  Only wait for the relevant process.
3818         Don't forget to autoload.
3820         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3822 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3824         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3825         New functions.
3826         (woman-mode): Setup bookmark support.
3828         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3829         (man-bookmark-jump): New functions.
3830         (Man-mode): Setup bookmark support.
3832 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3834         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3835         recognize ssh-keygen prompt (Bug#2817).
3837 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3839         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3841 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3843         Synchronize with Tramp repository.
3845         * net/tramp.el (tramp-completion-function-alist)
3846         (tramp-file-name-regexp, tramp-chunksize)
3847         (tramp-local-coding-commands, tramp-remote-coding-commands):
3848         Fix docstring.
3849         (tramp-remote-process-environment): Use `format' instead of `concat'.
3850         (tramp-handle-directory-files-and-attributes)
3851         (tramp-get-remote-path): Use `copy-tree'.
3852         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3853         compatibility: Use `completion-ignore-case' if
3854         `read-file-name-completion-ignore-case' does not exist.
3855         (tramp-do-copy-or-rename-file-directly): Do not use
3856         `tramp-handle-file-remote-p'.
3857         (tramp-do-copy-or-rename-file-out-of-band):
3858         Use `tramp-compat-delete-directory'.
3859         (tramp-do-copy-or-rename-file-out-of-band)
3860         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3861         Use `format-spec-make'.
3862         (tramp-find-foreign-file-name-handler)
3863         (tramp-advice-make-auto-save-file-name)
3864         (tramp-set-auto-save-file-modes): Remove superfluous check for
3865         `stringp'.  This is done inside `tramp-tramp-file-p'.
3866         (tramp-debug-outline-regexp): New defconst.
3867         (tramp-get-debug-buffer): Use it.
3868         (tramp-check-for-regexp): Use (forward-line 1).
3869         (tramp-set-auto-save-file-modes): Adapt version check.
3871         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3872         Wrap call of `featurep' for 2nd argument.
3873         (tramp-compat-make-temp-file): Simplify fallback implementation.
3874         (tramp-compat-copy-tree): Remove function.
3875         (tramp-compat-delete-directory): Provide implementation for older
3876         Emacsen.
3878         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3879         Do not use `tramp-fish-handle-file-attributes.
3881         * net/trampver.el: Update release number.
3883 2010-04-10  Glenn Morris  <rgm@gnu.org>
3885         * progmodes/compile.el (compilation-save-buffers-predicate):
3886         Add missing :version tag.
3888 2010-04-09  Sam Steingold  <sds@gnu.org>
3890         * progmodes/compile.el (compilation-save-buffers-predicate):
3891         Remove the "autoload" cookie.
3893         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3894         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3895         and `bug-reference-prog-mode' can be used in hooks directly.
3897 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3899         Add --author support to git commit.
3900         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3901         (vc-git-log-edit-mode): New minor mode.
3902         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3903         New declarations.
3905 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3907         * vc-hooks.el, vc-git.el: Improve documentation comments.
3909 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3911         Fix some of the problems in defsubst* (bug#5728).
3912         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3913         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3915 2010-04-07  Sam Steingold  <sds@gnu.org>
3917         * progmodes/compile.el (compilation-save-buffers-predicate):
3918         New custom variable.
3919         (compile, recompile): Pass it to `save-some-buffers'.
3921 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3923         * wid-edit.el (widget-choose): Move cursor to the second line of
3924         the buffer (Bug#5695).
3926 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3928         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3929         * vc.el (vc-print-log-setup-buttons): New function split out from
3930         vc-print-log-internal.
3931         (vc-log-internal-common): New function, a parametrized version of
3932         vc-print-log-internal.
3933         (vc-print-log-internal): Just call vc-log-internal-common with the
3934         right arguments.
3935         (vc-incoming-outgoing-internal):
3936         (vc-log-incoming, vc-log-outgoing): New functions.
3937         (vc-log-view-type): New permanent local variable.
3939         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3941         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3942         of the dynamic bound vc-short-log.
3943         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3945         * vc-git.el (vc-git-log-outgoing): New function.
3946         (vc-git-log-view-mode): Use vc-log-view-type instead
3947         of the dynamic bound vc-short-log.
3949         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3950         of the dynamic bound vc-short-log.  Highlight the tag.
3951         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3952         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3953         (vc-hg-incoming-mode): Remove.
3954         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3956 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3958         Fix default-directory for vc-root-diff.
3959         * vc.el (vc-root-diff): Bind default-directory to the root
3960         directory for the diff command.
3962 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3964         * progmodes/verilog-mode.el (verilog-forward-sexp):
3965         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3966         word keywords, suggested by Steve Pearlmutter.
3967         (verilog-pretty-declarations): Support lineup of declarations in
3968         port lists.
3969         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3970         fix bug for /* / comments.
3971         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3972         Speed up and simplfy as this is never called with a bound.
3973         (verilog-pretty-declarations): Enhance to line up declarations
3974         inside a parameter list, suggested by Alan Morgan.
3975         (verilog-pretty-expr): Tune assignment regular expression match
3976         string for corner cases; also use markers instead of character
3977         number as indent changes the later.
3979 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3981         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3982         as missing keyword.
3983         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3984         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3985         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3986         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3987         Tennant.
3988         (verilog-keywords):
3989         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3990         1800-2009 keywords, including "global.".
3992 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3994         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3995         appearing in buffer list (if a live buffer name matched a recentf
3996         file basename).  Should use uniquify to offer a real solution.
3998 2010-04-06  John Wiegley  <jwiegley@gmail.com>
4000         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
4001         comment to code, and add a :version tag.
4002         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
4004 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
4006         Enable recentf-mode if using virtual buffers.
4007         * ido.el (recentf-list): Declare for byte-compiler.
4008         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
4009         (ido-make-buffer-list): Simplify.
4010         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
4012 2010-04-05  Juri Linkov  <juri@jurta.org>
4014         Scrolling commands which scroll a line instead of full screen.
4015         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4017         * simple.el (scroll-up-line, scroll-down-line): New commands.
4018         Put property isearch-scroll=t on them.
4020         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
4021         Remove commands.
4023 2010-04-05  Juri Linkov  <juri@jurta.org>
4025         Scrolling commands which do not signal errors at top/bottom.
4026         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4028         * simple.el (scroll-up-command, scroll-down-command): New commands.
4029         Put property isearch-scroll=t on them.
4031         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
4032         `scroll-down-command' and [next] from `scroll-up' to
4033         `scroll-up-command'.
4035         * emulation/cua-base.el: Put property CUA=move on
4036         `scroll-up-command' and `scroll-down-command'.
4037         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
4038         and `scroll-down-command' to `cua-scroll-down'.
4040 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
4042         * help.el (describe-mode): Return nil.
4044 2010-04-04  John Wiegley  <jwiegley@gmail.com>
4046         * ido.el (ido-use-virtual-buffers): New variable to indicate
4047         whether "virtual buffer" support is enabled for IDO.
4048         (ido-virtual): Face used to indicate virtual buffers in the list.
4049         (ido-buffer-internal): If a buffer is chosen, and no such buffer
4050         exists, but a virtual buffer of that name does (which would be why
4051         it was in the list), recreate the buffer by reopening the file.
4052         (ido-make-buffer-list): If virtual buffers are being used, call
4053         `ido-add-virtual-buffers-to-list' before the make list hook.
4054         (ido-virtual-buffers): New variable which contains a copy of the
4055         current contents of the `recentf-list', albeit pared down for the
4056         sake of speed, and with proper faces applied.
4057         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
4058         create a list of "virtual buffers" to present to the user in
4059         addition to the currently open set.  Note that this logic could
4060         get rather slow if that list is too large.  With the default
4061         `recentf-max-saved-items' of 200, there is little speed penalty.
4063 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4065         * font-lock.el: Require CL when compiling.
4066         (font-lock-turn-on-thing-lock): Use `case'.
4068 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
4070         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
4071         Zaretskii.
4073 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
4075         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
4076         (semantic-create-imenu-directory-index): Fix typos in docstrings.
4077         (semantic-imenu-goto-function): Reflow docstring.
4079 2010-04-02  Juri Linkov  <juri@jurta.org>
4081         * ehelp.el (electric-help-orig-major-mode):
4082         New buffer-local variable.
4083         (electric-help-mode): Set it to original major-mode.  Doc fix.
4084         (with-electric-help): Use `electric-help-orig-major-mode' instead
4085         of (default-value 'major-mode).  Doc fix.
4086         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
4088 2010-04-02  Sam Steingold  <sds@gnu.org>
4090         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
4091         `vc-hg-command' with a list of flags.
4093         * progmodes/bug-reference.el (bug-reference-bug-regexp):
4094         Also accept "patch" and "RFE".
4095         (bug-reference-fontify): `bug-reference-url-format' can also be a
4096         function to be able to handle the bug kind.
4097         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
4099 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
4101         * tmm.el (tmm-get-keymap): Check with symbolp before passing
4102         value to fboundp, it may not be a symbol.
4104 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4106         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
4108 2010-03-31  Juri Linkov  <juri@jurta.org>
4110         * simple.el (next-line, previous-line): Re-throw a signal
4111         with `signal' instead of using `ding'.
4112         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
4114 2010-03-31  Juri Linkov  <juri@jurta.org>
4116         * simple.el (keyboard-escape-quit): Raise deselecting the active
4117         region higher than exiting the minibuffer.
4118         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
4120 2010-03-31  Juri Linkov  <juri@jurta.org>
4122         * image.el (image-animated-p): Use `image-metadata' instead of
4123         `image-extension-data'.  Get GIF extenstion data from metadata
4124         property `extension-data'.
4126 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4128         * simple.el (append-to-buffer): Simplify.
4130 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
4132         * textmodes/artist.el (artist-mode): Fix typo in docstring.
4133         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
4135 2010-03-31  Kenichi Handa  <handa@m17n.org>
4137         * language/sinhala.el (composition-function-table): Fix regexp for
4138         the new Unicode specification.
4140         * language/indian.el (devanagari-composable-pattern)
4141         (tamil-composable-pattern, kannada-composable-pattern)
4142         (malayalam-composable-pattern): Adjust for the new Unicode
4143         specification.
4144         (bengali-composable-pattern, gurmukhi-composable-pattern)
4145         (gujarati-composable-pattern, oriya-composable-pattern)
4146         (telugu-composable-pattern): New variables to cope with the new
4147         Unicode specification.  Use them in composition-function-table.
4149 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4151         Make tmm-menubar work for the Buffers menu again (bug#5726).
4152         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
4153         vectors rather than cons cells, as used in menu-bar-update-buffers.
4155 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4157         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
4158         (js-insert-and-indent): Revert 2009-08-15 change, restoring
4159         electric punctuation for "{}();,:" (Bug#5586).
4161         * mail/sendmail.el (mail-default-directory): Doc fix.
4163 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4165         * mail/sendmail.el (mail-default-directory): Doc fix.
4167 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
4169         * subr.el (version-regexp-alist, version-to-list)
4170         (version-list-<, version-list-=, version-list-<=)
4171         (version-list-not-zero, version<, version<=, version=): Doc fix.
4172         (Bug#5744).
4174 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
4176         * vc.el (vc-root-diff): Doc fix.
4178 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4180         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
4182         * simple.el (append-to-buffer): Fix last change.
4184 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
4186         * simple.el (append-to-buffer): Ensure that point is preserved if
4187         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
4188         (Bug#5749)
4190 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4192         * files.el (auto-mode-case-fold): Change default to t.
4194 2010-03-30  Juri Linkov  <juri@jurta.org>
4196         * dired-x.el (dired-omit-mode): Doc fix.
4198 2010-03-30  Juri Linkov  <juri@jurta.org>
4200         * replace.el (occur-accumulate-lines): Move occur-engine related
4201         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
4202         to be located after `occur-engine'.
4204 2010-03-30  Juri Linkov  <juri@jurta.org>
4206         Make occur handle multi-line matches cleanly with context.
4207         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
4209         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
4210         (occur-engine): Add local variables `ret', `prev-after-lines',
4211         `prev-lines'.  Use more arguments for `occur-context-lines'.
4212         Set first elem of its returned list to `data', and the second elem
4213         to `prev-after-lines'.  Don't print the separator line.
4214         In the end, print remaining context after-lines.
4215         (occur-context-lines): Add new arguments `begpt', `endpt',
4216         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
4217         after-lines of the previous match with before-lines of the
4218         current match and not overlap them.  Return a list with two
4219         values: the output line and the list of context after-lines.
4221 2010-03-30  Juri Linkov  <juri@jurta.org>
4223         * replace.el (occur-accumulate-lines): Fix a bug where the first
4224         context line at the beginning of the buffer was missing.
4226 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
4228         * files.el: Make bidi-display-reordering safe variable for boolean
4229         values.
4231 2010-03-29  Phil Hagelberg  <phil@evri.com>
4232             Chong Yidong  <cyd@stupidchicken.com>
4234         * subr.el: Extend progress reporters to perform "spinning".
4235         (progress-reporter-update, progress-reporter-do-update):
4236         Handle non-numeric value arguments.
4237         (progress-reporter--pulse-characters): New var.
4239 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
4241         * progmodes/compile.el (compilation-start): Fix regexp detection
4242         of initial cd command (Bug#5771).
4244 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
4246         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
4248 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
4250         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
4251         * lisp/progmodes/gdb-mi.el: Restore.
4252         * lisp/progmodes/gdb-ui.el: Remove.
4253         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
4255 2010-03-25  Glenn Morris  <rgm@gnu.org>
4257         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4258         all dired buffers, even tramp ones.  (Bug#5755)
4260 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4262         Add "union tags" in mpc.el.
4263         * mpc.el: Remove backward compatibility code.
4264         (mpc-browser-tags): Change default.
4265         (mpc--find-memoize-union-tags): New var.
4266         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
4267         (mpc-cmd-find): Handle the case where the playlist does not exist.
4268         Handle union-tags.
4269         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
4270         (mpc-cmd-add): Use mpc-cmd-flush.
4271         (mpc-tagbrowser-tag-name): New fun.
4272         (mpc-tagbrowser-buf): Use it.
4273         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
4275 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4277         Misc cleanup.
4278         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
4279         Use replace-regexp-in-string.
4280         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
4281         (makefile-imake-mode-syntax-table): Move init into defvar.
4282         (makefile-mode): Use define-derived-mode.
4284         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4285         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
4286         not be present any more.
4288 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4290         * faces.el (set-face-attribute): Fix typo in docstring.
4291         (face-valid-attribute-values): Reflow docstring.
4293         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
4295 2010-03-24  Glenn Morris  <rgm@gnu.org>
4297         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4299 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
4301         * indent.el (indent-for-tab-command): Doc fix.
4303 2010-03-24  Alan Mackenzie  <acm@muc.de>
4305         * progmodes/cc-engine.el (c-remove-stale-state-cache):
4306         Fix off-by-one error.  Fixes bug #5747.
4308 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4310         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
4311         (image-dired-read-comment): Doc fix.
4313         * json.el (json-object-type, json-array-type, json-key-type)
4314         (json-false, json-null, json-read-number):
4315         * minibuffer.el (completion-in-region-functions):
4316         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
4317         (cal-tex-cursor-week):
4318         * emacs-lisp/trace.el (trace-function):
4319         * eshell/em-basic.el (eshell/printnl):
4320         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
4321         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
4322         * obsolete/levents.el (allocate-event, event-key, event-object)
4323         (event-point, event-process, event-timestamp, event-to-character)
4324         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
4325         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
4326         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
4327         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
4328         (reftex-highlight-selection): Fix typos in docstrings.
4330 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4332         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
4334 2010-03-24  Glenn Morris  <rgm@gnu.org>
4336         * mail/rmail.el (rmail-highlight-face): Restore option deleted
4337         2008-02-13 without comment; mark it obsolete.
4338         (rmail-highlight-headers): Use rmail-highlight-face once more.
4340 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
4342         * woman.el (woman2-process-escapes): Only consume the newline if
4343         the filler character is on a line by itself (Bug#5729).
4345 2010-03-24  Kenichi Handa  <handa@m17n.org>
4347         * language/indian.el (devanagari-composable-pattern): Add more
4348         consonants.
4350 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
4352         * net/trampver.el: Update release number.
4354 2010-03-24  Glenn Morris  <rgm@gnu.org>
4356         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
4358 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
4360         * net/tramp.el (tramp-find-executable):
4361         Use `tramp-get-connection-buffer'.  Make the regexp for checking
4362         output of "wc -l" more robust.
4363         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
4364         (tramp-open-connection-setup-interactive-shell): Remove workaround
4365         for OpenSolaris bug, it is not needed anymore.
4367 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
4369         * cedet/semantic/imenu.el: New file, from the CEDET repository
4370         (Bug#5412).
4372 2010-03-24  Glenn Morris  <rgm@gnu.org>
4374         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
4376 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
4378         * files.el (auto-mode-alist): Accept more verilog file patterns.
4380 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4382         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4384 2010-03-24  Glenn Morris  <rgm@gnu.org>
4386         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4387         log-edit-before-checkin-process.
4389         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4391         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
4393         * vc-dispatcher.el (vc-start-logentry): Doc fix.
4394         (log-view-process-buffer, log-edit-extra-flags): Declare.
4396         * log-edit.el (log-edit-before-checkin-process): Doc fix.
4398         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4399         Consistently check ede-object is bound throughout.
4401         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4403 2010-03-23  Sam Steingold  <sds@gnu.org>
4405         Fix bug#5620: recalculate all markers on compilation buffer
4406         modifications, not on file modifications.
4407         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4408         the buffer modification time, for buffers not associated with files.
4409         (compilation-mode): Create it.
4410         (compilation-filter): Update it.
4411         (compilation-next-error-function): Use it instead of
4412         `visited-file-modtime' for timestamp.
4414 2010-03-23  Juri Linkov  <juri@jurta.org>
4416         Implement Occur multi-line matches.
4417         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4419         * replace.el (occur): Doc fix.
4420         (occur-engine): Set `begpt' to the beginning of the first line.
4421         Set `endpt' to the end of the last match line.  At first, count
4422         line numbers between `origpt' and `begpt'.  Split out code from
4423         `out-line' variable to new let-bindings `match-prefix' and
4424         `match-str'.  In `out-line' add non-numeric prefix to all
4425         non-first lines of multi-line matches.  Finally, count lines
4426         between `begpt' and `endpt' and add to `lines'.
4428 2010-03-23  Juri Linkov  <juri@jurta.org>
4430         * replace.el (occur-accumulate-lines, occur-engine):
4431         Use `occur-engine-line' instead of duplicate code.
4432         (occur-engine-line): New function created from duplicate code
4433         in `occur-accumulate-lines' and `occur-engine'.
4435         * replace.el (occur-engine-line): Add optional arg `keep-props'.
4436         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4438 2010-03-23  Juri Linkov  <juri@jurta.org>
4440         * finder.el: Remove TODO tasks.
4442         * info.el (Info-finder-find-node): Add node "all"
4443         with all package info.  Handle a list of multiple keywords
4444         separated by comma.
4445         (info-finder): In interactive use with a prefix argument,
4446         use `completing-read-multiple' to read a list of keywords
4447         separated by comma.
4449 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         Add a new completion style `substring'.
4452         * minibuffer.el (completion-basic--pattern): New function.
4453         (completion-basic-try-completion, completion-basic-all-completions):
4454         Use it.
4455         (completion-substring--all-completions)
4456         (completion-substring-try-completion)
4457         (completion-substring-all-completions): New functions.
4458         (completion-styles-alist): New style `substring'.
4460 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4462         Get rid of .elc files after removal of the corresponding .el.
4463         * Makefile.in (compile-clean): New target.
4464         (compile-main): Use it.
4466 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
4468         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4469         don't do make there.  When compiling with separate object dir, there
4470         is no Makefile there.
4472 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4474         Get rid of the ELCFILES abomination, again.
4475         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4476         (all, compile): Don't call compile-last.
4477         (compile-main): Build the "elcfiles" list dynamically.
4478         (compile-targets): New (internal) target.
4480 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
4482         * Makefile.in (top_srcdir): Define.
4483         (abs_top_builddir): Define.
4484         (srcdir): Don't append `/..'.
4485         (EMACS): Use ${abs_top_builddir}.
4486         (all, compile, compile-always, compile-last): Don't set emacswd.
4487         (update-subdirs, update-authors): Use $(top_srcdir) instead of
4488         $(srcdir).
4489         (lisp): Use $(srcdir) instead of @srcdir@.
4491 2010-03-21  Juri Linkov  <juri@jurta.org>
4493         Fix message of multi-line occur regexps and multi-buffer header lines.
4494         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4496         * replace.el (occur-1): Don't display regexp if it is longer
4497         than window-width.  Use `query-replace-descr' to display regexp.
4498         (occur-engine): Don't display regexp in the buffer header for
4499         multi-buffer occur.  Display a separate header line with total
4500         match count and regexp for multi-buffer occur.
4501         Use `query-replace-descr' to display regexp.
4503 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4505         * net/secrets.el: Fix parenthesis.
4506         (secrets-enabled): Fix parenthesis.
4508 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4510         Use more relative file and directory names.
4511         * Makefile.in (EMACS): Arrange for it to work when we chdir.
4512         (setwins, setwins_almost, setwins_for_subdirs):
4513         Don't `cd'; output relative names.
4514         (all, compile, compile-always, compile-last): Set emacswd.
4515         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4516         Just cd to the lisp source dir so we can use relative file names.
4518         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4520 2010-03-20  Glenn Morris  <rgm@gnu.org>
4522         * textmodes/rst.el: Use faces for font-lock customization, and make the
4523         old -face variables obsolete.
4524         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4525         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4526         (rst-block-face, rst-external-face, rst-definition-face)
4527         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4528         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4529         Make obsolete.
4530         (rst-font-lock-keywords-function): Update for above changes.
4532 2010-03-20  Juri Linkov  <juri@jurta.org>
4534         * s-region.el:
4535         * obsolete/s-region.el: Move to obsolete.
4537 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
4539         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4541 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4543         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4545 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4547         Add special markup processing for commit logs.
4548         * log-edit.el (log-edit-extra-flags): New variable.
4549         (log-edit): Add new argument MODE.  Use that mode when non-nil
4550         instead of the log-view-mode.
4551         (log-view-process-buffer): New function.
4553         * vc.el: Document that the checkin method takes optional
4554         arguments.  Document new backend specific method: log-view-mode.
4555         (vc-default-log-edit-mode): New function.
4556         (vc-checkin): Use a backend specific log-view-mode.
4557         Pass extra arguments to the checkin method.
4558         (vc-modify-change-comment): Pass a dummy extra argument.
4560         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4561         log-edit.
4562         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4563         (vc-finish-logentry): Process the log buffer before passing it
4564         down.  Pass log-edit-extra-flags.
4566         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4567         command.
4568         (log-edit-extra-flags, log-edit-before-checkin-process):
4569         New declarations.
4571         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4572         command.
4573         (log-edit-extra-flags, log-edit-before-checkin-process):
4574         New declarations.
4575         (vc-hg-log-edit-mode): New derived mode.
4577         * vc-arch.el (vc-arch-checkin):
4578         * vc-cvs.el (vc-cvs-checkin):
4579         * vc-git.el (vc-git-checkin):
4580         * vc-mtn.el (vc-mtn-checkin):
4581         * vc-rcs.el (vc-rcs-checkin):
4582         * vc-sccs.el (vc-sccs-checkin):
4583         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4585 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4587         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4588         parent typo).
4590 2010-03-19  Glenn Morris  <rgm@gnu.org>
4592         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4594 2010-03-18  Glenn Morris  <rgm@gnu.org>
4596         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4598         * replace.el (query-replace-history): Give it a doc string.
4599         (map-query-replace-regexp): Use query-replace-from-history-variable
4600         and query-replace-to-history-variable.
4602         * mail/hashcash.el (declare-function): Remove duplicate definition.
4604         * mail/emacsbug.el (report-emacs-bug-pretest-address):
4605         Make it an obsolete alias for report-emacs-bug-address.
4606         (message-strip-special-text-properties): Declare.
4607         (report-emacs-bug): Remove test for a pretest bug address.
4608         Combine message-mode-specific code.
4610         * mail/supercite.el: Don't require sendmail.
4611         (mh-in-header-p): Declare rather than using with-no-warnings.
4612         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4613         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
4615         * calendar/cal-french.el: Convert to utf-8.
4617         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4618         Emacs scripts.
4620 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
4622         * net/secrets.el (secrets-enabled): New variable.  Use it instead
4623         of a subfeature.
4625 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
4627         * net/secrets.el (top): Register the D-Bus signals only when the
4628         service "org.freedesktop.secrets" can be pinged.
4629         Provide subfeature `enabled'.
4631 2010-03-14  Juri Linkov  <juri@jurta.org>
4633         Add finder unknown keywords.
4635         * finder.el (finder-unknown-keywords): New function.
4637         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4638         to create a Finder node with unknown keywords.
4640 2010-03-14  Juri Linkov  <juri@jurta.org>
4642         * finder.el (finder-compile-keywords): Replace `princ' with
4643         `prin1' on a list of symbols interned from keyword strings.
4645         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4646         a comma, then split keywords using a comma and optional whitespace.
4647         Otherwise, split by whitespace.
4649         * complete.el:
4650         * face-remap.el:
4651         * log-view.el:
4652         * net/hmac-def.el:
4653         * net/hmac-md5.el:
4654         * net/netrc.el:
4655         * progmodes/mixal-mode.el: Fix keywords.
4657 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
4659         * Makefile.in (ELCFILES): Add net/secrets.elc.
4661         * net/secrets.el: New file.
4663 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4665         * facemenu.el (list-colors-display, list-colors-print): New arg
4666         callback.  Use it to allow selecting colors.
4668         * wid-edit.el (widget-image-insert): Insert image prop even if the
4669         current display is non-graphic.
4670         (widget-field-value-set): New fun.
4671         (editable-field): Use it.
4672         (widget-field-value-get): Clean up unused var.
4673         (widget-color-value-create, widget-color--choose-action):
4674         New funs.  Allow using list-colors-display to choose color.
4676 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4678         * cus-edit.el: Resort topmost custom groups.
4679         (custom-buffer-sort-alphabetically): Default to t.
4680         (customize-apropos): Use apropos-parse-pattern.
4681         (custom-search-field): New var.
4682         (custom-buffer-create-internal): Add custom-apropos search field.
4683         (custom-add-parent-links): Don't display parent doc.
4684         (custom-group-value-create): Don't sort top-level custom group.
4685         (custom-magic-value-create): Show visibility button before option name.
4687         (custom-variable-state): New fun, from custom-variable-state-set.
4688         (custom-variable-state-set): Use it.
4689         (custom-group-value-create): Hide options with standard values
4690         using the :hidden-states property.  Use progress reporter.
4692         (custom-show): Simplify.
4693         (custom-visibility): Disable images by default.
4694         (custom-variable): New property :hidden-states.
4695         (custom-variable-value-create): Enable images for
4696         custom-visibility widgets.  Use :hidden-states property to
4697         determine initial visibility.
4699         * wid-edit.el (widget-image-find): Give images center ascent.
4700         (visibility): Add :on-image and :off-image properties.
4701         (widget-visibility-value-create): Use them.
4703 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4705         * cus-edit.el (processes): Remove from development group.
4706         (oop, hypermedia): Delete group.
4707         (comm): Promote to top-level group.
4709         * net/browse-url.el (browse-url):
4710         * net/xesam.el (xesam):
4711         * net/tramp.el (tramp):
4712         * net/goto-addr.el (goto-address):
4713         * net/ange-ftp.el (ange-ftp): Put in comm group.
4715         * view.el (view): Remove from editing group.
4717         * uniquify.el (uniquify): Put in files group.
4719         * net/browse-url.el (browse-url):
4720         * ps-print.el (postscript): Put in external group.
4722         * cus-edit.el (outlines):
4723         * textmodes/text-mode.el (text-mode-hook):
4724         * textmodes/table.el (table):
4725         * textmodes/picture.el (picture):
4726         * outline.el (outlines): Put in wp group.
4728         * nxml/nxml-mode.el (nxml): Remove from wp group.
4730         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4732         * mail/metamail.el (metamail): Remove from hypermedia group.
4734         * cus-edit.el (abbrev):
4735         * whitespace.el (whitespace):
4736         * vcursor.el (vcursor):
4737         * reveal.el (reveal):
4738         * hl-line.el (hl-line): Put in convenience group.
4740         * epg-config.el (epg): Put in data group.
4742         * emulation/pc-select.el (pc-select): Put in emulations group.
4744         * calculator.el (calculator): Put in applications group.
4746 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4748         Add .dir-locals.el support for file-less buffers.
4749         * files.el (hack-local-variables): Split out code to apply local
4750         variable settings ...
4751         (hack-local-variables-apply): ... here.  New function.
4752         (hack-dir-local-variables): Use the default directory for when the
4753         buffer does not have an associated file.
4754         (hack-dir-local-variables-non-file-buffer): New function.
4755         * diff-mode.el (diff-mode):
4756         * vc-annotate.el (vc-annotate-mode):
4757         * vc-dir.el (vc-dir-mode):
4758         * log-edit.el (log-edit-mode):
4759         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4761 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4763         Add support for shelving snapshots and for showing shelves.
4764         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4765         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4766         New functions.
4767         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4768         (vc-bzr-extra-menu-map): Map them.
4770 2010-03-11  Glenn Morris  <rgm@gnu.org>
4772         * cus-edit.el (customize-changed-options-previous-release):
4773         Bump to 23.1.
4775         * image.el (image-animate-max-time): Fix :version tag.
4777 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4779         * Branch for 23.2.
4781 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4783         * vc-git.el (vc-git-revision-table): Include remote branches.
4785 2010-03-10  Kim F. Storm  <storm@cua.dk>
4787         Animated image API.
4788         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4790         * image.el (image-animate-max-time): New defcustom.
4791         (image-animated-types): New defconst.
4792         (create-animated-image, image-animate-timer)
4793         (image-animate-start, image-animate-stop, image-animate-timeout)
4794         (image-animated-p): New functions.
4796         * image-mode.el (image-toggle-display-image):
4797         Replace `create-image' with `create-animated-image'.
4799 2010-03-09  Miles Bader  <miles@gnu.org>
4801         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4802         instead of "format:"; this ensures that the output is
4803         newline-terminated.
4805 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4807         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4808         that all errors are caught, and that the return value is always a
4809         list (Bug#5692).
4811 2010-03-08  Kenichi Handa  <handa@m17n.org>
4813         * language/misc-lang.el (windows-1256): New coding system.
4814         (cp1256): New alias of windows-1256 (bug#5690).
4816 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4818         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4819         call to rfc822-bad-address.  (Bug#5692)
4821 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4823         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4824         Use vc-git-root as default directory for revision path (Bug#5657).
4826 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4828         * calculator.el (calculator): Don't bind split-window-keep-point
4829         (Bug#5674).
4831 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4833         * vc-git.el: Re-flow to fit into 80 columns.
4834         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4835         Remove spurious `quote' element in each case alternative.
4836         (vc-git-show-log-entry): Use prog1.
4837         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4839 2010-03-06  Glenn Morris  <rgm@gnu.org>
4841         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4842         Update template copyright to GPLv3+.
4844 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4846         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4848 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4850         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4851         definition, not the name (Bug#5481).
4853 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4855         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4856         argument with a local variable.  (Bug#5670)
4858 2010-03-02  Juri Linkov  <juri@jurta.org>
4860         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4862 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4864         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4865         error when FILENAME and NEWNAME are existing remote directories.
4867         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4868         parameter DIR-FLAG.
4870 2010-03-02  Glenn Morris  <rgm@gnu.org>
4872         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4873         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4875 2010-03-01  Kenichi Handa  <handa@m17n.org>
4877         * language/burmese.el (burmese-composable-pattern): Rename from
4878         myanmar-composable-pattern.
4880         * international/characters.el (script-list):
4881         * international/fontset.el (script-representative-chars):
4882         Change myanmar to burmese.
4883         (otf-script-alist): Likewise.
4884         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4886 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4888         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4890 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4892         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4894 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4896         * net/tramp.el (tramp-handle-write-region): START can be a string.
4897         Take care in the checks.  Reported by Dan Davison
4898         <davison@stats.ox.ac.uk>.
4900 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4902         * net/dbus.el (dbus-introspect, dbus-get-property)
4903         (dbus-set-property, dbus-get-all-properties):
4904         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4906 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4908         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4909         * emacs-lisp/elint.el (elint-add-required-env):
4910         * cedet/semantic/db-find.el
4911         (semanticdb-find-translate-path-brutish-default):
4912         * cedet/ede/make.el (ede-make-check-version):
4913         * calendar/icalendar.el (icalendar--add-diary-entry):
4914         * calc/calcalg2.el (math-tracing-integral):
4915         * files.el (recover-session-finish): Use with-current-buffer
4916         instead of save-excursion.
4918 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4920         Fix in-buffer completion when after-change-functions modify the buffer.
4921         * minibuffer.el (completion--replace): New function.
4922         (completion--do-completion): Use it and use relative movement.
4924 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4926         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4928 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4930         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4931         Allow the characters _<> in the stack entry (Bug#5653).
4933 2010-02-26  Kenichi Handa  <handa@m17n.org>
4935         * language/burmese.el: Fix entries in composition-function-table.
4936         (myanmar-composable-pattern): New variable.
4938         * international/fontset.el (setup-default-fontset): Add an entry
4939         for myanmar.
4941         * international/characters.el (script-list): Add Myanmar
4942         Extended-A.
4944 2010-02-26  Glenn Morris  <rgm@gnu.org>
4946         * custom.el (custom-initialize-delay): Doc fix.
4948         * mail/sendmail.el (send-mail-function): Autoload the call
4949         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4951 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4953         * files.el (hack-local-variables-filter): For eval forms, also
4954         check safe-local-variable-p (Bug#5636).
4956 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4958         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4959         and use c(ad)r of cddr (Bug#5640).
4961 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4963         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4964         setting the modes by `ignore-errors'.  It might fail, for example
4965         if the file is not owned by the user but the group.
4966         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4968 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4970         * files.el (directory-listing-before-filename-regexp): Use
4971         stricter matching for iso-style dates, to avoid false matches with
4972         date-like filenames (Bug#5597).
4974         * htmlfontify.el (htmlfontify): Doc fix.
4976         * eshell/eshell.el (eshell): Doc fix.
4978         * startup.el (fancy-about-screen): In mode-line, apply
4979         mode-line-buffer-id face only to the buffer name (Bug#5613).
4981 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4983         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4984         In `watcom' anchor regexp to start of line, to avoid slowness
4985         (Bug#5599).
4987 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4989         * subr.el (remove-yank-excluded-properties): Explain in a comment
4990         why `category' property is removed.
4992 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4994         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4995         2010-02-17 change.
4997 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4999         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
5000         (icalendar--convert-weekly-to-ical)
5001         (icalendar--convert-yearly-to-ical)
5002         (icalendar--convert-block-to-ical)
5003         (icalendar--convert-cyclic-to-ical)
5004         (icalendar--convert-anniversary-to-ical): Take care of time
5005         specifications where hour has 1-digit only (Bug#5549).
5007 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
5009         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
5010         of disassemble output in GDB 7.1.
5012 2010-02-19  Glenn Morris  <rgm@gnu.org>
5014         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
5015         property.  (Bug#5593)
5017 2010-02-18  Sam Steingold  <sds@gnu.org>
5019         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5021 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5023         Use abbreviated file names in bookmarks (bug#5591).
5024         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
5025         calls to expand-file-name.
5026         (bookmark-relocate): Use abbreviated file names in bookmarks.
5027         (bookmark-load): Use abbreviated file names in messages.
5029 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
5031         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
5032         expand "." and "..".  Reported by Thierry Volpiatto
5033         <thierry.volpiatto@gmail.com>.
5035 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
5037         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
5038         permissions of the temporary file to "0600".  In case the remote
5039         file has no read permissions for the owner, there might be
5040         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
5042 22010-02-18  Glenn Morris  <rgm@gnu.org>
5044         * emacs-lisp/authors.el (authors-renamed-files-alist):
5045         Add entries for INSTALL.CVS.
5047 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
5049         * vc-bzr.el: Fix typo in Known Bugs section.
5051         * isearch.el (isearch-update-post-hook): New hook.
5052         (isearch-update): Use the new hook.
5054 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
5056         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5057         Fix errors in copying directories.
5058         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
5059         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
5060         (tramp-handle-delete-file)
5061         (tramp-handle-dired-recursive-delete-directory)
5062         (tramp-handle-write-region): Flush also the cache for the upper
5063         directory.
5065 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
5067         * simple.el (save-interprogram-paste-before-kill): Doc fix.
5069         * cus-edit.el (hardware): Doc fix.
5071         * man.el (man): Add to external custom group.
5073         * delim-col.el (columns): Move to wp custom group.
5075         * doc-view.el (doc-view): Add to data custom group.
5077         * cedet/data-debug.el (data-debug): Move to extensions group.
5079         * cedet/ede.el (ede):
5080         * cedet/srecode.el (srecode):
5081         * cedet/semantic.el (semantic): Put in tools and extensions group.
5083         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
5085         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
5086         by ispell-parse-output (Bug#5575).
5088 2010-02-16  Kenichi Handa  <handa@m17n.org>
5090         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
5091         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
5092         (skkdic-convert): Use `euc-japan' coding system for writing.
5094 2010-02-16  Glenn Morris  <rgm@gnu.org>
5096         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
5097         tex-main-file before using it.  (Bug#5562)
5099 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5101         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
5102         warnings, since it is annoying for the user to see them each time he
5103         runs the code.
5105 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
5107         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
5108         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
5109         instead of PROC for caching "first-password-request".  Otherwise,
5110         new processes would not profit from passwords already entered.
5112         * net/tramp-cache.el (tramp-dump-connection-properties):
5113         Don't save "first-password-request" property.
5115 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
5117         * outline.el (outline-head-from-level):
5118         * simple.el (with-wrapper-hook):
5119         * cedet/ede.el (ede-run-target, project-delete-target)
5120         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
5121         (ede-adebug-project, ede-adebug-project-parent)
5122         (ede-adebug-project-root):
5123         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
5124         (elint-defun, elint-buffer-env, elint-top-form-logged)
5125         (elint-unbound-variable):
5126         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
5127         Fix typos in docstrings.
5129 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
5131         * files.el (insert-directory): When WILDCARD-REGEXP and
5132         FULL-DIRECTORY-P are nil, insert the file entry instead of the
5133         whole directory.  (Bug#5551)
5135         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
5136         dired's alignment sanity.  (Bug#5516)
5138 2010-02-14  Juri Linkov  <juri@jurta.org>
5140         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
5141         Remove remaining ^H with their preceding chars.  (Bug#5566)
5143 2010-02-13  Glenn Morris  <rgm@gnu.org>
5145         * simple.el (transpose-subr): Give it a doc-string.
5147         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
5148         Doc fixes.
5150 2010-02-12  Juri Linkov  <juri@jurta.org>
5152         * arc-mode.el (archive-unique-fname): Make directories for nested
5153         archives.  (Bug#5540)
5155 2010-02-12  Juri Linkov  <juri@jurta.org>
5157         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
5159 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5161         * subr.el (copy-overlay): Handle deleted overlays.
5163         * man.el (Man-completion-table): Don't signal an error if we can't run
5164         manual-program (bug#4056).
5166 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
5168         * textmodes/artist.el (artist-mt): Fix typos in docstring.
5170 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5172         * info.el (Info-bookmark-jump): Simplify.
5174         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
5175         (bookmark-default-handler): Accept new bookmark field `buffer'.
5177 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
5179         * iswitchb.el (iswitchb-completions): Revert last change.
5181 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
5183         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
5184         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
5185         This prevents file names like "~/" being listed literally.
5187 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
5189         * term/xterm.el (xterm-maybe-set-dark-background-mode):
5190         Remove dead code.  (Bug#5546)
5192 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
5194         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
5195         correctly (Bug#5548).
5197 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
5199         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
5200         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
5202 2010-02-08  Kenichi Handa  <handa@m17n.org>
5204         * international/mule-util.el (with-coding-priority): Add autoload
5205         cookie for putting `lisp-indent-function'.
5207 2010-02-07  Glenn Morris  <rgm@gnu.org>
5209         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
5210         Move F2003 named interfaces from keywords-2 to keywords-1, and
5211         use function-name-face rather than constant-face.
5212         Simplify "abstract interface" regexp.
5214 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
5216         * eshell/esh-util.el (eshell-file-attributes): New optional arg
5217         ID-FORMAT.  Pass it to `file-attributes'.
5219         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
5221 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
5223         * faces.el (set-face-attribute): Allow calling
5224         internal-set-lisp-face-attribute with 'unspecified family and
5225         foundry argument (Bug#5536).
5227 2010-02-07  Glenn Morris  <rgm@gnu.org>
5229         * progmodes/f90.el (f90-font-lock-keywords-2)
5230         (f90-looking-at-type-like, f90-looking-at-program-block-end):
5231         Handle F2003 named interfaces.
5233 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
5235         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
5236         beg and end before calling c-get-state-before-change-functions.
5238 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
5240         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
5242 2010-02-05  Juri Linkov  <juri@jurta.org>
5244         * doc-view.el (doc-view-mode):
5245         * image-mode.el (image-mode): Put property mode-class=special.
5246         (Bug#4896)
5248 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
5250         * vc-svn.el (vc-svn-revision-table): New function.
5252 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
5254         * net/ange-ftp.el (ange-ftp-insert-directory):
5255         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5256         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5257         Handle also directories.  (Bug#5478)
5259 2010-02-05  Glenn Morris  <rgm@gnu.org>
5261         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
5263 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
5265         * startup.el (command-line-1): Convert options beginning with a
5266         single dash as well (Bug#5519).
5268 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5270         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
5271         * minibuffer.el (completion-initials-expand): Only check the presence
5272         of delims *within* the boundaries, since otherwise the / delim is
5273         always found for files.
5275         Fix up various corner case problems.
5276         * doc-view.el (doc-view-last-page-number): New function.
5277         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
5278         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
5279         (doc-view-kill-proc): Avoid inf-loop in freak cases.
5280         (doc-view-reconvert-doc): Use the new recursive delete-directory.
5281         (doc-view-convert-current-doc): Don't create the resolution.el file
5282         here any more.
5283         (doc-view-pdf/ps->png): Do it here instead.
5284         (doc-view-already-converted-p): Check that resolution.el is present.
5285         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
5286         windows that are not yet showing images.
5288 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
5290         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
5291         `dired-uncache' for every elemnt which is an absolute file name.
5293         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
5294         directory, handle its directory component.
5295         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
5296         function is called permanently and creates noise, otherwise.
5298         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5299         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5300         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
5302 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
5304         * macros.el (apply-macro-to-region-lines):
5305         Minor simplification.  (Bug#5485)
5307 2010-02-04  Glenn Morris  <rgm@gnu.org>
5309         * mail/rmail.el (rmail-show-message-1): Handle malformed
5310         quoted-printable text.  (Bug#5441)
5312         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
5314         * simple.el (visual-line-mode): Capitalize lighter.
5316 2010-02-03  John Wiegley  <jwiegley@gmail.com>
5318         * iswitchb.el (iswitchb-completions): Add bookmark files to the
5319         list of files considered for "virtual buffer" completions.
5321 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
5323         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
5324         also in case of (and (not full) (not wildcard)).  This is needed
5325         when dired is called with a list of files, which are not in
5326         `default-directory'.  (Bug#5478)
5328 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5330         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
5332 2010-02-02  Juri Linkov  <juri@jurta.org>
5334         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
5335         from unidiff to allow function-line after @@.
5337 2010-02-02  Juri Linkov  <juri@jurta.org>
5339         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
5340         '(RCS SCCS) with inverted condition.
5342 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
5344         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
5345         messages.
5347 2010-02-01  Juri Linkov  <juri@jurta.org>
5349         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
5350         compare with "pkunzip" and "pkzip" instead of only "pkzip".
5351         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
5352         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
5354 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5356         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
5357         (doc-view-revert-buffer): New command.
5358         (doc-view-mode-map): Use it.
5360 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
5362         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
5363         pending merge is detected.
5365 2010-01-31  Juri Linkov  <juri@jurta.org>
5367         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
5368         beginning of interactive spec like all other grep commands do.
5369         Put "all" in front of "gz".  (Bug#5260)
5371 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
5373         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5375 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
5377         * dirtrack.el (dirtrack): Warn instead of signalling error if the
5378         regexp is incorrect (Bug#5476).
5380 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
5382         * net/tramp.el (tramp-handle-insert-directory): Handle also
5383         symlinks, when FILENAME is not in `default-directory'.
5385 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5387         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
5388         FILE is not in `default-directory'.  (Bug#5478)
5390         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5391         of SWITCHES.  Handle the case, FILENAME is not in
5392         `default-directory'.  (Bug#5478)
5393         (tramp-register-file-name-handlers): Add safe-magic property.
5395 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
5397         * arc-mode.el (archive-zip-extract): Quote the argument passed to
5398         unzip (Bug#5475).
5400 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
5402         * progmodes/flymake.el (flymake-allowed-file-name-masks)
5403         (flymake-master-make-header-init): Add other C++ filename masks.
5404         (flymake-find-possible-master-files)
5405         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5407 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
5409         Fix some busybox annoyances.
5411         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5412         not responding." string.
5413         (tramp-open-connection-setup-interactive-shell): Dump stty
5414         settings.  Enable "neveropen" arg for all `tramp-send-command'
5415         calls.  Handle "=" in variable values properly.
5416         (tramp-find-inline-encoding): Raise an error, when no encoding is
5417         found.
5418         (tramp-wait-for-output): Check, whether PROC buffer is available.
5419         Remove spurious " ^H" sequences, sent by busybox.
5420         (tramp-get-ls-command): Suppress coloring, if possible.
5422 2010-01-28  Glenn Morris  <rgm@gnu.org>
5424         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
5426         * log-edit.el (log-edit-strip-single-file-name): Add missing
5427         :safe, :group, and :version tags.
5429 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
5431         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5432         buffers.  (Bug#5477)
5434 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
5436         * files.el (delete-directory): Handle moving to trash without
5437         first doing recursion (Bug#5436).
5439 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
5441         * vc-hooks.el (vc-path): Mark as obsolete.
5443 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
5445         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5446         names too.
5448         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5449         for the short log.
5450         (vc-bzr-log-view-mode): Adjust regexp for the above change.
5452 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
5454         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5456         * vc-bzr.el (vc-bzr-revision-table): New function.
5458 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
5460         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5461         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
5463 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5465         Remove support for adding --signoff on commit.
5466         Future support will use an incompatible generic mechanism.
5467         * vc-git.el (vc-git-add-signoff): Remove variable.
5468         (vc-git-toggle-signoff): Remove function.
5469         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5471         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5472         from xterm-set-background-mode.  Return t if the background mode
5473         was set.
5474         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5475         earlier, call it again in case the background mode has changed.
5477 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
5479         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5480         (Bug#3541).
5482 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
5484         * emacs-lisp/assoc.el (aelement): Doc fix.
5485         (aput, adelete, amake): Use lexical-let (Bug#5450).
5487 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
5489         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5490         is the same as subprogram call, not declaration.  (Bug#5435).
5492 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
5494         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5495         (tramp-smb-maybe-open-connection): Use it.
5497 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
5499         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
5501 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5503         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5504         just because we see "encoding: 8bit".
5505         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5507 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
5509         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5511 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
5513         * jka-compr.el (jka-compr-load): If load-file is not in
5514         load-history, try its file-truename version.  (bug#5447)
5516 2010-01-21  Alan Mackenzie  <acm@muc.de>
5518         Fix a situation where deletion of a cpp construct throws an error.
5519         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
5520         invoking c-with-all-but-one-cpps-commented-out, check that the
5521         special cpp construct is still in the buffer.
5522         (c-parse-state): Record the special cpp with markers, not numbers.
5524 2010-01-21  Kenichi Handa  <handa@m17n.org>
5526         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5527         process last-command-event, as it is now decoded first (Bug#5380).
5529 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
5531         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5533 2010-01-20  Glenn Morris  <rgm@gnu.org>
5535         * indent.el (tab-always-indent): Fix custom-type.
5537 2010-01-19  Alan Mackenzie  <acm@muc.de>
5539         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5540         buffer throws "args out of range".
5541         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5542         playing the role of delimiter.
5544 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
5546         * progmodes/ada-mode.el: Fix bug#5400.
5547         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5548         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5549         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
5550         Improve comments in "is" portion.  Handle null procedure declaration.
5551         (ada-move-to-end): Improve doc string.
5553 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
5555         * ido.el (ido-cur-list): Initialize to nil.
5556         Remove obsolete information from commentary.
5557         (ido-choice-list): Initialize to nil.
5558         (ido-get-bufname): Reject minibuffers.
5559         (ido-make-buffer-list): If "default" is a nonexistent
5560         buffer, ignore it, as per the function's comment.
5561         (ido-kill-buffer-internal): New function.
5562         (ido-kill-buffer-at-head): Use it.
5563         (ido-visit-buffer): Likewise.
5565 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5567         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5569 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
5571         * cedet/ede/locate.el (ede-locate-file-in-project)
5572         (ede-locate-file-in-project-impl): Fix typos in docstrings.
5573         (ede-enable-locate-on-project): Fix typos in error messages.
5575         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5576         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5577         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5578         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5579         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5580         Fix typos in menu help.
5582         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5583         Fix typos in chart titles.
5585         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5586         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5587         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5588         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5589         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5590         (semantic-parse-stream, semantic-parse-region)
5591         (semantic-parse-region-default, semantic--set-buffer-cache)
5592         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5593         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5594         (semantic-default-submodes):
5595         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5596         (semanticdb-create-ebrowse-database)
5597         (semanticdb-find-tags-for-completion-method)
5598         (semanticdb-find-tags-by-class-method)
5599         (semanticdb-deep-find-tags-by-name-method)
5600         (semanticdb-deep-find-tags-for-completion-method):
5601         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5602         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5603         (semanticdb-find-tags-for-completion-method)
5604         (semanticdb-find-tags-by-class-method)
5605         (semanticdb-deep-find-tags-for-completion-method):
5606         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5607         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5608         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5609         (semanticdb-find-tags-by-name-method)
5610         (semanticdb-find-tags-by-name-regexp-method)
5611         (semanticdb-find-tags-for-completion-method)
5612         (semanticdb-find-tags-by-class-method)
5613         (semanticdb-find-tags-external-children-of-type-method)
5614         (semanticdb-find-tags-subclasses-of-type-method)
5615         (semanticdb-deep-find-tags-by-name-method)
5616         (semanticdb-deep-find-tags-by-name-regexp-method)
5617         (semanticdb-deep-find-tags-for-completion-method):
5618         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5619         (semanticdb-enable-gnu-global-in-buffer)
5620         (semanticdb-find-tags-for-completion-method)
5621         (semanticdb-deep-find-tags-by-name-method)
5622         (semanticdb-deep-find-tags-for-completion-method):
5623         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5624         (javascript-mode, semanticdb-find-translate-path)
5625         (semanticdb-find-tags-for-completion-method)
5626         (semanticdb-find-tags-by-class-method)
5627         (semanticdb-deep-find-tags-by-name-method)
5628         (semanticdb-deep-find-tags-for-completion-method)
5629         (semanticdb-find-tags-external-children-of-type-method):
5630         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5631         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5632         (global-semantic-idle-scheduler-mode):
5633         * cedet/srecode/dictionary.el (srecode-field-value)
5634         (srecode-dictionary-add-section-dictionary):
5635         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5636         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5637         (describe-class, eieio-describe-generic, describe-generic):
5638         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5639         (eieio-speedbar-expand):
5640         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5641         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5642         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5643         (viper-del-backward-char-in-replace, viper-backward-indent)
5644         (viper-brac-function, viper-register-to-point, viper-submit-report):
5645         * net/tramp.el (tramp-remote-coding-commands):
5646         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5647         Fix typos in docstrings.
5649 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5651         * mail/sendmail.el (mail-yank-original): Set the mark if the
5652         specified function for yanking does not do it.
5654 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
5656         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
5658         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5659         resyncing a directory.
5661 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
5663         * progmodes/ada-mode.el: Fix bug#1920.
5664         (ada-ident-re): Delete ., allow multibyte characters.
5665         (ada-goto-label-re): New; matches goto labels.
5666         (ada-block-label-re): New; matches block labels.
5667         (ada-label-re): New; matches both.
5668         (ada-named-block-re): Deleted; callers changed to use
5669         `ada-block-label-re' instead.
5670         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5671         Use `ada-block-label-re'.
5672         (ada-indent-on-previous-lines): Improve handling of goto labels.
5673         (ada-get-indent-block-start): Special-case block label.
5674         (ada-get-indent-label): Split into `ada-indent-block-label' and
5675         `ada-indent-goto-label'.
5676         (ada-goto-stmt-start, ada-goto-next-non-ws):
5677         Optionally ignore goto labels.
5678         (ada-goto-next-word): Simplify.
5679         (ada-indent-newline-indent-conditional): Insert newline before
5680         trying to fix indentation; doc fix.
5682 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
5684         * calc/calc.el (calc-command-flags): Give it an initial value.
5686 2010-01-17  Glenn Morris  <rgm@gnu.org>
5688         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5690 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5692         * cedet/semantic.el (semantic-mode):
5693         * files.el (minibuffer-with-setup-hook):
5694         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5695         (artist-key-draw-continously, artist-key-do-continously-continously)
5696         (artist-key-set-point-continously, artist-mouse-draw-continously):
5697         Fix typos in docstrings.
5699 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5701         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5702         return t (Bug#3898).
5704 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5706         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5707         can parse the output of the external commands (Bug#5279).
5709 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5711         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5713 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5715         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5717         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5719         * startup.el (command-line): Remove unused --icon-type arg.
5720         Handle --display arg, passing it to command-line-1 (Bug#5392).
5722 2010-01-16  Mario Lang  <mlang@delysid.org>
5724         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5725         * cedet/ede/files.el (ede-expand-filename):
5726         * cedet/ede/simple.el (ede-simple-project):
5727         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5728         (semantic-complete-inline-tag-engine):
5729         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5730         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5731         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5732         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5733         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5734         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5735         * emacs-lisp/chart.el (chart-translate-namezone):
5736         * textmodes/artist.el (artist-compute-popup-menu-table):
5737         Remove duplicated words in doc-strings.
5739 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5741         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5742         to mairix-search to suppress threading (Bug#5342).
5744 2010-01-15  Kenichi Handa  <handa@m17n.org>
5746         * international/mule-cmds.el (canonicalize-coding-system-name):
5747         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5749 2010-01-15  Glenn Morris  <rgm@gnu.org>
5751         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5753         * wid-edit.el (widget-keymap): Doc fix.
5755         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5756         former seems to be more widely accepted by various svn versions.
5758 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5760         * find-cmd.el (find-constituents):
5761         * vc-arch.el (vc-arch-root):
5762         * window.el (window-body-height, pop-up-frames):
5763         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5764         (semantic-no-reparse-needed-change-hook):
5765         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5766         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5767         (srecode-template-inserter-ask, srecode-template-inserter-width)
5768         (srecode-template-inserter-section-start)
5769         (srecode-template-inserter-section-end, srecode-insert-method):
5770         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5771         * progmodes/ada-stmt.el (ada-if):
5772         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5773         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5774         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5775         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5777         * progmodes/flymake.el (flymake-post-syntax-check):
5778         Fix typo in error message.
5780 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5782         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5783         which is always a string.  (Bug#5313)
5785 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5787         * progmodes/ada-xref.el (ada-default-prj-properties):
5788         Simplify previous change.
5790 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5792         * progmodes/ada-xref.el (ada-default-prj-properties):
5793         Default ada_project_path to $ADA_PROJECT_PATH.
5795 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5797         * progmodes/ada-mode.el (ada-create-keymap):
5798         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5800 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5802         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5803         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5804         (ada-get-current-indent, ada-imenu-generic-expression)
5805         (ada-which-function): Check for it.
5807 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5809         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5810         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5812 2010-01-14  Glenn Morris  <rgm@gnu.org>
5814         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5816 2010-01-14  Kenichi Handa  <handa@m17n.org>
5818         * composite.el (auto-composition-mode): Make it a buffer local
5819         variable (permanent-local).
5820         (auto-composition-function): Set the default value to
5821         auto-compose-chars.
5822         (auto-composition-mode): Make it a simple function, not a minor mode.
5823         (global-auto-composition-mode): Likewise.
5824         (turn-on-auto-composition-if-enabled): Delete it.
5826 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5828         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5830 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5832         * files.el (copy-directory): Compute target for recursive
5833         directories with identical names.  (Bug#5343)
5835 2010-01-12  Glenn Morris  <rgm@gnu.org>
5837         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5838         it to bug-gnu-emacs rather than emacs-pretest-bug.
5840 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5842         * cedet/data-debug.el (data-debug): Fix customization group reference.
5844 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5846         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5847         (semantic-analyze-context, semantic-analyze-context-assignment)
5848         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5849         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5850         (semantic-java-doc-keywords-map):
5851         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5852         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5853         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5854         (semantic-c-classname, semantic-format-tag-uml-prototype)
5855         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5856         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5857         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5858         (semantic-get-local-variables, semantic-end-of-command)
5859         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5860         (lisp-mode):
5861         * cedet/semantic/bovine/make.el (makefile-mode):
5862         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5863         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5864         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5865         (semantic-lex, semantic-get-local-variables, python-mode):
5866         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5867         * cedet/srecode/extract.el (srecode-extract-state-set)
5868         (srecode-extract-method): Fix typos in docstrings.
5870 2010-01-11  Sam Steingold  <sds@gnu.org>
5872         * imenu.el (imenu-default-create-index-function): Detect infinite
5873         loops caused by imenu-prev-index-position-function.
5875 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5877         * htmlfontify.el (htmlfontify-load-rgb-file)
5878         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5879         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5880         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5881         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5882         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5883         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5884         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5885         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5886         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5887         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5888         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5889         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5890         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5891         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5892         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5893         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5894         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5895         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5896         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5897         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5898         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5899         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5900         backslash-quoting from parentheses, etc.
5902 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5904         * progmodes/js.el: Autoload javascript-mode alias.
5906 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5908         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5909         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5910         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5911         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5912         Fix typos in docstrings.
5913         (ffap-url-regexp): Doc fix.
5914         (ffap-at-mouse): Fix typo in message.
5916 2010-01-11  Glenn Morris  <rgm@gnu.org>
5918         * version.el (emacs-copyright): Set copyright year to 2010.
5920 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * format.el (format-annotate-function): Only set
5923         write-region-post-annotation-function after running to-fn so as not to
5924         affect nested write-region calls (bug#5273).
5926 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5928         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5929         Add python parser.
5931         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5932         wisent/python.el.
5934 2010-01-10  Richard Kim  <emacs18@gmail.com>
5936         * cedet/semantic/wisent/python-wy.el:
5937         * cedet/semantic/wisent/python.el: New files.
5939 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5941         * man.el (Man-goto-section): Signal error if the section is not
5942         found (Bug#5317).
5944 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5946         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5947         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5949 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5951         * progmodes/compile.el: Don't treat compile-command as safe if
5952         compilation-read-command might be nil (Bug#4218).
5954 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5956         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5957         NS options.
5959 2010-01-08  Kenichi Handa  <handa@m17n.org>
5961         * international/fontset.el (build-default-fontset-data):
5962         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5964 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5966         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5967         to `create-file-buffer' as it expects, not just a buffer name.
5968         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5969         to help uniquify.  (Bug#3224)
5971 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5973         * font-setting.el (font-setting-change-default-font): Use user-spec
5974         instead of name.
5976 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5978         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5980 2010-01-05  Tom Tromey  <tromey@redhat.com>
5982         * progmodes/python.el (python-font-lock-keywords):
5983         Handle qualified decorators (Bug#881).
5985 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5987         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5988         in a lightweight checkout.
5990 2010-01-05  Kenichi Handa  <handa@m17n.org>
5992         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5994 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5996         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5998 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
6000         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
6001         checkouts.  (Bug#618)
6002         (vc-bzr-log-view-mode): Also highlight the author.
6003         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
6004         (vc-bzr-shelve-menu-map):
6005         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
6006         (vc-bzr-shelve-apply): Make prompt more explicit.
6008 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6010         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
6011         They are valid characters in URL paths (rfc3986), and at least
6012         Firefox does not understand the encoded version (Bug#3166).
6014 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
6016         * progmodes/octave-mod.el (octave-end-keywords)
6017         (octave-block-begin-or-end-regexp, octave-block-match-alist):
6018         Add "end" keyword (Bug#3061).
6019         (octave-end-as-array-index-p): New function.
6020         (calculate-octave-indent): Use it.
6022 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6024         * bookmark.el: Consistently put the text property on the bookmark name.
6025         (bookmark-bmenu-marks-width): Bump back to 2, to include
6026         annotation marks.
6027         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
6028         property on the bookmark name, instead of not putting it at all.
6029         (bookmark-bmenu-list): Fix where we put the text property.
6031 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6033         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
6034         for showing buffer modified state (as added in the previous change).
6036 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6038         * bookmark.el: Show modified state of bookmark buffer more accurately.
6039         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
6040         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
6041         (with-buffer-modified-unmodified): New macro.
6042         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6043         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
6044         Use new macro to preserve the buffer modified state.
6046 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6048         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
6049         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
6050         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
6051         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
6052         (bookmark-bmenu-rename, bookmark-bmenu-locate)
6053         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
6054         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
6056 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
6058         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6059         Make the lines in the generated doc string shorter.  (Bug#4668)
6061 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
6063         * net/rcirc.el: Add follow-link binding (Bug#4738).
6065 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
6067         * Makefile.in (bzr-update): Rename from cvs-update.
6068         (cvs-update): New target for backward compatibility.
6070         * makefile.w32-in (bzr-update): Rename from cvs-update.
6071         (cvs-update): New target for backward compatibility.
6073 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6075         * bookmark.el: Remove gratuitous gratitude.
6077 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6079         * bookmark.el (bookmark-bmenu-any-marks): New function.
6080         (bookmark-bmenu-save): Clear buffer modification if no marks.
6082 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6084         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
6085         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
6086         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
6087         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
6089         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
6090         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
6091         To: emacs-devel {_AT_} gnu.org
6092         Subject: bookmark.el bug report
6093         Date: Mon, 28 Dec 2009 14:19:16 +0800
6094         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
6096 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
6098         * bookmark.el: Improvements suggested by Drew Adams:
6099         (bookmark-bmenu-ensure-position): New name for
6100         `bookmark-bmenu-check-position'.  Just ensure the position,
6101         don't return any meaningful value.
6102         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
6103         New constants.
6105 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
6107         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
6108         (bookmark-yank-point, bookmark-bmenu-check-position):
6109         Fix typos in docstrings.
6110         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
6111         (bookmark-name-from-full-record, bookmark-get-position)
6112         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
6113         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
6114         Remove useless quoting of parenthesis, etc. in docstrings.
6116         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
6117         (ediff-append-custom-diff): Fix typo in error message.
6118         (ediff-meta-mark-equal-files): Fix typos in messages.
6120         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
6122         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
6123         Fix typo in docstring.
6125         * net/imap-hash.el (imap-hash-make): Doc fix.
6126         (imap-hash-test): Fix typo in error message; reflow docstring.
6127         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
6128         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
6129         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
6130         Fix typos in docstrings.
6131         (imap-hash-open-connection): Fix typo in error message.
6133         * play/gomoku.el (gomoku): Fix typos in docstring.
6135         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
6136         (gdb-jsonify-buffer): Fix typos in docstring.
6137         (gdb-goto-breakpoint): Fix typo in error message.
6138         ("Display Other Windows"): Fix typo in help message.
6139         (gdb-speedbar-expand-node): Fix typo in question.
6141         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
6142         (idlwave-html-system-help-location, idlwave-html-help-location)
6143         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
6144         (idlwave-help-browser-generic-args, idlwave-help-directory)
6145         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
6146         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
6147         (idlwave-online-help, idlwave-help-html-link)
6148         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
6149         Fix typos in docstrings.
6150         (idlwave-help-with-source, idlwave-help-find-routine-definition):
6151         Reflow docstrings.
6152         (idlwave-help-assistant-start): Fix typo in error message.
6154         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
6155         (octave-electric-space): Fix typos in docstrings.
6157 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6159         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
6161 2010-01-01  Juri Linkov  <juri@jurta.org>
6163         * comint.el (comint-input-ring-size): Make it a defcustom and
6164         increase the default to 500 (Bug#5148).
6166 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
6168         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
6169         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
6170         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
6172 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
6174         Show working revision correctly for mercurial.
6175         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
6176         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
6178 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
6180         Declare some functions for the byte-compiler.
6181         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
6182         (speedbar-timer-fn, speedbar-change-expand-button-char)
6183         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
6185 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
6187         This changeset reverts GDB Graphical Interface to use annotations.
6188         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
6190 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
6192         Make vc-dir work on subdirectories of the bzr root.
6193         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
6194         file names relative to it.
6195         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
6196         relative directory to vc-bzr-after-dir-status.
6198 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
6200         * font-lock.el (font-lock-refresh-defaults): New function, which
6201         can be used to let font-lock react to external changes in
6202         variables like font-lock-defaults and keywords.
6203         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
6205 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
6207         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
6209         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
6211 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
6213         Supersede color.diff settings in git log (bug#5211).
6215         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
6216         escape chars in its output when the user has color.diff set to `always'.
6217         This fix works on git 1.4.2 and newer (released on 2006-08-13).
6219 2009-12-26  Kevin Ryde  <user42@zip.com.au>
6221         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
6222         node.  Keep previous "Index" name to work with past coreutils too.
6224         * man.el (man): Revise docstring a bit to show -a and -l as
6225         examples.  Add -k description since support for it has otherwise
6226         been a secret.  (Further to bug#3717.)
6227         (Man-bgproc-sentinel): When "-k foo" produces no output show error
6228         "no matches" rather than "Can't find manpage", as the latter reads
6229         like -k was interpreted as a page name, which is not so.  (Bug#5431)
6231 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
6233         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
6234         switches.  Check also for //SUBDIRED// line.
6236 2009-12-25  Kenichi Handa  <handa@m17n.org>
6238         * language/indian.el (devanagari-composable-pattern): Fixed to
6239         handle ZWNJ and ZWJ.  Use it in composition-function-table for
6240         Devanagari.
6241         (malayalam-composable-pattern): Fix previous change.
6243 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6245         * ps-print.el (ps-face-attributes): It was not returning the
6246         attribute face for faces specified as string.  Reported by harven
6247         <harven@free.fr>.
6248         (ps-print-version): New version 7.3.5.
6250 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
6252         * calendar/icalendar.el (icalendar--convert-tz-offset):
6253         Fix timezone names.
6254         (icalendar--convert-tz-offset): Fix the "last-day-problem".
6255         (icalendar--add-diary-entry): Remove the trailing blank that
6256         diary-make-entry inserts.
6258 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
6260         Make `file-expand-wildcards' work for remote files.
6262         * files.el (file-expand-wildcards): In case of remote files, check
6263         only local file name part for wildcards.  Provide feature 'files
6264         and subfeature 'remote-wildcards.  (Bug#5198)
6266         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
6267         if there is already an established connection.
6268         (tramp-advice-file-expand-wildcards): Remove it.
6270         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
6271         (tramp-advice-file-expand-wildcards): Move from tramp.el.
6272         Activate advice for older GNU Emacs versions.  (Bug#5237)
6274 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
6276         Some doc fixes (more needed).
6278         * find-cmd.el (find-constituents): Reflow docstring.
6279         (find-cmd, find-prune, find-command): Fix typos in docstrings.
6280         (find-generic): Doc fix.
6282 2009-12-17  Juri Linkov  <juri@jurta.org>
6284         Fix regression from 23.1 to allow multiple modes in Local Variables.
6286         * files.el (hack-local-variables-filter): While ignoring duplicates,
6287         don't take `mode' into account.
6288         (hack-local-variables-filter, hack-dir-local-variables):
6289         Don't remove duplicate `mode' from local-variables-alist (like `eval').
6291 2009-12-17  Juri Linkov  <juri@jurta.org>
6293         Make `dired-diff' safer.  (Bug#5225)
6295         * dired-aux.el (dired-diff): Signal an error when `file' equals to
6296         `current' or when `file' is a directory of the `current' file.
6298 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
6300         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
6301         unconditionally preloaded files.
6303 2009-12-16  Juri Linkov  <juri@jurta.org>
6305         Revert to old 23.1 logic of using the file at the mark as default.
6306         * dired-aux.el (dired-diff): Use the file at the mark as default
6307         if it's not the same as the current file, and the target dir is
6308         the current dir or the mark is active.  Add the current file
6309         as the arg of `dired-dwim-target-defaults'.  Use the default file
6310         in the prompt.  (Bug#5225)
6312 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
6314         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
6315         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
6316         (tramp-check-for-regexp): Check also, when an echoing shell stops
6317         to echo sent commands.
6319 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6321         * Makefile.in: Revert last change (Bug#5191).
6323 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
6325         * vc-hg.el (vc-hg-print-log): Fix argument order.
6326         (vc-hg-working-revision): Make sure the command is executed in a
6327         known environment so that we can parse the output.  (Bug#4417)
6329 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6331         * progmodes/python.el (python-symbol-completions): Remove text
6332         properties from symbol string before calling python-send-receive.
6334 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
6336         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
6337         when there are values for both file and line.  (Bug#5060)
6339 2009-12-14  Juri Linkov  <juri@jurta.org>
6341         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
6342         whitespace after the file name of the first line of unified format,
6343         because git-diff doesn't output whitespace and file modification time
6344         after the file name.
6346 2009-12-14  David Kastrup  <dak@gnu.org>
6348         * info.el (Info-hide-cookies-node): Before hiding a cookie,
6349         check if it already has the `display' property added by
6350         `Info-display-images-node', and not put the `invisible' property
6351         in this case.
6353 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
6355         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
6356         (semantic-mru-bookmark-mode): Doc fixes.
6358         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
6359         of assert.
6361 2009-12-13  Glenn Morris  <rgm@gnu.org>
6363         * mail/emacsbug.el (message-sort-headers): Define for compiler.
6364         (report-emacs-bug): In message-mode, sort manually before storing
6365         original report text.  (Bug#5178)
6366         Remove superfluous save-excursion.
6368 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
6370         * net/dbus.el (dbus-property-handler): Filter lambda forms out
6371         when responding to "GetAll" properties.
6373 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
6375         * simple.el (compose-mail): Remove mail-setup-with-from from
6376         customization checks.
6378 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
6380         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6381         RAR archives created on Unix systems.
6383 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6385         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6386         the varalias that was accidentally removed by the 2009-11-19 change
6387         (bug#5186).
6389 2009-12-12  Kenichi Handa  <handa@m17n.org>
6391         * language/indian.el (indian-compose-regexp): New function.
6392         (malayalam-composable-pattern): Fix the pattern.
6393         (composition-function-table): Set malayalam-composable-pattern for
6394         Malayalam characters.
6396 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
6398         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6399         rather than down-mouse-1, based on follow-link conventions.
6401         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6402         are compiled.
6404 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
6406         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6407         (verilog-vmm-statement-re, verilog-ovm-statement-re)
6408         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6409         (verilog-leap-to-head, verilog-backward-token):
6410         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
6412 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
6414         * progmodes/verilog-mode.el (verilog-auto-lineup)
6415         (verilog-nameable-item-re): Cleanup user-visible spelling and
6416         documentation errors.  One reported by Gary Delp.
6417         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6418         (verilog-read-decls): Fix AUTOWIRE with types declared in a
6419         package, bug195.  Reported by Pierre-David Pfister.
6421 2009-12-11  Glenn Morris  <rgm@gnu.org>
6423         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6425         * mail/emacsbug.el: No longer require sendmail.
6426         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
6427         (report-emacs-bug-orig-text): Doc fix.
6428         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6429         New local variables, to adapt to different mail-user-agents.
6430         (report-emacs-bug): Fix test for a gnu.org address.
6431         Use overlays for emphasis, since font-lock defeats 'face property.
6432         Pretest bugs also end up at the newsgroup these days.
6433         Stop message-mode stripping text properties.
6434         Set and use the new buffer-local variables.
6435         (report-emacs-bug-hook): Add doc-string.
6436         Remove some unnecessary save-excursions and simplify.
6437         Use the appropriate hook and send-command.
6439         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6440         capitalization of some menu entries.
6442 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6444         * whitespace.el (whitespace-display-char-on):
6445         Ensure `buffer-display-table' is unique when two or more windows are
6446         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6447         New version 12.1.
6449 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
6451         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6452         characters in the Attribute field.
6454 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
6456         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
6458 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6460         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6461         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6462         Disregard autoload-excludes.
6463         (update-directory-autoloads): Obey autoload-excludes here instead.
6464         But don't store its contents in no-autoloads and remove entries that
6465         refer to excludes files.
6467 2009-12-10  Glenn Morris  <rgm@gnu.org>
6469         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6470         (expand-mail-aliases): Define for compiler.
6472         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6473         Define for compiler.
6475         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6476         appropriate for the mail-user-agent in use.
6478 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
6480         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6482 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
6484         Fix short log parsing and fontification.
6485         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6486         Fix fontification for the [merge] label.
6488 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
6490         Drop some properties to avoid surprises (bug#5002).
6491         * htmlfontify.el (hfy-ignored-properties): New defcustom.
6492         (hfy-fontify-buffer): Use it.
6494 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6496         Minor cleanup.
6497         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6498         Adjust all callers.
6499         (ffap-locate-file): Remove unused arg `dir-ok' and make other
6500         args compulsory.  Adjust callers.
6501         (ffap-gopher-at-point): Remove unused var `name'.
6503         Get rid of the ELCFILES abomination.
6504         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6505         (compile-elcfiles): New phony target.
6506         (compile-main): Compute ELCFILES dynamically.
6507         (compile-clean): New target to remove left-over elc files.
6508         (compile, all): Use it.
6510 2009-12-09  Kenichi Handa  <handa@etlken>
6512         * international/mule-diag.el: Require help-mode instead of help-fns.
6514 2009-12-09  Kenichi Handa  <handa@m17n.org>
6516         * international/mule-cmds.el (ucs-names): Supply sufficiently
6517         fine ranges instead of pre-calculating accurate ranges.
6518         Iterate with bigger gc-cons-threshold.
6520 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
6522         Add support for stashing a snapshot of the current tree.
6523         * vc-git.el (vc-git-stash-snapshot): New function.
6524         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6526 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
6528         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6529         instead of `(beginning|end)-of-line'.
6531 2009-12-08  Glenn Morris  <rgm@gnu.org>
6533         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6535         * Makefile.in (ELCFILES): Regenerate.
6537 2009-12-07  Juri Linkov  <juri@jurta.org>
6539         Don't lazy-highlight the comint output in history Isearch mode.
6541         * comint.el (comint-history-isearch-search): Instead of
6542         `comint-line-beginning-position', use `comint-after-pmark-p'
6543         to check if point if before the process mark, and go to
6544         `process-mark' in this case.
6546 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6548         * textmodes/tex-mode.el (latex-complete)
6549         (latex-indent-or-complete): Remove.
6550         (latex-mode): Set completion-at-point-functions instead.
6552         Provide a standard completion command and hook it into TAB.
6553         * minibuffer.el (completion-at-point-functions): New var.
6554         (completion-at-point): New command.
6555         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6556         * progmodes/python.el (python-mode-map): Use completion-at-point.
6557         (python-completion-at-point): Rename from python-partial-symbol and
6558         adjust for use in completion-at-point-functions.
6559         (python-mode): Setup completion-at-point for Python completion.
6560         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6561         extracted from lisp-complete-symbol.
6562         (lisp-complete-symbol): Use it.
6563         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6564         setup completion-at-point for Elisp completion.
6565         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6566         Use completion-at-point.
6567         * ielm.el (ielm-map): Use completion-at-point.
6568         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6569         * progmodes/sym-comp.el: Move to...
6570         * obsolete/sym-comp.el: Move from progmodes.
6572 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
6574         Prevent save-buffer in Rmail buffers from using the coding-system
6575         of the current message, and from clobbering the encoding mnemonics
6576         in the mode line (Bug#4623).
6578         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6579         flag, too.
6580         (rmail-message-encoding): New variable.
6581         (rmail-write-region-annotate): Record the encoding of the current
6582         message in rmail-message-encoding.
6583         (rmail-after-save-hook): New function, restores the encoding of
6584         the current message after the message collection is saved.
6586 2009-12-07  Juri Linkov  <juri@jurta.org>
6588         * progmodes/grep.el (grep-read-files): Use `completing-read'
6589         instead of `read-string'.  Set its `collection' arg to
6590         `read-file-name-internal'.  (Bug#4301)
6592 2009-12-07  Juri Linkov  <juri@jurta.org>
6594         Correctly restore original Isearch point.  (Bug#4994)
6596         * isearch.el (isearch-mode): Move `isearch-push-state' after
6597         `(run-hooks 'isearch-mode-hook)'.
6598         (isearch-cancel): When `isearch-push-state-function' is defined,
6599         let-bind `isearch-cmds' to the first state (the last element of
6600         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6601         function and restores the original point).  Otherwise, move point
6602         to `isearch-opoint'.
6604 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6606         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6607         chars that don't have names, so the table can be built much faster at
6608         run-time.
6610 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
6612         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6613         change.  Suggested by David Kastrup.
6615         * simple.el (compose-mail): Check for incompatibilities and warn.
6616         (compose-mail-user-agent-warnings): New option.
6618 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6620         Support showing a single log entry from vc-annotate.
6621         * vc.el (print-log): Add a new argument: START-REVISION.
6622         (vc-print-log-internal): Add a new optional argument and
6623         pass it to the backend.
6624         (vc-print-log, vc-print-root-log): Adjust callers.
6625         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6626         buffer already displays the requested log entry, use it.
6627         Otherwise display only the log entry in question.
6628         * vc-svn.el (vc-svn-print-log):
6629         * vc-mtn.el (vc-mtn-print-log):
6630         * vc-hg.el (vc-hg-state):
6631         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6632         (vc-git-show-log-entry): Return t on success.
6633         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6634         (vc-bzr-show-log-entry): Return t on success.
6635         * vc-rcs.el (vc-rcs-print-log):
6636         * vc-sccs.el (vc-sccs-print-log):
6637         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6639 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6641         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6642         Add menus to the meta mode.  (Bug#5043)
6644 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6646         * ediff-init.el (ediff-event-key): Use event-to-character instead of
6647         event-key.
6649         * ediff.el (ediff-buffers-internal): Add unwind-protect.
6651 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
6653         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
6654         Berbain <raphael.berbain@gmail.com>.
6656         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
6657         characters.
6658         (tramp-initial-end-of-output): New defconst.
6659         (tramp-methods, tramp-find-shell)
6660         (tramp-open-connection-setup-interactive-shell)
6661         (tramp-maybe-open-connection): Use it.
6662         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6663         existence of `#' and `$'.
6665         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6666         `tramp-initial-end-of-output'.
6668 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6670         Get the background mode from the terminal for xterm, and set
6671         faces accordingly.
6672         * term/xterm.el (xterm-set-background-mode): New function.
6673         (terminal-init-xterm): Use it in case xterm supports background
6674         color queries.  Recompute faces after getting the background
6675         color.
6677 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
6679         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6680         number comment back on its own line, for easier parsing.
6682 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6684         Make it work for non-file buffers (bug#5102).
6685         * doc-view.el (doc-view-current-cache-dir):
6686         Use doc-view-buffer-file-name rather than buffer-file-name.
6687         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6689 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
6691         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6692         author field is too short.
6694 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
6696         * vc-git.el (vc-git-print-log): Handle a limit argument.
6697         Display the short log in graph form and with labels.
6698         (vc-git-log-view-mode): Handle labels.
6700         Make vc-revert change VC state from 'added to 'unregistered.
6701         * vc-git.el (vc-git-revert): Call git reset first.
6703 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6705         * net/newst-backend.el, net/newst-plainview.el:
6706         * net/newst-reader.el, net/newst-ticker.el:
6707         * net/newst-treeview.el, net/newsticker.el:
6708         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6710 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6712         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6714         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6715         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6716         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6717         Update annotation regexp.
6719         * simple.el (beginning-of-visual-line): Constrain to field
6720         boundaries (Bug#5106).
6722 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6724         * xml.el (xml-substitute-numeric-entities): Move
6725         newsticker--decode-numeric-entities in newst-backend.el to
6726         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6727         * net/newst-backend.el (newsticker--parse-generic-feed)
6728         (newsticker--parse-generic-items)
6729         (newsticker--decode-numeric-entities): Move
6730         newsticker--decode-numeric-entities in newst-backend.el to
6731         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6733 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6735         * progmodes/js.el (js--js-not): Add null to the list of values.
6737 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6739         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6741 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6743         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6744         delimiter if it is at the end of the current line.
6745         (bibtex-generate-url-list): Fix docstring.
6747 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6749         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6750         minibuffer's content with itself.
6751         Fold the confirm-after-completion case into the `confirm' case.
6752         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6754 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6756         * ffap.el (ffap-rfc-path): Make this a defcustom since
6757         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6759         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6760         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6762 2009-12-05  Juri Linkov  <juri@jurta.org>
6764         Save and restore dired buffer's point positions too.  (Bug#4880)
6766         * dired.el (dired-save-positions): Return in the first element
6767         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6768         Doc fix.
6769         (dired-restore-positions): First restore buffer's position.
6770         While restoring window's positions, check if window still displays
6771         the original buffer.
6773 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6775         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6776         if possible.
6778         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6779         Make argument optional.
6781         * shell.el (shell): Require ansi-color (Bug#5113).
6783         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6785         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6787 2009-12-05  Alan Mackenzie  <acm@muc.de>
6789         * progmodes/cc-mode.el (c-before-hack-hook)
6790         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6791         `c-file-style' to work again.  This reversion restores the current
6792         software to its state in Emacs 23.1.  (Bug#4146)
6794 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6796         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6797         comment-start-skip to comment-end-skip as comment (Bug#4781).
6799 2009-12-05  Juri Linkov  <juri@jurta.org>
6801         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6802         for virtual nodes.  (Bug#4147)
6803         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6804         when moving from a virtual node.
6805         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6806         (Info-mode): Add `Info-virtual-index' to the docstring.
6808 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6810         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6811         Describe project macro symbols.
6813         * cedet/semantic/complete.el (semantic-complete-do-completion):
6814         Don't call semantic-collector-current-exact-match.
6816         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6817         ede-objects as targets.
6819         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6820         a target's object list even if compiler vars are already in the
6821         Makefile.
6823         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6824         list of headers producing necessary macros.
6826 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6828         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6829         track of the buffer position of the end of a BibTeX entry as this
6830         position may change during reformatting.
6831         (bibtex-format-entry): Remove whitespace before processing
6832         numerical fields so that we recognize the latter properly.
6833         (bibtex-reformat): Do not use push which changes the global value
6834         of bibtex-entry-format.
6835         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6836         (bibtex-field-re-init): Replace only space characters by regexp
6837         for whitespace.
6838         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6839         (bibtex-initialize): Also update bibtex-strings.
6840         (bibtex-kill-field): Preserve white space at end of entry.
6841         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6842         Update bibtex-reference-keys.
6844 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6846         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6847         point after a star, if that's the only place where modifications can
6848         make progress.
6850 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6852         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6853         in docstrings.
6855 2009-12-04  Juri Linkov  <juri@jurta.org>
6857         * proced.el (proced): Call `(proced-update t)' to update process
6858         information instead of only running proced-post-display-hook.
6859         (proced-send-signal): Add a leading space to the buffer name
6860         " *Marked Processes*" to make this buffer ephemeral.
6862 2009-12-04  Juri Linkov  <juri@jurta.org>
6864         * dired.el (dired-auto-revert-buffer): New defcustom.
6865         (dired-internal-noselect): Use it.
6867 2009-12-04  Juri Linkov  <juri@jurta.org>
6869         Change roles of modes and functions in image-mode.el (Bug#5062).
6871         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6872         in `auto-mode-alist'.
6873         (image-mode-previous-major-mode): New variable.
6874         (image-minor-mode-map): Rename from `image-mode-text-map'.
6875         (image-mode): Move graceful error-handling code from
6876         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6877         (image-minor-mode): Remove all image-handling code.
6878         Replace `image-mode-text-map' with `image-minor-mode-map'.
6879         Check for `image-type' in mode-line format string.
6880         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6881         (image-mode-as-text): New function with most code from
6882         `image-mode-maybe'.
6883         (image-toggle-display-text): Move code that removes image
6884         properties from `image-toggle-display' to here.
6885         (image-toggle-display-image): New function with code that adds
6886         image properties copied from `image-toggle-display'.
6887         (image-toggle-display): Remove most code with leaving only code
6888         that toggles between `image-mode-as-text' and `image-mode'.
6890 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6892         * net/newst-treeview.el
6893         (newsticker--treeview-list-highlight-start): Restored call to
6894         save-excursion: Selected item was stuck.
6895         (newsticker--treeview-list-select): New.
6896         (newsticker--treeview-item-show-text)
6897         (newsticker--treeview-item-show)
6898         (newsticker--treeview-item-update): Use new
6899         newsticker-treeview-item-mode.
6900         (newsticker-treeview-update): Keep current item.
6901         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6902         (newsticker--treeview-first-feed): Doc change.
6903         (newsticker-treeview-list-menu)
6904         (newsticker-treeview-item-menu): Added menu entries.
6905         (newsticker-treeview-item-mode): New.
6907         * net/newst-backend.el (newsticker-customize): Delete other
6908         windows.
6910 2009-12-04  Sam Steingold  <sds@gnu.org>
6912         * log-view.el (log-view-mode-map): "q" calls quit-window,
6913         like in all the other non-self-insert buffers.
6915 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6917         Minor cleanup.
6918         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6919         key decoding rather than do it manually via last-input-event +
6920         ascii-character.
6921         (term-exec): Use delete-and-extract-region.
6922         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6923         (term-process-pager): Remove unused var `i'.
6924         (term-dynamic-simple-complete): Make obsolete.
6925         (serial-update-config-menu): Remove unused vars `y' and `str'.
6926         (term-update-mode-line): Remove unused var `temp'.
6928 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6930         Limit the number of log entries displayed by default.
6931         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6932         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6933         using a prefix argument.
6935 2009-12-03  Glenn Morris  <rgm@gnu.org>
6937         * progmodes/idlwave.el (class): Restore still useful declaration.
6939 2009-12-03  Alan Mackenzie  <acm@muc.de>
6941         Enhance `c-parse-state' to run efficiently in "brace deserts".
6943         * progmodes/cc-mode.el (c-basic-common-init):
6944         Call c-state-cache-init.
6945         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6946         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6947         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6949         * progmodes/cc-langs.el (c-before-font-lock-function):
6950         c-extend-and-neutralize-syntax-in-CPP has been renamed
6951         c-neutralize-syntax-in-and-mark-CPP.
6953         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6954         with `category' properties now, not `syntax-table' ones.
6956         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6957         enhanced (but slower) version of c-end-of-macro that won't land
6958         inside a literal or on another awkward character.
6959         (c-state-cache-too-far, c-state-cache-start)
6960         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6961         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6962         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6963         (c-state-min-scan-pos, c-state-brace-pair-desert)
6964         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6965         buffer local variables.
6966         (c-state-literal-at, c-state-lit-beg)
6967         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6968         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6969         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6970         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6971         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6972         (c-renarrow-state-cache)
6973         (c-append-lower-brace-pair-to-state-cache)
6974         (c-state-push-any-brace-pair, c-append-to-state-cache)
6975         (c-remove-stale-state-cache)
6976         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6977         (c-invalidate-state-cache-1, c-parse-state-1)
6978         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6979         (c-parse-state): Enhance and refactor.
6980         (c-debug-parse-state): Amend to deal with all the new variables.
6982         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6983         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6984         modify to use category text properties rather than syntax-table ones.
6985         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6986         to switch off/on the syntactic paren property of C++ template
6987         delimiters using the category property.
6988         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6989         template delims suppressed.
6990         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6991         New constant/macros which apply category properties to the start
6992         and end of preprocessor constructs.
6993         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6994         "comment out" the syntactic value of characters in preprocessor
6995         constructs.
6996         (c-with-cpps-commented-out)
6997         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6998         with characters in all or all but one preprocessor constructs
6999         "commented out".
7001 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7003         * proced.el (proced-filter-alist): Use regexp-quote.
7005 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
7007         Cleanup.
7008         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
7009         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
7010         arguments.  Expand `default-directory'.
7012         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
7013         the benefit of returning an expanded localname.
7014         (tramp-tramp-file-p): Handle the case NAME is not a string.
7016 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
7018         Add support for bzr shelve/unshelve.
7019         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7020         (vc-bzr-extra-menu-map): New variables.
7021         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
7022         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
7023         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
7024         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
7025         (vc-bzr-dir-extra-headers): Display shelves.
7027         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
7029 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7031         * textmodes/bibtex.el (bibtex-complete-internal):
7032         Use completion-in-region.
7033         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
7035 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
7037         Support applying stashes.  Improve UI.
7038         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
7039         (vc-git-stash-apply, vc-git-stash-pop)
7040         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
7041         (vc-git-stash-menu): New functions.
7042         (vc-git-stash-menu-map): New variable.
7043         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
7045 2009-12-03  Glenn Morris  <rgm@gnu.org>
7047         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
7048         (vc-print-log-internal): Fix previous change.
7049         (vc-revert): Correct pluralization.
7051 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7053         * progmodes/make-mode.el (makefile-special-targets-list): No need for
7054         it to be an alist any more.
7055         (makefile-complete): Use completion-in-region.
7057         * progmodes/octave-mod.el (octave-complete-symbol):
7058         Use completion-in-region.
7060         Misc cleanup.
7061         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
7062         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
7063         (idlwave-complete-class): Don't quote lambda.
7064         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
7065         (idlwave-mode-map): Move initialization into declaration.
7066         (idlwave-action-and-binding): Use backquotes.
7067         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
7068         Simplify.
7069         (idlwave-is-pointer-dereference): Remove unused var `pos'.
7070         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
7071         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
7072         `parts', and `all-parts'.
7073         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
7074         (idlwave-convert-xml-system-routine-info): Remove unused string
7075         `version-string'.
7076         (idlwave-display-user-catalog-widget): Use dolist.
7077         (idlwave-scanning-lib): Declare dynamically-scoped var.
7078         (idlwave-scan-library-catalogs): Remove unused var `flags'.
7079         (completion-highlight-first-word-only): Declare to silence bytecomp.
7080         (idlwave-popup-select): Tighten scope of `resp'.
7081         (idlwave-find-struct-tag): Remove unused var `beg'.
7082         (idlwave-after-load-rinfo-hook): Declare.
7083         (idlwave-sintern-class-info): Remove unused var `taglist'.
7084         (idlwave-find-class-definition): Remove unused var `list'.
7085         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
7086         (idlwave-what-module-find-class): Remove unused var `classes'.
7088 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
7090         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
7092 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7094         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
7095         buffers visited.  Remove redundant current-buffer-saving.
7097 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7099         Use completion-in-buffer and remove uses of dynamic scoping.
7100         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
7101         (pascal-buffer-to-use, pascal-flag): Don't declare.
7102         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
7103         (pascal-get-completion-decl, pascal-keyword-completion):
7104         Add `pascal-str' argument, save-excursion,
7105         return the found completions, and don't filter with pascal-pred.
7106         (pascal-completion-cache): New var.
7107         (pascal-completion): Don't switch buffer any more (it was never
7108         necessary).  Don't save-excursion any more (it's done by the called
7109         subroutines).  Use a cache to avoid redundant computations.
7110         Use complete-with-action rather than pascal-completion-response and
7111         let it apply the predicate as well.
7112         (pascal-complete-word): Use completion-in-buffer when
7113         pascal-toggle-completions is nil.
7114         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
7115         not used any more.
7116         (pascal-comp-defun): Don't change buffer any more.
7117         Use complete-with-action rather than pascal-completion-response and
7118         let it apply the predicate as well.
7119         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
7120         when neded.
7122 2009-12-02  Kenichi Handa  <handa@m17n.org>
7124         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
7125         shape for all Indic scripts.
7127 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7129         Use completion-in-buffer.
7130         * wid-edit.el (widget-field-text-end): New function.
7131         (widget-field-value-get): Use it.
7132         (widget-string-complete, widget-file-complete)
7133         (widget-color-complete): Use it and completion-in-region.
7134         (widget-complete): Don't narrow the buffer.
7136 2009-12-02  Glenn Morris  <rgm@gnu.org>
7138         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
7139         (rmail-select-summary): Use rmail-pop-to-buffer.
7140         * mail/rmailsum.el: Replace all pop-to-buffer calls with
7141         rmail-pop-to-buffer, to prevent horizontal splits.
7143         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
7144         save-excursion with save-current-buffer.
7145         Widen before searching.  (Bug#5093)
7146         (diary-list-sexp-entries): Remove superfluous save-excursion.
7148 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
7150         * woman.el (woman-make-bufname): Handle man-pages with "." in the
7151         name.  (Bug#5038)
7153 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7155         * ido.el (ido-file-internal): Handle filenames at point that do
7156         not have a directory part.  (Bug#5049)
7158 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
7160         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
7161         (mpc-songs-jump-to, mpc-resume): Doc fixes.
7163 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
7165         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
7166         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
7167         any more.
7169 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7171         * comint.el (comint-insert-input): Ignore clicks to the right of
7172         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
7174         * vc.el (vc-print-log-internal): Don't wait for the process to
7175         terminate before setting up the major mode.
7177         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7178         in case.
7180         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
7181         the last element.
7183         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
7185 2009-12-01  Glenn Morris  <rgm@gnu.org>
7187         * window.el (window--display-buffer-2): Fix previous changes.
7189 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
7191         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
7193 2009-12-01  Glenn Morris  <rgm@gnu.org>
7195         * Makefile.in (ELCFILES): Add mpc.elc.
7197 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7199         * mpc.el: New file.
7201 2009-12-01  Glenn Morris  <rgm@gnu.org>
7203         * window.el (window-to-use): Define for compiler.
7205         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
7206         consistent with others (no final period).
7208         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
7209         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
7211 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
7213         Make vc-print-log buttons work.
7214         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
7216 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
7218         * savehist.el (savehist-autosave-interval): Allow setting to nil
7219         through customize.  (Bug#5056)
7221 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
7223         Fix references to jit-lock properties.
7224         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7225         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
7226         (perl-font-lock-special-syntactic-constructs):
7227         Quote jit-lock-defer-multiline property.
7229 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
7231         * vc-git.el (vc-git-registered): Call vc-git-root only once.
7233 2009-11-30  Juri Linkov  <juri@jurta.org>
7235         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
7236         value `buffer' of `multi-isearch-next-buffer-current-function'.
7237         Use `(current-buffer)' when `buffer' is nil.
7238         (multi-isearch-next-buffer-from-list): Don't fallback to
7239         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
7241 2009-11-30  Juri Linkov  <juri@jurta.org>
7243         * misearch.el (multi-isearch-read-buffers): Move canonicalization
7244         of buffers with `get-buffer' to `multi-isearch-buffers'.
7245         (multi-isearch-buffers, multi-isearch-buffers-regexp):
7246         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
7247         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
7248         FILES with `expand-file-name' converting relative file names
7249         to absolute.  Doc fix.  (Bug#4727)
7251 2009-11-30  Juri Linkov  <juri@jurta.org>
7253         * misearch.el (multi-isearch-read-buffers)
7254         (multi-isearch-read-matching-buffers): New functions.
7255         (multi-isearch-buffers, multi-isearch-buffers-regexp):
7256         Use them in the `interactive' spec.  Doc fix.
7257         (multi-isearch-read-files, multi-isearch-read-matching-files):
7258         New functions.
7259         (multi-isearch-files, multi-isearch-files-regexp):
7260         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
7262 2009-11-30  Juri Linkov  <juri@jurta.org>
7264         * doc-view.el (doc-view-continuous):
7265         Rename from `doc-view-continuous-mode'.
7266         (doc-view-menu): Move "Toggle display" to the top.
7267         Add submenu "Continuous" with radio buttons "Off"/"On"
7268         and "Save as Default".
7269         (doc-view-scroll-up-or-next-page)
7270         (doc-view-scroll-down-or-previous-page)
7271         (doc-view-next-line-or-next-page)
7272         (doc-view-previous-line-or-previous-page): Rename
7273         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
7275 2009-11-30  Juri Linkov  <juri@jurta.org>
7277         * comint.el (comint-mode-map): Rebind `M-r' from
7278         `comint-previous-matching-input' to
7279         `comint-history-isearch-backward-regexp'.
7280         Unbind `M-s' to allow global key binding `M-s'.
7281         Add menu items for `comint-history-isearch-backward' and
7282         `comint-history-isearch-backward-regexp'.  (Bug#3746)
7284 2009-11-30  Juri Linkov  <juri@jurta.org>
7286         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
7287         For def=recenter, replace `recenter' with `recenter-top-bottom'
7288         that is called with `this-command' and `last-command' let-bound
7289         to `recenter-top-bottom'.  When the last `def' was not `recenter',
7290         set `recenter-last-op' to nil.  (Bug#4981)
7292 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7294         Minor cleanup and simplification.
7295         * filecache.el (file-cache-add-directory)
7296         (file-cache-add-directory-recursively)
7297         (file-cache-add-from-file-cache-buffer)
7298         (file-cache-delete-file-regexp, file-cache-delete-directory)
7299         (file-cache-files-matching-internal, file-cache-display): Use dolist.
7300         (file-cache-temp-minibuffer-message): Delete function.
7301         (file-cache-minibuffer-complete): Use minibuffer-message instead.
7303         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7304         Don't signal an error when bumping into EOB in tr, s, or y.
7306 2009-11-29  Juri Linkov  <juri@jurta.org>
7308         * startup.el (fancy-about-text): Fix wording of Guided Tour.
7309         (Bug#4960)
7311         * descr-text.el (describe-char-unidata-list): Use lowercase name
7312         for "Unicode name" like in other tags.
7314 2009-11-29  Juri Linkov  <juri@jurta.org>
7316         * ediff-util.el (ediff-minibuffer-with-setup-hook):
7317         New compatibility macro.
7318         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
7320 2009-11-29  Juri Linkov  <juri@jurta.org>
7322         Add defcustom to define the cycling order of `recenter-top-bottom'.
7323         (Bug#4981)
7325         * window.el (recenter-last-op): Doc fix.
7326         (recenter-positions): New defcustom.
7327         (recenter-top-bottom): Rewrite to use `recenter-positions'.
7328         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
7330 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
7332         Improve integration of Tramp and ange-ftp in eshell.
7334         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
7335         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
7336         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
7338         * eshell/esh-util.el (top): Require also Tramp when compiling.
7339         (eshell-directory-files-and-attributes): Check for FTP remote
7340         connection.
7341         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
7342         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
7343         (eshell-file-attributes): Handle ".".  Return `entry'.
7345         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
7346         (ange-ftp-directory-files-and-attributes)
7347         (ange-ftp-real-directory-files-and-attributes): New defuns.
7349         * net/tramp.el (tramp-maybe-open-connection): Open the remote
7350         shell with "exec" when possible.  This prevents trailing prompts
7351         in `start-file-process'.
7353 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7355         Try and remove assumptions about point-min==1.
7356         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
7357         (rng-compute-mode-line-string): Show the validation percentage in
7358         terms of the narrowed text, not the widened text.
7359         (rng-do-some-validation): Don't catch internal errors when debugging.
7360         (rng-first-error): Simplify.
7361         (rng-after-change-function): Remove work around.  AFAIK the bug has
7362         been fixed a while ago.
7364         * image-mode.el (image-minor-mode): Exit more gracefully when the image
7365         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
7367         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
7369         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
7370         `cd' doesn't always do it for us (bug#5067).
7372         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
7373         on 2009-10-25 as part of some other change (bug#5067).
7375 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7377         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7378         `suspicious'.
7379         (byte-compile-warnings): Use byte-compile-warning-types.
7380         (byte-compile-save-excursion): Warn about use of set-buffer right
7381         after save-excursion.
7383         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7384         the excursion as well.
7386 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
7388         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7389         providing a Tramp related implementation of "su" and "sudo".
7390         (eshell-unix-initialize): Add "su" and "sudo".
7392 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
7394         * net/socks.el (socks-send-command): Convert binary request to
7395         unibyte before sending.  This fixes mishandling of some port
7396         numbers such as 129.
7398 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7400         * help.el (describe-bindings-internal): Remove `interactive'.
7402         * man.el (Man-completion-table): Trim a terminating "(".
7403         Remove the space between name page a section.
7404         Add the command's description on the `help-echo' property.
7405         Remove `process-connection-type' binding since it's unused by
7406         call-process.
7407         Provide completion for the "<section> <name>" format as well.
7408         (Man-default-man-entry): Remove spurious var shadowing the argument.
7410 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7412         * log-view.el: Add "Keywords: tools", since its other keywords
7413         aren't in finder-known-keywords, and following vc.el.
7415         * sha1.el (sha1-string-external): default-directory "/" in case
7416         otherwise non-existent.  process-connection-type pipe for touch of
7417         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7419 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7421         Misc coding convention cleanups.
7422         * htmlfontify.el (hfy-init-kludge-hook): Rename from
7423         hfy-init-kludge-hooks.
7424         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7425         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7426         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7427         and push.
7428         (hfy-slant, hfy-weight): Use tables rather than code.
7429         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7430         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7431         (hfy-face-attr-for-class): Initialize `face-spec' directly.
7432         (hfy-face-to-css): Remove `nconc' with single arg.
7433         (hfy-p-to-face-lennart): Use `or'.
7434         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
7435         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7436         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7437         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7438         (hfy-force-fontification): Use run-hooks.
7440 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
7442         Various minor fixes.
7443         * htmlfontify.el (hfy-default-header): Add toggle_invis since
7444         Javascript belongs in the header, not the body.
7445         (hfy-javascript): Remove.
7446         (hfy-fontify-buffer): Don't insert it any more.
7447         (hfy-face-at): Handle (face0 face1 face2) style face properties.
7448         Fix bug in invis handling when there were no invis props in a chunk.
7450 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7452         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7454 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
7456         * finder.el (finder-mode-map): Add a menu.
7458 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
7460         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7461         "unsigned" structs.
7463         (verilog-leap-to-head, verilog-backward-token): Handle "disable
7464         fork" statement better.
7466 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
7468         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7469         (verilog-delete-auto, verilog-delete-empty-auto-pair)
7470         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7471         Reported by Clay Douglass.
7473         (verilog-auto-inst, verilog-auto-star-safe)
7474         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7475         Fix removing "// Interfaces" when saving .* expansions.  Reported by
7476         Pierre-David Pfister.
7478 2009-11-26  Glenn Morris  <rgm@gnu.org>
7480         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7481         the scope.
7483 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
7485         * vc-annotate.el (vc-annotate-revision-previous-to-line):
7486         Really use previous revision.
7488 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7490         * man.el (Man-completion-table): default-directory "/" in case
7491         doesn't otherwise exist.  process-environment COLUMNS=999 so as
7492         not to truncate long names.  process-connection-type pipe to avoid
7493         any chance of hitting the pseudo-tty TIOCGWINSZ.
7494         (man): completion-ignore-case t for friendliness and since man
7495         itself is case-insensitive on the command line.
7496         Further to Bug#3717.
7498         * arc-mode.el: Add "Keywords: files", so the details in its
7499         commentary can be reached from finder-by-keyword.
7500         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
7501         editing mode, but it's comms related and sgml-mode.el has "comm"
7502         on that basis too.
7503         * textmodes/bibtex-style.el: Add "Keywords: tex".
7504         * international/isearch-x.el, international/ja-dic-cnv.el:
7505         * international/ja-dic-utl.el, international/kkc.el:
7506         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7508 2009-11-25  Juri Linkov  <juri@jurta.org>
7510         * man.el (Man-completion-table): Modify regexp to include
7511         section names to completion strings.  (Bug#3717)
7513 2009-11-25  Juri Linkov  <juri@jurta.org>
7515         Search recursively in gzipped files.  (Bug#4982)
7517         * progmodes/grep.el (grep-highlight-matches): Add new options
7518         `always' and `auto'.  Doc fix.
7519         (grep-process-setup): Check `grep-highlight-matches' for
7520         `auto-detect' to determine the need to compute grep defaults.
7521         Move Windows/DOS specific --colors settings handling
7522         to `grep-compute-defaults'.  Check `grep-highlight-matches'
7523         to get the value of "--color=".
7524         (grep-compute-defaults): Compute `grep-highlight-matches' when it
7525         has the value `auto-detect'.  Move Windows/DOS specific settings
7526         from `grep-process-setup'.
7527         (zrgrep): New command with alias `rzgrep'.
7529 2009-11-25  Juri Linkov  <juri@jurta.org>
7531         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7532         to nil instead of switching off view-mode.  (Bug#4896)
7534 2009-11-25  Juri Linkov  <juri@jurta.org>
7536         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
7538         * mwheel.el (mwheel-scroll-up-function)
7539         (mwheel-scroll-down-function): New defvars.
7540         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7541         `scroll-up', and `mwheel-scroll-down-function' instead of
7542         `scroll-down'.
7544         * doc-view.el (doc-view-scroll-up-or-next-page)
7545         (doc-view-scroll-down-or-previous-page): Add optional ARG.
7546         Use this ARG in the call to image-scroll-up/image-scroll-down.
7547         Change `interactive' spec to "P".  Goto next/previous page only
7548         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7549         SPC/DEL case).  Doc fix.
7550         (doc-view-next-line-or-next-page)
7551         (doc-view-previous-line-or-previous-page): Rename arg to ARG
7552         for consistency.
7553         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7554         `doc-view-scroll-up-or-next-page', and buffer-local
7555         `mwheel-scroll-down-function' to
7556         `doc-view-scroll-down-or-previous-page'.
7558 2009-11-25  Juri Linkov  <juri@jurta.org>
7560         Provide additional default values (directories at other Dired
7561         windows) via M-n in the minibuffer of some Dired commands.
7563         * dired-aux.el (dired-diff, dired-compare-directories)
7564         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7565         `minibuffer-default' in `minibuffer-with-setup-hook'.
7566         (dired-dwim-target-directory): Find a window that displays Dired
7567         buffer instead of failing when the next window is not Dired.
7568         Use `get-window-with-predicate' to find for the next Dired window.
7569         (dired-dwim-target-defaults): New function.
7571         * ediff-util.el (ediff-read-file-name):
7572         Use `dired-dwim-target-defaults' to set `minibuffer-default'
7573         in `minibuffer-with-setup-hook'.
7575 2009-11-25  Juri Linkov  <juri@jurta.org>
7577         Provide additional default values (file name at point or at the
7578         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
7580         * minibuffer.el (read-file-name-defaults): New function.
7581         (read-file-name): Reset `minibuffer-default' to nil when
7582         it duplicates initial input `insdef'.
7583         Bind `minibuffer-default-add-function' to lambda that
7584         calls `read-file-name-defaults' in `minibuffer-selected-window'.
7585         (minibuffer-insert-file-name-at-point): New command.
7587         * files.el (file-name-at-point-functions): New defcustom.
7588         (find-file-default): Remove defvar.
7589         (find-file-read-args): Don't use `find-file-default'.
7590         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7591         to `read-file-name'.
7592         (find-file-literally): Use `read-file-name' with
7593         `confirm-nonexistent-file-or-buffer'.
7595         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7597         * dired.el (dired-read-dir-and-switches):
7598         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7599         to `read-file-name'.
7600         (dired-file-name-at-point): New function.
7601         (dired-mode): Add hook `dired-file-name-at-point' to
7602         `file-name-at-point-functions'.
7604 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7606         Really make the *Completions* window soft-dedicated (bug#5030).
7607         * window.el (window--display-buffer-2): Add `dedicated' argument.
7608         (display-buffer): Pass it when needed so the dedicated flag is set
7609         after calling set-window-buffer, which would otherwise reset it.
7611 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7613         * progmodes/meta-mode.el (meta-complete-symbol):
7614         * progmodes/etags.el (complete-tag):
7615         * mail/mailabbrev.el (mail-abbrev-complete-alias):
7616         Use completion-in-region.
7618         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7619         (dabbrev-completion): Use completion-in-region.
7620         (dabbrev--abbrev-at-point): Simplify regexp.
7622         * abbrev.el (abbrev--before-point): Use word-motion functions
7623         if :regexp is not specified (bug#5031).
7625         * subr.el (string-prefix-p): New function.
7627         * man.el (Man-completion-cache): New var.
7628         (Man-completion-table): Use it.
7630         * vc.el (vc-print-log-internal): Make `limit' optional for better
7631         compatibility (e.g. with vc-annotate.el).
7633 2009-11-24  Kevin Ryde  <user42@zip.com.au>
7635         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7636         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
7638         * emacs-lisp/elint.el (elint-add-required-env): Better error message
7639         when .el source file not found or other error.
7641 2009-11-24  Markus Triska  <markus.triska@gmx.at>
7643         * linum.el (linum-update-window): Ignore intangible (bug#4996).
7645 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         Handle the [back] button properly (bug#4979).
7648         * descr-text.el (describe-text-properties): Add a `buffer' argument.
7649         Use help-setup-xref, help-buffer, and with-help-window.
7650         (describe-char): Add `buffer' argument.
7651         Pass proper command to help-setup-xref.  Don't meddle with
7652         help-xref-stack-item directly.
7653         (describe-text-category): Use with-help-window and help-buffer.
7655         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7656         for the displayed buffer (bug#4887).
7658         * man.el (Man-completion-table): New function.
7659         (man): Use it.
7661 2009-11-24  David Reitter  <david.reitter@gmail.com>
7663         * vc-git.el (vc-git-registered): Use checkout directory (where
7664         .git is) rather than the file's directory and a relative path spec
7665         to work around a bug in git.
7667 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
7669         Improve handling of processes on remote hosts.
7671         * eshell/esh-util.el (eshell-path-env): New defvar.
7672         (eshell-parse-colon-path): New defun.
7673         (eshell-file-attributes): Use `eshell-parse-colon-path'.
7675         * eshell/esh-ext.el (eshell-search-path):
7676         Use `eshell-parse-colon-path'.
7677         (eshell-remote-command): Remove argument HANDLER.
7678         (eshell-external-command): Check for FTP remote connection.
7680         * eshell/esh-proc.el (eshell-gather-process-output):
7681         Use `file-truename', in order to start also symlinked files.
7682         Apply `start-file-process' instead of `start-process'.
7683         Shorten `command' to the local file name part.
7685         * eshell/em-cmpl.el (eshell-complete-commands-list):
7686         Use `eshell-parse-colon-path'.
7688         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7690         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
7691         to `eshell-directory-change-hook'.
7693 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
7695         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7696         because it could be enabled automatically if view-read-only is non-nil.
7698 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7700         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7701         made on 2009-11-22.
7703 2009-11-24  Glenn Morris  <rgm@gnu.org>
7705         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7706         deleted variable bookmark-bmenu-bookmark-column.
7708         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7709         Move after definition of global-semantic-idle-tag-highlight-mode.
7711 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7713         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7715 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7717         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7718         two slashes to the "file:" prefix.
7719         (browse-url-file-url): De-munge Cygwin filenames before passing
7720         them to Windows browser.
7721         (browse-url-default-windows-browser): Use call-process.
7723 2009-11-23  Juri Linkov  <juri@jurta.org>
7725         Implement DocView Continuous mode.  (Bug#4896)
7726         * doc-view.el (doc-view-continuous-mode): New defcustom.
7727         (doc-view-mode-map): Bind C-n/<down> to
7728         `doc-view-next-line-or-next-page', C-p/<up> to
7729         `doc-view-previous-line-or-previous-page'.
7730         (doc-view-next-line-or-next-page)
7731         (doc-view-previous-line-or-previous-page): New commands.
7733 2009-11-23  Juri Linkov  <juri@jurta.org>
7735         Implement Isearch in comint input history.  (Bug#3746)
7736         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7737         `isearch-mode-hook'.
7738         (comint-history-isearch): New defcustom.
7739         (comint-history-isearch-backward)
7740         (comint-history-isearch-backward-regexp): New commands.
7741         (comint-history-isearch-message-overlay): New buffer-local variable.
7742         (comint-history-isearch-setup, comint-history-isearch-end)
7743         (comint-goto-input, comint-history-isearch-search)
7744         (comint-history-isearch-message, comint-history-isearch-wrap)
7745         (comint-history-isearch-push-state)
7746         (comint-history-isearch-pop-state): New functions.
7748 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7750         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7751         return.
7752         (tramp-handle-make-symbolic-link)
7753         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7754         Quote file names.
7755         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7756         (tramp-handle-process-file): Use it.
7758 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7760         * window.el (move-to-window-line-last-op): Remove.
7761         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7763 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7765         Make M-r mirror the new cycling behavior of C-l.
7766         * window.el (move-to-window-line-last-op): New var.
7767         (move-to-window-line-top-bottom): New command.
7768         (global-map): Bind M-r move-to-window-line-top-bottom.
7770 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7772         * dired-x.el (dired-guess-shell-alist-default):
7773         Support xz format.  (Bug#4953)
7775 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7777         * cedet/srecode/map.el (srecode-get-maps):
7778         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7779         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7780         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7781         (semantic-toggle-decoration-style):
7782         * cedet/semantic/decorate/include.el
7783         (semantic-decoration-include-describe)
7784         (semantic-decoration-unknown-include-describe)
7785         (semantic-decoration-unparsed-include-describe)
7786         (semantic-decoration-all-include-summary):
7787         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7788         * cedet/semantic/analyze/complete.el
7789         (semantic-analyze-possible-completions):
7790         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7791         (semantic-show-unmatched-syntax-mode)
7792         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7793         (semantic-highlight-func-mode):
7794         * cedet/semantic/util.el (semantic-describe-buffer):
7795         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7796         (semantic-symref-find-tags-by-name)
7797         (semantic-symref-find-tags-by-regexp)
7798         (semantic-symref-find-tags-by-completion)
7799         (semantic-symref-find-file-references-by-name)
7800         (semantic-symref-find-text):
7801         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7802         (senator-yank-tag):
7803         * cedet/semantic/scope.el (semantic-calculate-scope):
7804         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7805         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7806         (define-semantic-idle-service):
7807         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7808         (semantic-complete-analyze-inline-idle):
7809         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7810         * cedet/mode-local.el (describe-mode-local-bindings)
7811         (describe-mode-local-bindings-in-mode):
7812         * cedet/ede/make.el (ede-make-check-version):
7813         * cedet/ede/locate.el (ede-enable-locate-on-project):
7814         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7815         (cedet-idutils-version-check):
7816         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7817         (cedet-gnu-global-version-check):
7818         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7819         (cedet-cscope-version-check): Use called-interactively-p instead
7820         of interactive-p.
7822         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7823         Use semantic-format-tag-prototype.
7825 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7827         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7828         last-command-char/last-command-event.
7829         (viper-prefix-arg-value): Do correct conversion of event-char for
7830         XEmacs.
7832         * emulation/viper-util.el, emulation/viper.el:
7833         Use viper-last-command-char instead of
7834         last-command-char/last-command-event.
7836         * ediff-init.el, ediff-mult.el, ediff-util.el:
7837         Replace last-command-char and last-command-event
7838         with (ediff-last-command-char) everywhere.
7840         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7841         created in fundamental mode.
7843         * ediff.el (ediff-version): Revert the change of interactive-p to
7844         called-interactively-p.
7846 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7848         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7849         generation from word-movement command names.
7851 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7853         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7854         (semantic-complete-jump-local, semantic-complete-jump):
7855         Improve prompt string.
7857 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7859         * cus-start.el (all): Add native condition for font-use-system-font.
7861 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7863         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7864         Correct the patch from 2009-11-18.  (Bug#3910)
7866 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7868         * progmodes/subword.el: Rename from lisp/subword.el.
7870         * subword.el: Rename to progmodes/subword.el.
7872         * Makefile.in (ELCFILES): Adapt to subword.el move.
7874 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7875             Stefan Monnier  <monnier@iro.umontreal.ca>
7877         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7878         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7879         (bookmark-bmenu-show-filenames): Use push.
7880         (bookmark-bmenu-hide-filenames): Use local var instead of
7881         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7882         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7883         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7884         filenames now that the bookmark names are always available.
7886 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7888         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7889         (bookmark-search-pattern): Move and leave unbound.
7890         (bookmark-bmenu-mode-map): Change binding.
7891         (bookmark-read-search-input): Simplify.
7892         Don't use text-char-description.  Don't error on non-char events.
7893         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7894         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7895         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7896         Use a local var for the timer.
7897         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7898         (i.e. bookmark-bmenu-search).
7900 2009-11-21  Glenn Morris  <rgm@gnu.org>
7902         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7904 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7906         * net/browse-url.el (browse-url-default-windows-browser):
7907         Use cygstart for cygwin.
7909 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7911         * bookmark.el: Formatting and doc fixes only:
7912         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7913         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7914         Minor grammar and punctuation fixes in doc string.
7915         (bookmark-read-search-input): Adjust to fit within 80 columns.
7917 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7919         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7920         (c-backward-into-nomenclature): Adapt to subword renaming.
7922         * subword.el (subword-forward, subword-backward, subword-mark)
7923         (subword-kill, subword-backward-kill, subword-transpose)
7924         (subword-downcase, subword-upcase, subword-capitalize)
7925         (subword-forward-internal, subword-backward-internal):
7926         Rename from forward-subword, backward-subword, mark-subword,
7927         kill-subword, backward-kill-subword, transpose-subwords,
7928         downcase-subword, upcase-subword, capitalize-subword,
7929         forward-subword-internal, backward-subword-internal.
7931 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7933         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7934         New options.
7935         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7936         New vars.
7937         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7938         (bookmark-bmenu-filter-alist-by-regexp)
7939         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7940         (bookmark-bmenu-search): New command.
7941         (bookmark-bmenu-mode-map): Bind it.
7943 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7945         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7947         * cedet/semantic/idle.el (define-semantic-idle-service)
7948         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7950 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7952         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7953         backward-subword to quit the byte-compiler.
7955         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7957         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7959         * progmodes/cc-cmds.el (c-update-modeline)
7960         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7961         Refer to subword.el functions instead of cc-subword.el.
7963         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7964         subword.el functions instead of cc-subword.el.
7966         * progmodes/cc-subword.el: Rename to subword.el.
7967         * subword.el: Rename from progmodes/cc-subword.el.
7968         (subword-mode-map): Rename from c-subword-mode-map.
7969         (subword-mode): Rename from c-subword-mode.
7970         (global-subword-mode): New global minor mode.
7971         (forward-subword): Rename from c-forward-subword.
7972         (backward-subword): Rename from c-backward-subword.
7973         (mark-subword): Rename from c-mark-subword.
7974         (kill-subword): Rename from c-kill-subword.
7975         (backward-kill-subword): Rename from c-backward-kill-subword.
7976         (transpose-subwords): Rename from c-tranpose-subword.
7977         (downcase-subword): Rename from c-downcase-subword.
7978         (capitalize-subword): Rename from c-capitalize-subword.
7979         (forward-subword-internal): Rename from c-forward-subword-internal.
7980         (backward-subword-internal): Rename from c-backward-subword-internal.
7982 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7984         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7985         from a dired buffer.
7986         (vc-dired-deduce-fileset): New function.
7987         (vc-root-diff, vc-print-root-log): Use it.
7989         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7990         nil LIMIT argument to vc-print-log-internal.
7992 2009-11-20  Glenn Morris  <rgm@gnu.org>
7994         * Makefile.in (ELCFILES): Regenerate.
7996 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7998         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
8000         * cedet/semantic.el: Enable idle-mode menu items only if
8001         global-semantic-idle-scheduler-mode is enabled.
8002         (semantic-default-submodes): Doc fix.
8004         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8005         When turning off, disable other idle modes.
8007 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
8009         * calc/calc.el (calc-set-mode-line):
8010         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8011         (math-format-number): Rename `math-format-complement-signed' to
8012         `math-format-twos-complement'.
8014         * calc/calc-bin.el (math-format-twos-complement): Rename from
8015         math-format-complement-signed.
8016         (calc-radix): Rename `calc-complement-signed-mode' to
8017         `calc-twos-complement-mode'.
8018         (calc-octal-radix, calc-hex-radix): Add an argument for
8019         two's complement.
8021         * calc/calc-embed.el (calc-embedded-mode-vars):
8022         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8024         * calc/calc-ext.el (calc-init-extensions):
8025         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8026         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
8028         * calc/calc-units.el (math-build-units-table-buffer):
8029         Let `calc-twos-complement-mode' be nil.
8031         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
8032         entries.
8034         * calc/calc-vec.el (calcFunc-vunpack):
8035         * calc/calc-aent.el (calc-do-calc-eval):
8036         * calc/calc-forms.el (math-format-date):
8037         * calc/calc-graph.el (calc-graph-plot):
8038         * calc/calc-math.el (math-use-emacs-fn):
8039         * calc/calccomp.el (math-compose-expr):
8040         Let `calc-twos-complement-mode' be nil.
8042 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8044         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
8045         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
8046         * minibuffer.el (completion-in-region-functions): New hook.
8047         (completion-in-region): New function.
8048         * emacs-lisp/lisp.el (lisp-complete-symbol):
8049         * pcomplete.el (pcomplete-std-complete): Use it.
8051 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8053         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
8054         (latex-complete-alist): New vars.
8055         (latex-string-prefix-p, latex-complete-bibtex-keys)
8056         (latex-complete-envnames, latex-complete-refkeys)
8057         (latex-complete-data): New functions.
8058         (latex-complete, latex-indent-or-complete): New commands.
8060         * window.el (display-buffer-mark-dedicated): New var.
8061         (display-buffer): Obey it.
8062         * minibuffer.el (minibuffer-completion-help): Use it.
8064         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
8066         * filecache.el (file-cache-add-file): Use push and cons.
8067         (file-cache-delete-file-regexp): Use push.
8068         (file-cache-complete): Use completion-in-region.
8070         * simple.el (with-wrapper-hook): Fix thinko.
8072         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
8073         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
8074         Use with-current-buffer and string-to-number.
8075         (hfy-fallback-colour-values): Use assoc-string.
8076         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
8077         (hfy-face-at): Remove unused var `found-face'.
8078         (hfy-compile-stylesheet): Remove unused var `css'.
8079         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
8080         and `orig-buffer'.
8081         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
8082         Use with-current-buffer.
8083         (hfy-text-p): Use expand-file-name and fewer setq.
8085 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
8087         * htmlfontify.el, hfy-cmap.el: New files.
8089 2009-11-19  Juri Linkov  <juri@jurta.org>
8091         * minibuffer.el (completions-format): New defcustom.
8092         (completion--insert-strings): Implement vertical format.
8094         * simple.el (switch-to-completions): Move point to the first
8095         completion when point was at the beginning of the buffer.
8097 2009-11-19  Juri Linkov  <juri@jurta.org>
8099         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
8101         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
8103 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
8105         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
8106         (mail-signature): Change default to t.
8107         (mail-from-style): Deprecate `system-default' value.
8108         (mail-insert-from-field): For default value of mail-from-style,
8109         default to `angles' unless `angles' needs quoting and `parens'
8110         does not.
8111         (mail-citation-prefix-regexp): Use citation regexp from
8112         message-mode.
8114 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
8116         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8117         Set variables for computing the prompt for reading password.
8119 2009-11-19  Glenn Morris  <rgm@gnu.org>
8121         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
8123         * textmodes/flyspell.el (sgml-lexical-context): Declare.
8125         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
8126         (newsticker-treeview-listwindow-height): Fix custom type.
8128 2009-11-19  Kenichi Handa  <handa@m17n.org>
8130         * descr-text.el (describe-char-padded-string): Compose with TAB
8131         only if there's a font for CH.
8132         (describe-char): Fix the condition for detecting a trivial composition.
8134 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
8136         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
8137         more accurate version of the regexp.  (Bug#3910)
8139 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
8141         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
8143 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
8145         * font-setting.el (font-use-system-font): Declare for byte-compiler.
8146         (font-setting-change-default-font): Fix typo in docstring.
8148 2009-11-18  Alan Mackenzie  <acm@muc.de>
8150         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
8152 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
8154         * font-setting.el (font-use-system-font): Move ...
8156         * cus-start.el (all): ... to here.
8158 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
8160         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
8161         Don't set `ad-return-value' if `ad-do-it' doesn't.
8163         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
8164         modification time.
8166 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
8168         * menu-bar.el: Put "Use system font" in Option-menu.
8169         (menu-bar-options-save): Add font-use-system-font.
8171         * loadup.el: If feature system-font-setting or font-render-setting is
8172         there, load font-setting.
8174         * Makefile.in (ELCFILES): Add font-settings.el.
8175         * font-setting.el: New file.
8177 2009-11-17  Glenn Morris  <rgm@gnu.org>
8179         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
8181         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
8182         Preserve point in the list buffer.  (Bug#4939)
8183         Use point-at-eol.
8184         (newsticker--treeview-list-update-highlight)
8185         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
8187 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
8189         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
8190         Remove.
8192         * calc/calc-ext.el (calc-init-extensions): Remove references to
8193         symclip.
8195         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
8197         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
8198         * calc/calc-help.el (calc-b-prefix-help): Remove references to
8199         `calc-symclip'.
8201 2009-11-16  Kevin Ryde  <user42@zip.com.au>
8203         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8204         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
8206         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8207         (lm-keywords-list): Allow comma-only separator like "foo,bar".
8208         Ignore trailing spaces by omit-nulls to split-string (fixing
8209         regression from Emacs 21 due to the incompatible split-string
8210         change).  (Bug #4928.)
8212 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8214         * vc.el (vc-log-show-limit): Default to 2000.
8215         (vc-print-log-internal): Insert buttons to request more entries
8216         when limiting the output.
8218         * vc-sccs.el (vc-sccs-print-log):
8219         * vc-rcs.el (vc-rcs-print-log):
8220         * vc-cvs.el (vc-cvs-print-log):
8221         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
8222         LIMIT is non-nil.
8224 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
8226         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
8227         error when `tramp-gvfs-dbus-event-vector' is set.
8228         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
8230 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8232         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
8234 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
8236         * net/dbus.el (dbus-unregister-service): New defun.
8237         (dbus-register-property): Register the handlers of
8238         "org.freedesktop.DBus.Properties" for SERVICE.
8239         (dbus-property-handler): Fix docstring.
8241 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8243         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
8244         Quote doc string reference in defvaralias as it is not in special form.
8245         (byte-compile-output-docform): Doc fix.
8247 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
8249         * calc/calc.el (math-2-word-size, math-half-2-word-size)
8250         (calc-complement-signed-mode): New variables.
8251         (calc-set-mode-line): Add indicator for twos-complements.
8252         (math-format-number): Format twos-complement notation.
8254         * calc/calc-bin.el (calc-word-size): Reset the variables
8255         `math-2-word-size' and `math-half-2-word-size'.
8256         (math-format-complement-signed, math-symclip, calcFunc-symclip)
8257         (calc-symclip): New functions.
8259         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
8261         * calc/calc-embed.el (calc-embedded-mode-vars):
8262         Add `calc-complement-signed-mode' to the list of modes.
8264         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
8265         (calc-b-oper-keys): Add `calc-symclip' to list.
8267         * calc/calc-ext.el (math-read-number-fancy): Read complement
8268         signed numbers.
8269         (calc-init-extensions): Add binding for `calc-symclip'.
8270         Add autoload for `calcFunc-symclip' and `calc-symclip'.
8272         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
8273         `calc-symclip'.
8274         (calc-modes-menu): Add item for twos complement mode.
8276         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
8278 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
8280         * register.el (jump-to-register, insert-register): Handle Semantic
8281         tags.  From commented-out advice in semantic/senator.el.
8283 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
8285         * vc.el (vc-log-show-limit): New variable.
8286         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
8287         when using a prefix argument.
8288         (vc-print-log-internal): Add new argument LIMIT.
8290         * vc-svn.el (vc-svn-print-log):
8291         * vc-mtn.el (vc-mtn-print-log):
8292         * vc-hg.el (vc-hg-print-log):
8293         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
8294         pass it to the log command when set.  Make the BUFFER argument
8295         non-optional.
8297         * vc-sccs.el (vc-sccs-print-log):
8298         * vc-rcs.el (vc-rcs-print-log):
8299         * vc-git.el (vc-git-print-log):
8300         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
8301         ignore it.  Make the BUFFER argument non-optional
8303         * bindings.el (mode-line-buffer-identification): Do not purecopy.
8305 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
8307         * dired.el (dired-mode-map): Move encryption items to "Operate"
8308         menu (Bug#4703).
8310         * strokes.el (strokes-update-window-configuration): Make strokes
8311         buffer current before erasing (Bug#4906).
8313         * cedet/semantic/idle.el (semantic-idle-summary-mode)
8314         (semantic-idle-summary-mode): Define using define-minor-mode
8315         instead of define-semantic-idle-service.
8316         (semantic-idle-summary-mode): New function.
8317         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8318         that mouse motion does not reset the echo area.
8320 2009-11-15  Juri Linkov  <juri@jurta.org>
8322         * simple.el (set-mark-default-inactive): Add :type, :group
8323         and :version.  (Bug#4876)
8325 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
8327         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
8328         (archive-unique-fname): ... here.  (Bug#4929)
8330 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8332         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
8333         with a real fix.
8335         * novice.el (disabled-command-function): Add useful args.
8336         Setup the help buffer so that [back] works.
8337         Remove redundant call to help-mode.
8338         (disabled-command-function): Use `case'.
8339         (en/disable-command): New function extracted from enable-command.
8340         (enable-command, disable-command): Use it.
8342 2009-11-14  Glenn Morris  <rgm@gnu.org>
8344         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
8345         constants.  (Bug#4913)
8347         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
8349 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
8351         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
8352         defined in C that have no doc-strings.  (Bug#1063)
8354 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
8356         * cus-edit.el (data, files):
8357         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
8359 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
8361         * simple.el (shell-command): Doc fix (Bug#4891).
8363         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
8365 2009-11-14  Glenn Morris  <rgm@gnu.org>
8367         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
8368         statements for vc-diff, emerge-quit, and rmail-cease-edit.
8369         If they are already loaded, eval-after-load will do the right thing.
8371         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
8372         compiling.
8374         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
8376         * simple.el (x-selection-owner-p): Declare.
8377         (read-mail-command): Use custom radio type rather than choice.
8378         (completion-no-auto-exit): Doc fix.
8380         * custom.el (defgroup):
8381         * epg-config.el (epg): Doc fixes.
8383 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
8385         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8386         * international/ccl.el (define-ccl-program): Do not purecopy the
8387         docstring, defconst does it anyway.
8389 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8391         * add-log.el (add-change-log-entry): Avoid displaying the changelog
8392         a second time.
8394         * x-dnd.el (x-dnd-maybe-call-test-function):
8395         * window.el (split-window-vertically):
8396         * whitespace.el (whitespace-help-on):
8397         * vc-rcs.el (vc-rcs-consult-headers):
8398         * userlock.el (ask-user-about-lock-help)
8399         (ask-user-about-supersession-help):
8400         * type-break.el (type-break-force-mode-line-update):
8401         * time-stamp.el (time-stamp-conv-warn):
8402         * terminal.el (te-set-output-log, te-more-break, te-filter)
8403         (te-sentinel, terminal-emulator):
8404         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8405         (term-write-input-ring, term-check-source, term-start-output-log):
8406         (term-display-buffer-line, term-dynamic-list-completions):
8407         (term-ansi-make-term, serial-term):
8408         * subr.el (selective-display):
8409         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8410         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8411         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8412         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8413         (speedbar-remove-localized-speedbar-support)
8414         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8415         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8416         (speedbar-buffers-line-directory):
8417         * simple.el (shell-command-on-region, append-to-buffer)
8418         (prepend-to-buffer):
8419         * shadowfile.el (shadow-save-todo-file):
8420         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8421         (scroll-bar-maybe-set-window-start):
8422         * sb-image.el (speedbar-image-dump):
8423         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8424         (load-save-place-alist-from-file):
8425         * ps-samp.el (ps-print-message-from-summary):
8426         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8427         (ps-background-image, ps-begin-job, ps-do-despool):
8428         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8429         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8430         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8431         (pr-call-process, pr-file-list, pr-interface-save):
8432         * novice.el (disabled-command-function)
8433         (enable-command, disable-command):
8434         * mouse.el (mouse-buffer-menu-alist):
8435         * mouse-copy.el (mouse-kill-preserving-secondary):
8436         * macros.el (kbd-macro-query):
8437         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8438         * informat.el (batch-info-validate):
8439         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8440         * hippie-exp.el (try-expand-dabbrev-visible):
8441         * help-mode.el (help-make-xrefs):
8442         * help-fns.el (describe-variable):
8443         * generic-x.el (bat-generic-mode-run-as-comint):
8444         * finder.el (finder-mouse-select):
8445         * find-dired.el (find-dired-sentinel):
8446         * filesets.el (filesets-file-close):
8447         * files.el (list-directory):
8448         * faces.el (list-faces-display, describe-face):
8449         * facemenu.el (list-colors-display):
8450         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8451         * epg.el (epg--process-filter, epg-cancel):
8452         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8453         (epa--read-signature-type):
8454         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8455         (emerge-file-names):
8456         * ehelp.el (electric-helpify):
8457         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8458         * ediff-vers.el (rcs-ediff-view-revision):
8459         * ediff-util.el (ediff-setup):
8460         * ediff-mult.el (ediff-append-custom-diff):
8461         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8462         (ediff-wordify):
8463         * echistory.el (Electric-command-history-redo-expression):
8464         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8465         * disp-table.el (describe-display-table):
8466         * dired.el (dired-find-buffer-nocreate):
8467         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8468         * dabbrev.el (dabbrev--same-major-mode-p):
8469         * chistory.el (list-command-history):
8470         * apropos.el (apropos-documentation):
8471         * allout.el (allout-obtain-passphrase):
8472         (allout-copy-exposed-to-buffer):
8473         (allout-verify-passphrase): Use with-current-buffer.
8475 2009-11-13  Glenn Morris  <rgm@gnu.org>
8477         * Makefile.in (ELCFILES): Regenerate.
8479 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
8481         * net/dbus.el (dbus-registered-objects-table): Rename from
8482         `dbus-registered-functions-table', because it contains also properties.
8483         (dbus-unregister-object): Unregister also properties.
8484         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8485         Use a timeout of 500 msec, in order to not block.
8486         (dbus-register-property, dbus-property-handler): New defuns.
8488 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8490         * simple.el (minibuffer-default-add-completions): Drop deprecated
8491         4th arg.
8493 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
8495         * textmodes/artist.el (artist-mouse-choose-operation):
8496         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8497         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8498         (artist-compute-up-event-key): New function.
8499         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8501 2009-11-13  Kenichi Handa  <handa@m17n.org>
8503         * language/japan-util.el: Make sure that the value of jisx0208
8504         property is jisx0208 character.
8506 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
8508         * international/mule.el (auto-coding-regexp-alist): Only purecopy
8509         car or each item, not the whole list.
8511 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8513         * minibuffer.el (minibuffer-completion-help):
8514         Use minibuffer-hide-completions.
8516 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
8518         * dired.el (dired-save-positions, dired-restore-positions): New funs.
8519         (dired-revert): Use them (bug#4880).
8521 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8523         * tooltip.el (tooltip-frame-parameters): Undo previous change.
8525 2009-11-12  Juri Linkov  <juri@jurta.org>
8527         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8528         New functions.
8529         (find-file-literally-at-point): Alias of `ffap-literally'.
8531 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
8533         * textmodes/ispell.el (ispell-skip-region-alist):
8534         * textmodes/css-mode.el (auto-mode-alist):
8535         * progmodes/compile.el (auto-mode-alist):
8536         * international/mule.el (ctext-non-standard-encodings-alist)
8537         (ctext-non-standard-encodings-regexp):
8538         * simple.el (shell-command-switch, text-read-only):
8539         * replace.el (occur-mode-map):
8540         * paths.el (rmail-file-name):
8541         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8542         * find-file.el (ff-special-constructs):
8543         * files.el (file-name-handler-alist):
8544         * composite.el: Purecopy strings.
8546         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8548 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8550         * widget.el (define-widget): Purecopy the docstring.
8551         * international/mule-cmds.el (charset): Do not purecopy the
8552         docstring here, define-widget does it.
8554         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8555         * textmodes/bibtex-style.el (auto-mode-alist):
8556         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8557         * progmodes/compile.el (compile-command):
8558         * language/korea-util.el (default-korean-keyboard):
8559         * international/mule-conf.el (file-coding-system-alist):
8560         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8561         * tooltip.el (tooltip-frame-parameters):
8562         * newcomment.el (comment-end, comment-padding):
8563         * dired.el (dired-trivial-filenames):
8564         * comint.el (comint-file-name-prefix): Purecopy initial values.
8566 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
8568         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8569         (tramp-advice-minibuffer-electric-tilde): Unload advices via
8570         `tramp-unload'.
8571         (tramp-advice-make-auto-save-file-name)
8572         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8573         after removing the advice.
8575 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
8577         * progmodes/grep.el (grep-regexp-alist):
8578         * international/mule-cmds.el (iso-2022-control-alist):
8579         * emacs-lisp/timer.el (timer-duration-words):
8580         * subr.el (version-separator, version-regexp-alist):
8581         * minibuffer.el (completion-styles-alist):
8582         * faces.el (face-attribute-name-alist, list-faces-sample-text):
8583         Change defvars to defconsts.
8585         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8586         * loadup.el ("international/mule-conf"): Load the byte compiled version.
8587         * international/mule-conf.el: Allow to be byte compiled.
8589         * international/mule.el (define-charset): Purecopy props.
8590         (load-with-code-conversion): Purecopy doc string and file name.
8591         (put-charset-property): Purecopy strings.
8592         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8594         * international/mule-cmds.el (register-input-method): Purecopy arguments.
8595         (define-char-code-property): Correctly purecopy the table.
8597         * international/ccl.el (define-ccl-program): Purecopy the docstring.
8599         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8601         * subr.el (add-hook): Purecopy strings.
8602         (eval-after-load): Purecopy load-history-regexp and the form.
8604         * custom.el (custom-declare-group): Purecopy load-file-name.
8606         * subr.el (menu-bar-separator): New defconst.
8607         * net/eudc.el (eudc-tools-menu):
8608         * international/mule-cmds.el (set-coding-system-map)
8609         (mule-menu-keymap):
8610         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8611         * vc-hooks.el (vc-menu-map):
8612         * replace.el (occur-mode-map):
8613         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
8614         (menu-bar-edit-menu, menu-bar-goto-menu)
8615         (menu-bar-custom-menu, menu-bar-showhide-menu)
8616         (menu-bar-options-menu, menu-bar-tools-menu)
8617         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8618         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8619         (menu-bar-help-menu):
8620         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8621         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8623         * term/x-win.el (x-gtk-stock-map):
8624         * progmodes/vera-mode.el (auto-mode-alist):
8625         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8626         (inferior-lisp-program, inferior-lisp-load-command):
8627         * progmodes/hideshow.el (hs-special-modes-alist):
8628         * progmodes/gud.el (same-window-regexps):
8629         * progmodes/grep.el (grep-program, find-program, xargs-program):
8630         * net/telnet.el (same-window-regexps):
8631         * net/rlogin.el (same-window-regexps):
8632         * language/ethiopic.el (font-ccl-encoder-alist):
8633         * vc-sccs.el (vc-sccs-master-templates):
8634         * vc-rcs.el (vc-rcs-master-templates):
8635         * subr.el (cl-assertion-failed):
8636         * simple.el (next-error-overlay-arrow-position):
8637         * lpr.el (lpr-command):
8638         * locate.el (locate-ls-subdir-switches):
8639         * info.el (same-window-regexps, info)
8640         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8641         * image-mode.el (image-mode, auto-mode-alist):
8642         * hippie-exp.el (hippie-expand-ignore-buffers):
8643         * format.el (format-alist):
8644         * find-dired.el (find-ls-subdir-switches, find-grep-options)
8645         (find-name-arg):
8646         * facemenu.el (facemenu-keybindings):
8647         * dired.el (dired-listing-switches, dired-chown-program):
8648         * diff.el (diff-switches, diff-command):
8649         * cus-edit.el (same-window-regexps):
8650         * bindings.el (mode-line-mule-info)
8651         (mode-line-buffer-identification): Purecopy strings.
8653 2009-11-11  Juri Linkov  <juri@jurta.org>
8655         * simple.el (dired-get-filename) <declare-function>:
8656         Tell the byte-compiler about dired-get-filename.
8657         (shell-command): In Dired mode, get filename from the current line
8658         as the default value.
8660 2009-11-10  Glenn Morris  <rgm@gnu.org>
8662         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8663         * calendar/holidays.el, progmodes/cperl-mode.el:
8664         Update x-popup-menu declarations.
8666         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8667         (list-load-path-shadows): Use dolist.
8668         (list-load-path-shadows): Use with-current-buffer.
8670 2009-11-10  Juri Linkov  <juri@jurta.org>
8672         * minibuffer.el (read-file-name): Support a list of default values
8673         in `default-filename'.  Use the first file name where only one
8674         element is required.  Doc fix.
8676 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
8678         * net/dbus.el (dbus-unregister-object): Release service, if no
8679         other method is registered for it.
8681 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
8683         * bookmark.el (bookmark-completing-read): Sort bookmark names if
8684         bookmark-sort-flag is non-nil (Bug#4653).
8686 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8688         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8689         the progress reporter entirely.
8691         * emulation/cua-base.el: Add CUA property to some CC mode commands
8692         (Bug#4100).
8694 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8696         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8697         at end of sentence (Bug#4818).
8699 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8701         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8702         Handle "see declaration of" MSFT statements (Bug#4100).
8704 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8706         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8707         (tramp-advice-file-expand-wildcards): Unload via
8708         `ad-remove-advice'.
8710         * net/trampver.el: Update release number.
8712 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8714         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8715         `ad-do-it'.
8717 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8719         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8720         in order to keep context in SELinux.
8722 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8724         * dired-aux.el (dired-query): Place cursor in echo area and allow
8725         C-g.
8727         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8728         menu item if not on a directory (Bug#4701).
8730 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8732         Sync with Tramp 2.1.17.
8734         * net/tramp.el (tramp-handle-copy-directory): Don't use
8735         `file-remote-p' (due to compatibility).
8737         * net/tramp-compat.el (tramp-compat-copy-directory)
8738         (tramp-compat-delete-directory): New defuns.
8740         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8741         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8742         `tramp-compat-delete-directory'.
8744         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8745         (tramp-smb-handle-delete-directory): Use
8746         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8748         * net/trampver.el: Update release number.
8750 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8752         * tar-mode.el (tar-copy): Call write-region on the right buffer
8753         (Bug#4857).
8755         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8756         by hand, if necessary (Bug#4878).
8758 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8760         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8761         align size column (Bug#4839).
8763         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8764         statement.
8766 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8768         * progmodes/ld-script.el (auto-mode-alist):
8769         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8771         * cus-face.el (custom-declare-face): Purecopy face spec.
8773 2009-11-06  Kenichi Handa  <handa@m17n.org>
8775         * international/uni-bidi.el: Re-generated.
8776         * international/uni-category.el: Re-generated.
8777         * international/uni-combining.el: Re-generated.
8778         * international/uni-mirrored.el: Re-generated.
8780 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8782         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8783         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8784         (tex-start-options, slitex-run-command, latex-run-command)
8785         (tex-run-command, tex-directory):
8786         * textmodes/ispell.el (ispell-html-skip-alists)
8787         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8788         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8789         (adaptive-fill-regexp):
8790         * textmodes/dns-mode.el (auto-mode-alist):
8791         * progmodes/python.el (interpreter-mode-alist):
8792         * progmodes/etags.el (tags-compression-info-list):
8793         * progmodes/etags.el (tags-file-name):
8794         * net/browse-url.el (browse-url-galeon-program)
8795         (browse-url-firefox-program):
8796         * mail/sendmail.el (mail-signature-file)
8797         (mail-citation-prefix-regexp):
8798         * international/mule-conf.el (eight-bit):
8799         * international/latexenc.el (latex-inputenc-coding-alist):
8800         * international/fontset.el (x-pixel-size-width-font-regexp):
8801         * emacs-lisp/warnings.el (warning-type-format):
8802         * emacs-lisp/trace.el (trace-buffer):
8803         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8804         (emacs-lisp-mode-map):
8805         * calendar/holidays.el (holiday-solar-holidays)
8806         (holiday-bahai-holidays, holiday-islamic-holidays)
8807         (holiday-christian-holidays, holiday-hebrew-holidays)
8808         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8809         (hebrew-holidays-1, holiday-oriental-holidays)
8810         (holiday-general-holidays):
8811         * x-dnd.el (x-dnd-known-types):
8812         * tool-bar.el (tool-bar):
8813         * startup.el (site-run-file):
8814         * shell.el (shell-dumb-shell-regexp):
8815         * rfn-eshadow.el (file-name-shadow-tty-properties)
8816         (file-name-shadow-properties):
8817         * paths.el (remote-shell-program, news-directory):
8818         * mouse.el ([C-down-mouse-3]):
8819         * menu-bar.el (menu-bar-tools-menu):
8820         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8821         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8822         (jka-compr-compression-info-list):
8823         * isearch.el (search-whitespace-regexp):
8824         * image-file.el (image-file-name-extensions):
8825         * find-dired.el (find-ls-option):
8826         * files.el (directory-listing-before-filename-regexp)
8827         (directory-free-space-args, insert-directory-program)
8828         (list-directory-brief-switches, magic-fallback-mode-alist)
8829         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8830         (automount-dir-prefix):
8831         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8832         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8833         (face-font-registry-alternatives, face-font-registry-alternatives)
8834         (face-font-family-alternatives):
8835         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8836         (facemenu-foreground-menu, facemenu-face-menu):
8837         * epa-hook.el (epa-file-name-regexp):
8838         * dnd.el (dnd-protocol-alist):
8839         * textmodes/rst.el (auto-mode-alist):
8840         * button.el (default-button): Purecopy strings.
8842 2009-11-06  Glenn Morris  <rgm@gnu.org>
8844         * Makefile.in (ELCFILES): Update.
8846 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8848         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8849         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8851         * nxml/xsd-regexp.el (xsdre-gen-categories):
8852         * nxml/xmltok.el (xmltok-parse-entity):
8853         * nxml/rng-parse.el (rng-parse-validate-file):
8854         * nxml/rng-maint.el (rng-format-manual)
8855         (rng-manual-output-force-new-line):
8856         * nxml/rng-loc.el (rng-save-schema-location-1):
8857         * nxml/rng-cmpct.el (rng-c-parse-file):
8858         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8859         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8861 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8863         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8864         Remove extra save-excursions and make-variable-buffer-local's.
8865         Suggested by Stefan Monnier.
8867         (verilog-getopt-file, verilog-module-inside-filename-p)
8868         (verilog-set-define): Merge GNU 1.35 and repair changes from
8869         switching to using with-current-buffer.
8871         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8872         being treated as a number and confusing AUTORESET.
8873         Reported by Dan Dever.
8875         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8876         Add verilog-auto-ignore-concat to fix backward compatibility with
8877         older verilog-modes.  Reported by Dan Katz.
8879         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8880         containing closing anchors "...$".
8882         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8883         Reported by Wade Smith.
8885         (verilog-batch-execute-func): Comment on function usage.
8887 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8889         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8890         for labels.
8892         (verilog-label-re, verilog-calc-1): Support proper indent of named
8893         asserts.
8895         (verilog-backward-token, verilog-basic-complete-re)
8896         (verilog-beg-of-statement, verilog-indent-re): Support proper
8897         indent of the assert statement at the beginning of a block of text.
8899         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8900         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8901         tokens as begins.
8903 2009-11-05  Glenn Morris  <rgm@gnu.org>
8905         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8906         Emacs 19.  (Bug#1531)
8907         (byte-compile-fix-header): Update for the above change.
8908         Drop test for epoch::version.
8910         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8911         * cus-dep.el (custom-make-dependencies):
8912         * finder.el (finder-compile-keywords):
8913         Use autoload-rubric's feature argument.
8915         * calendar/diary-lib.el (top-level): Make load behave more like require.
8917         * vc-git.el (vc-git-stash-map): Move definition before use.
8919 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8921         * custom.el (custom-declare-group): Purecopy standard-value.
8922         (custom-declare-group): Purecopy custom-prefix.
8924         * international/mule.el (load-with-code-conversion):
8925         Call do-after-load-evaluation unconditionally.
8927         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8929 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8931         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8933 2009-11-04  Glenn Morris  <rgm@gnu.org>
8935         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8936         (byte-compile-compatibility): Remove option.
8937         (byte-compile-close-variables, byte-compile-fix-header)
8938         (byte-compile-insert-header, byte-compile-output-docform)
8939         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8940         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8941         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8942         (byte-compile-insert, byte-compile-defun):
8943         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8944         (byte-defop-compiler19): Remove.
8945         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8946         used by anything.  Replace all calls with byte-defop-compiler.
8948 2009-11-04  Juri Linkov  <juri@jurta.org>
8950         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8951         (menu-bar-options-menu): Don't quote the `prop' arg of
8952         `menu-bar-make-mm-toggle'.
8954 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8956         * calendar/calendar.el (cal-loaddefs):
8957         * calendar/diary-lib.el (diary-loaddefs):
8958         * calendar/holidays.el (hol-loaddefs):
8959         * eshell/esh-module.el (esh-groups): Load rather than require.
8961 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8963         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8964         point-min==1.
8965         (todo-top-priorities): Only display-buffer when called interactively.
8966         (todo-item-start): Don't save excursion point.
8967         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8968         (todo-insert-item-here, todo-file-item, todo-remove-item):
8969         Adjust uses of todo-item-start and todo-item-end.
8971         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8972         (autoload-rubric): Don't use any more.
8973         * cedet/semantic/fw.el (semantic/loaddefs):
8974         * cedet/srecode.el (srecode/loaddefs):
8975         * cedet/ede.el (ede/loaddefs): Load rather than require.
8976         * cedet/ede/cpp-root.el:
8977         * cedet/ede/emacs.el:
8978         * cedet/ede/files.el:
8979         * cedet/ede/linux.el:
8980         * cedet/ede/locate.el:
8981         * cedet/ede/make.el:
8982         * cedet/ede/shell.el:
8983         * cedet/ede/speedbar.el:
8984         * cedet/ede/system.el:
8985         * cedet/ede/util.el:
8986         * cedet/semantic/analyze.el:
8987         * cedet/semantic/bovine.el:
8988         * cedet/semantic/complete.el:
8989         * cedet/semantic/ctxt.el:
8990         * cedet/semantic/db-file.el:
8991         * cedet/semantic/db-find.el:
8992         * cedet/semantic/db-global.el:
8993         * cedet/semantic/db-mode.el:
8994         * cedet/semantic/db-typecache.el:
8995         * cedet/semantic/db.el:
8996         * cedet/semantic/debug.el:
8997         * cedet/semantic/dep.el:
8998         * cedet/semantic/doc.el:
8999         * cedet/semantic/edit.el:
9000         * cedet/semantic/find.el:
9001         * cedet/semantic/format.el:
9002         * cedet/semantic/html.el:
9003         * cedet/semantic/ia-sb.el:
9004         * cedet/semantic/ia.el:
9005         * cedet/semantic/idle.el:
9006         * cedet/semantic/lex-spp.el:
9007         * cedet/semantic/lex.el:
9008         * cedet/semantic/mru-bookmark.el:
9009         * cedet/semantic/scope.el:
9010         * cedet/semantic/senator.el:
9011         * cedet/semantic/sort.el:
9012         * cedet/semantic/symref.el:
9013         * cedet/semantic/tag-file.el:
9014         * cedet/semantic/tag-ls.el:
9015         * cedet/semantic/tag-write.el:
9016         * cedet/semantic/tag.el:
9017         * cedet/semantic/util-modes.el:
9018         * cedet/semantic/analyze/complete.el:
9019         * cedet/semantic/analyze/refs.el:
9020         * cedet/semantic/bovine/c.el:
9021         * cedet/semantic/bovine/gcc.el:
9022         * cedet/semantic/bovine/make.el:
9023         * cedet/semantic/bovine/scm.el:
9024         * cedet/semantic/decorate/include.el:
9025         * cedet/semantic/decorate/mode.el:
9026         * cedet/semantic/symref/cscope.el:
9027         * cedet/semantic/symref/global.el:
9028         * cedet/semantic/symref/grep.el:
9029         * cedet/semantic/symref/idutils.el:
9030         * cedet/semantic/symref/list.el:
9031         * cedet/semantic/wisent/java-tags.el:
9032         * cedet/semantic/wisent/javascript.el:
9033         * cedet/srecode/compile.el:
9034         * cedet/srecode/cpp.el:
9035         * cedet/srecode/document.el:
9036         * cedet/srecode/el.el:
9037         * cedet/srecode/expandproto.el:
9038         * cedet/srecode/getset.el:
9039         * cedet/srecode/insert.el:
9040         * cedet/srecode/java.el:
9041         * cedet/srecode/map.el:
9042         * cedet/srecode/mode.el:
9043         * cedet/srecode/template.el:
9044         * cedet/srecode/texi.el: Remove the file-local setting of
9045         generated-autoload-feature.
9047         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
9048         and only put a prop if it is non-nil.
9050 2009-11-03  Juri Linkov  <juri@jurta.org>
9052         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
9053         (menu-bar-options-menu): Fix list quoting (Bug#4429).
9055         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
9056         and "Menu" to make top-level menu item visually one unit (like
9057         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
9058         multi-word menu items).  Fix :help string for quit-window.
9060 2009-11-03  Glenn Morris  <rgm@gnu.org>
9062         * cedet/mode-local.el (with-mode-local): Doc fix.
9064         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
9065         (byte-compile-file-form-define-abbrev-table)
9066         (byte-compile-file-form-custom-declare-variable)
9067         (byte-compile-variable-ref, byte-compile-defvar):
9068         Whether or not a warning is enabled should only affect whether we issue
9069         the warning, not whether or not we collect the relevant data.
9070         Eg warnings can be turned on and off throughout the course of a file.
9072         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
9073         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
9075 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9077         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
9078         * play/mpuz.el (mpuz-create-buffer):
9079         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
9080         (lm-print-y,s,noise, lm-print-w0, lm-init):
9081         * play/gomoku.el (gomoku-prompt-for-move):
9082         * play/fortune.el (fortune-in-buffer):
9083         * play/dissociate.el (dissociated-press):
9084         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
9085         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
9086         * mail/supercite.el (sc-eref-show):
9087         * mail/smtpmail.el (smtpmail-send-it):
9088         * mail/rmailsum.el (rmail-summary-next-labeled-message)
9089         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
9090         (rmail-summary-undelete-many, rmail-summary-rmail-update)
9091         (rmail-summary-goto-msg, rmail-summary-expunge)
9092         (rmail-summary-get-new-mail, rmail-summary-search-backward)
9093         (rmail-summary-add-label, rmail-summary-output-menu)
9094         (rmail-summary-output-body):
9095         * mail/rfc822.el (rfc822-addresses):
9096         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
9097         * mail/mailpost.el (post-mail-send-it):
9098         * mail/hashcash.el (hashcash-generate-payment):
9099         * mail/feedmail.el (feedmail-run-the-queue)
9100         (feedmail-queue-send-edit-prompt-help-first)
9101         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
9102         (feedmail-deduce-address-list):
9103         * eshell/esh-ext.el (eshell-remote-command):
9104         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
9105         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
9106         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
9107         (viper-save-string-in-file, viper-valid-marker):
9108         * emulation/viper-keym.el (viper-toggle-key):
9109         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
9110         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
9111         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
9112         * emulation/viper-cmd.el (viper-exec-form-in-vi)
9113         (viper-exec-form-in-emacs, viper-brac-function):
9114         * emulation/viper.el (viper-delocalize-var):
9115         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
9116         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
9117         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
9118         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
9119         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
9120         * emulation/edt.el (edt-electric-helpify):
9121         * emulation/cua-rect.el (cua--rectangle-aux-replace):
9122         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
9123         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
9124         (cua-indent-to-global-mark-column):
9125         * calendar/diary-lib.el (calendar-mark-1):
9126         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
9127         Use with-current-buffer.
9128         * emulation/viper.el (viper-delocalize-var): Use dolist.
9130 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
9132         * comint.el (comint-replace-by-expanded-history-before-point):
9133         Replace !! with the previous input string literally (Bug#1795).
9135 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
9137         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
9138         to be made up of whitespace.
9140 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
9142         * minibuffer.el (read-file-name): Don't use file dialogs for
9143         remote directories (Bug#99).
9145 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
9147         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
9149 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
9151         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
9152         instead of deleting the window or frame.
9154 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
9156         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9157         Support face colors.
9159         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
9160         New function.  Support face colors (Bug#1168).
9161         (tex-common-initialization): Use it.
9163         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
9164         mode allows it (Bug#1168).
9166 2009-10-31  Juri Linkov  <juri@jurta.org>
9168         * facemenu.el (list-colors-display): Don't mark buffer as
9169         modified (Bug#3948).
9171 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
9173         * international/mule-diag.el (list-character-sets-1): Minor
9174         message fix (Bug#3526).
9176         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
9177         face property (Bug#4834).
9178         (etags-list-tags, etags-tags-apropos-additional)
9179         (etags-tags-apropos, tags-select-tags-table): Add follow-link
9180         property.
9182         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
9183         items.
9185         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
9186         items.
9188         * cedet/ede.el (ede-minor-mode):
9189         * cedet/semantic.el (semantic-mode): Toggle menu separators.
9191 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9193         * textmodes/two-column.el (2C-split):
9194         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
9195         * textmodes/tex-mode.el (tex-set-buffer-directory):
9196         * textmodes/spell.el (spell-region, spell-string):
9197         * textmodes/reftex.el (reftex-erase-buffer):
9198         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
9199         * textmodes/reftex-toc.el (reftex-toc-promote-action):
9200         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
9201         (reftex-select-item):
9202         * textmodes/reftex-ref.el (reftex-label-info-update)
9203         (reftex-offer-label-menu):
9204         * textmodes/reftex-index.el (reftex-index-change-entry)
9205         (reftex-index-phrases-info):
9206         * textmodes/reftex-global.el (reftex-create-tags-file)
9207         (reftex-save-all-document-buffers, reftex-ensure-write-access):
9208         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
9209         (reftex-view-crossref-from-bibtex):
9210         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
9211         (reftex-extract-bib-entries-from-thebibliography)
9212         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
9213         * textmodes/refbib.el (r2b-capitalize-title):
9214         (r2b-convert-buffer, r2b-help):
9215         * textmodes/page-ext.el (pages-directory)
9216         (pages-directory-goto-with-mouse):
9217         * textmodes/bibtex.el (bibtex-validate-globally):
9218         * textmodes/bib-mode.el (bib-capitalize-title):
9219         * textmodes/artist.el (artist-clear-buffer, artist-system):
9220         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
9221         (local-set-scheme-interaction-buffer, xscheme-process-filter)
9222         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
9223         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
9224         (xscheme-send-control-g-interrupt, xscheme-start-process)
9225         (xscheme-process-sentinel, xscheme-cd):
9226         * progmodes/verilog-mode.el (verilog-read-always-signals)
9227         (verilog-set-define, verilog-getopt-file)
9228         (verilog-module-inside-filename-p):
9229         * progmodes/sh-script.el:
9230         * progmodes/python.el (python-pdbtrack-get-source-buffer)
9231         (python-pdbtrack-grub-for-buffer, python-execute-file):
9232         * progmodes/octave-inf.el (inferior-octave):
9233         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9234         (idlwave-shell-compile-helper-routines, idlwave-set-local)
9235         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
9236         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
9237         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
9238         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
9239         (idlwave-shell-filter, idlwave-shell-examine-highlight)
9240         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
9241         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
9242         (idlwave-shell-examine-display, idlwave-shell-run-region)
9243         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
9244         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
9245         * progmodes/idlw-help.el (idlwave-help-get-special-help)
9246         (idlwave-help-get-help-buffer):
9247         * progmodes/gud.el (gud-basic-call, gud-find-class)
9248         (gud-tooltip-activate-mouse-motions-if-enabled):
9249         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9250         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
9251         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
9252         (ebrowse-tags-next-file):
9253         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
9254         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
9255         (ebnf-eps-finish-and-write):
9256         * progmodes/cpp.el (cpp-edit-save):
9257         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
9258         * progmodes/cc-defs.el (c-emacs-features):
9259         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
9260         (antlr-directory-dependencies):
9261         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
9262         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
9263         (ada-find-any-references, ada-make-filename-from-adaname)
9264         (ada-make-body-gnatstub):
9265         * obsolete/rnews.el (news-list-news-groups):
9266         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9267         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
9268         * net/rcirc.el (rcirc-debug):
9269         * net/newst-treeview.el (newsticker--treeview-list-add-item)
9270         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
9271         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
9272         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
9273         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9274         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
9275         (newsticker--treeview-list-clear-highlight)
9276         (newsticker--treeview-list-update-highlight)
9277         (newsticker--treeview-list-highlight-start)
9278         (newsticker--treeview-tree-update-highlight)
9279         (newsticker--treeview-get-selected-item)
9280         (newsticker-treeview-mark-list-items-old)
9281         (newsticker--treeview-set-current-node):
9282         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9283         * net/newst-backend.el (newsticker--get-news-by-funcall)
9284         (newsticker--get-news-by-wget, newsticker--image-get)
9285         (newsticker--image-sentinel):
9286         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
9287         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
9288         (eudc-ph-close-session):
9289         * net/eudc.el (eudc-save-options):
9290         * language/thai-word.el (thai-update-word-table):
9291         * language/japan-util.el (japanese-string-conversion):
9292         * international/titdic-cnv.el (tsang-quick-converter)
9293         (ziranma-converter, ctlau-converter):
9294         * international/mule-cmds.el (describe-language-environment):
9295         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
9296         (skkdic-convert-postfix, skkdic-convert-prefix):
9297         (skkdic-convert-okuri-nasi, skkdic-convert):
9298         * emacs-lisp/re-builder.el (reb-update-overlays):
9299         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
9300         * emacs-lisp/gulp.el (gulp-send-requests):
9301         * emacs-lisp/find-gc.el (trace-call-tree):
9302         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
9303         (eieio-describe-generic):
9304         * emacs-lisp/eieio-base.el (eieio-persistent-read):
9305         * emacs-lisp/edebug.el (edebug-outside-excursion):
9306         * emacs-lisp/debug.el (debugger-make-xrefs):
9307         * emacs-lisp/cust-print.el (custom-prin1-to-string):
9308         * emacs-lisp/chart.el (chart-new-buffer):
9309         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
9310         Use with-current-buffer.
9311         * textmodes/artist.el (artist-system): Don't call
9312         copy-sequence on a fresh string.
9313         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
9315 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
9317         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
9318         is no item to edit.  (Bug#4820)
9319         (todo-top-priorities): Restore point and restore narrowing in Todo
9320         buffer.  (Bug#4820)
9322 2009-10-31  Glenn Morris  <rgm@gnu.org>
9324         * net/ange-ftp.el (top-level): Don't require dired when compiling.
9325         (comint-last-output-start, comint-last-input-start)
9326         (comint-last-input-end): Don't defvar when compiling.
9327         (ange-ftp-process-file): Use bound-and-true-p.
9329         * pcmpl-rpm.el (top-level): Move provide statement to end.
9330         (pcmpl-rpm): Remove unused custom group.
9332         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
9334         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
9336         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9337         (byte-compile-warnings): Add `constants' as an option.
9338         (byte-compile-callargs-warn, byte-compile-arglist-warn)
9339         (display-call-tree): Update for byte-compile-fdefinition possibly
9340         returning `(macro lambda ...)'.  (Bug#4778)
9341         (byte-compile-variable-ref, byte-compile-setq-default):
9342         Respect `constants' member of byte-compile-warnings.
9344         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
9345         Use mapc rather than mapcar because the return value is never used.
9347         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
9348         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
9349         * cedet/semantic/html.el:
9350         Suppress harmless warnings about setting up semantic-imenu (not
9351         part of Emacs) variables.
9353 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9355         * vc-bzr.el (vc-bzr-revision-keywords): New var.
9356         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
9357         to "submit:".
9359         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
9360         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
9361         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
9362         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
9363         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
9364         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
9365         (semantic-analyzer-debug-global-symbol)
9366         (semantic-analyzer-debug-missing-innertype)
9367         (semantic-analyzer-debug-insert-include-summary):
9368         * cedet/semantic/util.el (semantic-file-tag-table):
9369         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
9370         (semantic-recursive-find-nonterminal-by-name):
9371         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
9372         * cedet/semantic/tag-file.el (semantic-prototype-file):
9373         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
9374         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
9375         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
9376         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
9377         (semantic-idle-summary-maybe-highlight):
9378         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
9379         (semantic-ia-sb-tag-info):
9380         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9381         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9382         * cedet/semantic/ede-grammar.el (project-compile-target):
9383         (ede-proj-makefile-insert-variables):
9384         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9385         (semantic-debug-set-source-location, semantic-debug-interface-layout)
9386         (semantic-debug-mode, semantic-debug):
9387         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9388         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9389         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9390         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9391         (semanticdb-find-translate-path-includes--internal)
9392         (semanticdb-reset-log, semanticdb-find-log-activity):
9393         * cedet/semantic/db-file.el (object-write):
9394         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9395         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9396         (semanticdb-create-ebrowse-database):
9397         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9398         * cedet/semantic/complete.el (semantic-displayor-focus-request)
9399         (semantic-collector-calculate-completions-raw)
9400         (semantic-complete-read-tag-analyzer):
9401         * cedet/semantic/analyze.el (semantic-analyze-pulse):
9402         * cedet/ede/util.el (ede-update-version-in-source):
9403         * cedet/ede/proj.el (project-delete-target):
9404         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9405         (ede-proj-flush-autoconf):
9406         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9407         (ede-proj-configure-synchronize):
9408         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9409         * cedet/ede/linux.el (ede-linux-version):
9410         * cedet/ede/emacs.el (ede-emacs-version):
9411         * cedet/ede/dired.el (ede-dired-add-to-target):
9412         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9413         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9414         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9415         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9416         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9417         (cedet-idutils-version-check):
9418         * cedet/cedet-global.el (cedet-gnu-global-call):
9419         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9420         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9421         * cedet/cedet-cscope.el (cedet-cscope-call)
9422         (cedet-cscope-expand-filename, cedet-cscope-version-check):
9423         Use with-current-buffer.
9424         * cedet/ede.el (ede-make-project-local-variable)
9425         (ede-set-project-variables, ede-set): Use dolist.
9427 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
9429         * textmodes/ispell.el (ispell-skip-region-alist):
9430         * international/mule-conf.el (eight-bit):
9431         * international/fontset.el (font-encoding-alist):
9432         * startup.el (pure-space-overflow-message):
9433         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9434         * paths.el (gnus-nntp-service, rmail-spool-directory)
9435         (term-file-prefix):
9436         * files.el (save-some-buffers-action-alist):
9437         * cmuscheme.el (same-window-buffer-names):
9438         * ielm.el (same-window-buffer-names):
9439         * shell.el (same-window-buffer-names):
9440         * mail/sendmail.el (same-window-buffer-names):
9441         * progmodes/inf-lisp.el (same-window-buffer-names):
9442         * bindings.el (mode-line-client)
9443         (mode-line-column-line-number-mode-map):
9444         * language/tibetan.el (tibetan-precomposition-rule-regexp)
9445         (tibetan-precomposed-regexp): Purecopy string arguments.
9447 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9449         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9450         (calcDigit-nondigit):
9451         * calc/calc-yank.el (calc-copy-to-buffer):
9452         * calc/calc-units.el (calc-invalidate-units-table):
9453         * calc/calc-trail.el (calc-trail-yank):
9454         * calc/calc-store.el (calc-insert-variables):
9455         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9456         * calc/calc-prog.el (calc-read-parse-table):
9457         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9458         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9459         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9460         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9461         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9462         (calc-graph-name, calc-graph-find-command, calc-graph-view)
9463         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9464         * calc/calc-ext.el (calc-realign):
9465         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9466         (calc-embedded-finish-edit, calc-embedded-make-info)
9467         (calc-embedded-finish-command, calc-embedded-stack-change):
9468         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9470         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9471         (overload-docstring-extension): Use that info.
9472         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9473         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9474         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9475         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9476         (semantic-nonterminal-full-name): Add the new `when' info.
9477         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9478         `assert'.
9480         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9481         shell-dynamic-complete-filename in preference to
9482         comint-dynamic-complete-filename.
9484         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9485         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9486         Don't consider whether the display supports colors.
9487         (bookmark-import-new-list): Use dolist.
9488         (bookmark-bmenu-mode-map): Move initialization into declaration.
9489         (bookmark-bmenu-list): Use dolist, simplify.
9490         (bookmark-show-all-annotations): Use save-selected-window and dolist.
9491         (menu-bar-final-items): Use push.
9493 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9495         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9496         it works on remote files.
9497         (vc-hg-diff): Don't pass any `--cwd' argument.
9499 2009-10-27  Kevin Ryde  <user42@zip.com.au>
9501         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9502         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9503         (Further to Bug#3921).
9505 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
9507         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9508         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9509         calling `tramp-imap-put-file'.  Add file size to the call.
9510         (tramp-imap-get-file-entries): Compute also user name, file size,
9511         and date.
9512         (tramp-imap-handle-insert-directory): Insert uid and gid.
9513         (tramp-imap-handle-file-attributes): Transform uid and gid
9514         according to `id-format'.
9515         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
9516         size in header X-Size.
9518 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
9520         * simple.el (transpose-subr): Give clearer error when the mark
9521         is not set.  (Bug#4807)
9523 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
9525         * net/tramp.el (tramp-perl-file-truename): New defconst.
9526         Perl code contributed by yary <not.com@gmail.com> (tiny change).
9527         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9528         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9529         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9531         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9532         Ignore `dired-call-process'.
9533         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9535 2009-10-26  Julian Scheid  <julians37@gmail.com>
9537         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9538         (tramp-get-remote-readlink): New defun.
9539         (tramp-handle-file-truename): Use it.
9540         (tramp-handle-file-exists-p): Check file-attributes cache, assume
9541         file exists if cache value present.
9542         (tramp-check-cached-permissions): New defun.
9543         (tramp-handle-file-readable-p): Use it.
9544         (tramp-handle-file-writable-p): Likewise.
9545         (tramp-handle-file-executable-p): Likewise.
9546         (tramp-handle-file-name-all-completions): Try using Perl to get
9547         partial completions.  When perl not available, combine `cd' and
9548         `ls' into single remote operation and use shell expansion to get
9549         partial remote directory contents.  Set `file-exists-p' cache for
9550         directory and any files returned by ls.  Change cache handling to
9551         support partial directory contents.  Use error message emitted by
9552         remote `cd' or Perl code for local tramp-error.
9553         (tramp-do-copy-or-rename-file-directly): Avoid separate
9554         tramp-send-command-and-check call.
9555         (tramp-handle-process-file): Merge three remote ops into one.
9556         Do not flush all caches when `process-file-side-effects' is set.
9557         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9558         file-attributes shows uid/gid to be set already.
9560 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9562         * textmodes/tex-mode.el (tex-dvi-view-command)
9563         (tex-show-queue-command, tex-open-quote):
9564         * progmodes/ruby-mode.el (auto-mode-alist)
9565         (interpreter-mode-alist): Purecopy strings.
9567         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9569         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9570         string for the hook, keymap and abbrev table.
9572         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9574         * x-dnd.el (x-dnd-xdnd-to-action):
9575         * startup.el (fancy-startup-text, fancy-about-text): Change to
9576         defconst from defvar.
9578         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9580         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9581         Purecopy initialization strings.
9583         * mail/sendmail.el (mail-header-separator)
9584         (mail-personal-alias-file):
9585         * mail/rmail.el (rmail-default-dont-reply-to-names)
9586         (rmail-ignored-headers, rmail-retry-ignored-headers)
9587         (rmail-highlighted-headers, rmail-secondary-file-directory)
9588         (rmail-secondary-file-regexp):
9589         * files.el (null-device, file-name-invalid-regexp)
9590         (locate-dominating-stop-dir-regexp)
9591         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9592         (interpreter-mode-alist): Use mapcar instead of mapc.
9594         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9596         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9597         (completion-ignored-extensions):
9598         (debug-ignored-errors): Purecopy strings.
9600 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9602         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9603         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9604         (pcomplete--here): Use push.
9606         * subr.el (all-completions): Declare the 4th arg obsolete.
9608 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9610         * pcomplete.el (pcomplete-unquote-argument-function): New var.
9611         (pcomplete-unquote-argument): New function.
9612         (pcomplete--common-suffix): Always pay attention to case.
9613         (pcomplete--table-subvert): Quote and unquote the text.
9614         (pcomplete--common-quoted-suffix): New function.
9615         (pcomplete-std-complete): Use it and pcomplete-begin.
9617         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9618         we're inside a dedicated or minibuffer window.
9620 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9622         * cedet/semantic/fw.el (semantic-alias-obsolete)
9623         (semantic-varalias-obsolete): Make the `when' arg mandatory.
9624         (define-mode-overload-implementation):
9625         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9626         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9627         * cedet/semantic/util.el (semantic-file-token-stream)
9628         (semantic-something-to-stream):
9629         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9630         (semantic-expand-nonterminal):
9631         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9632         (semantic-find-dependency, semantic-find-nonterminal)
9633         (semantic-find-dependency):
9634         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9635         (semantic-flex-text, semantic-flex-make-keyword-table)
9636         (semantic-flex-keyword-p, semantic-flex-keyword-put)
9637         (semantic-flex-keyword-get, semantic-flex-map-keywords)
9638         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9639         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9640         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9641         (semantic-after-idle-scheduler-reparse-hooks):
9642         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9643         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9644         * cedet/semantic.el (semantic-toplevel-bovine-table)
9645         (semantic-toplevel-bovine-cache)
9646         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9647         (semantic-init-mode-hooks, semantic-init-db-hooks)
9648         (semantic-bovination-working-type): Provide the `when' arg.
9650 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
9652         * bookmark.el: Update documentation, especially documentation
9653         of `bookmark-alist' and of the bookmark file format.
9654         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
9656 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9658         * mail/emacsbug.el (report-emacs-bug): Clarify that the
9659         keybindings apply to the mail buffer (Bug#4003).  Shrink help
9660         window to buffer.
9662         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9663         (global-whitespace-mode, global-whitespace-newline-mode)
9664         (whitespace-toggle-options, global-whitespace-toggle-options):
9665         Doc fix (Bug#3660).
9667         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9668         of xmltok-start before the end tag was inserted (Bug#2840).
9670         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9671         patterns that are preceded by an open-paren (Bug#1320).
9673 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
9675         * files.el (delete-directory): Delete symlinks to directories with
9676         delete-file (Bug#4739).
9678 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9680         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9681         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9682         argument to make-obsolete.
9684         * cedet/semantic/fw.el (semantic-alias-obsolete)
9685         (semantic-varalias-obsolete): Add optional WHEN argument.
9687 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9689         * vc.el (vc-backend-for-registration): Rename from
9690         vc-get-backend-for-registration.  Update callers.
9692         * international/mule-cmds.el (set-language-info-alist):
9693         Purecopy lang-env.
9694         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9695         (charset): Purecopy the name.
9696         (define-char-code-property): Purecopy string arguments.
9698         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9699         Purecopy string arguments.
9701         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9702         * ediff-hook.el (menu-bar-ediff-menu):
9703         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9704         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9706 2009-10-24  Glenn Morris  <rgm@gnu.org>
9708         * comint.el (comint-dynamic-list-completions):
9709         * term.el (term-dynamic-list-completions): Use choose-completion rather
9710         than obsolete alias mouse-choose-completion.
9712         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9713         file-cache-choose-completion.
9714         (file-cache-choose-completion): Handle an optional event argument.
9715         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9717         * progmodes/octave-mod.el (octave-complete-symbol):
9718         Use choose-completion if mouse-choose-completion is ever removed.
9720         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9721         use.
9723         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9724         compiler.
9726         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9728 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9730         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9731         Ignore `pred' now that we receive one.
9732         Handle test-completion specially.
9734 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9736         * vc.el (vc-responsible-backend): Throw an error if not backend is
9737         found.  Remove the REGISTER argument.  Move the code dealing with
9738         REGISTER ...
9739         (vc-get-backend-for-registration): ... here.  New function.
9740         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9741         of vc-responsible-backend, pass the file name instead of the
9742         directory name.
9744 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9746         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9747         New funs.
9748         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9749         (pcomplete-comint-setup): Don't modify a global var via
9750         accidental side-effects.
9751         (pcomplete-shell-setup): Adjust call accordingly.
9752         (pcomplete-parse-comint-arguments): Use push.
9754 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9756         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9757         Allow uncapitalized info node names (Bug#3921).
9759         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9760         to the DEBUG file (Bug#3781).
9762 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9764         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9765         dictionary entry (Bug#4579).
9767 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9769         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9770         from `rfn-eshadow-update-overlay-hook' when unloading.
9771         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9772         "rsyncc".  Adjust doc string.
9773         (tramp-temp-buffer-file-name): New buffer-local defvar.
9774         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9775         Keep temporary file when indicated by method ("rsync" and
9776         "rsyncc").
9777         (tramp-handle-write-region): Handle APPEND.
9778         (tramp-delete-temp-file-function): New defun.  Added to
9779         `kill-buffer-hook'.
9781 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9783         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9785 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9787         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9788         (color-name-rgb-alist, tty-standard-colors)
9789         (tty-color-mode-alist): Change to defconst.
9791         * simple.el (mark-inactive): Purecopy message.
9793         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9794         (global-map, yank-menu):
9795         * textmodes/ispell.el (ispell-menu-map):
9796         * net/eudc.el (eudc-tools-menu):
9797         * international/mule-cmds.el (describe-language-environment-map)
9798         (setup-language-environment-map, set-coding-system-map)
9799         (mule-menu-keymap):
9800         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9801         * replace.el (occur-mode-map):
9802         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9804 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9806         * calc/calc.el (math-read-number, math-read-number-simple): Use
9807         `save-match-data'.
9809 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9811         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9812         rather than fiddling with global-map bindings, since it should only
9813         affect per-terminal settings.
9814         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9816         * minibuffer.el (completion-table-with-terminator): Allow to specify
9817         the terminator-regexp.
9819         * simple.el (switch-to-completions): Look for *Completions* in other
9820         frames as well.
9822         * pcomplete.el: Allow the use of completion-tables.
9823         (pcomplete-std-complete): New command.
9824         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9825         (pcomplete--here): Use a function for `form' rather than an expression,
9826         so it can be byte-compiled.
9827         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9828         Add edebug declaration.
9829         (pcomplete-show-completions): Remove unused var `curbuf'.
9830         (pcomplete-do-complete, pcomplete-stub):
9831         Don't assume `completions' is a list of strings any more.
9833 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9835         * find-dired.el (find-name-arg): Fix typo in docstring.
9837 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9839         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9840         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9842         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9843         pcomplete-entries.
9845         * comint.el (comint-read-input-ring, comint-write-input-ring)
9846         (comint-substitute-in-file-name)
9847         (comint-dynamic-complete-as-filename)
9848         (comint-dynamic-simple-complete)
9849         (comint-dynamic-list-filename-completions)
9850         (comint-dynamic-list-completions)
9851         (comint-redirect-results-list-from-process): Minor simplifications.
9853 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9855         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9856         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9857         the first form.  And insert a blank line after ";;; Code" since
9858         that's usual style.  (Bug#4612)
9860         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9862 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9864         * minibuffer.el (completion-table-with-terminator): Properly implement
9865         boundaries, in case `terminator' appears in the suffix.
9866         (completion--embedded-envvar-table): Don't return boundaries if
9867         there's no valid completion.  Simplify.
9868         (completion-file-name-table): New completion table extracted from
9869         completion--file-name-table.
9870         (completion--file-name-table): Use it.
9871         (read-file-name-predicate): Declare obsolete.
9872         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9873         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9874         completion-file-name-table, and use the `pred' argument.
9875         * files.el (locate-file-completion-table): Use the `pred' arg rather
9876         than read-file-name-predicate.
9877         (abbreviate-file-name): Use \` rather than ^ for BOS.
9879 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9881         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9882         vc-responsible-backend to register, it causes problems.
9884 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9886         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9888 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9890         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9891         (semantic-c-debug-mode-init-pch): New functions.
9892         (semantic-c-debug-mode-init-last-mode): New var.
9893         (semantic-c-parse-lexical-token): Use them.
9895         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9896         When extracting the argument list, limit only by point-max.
9898 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9900         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9901         (tramp-smb-handle-file-attributes): Use it.
9902         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9903         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9904         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9905         Add `dired-filename' text properties.
9906         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9907         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9908         version.
9910 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9912         * subr.el (read-key-delay): Reduce to 0.01.
9913         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9914         (bug#4751).
9916 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9918         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9920         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9921         (Info-menu): Remove unused vars `last' and `completions'.
9922         (Info-index-nodes): Remove unused var `node'.
9924         * info.el (Info-complete-menu-item): Use complete-with-action.
9926 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9928         Make vc-annotate work through copies and renames.
9929         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9930         Return the file name too.
9931         (vc-annotate-revision-at-line)
9932         (vc-annotate-find-revision-at-line)
9933         (vc-annotate-revision-previous-to-line)
9934         (vc-annotate-show-log-revision-at-line): Update to get the file
9935         name from vc-annotate-extract-revision-at-line.
9936         (vc-annotate-show-diff-revision-at-line-internal): Change the
9937         argument to mean whether to show a file diff or not.  Get the file
9938         name from vc-annotate-extract-revision-at-line.
9939         (vc-annotate-show-diff-revision-at-line):
9940         Update vc-annotate-show-diff-revision-at-line call.
9941         (vc-annotate-warp-revision): Add an optional file argument.
9943         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9944         (vc-git-annotate-extract-revision-at-line): Also return the file
9945         name if found.
9947         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9948         command.  Remove unused code.
9949         (vc-hg-annotate-re): Update to match --follow output.
9950         (vc-hg-annotate-extract-revision-at-line): Also return the file
9951         name if found.
9953         * vc.el: Update annotate-extract-revision-at-line documentation.
9955 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9957         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9958         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9960         * net/browse-url.el (browse-url): Identify alist with "consp and
9961         not functionp" and let all other things go down the `apply' leg,
9962         as suggested by Stefan.  (Further to bug#4531.)
9964 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9966         * minibuffer.el (read-file-name): Check for repeat before putting
9967         a default argument in file-name-history (Bug#4657).
9969         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9970         read syntax (Bug#4737).
9972         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9974 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9976         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9977         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9978         entries and make note of obsolete tags.
9980 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9982         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9984 2009-10-18  Glenn Morris  <rgm@gnu.org>
9986         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9987         grep, so that binary files (eg international/uni-bidi.el) can match.
9988         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9989         now, and in any case the file header format has changed.
9991 2009-10-17  Glenn Morris  <rgm@gnu.org>
9993         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9994         (flyspell-get-word, flyspell-large-region)
9995         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9997 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9999         * Makefile.in (ELCFILES): Add ede/shell.
10001 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
10003         * term/common-win.el (x-colors): Purecopy it.
10005 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10007         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
10008         permissive for when the buffer is empty.
10009         (tar-header-block-tokenize): Decode the username and groupname.
10010         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
10012 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
10014         * cedet/srecode/srt.el:
10015         * cedet/srecode/compile.el:
10016         * cedet/semantic/mru-bookmark.el:
10017         * cedet/semantic/debug.el:
10018         * cedet/semantic/complete.el:
10019         * cedet/semantic/analyze.el: Require CL when compiling.
10021 2009-10-17  Eric Ludlam  <zappo@gnu.org>
10023         * cedet/semantic/scope.el
10024         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
10025         tmpscope so that the regular scope will continue to work.
10027         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
10028         Use semantic-idle-summary-highlight-face as the highlighting.
10030         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
10031         contains multibyte characters, choose first applicable coding
10032         system automatically.
10034         * cedet/ede/project-am.el (project-run-target): New method.
10035         (project-run-target): New method.
10037         * cedet/ede.el (ede-target): Add run target menu item.
10038         (ede-project, ede-minor-keymap): Add ede-run-target binding.
10039         (ede-run-target): New function.
10040         (ede-target::project-run-target): New method.
10042         * cedet/ede/proj.el (project-run-target): New method.
10044         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
10045         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
10046         Add :rules.
10047         (ede-proj-target-makefile-shared-object): Only libtool compilers
10048         now available.  Add linkers for libtool.
10049         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
10050         (ede-proj-makefile-target-name): Always use .la extension.
10052         * cedet/ede/proj-prog.el (project-run-target): New method.
10054         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
10055         (ede-g++-linker): Change Change link lines.
10057         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
10058         When searching for old variables, go to the end of the buffer and
10059         search backward from there.
10060         (ede-proj-makefile-automake-insert-subdirs)
10061         (ede-proj-makefile-automake-insert-extradist): New methods.
10062         (ede-proj-makefile-create): Use them.
10064         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
10065         Force FILE to expand to the current target.  Use file-exists-p to
10066         check that it exists.
10068         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
10069         (ede-linux-load): Wrap dir in file-name-as-directory.
10070         Set :version slot.
10072         * cedet/ede/files.el (ede-get-locator-object): When enabling
10073         locate, do so on "top".
10075         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
10076         file-name-as-directory during compare.
10077         (ede-emacs-version): Return Emacs/XEmacs differentiator.
10078         Get version number from different places.  Don't call egrep.
10079         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
10080         to set the directory.
10082         * cedet/ede/shell.el: New file.
10084         * cedet/inversion.el (inversion-decoders): Allow for stray . in
10085         alpha/beta variants.
10087 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10089         * international/mule-cmds.el (select-safe-coding-system): If the file
10090         has a coding cookie, use it regardless of any other setting (bug#4712).
10092 2009-10-17  Glenn Morris  <rgm@gnu.org>
10094         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
10095         All errors should have messages.
10097         * foldout.el (foldout-mouse-swallow-events):
10098         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
10100         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
10101         (dired-keep-marker-copy, dired-keep-marker-hardlink)
10102         (dired-keep-marker-symlink, dired-dwim-target)
10103         (dired-copy-preserve-time): Do not autoload these defcustoms.
10105         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
10106         messages from messing up the file coding.  (Bug#4623)
10108 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
10110         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
10111         if no match is found for the current dictionary.  (Bug#4578)
10113         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
10114         optional, since that is how it is documented, and this is often called
10115         with a nil argument.  (Bug#4577)
10116         (flyspell-external-point-words, flyspell-auto-correct-word)
10117         (flyspell-correct-word-before-point, flyspell-word-search-forward)
10118         (flyspell-word-search-backward): Remove nil argument in calls to
10119         flyspell-get-word, since it is not needed now.
10121 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
10123         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
10125 2009-10-16  Glenn Morris  <rgm@gnu.org>
10127         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
10129 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
10131         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
10132         (ange-ftp-file-size): New function.
10133         (ange-ftp-file-attributes): Use it.
10135 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
10137         * net/tramp-smb.el (tramp-smb-version): New defvar.
10138         (tramp-smb-maybe-open-connection): Use it, in order to avoid
10139         repeated checks.
10141 2009-10-16  Glenn Morris  <rgm@gnu.org>
10143         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10144         Maybe copy some custom properties from old to new name.  (Bug#4706)
10146 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
10148         * subr.el (error, sit-for, start-process-shell-command)
10149         (start-file-process-shell-command): Set the calling convention
10150         after the function definition.
10152 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10154         * subr.el (error, sit-for, start-process-shell-command)
10155         (start-file-process-shell-command): Use the new
10156         set-advertised-calling-convention feature.
10158 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
10160         * international/ucs-normalize.el (ucs-normalize-version):
10161         Change to 1.2.
10162         (check-range): Adjust for Unicode 5.2.
10164 2009-10-15  Juri Linkov  <juri@jurta.org>
10166         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
10167         to the `menu-item' format.
10169 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
10171         * net/tramp.el (tramp-replace-environment-variables): Do not fail
10172         if the environment variable does not exist.
10174         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10175         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
10176         parameter.
10177         (tramp-smb-handle-add-name-to-file)
10178         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10179         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10180         (tramp-smb-handle-file-attributes)
10181         (tramp-smb-do-file-attributes-with-stat)
10182         (tramp-smb-handle-file-local-copy)
10183         (tramp-smb-handle-insert-directory)
10184         (tramp-smb-handle-make-directory)
10185         (tramp-smb-handle-make-directory-internal)
10186         (tramp-smb-handle-make-symbolic-link)
10187         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
10188         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
10189         (tramp-smb-maybe-open-connection): Apply the changed parameters.
10190         (tramp-smb-read-file-entry): Read Disk names in compressed format.
10191         Handle long file names.
10192         (tramp-smb-get-cifs-capabilities): Check, whether the connection
10193         process is running.
10194         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
10195         Read share names with "-g" option.
10197 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
10199         * net/rcirc.el (rcirc-view-log-file): New command.
10200         (rcirc-track-minor-mode-map): Remove C-c ` binding.
10201         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
10202         specified.
10204 2009-10-15  Glenn Morris  <rgm@gnu.org>
10206         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
10207         from the second command-line argument.
10208         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
10209         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
10210         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
10211         w32-batch-update-autoloads.
10212         * emacs-lisp/autoload.el (autoload-make-program): New variable.
10213         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
10215         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
10216         the headers cannot be located.  Simplify, subtracting superflous
10217         save-excursions.
10219 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10221         Replace completion-base-size by completion-base-position to fix bugs
10222         such as (bug#4699).
10223         * simple.el (completion-base-position): New var.
10224         (completion-base-size): Mark as obsolete.
10225         (choose-completion): Make it work for mouse events as well.
10226         Pass the new base-position to choose-completion-string.
10227         (choose-completion-guess-base-position): New function, extracted from
10228         choose-completion-delete-max-match.
10229         (choose-completion-delete-max-match): Use it.  Make obsolete.
10230         (choose-completion-string): Use the new base-position info.
10231         (completion-root-regexp): Delete.
10232         (completion-setup-function): Preserve completion-base-position.
10233         Eliminate obsolete base-size manipulation.
10234         * minibuffer.el (display-completion-list): Don't mess with base-size.
10235         (minibuffer-completion-help): Set completion-base-position instead.
10236         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
10237         choose-completion.
10238         * textmodes/bibtex.el (bibtex-complete):
10239         * emacs-lisp/crm.el (crm--choose-completion-string):
10240         Adjust to new calling convention.
10241         * complete.el (partial-completion-mode): Use minibufferp to avoid
10242         bumping into incompatible change to choose-completion-string-functions.
10243         * ido.el (ido-choose-completion-string): Make its calling convention
10244         more permissive.
10245         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
10246         base-size manipulation.
10247         (comint-dynamic-list-input-ring): Use dotimes and push.
10248         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
10249         fundamental-mode.  Use `or'.
10251 2009-10-14  Juri Linkov  <juri@jurta.org>
10253         * misearch.el (multi-isearch-next-buffer-from-list)
10254         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
10256 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10258         * Makefile.in (compile-onefile): Load `bytecomp' rather than
10259         `bytecomp.el'.
10261         * minibuffer.el (completion-pcm--merge-completions): Make sure the
10262         string we return is all made up of text from the completions rather
10263         than part from the completions and part from the input (bug#4219).
10265         * ido.el (ido-everywhere): Use define-minor-mode.
10267         * buff-menu.el (list-buffers, ctl-x-map):
10268         Mark the entry points with ;;;###autoload cookies.
10270 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10272         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
10273         correctly in the detached head case.
10274         (vc-git-print-log): Remove unused binding.
10276         * vc.el (vc-responsible-backend): When a directory is passed for
10277         for registration create a VC repository if no backend is
10278         responsible for the directory argument.
10279         (vc-deduce-fileset): Tell vc-responsible-backend to register.
10281         * vc.el: Move comments about RCS and SCCS ...
10282         * vc-rcs.el:
10283         * vc-sccs.el: ... here, respectively.
10285 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10287         * minibuffer.el (completion--file-name-table): Return nil if there's
10288         no file completion, even if substitute-in-file-name changed
10289         the string (bug#4708).
10291 2009-10-13  Juri Linkov  <juri@jurta.org>
10293         * files-x.el (read-file-local-variable-value): Don't filter out
10294         minor modes from mode name completion (bug#4664).
10296 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
10298         * international/mule-cmds.el (ucs-names): Remove exclusion of
10299         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
10301 2009-10-13  Kenichi Handa  <handa@m17n.org>
10303         * international/uni-name.el: Regenerated.
10305 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
10307         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
10308         should be automatically buffer-local, but isn't.)
10310 2009-10-12  Sam Steingold  <sds@gnu.org>
10312         * progmodes/compile.el (compilation-next-error-function): Fix the
10313         timestamps if the buffer has been visited before.
10314         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
10315         non-anchored patterns, like the perl one (bug#3928).
10317 2009-10-12  Glenn Morris  <rgm@gnu.org>
10319         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
10320         Let-bind `size'.
10322 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
10324         * proced.el (proced-unload-function): New function.
10326         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
10327         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
10328         Doc fix.
10330         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
10332 2009-10-11  Juri Linkov  <juri@jurta.org>
10334         * files-x.el (read-file-local-variable-value):
10335         Provide default value only for bound variables (bug#4664).
10337 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
10339         * net/tramp.el (tramp-local-host-p): Function shall return nil for
10340         connection methods like smb.
10342         * net/tramp-cache.el (tramp-flush-connection-property): The hash
10343         can be empty.
10345         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10346         (tramp-smb-file-name-handler-alist): Add handlers for
10347         `add-name-to-file', `make-symbolic-link'.
10348         (tramp-smb-handle-add-name-to-file)
10349         (tramp-smb-do-file-attributes-with-stat)
10350         (tramp-smb-handle-make-symbolic-link)
10351         (tramp-smb-get-cifs-capabilities): New defuns.
10352         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10353         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10354         (tramp-smb-handle-file-local-copy)
10355         (tramp-smb-handle-make-directory-internal)
10356         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10357         The file name syntax depends on cifs capabilities.
10358         (tramp-smb-handle-file-attributes):
10359         Call `tramp-smb-do-file-attributes-with-stat' if possible.
10360         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
10361         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
10363 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
10365         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
10366         (eieio-defclass): Apply deftype handler and setf-method properties
10367         directly.
10368         (eieio-add-new-slot): Avoid union function from cl library.
10369         (eieio--typep): New function.
10370         (eieio-perform-slot-validation): Use it.
10372 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
10374         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
10375         Update documentation to refer to the variables documented in r1.135.
10376         (Bug#4188)
10378 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
10380         * bookmark.el (Info-suffix-list): Remove this unused variable.
10381         (bookmark-current-point): Remove this obsolete variable.
10382         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10383         Adjust for removal of bookmark-current-point.
10385         (bookmarks-already-loaded, bookmark-current-buffer)
10386         (bookmark-yank-point): Document.  (Bug#4188)
10388 2009-10-10  Glenn Morris  <rgm@gnu.org>
10390         * frame.el (frame-height): Doc fix.
10392         * calendar/calendar.el (calendar-split-width-threshold): New option.
10393         (calendar-basic-setup): Use calendar-split-width-threshold.
10395 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
10397         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10398         Use .la for Automake.
10400 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
10402         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10403         Use "autoreconf -i".  Suggested by Andreas Schwab.
10405 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
10407         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10408         Ideographic Supplement" range (U+1F200..U+1F2FF).
10410 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10412         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10413         since the list will have been rebuilt anyway.  (Bug#4349)
10415 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10417         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10418         (bookmark-bmenu-execute-deletions): Don't save here, as
10419         bookmark-delete will now do so if necessary.
10420         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10421         (Bug#4348)
10423 2009-10-09  Glenn Morris  <rgm@gnu.org>
10425         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10427 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
10429         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10430         (bookmark-jump-other-window): Just invoke bookmark-jump with new
10431         argument now, so the two function's behaviors will match.  (Bug#3645)
10433 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10435         * cedet/ede/proj.el (project-make-dist, project-compile-project):
10436         Fix filename test.
10437         (ede-proj-dist-makefile): Use expand-file-name instead of concat
10438         to expand file names.
10440 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
10442         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10443         (tramp-file-name-real-host, tramp-file-name-port):
10444         Apply `save-match-data'.
10446         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10447         case both directories are remote.
10448         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10449         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10451 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
10453         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10454         (ede-proj-target-makefile-objectcode): Use it.
10456         * cedet/ede/source.el (ede-want-any-source-files-p)
10457         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10458         Return search result.  This error was introduced while merging.
10460 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10462         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10464 2009-10-07  Glenn Morris  <rgm@gnu.org>
10466         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10467         of concat.
10469 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10471         * files-x.el (read-file-local-variable): Include some
10472         non-user-variables in the completion table (bug#4664).
10474 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
10476         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10477         message.
10479         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10480         (tramp-smb-file-name-handler-alist): Add handler for
10481         `copy-directory', `expand-file-name', `set-file-modes'.
10482         (tramp-smb-handle-copy-directory)
10483         (tramp-smb-handle-expand-file-name)
10484         (tramp-smb-handle-set-file-modes): New defuns.
10485         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10486         (tramp-smb-handle-file-attributes): Simplify check for retrieving
10487         entry.
10488         (tramp-smb-handle-insert-directory): Don't flush the cache.
10489         (tramp-smb-maybe-open-connection): Check for samba client and
10490         server versions.
10492 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
10494         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10495         to not error out of search for "^lisp=" fails.
10497 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
10499         * makefile.w32-in (WINS_UPDATES): New macro.
10500         (custom-deps, finder-data, autoloads): Use it.
10502 2009-10-07  Glenn Morris  <rgm@gnu.org>
10504         * Makefile.in (autoloads): Revert previous change.
10505         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10506         the list of preloaded files passed on the command-line, get
10507         it from src/Makefile.
10509         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10510         show the original buffer rather than a random one.
10512 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
10514         * help.el (describe-no-warranty): Place point in a slightly better
10515         position in the GPLv3 text.
10517 2009-10-06  Sam Steingold  <sds@gnu.org>
10519         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10520         the comm attribute is present before calling regexp-quote.
10522 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
10524         * play/animate.el (animate-string): For good effect, make sure
10525         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10527         * play/animate.el (animate-sequence, animate-birthday-present):
10528         * misc.el (butterfly): Don't set `indent-tabs-mode'.
10530 2009-10-06  Glenn Morris  <rgm@gnu.org>
10532         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10534         * emacs-lisp/autoload.el (autoload-excludes): New variable.
10535         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10536         (batch-update-autoloads): Process a string value of autoload-excludes,
10537         set during the build process.
10538         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
10540         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10541         inside with-parsed...  macro so that `v' is defined.
10543         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10544         * progmodes/fortran.el (fortran-end-of-block)
10545         (fortran-beginning-of-block):
10546         Also push mark in the macro case.
10548         * emerge.el (emerge-show-file-name):
10549         * calc/calc.el (calc-quit):
10550         * calc/calc-misc.el (calc-big-or-small):
10551         * calc/calc-graph.el (calc-graph-view):
10552         * calc/calc-ext.el (calc-reset):
10553         * calendar/calendar.el (calendar-basic-setup):
10554         Use window-full-height-p.
10556         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10557         header we don't understand, don't insert another.  (Bug#4624)
10558         If changing mime charset, insert the new one in the right place.
10560 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
10562         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10563         (cal-tex-cursor-month): Correctly increment the end date for diary and
10564         holiday listing.  (Bug#4626)
10566 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10568         * help-fns.el (describe-function-1): Don't burp if the function is not
10569         a symbol.
10571 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
10573         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10574         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10575         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10576         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10578         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10579         (eieio-default-superclass): Reflow docstrings.
10580         (this, class-option-assoc, defclass, eieio-class-un-autoload)
10581         (eieio-unbind-method-implementations, defmethod)
10582         (eieio-validate-slot-value, eieio-validate-class-slot-value)
10583         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10584         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10585         (eieio-slot-originating-class-p, eieio-slot-name-index)
10586         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10587         (constructor, initialize-instance, no-next-method, object-print)
10588         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10589         Fix typos in docstrings.
10590         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10591         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10592         (next-method-p): Doc fixes.
10593         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10594         Fix typos in error messages.
10595         (eieio-defmethod): Fix typo in description of generic method.
10597         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10598         (eieio-persistent-save-interactive, slot-missing):
10599         Fix typos in docstrings.
10600         (eieio-instance-inheritor-slot-boundp): Doc fix.
10602         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10603         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10605         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10606         (eieio-custom-object-apply-reset):
10607         Fix typos in docstrings and error messages.
10609         * emacs-lisp/eieio-datadebug.el (data-debug-show):
10610         Fix typo in docstring.
10612         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10613         (eieio-browse-tree): Doc fix.
10614         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10615         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10616         Fix typos in docstrings.
10618         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10619         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10620         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10621         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10622         Reflow docstrings.
10624 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
10626         * vc-hg.el (log-view-vc-backend): Declare for compiler.
10627         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10628         Set log-view-vc-backend so that diff can work.
10630         * log-view.el (log-view-diff): Use vc-diff-internal instead of
10631         vc-version-diff.
10632         (vc-diff-internal): Autoload this instead of vc-version-diff.
10634 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
10636         * simple.el (eval-expression): Doc fix.
10638         * progmodes/cwarn.el (cwarn-mode): Doc fix.
10640 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
10642         * files.el (directory-files-no-dot-files-regexp): New defconst.
10643         (delete-directory): Use it.
10644         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
10646         * net/tramp.el (tramp-verbose): Fix docstring.
10647         (tramp-methods): Add recursive option to `tramp-copy-args'.
10648         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
10649         "scp1_old", "scp2_old", "rsync", "rsyncc".
10650         (tramp-default-method): Check also for `auth-source-user-or-password'.
10651         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10652         Add handler for `copy-directory'.
10653         (tramp-handle-copy-directory): New defun.
10654         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10655         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10656         Optimize sent command.
10658 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10660         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10661         window if necessary.
10663         * calendar/calendar.el (calendar-basic-setup): Don't call
10664         switch-to-buffer in a dedicated window.
10666 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
10668         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10669         don't do anything related to relocating, just return nil.
10670         (bookmark-error-no-filename): New error.
10671         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10672         bookmark has no file.  Don't even attempt to handle things that
10673         are not files; the whole point of custom handlers is to keep that
10674         knowledge elsewhere anyway.  Tighten some comments.
10675         (bookmark-file-or-variation-thereof): Remove now-unused function.
10676         (bookmark-location): Doc string fix.
10677         (Bug#4250)
10679 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10681         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10682         don't use a file dialog, because they usually don't know how to read
10683         a directory target from the user.  (Bug#4230)
10684         Also, make sure the prompt can display directories as well as files.
10686 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10688         * bookmark.el (bookmark-set, bookmark-buffer-name):
10689         Improve doc strings.  (Bug#1193)
10691 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10693         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10694         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10695         (bookmark-get-annotation, bookmark-set-annotation)
10696         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10697         (bookmark-set-position, bookmark-get-front-context-string)
10698         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10699         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10700         (bookmark-jump-other-window, bookmark-handle-bookmark)
10701         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10702         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10703         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10704         Improve doc strings to say whether bookmark can be a string or
10705         a record or both, and make other consistency and clarity fixes.
10706         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10707         (bookmark-default-annotation-text, bookmark-yank-word)
10708         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10709         (bookmark-import-new-list, bookmark-maybe-rename)
10710         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10711         (bookmark-bmenu-bookmark): Give these doc strings.
10712         (bookmark-bmenu-check-position): Give this a doc string, but also
10713         add a FIXME comment about how the function may be pointless.
10714         (bookmark-default-handler): Rework doc string and change a
10715         parameter name, to clarify that this takes a bookmark record
10716         not a bookmark name.
10717         (bookmark-set): Change a parameter name to indicate its meaning,
10718         and improve the doc string a bit.
10719         (Bug#4188)
10721 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10723         * bookmark.el (bookmark-alist): Document the new `handler' element
10724         in the param alist.
10725         (bookmark-make-record-function): Adjust documentation for above.
10726         (Bug#4193)
10728 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10730         * info.el (Info-bookmark-make-record): Document this function.
10731         (Info-bookmark-jump): Document with a doc string, not just a comment.
10732         (Bug#4203)
10734 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10736         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10737         (semantic-new-buffer-fcn): Call parser setup functions here.
10738         (semantic-mode): Don't call parser setup functions here, it's done
10739         in semantic-new-buffer-fcn now.
10740         (semantic-mode): Parse all existing buffers when enabled.
10742         * cedet/srecode/compile.el (srecode-compile-file):
10743         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10745 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10747         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10749         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10750         (proj-comp-insert-variable-once): New macro, renamed from
10751         ede-pmake-insert-variable-once in ede/pmake.edl.
10752         (ede-proj-makefile-insert-variables): Use it.
10754 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10756         * files.el (copy-directory): New defun.
10758         * dired-aux.el (dired-copy-file-recursive): Use it.
10760 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10762         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10763         (makefile-end-of-command):
10764         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10765         (semantic-end-of-context): Fix previous change.  Doc fixes.
10767 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10769         * files-x.el (modify-dir-local-variable)
10770         (copy-dir-locals-to-file-locals-prop-line):
10771         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10772         (makefile-end-of-command):
10773         * cedet/semantic/lex.el (semantic-lex-token):
10774         * cedet/semantic/analyze/fcn.el
10775         (semantic-analyze-dereference-metatype-1):
10776         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10777         (semantic-lex-cpp-undef):
10778         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10779         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10780         (semantic-end-of-context): Fix typos in docstrings.
10782         * recentf.el (recentf-unload-function): New function.
10784 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10786         * cedet/ede.el (ede-project-placeholder-cache-file):
10787         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10788         * cedet/srecode/map.el (srecode-map-save-file):
10789         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10791 2009-10-04  Glenn Morris  <rgm@gnu.org>
10793         * window.el (window-full-height-p): Add doc string.
10795 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10797         * window.el (window-full-height-p): New function.  (Bug#4543)
10799 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10801         * cedet/srecode/insert.el: Require srecode/args.
10803         * cedet/srecode/args.el: Require srecode/dictionary instead of
10804         srecode/insert.
10806         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10808         * files.el (auto-mode-alist): Add .srt and Project.ede.
10810         * cedet/semantic.el (semantic-mode):
10811         Handle srecode-template-mode-hook as well.
10812         (semantic-mode): Use js-mode-hook for Javascript hook.
10814         * cedet/srecode/template.el: Remove hook variable.
10816         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10818         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10819         projects exist.
10820         (ede-project-placeholder-cache-file): Default to a file in
10821         user-emacs-directory.
10823         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10824         templates in data-directory.
10825         (srecode-map-save-file): Default to a file in user-emacs-directory.
10827         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10828         directory.
10830 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10832         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10833         Doc fix.
10835         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10836         Only insert each variable once.
10838         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10839         (ede-pmake-insert-variable-shared): Use it.
10841         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10842         for lexical table iff table is nil.
10844 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10846         * vc.el: Remove commented out code.
10847         (vc-derived-from-dir-mode): Remove, unused.
10848         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10850 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10852         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10853         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10854         there could be recursive loading when `default-directory' is a
10855         remote file name.  (Bug#4614)
10857 2009-10-03  Glenn Morris  <rgm@gnu.org>
10859         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10860         the frame is wide.
10861         (calendar-generate-window): Test for shrinkability rather than width.
10863         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10864         declaration, currently false.
10866         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10867         reusing existing buffers, in case we happen to visit two files with the
10868         same basename.  (Bug#4593)
10870 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10872         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10873         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10874         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10875         subdirs of cedet as well.
10876         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10878 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10880         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10881         Obey advertised-signature-table.
10883         * help-fns.el (help-function-arglist): Don't check
10884         advertised-signature-table.
10885         (describe-function-1): Do it here instead so it also applies to subrs.
10887 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10889         * simple.el (start-file-process): Say in the doc-string, that file
10890         handlers might not support pty association, if PROGRAM is nil.
10892         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10893         HOST and USER are strings.  They are nil, when there are
10894         incomplete entries in ~/.netrc, for example.
10895         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10896         root directory ("device busy" error otherwise).
10898         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10899         Flush file properties of created directory.
10901 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10903         * makefile.w32-in (WINS_BASIC): Remove cedet.
10904         (WINS_CEDET): Add cedet.
10905         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10907 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10909         * net/browse-url.el (browse-url): Pass any symbol in
10910         browse-url-browser-function to `apply', since if you've mistakenly put
10911         an unbound symbol then the error is clearer.  (Bug#4531)
10913 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10915         * allout.el (allout-init, allout-back-to-current-heading)
10916         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10917         (allout-ascend, allout-up-current-level, allout-end-of-level)
10918         (allout-previous-visible-heading, allout-forward-current-level)
10919         (allout-backward-current-level, allout-show-children):
10920         * apropos.el (apropos-describe-plist):
10921         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10922         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10923         * completion.el (add-completion, add-permanent-completion):
10924         * descr-text.el (describe-text-category, describe-char):
10925         * desktop.el (desktop-lazy-abort):
10926         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10927         * dired.el (dired-build-subdir-alist):
10928         * ediff.el (ediff-version):
10929         * elide-head.el (elide-head, elide-head-show):
10930         * emerge.el (emerge-version):
10931         * env.el (getenv):
10932         * face-remap.el (variable-pitch-mode):
10933         * faces.el (describe-face):
10934         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10935         (dired-at-point):
10936         * files.el (find-file-existing, auto-save-mode):
10937         * font-lock.el (font-lock-fontify-buffer):
10938         * help-fns.el (describe-function, describe-variable)
10939         (describe-syntax, describe-categories):
10940         * help.el (view-lossage, describe-bindings, describe-key)
10941         (describe-mode):
10942         * hexl.el (hexl-current-address):
10943         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10944         * info.el (Info-goto-emacs-key-command-node):
10945         * log-edit.el (log-edit-insert-cvs-template)
10946         (log-edit-insert-cvs-rcstemplate):
10947         * menu-bar.el (menu-bar-mode):
10948         * mouse.el (mouse-appearance-menu):
10949         * newcomment.el (comment-indent-new-line):
10950         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10951         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10952         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10953         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10954         * recentf.el (recentf-mode):
10955         * savehist.el (savehist-mode, savehist-save):
10956         * shadowfile.el (shadow-copy-files):
10957         * simple.el (kill-ring-save, next-line, previous-line)
10958         (normal-erase-is-backspace-mode):
10959         * strokes.el (strokes-update-window-configuration)
10960         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10961         (strokes-xpm-for-stroke):
10962         * time.el (emacs-uptime, emacs-init-time):
10963         * tutorial.el (tutorial--describe-nonstandard-key)
10964         (tutorial--detailed-help):
10965         * type-break.el (type-break-mode)
10966         (type-break-mode-line-message-mode, type-break-query-mode)
10967         (type-break-guesstimate-keystroke-threshold):
10968         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10969         * version.el (emacs-version):
10970         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10971         * winner.el (winner-mode):
10972         * calendar/timeclock.el (timeclock-in, timeclock-out)
10973         (timeclock-status-string, timeclock-change)
10974         (timeclock-workday-remaining-string)
10975         (timeclock-workday-elapsed-string)
10976         (timeclock-when-to-leave-string):
10977         * calendar/todo-mode.el (todo-add-category):
10978         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10979         * emacs-lisp/autoload.el (update-file-autoloads):
10980         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10981         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10982         (checkdoc-message-text, checkdoc-defun):
10983         * emacs-lisp/debug.el (debugger-list-functions):
10984         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10985         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10986         (eieio-describe-generic):
10987         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10988         * emacs-lisp/shadow.el (list-load-path-shadows):
10989         * emulation/cua-base.el (cua-mode):
10990         * emulation/edt.el (edt-set-scroll-margins):
10991         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10992         (tpu-toggle-regexp, tpu-toggle-search-direction)
10993         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10994         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10995         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10996         (viper-set-parsing-style-toggling-macro)
10997         (viper-set-emacs-state-searchstyle-macros):
10998         * emulation/viper.el (viper-set-hooks):
10999         * eshell/esh-mode.el (eshell-truncate-buffer):
11000         * international/mule-cmds.el (prefer-coding-system)
11001         (describe-input-method, describe-language-environment):
11002         * international/mule-diag.el (list-character-sets)
11003         (describe-character-set, describe-coding-system)
11004         (describe-fontset, list-fontsets, list-input-methods):
11005         * mail/sendmail.el (mail-signature):
11006         * net/ange-ftp.el (ange-ftp-copy-file):
11007         * net/browse-url.el (browse-url):
11008         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
11009         * net/quickurl.el (quickurl-add-url):
11010         * net/rcirc.el (names, topic):
11011         * net/xesam.el (xesam-mode):
11012         * play/5x5.el (5x5-new-game):
11013         * play/yow.el (apropos-zippy):
11014         * progmodes/ada-mode.el (ada-mode-version):
11015         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
11016         (f90-end-of-block)
11017         (f90-beginning-of-block):
11018         * progmodes/fortran.el (fortran-end-of-block)
11019         (fortran-beginning-of-block):
11020         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
11021         * progmodes/python.el (python-describe-symbol, python-shell):
11022         * term/ns-win.el (ns-print-buffer):
11023         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
11024         * textmodes/flyspell.el (flyspell-mode-on):
11025         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
11026         (pages-directory-for-addresses):
11027         * textmodes/table.el (table-recognize-cell)
11028         (table-query-dimension, table-generate-source)
11029         (table-insert-sequence, table--warn-incompatibility):
11030         * textmodes/tex-mode.el (tex-validate-buffer):
11031         * textmodes/texinfmt.el (texinfmt-version)
11032         (texinfo-format-buffer):
11033         Use `called-interactively-p' instead of `interactive-p'.
11035 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
11037         * image-mode.el (image-toggle-display):
11038         * emacs-lisp/elp.el (elp-instrument-function):
11039         * emacs-lisp/advice.el (ad-make-advised-definition):
11040         * emacs-lisp/easy-mmode.el (define-minor-mode):
11041         * net/browse-url.el (browse-url-maybe-new-window):
11042         * progmodes/sh-script.el (sh-learn-buffer-indent):
11043         Pass new argument 'any to `called-interactively-p'.
11045 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
11047         * international/uni-bidi.el:
11048         * international/uni-category.el:
11049         * international/uni-combining.el:
11050         * international/uni-comment.el:
11051         * international/uni-decimal.el:
11052         * international/uni-decomposition.el:
11053         * international/uni-digit.el:
11054         * international/uni-lowercase.el:
11055         * international/uni-mirrored.el:
11056         * international/uni-name.el:
11057         * international/uni-numeric.el:
11058         * international/uni-old-name.el:
11059         * international/uni-titlecase.el:
11060         * international/uni-uppercase.el:
11061         Regenerate from Unicode 5.2.0 data.
11063 2009-10-01  Glenn Morris  <rgm@gnu.org>
11065         * Makefile.in (ELCFILES): Regenerate.
11067 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11069         * subr.el (interactive-p): Mark obsolete.
11070         (called-interactively-p): Make the optional-ness of `kind' obsolete.
11071         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
11072         advertised-signature-table for subroutines as well.
11074         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
11075         (set-advertised-calling-convention): New function.
11076         (make-obsolete, define-obsolete-function-alias)
11077         (make-obsolete-variable, define-obsolete-variable-alias):
11078         Make the optional-ness of `when' obsolete.
11079         (define-obsolete-face-alias): Make `when' non-optional.
11080         * help-fns.el (help-function-arglist):
11081         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
11082         Use advertised-signature-table.
11084 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
11086         * files.el (delete-directory): New defun.  The original function
11087         in fileio.c has been renamed to `delete-directory-internal'.
11089         * dired.el (dired-delete-file): Call `delete-directory' with
11090         RECURSIVE parameter.
11092         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
11093         parameter RECURSIVE.  Implementation is missing.
11095         * net/tramp.el (tramp-handle-make-directory): Flush upper
11096         directory's file properties.
11097         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
11098         (tramp-handle-dired-recursive-delete-directory): Flush directory
11099         properties after the remove command only.
11101         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11102         Handle optional parameter RECURSIVE.
11104         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
11105         Handle optional parameter RECURSIVE.
11107         * net/tramp-smb.el (tramp-smb-errors): Add error message for
11108         connection timeout.
11109         (tramp-smb-handle-delete-directory): Handle optional parameter
11110         RECURSIVE.
11112 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11114         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
11115         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
11116         (byte-compile-defmacro): Use backquotes.
11118         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
11120         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
11121         has no associated file.
11122         (vc-resynch-buffer): Use vc-dir-buffers.
11124 2009-10-01  Glenn Morris  <rgm@gnu.org>
11126         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
11127         (chart-file-count):
11128         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
11129         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
11130         * emacs-lisp/eieio-opt.el (eieio-describe-class):
11131         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
11132         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
11133         (eieio-copy-parents-into-subclass, make-instance, class-children)
11134         (eieio-generic-form):
11135         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
11136         * cedet/cedet-idutils.el (cedet-idutils-search)
11137         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
11138         (cedet-idutils-version-check):
11139         * cedet/cedet.el (cedet-version):
11140         * cedet/data-debug.el (data-debug-insert-overlay-button)
11141         (data-debug-insert-overlay-list-button)
11142         (data-debug-insert-buffer-button)
11143         (data-debug-insert-buffer-list-button)
11144         (data-debug-insert-process-button, data-debug-insert-ring-button)
11145         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
11146         (data-debug-insert-stuff-vector-button)
11147         (data-debug-insert-symbol-button, data-debug-insert-string)
11148         (data-debug-insert-number, data-debug-insert-lambda-expression)
11149         (data-debug-insert-nil, data-debug-insert-simple-thing)
11150         (data-debug-insert-custom, data-debug-edebug-expr):
11151         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
11152         (global-ede-mode-map, ede-new, ede-debug-target)
11153         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
11154         * cedet/semantic.el (semantic-minimum-working-buffer-size)
11155         (semantic-fetch-tags, semantic-submode-list)
11156         (semantic-default-submodes):
11157         * cedet/ede/source.el (ede-source-match):
11158         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
11159         (project-am-package-info):
11160         * cedet/ede/proj.el (ede-proj-target, project-new-target):
11161         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
11162         * cedet/ede/proj-comp.el (ede-current-build-list):
11163         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
11164         * cedet/ede/files.el (ede-toplevel-project-or-nil):
11165         * cedet/ede/cpp-root.el (initialize-instance):
11166         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
11167         (autoconf-parameter-strip, autoconf-insert-new-macro):
11168         * cedet/semantic/wisent.el (wisent-lex-eoi):
11169         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
11170         (semantic-show-parser-state-mode):
11171         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
11172         * cedet/semantic/tag.el (semantic-tag-new-variable)
11173         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
11174         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
11175         (semantic--tag-deep-copy-tag-list)
11176         (semantic-tag-components-with-overlays-default):
11177         * cedet/semantic/symref.el (semantic-symref-find-text):
11178         * cedet/semantic/senator.el (senator-yank-tag)
11179         (senator-transpose-tags-up):
11180         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
11181         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
11182         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
11183         * cedet/semantic/lex.el (semantic-lex-comment-regex)
11184         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
11185         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
11186         * cedet/semantic/lex-spp.el
11187         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
11188         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
11189         * cedet/semantic/idle.el
11190         (semantic-idle-summary-current-symbol-info-brutish)
11191         (semantic-idle-summary-current-symbol-info-default):
11192         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
11193         (semantic--grammar-macro-compl-dict):
11194         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
11195         * cedet/semantic/format.el (semantic-format-tag-custom-list)
11196         (semantic-format-tag-canonical-name-default):
11197         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
11198         (semantic-find-tags-for-completion)
11199         (semantic-find-tags-by-scope-protection-default)
11200         (semantic-deep-find-tags-for-completion):
11201         * cedet/semantic/edit.el
11202         (semantic-edits-incremental-reparse-failed-hook)
11203         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
11204         (semantic-edits-splice-remove, semantic-edits-splice-replace):
11205         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
11206         * cedet/semantic/dep.el (semantic-dependency-include-path):
11207         * cedet/semantic/db.el (semanticdb-default-find-index-class)
11208         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
11209         (semanticdb-project-roots):
11210         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
11211         (semanticdb-find-adebug-insert-scanned-tag-cons)
11212         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
11213         (semanticdb-brute-deep-find-tags-for-completion):
11214         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
11215         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
11216         (semantic-end-of-context-default)
11217         (semantic-ctxt-current-function-default)
11218         (semantic-ctxt-scoped-types-default):
11219         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
11220         (semantic-complete-inline-tag-engine)
11221         (semantic-complete-inline-custom-type)
11222         (semantic-complete-read-tag-analyzer):
11223         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
11224         (semantic-chart-database-size):
11225         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
11226         (semantic-analyze-current-context):
11227         * cedet/semantic/symref/list.el (semantic-symref)
11228         (semantic-symref-hide-buffer, semantic-symref-symbol):
11229         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
11230         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
11231         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
11232         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
11233         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
11234         (semantic-c-dereference-template):
11235         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
11236         (semantic--analyze-refs-full-lookup-with-parents)
11237         (semantic--analyze-refs-full-lookup-simple):
11238         * cedet/semantic/analyze/complete.el
11239         (semantic-analyze-possible-completions):
11240         * cedet/srecode/table.el (srecode-mode-table-new):
11241         * cedet/srecode/srt.el (srecode-read-variable-name):
11242         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
11243         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
11244         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
11245         * cedet/srecode/map.el (srecode-current-map):
11246         * cedet/srecode/insert.el (srecode-insert)
11247         (srecode-insert-variable-secondname-handler, srecode-insert-method)
11248         (srecode-template-inserter-point-override)
11249         (srecode-insert-include-lookup):
11250         * cedet/srecode/getset.el (srecode-auto-choose-class):
11251         * cedet/srecode/extract.el (srecode-inserter-extract):
11252         * cedet/srecode/document.el
11253         (srecode-document-autocomment-return-last-alist)
11254         (srecode-document-autocomment-param-type-alist)
11255         (srecode-document-insert-function-comment)
11256         (srecode-document-insert-variable-one-line-comment)
11257         (srecode-document-function-name-comment):
11258         * cedet/srecode/dictionary.el (srecode-create-dictionary)
11259         (srecode-compound-toString):
11260         * cedet/srecode/compile.el (srecode-flush-active-templates):
11261         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
11262         Doc/message fixes.
11264         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
11265         match-data.  (Bug#4555).
11267         * cedet/semantic/bovine/gcc.el
11268         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
11269         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
11271         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
11272         rather than parsing it as a regexp.  This relaxes the layout
11273         requirements and makes errors easier to detect.
11274         (check-declare-verify): Check file is regular.
11275         (check-declare-directory): Doc fix.
11276         * subr.el (declare-function): Doc fix.
11278         * ibuffer.el (ibuffer-format-qualifier):
11279         * isearch.el (hi-lock-regexp-okay):
11280         * calc/calc.el (math-zerop):
11281         * mail/uce.el (rmail-msgbeg, rmail-msgend):
11282         * term/w32-win.el (setup-default-fontset, set-fontset-font):
11283         Remove unused declarations.
11285 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
11287         * cedet/semantic/wisent/javat-wy.el
11288         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
11290 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
11292         * cedet/srecode/expandproto.el: Fix provide statement.
11294 2009-09-30  Eric Ludlam  <zappo@gnu.org>
11296         * emacs-lisp/eieio.el (boolean-p): Delete.
11298 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
11300         * cedet/ede/srecode.el: Fix provide statement.
11302 2009-09-30  Glenn Morris  <rgm@gnu.org>
11304         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
11305         * cedet/ede/proj-aux.el (ede-aux-source):
11306         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
11307         (ede-misc-source):
11308         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
11309         (semantic-mrub-switch-tags): Fix doc typos.
11311         * cedet/semantic/db-global.el (data-debug-new-buffer)
11312         (data-debug-insert-thing): Remove unneeded declarations (one broken).
11313         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
11315         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
11317         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
11318         use of CL function `remove-if-not'.
11320         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
11322         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
11323         filename is not a string.
11325 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
11327         * files.el (safe-local-eval-forms): Fix typo.
11329 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11331         * vc-hooks.el (vc-dir-buffers): New var.
11332         (vc-state-refresh): New function.
11333         (vc-state): Use it.
11334         (vc-after-save): Always ask the backend to recompute the new state.
11335         Always call vc-dir if necessary, using vc-dir-buffers.
11336         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
11337         Use vc-dir-buffers.
11338         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
11339         (vc-dir-prepare-status-buffer, vc-dir-update)
11340         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
11341         Don't call expand-file-name on default-directory.
11343 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11345         * speedbar.el (speedbar-item-delete):
11346         * calc/calc-prog.el (calc-kbd-if):
11347         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
11349         * epa.el (epa-key-list-mode-map):
11350         * hi-lock.el (hi-lock-menu): Fix typos in menus.
11352         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
11353         (hs-show-hook): Fix typo in docstring.
11355 2009-09-29  Glenn Morris  <rgm@gnu.org>
11357         * cedet/semantic/symref/idutils.el:
11358         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
11360         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
11362         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
11363         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
11364         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
11365         Mark declarations not understood by check-declare.
11367         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
11368         file-name-nondirectory call preventing location of cedet files.
11369         (check-declare-verify): Use literal search rather than re-search.
11370         Add basic defmethod and defclass, and define-overloadable-function.
11372         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11373         Use tramp-compat-file-attributes rather than nonexistent
11374         tramp-compat-handle-file-attributes.
11376         * Makefile.in (lisptagsfiles4): New.
11377         (AUTOGENEL): Add cedet loaddefs files.
11378         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
11379         (update-elclist, compile-always, backup-compiled-files)
11380         (bootstrap-clean): Add yet another directory level.
11381         (update-elclist): Use LC_COLLATE rather than COLLATE.
11382         (ELCFILES): Update, via `make update-elclist'.
11384 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11386         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11387         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11388         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11390 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
11392         * Makefile.in (lisptagsfiles3): Define.
11393         (TAGS, TAGS-LISP): Use it.
11394         (update-elclist): Add third directory level to look for elc files.
11395         (compile-always): Likewise.
11396         (backup-compiled-files): Likewise.
11397         (bootstrap-clean): Likewise.
11398         (ELCFILES): Update.
11400 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
11402         * Makefile.in (ELCFILES): Add CEDET files.
11404 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11406         CEDET (development tools) package merged.
11408         * cedet/*.el:
11409         * cedet/ede/*.el:
11410         * cedet/semantic/*.el:
11411         * cedet/srecode/*.el: New files.
11413 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
11415         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11417         * net/tramp.el (top): Require tramp-imap.
11419         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11420         Use `tramp-compat-handle-file-attributes'.
11422 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11424         * net/tramp-imap.el: New package.
11426 2009-09-28  Eric Ludlam  <zappo@gnu.org>
11428         * emacs-lisp/chart.el:
11429         * emacs-lisp/eieio-base.el:
11430         * emacs-lisp/eieio-comp.el:
11431         * emacs-lisp/eieio-custom.el:
11432         * emacs-lisp/eieio-datadebug.el:
11433         * emacs-lisp/eieio-opt.el:
11434         * emacs-lisp/eieio-speedbar.el:
11435         * emacs-lisp/eieio.el: New files.
11437         * cedet/cedet-cscope.el:
11438         * cedet/cedet-files.el:
11439         * cedet/cedet-global.el:
11440         * cedet/cedet-idutils.el:
11441         * cedet/data-debug.el:
11442         * cedet/inversion.el:
11443         * cedet/mode-local.el:
11444         * cedet/pulse.el: New files.
11446 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11448         * whitespace.el (whitespace-trailing-regexp)
11449         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11450         Fix doc string.
11452 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
11454         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11455         menu.
11457         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11458         menu-bar-ediff-menu.
11460         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11461         define-overloadable-function.
11463         * progmodes/autoconf.el: Provide autoconf as well, so that this
11464         file can be `require'd.
11466         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11468         * emacs-lisp/autoload.el (generated-autoload-feature)
11469         (generated-autoload-load-name): New vars.
11470         (autoload-rubric, autoload-generate-file-autoloads): Use them.
11471         (make-autoload): Recognize define-overloadable-function and
11472         defclass forms (for EIEIO).
11474         * Makefile.in (update-subdirs): Exclude cedet directory.
11476 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
11478         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
11480         * faces.el: Default light-background background for region face to
11481         ns_selection_color under NS.
11483 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11485         * net/imap-hash.el: New library, see NEWS.
11487         * Makefile.in (ELCFILES): Add imap-hash.el.
11489 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11491         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11492         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11493         * help-macro.el (make-help-screen): Avoid using an ambiguous function
11494         definition where the docstring could be taken for the return value.
11496 2009-09-26  Glenn Morris  <rgm@gnu.org>
11498         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11499         Add option to only show images below a certain size.
11500         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11501         save-excursion calls.
11503 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
11505         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11506         subdirectories) and eieio.
11508 2009-09-26  Alan Mackenzie  <acm@muc.de>
11510         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11511         buggy bracketing.  (Bug#4289)
11513         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11514         character constants (as case labels).  (Bug#4289)
11516 2009-09-25  Juri Linkov  <juri@jurta.org>
11518         * files.el (safe-local-eval-forms): Allow time-stamp in
11519         before-save-hook (Bug#4554).
11521 2009-09-25  Drew Adams  <drew.adams@oracle.com>
11523         * menu-bar.el (list-buffers-directory): Doc fix.
11525 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11527         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11528         Try and avoid copying twice the same paragraph.
11529         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11530         Remove save-excursion.
11531         (log-edit-changelog-entry): Do it here instead.
11533 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
11535         * bs.el (bs--get-file-name): Use `list-buffers-directory'
11536         when available, instead of hardcoding mode names.  Doc fix.
11538         * menu-bar.el (list-buffers-directory): Add docstring.
11539         Make automatically buffer-local.
11541         * dired.el (dired-mode):
11542         * files.el (cd-absolute):
11543         * pcvs.el (cvs-temp-buffer):
11544         * pcvs-util.el (cvs-get-buffer-create):
11545         * shell.el (shell-mode):
11546         * vc-dir.el (vc-dir-mode):
11547         Don't make `list-buffers-directory' buffer local.
11549 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
11551         * comint.el (comint-exec, comint-run, make-comint):
11552         Doc fixes (Bug#4542).
11554 2009-09-25  Glenn Morris  <rgm@gnu.org>
11556         * mail/rmailmm.el (rmail-mime): New custom group.
11557         Move all defcustoms in this file into this group.
11558         (rmail-mime-media-type-handlers-alist): Revert previous change.
11559         (rmail-mime-show-images): New option.
11560         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11561         references to it, since it wasn't actually used for anything.
11562         (rmail-mime-insert-image): New function.
11563         (rmail-mime-image): Use rmail-mime-insert-image.
11564         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11565         obey the value of `rmail-mime-show-images' option.  Print the size of
11566         attachments.
11568 2009-09-25  David Engster  <deng@randomsample.de>
11570         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
11572 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11574         * whitespace.el: Does not highlight trailing spaces While point is
11575         at end of line.  Does not highligt spaces at beginning of buffer
11576         while point is at beginning of buffer.  Does not highlight spaces
11577         at end of buffer while point is at end of buffer.  (Bug#4177)
11578         New version 12.0.
11579         (whitespace-display-mappings): Adjust initialization.
11580         (whitespace-point, whitespace-font-lock-refontify): New vars.
11581         (whitespace-color-on, whitespace-color-off): Adjust code.
11582         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11583         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11584         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11586 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
11588         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11590         * textmodes/sgml-mode.el: Remove xml-mode alias.
11592         * files.el (auto-mode-alist, conf-mode-maybe)
11593         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11595 2009-09-24  Alan Mackenzie  <acm@muc.de>
11597         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11598         c-forward-conditionals, but it doesn't move point and doesn't set
11599         the mark.
11600         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11601         (c-down-conditional-with-else, c-backward-conditional)
11602         (c-forward-conditional): Refactor to use c-scan-conditionals.
11604 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11606         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11607         (help-default-arg-highlight): Remove.
11608         (help-highlight-arg): New function.
11609         (help-do-arg-highlight): Use it.
11610         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
11612 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11614         * term.el (term-set-scroll-region, term-handle-ansi-escape):
11615         Undo last change, which didn't fix the problem and introduced others.
11617 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
11619         * progmodes/gdb-mi.el: Don't require speedbar.
11620         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11622 2009-09-24  Glenn Morris  <rgm@gnu.org>
11624         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11626         * term/ns-win.el (ns-reg-to-script): Define for compiler.
11628         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11629         there is no newline after the final mime boundary.  (Bug#4539)
11630         Move markers on insertion so that any buttons inserted don't end up in
11631         the next part of a multipart message.
11632         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
11633         (rmail-mime-bulk-handler): Optionally handle images.
11634         (rmail-mime-image): New button action.
11635         (rmail-mime-image-handler): New function.
11636         (rmail-mime-mode): New mode.
11637         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
11639 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11641         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11642         than just dropping elements from it (bug#4504).
11644         * term.el (term-set-scroll-region): Don't move cursor any more.
11645         (term-handle-ansi-escape): Call term-goto here instead.
11646         Suggested by Ivan Kanis <apple@kanis.eu>.
11648         * term.el: Require CL.
11649         (term-ansi-reset): New function.
11650         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11651         (term-handle-colors-array): Simplify.
11653 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11655         * allout.el (allout-overlay-interior-modification-handler)
11656         (allout-obtain-passphrase):
11657         * epa-file.el (epa-file-write-region):
11658         * ps-print.el (ps-begin-job):
11659         * vc-hooks.el (vc-toggle-read-only):
11660         * vc-rcs.el (vc-rcs-rollback):
11661         * vc-sccs.el (vc-sccs-rollback):
11662         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11663         (vc-version-diff, vc-revert, vc-rollback):
11664         * wdired.el (wdired-check-kill-buffer):
11665         * emacs-lisp/authors.el (authors):
11666         * net/socks.el (socks-open-connection):
11667         * net/zeroconf.el (zeroconf-service-add-hook):
11668         * obsolete/vc-mcvs.el (vc-mcvs-register):
11669         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11670         (gdb-select-frame):
11671         * progmodes/grep.el (lgrep, rgrep):
11672         * progmodes/idlw-help.el (idlwave-help-check-locations)
11673         (idlwave-help-html-link, idlwave-help-assistant-open-link):
11674         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11675         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11676         (reftex-toc-rename-label): Fix typos in error messages.
11678         * dired-aux.el (dired-do-shell-command): Reflow docstring.
11679         (dired-copy-how-to-fn): Doc fix.
11680         (dired-files-attributes, dired-read-shell-command):
11681         Fix typos in docstrings.
11683         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11684         (dired-x-find-file-other-window): Reflow docstrings.
11685         (dired-omit-marker-char, dired-read-shell-command)
11686         (dired-x-submit-report): Fix typos in docstrings.
11688         * shell.el (shell-mode-hook):
11689         * view.el (View-scroll-line-forward):
11690         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11691         Fix typos in docstrings.
11693         * net/dig.el (dig-invoke): Fix typo in docstring.
11694         (query-dig): Reflow docstring.
11696         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11697         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11698         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11699         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11700         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11701         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11702         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11703         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11704         (idlwave-completion-map, idlwave-current-indent)
11705         (idlwave-custom-ampersand-surround, idlwave-customize)
11706         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11707         (idlwave-define-abbrev, idlwave-determine-class-special)
11708         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11709         (idlwave-end-block-reg, idlwave-end-of-statement)
11710         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11711         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11712         (idlwave-explicit-class-listed, idlwave-file-header)
11713         (idlwave-fill-paragraph, idlwave-find-class-definition)
11714         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11715         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11716         (idlwave-in-quote, idlwave-indent-action-table)
11717         (idlwave-indent-expand-table, idlwave-indent-line)
11718         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11719         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11720         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11721         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11722         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11723         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11724         (idlwave-outlawed-buffers, idlwave-popup-select)
11725         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11726         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11727         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11728         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11729         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11730         (idlwave-statement-type, idlwave-struct-skip)
11731         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11732         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11733         (idlwave-what-module-find-class): Fix typos in docstrings.
11734         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11735         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11736         (idlwave-find-module, idlwave-find-structure-definition)
11737         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11738         (idlwave-list-load-path-shadows, idlwave-next-statement)
11739         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11740         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11741         (idlwave-template): Reflow docstrings.
11743         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11744         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11745         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11746         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11747         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11748         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11749         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11750         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11751         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11752         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11753         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11754         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11755         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11756         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11757         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11758         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11759         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11760         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11761         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11762         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11763         Fix typos in docstrings.
11764         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11765         (idlwave-shell-hide-output, idlwave-shell-mode)
11766         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11767         Reflow docstrings.
11769         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11771 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11773         * term.el (term-bold-attribute): New var.
11774         (term-handle-colors-array): Use it.
11776 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11778         * progmodes/gdb-mi.el (gdb-version): New variable.
11779         (gdb-non-stop-handler): Set gdb-version.
11780         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11781         Condition "--thread" option on gdb-version.
11782         (gdb-invalidate-threads): Remove unused argument.
11784 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11786         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11787         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11789 2009-09-23  Glenn Morris  <rgm@gnu.org>
11791         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11792         replying to mail without References or Message-Id.  (Bug#4525)
11794 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11796         * term/ns-win.el (ns-reg-to-script): New variable.
11798 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11800         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11802 2009-09-22  Sam Steingold  <sds@gnu.org>
11804         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11805         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11806         to 1 because hg returns status 1 when nothing is found.
11807         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11809 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11811         * textmodes/fill.el: Convert to utf-8 encoding.
11812         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11813         pre-Unicode days.
11815         * add-log.el (change-log-fill-forward-paragraph): New function.
11816         (change-log-mode): Use it so fill-region DTRT.
11817         Set fill-indent-according-to-mode here rather than in
11818         change-log-fill-paragraph.
11819         (change-log-fill-paragraph): Remove.
11821 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11823         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11824         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11826 2009-09-22  Glenn Morris  <rgm@gnu.org>
11828         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11829         the scroll-bar scroll the calendar window rather than the buffer.
11831         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11832         commands that move point (as opposed to scrolling).
11834         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11836         * emacs-lisp/elint.el (elint): New custom group.
11837         (elint-log-buffer): Make it a defcustom.
11838         (elint-scan-preloaded, elint-ignored-warnings)
11839         (elint-directory-skip-re): New options.
11840         (elint-builtin-variables): Doc fix.
11841         (elint-preloaded-env): New variable.
11842         (elint-unknown-builtin-args): Add an entry for encode-time.
11843         (elint-extra-errors): Make it a variable rather than a constant.
11844         (elint-preloaded-skip-re): New constant.
11845         (elint-directory): Skip files matching elint-directory-skip-re.
11846         (elint-features): New variable, local to linted buffers.
11847         (elint-update-env): Initialize elint-features.  Possibly add
11848         elint-preloaded-env to the buffer's environment.
11849         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11850         Skip quoted forms.
11851         (elint-init-form): New function, extracted from elint-init-env.
11852         Make non-list forms a warning rather than an error.
11853         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11854         easy-menu-define, put that adds an error-condition, and provide.
11855         When requiring cl, also require cl-macs.  Really require cl, to handle
11856         some cl macros.  Store required libraries in the list elint-features,
11857         so as not to re-load them.  Treat cc-require like require.
11858         (elint-init-env): Call elint-init-form to do the work.
11859         Handle eval-and-compile and such like.
11860         (elint-add-required-env): Do not clear messages.
11861         (elint-special-forms): Add handlers for function, defalias, if, when,
11862         unless, and, or.
11863         (elint-form): Add optional argument to ignore elint-special-forms,
11864         useful to prevent recursive calls from handlers.  Doc fix.
11865         Respect elint-ignored-warnings.
11866         (elint-form): Respect elint-ignored-warnings.
11867         (elint-bound-variable, elint-bound-function): New variables.
11868         (elint-unbound-variable): Respect elint-bound-variable.
11869         (elint-get-args): Respect elint-bound-function.
11870         (elint-check-cond-form): Add some simple handling for (f)boundp and
11871         featurep tests.
11872         (elint-check-defalias-form): New handler.
11873         (elint-check-let-form): Make an empty let a warning rather than an
11874         error.
11875         (elint-check-setq-form): Make an empty setq a warning rather than an
11876         error.  Respect elint-ignored-warnings.
11877         (elint-check-defvar-form): Accept null doc-strings.
11878         (elint-check-conditional-form): New handler.  Does some simple-minded
11879         checking of featurep and (f)boundp tests.
11880         (elint-put-function-args): New function.
11881         (elint-initialize): Use elint-scan-doc-file rather than
11882         elint-find-builtin-variables.  Use elint-put-function-args.
11883         Possibly scan preloaded-file-list.
11884         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11885         extend to handle functions as well.
11887 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11889         * linum.el (linum-delete-overlays, linum-update-window):
11890         Do not modify the right margin.  (Bug#3971)
11892 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11894         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11895         nxml-mode instead of xml-mode.
11897 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11899         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11901 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11903         * net/dig.el (dig-mode): Use define-derived-mode.
11905 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11907         * vc-dispatcher.el (vc-do-command): Return the process object in
11908         the asynchronous case.  Use when instead of if.  Do not run
11909         vc-exec-after to display a message if not enabled.  (Bug#4463)
11911         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11912         properties to the stash strings.
11913         (vc-git-stash-list): Return a list of strings.
11914         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11915         (vc-git-stash-show-at-point): New functions.
11916         (vc-git-stash-map): New keymap.
11918         * register.el (ctl-x-r-map): Define the keys here instead of
11919         using autoload.
11921 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11923         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11924         list, to workaround performance problem (bug#4485).
11926 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11928         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11930 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11932         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11933         Document that this option is not recommended to use.
11935 2009-09-19  Glenn Morris  <rgm@gnu.org>
11937         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11938         variable `var'.
11940         * calc/calc-alg.el (var):
11941         * calc/calcalg2.el (var): Define for compiler.
11943 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11945         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11946         Doc fix (Bug#3932).
11948         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11950         * time-stamp.el (time-stamp-month-dd-yyyy)
11951         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11952         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11953         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11954         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11955         Remove functions that have been obsolete since 1995 (Bug#4436).
11957         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11958         indent buffer only if called interactively (Bug#4452).
11960 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11961             Eli Zaretskii  <eliz@gnu.org>
11963         This fixes bug#4197 (merged to bug#865, though not identical).
11964         * server.el (server-auth-dir): Add docstring note about FAT32.
11965         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11966         but warn against using them.
11968 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11970         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11971         older GDB where there is no has_more field.
11973 2009-09-19  Glenn Morris  <rgm@gnu.org>
11975         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11977 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11979         * files.el (auto-mode-alist): Change default for XML files to nXML
11980         mode (Bug#4169).
11982 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11984         * server.el (server-ensure-safe-dir): Pass 'integer
11985         to `file-attributes', as suggested.
11987 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11989         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11990         (dired-query): Use read-key.
11992 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11994         * cus-start.el (ns-use-qd-smoothing): Remove.
11996 2009-09-18  Glenn Morris  <rgm@gnu.org>
11998         * allout.el (top-level): Remove unnecessary progn.
12000         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
12002         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
12003         definition of abbrev table.
12005         * speedbar.el (speedbar-track-mouse):
12006         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
12007         * net/eudc.el (eudc-expand-inline):
12008         * net/newst-backend.el (newsticker--cache-read-feed):
12009         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
12010         condition-case handlers.
12012 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
12014         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
12015         (gdb-var-list): Add an element for has_more field.
12016         (gdb-non-stop-handler): Enable pretty printing for STL containers.
12017         (gdb-var-create-handler, gdb-var-list-children-handler-1)
12018         (gdb-var-update-handler-1): Parse output of dynamic variable
12019         objects (STL containers).
12020         (gdb-var-delete-1): Pass var1 as an explicit second argument.
12021         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
12023         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
12024         gdb-var-list.
12025         (gud-speedbar-buttons): Make node expandable if expression "has more"
12026         children.
12028 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
12030         * startup.el (emacs-quick-startup): Remove variable and all uses.
12031         (command-line): Set `inhibit-x-resources' instead.
12032         (command-line-1): Use `inhibit-x-resources' instead.
12034 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
12036         * subr.el: Fix last change to avoid using the `unless' macro,
12037         which breaks bootstrapping.
12039 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12041         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
12042         extended definitions, in case we reload subr.el after having
12043         loaded CL.
12044         (eval-next-after-load): Mark as obsolete.
12046 2009-09-17  Juri Linkov  <juri@jurta.org>
12048         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
12049         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
12050         (menu-bar-showhide-menu, menu-bar-tools-menu)
12051         (menu-bar-describe-menu, menu-bar-help-menu)
12052         (minibuffer-local-completion-map, minibuffer-local-map):
12053         Fix list quoting.
12055 2009-09-17  Glenn Morris  <rgm@gnu.org>
12057         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
12058         arguments, whether or not it has a handler.
12060         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
12062         * simple.el (hard-newline): Give it a doc-string.
12064         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12065         (lisp-mode-syntax-table): Give them doc-strings.
12067 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
12069         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
12070         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
12071         (menu-bar-options-menu, menu-bar-showhide-menu)
12072         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
12073         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
12074         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
12075         (menu-bar-options-menu, menu-bar-tools-menu)
12076         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
12077         (menu-bar-help-menu):
12078         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
12079         string arguments.
12081         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
12082         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
12083         calls for the menu names and :help.
12085 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12087         * mouse.el (minor-mode-menu-from-indicator): Pay attention
12088         to :minor-mode-function (bug#4455).
12090 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12092         * startup.el (command-line): Initialize the window-system after
12093         processing the command-line.
12095         * textmodes/page.el (what-page): Make sure we don't inf-loop if
12096         page-delimiter matches the empty string.
12098 2009-09-16  Glenn Morris  <rgm@gnu.org>
12100         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
12101         byte-compile-not-obsolete-var.  It's a list now.
12102         (byte-compile-not-obsolete-funcs): New variable.
12103         (byte-compile-warn-obsolete): Don't warn about functions if they are in
12104         byte-compile-not-obsolete-funcs.
12105         (byte-compile-variable-ref, byte-compile-defvar): Update for
12106         byte-compile-not-obsolete-vars name-change and list nature.
12107         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
12108         and variables behind (f)boundp tests.
12109         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
12111 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
12113         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
12115 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12117         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
12118         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
12119         Don't autoload.
12121 2009-09-15  Stephen Eglen  <stephen@gnu.org>
12123         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
12124         the virtual-buffers, use the name of the buffer specified by
12125         find-file-noselect, as the match may be a symlink.  (This was a
12126         problem if the target and the symlink had different names.)
12128 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12130         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
12132         * desktop.el (desktop-path): Check user-emacs-directory.
12134         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
12136         * loadup.el: Use after-load-functions to GC after loading each file.
12137         Remove the explicit GC calls that used to be sprinkled around.
12139         * subr.el (after-load-functions): New hook.
12140         (do-after-load-evaluation): Run it.  Use string-match-p to detect
12141         `obsolete' packages, rather than painfully extracting the relevant
12142         directory name.
12144 2009-09-15  Glenn Morris  <rgm@gnu.org>
12146         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
12147         free variable `doc'.
12149         * dired.el (dired-mode-map): Add menu entry for async shell command.
12151         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
12152         variables, also consider the .elc files, since the .el files are
12153         normally gzipped (subsequent code locates the .el.gz from the .elc).
12155         * calc/calc-prog.el (arglist): Define for compiler.
12157         * calendar/diary-lib.el (diary-display-function): Change the default to
12158         fancy display.
12159         (body): Define for compiler.
12161         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
12162         (byte-compile-file-form, byte-compile-lambda)
12163         (byte-compile-top-level-body, byte-compile-form)
12164         (byte-compile-variable-ref, byte-compile-setq)
12165         (byte-compile-setq-default, byte-compile-body)
12166         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
12167         (batch-byte-compile): Give some more local variables with common names
12168         a "bytecomp-" prefix to avoid masking warnings about free variables.
12170         * startup.el (command-line-1): Give local variables with common names a
12171         distinguishing prefix, so as not to hide free variable warnings during
12172         bootstrap.
12174         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
12175         clever and add a suffix to make a unique name, just let the user decide
12176         whether or not to overwrite it.  If the input is a directory, write the
12177         default filename to that directory.  (Bug#4388)
12178         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
12179         is a filename-as-a-directory.
12181 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12183         * textmodes/page.el (what-page): Don't move to beginning of line.
12184         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
12186 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
12188         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
12190 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
12192         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
12193         * help.el (help-for-help-internal): Add purecopy calls for text.
12195         * vc.el (top): print-log method now takes an optional SHORTLOG
12196         argument.  Add a new method: root.
12197         (vc-root-diff, vc-print-root-log): New functions.
12198         (vc-log-short-style): New variable.
12199         (vc-print-log-internal): Add support for showing short logs.
12201         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
12202         vc-print-root-log and vc-print-root-diff.
12204         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
12205         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
12206         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
12207         short logs.
12209         * vc-cvs.el (vc-cvs-print-log):
12210         * vc-mtn.el (vc-mtn-print-log):
12211         * vc-rcs.el (vc-rcs-print-log):
12212         * vc-sccs.el (vc-sccs-print-log):
12213         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
12214         that is ignored for now.
12216         * vc-mtn.el (vc-mtn-annotate-command):
12217         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
12219 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12221         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
12222         to function-key-map, and give them ascii-character property.
12223         * term/x-win.el (x-alternatives-map):
12224         * term/ns-win.el (ns-alternatives-map):
12225         * term/internal.el (msdos-key-remapping-map):
12226         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
12228 2009-09-14  Glenn Morris  <rgm@gnu.org>
12230         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
12231         temp-buffers (2009-09-12).
12233 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12235         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
12236         the new read-key function.
12238 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
12240         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
12241         is defined (Bug#4405).
12243 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
12245         * recentf.el (recentf-cleanup): Use a hash table to find
12246         duplicates (Bug#4407).
12248 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
12250         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
12251         kp-0 to ascii equivalents (Bug#4325).
12253 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
12255         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
12257         * eshell/em-hist.el:
12258         * eshell/em-dirs.el (eshell-complete-user-reference):
12259         Declare pcomplete functions and variables to avoid compiler warnings.
12261 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
12263         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
12264         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
12265         * eshell/em-alias.el (eshell-aliases-file):
12266         * eshell/em-hist.el (eshell-history-file-name):
12267         Use expand-file-name instead of concat to make file names (Bug#4308).
12269 2009-09-13  Glenn Morris  <rgm@gnu.org>
12271         * ediff-merg.el (ediff-do-merge):
12272         * filesets.el (filesets-run-cmd):
12273         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
12274         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
12275         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
12276         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
12277         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
12278         Replace empty `let's with `progn'.
12280 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12282         * mail/sendmail.el (send-mail-function):
12283         * tooltip.el (tooltip-mode):
12284         * simple.el (transient-mark-mode):
12285         * rfn-eshadow.el (file-name-shadow-mode):
12286         * frame.el (blink-cursor-mode):
12287         * font-core.el (global-font-lock-mode):
12288         * files.el (temporary-file-directory)
12289         (small-temporary-file-directory, auto-save-file-name-transforms):
12290         * epa-hook.el (auto-encryption-mode):
12291         * composite.el (global-auto-composition-mode):
12292         Use custom-initialize-delay.
12293         * startup.el (command-line): Don't explicitly call
12294         custom-reevaluate-setting for all the above vars.
12295         * custom.el (custom-initialize-safe-set)
12296         (custom-initialize-safe-default): Delete.
12298 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12300         * term/x-win.el (x-initialize-window-system):
12301         * term/w32-win.el (w32-initialize-window-system):
12302         * term/ns-win.el (ns-initialize-window-system): Don't call
12303         mouse-wheel-mode since it's enabled globally by default already.
12305         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
12306         actually define the variable, but only silences the byte-compiler.
12307         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
12308         before looking it up.
12309         (mouse-wheel-scroll-amount): Also reset the bindings if this value
12310         is changed.
12312 2009-09-12  Glenn Morris  <rgm@gnu.org>
12314         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
12315         1000.
12316         (elint-add-required-env): Don't beep on error.
12317         (elint-forms): In case of error, return ENV unchanged.
12318         (elint-init-env): Skip non-list forms.
12319         (elint-log): Handle unknown file positions.
12321 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
12323         * epg.el (epg-make-context): Add autoload cookie.
12324         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
12325         (epg-decrypt-string, epg-start-verify, epg-verify-file)
12326         (epg-verify-string, epg-start-sign, epg-sign-file)
12327         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
12328         (epg-encrypt-string, epg-start-export-keys)
12329         (epg-export-keys-to-file, epg-export-keys-to-string)
12330         (epg-start-import-keys, epg-import-keys-from-file)
12331         (epg-import-keys-from-string, epg-start-receive-keys)
12332         (epg-receive-keys, epg-import-keys-from-server)
12333         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
12334         (epg-sign-keys, epg-start-generate-key)
12335         (epg-generate-key-from-file, epg-generate-key-from-string):
12336         Remove autoload cookie.
12338 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
12340         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
12341         reevaluation of trash-directory.
12343         * mwheel.el: Fix last change.
12344         (mouse-wheel-mode): New defvar.
12345         (mouse-wheel-mode): Remove autoload cookie.
12347 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12349         * mwheel.el (mwheel-installed-bindings): New var.
12350         (mouse-wheel-mode): Use it, so as to make sure we really remove all
12351         the bindings we set last time.  Use custom-initialize-delay.
12352         * loadup.el: Load mwheel after term/*-win.el.
12353         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
12354         and mouse-wheel-up-event now that their first evaluation is done
12355         sufficiently late to be correct.
12357         * startup.el (tutorial-directory): Make it a defcustom.
12358         Use custom-initialize-delay rather than eval-at-startup to set it.
12359         * image.el (image-load-path): Make it a defcustom.
12360         Use custom-initialize-delay rather than eval-at-startup to set it.
12361         * subr.el (eval-at-startup): Remove.
12362         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
12364         * subr.el (do-after-load-evaluation): Warn the user after loading an
12365         obsolete package.
12367 2009-09-12  Glenn Morris  <rgm@gnu.org>
12369         * proced.el (proced-mark-alt): Remove alias.
12370         (proced-mode-map): Remove proced-mark-alt.
12372         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
12373         Elint file and directory.  Remove initialization entry.
12375         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
12376         commands.
12377         (elint-current-buffer): Set mode-line-process.
12378         (elint-init-env): Handle define-derived-mode.
12379         Fix declare-function with unspecified arglist.  Guard against odd
12380         defalias statements (eg iso-insert's 8859-1-map).
12381         (elint-add-required-env): Use a temp buffer.
12382         (elint-form): Just print the function/macro name, not the whole form.
12383         Return env unchanged if we fail to parse a macro.
12384         (elint-forms): Guard against parse errors.
12385         (elint-output): New function, to handle batch mode.
12386         (elint-log-message): Add optional argument.  Use elint-output.
12387         (elint-set-mode-line): New function.
12389 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
12391         * emacs-lisp/elp.el (elp-not-profilable): Add more
12392         functions (Bug#4233).
12394 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
12396         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12397         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12399 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12401         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12402         (gdb-var-list-children): Use json parsing.
12404 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
12406         * progmodes/js.el (js--proper-indentation): Handle the case where
12407         char-before is null.  Reported by Deniz Dogan.
12409 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12411         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12413 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
12415         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12416         (epg-digest-algorithm-alist): Add SHA224.
12417         (epg-context-set-passphrase-callback)
12418         (epg-context-set-progress-callback): Add description about
12419         callback function.
12421 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12423         * custom.el (custom-delayed-init-variables): New var.
12424         (custom-initialize-delay): New function.
12425         * startup.el (command-line): "Re"evaluate all vars in
12426         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
12427         explicitly any more.
12428         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12429         to avoid creating a ~/.emacs.d at build-time (bug#4347).
12431         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12433 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
12435         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12436         (gdb-var-update-handler): Use json parsing.
12438 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
12440         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12441         decode annotated text, regardless of language environment.  (Bug#2741)
12443 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12445         * Makefile.in (autoloads): Make rmail.el writable as well.
12447 2009-09-11  Glenn Morris  <rgm@gnu.org>
12449         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12450         loaddefs.el.
12451         * dired.el: Regenerate with extracted autoloads.
12452         * Makefile.in (autoloads): Make dired.el writable.
12454         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12455         * ibuffer.el: Regenerate with extracted autoloads.
12456         * Makefile.in (autoloads): Make ibuffer.el writable.
12458         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12459         * version.el (emacs-copyright, emacs-major-version)
12460         (emacs-minor-version): Reformat doc-strings for make-docfile.
12462         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12463         functions and variables, since they must be stuff specific to some other
12464         platform.
12465         (apropos-print): Make mouse-click message less specific about button.
12467         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12468         that records where a macro was defined.
12469         * help-fns.el (describe-function-1): Mention if a function has a
12470         compiler-macro.
12471         * help-mode.el (help-function-cmacro): New button.
12473         * locate.el (top-level): Always require dired.
12474         (locate-mode-map): Initialize inside the defvar.
12476         * net/ange-ftp.el (dired-compress-file): Declare.
12477         (ange-ftp-dired-compress-file): Add doc string.
12479         * term/ns-win.el (x-display-name, x-setup-function-keys):
12480         Unify doc-strings with X versions.
12482 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12484         * emulation/crisp.el (crisp-mode-map): Move initialization
12485         into declaration.
12486         (crisp-mode): Use define-minor-mode.
12488         * progmodes/xscheme.el (xscheme-evaluation-commands):
12489         Put a :advertised-binding property rather than using
12490         advertised-xscheme-send-previous-expression.
12491         (advertised-xscheme-send-previous-expression): Declare obsolete.
12492         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12493         `advertised-undo'.
12494         (crisp-mode): Add corresponding bindings to
12495         undo's :advertised-binding instead.
12496         * dired.el (dired-mode-map): Put a :advertised-binding property rather
12497         than using dired-advertised-find-file.
12498         (dired-advertised-find-file):
12499         * simple.el (advertised-undo):
12500         * wid-edit.el (advertised-widget-backward): Declare obsolete.
12501         (widget-keymap): Put a :advertised-binding property rather
12502         than using advertised-widget-backward.
12503         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12504         than using advertised-undo.
12505         * tutorial.el (tutorial--default-keys): Adjust accordingly.
12507 2009-09-10  Simon South  <ssouth@slowcomputing.org>
12509         * progmodes/delphi.el (delphi-tab): Indent region when Transient
12510         Mark mode is enabled and region is active; otherwise indent or
12511         insert TAB as usual.
12512         (delphi-mode): Update description of TAB-key binding.
12514 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12516         * subr.el (define-key-rebound-commands): Mark obsolete.
12517         * startup.el (precompute-menubar-bindings): Remove.
12518         (normal-top-level): Remove obsolete code that tried to precompute
12519         menubar bindings.
12520         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12521         define-key-rebound-commands and precompute-menubar-bindings.
12523 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12525         * net/imap.el (imap-interactive-login): Better messages.
12526         (imap-open): Fix bug with renamed buffer on reconnect.
12527         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12528         for easier debugging and cleaner code.  On successful (guessed based on
12529         server capabilities) secondary authentication, set imap-state
12530         correctly.
12531         (imap-last-authenticator): Define imap-last-authenticator as a variable
12532         to avoid warnings.
12534 2009-09-10  Glenn Morris  <rgm@gnu.org>
12536         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12538         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12539         (byte-compile-file-form-autoload): Don't warn about unknown functions
12540         where the autoload statement comes after the use.
12541         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12542         that any handlers inside the body (eg require) are in turn respected.
12544         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12545         effects.
12547         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12548         and syntax and abbrev tables basic docs, if they don't have any.
12550         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12552         * international/mule-cmds.el (top-level): Require cl when compiling.
12553         (view-hello-file): Use default-value rather than
12554         default-enable-multibyte-characters.
12556         * progmodes/fortran.el: Move all safe and risky properties into the
12557         defcustoms.
12559         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12560         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12561         * mail/undigest.el:
12562         Put autoloads in rmail.el rather than loaddefs.el.
12563         * mail/rmail.el: Regenerate with extracted autoloads.
12565         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12566         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12568 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
12570         Reported in thread for Bug#4375.
12571         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12572         "-data-evaluate-expression" instead of print.
12573         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12574         (gdb-tooltip-print): Parse output from above MI command.
12575         (gdb): Revert 2009-08-11 change.  User should detach inferior
12576         manually.
12578         Remove the word "separate" from IO functions as inferior
12579         output is now never displayed in the GUD buffer.
12581 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
12583         * startup.el (command-line-normalize-file-name): On Windows and
12584         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12586 2009-09-10  Juri Linkov  <juri@jurta.org>
12588         * isearch.el (isearch-text-char-description): Propertize escape
12589         character sequences with the `escape-glyph' face.  (Bug#4344)
12591         * simple.el (shell-command): Set asynchronous process filter to
12592         `comint-output-filter'.  (Bug#4343)
12594         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12595         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
12596         the list.  Move "asm" to the bottom.
12597         (grep-find-ignored-directories): Add `choice' with nil value
12598         to empty the list easily.
12599         (grep-find-ignored-files): New option.
12600         (grep-files-history): Set to nil by default instead of '("ch" "el").
12601         (grep-compute-defaults): Add "<X>" to `grep-template'.
12602         (grep-read-files): Bind new local variables `default-alias' and
12603         `default-extension'.  Use a list of default values for the file prompt.
12604         (lgrep): Add `--exclude=' command line options composed from
12605         `grep-find-ignored-files'.
12606         (rgrep): Add `-name' command line options composed from
12607         `grep-find-ignored-files'.  (Bug#4301)
12609 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12611         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12612         (bug#4368).
12614 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12616         * calendar/time-date.el (autoload):
12617         Expand define-obsolete-function-alias into defalias and make-obsolete
12618         for old Emacsen that Gnus supports.
12619         (with-no-warnings): Define it for old Emacsen.
12620         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12621         is available.
12622         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12623         float-time is available; suppress compile warning for time-to-seconds.
12625 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12627         * net/imap.el (imap-message-map): Docstring fix.
12629 2009-09-09  Glenn Morris  <rgm@gnu.org>
12631         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12632         line numbers too.  (Bug#4374)
12634 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12636         * smerge-mode.el (smerge-remove-props, smerge-refine):
12637         Use with-silent-modifications (bug#4342).
12639         * subr.el (with-silent-modifications): New macro.
12641 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
12643         * files.el (top-level): Require `cl' when compiling.
12645 2009-09-07  Glenn Morris  <rgm@gnu.org>
12647         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12649         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12650         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
12652 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
12654         * vc-git.el (vc-git-annotate-command): Use separator to parse
12655         arguments correctly.
12657 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
12659         * proced.el (proced-mode): Doc fix.
12661 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
12663         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12664         lstat fails.
12665         (tramp-do-file-attributes-with-ls): Check for file existence at
12666         remote end.
12667         (tramp-do-file-attributes-with-stat): Likewise.
12668         (tramp-convert-file-attributes): Return nil when attr is nil.
12670 2009-09-05  Glenn Morris  <rgm@gnu.org>
12672         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12673         properties to this button.
12674         (diary-fancy-display): Don't extend the button to the final newline.
12675         (diary-fancy-display-mode): Continue to define "q" as a local key.
12677         * calendar/cal-china.el (holiday-chinese): Make it slightly more
12678         efficient.
12680         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12682         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12683         (byte-compile-dest-file-function): New option.
12684         (byte-compile-dest-file): Doc fix.
12685         Obey byte-compile-dest-file-function.
12686         (byte-compile-cl-file-p): New function.
12687         (byte-compile-eval): Only suppress noruntime warnings about cl functions
12688         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
12689         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12690         than for file being previously loaded.
12691         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12692         (byte-compile-file-form-require): Handle the case where requiring a file
12693         indirectly causes CL to be loaded.
12695 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12697         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12698         before killing the old buffer, since by the time `kill-buffer' is
12699         run so many buffer variables have been set to nil that it may not
12700         behave as expected.  (Bug#4061)
12702 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12704         * files.el (find-alternate-file): If the old buffer is modified
12705         and visiting a file, behave similarly to `kill-buffer' when
12706         killing it, thus reverting to the pre-1.878 behavior; see
12707         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12708         for discussion.  Also, consult `buffer-file-name' as a variable
12709         not as a function, for consistency with the rest of the code.
12711 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12713         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12714         also when adding a new directory.
12716         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12717         defun.
12719 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12721         * files.el (locate-file-completion-table): Make it provide boundary
12722         information, so partial-completion works better.
12724 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12726         * mail/footnote.el (Footnote-text-under-cursor):
12727         Check footnote-text-marker-alist before using it (bug#4324).
12729 2009-09-04  Glenn Morris  <rgm@gnu.org>
12731         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12732         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12733         * play/solitaire.el, play/tetris.el:
12734         Remove leading * from defcustom and defface docs.
12736         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12737         necessary.
12738         (diary-fancy-overriding-map): New variable.
12739         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12740         Use view-mode.
12742         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12743         goto-line.
12745 2009-09-03  Glenn Morris  <rgm@gnu.org>
12747         * arc-mode.el (archive-mode):
12748         * dos-fns.el (set-default-process-coding-system):
12749         * man.el (Man-getpage-in-background):
12750         * menu-bar.el (menu-bar-describe-menu):
12751         * server.el (server-process-filter):
12752         * startup.el (command-line):
12753         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12754         * w32-fns.el (set-default-process-coding-system):
12755         * x-dnd.el (x-dnd-handle-file-name):
12756         * international/mule-cmds.el (mule-menu-keymap)
12757         (set-default-coding-systems, language-info-alist, set-language-info)
12758         (set-language-environment, standard-display-european-internal)
12759         (set-locale-environment):
12760         * international/mule-diag.el (mule-diag):
12761         * mail/emacsbug.el (report-emacs-bug):
12762         * mail/rmail.el (rmail-mode):
12763         * mail/sendmail.el (mail-setup):
12764         Use default-value rather than default-enable-multibyte-characters.
12766         * progmodes/f90.el: Move all safe properties into the defcustoms.
12767         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12769         * calendar/appt.el (appt-check):
12770         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12771         (diary-check-diary-file, diary-list-entries)
12772         (diary-include-other-diary-files, diary-simple-display)
12773         (diary-fancy-display, diary-print-entries)
12774         (diary-mark-included-diary-files, diary-make-entry):
12775         Don't call substitute-in-file-name on diary-file.
12777 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12778             Stefan Monnier  <monnier@iro.umontreal.ca>
12780         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12781         (footnote-mode-map): Move initialization into the declaration.
12782         (footnote-minor-mode-map): Define it rather than changing global-map.
12783         (footnote-mode): Use define-minor-mode.
12785 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12787         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12788         (tramp-do-file-attributes-with-perl)
12789         (tramp-do-file-attributes-with-stat): Rename from
12790         `tramp-handle-file-attributes-with-*'.
12791         (tramp-handle-file-attributes): Use them.
12792         (tramp-do-directory-files-and-attributes-with-perl)
12793         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12794         `tramp-handle-directory-files-and-attributes-with-*'.
12795         (tramp-handle-directory-files-and-attributes): Use them.
12796         (tramp-method-out-of-band-p): Additional parameter SIZE.
12797         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12798         (tramp-handle-write-region): Use it.
12799         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12800         (tramp-handle-vc-registered): Check, whether the first run did
12801         return files to be tested.
12802         (tramp-advice-make-auto-save-file-name): Do not call directly
12803         `tramp-handle-make-auto-save-file-name', because this would bypass
12804         the locking mechanism.
12806         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12807         (file-remote-p, process-file, start-file-process, set-file-times)
12808         (tramp-compat-file-attributes): Compatibility functions shall not
12809         call directly `tramp-handle-*', because this would bypass the
12810         locking mechanism.
12811         (tramp-compat-number-sequence): New defun.
12813 2009-09-02  Glenn Morris  <rgm@gnu.org>
12815         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12816         alias for float-time.
12817         (time-to-number-of-days): In Emacs, use float-time.
12818         * net/newst-backend.el (time-add): Suppress warnings from compat
12819         function.
12820         * time.el (emacs-uptime, emacs-init-time):
12821         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12822         Use float-time rather than time-to-seconds.
12824         * minibuffer.el (completion-initials-expand): Fix typo.
12826         * faces.el (modeline, modeline-inactive, modeline-highlight)
12827         (modeline-buffer-id):
12828         * info.el (info-menu-5): Mark these face aliases as obsolete.
12830 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12832         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12833         space ...
12834         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12835         no "--thread" option.
12836         (gdb-stopped): Don't print "Switched to thread" message when it is
12837         unchanged.
12839 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12841         * minibuffer.el (completion-try-completion)
12842         (completion-all-completions): Remove ill-defined (and
12843         mistakenly installed and luckily never used nor documented)
12844         `completion-styles' property.
12845         (completion-initials-expand, completion-initials-all-completions)
12846         (completion-initials-try-completion): New functions.
12847         (completion-styles-alist): Add doc to each entry.
12848         Add new `initials' entry.
12850 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12852         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12853         MI command -var-evaluate-expression.
12854         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12855         and tweak for case of string child.
12856         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12858 2009-09-01  Glenn Morris  <rgm@gnu.org>
12860         * add-log.el (change-log-date-face, change-log-name-face)
12861         (change-log-email-face, change-log-file-face, change-log-list-face)
12862         (change-log-conditionals-face, change-log-function-face)
12863         (change-log-acknowledgement-face):
12864         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12865         (custom-modified-face, custom-set-face, custom-changed-face)
12866         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12867         (custom-documentation-face, custom-state-face, custom-comment-face)
12868         (custom-comment-tag-face, custom-variable-tag-face)
12869         (custom-variable-button-face, custom-face-tag-face)
12870         (custom-group-tag-face-1, custom-group-tag-face):
12871         * diff-mode.el (diff-header-face, diff-file-header-face)
12872         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12873         (diff-added-face, diff-changed-face, diff-function-face)
12874         (diff-context-face, diff-nonexistent-face):
12875         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12876         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12877         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12878         (Info-title-4-face):
12879         * isearch.el (isearch-lazy-highlight-face):
12880         * log-view.el (log-view-file-face, log-view-message-face):
12881         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12882         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12883         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12884         (cvs-msg-face):
12885         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12886         (smerge-base-face, smerge-markers-face):
12887         * wid-edit.el (widget-documentation-face, widget-button-face)
12888         (widget-field-face, widget-single-line-field-face)
12889         (widget-inactive-face, widget-button-pressed-face):
12890         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12891         (woman-addition-face):
12892         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12893         (eshell-ls-executable-face, eshell-ls-readonly-face)
12894         (eshell-ls-unreadable-face, eshell-ls-special-face)
12895         (eshell-ls-missing-face, eshell-ls-archive-face)
12896         (eshell-ls-backup-face, eshell-ls-product-face)
12897         (eshell-ls-clutter-face):
12898         * eshell/em-prompt.el (eshell-prompt-face):
12899         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12900         * obsolete/old-whitespace.el (whitespace-highlight-face):
12901         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12902         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12903         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12904         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12905         (antlr-font-lock-literal-face):
12906         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12907         (ebrowse-root-class-face, ebrowse-file-name-face)
12908         (ebrowse-default-face, ebrowse-member-attribute-face)
12909         (ebrowse-member-class-face, ebrowse-progress-face):
12910         * progmodes/make-mode.el (makefile-space-face):
12911         * progmodes/sh-script.el (sh-heredoc-face):
12912         * textmodes/flyspell.el (flyspell-incorrect-face)
12913         (flyspell-duplicate-face):
12914         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12915         * textmodes/texinfo.el (texinfo-heading-face):
12916         Mark face aliases with "-face" suffix as obsolete.
12918         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12919         compiler.
12921         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12922         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12923         easy-menu-define wants to modify these.
12925         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12927         * net/browse-url.el (browse-url-file-url):
12928         * term/internal.el (dos-codepage-setup):
12929         Use default-value rather than default-enable-multibyte-characters.
12931         * progmodes/etags.el (etags-goto-tag-location):
12932         * progmodes/flymake.el (flymake-highlight-line)
12933         (flymake-goto-file-and-line, flymake-goto-line):
12934         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12935         (gdb-goto-breakpoint):
12936         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12937         * progmodes/python.el (python-find-function)
12938         (python-pdbtrack-track-stack-file):
12939         * progmodes/verilog-mode.el (verilog-surelint-off):
12940         * term/ns-win.el (ns-open-file-select-line):
12941         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12942         Use forward-line rather than goto-line.
12944         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12945         * textmodes/reftex-index.el (reftex-display-index):
12946         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12947         * textmodes/reftex-toc.el (reftex-toc):
12948         Remove unnecessary bindings of default-major-mode (all are followed by
12949         major-mode check and possible mode switch).
12951 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12953         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12954         Handle watchpoints (bug#4282).
12955         (def-gdb-thread-buffer-command): Enable thread to be selected by
12956         clicking without selecting threads buffer first.
12957         (gdb-current-context-command): Use selected frame so that "up",
12958         "down" etc work in the GUD buffer.
12959         (gdb-update): Find selected frame before rendering stack buffer.
12960         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12962 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12964         * progmodes/sym-comp.el (displayed-completions): Remove.
12965         (symbol-complete): Use minibuffer-complete.
12967 2009-08-31  Glenn Morris  <rgm@gnu.org>
12969         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12971         * apropos.el (apropos-symbols-internal):
12972         Handle (obsolete) face aliases.
12974         * faces.el (describe-face): Adjust the output format to be more like
12975         describe-variable, and to mention (obsolete) face aliases.
12976         Adjust the whitespace so that help-setup-xref works.
12978         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12979         * calendar/diary-lib.el (diary-button-face):
12980         Mark these face aliases as obsolete.
12982         * calendar/calendar.el (calendar-today): Doc fix.
12984 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12986         * progmodes/gdb-mi.el (gdb-control-all-threads)
12987         (gdb-control-current-thread): Force tool bar update.
12988         (gdb-non-stop-handler): New function.
12989         (gdb-init-1): Use it to test if non-stop mode is supported.
12990         Remove unused gdbmi buffer type.
12992 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12994         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12995         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12997 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12999         * comint.el (comint-exec-1): Check command is non-null first.
13000         Part of gdb-mi.el change (2009-08-28).
13002 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13004         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
13006 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
13008         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
13009         instead of `dolist' to avoid a recursive require when bootstrapping.
13011 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13013         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
13015         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
13017         * net/imap.el (imap-send-command): Simplify.
13018         (imap-wait-for-tag): point-max -> buffer-size.
13020         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
13022         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
13023         with constant argument.
13025         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
13027         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
13029         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
13030         Change default, since most of our files don't have a history.
13031         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
13032         the user.
13034         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13035         Add comint-run.
13037         * calc/calc.el: Improve commenting convention.
13038         (calc-digit-map, toplevel): Simplify.
13040         * comint.el (comint-insert-input): Be careful to only set point if we
13041         don't delegate to some other command.
13043         * proced.el (proced-signal-list): Make it an alist.
13044         (proced-grammar-alist): Capitalize names.
13045         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
13046         Disable undo manually and make it read-only.
13047         Use completion-annotate-function.
13049         * minibuffer.el (minibuffer-message): If the current buffer is not
13050         a minibuffer, insert the message in the echo area rather than at the
13051         end of the buffer.
13052         (completion-annotate-function): New variable.
13053         (minibuffer-completion-help): Use it.
13054         (completion--embedded-envvar-table): Environment vars are
13055         always case-sensitive.
13057 2009-08-30  Glenn Morris  <rgm@gnu.org>
13059         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
13060         from fortran-current-defun.
13061         (fortran-beginning-of-subprogram): Be more precise about finding the
13062         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
13063         (fortran-end-of-subprogram): Simplify.
13064         (fortran-current-defun): Use fortran-start-prog-re.
13066 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
13068         * subr.el (do-after-load-evaluation): Simplify.
13070 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
13072         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
13074         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
13075         (vc-rcs-print-log): Use it.
13077         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
13079 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13081         * paths.el (abbrev-file-name): Move to abbrev.el.
13082         * abbrev.el (abbrev-file-name): Move from paths.el.
13083         Obey user-emacs-directory.
13084         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
13085         user-emacs-directory.
13086         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
13087         abbrev-file-name and calc-settings-file any more.
13088         * startup.el (command-line): Recompute abbrev-file-name and
13089         abbreviated-home-dir.
13090         (normal-no-mouse-startup-screen): Improve the generic code and get rid
13091         of the special code for when C-h bindings haven't been changed.
13092         (display-startup-echo-area-message): Use with-current-buffer.
13093         (command-line-1): Use a list of strings, rather than a list of lists
13094         of strings for longopts.
13096         * files.el (get-free-disk-space): Use / for default-directory.
13098         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
13099         Use with-current-buffer.
13101         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
13102         Recognize immutable variables like most-positive-fixnum.
13103         (byte-compile-setq-default): Check and warn if trying to assign
13104         to an immutable variable, or a non-variable.
13106         * progmodes/cc-vars.el (c-comment-continuation-stars):
13107         * progmodes/cc-engine.el (c-looking-at-bos):
13108         * progmodes/cc-cmds.el (c-toggle-auto-state)
13109         (c-forward-into-nomenclature, c-backward-into-nomenclature)
13110         (c-comment-line-break-function): Add version of obsolescence.
13112 2009-08-28  Juri Linkov  <juri@jurta.org>
13114         * files.el (magic-fallback-mode-alist): Add ZIP magic number
13115         associated with `archive-mode'.
13117         * image.el (image-type-header-regexps): Use only JPEG magic number
13118         to determine JPEG images, and don't use `image-jpeg-p' because
13119         Emacs can display non-JFIF non-Exif JPEG images.
13121 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
13123         * arc-mode.el (archive-mode):
13124         * emacs-lisp/re-builder.el (re-builder-unload-function):
13125         Protect against the default value of `major-mode' being nil.
13127 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
13129         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
13130         Fix typos in docstrings.
13132         * progmodes/js.el (js--macro-decl-re): Doc fix.
13133         (js--plain-method-re, js--split-name): Refloc docstring.
13134         (js--class-styles, js--make-merged-item, js--splice-into-items):
13135         Fix typos in docstrings; reflow docstrings.
13136         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
13137         (js--variable-decl-matcher, js--inside-pitem-p)
13138         (js--parse-state-at-point, js--get-all-known-symbols)
13139         (js--symbol-history, js-find-symbol, js--js-references)
13140         (js--moz-interactor, js--js-encode-value, js--read-tab):
13141         Fix typos in docstrings.
13143 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13145         * textmodes/reftex.el (reftex-get-file-buffer-force):
13146         * progmodes/verilog-mode.el (verilog-batch-execute-func):
13147         * emulation/viper.el (viper-go-away, viper-set-hooks):
13148         * emacs-lisp/re-builder.el (re-builder-unload-function):
13149         * emacs-lisp/bytecomp.el (byte-compile-file):
13150         * ses.el (ses-unload-function):
13151         * hexl.el (hexl-find-file):
13152         * files.el (normal-mode):
13153         * ehelp.el (with-electric-help):
13154         * autoinsert.el (auto-insert-alist):
13155         * arc-mode.el (archive-mode):
13156         Use (default-value 'major-mode) instead of default-major-mode.
13158         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
13159         * international/mule.el (load-with-code-conversion):
13160         * emacs-lisp/debug.el (debug):
13161         * ediff-vers.el (ediff-rcs-get-output-buffer):
13162         * dired.el (dired-internal-noselect): Don't let-bind
13163         default-major-mode around code that doesn't use it.
13164         E.g. buffer creation via get-buffer-create doesn't use it.
13166 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
13168         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
13169         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
13170         when writing the temp file.  Otherwise, epa-file gets confused.
13171         (tramp-register-file-name-handlers): Make it a defun.  Move also
13172         `epa-file-handler' to the front of `file-name-handler-alist'.
13174 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13176         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
13177         start right after a ^M.
13178         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
13179         (tramp-completion-file-name-regexp-separate)
13180         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
13181         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
13182         Don't modify last-coding-system-used by accident.
13183         (tramp-completion-file-name-handler): Apply the checks here,
13184         instead during registration.
13185         (tramp-register-file-name-handlers): Renamed from
13186         `tramp-register-file-name-handler'.  Register both
13187         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
13188         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
13190 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
13192         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
13193         Remove variable ...
13194         (gdb-init-1, gdb-display-separate-io-buffer)
13195         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
13196         references to it.
13197         (gdb-inferior-io-mode): Use make-comint-in-buffer.
13198         (gdb-inferior-filter): Use comint-output-filter to stop
13199         echoing and remove ^M characters.
13201 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13203         * emulation/viper-init.el (viper-restore-cursor-type):
13204         * emulation/cua-base.el (cua--update-indications):
13205         Replace default-cursor-type with (default-value 'cursor-type).
13207         * mail/sendmail.el (mail-recover-1):
13208         * international/mule-diag.el (describe-current-coding-system-briefly)
13209         (describe-current-coding-system):
13210         * international/mule-cmds.el (select-safe-coding-system)
13211         (select-message-coding-system)
13212         (set-language-environment-coding-systems, set-locale-environment):
13213         * hexl.el (hexl-insert-multibyte-char):
13214         * dos-w32.el (find-buffer-file-type-coding-system):
13215         * simple.el (what-cursor-position):
13216         Replace uses of default-buffer-file-coding-system
13217         with (default-value 'buffer-file-coding-system).
13219         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
13220         Replace uses of default-cursor-in-non-selected-windows
13221         with (default-value 'cursor-in-non-selected-windows).
13222         Use with-current-buffer.
13224         * mail/feedmail.el: Use CL macros.
13225         (feedmail-run-the-queue, feedmail-send-it-immediately):
13226         * dos-w32.el (find-buffer-file-type): Replace uses of
13227         default-buffer-file-type with (default-value 'buffer-file-type).
13229 2009-08-28  Glenn Morris  <rgm@gnu.org>
13231         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
13232         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
13233         Use default-value of major-mode rather than default-major-mode.
13235 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13237         * Makefile.in (update-elcfiles): Report left over elc files.
13239         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
13240         expand-file-name and with-current-buffer.
13241         (mail-get-names, mail-directory): Use with-current-buffer.
13243         * vc.el (vc-read-revision): New function.
13244         (vc-version-diff, vc-merge): Use it.
13246 2009-08-27  Sam Steingold  <sds@gnu.org>
13248         * simple.el (kill-do-not-save-duplicates): New user option.
13249         (kill-new): When it is non-nil, and the new string is the same as
13250         the latest kill, set replace to t to avoid duplicates in kill-ring.
13252 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
13254         * net/tramp.el (tramp-handle-process-file): Do not flush all
13255         caches when `process-file-side-effects' is set.
13256         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
13257         instead of `tramp-find-file-exists-command'.
13258         Unset `process-file-side-effects'.
13260 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
13262         * net/tramp.el (tramp-methods): New method "rsyncc".
13263         (top): Add completion function for "rsyncc".
13264         (tramp-message-show-message): New defvar.
13265         (tramp-message, tramp-error): Use it.
13266         (tramp-do-copy-or-rename-file-directly): Extend check for direct
13267         remote copying.
13268         (tramp-do-copy-or-rename-file-out-of-band): Handle new
13269         `tramp-methods' entry `copy-env' of "rsyncc".
13270         (tramp-vc-registered-read-file-names): New defconst.
13271         (tramp-vc-registered-file-names): New defvar.
13272         (tramp-handle-vc-registered): Implement optimization strategy.
13273         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
13274         (tramp-vc-file-name-handler): New defun.
13275         (tramp-get-ls-command, tramp-get-test-command)
13276         (tramp-get-file-exists-command, tramp-get-remote-ln)
13277         (tramp-get-remote-perl, tramp-get-remote-stat)
13278         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
13280         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
13281         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
13282         timestamps.
13283         (tramp-get-file-property): Check for timestamps in
13284         `tramp-cache-inhibit-cache'.
13285         (tramp-set-file-property): Write timestamp.
13287 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13289         * language/japan-util.el (japanese-symbol-table): Add entries for
13290         cp932-2-byte.
13292         * international/characters.el: Add category `j' to cp932-2-byte.
13294 2009-08-27  Kenichi Handa  <handa@m17n.org>
13296         * international/fontset.el (build-default-fontset-data): New macro.
13297         (setup-default-fontset): Use build-default-fontset-data for CJK,
13298         tibetan, ethiopic, and ipa.
13300 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13302         * cus-start.el (default-major-mode): Customize `major-mode' instead.
13303         (enable-multibyte-characters): Not customizable any more.
13305         * subr.el (default-mode-line-format, default-header-line-format)
13306         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
13307         (default-direction-reversed, default-truncate-lines)
13308         (default-left-margin, default-tab-width, default-case-fold-search)
13309         (default-left-margin-width, default-right-margin-width)
13310         (default-left-fringe-width, default-right-fringe-width)
13311         (default-fringes-outside-margins, default-scroll-bar-width)
13312         (default-vertical-scroll-bar, default-indicate-empty-lines)
13313         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
13314         (default-fringe-cursor-alist, default-scroll-up-aggressively)
13315         (default-scroll-down-aggressively, default-fill-column)
13316         (default-cursor-type, default-buffer-file-type)
13317         (default-cursor-in-non-selected-windows)
13318         (default-buffer-file-coding-system, default-major-mode)
13319         (default-enable-multibyte-characters): Mark as obsolete.
13321 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
13323         * vc-dir.el (vc-dir-update): Remove debug helper.
13325         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
13327 2009-08-26  Sam Steingold  <sds@gnu.org>
13329         * simple.el (save-interprogram-paste-before-kill): New user option.
13330         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
13331         save the interprogram-paste into kill-ring before overriding it
13332         with the Emacs kill.
13334 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
13336         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
13337         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
13338         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
13339         and move to vc-rcs.el.
13340         (vc-default-next-revision): Rename to vc-rcs-next-revision and
13341         move to vc-rcs.el.
13342         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
13343         (vc-rcs-update-changelog): Remove.
13344         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
13345         and move to vc-rcs.el.
13347         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
13348         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
13349         renaming.
13350         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
13351         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
13352         vc.el, renamed to be RCS specific.
13354         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
13355         New functions.
13356         (vc-cvs-update-changelog): Move here from vc.el.
13358         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
13359         New functions.
13361 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13363         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
13365 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
13367         * vc-git.el (vc-git-register): Use "git add" for directories.
13368         (vc-git-stash, vc-git-stash-show): New functions.
13369         (vc-git-extra-menu-map): Bind them.
13371         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
13372         directory correctly in case the item is a directory itself.
13374         * vc.el: Document the desired behavior for reverted files in the
13375         `added' state.
13376         (vc-default-prettify-state-info): Remove function, unused.
13378         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
13380 2009-08-26  Glenn Morris  <rgm@gnu.org>
13382         * bindings.el (standard-mode-line-format): Reposition dashes in
13383         which-func entry.  (Bug#4217)
13385         * files.el (enable-local-variables, enable-local-eval)
13386         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13387         the defcustoms.
13388         (auto-mode-alist, ignored-local-variables)
13389         (save-some-buffers-action-alist): Move risky declarations to the
13390         definitions.
13391         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13392         (font-lock-defaults, format-alist, imenu--index-alist)
13393         (imenu-generic-expression, input-method-alist, minor-mode-alist)
13394         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13395         (mode-line-modified, mode-line-mule-info, mode-line-position)
13396         (mode-line-process, mode-line-remote, outline-level)
13397         (parse-time-rules, rmail-output-file-alist)
13398         (special-display-buffer-names, vc-mode):
13399         Move risky declarations to the relevant files.
13400         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13401         (mode-line-modified, mode-line-process, mode-line-position)
13402         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13403         * font-core.el (font-lock-defaults):
13404         * format.el (format-alist):
13405         * vc-hooks.el (vc-mode):
13406         * window.el (special-display-buffer-names):
13407         * international/mule-cmds.el (input-method-alist):
13408         Define riskiness here (dumped file) rather than in files.el.
13409         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13410         * imenu.el (imenu-generic-expression, imenu--index-alist):
13411         * outline.el (outline-level):
13412         * time.el (display-time-string):
13413         * calendar/parse-time.el (parse-time-rules):
13414         * mail/rmailout.el (rmail-output-file-alist):
13415         Autoload riskiness here, rather than placing in files.el.
13417 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
13419         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13421 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
13423         * simple.el (process-file-side-effects): New defvar.
13425         * dired-aux.el (dired-show-file-type):
13426         * vc.el (vc-diff-internal):
13427         * vc-arch.el (vc-arch-diff):
13428         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13429         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13430         * vc-git.el (vc-git-registered, vc-git-working-revision)
13431         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13432         (vc-git--empty-db-p):
13433         * vc-hooks.el (vc-user-login-name):
13434         * vc-svn.el (vc-svn-registered, vc-svn-state)
13435         (vc-svn-dir-extra-headers, vc-svn-find-revision):
13436         * progmodes/grep.el (grep-probe): Let-bind
13437         `process-file-side-effects' with nil.
13439         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13441         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13442         daemon.  Replace ping by checking for running service for bluez
13443         and zeroconf.  (Bug#4239)
13445 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13447         * net/dig.el (dig): Add autoload cookie.
13449 2009-08-25  Glenn Morris  <rgm@gnu.org>
13451         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13452         load-history for absolute file-names.
13453         (byte-compile-file-form-require): Warn about use of the cl package.
13455         * format.el (format-alist): Doc fix.
13457         * play/bubbles.el (top-level): Don't require cl at run-time.
13459         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13460         run-time cl).
13462 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
13464         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13465         from cl package.
13466         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13468 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
13470         * calc/calc-alg.el (math-trig-rewrite)
13471         (math-hyperbolic-trig-rewrite): New functions.
13472         (calc-simplify): Simplify trig functions when asked.
13474 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13476         * diff-mode.el (diff-find-source-location): Avoid goto-line.
13478 2009-08-24  Kenichi Handa  <handa@m17n.org>
13480         * language/ind-util.el (mapthread): Delete it.
13481         (combinatorial): New function.
13482         (indian--puthash-cv): Use combinatorial instead of mapthread.
13484 2009-08-22  Kevin Ryde  <user42@zip.com.au>
13486         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13487         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13488         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13489         Clarify docstring that the value is strings not symbols.
13490         (checkdoc-list-of-strings-p): New function.
13492 2009-08-22  Glenn Morris  <rgm@gnu.org>
13494         * files.el (auto-mode-alist):
13495         * hippie-exp.el (he-concat-directory-file-name):
13496         * lpr.el (lpr-windows-system, printer-name):
13497         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13498         * ps-print.el (ps-windows-system):
13499         * startup.el (command-line):
13500         * emulation/viper-ex.el (viper-glob-function):
13501         * international/mule-cmds.el (set-language-environment-coding-systems):
13502         * net/ange-ftp.el (ange-ftp-write-region):
13503         * obsolete/fast-lock.el (fast-lock-cache-name):
13504         Remove code for defunct system-types emx, macos, mswindows, next-mach,
13505         unisoft-unix, vax-vms, win32, w32.
13507         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13508         given name if the pattern is not more specific.
13510         * calendar/lunar.el (lunar-phase-names): New option.
13511         (lunar-phase): Doc fix.
13512         (lunar-cycles-per-year): New constant.
13513         (lunar-index): New function.
13514         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13515         (lunar-phase-name): Use lunar-phase-names.
13516         (calendar-lunar-phases): Use format.
13517         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13519         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13520         Copy imenu-example--name-and-position function here for own use.
13521         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13523         * bs.el (bs--redisplay):
13524         * cus-edit.el (custom-redraw):
13525         * ibuffer.el (ibuffer-bury-buffer):
13526         * server.el (server-goto-line-column):
13527         * startup.el (command-line-1):
13528         * strokes.el (strokes-xpm-for-stroke):
13529         * term.el (term-display-buffer-line):
13530         * view.el (View-goto-line):
13531         * calc/calc.el (calc-do, calc-trail-buffer):
13532         * play/gamegrid.el (gamegrid-add-score-insecure):
13533         * progmodes/ada-mode.el (ada-compile-goto-error):
13534         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13535         (ebrowse-select-1st-to-9nth):
13536         * progmodes/cperl-mode.el (cperl-time-fontification):
13537         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13538         * progmodes/gud.el (gud-display-line):
13539         (idlwave-shell-display-line):
13540         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13541         * progmodes/make-mode.el (makefile-browser-toggle):
13542         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13543         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13544         * textmodes/picture.el (picture-draw-rectangle):
13545         * textmodes/reftex-index.el (reftex-index-goto-letter):
13546         (reftex-select-jump-to-previous):
13547         * textmodes/reftex-sel.el (reftex-find-start-point)
13548         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13549         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13550         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13551         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13552         * textmodes/two-column.el (2C-associated-buffer):
13553         Use forward-line rather than goto-line.
13555         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13556         goto-line.
13558         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13559         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13560         (quick-check-list-to-regexp): Declare.
13562         * progmodes/make-mode.el (makefile-browser-insert-selection):
13563         Use goto-char rather than goto-line.
13565         * progmodes/prolog.el (compilation-error-regexp-alist)
13566         (compilation-forget-errors): Declare.
13568 2009-08-22  Juri Linkov  <juri@jurta.org>
13570         * progmodes/grep.el (lgrep, rgrep): At the beginning
13571         set `dir' to `default-directory' unless `dir' is a non-nil
13572         readable directory.  (Bug#4052)
13573         (lgrep, rgrep): Change a weird way to report an error
13574         from using `read-string' to using `error'.
13575         Instead of using interactive arguments in the function body,
13576         add new argument `confirm'.
13578 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13580         * textmodes/remember.el (remember-buffer):
13581         * progmodes/cperl-mode.el (cperl-vc-header-alist):
13582         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13583         (icalendar-extract-ical-from-buffer):
13584         * net/newst-treeview.el (newsticker-groups-filename):
13585         * net/newst-backend.el (newsticker-cache-filename):
13586         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13587         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13588         (speedbar-add-ignored-path-regexp, speedbar-line-path)
13589         (speedbar-buffers-line-path, speedbar-path-line)
13590         (speedbar-buffers-line-path):
13591         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13592         (epg-sign-keys):
13593         * epa.el (epa-display-verify-result):
13594         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13596 2009-08-21  Glenn Morris  <rgm@gnu.org>
13598         * progmodes/js.el (inferior-moz-process): Fix declaration.
13600         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13602         * obsolete/rnewspost.el (news-mail-reply):
13603         Use goto-char rather than goto-line.
13605         * term/ns-win.el (ns-open-file-select-line):
13606         Use line-beginning-position rather than goto-line.
13608         * apropos.el (apropos-command):
13609         * ehelp.el (electric-helpify):
13610         * printing.el (pr-show-setup):
13611         * strokes.el (strokes-help):
13612         * tutorial.el (tutorial--describe-nonstandard-key)
13613         (tutorial--detailed-help):
13614         * woman.el (woman-mini-help, woman-display-extended-fonts):
13615         * calc/calc-help.el (calc-describe-key):
13616         * emulation/edt.el (edt-electric-helpify):
13617         * international/mule-diag.el (mule-diag):
13618         * play/yow.el (apropos-zippy):
13619         * progmodes/python.el (python-describe-symbol):
13620         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13621         * textmodes/table.el (*table--cell-describe-mode)
13622         (*table--cell-describe-bindings):
13623         Use help-print-return-message rather than the now obsolete alias.
13625         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
13626         (calendar-cursor-to-visible-date):
13627         * play/5x5.el (5x5-position-cursor):
13628         * play/decipher.el (decipher):
13629         * play/gomoku.el (gomoku-goto-xy):
13630         * play/landmark.el (lm-goto-xy):
13631         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13632         (mpuz-paint-digit):
13633         Use forward-line, not goto-line.
13635         * mail/rmail.el (rmail-obsolete): Delete custom group.
13636         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13637         (rmail-remote-password, rmail-remote-password-required):
13638         Remove unneeded :set-after and :set properties.
13640 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
13642         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13644 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
13646         * loadup.el: Remove leftover macos code.
13648         * vc-git.el (vc-git-annotate-command): Run asynchronously.
13649         Explicitly pass the date format to git blame so that user local
13650         so that the output format can be parsed.
13652 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
13654         * net/dbus.el (top): Don't check for (getenv
13655         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
13657 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
13659         * log-edit.el (log-edit-strip-single-file-name): New var.
13660         (log-edit-insert-changelog): Use it.  Bug#3571
13662 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13664         * subr.el (read-passwd): Use read-key so keypad keys work as well.
13665         Bug#3287
13667         * help.el (help-print-return-message): Rename from
13668         print-help-return-message.
13670         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13671         cvs-mode-map parent hack.
13672         (log-view-mode): Derive from special-mode.
13674         * linum.el (linum-mode): window-size-change-functions is redundant.
13675         Adapt to new window-configuration-change-hook behavior.
13676         (linum-after-size, linum-after-config): Remove.
13678         * imenu.el (imenu-example--name-and-position)
13679         (imenu-example--lisp-extract-index-name)
13680         (imenu-example--create-lisp-index, imenu-example--create-c-index):
13681         Mark as obsolete.
13683         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13684         (inferior-prolog-mode): Use it.
13685         (inferior-prolog-load-file): Reset list of errors.
13687 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13689         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13691         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13693 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
13695         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13696         is running already.
13698 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13700         * subr.el (listify-key-sequence-1): Use normal syntax since those
13701         integers are nowadays always represented by the same (positive) number
13702         on all platforms.
13703         (read-key-empty-map): New const.
13704         (read-key-delay): New var.
13705         (read-key): New function.
13706         (force-mode-line-update): Use with-current-buffer.
13707         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13708         (start-process-shell-command, start-file-process-shell-command):
13709         Discourage the use of command-args.
13711 2009-08-19  Glenn Morris  <rgm@gnu.org>
13713         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13715 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13717         * simple.el (choose-completion-string): Don't rely on
13718         minibuffer-completing-file-name and ad-hoc checks to decide whether
13719         to continue completion or not.
13721         * minibuffer.el (minibuffer-hide-completions): New function.
13722         (completion--do-completion): Use it.
13723         (completions-annotations): New face.
13724         (completion--insert-strings): Use it.
13725         (completion-pcm--delim-wild-regex): Add docstring.
13726         (completion-pcm--string->pattern): Add support for 0-width delimiters
13727         in completion-pcm--delim-wild-regex.
13729 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13731         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13732         Remove unused var `buffer-modified-p'.
13734         * minibuffer.el (completion--do-completion): Move point for the #b001
13735         case as well (bug#4176).
13736         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13738 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13740         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13741         and :session buses.
13743 2009-08-18  Kenichi Handa  <handa@m17n.org>
13745         * international/ucs-normalize.el (ucs-normalize-version):
13746         Change to 1.1.
13747         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13748         (utf-8-hfs): Make it perform normalization on encoding too.
13750         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13751         (sentence-end-without-space): Delete duplicated chars.
13752         (sentence-end-base): Likewise.
13754         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13755         (html-mode): Delete duplicated chars from sentence-end-base.
13757         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13758         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13760 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13762         * files.el (hack-one-local-variable): If the mode function is for
13763         a minor mode, pass it an argument (Bug#4148).
13765 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13767         * net/tramp.el (tramp-register-completion-file-name-handler):
13768         Check also for (member 'partial-completion completion-styles).
13770 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13772         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13773         abbrev (Bug#3943).
13775 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13777         * progmodes/cperl-mode.el: Merge upstream 6.2.
13778         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13779         (cperl-forward-re): Check cperl-brace-recursing.
13780         (cperl-highlight-charclass): New function.
13781         (cperl-find-pods-heres): Use it.
13782         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13783         (cperl-beautify-regexp-piece): Fix column calculation.
13784         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13785         (cperl-beautify-level): Don't process entire regexp.
13786         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13787         calling man.
13788         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13789         (cperl-init-faces): Build a list in the normal way.
13791 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13793         * calendar/parse-time.el (parse-time-string-chars): Save match
13794         data.
13796 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13798         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13799         (sql-product): Use it.
13800         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13801         (sql-set-product): Add completion.
13802         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13803         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13804         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13805         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13806         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13807         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13808         (sql-highlight-db2-keywords): Remove.
13809         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13810         (sql-highlight-product): Use derived-mode-p.
13811         (sql-set-sqli-buffer): Use with-current-buffer.
13812         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13813         Simplify.
13815         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13817         * term.el: Fix commenting convention, turn comments into docstrings.
13819 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13821         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13823 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13825         * calendar/parse-time.el (parse-time-string-chars): Compute using
13826         character classes, to handle non-ascii characters (Bug#3190).
13828 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13830         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13831         another heredoc if the user adds another < (Bug#3226).
13833         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13834         Don't initialize based on window-system (Bug#4124).
13836         * facemenu.el (facemenu-read-color): Use a completion function
13837         that accepts any defined color, such as RGB triplets (Bug#3677).
13839         * files.el (get-free-disk-space): Change fallback default
13840         directory to /.  Expand DIR argument before switching to fallback.
13841         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13843 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13845         * files.el (load-library): Doc fix.
13847 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13849         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13850         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13851         incremental search string.
13853         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13854         XEmacs.
13856         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13857         (ediff-merge-region-is-non-clash)
13858         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13859         Also check if the job is really a merge job.
13861         * ediff.el (ediff-current-file): New function.
13863 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13865         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13866         conventions.
13867         (js-insert-and-indent): Delete function.
13868         (js-mode-map): Don't bind keys to js-insert-and-indent.
13869         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13870         (js-end-of-defun): Rename from js--end-of-defun.
13871         (js-auto-indent-flag): Delete variable.
13873 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13875         * progmodes/js.el: Remove proclaim statement.
13876         Defvar which-func-imenu-joiner-function to silence compiler.
13878         * files.el (auto-mode-alist): Use js-mode for .js files.
13880         * progmodes/js2-mode.el: Remove file.
13882         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13884         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13886         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13888 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13889             Karl Landstrom  <karl.landstrom@brgeight.se>
13891         * progmodes/js.el: New file.
13893 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13895         * timezone.el (timezone-parse-date): Add ability to understand ISO
13896         basic format (minimal separators) dates in addition to the
13897         already-supported extended format dates.
13899 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13901         * international/ucs-normalize.el: Add a `coding' file variable.
13903         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13905 2009-08-14  Sam Steingold  <sds@gnu.org>
13907         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13909 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13911         * faces.el (help-argument-name): Define it here instead of
13912         help-fns.el, because in daemon mode help-fns.el may be loaded when
13913         faces are still uninitialized (Bug#1078).
13915         * help-fns.el (help-argument-name): Move defface to faces.el.
13917 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13919         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13920         create buffer with a pty but no process so that GDB can make the
13921         inferior the controlling process.
13923 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13925         * international/ucs-normalize.el: New file.
13927 2009-08-13  Richard Stallman  <rms@gnu.org>
13929         * mail/rmail.el (rmail-get-attr-names):
13930         Accept an attribute header that is too short.
13932         * mail/rmail.el (rmail-forget-messages):
13933         Ignore nil elt in rmail-message-vector.  Use dotimes.
13935         * progmodes/compile.el (compilation-goto-locus):
13936         Use next-error-move-function.
13938         * simple.el (next-error-move-function): New variable.
13940 2009-08-12  Juri Linkov  <juri@jurta.org>
13942         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13943         always non-nil.  (Bug#4052)
13945         * replace.el (read-regexp): Return empty string when
13946         `default-value' is nil.
13947         (keep-lines-read-args): Don't use empty string as the
13948         default value for `read-regexp'.  (Bug#2495)
13950 2009-08-12  Juri Linkov  <juri@jurta.org>
13952         * international/mule-cmds.el (ucs-insert): Change arguments
13953         from `arg' to `character', `count', `inherit' to be the same
13954         as in `insert-char'.  Doc fix.  (Bug#4039)
13956         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13958 2009-08-12  Juri Linkov  <juri@jurta.org>
13960         * files-x.el: New file.
13962         * files.el: Move code that deals with adding/deleting
13963         file/directory-local variables to files-x.el.
13965         * Makefile.in (ELCFILES): Add files-x.elc.
13967 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13969         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13970         to use `goto-line'.
13971         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13972         `goto-line'.
13973         (gdb-invalidate-disassembly): Do not refresh upon receiving
13974         'update signal.  Instead, update all disassembly buffers only after
13975         threads list.
13976         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13977         (gdb-starting): Moved -data-list-register-names...
13978         (gdb-stopped): ...here so it's sent when first thread stops.
13979         (gdb-registers-handler-custom): Do nothing if register names are
13980         unknown yet.
13982         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13983         from `gdb-mi.el' to avoid extra tangling.
13985         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13986         change which breaks `gud-def' definitions used in `gdb'.
13987         (gdb-update-gud-running): No extra fuss for updating frame number.
13989 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13991         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13992         (describe-language-environment-map, setup-language-environment-map)
13993         (set-coding-system-map): Move initialization into declaration.
13994         (set-language-info-alist): Last arg to define-key-after can be skipped.
13996         * international/quail.el (quail-completion-1): Simplify.
13997         (quail-define-rules): Use slightly more compact code.
13998         (quail-insert-decode-map): Propertize keys, compact columns.
14000         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14001         Add goto-line.
14003 2009-08-10  Miles Bader  <miles@gnu.org>
14005         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
14006         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
14007         (js2-instance-member, js2-private-member, js2-private-function-call)
14008         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
14009         (js2-magic-paren, js2-external-variable):
14010         Remove "-face" suffix from face names.
14011         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
14012         (js2-highlight-undeclared-vars, js2-peek-token)
14013         (js2-parse-function-params, js2-mode-show-errors)
14014         (js2-mode-show-warnings, js2-make-magic-delimiter)
14015         (js2-mode-highlight-magic-parens): Update to use new face names.
14017 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
14019         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
14020         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
14022 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
14024         * subr.el: Provide hashtable-print-readable.
14026         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
14027         hs-c-like-adjust-block-beginning.
14028         (hs-hide-block-at-point): Stop hiding at the beginning of
14029         hs-block-end-regexp (Bug#700).
14031 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
14033         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
14034         a macro.
14035         (gdb-registers-handler-custom): Do not fail when register names
14036         are unavailable.
14038 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
14040         * progmodes/gdb-mi.el (gdb-control-all-threads)
14041         (gdb-control-current-thread): Interactive setters for
14042         `gdb-gud-control-all-threads' to use in menu.
14043         (gdb-show-run-p): Show «Go» when process is not active.
14044         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
14045         gud/thread.xpm and gud/all.xpm.
14047 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
14049         * net/net-utils.el (net-utils-font-lock-keywords): New var.
14050         (nslookup-font-lock-keywords): Make it a variable.
14051         (net-utils-mode): New mode for viewing diagnostic network output.
14052         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
14053         (net-utils-run-simple): New function.
14054         (ifconfig, iwconfig, netstat, arp, route): Use it.
14056 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
14058         * progmodes/gdb-mi.el (gdb-read-memory-custom)
14059         (gdb-memory-set-address, def-gdb-set-positive-number)
14060         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
14061         after changing settings.
14062         (gdb-invalidate-disassembly): Update when first shown.
14063         (gdb-edit-locals-value): Fixed.
14064         (gdb-registers-handler-custom): Print registers in right order and
14065         allow changing register values (only for current thread yet).
14066         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
14067         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
14068         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
14069         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
14070         info in mode name.
14071         (gdb-registers-mode-map): TAB to switch to locals.
14073 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
14075         * mail/rmail.el (rmail-add-mbox-headers)
14076         (rmail-set-message-counters-counter): Search for
14077         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
14079 2009-08-08  Glenn Morris  <rgm@gnu.org>
14081         * Makefile.in (ELCFILES): Update.
14083 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
14085         * mail/sendmail.el (mail-yank-original): Set
14086         buffer-file-coding-system from the one used by the message whose
14087         text is yanked.
14089         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
14090         to "windows" when "pgnuplot" is used.
14091         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
14092         call accept-process-output if "pgnuplot" is used.
14093         (calc-graph-init): Don't send -display and -geometry to
14094         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
14095         running "pgnuplot -V" with shell-command-to-string.
14097         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
14098         the default.
14100 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
14102         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
14103         org/org-latex.elc.
14105 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
14107         * vc-dispatcher.el (vc-resynch-window): Update comment.
14109         * term.el (term-handle-ansi-escape): Add comments with the
14110         terminfo capabilities implemented.
14112 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
14114         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
14115         (gdb-var-create-handler): Rewritten using JSON parser.
14116         (gdb-propertize-header): Moved earlier.
14117         (gdb-set-header): Removed to avoid duplication.
14118         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
14119         Refresh disassembly buffers only after threads list have been
14120         update.
14121         (gdb-threads-header, gdb-registers-header): Per-buffer header line
14122         variables.
14124 2009-08-04  Juri Linkov  <juri@jurta.org>
14126         * files.el: Commands to add/delete file/directory-local variables.
14127         (read-file-local-variable, read-file-local-variable-value)
14128         (read-file-local-variable-mode, modify-file-local-variable)
14129         (modify-file-local-variable-prop-line)
14130         (modify-dir-local-variable): New functions.
14131         (add-file-local-variable, delete-file-local-variable)
14132         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
14133         (add-dir-local-variable, delete-dir-local-variable)
14134         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
14135         (copy-dir-locals-to-file-locals-prop-line): New commands.
14137 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
14139         * abbrev.el (insert-abbrev-table-description): Prettify output.
14140         Suggested by Karl Chen.
14142 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
14144         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
14145         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
14146         (gdb-overlay-arrow-position, gdb-thread-position)
14147         (gdb-disassembly-position): Declare variables.
14148         (gdb-wait-for-pending): Function now.
14149         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
14150         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
14151         compilation goes smoothly.
14152         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
14153         (gdb-non-stop-setting): New customization setting which replaces
14154         `gdb-non-stop' so changing it doesn't break active GDB session.
14155         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
14156         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
14157         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
14158         (gdb-show-threads-by-default): New customization options.
14159         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
14160         routines.
14161         (gdb-get-buffer-create): Send buffers update signal when they are
14162         created.
14163         (gdb-invalidate-locals, gdb-invalidate-registers)
14164         (gdb-invalidate-breakpoints)
14165         (gdb-invalidate-threads, gdb-invalidate-disassembly)
14166         (gdb-invalidate-memory): Accept update signal.
14167         (gdb-current-context-command): Use --frame option.
14168         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
14169         Implement `gdb-frame-number' selection logic.
14170         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
14171         whether to show GUD toolbar buttons.
14172         (gdb-thread-exited): Unselect current thread when it exits.
14173         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
14174         (gdb-mark-line): Routine which sets overlay arrow or inverses
14175         video on fringeless displays.
14176         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
14177         to build aligned columns of data in GDB buffers and set text
14178         properties line-by-line.
14179         (gdb-invalidate-breakpoints)
14180         (gdb-breakpoints-list-handler-custom)
14181         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
14182         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
14183         (gdb-registers-handler-custom): Align data columns.
14184         (gdb-locals-handler-custom): Now prints data like in variable
14185         declarations.
14186         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
14187         Removed confusing buttons.
14188         (gdb-invalidate-threads): Append --frame.
14189         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
14190         between breakpoints/threads buffers.
14191         (gdb-set-window-buffer): Now can ignore dedicated windows.
14192         (gdb-propertize-header): Use `gdb-set-window-buffer'.
14193         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
14194         (def-gdb-thread-buffer-gud-command): Replaces
14195         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
14196         for fine thread control.
14197         (gdb-preempt-existing-or-display-buffer): New function used to
14198         display bound buffers without breaking window layout.
14199         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
14200         (gdb-select-frame): New version of `gdb-frames-select' which now
14201         sets `gdb-frame-number' so commands may use --frame option instead
14202         of inner debugger state.
14203         (gdb-frame-handler): Do not set `gdb-frame-number'.
14204         (gdb-threads-mode-map): Select threads with mouse.
14206         * progmodes/gud.el (gdb-gud-context-call): Declare function to
14207         avoid compilation warning.
14208         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
14209         `gdb-show-stop-p`.
14211         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
14212         Argument `key' renamed to `buffer-type'.
14213         (gdb-current-context-buffer-name): Do not add thread info to
14214         buffer name when no thread is selected.
14215         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
14216         command (bug 3794).
14217         (gdb-thread-selected): Handle `=thread-selected' notification.
14218         (gdb-wait-for-pending): New macro to deal with congestion problems.
14219         (gdb-breakpoints-list-handler-custom): Don't fail on pending
14220         breakpoints.
14221         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
14222         This fixes problem similar to one described in bug 3947.
14223         (gud-menu-map): More menu items.
14224         (gdb-init-1): Reset `gdb-thread-number' to nil.
14226         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
14227         non-stop settings.
14229         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
14230         (gdb-current-context-command): Do not append --thread if
14231         `gdb-thread-number' is nil.
14232         (gdb-running-threads-count, gdb-stopped-threads-count): New
14233         variables.
14234         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
14235         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
14236         customization options.
14237         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
14238         GUD commands.
14239         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
14240         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
14241         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
14242         set `gdb-thread-number' and update `gud-running' properly.
14243         (gdb-running): Update threads list when new threads appear.
14244         (gdb-stopped): Support non-stop operation and new thread switching
14245         logic.
14246         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
14247         (gdb-json-partial-output): New set of JSON routines.
14248         (def-gdb-auto-update-trigger): New `signal-list' optional
14249         argument.
14250         (gdb-thread-list-handler-custom): Update `gud-running',
14251         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
14252         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
14253         (gdb-continue-thread, gdb-step-thread): New commands for fine
14254         thread execution control.
14255         (gud-menu-map): New menu items to switch non-stop options.
14256         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
14257         (gdb-send): Mimic RET properly (bug 3794).
14259         * progmodes/gdb-mi.el (gdb-rules-name-maker)
14260         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
14261         gdb-buffer-rules.
14262         (def-gdb-auto-update-handler): New nopreserve optional argument.
14263         (gdb-stack-list-frames-custom): Print stack from top to bottom.
14265         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
14266         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
14267         (gdb-parent-mode): New mode to derive other GDB modes from.
14268         (gdb-display-disassembly-for-thread)
14269         (gdb-frame-disassembly-for-thread): New commands for threads
14270         buffer.
14272         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
14273         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
14274         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
14275         (gdb-update): We now store all GDB buffers in a list so that they
14276         can be updated by traversing a list instead of calling invalidate
14277         triggers explicitly.
14278         (def-gdb-trigger-and-handler): New macro to define trigger-handler
14279         pair for GDB buffer.
14280         (gdb-stack-buffer-name): Add thread information.
14281         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
14282         handle pending triggers.
14283         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
14284         (def-gdb-thread-buffer-simple-command)
14285         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
14286         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
14287         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
14288         New commands which show buffers bound to thread.
14289         (gdb-stack-list-locals-regexp): Removed unused regexp.
14291         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
14292         (gdb-locals-buffer-name, gdb-registers-buffer-name)
14293         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
14294         to (gud-comint-buffer) in *-buffer-name functions
14295         because (gdb-get-target-string) already does that.
14296         (gdb-locals-handler-custom, gdb-registers-handler-custom)
14297         (gdb-changed-registers-handler): Rewritten without regexps.
14299         * progmodes/gdb-mi.el: Basic thread selection support.
14300         (gdb-thread-number): New variable.
14301         (gdb-current-context-command): New macro which adds --thread
14302         option to command.
14303         (gdb-threads-mode-map): Select thread with SPC.
14304         (gdb-thread-list-handler-custom): Mark current thread with overlay
14305         arrow.  Synchronize GDB thread and Emacs thread.
14306         (gdb-select-thread): New command which selects current thread.
14307         (gdb-invalidate-frames, gdb-invalidate-locals)
14308         (gdb-invalidate-registers): Use --thread option.
14310 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
14312         * net/tramp.el (top): Make check for tramp-gvfs loading more
14313         robust.  (Bug#3977)
14314         (tramp-handle-insert-file-contents): `unwind-protect' must be
14315         inside `with-parsed-tramp-file-name'.
14317         * net/tramp-gvfs.el (top): Remove superfluous message when loading
14318         fails.
14320 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
14322         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
14323         directory if CLASSPATH is not set.
14325 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
14327         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
14328         New defconst.
14329         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
14331 2009-08-02  Kevin Ryde  <user42@zip.com.au>
14333         * net/newst-backend.el (newsticker--raw-url-list-defaults):
14334         Update freshmeat link.  Delete newsforge.com as it seems gone.
14336 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
14338         * select.el (x-set-selection): Doc fix (Bug#4021).
14340         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
14342         * help-fns.el (describe-variable): Treat list return values from
14343         dir-locals-find-file properly (Bug#4005).
14345 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
14347         * net/tramp.el (tramp-debug-message): Print also microseconds.
14349 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
14351         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
14352         or END is non-nil.
14353         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
14354         (tramp-get-debug-buffer): Change `outline-regexp' according to new
14355         format.
14357         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
14358         (tramp-get-file-property): Use it.
14360         * autorevert.el (auto-revert-handler): Allow
14361         `auto-revert-tail-mode' for remote files.
14363 2009-08-02  Jason Rumney  <jasonr@gnu.org>
14365         * minibuffer.el (read-file-name): Treat confirm options to
14366         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
14368 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
14370         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
14371         (font-lock-variable-name-face, font-lock-constant-face): Darken
14372         the colors for light backgrounds.
14374 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
14376         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
14377         month names.  (Bug#3987)
14379 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
14381         * simple.el (line-move-finish): Pass whole number to
14382         line-move-to-column.
14383         (line-move-visual): Perform hscroll to the recorded position.
14385 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
14387         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14389 2009-07-29  Alan Mackenzie  <acm@muc.de>
14391         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14393 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
14395         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14396         (gdb-place-breakpoints): Use full path when setting breakpoints.
14398 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
14400         * calc/calc.el (calc-mode-map): Add keybinding for
14401         `calc-transpose-lines'.
14403 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
14405         * calc/calc-misc.el (calc-transpose-lines): New function.
14407 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
14409         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14410         Simplify check for out-of-band methods.
14411         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14412         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
14414 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
14416         * vc-git.el (vc-git-checkin): Fix typo.
14418 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
14420         * progmodes/js2-mode.el: New file.
14422 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
14424         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14425         (gud-menu-map): Adjust tooltip accordingly.
14427 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
14429         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14430         (vc-bzr-log-view-mode): Adjust log-view-file-re.
14432         * add-log.el (change-log-mode-map): Add a menu.
14434 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
14436         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14437         function returns nil.
14438         (dbus-handle-event): Handle special return value :ignore.
14439         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14441 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
14443         * view.el (view-mode-enable): Don't define Helper-return-blurb if
14444         it's not needed.
14446 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
14448         Fix Bug#3888:
14450         * w32-vars.el (x-select-enable-clipboard): Doc fix.
14452         * term/pc-win.el (x-display-name, x-colors)
14453         (x-select-enable-clipboard, x-select-text): Doc fix.
14455         * term/common-win.el (x-display-name, x-colors): Doc fix.
14457         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14458         (xw-defined-colors): Doc fix.
14460         * w32-fns.el (x-select-text, x-setup-function-keys)
14461         (x-get-selection, x-set-selection): Doc fix.
14463         * term/x-win.el (x-select-text, x-setup-function-keys)
14464         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14466         * select.el (x-set-selection): Doc fix.
14468 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
14470         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14471         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
14472         "IsNSSSupportAvailable" method is not available.  Reported by
14473         Steve Youngs <steve@sxemacs.org>.
14475 2009-07-24  Kenichi Handa  <handa@m17n.org>
14477         * international/characters.el: Fix setting of category ?C, ?|, ?K,
14478         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
14479         (build-unicode-category-table): Fix range checks.
14481 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
14483         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14484         the buffer we try to sync is current when calling
14485         vc-resynch-buffer.
14487         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14488         not show up to date files.
14490 2009-07-24  Glenn Morris  <rgm@gnu.org>
14492         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14493         Add autoload cookies.  If necessary, initialize.
14494         (elint-log): Handle non-file buffers.
14495         (elint-initialize): Add optional argument to reinitialize.
14496         (elint-find-builtin-variables): Save excursion.
14498 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
14500         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14501         for Lint.
14503 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14505         * vc.el (vc-print-log-internal): New function, split out from ...
14506         (vc-print-log): ... here.
14507         (vc-dir-move-to-goal-column): Declare.
14509         * vc-git.el (vc-git-add-signoff): New variable.
14510         (vc-git-checkin): Use it.
14511         (vc-git-toggle-signoff): New function.
14512         (vc-git-extra-menu-map): Bind it to menu.
14513         (vc-git--run-command-string): Accept a nil FILE argument.
14514         (vc-git-stash-list): New function.
14515         (vc-git-dir-extra-headers): Use it.
14517 2009-07-23  Glenn Morris  <rgm@gnu.org>
14519         * help-fns.el (describe-variable): Describe ignored and risky local
14520         variables in a similar way to that in which we describe safe ones.
14522         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14523         (byte-compile-output-file-form, byte-compile-output-docform)
14524         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14525         Give some more local variables with common names a "bytecomp-" prefix,
14526         so as not to shadow things during compilation.
14527         * emacs-lisp/cl-macs.el (load-time-value)
14528         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14529         `outbuffer' to `bytecomp-outbuffer'.
14531         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14532         since the next two variables cover them automatically now.
14533         (elint-builtin-variables, elint-autoloaded-variables): New.
14534         (elint-unknown-builtin-args): Remove all members, since they can be
14535         parsed automatically now.
14536         (elint-extra-errors): New.
14537         (elint-env-add-env, elint-env-add-macro): Use cadr.
14538         (elint-current-buffer): Use or.  Change final message.
14539         (elint-get-top-forms): Use line-end-position.
14540         (elint-init-env): Use cadr.  Handle autoload, declare-function,
14541         and defalias.
14542         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
14543         (regexp-assoc): Remove unused function.
14544         (elint-top-form): Set elint-current-pos, to record the start of the
14545         top-level form, for compilation-mode.
14546         (elint-form): Trap errors in macro expansion.  Use dolist.
14547         (elint-unbound-variable): Use elint-builtin-variables and
14548         elint-autoloaded-variables.
14549         (elint-get-args): Use cadr, or.
14550         (elint-check-cond-form): Use dolist, cadr.
14551         (elint-check-condition-case-form): Doc fix.  Use cadr.
14552         Use elint-extra-errors.
14553         (elint-log): New function.
14554         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14555         Distinguish errors and warnings.
14556         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
14557         Use a bytecomp-style format.
14558         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
14559         (elint-get-log-buffer): Use compilation mode.  Disable undo.
14560         Don't truncate lines.
14561         (elint-initialize): Set builtin and autoloaded variable lists.
14562         Only process elint-unknown-builtin-args if non-nil.
14563         (elint-find-builtin-variables, elint-find-autoloaded-variables):
14564         New functions.
14565         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
14567 2009-07-22  Kevin Ryde  <user42@zip.com.au>
14569         * net/newst-backend.el (newsticker--parse-atom-1.0)
14570         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14571         (newsticker--parse-rss-1.0):
14572         * progmodes/idlwave.el (idlwave-mode):
14573         * progmodes/idlw-shell.el (idlwave-shell-mode):
14574         * progmodes/vera-mode.el (vera-mode):
14575         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14576         * progmodes/vhdl-mode.el (vhdl-mode):
14577         * textmodes/table.el (table-generate-source)
14578         (table--warn-incompatibility):
14579         Hyperlink urls in docstrings with URL `...'.
14581 2009-07-22  Glenn Morris  <rgm@gnu.org>
14583         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14584         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14585         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14586         Remove leading * from defcustom docs.
14588         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
14590         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14591         defcustom doc.
14592         (list-load-path-shadows): Optionally, just return shadows as a string.
14594         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14596 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
14598         * mail/rmailedit.el (rmail-edit-mode): Use
14599         auto-save-include-big-deletions.
14601         * mail/rmail.el (rmail-variables): Use
14602         auto-save-include-big-deletions.
14604         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14605         changes.
14607 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
14609         * calc/calc.el (calc-undo-length): New variable.
14610         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14612 2009-07-21  Richard Stallman  <rms@gnu.org>
14614         * files.el (auto-save-mode): Handle buffer-save-size = -2
14615         for toggling mode.
14617 2009-07-21  Glenn Morris  <rgm@gnu.org>
14619         * textmodes/ispell.el (ispell-looking-back): Update declaration.
14621         * calendar/todo-mode.el (calendar-current-date): Update declaration.
14623         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14624         silence compiler.  Instead...
14625         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14626         (ps-print-ensure-fontified): Update for above function name changes.
14628         * printing.el (pr-mh-get-msg-num, pr-mh-show)
14629         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14630         silence compiler.  Instead...
14631         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14632         (mh-show-buffer): Only define for compiler.
14633         (pr-mh-current-message): Update for above function name changes.
14635         * files.el (abort-if-file-too-large): Explicitly pass `filename'
14636         as an argument.
14637         (find-file-noselect, insert-file-1): Update for above change.
14639         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14641         * mail/mailclient.el (mailclient-send-it): Fix message.
14643         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14644         (edebug-eval): Check cl-debug-env is bound.
14645         (print-level, print-circle): Don't redefine built-in variables.
14647         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14648         (custom-print-vectors): Remove old comments from doc.
14650         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14651         (emerge-version): Make the variable an obsolete alias for the
14652         emacs-version variable.  Make the function obsolete.
14653         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14654         Emerge options, rather than merging in into the main Options menu.
14655         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
14656         and auto advance modes.  Disable edit/fast items when not relevant.
14658 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14660         * term/vt420.el (terminal-init-vt420): Fix typo.
14662 2009-07-20  Sam Steingold  <sds@gnu.org>
14664         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14665         variable (removed from compile.el on 2004-03-11).
14667 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
14669         * files.el (hack-local-variables-filter): Fix last change.
14671 2009-07-19  Juri Linkov  <juri@jurta.org>
14673         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14674         (dir-local-variables-alist): New buffer-local variable.
14675         (hack-local-variables-filter): If variable is not dir-local,
14676         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14677         because file-local overrides dir-local.
14678         (c-postprocess-file-styles) <declare-function>:
14679         Remove obsolete declaration.
14680         (hack-dir-local-variables): Add dir-local variable/value pair to
14681         `dir-local-variables-alist' and remove duplicates.  Doc fix.
14683         * help-fns.el (describe-variable): Add information about
14684         file-local and dir-local variables.
14686 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
14688         * files.el (hack-local-variables-filter): Rewrite.
14690 2009-07-19  Glenn Morris  <rgm@gnu.org>
14692         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14693         Silence compiler by only defining on XEmacs.
14695         * international/mule.el (auto-coding-regexp-alist): Only match
14696         BABYL... at the start of buffer, not of lines.  (Bug#3790)
14698         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14699         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14700         (cal-menu-context-mouse-menu): Doc fix.
14702         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14704         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14706 2009-07-18  Juri Linkov  <juri@jurta.org>
14708         * info.el: Virtual Info keyword finder.
14709         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14710         (Info-finder-file): New variable.
14711         (Info-finder-find-file): New function.
14712         (finder-known-keywords, finder-package-info)
14713         (find-library-name, lm-commentary): Use defvar and
14714         declare-function to silence compiler warnings.
14715         (Info-finder-find-node): New function.
14716         (info-finder): New command.
14718         * subr.el (process-kill-buffer-query-function): New function.
14719         (add-hook)<kill-buffer-query-functions>: Add hook
14720         `process-kill-buffer-query-function'.
14722 2009-07-18  Alan Mackenzie  <acm@muc.de>
14724         * progmodes/cc-mode.el (c-before-hack-hook)
14725         (c-postprocess-file-styles): Give invocation of `c-set-style'
14726         DONT-OVERRIDE parameter of t.  Already set style variables will
14727         thus not be overridden by style settings given by `c-file-syle'.
14729         * files.el (hack-local-variables-filter): Remove entries with
14730         duplicate keys from `file-local-variables-alist'.
14732 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14734         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14735         x-set-selection if display-selections-p returns nil for the
14736         current frame.
14738 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14740         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14742 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14744         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14745         Accept nil in addition to a regexp.
14746         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14747         Accept nil in addition to a regexp.
14748         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14749         buffers that have an associated file.  Handle nil values of
14750         desktop-buffers-not-to-save and desktop-files-not-to-save.
14751         (Bug#3833)
14753         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14754         (x-disown-selection-internal): New functions.
14756 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14758         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14759         warning.
14760         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14761         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14763 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14765         * simple.el (set-mark): Revert last change.
14767 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14769         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14770         rendering of pngs is not possible instead of messaging a long
14771         description.
14773 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14775         * w32-fns.el (x-selection-owner-p): New function.
14777         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14778         (mouse-yank-at-click, mouse-yank-primary): If
14779         select-active-regions is non-nil, deactivate the mark before
14780         insertion.
14782         * simple.el (deactivate-mark, set-mark): Only save selection if we
14783         own it.
14785 2009-07-17  Kenichi Handa  <handa@m17n.org>
14787         * case-table.el (describe-buffer-case-table): Fix for the case
14788         that KEY is a cons.
14790 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14792         * vc-rcs.el (vc-rcs-find-file-hook):
14793         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14795 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14797         * net/tramp.el (tramp-wait-for-output): Handle the case when
14798         commands do not return a newline but a null byte before the shell
14799         prompt.  (Bug#3858)
14801 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14803         * term/ns-win.el (ns-set-alpha): Don't declare.
14804         (ns-set-background-alpha): Remove function.
14806 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14808         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14809         y-or-n-p, for safety.
14811 2009-07-16  Richard Stallman  <rms@gnu.org>
14813         * files.el (auto-save-mode): If buffer-saved-size is -2,
14814         don't clobber it.
14816         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14817         (rmail-retry-ignored-headers): Add more uninteresting fields.
14819 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14821         * net/rcirc.el (rcirc): Use history variables.
14822         (rcirc-server-name-history, rcirc-nick-name-history)
14823         (rcirc-server-port-history): New variables.
14825 2009-07-15  Kenichi Handa  <handa@m17n.org>
14827         * international/mule-cmds.el (set-language-environment-charset):
14828         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14829         ignore them.
14831         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14832         Delete unibyte-display.
14834 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14836         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14838 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14840         * simple.el (deactivate-mark): Optional argument FORCE.
14841         (set-mark): Use deactivate-mark.
14843         * info.el (Info-search): No need to check transient-mark-mode
14844         before calling deactivate-mark.
14846         * select.el (x-set-selection): Doc fix.
14847         (x-valid-simple-selection-p): Allow buffer values.
14848         (xselect--selection-bounds): Handle buffer values.  Suggested by
14849         David De La Harpe Golden.
14851         * mouse.el (mouse-set-region, mouse-drag-track): Call
14852         copy-region-as-kill before setting the mark, to let
14853         select-active-regions work.
14855 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14857         * simple.el (deactivate-mark): If select-active-regions is
14858         non-nil, copy the selection data into a string.
14859         (activate-mark): If select-active-regions is non-nil, set the
14860         selection to the current buffer.
14861         (set-mark): Update selection if select-active-regions is non-nil.
14863         * select.el (x-valid-simple-selection-p): Allow buffer values.
14865 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14867         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14868         and more featureful message-mode.
14870 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14872         * select.el (x-set-selection): Doc fix.
14873         (x-valid-simple-selection-p): Disallow selection data consisting
14874         of a list or cons of integers, since that is not used.
14875         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14876         (xselect-convert-to-string, xselect-convert-to-length)
14877         (xselect-convert-to-filename, xselect-convert-to-charpos)
14878         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14880 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14882         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14883         output in -break-info command (Emacs bug #3794).
14885 2009-07-14  Glenn Morris  <rgm@gnu.org>
14887         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14888         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14889         (edebug-print-length, edebug-print-level, edebug-print-circle)
14890         (edebug-sit-for-seconds, edebug-view-outside)
14891         (edebug-bounce-point, edebug-set-global-break-condition)
14892         (edebug-Go-nonstop-mode, edebug-trace-mode)
14893         (edebug-Trace-fast-mode, edebug-continue-mode)
14894         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14895         (edebug-visit-eval-list): Doc fixes.
14897         * subr.el (def-edebug-spec): Doc fix.
14899 2009-07-14  Kenichi Handa  <handa@m17n.org>
14901         * international/characters.el: Fix setting of category ?C.
14903 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14905         * term/ns-win.el (x-select-font): defalias x-select-font to
14906         ns-popup-font-panel instead of generate-fontset-menu.
14908 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14910         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14912 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14914         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14915         the PK\003\004 header (Bug#3770).
14917 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14919         * pcomplete.el (pcomplete-comint-setup): Check for
14920         shell-dynamic-complete-filename too.
14922 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14924         * simple.el (temporary-goal-column): Change the value for
14925         line-move-visual to a cons cell.
14926         (line-move-visual): Record or set the window hscroll, if
14927         necessary (Bug#3494).
14928         (line-move-1): Handle cons value of temporary-goal-column.
14930 2009-07-11  Kenichi Handa  <handa@m17n.org>
14932         * international/mule-diag.el (describe-character-set): Don't show
14933         width.
14935 2009-07-10  Sam Steingold  <sds@gnu.org>
14937         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14938         Omake sometimes indents the errors it prints, so allow all
14939         regexps to start with spaces.
14941 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14943         * cus-edit.el (customize-changed-options-previous-release):
14944         Bump value to 22.1.  (Bug#3804)
14946 2009-07-08  Sam Steingold  <sds@gnu.org>
14948         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14949         to be a cons cell (test . ignored-directory) to selectively ignore
14950         some directories depending on the location of the search.
14952 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14954         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14955         remote user is root, on the local host.
14956         (tramp-local-host-p): Either the local user or the remote user
14957         must be root.  (Bug#3771)
14959 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14961         * progmodes/gdb-mi.el (gdb): Remove description of
14962         gdb-use-separate-io-buffer.
14963         (menu): Don't allow toggling of or enable
14964         gdb-use-separate-io-buffer from menubar.
14966 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14968         * mail/unrmail.el (unrmail): Make sure the message ends with two
14969         newlines (Bug#3769).
14971 2009-07-08  Glenn Morris  <rgm@gnu.org>
14973         * calendar/calendar.el (calendar-current-date): Rework previous change.
14975 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14977         * calendar/calendar.el (calendar-current-date):
14978         Add an optional argument giving an offset from today.
14980 2009-07-08  Glenn Morris  <rgm@gnu.org>
14982         * tutorial.el (tutorial--describe-nonstandard-key):
14983         Adjust the message for when a key has been unbound.
14984         (help-with-tutorial): Hide the arch-tag.
14986 2009-07-08  Kenichi Handa  <handa@m17n.org>
14988         * international/fontset.el (setup-default-fontset): For each
14989         script, append (not set) font-specs.
14991         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14992         docstring.
14994 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14996         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14997         -data-list-register-names to ...
14998         (gdb-starting): ... here because GDB 7.0 requires execution to
14999         have started when using this MI command.
15000         (gdb-set-header): New function to distinguish select and
15001         unselected tabs in gdb buffers.
15002         (gdb-propertize-header): New macro that uses gdb-set-header.
15003         (gdb-breakpoints-header, gdb-locals-header): Use it.
15004         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
15006 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
15008         * Makefile.in (ELCFILES): Remove fadr.elc.
15010 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
15012         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
15013         may contain frame information, so `string-match' should be used.
15014         (gdb-update): Disassembly is invalidated through
15015         `gdb-get-selected-frame'.
15016         (gdb-pad-string): New function to pad string with spaces.
15017         (gdb-invalidate-disassembly): Invalidate only if the buffer
15018         exists.
15019         (gdb-disassembly-handler-custom): Column alignment.
15020         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
15021         placing new ones.
15022         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
15023         end of line, too.
15024         (gdb-frame-handler): Match convention to for disassembly buffer
15025         mode name.
15026         (gdb-stack-list-frames-handler): Rewritten without regexps.
15027         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
15028         not highlight breakpoints without line information.
15029         (gdb-input): Add trailing newline to command.
15031         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
15032         buffer properly.
15033         (gdb-breakpoints-list-handler-custom): Replacement for
15034         `gdb-break-list-handler'.  Using real parser instead of regexps
15035         now.
15036         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
15037         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
15038         to place breakpoints.
15039         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
15040         functions.
15041         (gdb-disassembly-handler-custom): Show overlay arrow.
15042         (gdb-disassembly-place-breakpoints): Show breakpoints in
15043         disassembly buffer.
15044         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15045         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
15046         instead of parsing breakpoints buffer.  Fixed old menu references
15047         in `gud-menu-map'.
15049         * fadr.el: Remove.
15051         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
15052         (gdb-memory-address): New variable which holds top address of
15053         memory page shown in memory buffer.
15054         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
15055         customization variables.
15056         New functions:
15057         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
15058         display the memory buffer.
15059         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
15060         buffer display parameters.
15061         (def-gdb-memory-format, gdb-memory-format-binary)
15062         (gdb-memory-format-octal, gdb-memory-format-unsigned)
15063         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
15064         Functions for setting memory buffer format.
15065         (gdb-memory-unit-word, gdb-memory-unit-halfword)
15066         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
15067         unit size used in memory buffer.
15068         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
15069         to next/previous page of memory buffer.
15070         Now using (bindat-get-field) instead of fadr functions.
15072 2009-07-07  Sam Steingold  <sds@gnu.org>
15074         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
15075         non-top-level files.
15077 2009-07-07  Kenichi Handa  <handa@m17n.org>
15079         * international/mule-cmds.el (reset-language-environment): Put
15080         the highset priority to the charset iso-8859-1.
15082 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
15084         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
15085         to the end of the line when locating the block (Bug#700).
15087 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
15089         * net/tramp.el (tramp-handle-write-region): Flush file properties
15090         in case of short track.
15092 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
15094         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
15095         Coded custom representation of verilog error regular expressions
15096         to work with Emacs-22's new format.
15097         (verilog-error-regexp-xemacs-alist): Coded custom representation
15098         of verilog error regular expressions to work with XEmacs format.
15099         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
15100         error recognition into XEmacs.
15101         (verilog-error-regexp-add-emacs): Hook routine to install verilog
15102         error recognition into Emacs-22.
15104 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
15106         * woman.el: Remove stand-alone closing parentheses.
15107         (woman-file-name, woman2-format-paragraphs)
15108         (woman-leave-blank-lines): Code cleanup.
15109         (woman-use-own-frame): Change default to nil.
15110         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
15111         defaults to inherit from default faces.
15112         (woman2-process-escapes): Consume the newline after a stand-alone
15113         filler character (Bug#3651).
15115 2009-07-06  Glenn Morris  <rgm@gnu.org>
15117         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
15118         (top-level): Move provide to the end.
15119         (ffap): Remove defunct URL from custom group.
15121         * subr.el (eval-after-load): Doc fix.
15123 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
15125         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
15126         `calc-embedded-word' is called twice.
15128 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15130         * files.el (find-alternate-file-other-window, find-alternate-file):
15131         Obey confirm-nonexistent-file-or-buffer.
15133 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
15135         * dired-aux.el (dired-show-file-type): Handle remote files.
15137 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
15139         * desktop.el (desktop-globals-to-save):
15140         Add file-name-history (Bug#2750).
15142 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
15144         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
15146 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
15148         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
15149         property on entire argument since this is what eshell-lisp-command
15150         expects.
15152 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
15154         * net/tramp-gvfs.el (tramp-gvfs-methods)
15155         (tramp-gvfs-zeroconf-domain)
15156         (tramp-bluez-discover-devices-timeout): Add version flag.
15157         (tramp-gvfs-handler-mounted-unmounted)
15158         (tramp-gvfs-connection-mounted-p): Polish handling of
15159         incompatibilities between GVFS 0.2 and 1.0.
15161 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
15163         * cus-start.el (all): Add make-pointer-invisible.
15165 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
15167         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
15168         formatted correctly.
15170 2009-07-02  Juri Linkov  <juri@jurta.org>
15172         * info.el: Virtual Info files and nodes.
15173         (Info-virtual-files, Info-virtual-nodes): New variables.
15174         (Info-current-node-virtual): New variable.
15175         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
15176         New functions.
15177         (Info-file-supports-index-cookies): Use Info-virtual-file-p
15178         to check for a virtual file instead of checking a fixed list
15179         of node names.
15180         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
15181         instead of ad-hoc processing of "dir" and (apropos history toc).
15182         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
15183         instead of ad-hoc processing of "dir" and (apropos history toc).
15184         Reread a file when moving from a virtual node.
15185         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
15186         (Info-directory-toc-nodes, Info-directory-find-file)
15187         (Info-directory-find-node): New functions.
15188         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
15189         (Info-history): Move part of code to
15190         `Info-history-find-node'.
15191         (Info-history-toc-nodes, Info-history-find-file)
15192         (Info-history-find-node): New functions.
15193         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
15194         (Info-toc): Move part of code to `Info-toc-find-node'.
15195         (Info-toc-find-node): New function.
15196         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
15197         the current Info file name to references because now the node
15198         "*TOC*" belongs to the same Info manual.
15199         (Info-toc-build): Rename from `Info-build-toc'.
15200         (Info-toc-nodes): Rename input argument `file' to `filename'.
15201         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
15202         instead of ad-hoc processing of ("dir" apropos history toc).
15203         (Info-index-nodes): Use Info-virtual-file-p
15204         to check for a virtual file instead of checking a fixed list
15205         of node names.
15206         (Info-index-node): Add check for `Info-current-node-virtual'.
15207         Raise `save-match-data' higher up the tree to contain
15208         `search-forward' too (bug fix).
15209         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
15210         (Info-virtual-index-nodes): New variable.
15211         (Info-virtual-index-find-node, Info-virtual-index): New functions.
15212         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
15213         (Info-apropos-file, Info-apropos-nodes): New variables.
15214         (Info-apropos-toc-nodes, Info-apropos-find-file)
15215         (Info-apropos-find-node, Info-apropos-matches): New functions.
15216         (info-apropos): Move part of code to `Info-apropos-find-node' and
15217         `Info-apropos-matches'.
15218         (Info-mode-map): Bind "I" to `Info-virtual-index'.
15219         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
15220         for a virtual file instead of checking a fixed list of node names.
15222         * simple.el (async-shell-command): New command.
15224         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
15226         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
15227         instead of `mount-info'.
15229 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
15231         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
15232         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
15234 2009-07-02  Kenichi Handa  <handa@m17n.org>
15236         * international/mule.el (set-keyboard-coding-system): Force *-unix
15237         coding-system to avoid eol conversion.
15239 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
15241         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15242         Add handler for `process-file', `shell-command' and
15243         `start-file-process'.
15244         (tramp-gvfs-handle-shell-command)
15245         (tramp-gvfs-handle-start-file-process)
15246         (tramp-gvfs-handle-process-file): New defuns.
15247         (tramp-synce-list-devices): Simplify check for existence of property.
15249 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
15251         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
15253 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
15255         * language/korean.el (set-language-info-alist): Add korean-cp949,
15256         cp949 to spec.
15258 2009-07-01  Kenichi Handa  <handa@m17n.org>
15260         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
15262         * international/encoded-kb.el: Deleted.
15264         * international/mule.el (set-keyboard-coding-system): Perform the
15265         necessary setup here instead of calling encoded-kbd-setup-display.
15267 2009-07-01  Glenn Morris  <rgm@gnu.org>
15269         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
15271 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
15273         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
15275 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
15277         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
15278         Handle also the 'rename case, when setting file modes.  (Bug#3712)
15279         (tramp-default-file-modes): Remove execute permissions.
15281         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
15282         (top): Add a default for "synce" in `tramp-default-user-alist'.
15283         Add completion function for "synce" method.
15284         (tramp-hal-service, tramp-hal-path-manager)
15285         (tramp-hal-interface-manager, tramp-hal-interface-device):
15286         New defconst.
15287         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
15288         (tramp-synce-list-devices, tramp-synce-parse-device-names):
15289         New defuns.
15291         * net/trampver.el: Update release number.
15293 2009-06-30  Kenichi Handa  <handa@m17n.org>
15295         * international/fontset.el (setup-default-fontset): Add CJK fonts
15296         for symbols and the other miscellaneous characters.
15298         * language/korea-util.el (setup-korean-environment-internal):
15299         Make char-width-table suitable for Korean environments.
15300         (exit-korean-environment): Cancel above.
15302         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
15303         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
15304         setup-function to make char-width-table suitable for respective
15305         environments, and an exit-function to cancel that.
15307         * language/japan-util.el (setup-japanese-environment-internal):
15308         Call use-cjk-char-width-table with arg `ja_JP'.
15310         * international/characters.el (cjk-char-width-table): Delete it.
15311         (cjk-char-width-table-list): New variable.
15312         (use-cjk-char-width-table): New arg local-name.
15313         (use-default-char-width-table): Fix for the case that Emacs is
15314         already using the default char-width-table.
15316 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
15318         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
15319         modes mandatory.  (Bug#3712)
15321 2009-06-29  Alan Mackenzie  <acm@muc.de>
15323         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
15324         correction between the visible width of TABs and their number of bytes.
15326 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
15328         * server.el (server-buffer-done): Prevent kill-buffer from
15329         prompting by clearing the buffer modification flag (Bug#3696).
15331 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
15333         * progmodes/verilog-mode.el (verilog-beg-of-statement)
15334         (verilog-endcomment-reason-re): Support unique case and priority case.
15335         (verilog-basic-complete-re): Support localparam lineup.
15336         (verilog-beg-of-statement-1): Fix for robustness, unique case.
15337         (verilog-set-auto-endcomments): Fix for unique case, always_comb
15338         commenting.
15339         (verilog-leap-to-case-head): Now support *nested* unique &
15340         priority case statements.
15341         (verilog-auto-lineup): Make just declarations the default (as it
15342         had been).
15343         (verilog-leap-to-case-head): Support priority/unique case statements.
15344         (verilog-auto-lineup): Rework to give users radio buttons to
15345         select the various styles of automatic lineup.
15346         (verilog-error-regexp-alist): Rework to support the XEmacs style
15347         of error regular expressions from compilers, lint tools &
15348         simulators.  Note that GNU Emacs has made it impossible for a mode
15349         to load such things.
15350         (electric-verilog-terminate-line, verilog-indent-declaration)
15351         (verilog-auto-wiure): Rework for radio button selection of
15352         auto-lineup selection of specification of auto lineup.
15353         (verilog-beg-of-statement-1): Redesign to support proper operation
15354         in additional code, based on testing with auto-lineup.
15355         (verilog-calculate-indent, assignments & declarations)
15356         (verilog-backward-token): Enhance to support auto-lineup of
15357         assignments & declarations.
15358         (verilog-in-directive-p, verilog-at-struct-p): New function for
15359         easy test of whether we are.
15360         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
15361         to support safe execution at almost anyline.
15362         (verilog-calc-1): Properly support indenting deep inside generate
15363         blocks.
15364         (verilog-init-font): Remove definition & use of verilog-init-font,
15365         as it is redundant with font-lock-defaults.
15366         (verilog-mode): Alter the definition of verilog-font-lock-defaults
15367         to avoid circular calls if syntax-ppss is a function (as is the
15368         case now in 22.x GNU Emacs) as that function would sometimes call
15369         itself, leading to (nearly) infinite recursion.
15370         (verilog-ovm-begin-re, verilog-ovm-end-re)
15371         (verilog-ovm-statement-re, verilog-leap-to-head)
15372         (verilog-backward-token): Add support for OVM macros.  Some are
15373         complete statements, and others open and close scopes like begin
15374         and end.
15375         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
15376         (verilog-defun-level-generate-only-re): Really fix the defun-list
15377         compilation issue.
15378         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
15379         coverpoint, constraint and cross statements.
15380         (verilog-defun-level-list, verilog-generate-defun-level-list)
15381         (verilog-all-defun-level-list): Redo these specifications - it is
15382         too hard to support eval-when compile aggregation of lists also
15383         built at when-compile time.
15384         (verilog-defun-level-list): Place defconsts of variables used in
15385         building regular expressions which are built in eval-when-compile
15386         bodies in the same eval-when-compile body to facilitate compile
15387         without load.
15388         (verilog-beg-block-re-ordered): Support indenting
15389         virtual/protected tasks and functions.
15390         (verilog-defun-level-list, verilog-in-generate-region-p)
15391         (verilog-backward-ws&directives, verilog-calc-1): Speed up
15392         indentation of some module items (generate items).
15393         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15394         across virtual/protected tasks and functions.
15396 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
15398         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
15399         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
15400         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15401         in concatenations.  Reported by Yishay Belkind.
15402         (verilog-auto-ascii-enum): Support one-hot state machines in
15403         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
15404         (verilog-auto-inst, verilog-auto-inst-port): Include interface
15405         modport in AUTOINST and add vl-modport for users.  Reported by
15406         David Rogoff.
15407         (verilog-auto-inout-module, verilog-auto-inst)
15408         (verilog-decls-get-interfaces, verilog-insert-definition)
15409         (verilog-insert-one-definition, verilog-read-decls)
15410         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15411         (verilog-sig-modport, verilog-signals-combine-bus)
15412         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15413         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15414         Suggested by David Rogoff.
15415         (verilog-repair-open-comma): Fix non-insertion of comma when
15416         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
15417         (verilog-make-width-expression): Simplify [A-1:0] expression
15418         widths to just {A{1'b0}}.
15419         (verilog-mode): Cleanup checkdoc warnings.
15420         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15421         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15422         inputs/outputs or data type.  Suggested by Vasu Kandadi.
15423         (next-error-last-buffer): Fix byte-compiler warning.
15424         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15425         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15426         or shell command text during AUTO expansion.  Suggested by Tad Truex.
15427         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15428         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15429         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15430         in AUTOINOUT.  Reported by Matthew Lovell.
15431         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15432         causing use of <= assignments.  Reported by Alex Reed.
15433         (verilog-read-decls): Fix triand, trior, wand, wor to be
15434         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
15435         (verilog-extended-complete-re): Support import "DPI-C" functions.
15436         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15437         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
15438         (verilog-insert-date, verilog-insert-year)
15439         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15440         Windows systems.  Reported by Michael Potts.
15441         (verilog-read-module-name): Fix AUTOINST when the child module
15442         declaration's name is a tick define.  Reported by Elliot Mednick.
15443         (verilog-read-decls): Fix V2K parameter bit subscripts getting
15444         passed to next parameter's definition.  Reported by Bruce T.
15445         (verilog-read-decls): Fix detecting "parameter int" when using
15446         AUTOINSTPARAM.  Reported by Bruce T.
15447         (verilog-goto-defun): Fix goto not finding modules unless first
15448         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
15449         (verilog-mode): Expand -f flag arguments on entry to mode so
15450         verilog-goto-defun will work.  Reported by Lawrence Butcher.
15451         (verilog-getopt): Expand environment variables in -f file
15452         arguments.  Suggested by Lawrence Butcher.
15453         (verilog-set-define): Fix "Symbol's value as variable is void"
15454         when reading enumerations.
15455         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15456         Suggested by Stephen Peltan.
15457         (verilog-read-defines): Fix reading of enumerations in include
15458         files.  Reported by Steve Peltan.
15460 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15462         * files.el (trash-directory): Fix defcustom type.
15464 2009-06-28  Juri Linkov  <juri@jurta.org>
15466         * help-fns.el (describe-function-1): Correctly locate adviced
15467         functions in hyperlink (Bug#2438).
15469 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
15471         * files.el (trash-directory): Change default to nil.
15472         (move-file-to-trash): If trash-directory is nil and
15473         system-move-file-to-trash is unbound, perform freedesktop-style
15474         trashing.
15476 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
15478         * files.el (move-file-to-trash): Add freedesktop trash
15479         support (Bug#973).
15481 2009-06-28  Glenn Morris  <rgm@gnu.org>
15483         * autorevert.el (global-auto-revert-non-file-buffers)
15484         (global-auto-revert-mode): Doc fixes.
15486 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
15488         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15490 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
15492         * faces.el (x-handle-named-frame-geometry): Ensure that we have
15493         opened an X connection before calling x-get-resource (Bug#3194).
15495         * play/doctor.el: Remove reference to obsolete website.
15496         (make-doctor-variables): Correct grammar mistake (Bug#2633).
15498 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
15500         Remove find-file-not-found-hook VC method.  (Bug#2757)
15501         * vc-hooks.el (vc-file-not-found-hook)
15502         (vc-default-find-file-not-found-hook): Remove functions.
15503         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15504         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15505         * vc.el:
15506         * vc-hg.el:
15507         * vc-git.el: Do not mention find-file-not-found-hook VC method.
15509 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
15511         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15512         compatibility function for `looking-back'.
15514         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15515         Use `ispell-looking-back'.
15517 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
15519         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15520         rather than `filename'.
15522 2009-06-23  Miles Bader  <miles@gnu.org>
15524         * face-remap.el (text-scale-set): New function.
15526 2009-06-23  Glenn Morris  <rgm@gnu.org>
15528         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15530         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15532         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15534         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15536         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15537         Simplify Persian conditionals.
15539         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15540         variable `filename'.
15542         * comint.el (comint-insert-input): Doc fix.
15544         * Makefile.in (ELCFILES): Fix typo in previous change.
15546 2009-06-23  Miles Bader  <miles@gnu.org>
15548         * cus-start.el: Add entry for `recenter-redisplay'.
15550 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15552         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15553         Add an optional argument for the backend, use it instead of
15554         calling vc-backend.
15555         (vc-mode-line): Add an optional argument for the backend.
15556         Pass the backend to vc-state and vc-working-revision.  Move code for
15557         special handling for vc-state being a buffer to ...
15559         * vc-rcs.el (vc-rcs-find-file-hook):
15560         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
15562         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15563         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15564         vc-stay-local-p and vc-mode-line calls.
15566         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15567         (vc-cvs-diff, vc-cvs-annotate-command)
15568         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15569         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15570         vc-mode-line calls.
15572         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15573         direct comparison.
15574         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15575         backend when calling vc-mode-line.
15576         (vc-register): Do not create a closure for calling the vc register
15577         function, call it directly.
15579 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
15581         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15582         to make it obvious item can be clicked.
15584         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15586 2009-06-23  Kenichi Handa  <handa@m17n.org>
15588         * language/korea-util.el (korean-key-bindings): Change the binding
15589         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
15590         same command.
15592 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
15594         Sync with Tramp 2.1.16.
15596         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15598         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
15599         when a loading of a package fails.  Completion function for rsync
15600         is `tramp-completion-function-alist-ssh'.
15601         (all): Replace all calls of `split-string' and
15602         `tramp-split-string' by `tramp-compat-split-string'.
15603         (tramp-default-method): Use `tramp-compat-process-running-p'.
15604         (tramp-default-proxies-alist): Allow also Lisp forms.
15605         (tramp-remote-path): Add choice "Private Directories".
15606         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
15607         (tramp-domain-regexp): Allow also "-", "_" and ".".
15608         (tramp-end-of-output): Remove newlines, and add "$" at the end.
15609         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15610         (tramp-debug-message): Insert header line in debug buffer.
15611         (tramp-handle-directory-files-and-attributes-with-stat):
15612         Care about filenames with spaces, or starting with "-".
15613         (tramp-handle-dired-uncache): New defun.
15614         (tramp-handle-insert-directory): Don't flush the directory from
15615         cache, this is handled by `dired-uncache' now.
15616         (tramp-handle-insert-file-contents): Improve error handling.
15617         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15618         Quote `tramp-end-of-output'.
15619         (tramp-action-password): Improve trace message.
15620         (tramp-check-for-regexp): Both echoes must be present, before removing.
15621         (tramp-open-connection-setup-interactive-shell): Trace coding system.
15622         (tramp-compute-multi-hops): Eval cons cells of
15623         `tramp-default-proxies-alist'.
15624         (tramp-maybe-open-connection): Use the same command pattern for
15625         first hop and further hops.
15626         (tramp-wait-for-output): Remove handling of newlines.
15627         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15628         (tramp-split-string): Remove function.  It is handled in
15629         tramp-compat now.
15631         * net/tramp-cmds.el (tramp-bug):
15632         Recommend `tramp-cleanup-all-connections' in the bug mail.
15634         * net/tramp-compat.el (tramp-compat-split-string)
15635         (tramp-compat-process-running-p): New defuns.
15637         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15638         for `dired-uncache'.
15640         * net/tramp-gvfs.el: New package.
15642         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15643         Add handler for `dired-uncache'.
15644         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15646         * net/trampver.el: Update release number.  Make version check fit
15647         for SXEmacs 22.
15649 2009-06-22  Jim Meyering  <meyering@redhat.com>
15651         Automatically handle .xz suffix (XZ-compressed files), too.
15652         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15653         XZ is the successor to LZMA: <http://tukaani.org/xz/>
15655 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
15656             Nick Roberts  <nickrob@snap.net.nz>
15658         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15659         repository (http://sphinx.net.ru/hg/gdb-mi/).
15661 2009-06-22  Glenn Morris  <rgm@gnu.org>
15663         * files.el (dir-locals-collect-mode-variables): Allow for any number of
15664         `mode' and `eval' entries.  (Bug#3430)
15666         * Makefile.in (ELCFILES): Add fadr.elc.
15668         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15669         differing behavior of \n and ^ in strings.  (Bug#3385)
15671         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15673         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15674         property.
15675         (lisp-indent-function): Make it a defcustom.
15677 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
15679         * progmodes/gdb-ui.el: Replace with ...
15680         * progmodes/gdb-mi.el: ... this file.
15681         * progmodes/gud.el: Modify for gdb-mi.el.
15683 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
15685         * fadr.el: New file.
15687 See ChangeLog.14 for earlier changes.
15689 ;; Local Variables:
15690 ;; coding: utf-8
15691 ;; End:
15693     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
15695   This file is part of GNU Emacs.
15697   GNU Emacs is free software: you can redistribute it and/or modify
15698   it under the terms of the GNU General Public License as published by
15699   the Free Software Foundation, either version 3 of the License, or
15700   (at your option) any later version.
15702   GNU Emacs is distributed in the hope that it will be useful,
15703   but WITHOUT ANY WARRANTY; without even the implied warranty of
15704   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15705   GNU General Public License for more details.
15707   You should have received a copy of the GNU General Public License
15708   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15710 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1