Adapt Electric-pop-up-window to new buffer display specifiers.
[emacs.git] / lisp / ChangeLog
bloba04696dc4f36ccae8c2b06962557a66a23eb140c
1 2011-01-13  Martin Rudalics  <rudalics@gmx.at>
3         * electric.el (Electric-pop-up-window): Adapt to new buffer
4         display specifiers.
6 2011-01-12  Martin Rudalics  <rudalics@gmx.at>
8         * dired.el (dired-display-file, dired-why): Use
9         display-buffer-other-window with label.
10         (dired-pop-to-buffer): Remove.
11         (dired-mark-pop-up): Use display-buffer and quit-restore-window.
13         * proced.el (proced-send-signal): Use display-buffer and
14         quit-restore-window.
16 2011-01-11  Martin Rudalics  <rudalics@gmx.at>
18         * vc/ediff-ptch.el (ediff-show-patch-diagnostics): Use
19         display-buffer-other-window.
21         * simple.el (goto-line, compose-mail-other-window): Replace
22         switch-to-buffer-other-window by pop-to-buffer-other-window.
23         (pop-global-mark): Use pop-to-buffer-same-window instead of
24         switch-to-buffer.
25         (compose-mail-other-frame): Use pop-to-buffer-other-frame
26         instead of switch-to-buffer-other-frame.
27         (special-mode-map): Bind "q" to quit-restore-window instead of
28         quit-window.
30         * buff-menu.el (Buffer-menu-mode-map): Bind "q" to
31         quit-restore-window.
32         (buffer-menu): Call pop-to-buffer-same-window.
33         (buffer-menu-other-window): Call pop-to-buffer-other-window.
34         (Buffer-menu-select): Rewrite using display-buffer-same-window
35         and display-buffer.
36         (Buffer-menu-1-window, Buffer-menu-mouse-select)
37         (Buffer-menu-this-window): Call pop-to-buffer-same-window.
38         (Buffer-menu-other-window): Call pop-to-buffer-other-window.
39         (Buffer-menu-switch-other-window): Call
40         display-buffer-same-frame-other-window.
41         (Buffer-menu-2-window): Add label argument in calls of
42         display-buffer-same-window and
43         pop-to-buffer-same-frame-other-window.
45         * mail/reporter.el (reporter-submit-bug-report): Use
46         display-buffer-same-frame-other-window.
48         * progmodes/compile.el (compilation-find-file): Use
49         display-buffer-same-frame.
51         * progmodes/inf-lisp.el (switch-to-lisp): Rewrite with new buffer
52         display method specifiers.
54         * vc/ediff-ptch.el (ediff-get-patch-buffer): Use
55         pop-to-buffer-other-window.
56         (ediff-patch-file-internal): Replace switch-to-buffer by
57         pop-to-buffer-same-window and switch-to-buffer-other-window by
58         pop-to-buffer-other-window.
60         * vc/pcvs.el (cvs-ediff-exit-hook): Call
61         pop-to-buffer-same-window instead of switch-to-buffer.
62         (cvs-mode-find-file): Replace switch-to-buffer and
63         switch-to-buffer-other-window by pop-to-buffer-same-window and
64         pop-to-buffer-other-window.  Replace call to dired-other-window
65         by call to display-buffer-other-window.
66         (cvs-temp-buffer): Call display-buffer-other-window instead of
67         display-buffer.
69         * vc/pcvs-util.el (cvs-bury-buffer): Call quit-restore-window.
71 2011-01-11  Johan Bockgård  <bojohan@gnu.org>
73         * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
75 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * progmodes/prolog.el: Fix up coding convention and such.
78         (prolog-indent-width): Use the same default as in
79         previous prolog.el rather than tab-width which depends on which buffer
80         is current when the file is loaded.
81         (prolog-electric-newline-flag): Only enable if electric-indent-mode
82         is not available.
83         (prolog-emacs): Remove.  Use (featurep 'xemacs) instead.
84         (prolog-known-systems): Remove.
85         (prolog-mode-syntax-table, prolog-inferior-mode-map):
86         Move initialization into declaration.
87         (prolog-mode-map): Move initialization into declaration.
88         Remove system-specific mode-map vars, since they referred to the same
89         keymap anyway.
90         (prolog-mode-variables): Obey the user's preference w.r.t
91         adaptive-fill-mode.  Prefer symbol-value to `eval'.
92         (prolog-mode-keybindings-edit): Add compatibility bindings.
93         (prolog-mode): Use define-derived-mode.  Don't handle mercury here.
94         (mercury-mode-map): New var.
95         (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
96         (prolog-ensure-process, prolog-process-insert-string)
97         (prolog-consult-compile): Use with-current-buffer.
98         (prolog-guess-fill-prefix): Simplify data flow.
99         (prolog-replace-in-string): New function to use instead of
100         replace-in-string.
101         (prolog-enable-sicstus-sd): Don't abuse `eval'.
102         (prolog-uncomment-region): Use `uncomment-region' when available.
103         (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
104         (prolog-int-to-char, prolog-char-to-int): New functions to use instead
105         of int-to-char and char-to-int.
106         (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
108 2011-01-11  Stefan Bruda  <stefan@bruda.ca>
110         * progmodes/prolog.el: Replace by a whole new file.
112 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * subr.el (eval-after-load): Fix timing for features (bug#7769).
115         (declare-function, undefined, insert-for-yank)
116         (replace-regexp-in-string): Follow checkdoc's recommendations.
118 2011-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
120         * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
121         refreshing the diary buffer.
123 2011-01-10  Ken Manheimer  <ken.manheimer@gmail.com>
125         * allout.el: Add 2011 to the file copyright.
126         (allout-encrypt-string): Prevent encryption from adding an extra
127         newline at the end of the topic body.
128         (allout-version): Increment to 2.3.
130 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
132         * net/dbus.el (dbus-unregister-service): Complete doc.
133         Fix call of dbus-error signal.
134         (dbus-register-property): Use `dont-register' keyword.
136 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
138         * net/dbus.el (dbus-unregister-service): Translate returned
139         integer into a symbol.
140         (dbus-register-property): Use `dbus-register-service' to do the
141         name registration.
143 2011-01-09  Martin Rudalics  <rudalics@gmx.at>
145         * dired.el (dired-pop-to-buffer): Call
146         pop-to-buffer-same-frame-other-window.
147 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
149         * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
150         Suggested by Joakim Verona.
152         * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
154         * wid-edit.el (visibility): Replace :on-image and :off-image
155         widget properties with :on-glyph and :off-glyph, for consistency
156         with the `visibility' widget.
157         (widget-toggle-value-create, widget-visibility-value-create):
158         Merge into a single function `widget-toggle-value-create'.
160         * cus-edit.el (custom-variable-value-create, custom-visibility)
161         (custom-face-edit-value-create, custom-face-value-create):
162         Replace :on-image and :off-image widget properties with :on-glyph and
163         :off-glyph, for consistency with the `visibility' widget.
165 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
167         * net/ldap.el (ldap-search-internal): Don't use eval.
169 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
171         * subr.el (read-char-choice): Use read-key.
173         * custom.el (custom-safe-themes): Rename from
174         custom-safe-theme-files.  Add :risky tag.
175         (load-theme, custom-theme-load-confirm): Save sha1 hashes to
176         custom-safe-themes, not filenames.  Suggested by Stefan Monnier.
178 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
180         * tool-bar.el (tool-bar-setup): Remove Help button.  Remove label
181         from Search and add a label to Undo.
183         * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
184         inappropriate buttons and adding :vert-only tags.
186         * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
187         removal of Help tool-bar button.  Remove Undo button for space.
189         * info.el (info-tool-bar-map): Add :vert-only tags.
191 2011-01-08  Martin Rudalics  <rudalics@gmx.at>
193         * net/ange-ftp.el (ange-ftp-error): Use
194         pop-to-buffer-same-frame-other-window.
196         * vc/log-edit.el (log-edit-show-files): Use
197         pop-to-buffer-same-frame.
199         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): Remove.
201         * vc/pcvs.el (cvs-cmd-do, cvs-quickdir): Do not bind
202         pop-up-windows.
203         (cvs-do-removal): Call pop-to-buffer-same-frame.
205         * vc/vc-dir.el (vc-dir): Do not bind pop-up-windows.
207 2011-01-08  Tassilo Horn  <tassilo@member.fsf.org>
209         * doc-view.el (doc-view-mode-p): Check for png or imagemagick
210         image backend support.  Either of them is fine.
212 2011-01-08  Chong Yidong  <cyd@stupidchicken.com>
214         * subr.el (y-or-n-p): Doc fix.
216         * custom.el (custom-safe-theme-files): New defcustom.
217         (custom-theme-load-confirm): New function.
218         (load-theme): Load theme using `load', confirming with
219         custom-theme-load-confirm if necessary.
221         * subr.el (read-char-choice): New function, factored out from
222         dired-query and hack-local-variables-confirm.
224         * dired-aux.el (dired-query):
225         * files.el (hack-local-variables-confirm): Use it.
227         * dired-aux.el (dired-compress-file):
228         * files.el (abort-if-file-too-large, find-alternate-file)
229         (set-visited-file-name, write-file, backup-buffer)
230         (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
231         (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
232         Use new format string args for y-or-n-p and yes-or-no-p.
234 2011-01-08  Andreas Schwab  <schwab@linux-m68k.org>
236         * progmodes/compile.el (compilation-error-regexp-alist-alist)
237         [gcc-include]: Tighten file name match, add match for column
238         number.  (Bug#7806)
239         [gnu]: Remove unused group.
241 2011-01-08  Glenn Morris  <rgm@gnu.org>
243         * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
245         * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
247 2011-01-07  Martin Rudalics  <rudalics@gmx.at>
249         * buff-menu.el (Buffer-menu-switch-other-window): Use
250         display-buffer-same-frame-other-window.
251         (Buffer-menu-2-window): Use
252         pop-to-buffer-same-frame-other-window.
254         * progmodes/compile.el (compilation-start): Use
255         pop-up-window-set-height specifier.
256         (compilation-goto-locus): Rewrite window-setup code with new
257         display method specifiers.
259         * vc/ediff-mult.el (ediff-collect-custom-diffs)
260         (ediff-meta-show-patch): Use display-buffer-other-window.
262         * files.el (ctl-x-5-map): Remove binding for
263         display-buffer-other-frame.
265         * frame.el (pop-up-frame-alist, pop-up-frame-function)
266         (special-display-frame-alist): Update obsolescence declaration.
268         * mail/reporter.el (reporter-submit-bug-report): Adapt to new
269         display specifiers.
271         * man.el (Man-notify-when-ready): Use
272         display-buffer-other-window.
274         * pcomplete.el (pcomplete-show-completions): Use
275         display-buffer-other-window.
277         * ps-print.el (ps-line-lengths-internal, ps-nb-pages): Use
278         display-buffer-other-window.
280         * term.el (term-display-buffer-line): Call
281         display-buffer-other-window.
283         * window.el (window-child-count): New function.
284         (walk-window-tree-1, walk-window-tree, walk-window-subtree):
285         Move them here.
286         (windows-with-parameter, window-with-parameter)
287         (window-atom-root, make-window-atom, window-atom-check-1)
288         (window-atom-check): New functions.
289         (window-sides-vertical, window-sides-slots, window-sides-alist):
290         New options.
291         (window-side-check, window-check): New functions.
292         (composite-window-p, composite-root-window-p)
293         (composite-main-window-p, composite-support-window-p)
294         (composite-root-window, composite-major-window)
295         (composite-main-sibling, composite-lowest-child-role)
296         (compound-window-p, compound-main-window-p)
297         (compound-root-window, group-window-p, group-root-window): Remove,
298         their functionality is now provided by atomic and side windows.
299         (other-window): Check other-window-function parameter and rewrite
300         handling of no-other-window parameter.
301         (window-deletable-p, delete-window, delete-other-windows)
302         (split-window): Handle ignore-window-parameters, atomic and side
303         windows.  Call window-check.
304         (make-compound-window, make-window-group, make-support-window):
305         Remove, replaced by atomic and side windows.
306         (display-buffer-names, display-buffer-regexps): Remove, replaced
307         by display-buffer-alist.
308         (display-buffer-method-specifiers)
309         (display-buffer-macro-specifiers): New constants.
310         (display-buffer-default-specifiers): Rewrite.
311         (display-buffer-alist): New variable.
312         (display-buffer-other-window-specifiers)
313         (display-buffer-same-frame-specifiers)
314         (display-buffer-other-window-same-frame-specifiers)
315         (display-buffer-other-frame-specifiers): Rewrite with new
316         display specifiers.
317         (display-buffer-function, display-buffer-window)
318         (display-buffer-even-sizes, display-buffer-select-window, display-buffer-in-window):
319         Rewrite doc-string.
320         (display-buffer-set-height): Rename from display-buffer-adjust-height.
321         (display-buffer-set-width): Rename from display-buffer-adjust-width.
322         (display-buffer-in-window): Install no-other-window parameter if
323         required.
324         (display-buffer-reuse-window): New function.
325         (display-buffer-split-window-1, display-buffer-split-window):
326         Rewrite.
327         (display-buffer-split-atom-window, display-buffer-pop-up-window)
328         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window):
329         New functions.
330         (display-buffer-normalize-specifiers-1)
331         (display-buffer-normalize-specifiers, display-buffer
332         (display-buffer-same-window, display-buffer-same-frame)
333         (display-buffer-other-window)
334         (display-buffer-same-frame-other-window, pop-to-buffer)
335         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
336         (pop-to-buffer-other-window)
337         (pop-to-buffer-same-frame-other-window)
338         (pop-to-buffer-other-frame): Rewrite using new display
339         specifiers.
340         (special-display-regexps, special-display-function)
341         (same-window-buffer-names, same-window-regexps, pop-up-frames)
342         (display-buffer-reuse-frames, pop-up-windows)
343         (split-window-preferred-function, split-height-threshold)
344         (split-width-threshold, even-window-heights)
345         (display-buffer-mark-dedicated): Rewrite obsolete declarations.
346         (special-display-p, same-window-p): Rewrite with new display
347         specifiers.
349 2011-01-07  Sam Steingold  <sds@gnu.org>
351         * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
352         the `explicit-shell-file-name' because that is the
353         non-interactive shell.
355 2011-01-07  Chong Yidong  <cyd@stupidchicken.com>
357         * subr.el (y-or-n-p): Accept format string args.
359 2011-01-07  Glenn Morris  <rgm@gnu.org>
361         * Makefile.in (EMACSOPT): Add --no-site-lisp.
363 2011-01-06  Ken Manheimer  <ken.manheimer@gmail.com>
365         * allout.el (allout-back-to-current-heading): Ensure return to
366         the visible containing topic, rather than a collapsed one.
367         (allout-view-change-hook): Remove hook that was deprecated long ago.
368         (allout-exposure-change-hook): Remove documentation remarks
369         concerning removed allout-view-change-hook.
370         (allout-flag-region): Remove invocation of and documentation
371         remarks concerning allout-view-change-hook.
373 2011-01-06  Glenn Morris  <rgm@gnu.org>
375         * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
376         (vc-bzr-annotate-extract-revision-at-line):
377         Handle authors with embedded spaces.  (Bug#7792)
379 2011-01-05  Tassilo Horn  <tassilo@member.fsf.org>
381         * doc-view.el (doc-view-image-width): New variable.
382         (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
383         backend for PNG images, and do dynamic rescaling instead of
384         reconverting the whole doc.
386 2011-01-05  Glenn Morris  <rgm@gnu.org>
388         * emacs-lisp/rx.el (rx-repeat): Replace CL function.
390 2011-01-04  Ken Manheimer  <ken.manheimer@gmail.com>
392         * allout.el: Reconcile with changes in line movement behavior for
393         long text lines that cross more than a single physical window
394         line, ie when truncate-lines is nil.
395         (allout-next-visible-heading): Provide for change in line-move
396         behavior on long lines when truncate-lines is nil.  In that case,
397         line-move can wind up on the same textual line when it moves to
398         the next window line, and moving to the bullet position after the
399         move yields zero advancement.  Add logic to detect and compensate
400         for the lack of progress.
401         (allout-current-topic-collapsed-p): move-end-of-line respect for
402         field boundaries is different when operating with body lines
403         shorter than window width versus ones greater than window width,
404         which can yield false negatives in this function.  Avoid
405         difference by applying move-end-of-line while field-text-motion is
406         inhibited.
408 2011-01-04  Glenn Morris  <rgm@gnu.org>
410         * textmodes/rst.el (rst-compile-toolsets):
411         Add pdf and s5 to option alist.
413 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
415         * net/dbus.el (dbus-register-property): Add optional parameter
416         dont-register-service.  Updated docstring accordingly.
418 2011-01-04  Andreas Schwab  <schwab@linux-m68k.org>
420         * textmodes/rst.el (rst-compile-pdf-preview)
421         (rst-compile-slides-preview): Remove extra line.
423 2011-01-04  Glenn Morris  <rgm@gnu.org>
425         * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
426         Add `pdf' and `s5' entries.  Use `prog.py' if found, otherwise
427         default to `prog' without a .py extension.
428         (rst-compile-pdf-preview, rst-compile-slides-preview):
429         Use program names from rst-compile-toolsets, rather than hard-coding.
430         (rst-portable-mark-active-p): Fix presumed typo.
432 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
434         * term/w32-win.el (dynamic-library-alist): Set up correctly for
435         libpng versions both before and after 1.4.0.  (Bug#7716)
437 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
439         * time.el (display-time-mode): Mention display-time-interval in
440         the doc string.  (Bug#7713)
442 2011-01-02  Kenichi Handa  <handa@m17n.org>
444         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
445         condition-case and return an error message string if something
446         goes wrong.
447         (rmail-show-mime): Adjust for the above change.  Insert the
448         header by rmail-mime-insert-header.
450 2011-01-02  Kenichi Handa  <handa@m17n.org>
452         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
453         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
454         (rmail-mime-mbox-buffer)
455         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
456         (rmail-mime-entity): Argument changed.  All codes handling an
457         entity object are changed.
458         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
459         the above change.
460         (rmail-mime-entity-children, rmail-mime-entity-handler)
461         (rmail-mime-entity-tagline): New functions.
462         (rmail-mime-message-p): New function.
463         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
464         (rmail-mime-entity-segment, rmail-mime-next-item)
465         (rmail-mime-previous-item, rmail-mime-shown-mode)
466         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
467         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
468         (rmail-mime-insert-tagline, rmail-mime-insert-header):
469         New functions.
470         (rmail-mime-text-handler): Call rmail-mime-insert-text.
471         (rmail-mime-insert-decoded-text): New function.
472         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
473         (rmail-mime-insert-image): Argument changed.  Caller changed.
474         (rmail-mime-image): Call rmail-mime-toggle-hidden.
475         (rmail-mime-set-bulk-data): New funciton.
476         (rmail-mime-insert-bulk): Argument changed.
477         (rmail-mime-multipart-handler): Return t.
478         (rmail-mime-process-multipart): Argument changed.
479         Handle "multipart/alternative" here.
480         (rmail-mime-process): Argument changed.
481         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
482         (rmail-mime-insert): Argument changed.  Handle raw display mode.
483         (rmail-mime): Argument changed.  Handle toggling of raw display
484         mode.
485         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
486         rmail-mime-view-buffer.
487         (rmail-insert-mime-forwarded-message): Likewise.
488         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
490         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
491         non-nil, handle the header in rmail-show-mime-function.
493 2011-01-02  Leo  <sdl.web@gmail.com>
495         * help-fns.el (describe-variable): Fix previous change.
497 2011-01-02  Juri Linkov  <juri@jurta.org>
499         * isearch.el (isearch-lazy-highlight-error): New variable.
500         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
501         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
502         to the current value of `isearch-error' (Bug#7468).
504 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
506         * help-fns.el (describe-variable): Don't emit trailing whitespace
507         (Bug#7511).
509 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
511         * textmodes/rst.el (rst-compile-pdf-preview)
512         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
514 2011-01-02  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
516         * emulation/edt-mapper.el: Override mapping of function keys so
517         that the later call to read-key-sequence works.
519 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
521         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
522         Unix EOLs.  (Bug#7589)
524 2011-01-02  Leo  <sdl.web@gmail.com>
526         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
527         if point is not behind eshell-last-output-end (Bug#7585).
529 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
531         * files.el (file-local-variables-alist):
532         Make permanent-local (bug#7767).
534 2011-01-02  Glenn Morris  <rgm@gnu.org>
536         * version.el (emacs-copyright): Set short copyright year to 2011.
538 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
540         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
541         an existing temp buffer.  (Bug#7746)
543 2011-01-02  Glenn Morris  <rgm@gnu.org>
545         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
546         multiple addresses.  (Bug#7760)
548 2011-01-01  Ken Manheimer  <ken.manheimer@gmail.com>
550         * allout.el (allout-auto-fill): Do not infinitely recurse - use
551         do-auto-fill if everything points back to allout-auto-fill.
552         (allout-mode-deactivate-hook): Declare obsolete, in favor of
553         standard-formed minor-mode deactivate hook, allout-mode-off-hook.
555 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
557         * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
558         and "scpx".
560 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
562         * doc-view.el (doc-view-set-doc-type): New function refactored
563         from doc-view-mode.
564         (doc-view-fallback-mode): New function.
565         (doc-view-mode): Use it.
566         (doc-view-mode-maybe): New function that checks if doc-view-mode
567         can be used and falls back to the next best mode otherwise.
569         * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
570         DVI, OpenDocument, and MS Office files.
572 2010-12-30  Andreas Schwab  <schwab@linux-m68k.org>
574         * emacs-lisp/rx.el (rx-syntax): Fix typo.
576 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
578         * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
579         on a copy of auto-mode-alist, because that deletes with side
580         effects.
582 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
584         * doc-view.el (doc-view-mode, doc-view-toggle-display):
585         Use normal-mode without doc-view-mode bindings in auto-mode-alist as
586         fallback instead of hard coding fundamental mode.
588 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
590         * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
591         Office) files also for searching.
593 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
595         * doc-view.el: Implement viewing of OpenDocument (and Microsoft
596         Office) files.  Not yet enabled via auto-mode-list.
597         (doc-view-unoconv-program): New custom variable.
598         (doc-view-mode-p): Handle new odf document type.
599         (doc-view-odf->pdf): New conversion function.
600         (doc-view-convert-current-doc): Call it for odf files.
601         (doc-view-mode): Recognize newly supported file extensions.
603 2010-12-30  Michael Albinus  <michael.albinus@gmx.de>
605         * net/tramp.el (tramp-default-method-alist)
606         (tramp-default-user-alist)
607         (tramp-local-host-regexp, tramp-prefix-domain-format)
608         (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
610         * net/tramp-ftp.el:
611         * net/tramp-gvfs.el:
612         * net/tramp-gw.el:
613         * net/tramp-imap.el:
614         * net/tramp-sh.el:
615         * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
616         code of `tramp-default-method-alist' and `tramp-default-user-alist'.
618 2010-12-29  Karl Fogel  <kfogel@red-bean.com>
620         * saveplace.el (save-place-alist-to-file): Save list sorted and
621         pretty-printed, so that it is mergeable by line-based text merging,
622         as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
624 2010-12-28  Ken Manheimer  <ken.manheimer@gmail.com>
626         * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
627         (allout-mode): Argument "toggle" => "force".
628         Refine the docstring.
629         Remove special provisions for reactivation, besides the 'force'
630         argument.
631         Consolidate layout provisions coce directly into the activation
632         condition branch, now that we've removed those provisions.
633         (allout-unload-function): Explicitly activate the mode before
634         deactivating, if it's initially deactivated.
635         (allout-set-buffer-multibyte): Properly prevent byte-compiler
636         warnings for version of function used only where
637         set-buffer-multibyte is unavailable.
639 2010-12-28  Chong Yidong  <cyd@stupidchicken.com>
641         * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
642         are handled by the menu-bar entries.  As before, don't use
643         :visibile to avoid changing the tool-bar.
645 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
647         * net/secrets.el (secrets-delete-alias): New defun.
649 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
651         * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
652         methods, otherwise ~/.ssh/config would be ignored.
654 2010-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
656         * emacs-lisp/rx.el: Make it a superset of sregex.
657         (rx-constituents): Add `any => "."', mark `repeat' as taking any number
658         of args, add `regex' alias.
659         (rx-info): Add arg to distinguish head and standalone forms.
660         (rx-check, rx-form): Pass the corresponding arg.
661         (rx-**): Simplify.
662         (rx-repeat): Make it work for any number of args.
663         (rx-syntax): Make it accept syntax chars as is.
664         * obsolete/sregex.el: Move from emacs-lisp/.
665         * emacs-lisp/re-builder.el: Remove sregex support.
666         * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
668 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
670         * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
671         PRIMARY first, then the clipboard.  (Bug#7699)
673 2010-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
675         * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
676         print-number-table.
678 2010-12-21  Chong Yidong  <cyd@stupidchicken.com>
680         * help-fns.el (find-lisp-object-file-name): Locate .emacs from
681         .emacs.elc (Bug#7530).
683         * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
684         image spec (Bug#7480).
686 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
688         * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
689         * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
690         Move from lisp/.
692 2010-12-20  Leo  <sdl.web@gmail.com>
694         * dnd.el (dnd-get-local-file-name): Unhex of file name shall
695         always be performed (Bug#7680).
697 2010-12-20  Chong Yidong  <cyd@stupidchicken.com>
699         * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
700         (menu-bar-edit-menu): Bind "Copy" to kill-ring-save.  Don't use
701         mouse-region-match.
703         * color.el: Move from gnus/.
705         * vc/diff.el (diff-better-file-name): Function deleted.
706         abbreviating file names causes problems with shell-quote-argument.
707         (diff-no-select): Just use expand-file-name.
709         * tool-bar.el (tool-bar--image-expression): New function.
710         (tool-bar-local-item, tool-bar--image-exp): Use it.
711         (tool-bar-setup): Initialize tool-bar-separator-image-expression.
712         Use :enable instead of :visible to avoid changing the tool-bar
713         configuration unnecessarily.
715         * info.el (info-tool-bar-map): Add separators.
717 2010-12-17  Ken Brown  <kbrown@cornell.edu>
719         * loadup.el: Use version numbers in Cygwin build.
721 2010-12-17  Ryan Twitchell  <metatheorem@gmail.com>  (tiny change)
723         * ido.el (ido-file-internal): Ask for confirmation before
724         overwriting an existing file (Bug#1238).
726 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
728         * tool-bar.el (tool-bar-setup): Add separators.
730         * menu-bar.el (featurep): Use menu-bar-separator.
732 2010-12-16  Ken Manheimer  <ken.manheimer@gmail.com>
734         Migrate allout encryption provisions from pgg to epg.
736         * allout.el (allout-toggle-current-subtree-encryption)
737         (allout-toggle-subtree-encryption): Adjust docstrings to reflect
738         defaulting policy and other changes.  Change fetch-pass to keymode-cue,
739         for simpler universal argument interpretation.
740         (allout-toggle-subtree-encryption):  Adjust docstring to describe
741         changed encryption provisions.  Change fetch-pass to keymode-cue, for
742         simpler universal argument interpretation.  Remove provisions for
743         handling key type and identity - they'll all be within
744         allout-encrypt-string or epg/epg or even contained all the way in gpg.
745         (allout-encrypt-string): Include keymode-cue, for optionally prompting
746         for keypair recipients (universal argument > 1) and, in addition,
747         associating the specified recipients with the outline (universal
748         argument > 4) using a file local variable setting for
749         'epa-file-encrypt-to'.
750         Require epa, for recipients handling.
751         Change how regexp filtering elements are named.
752         Describe the problem with caching of incorrect symmetric-decryption
753         keys.
754         Use the epa-passphrase-callback-function, in case the user is using
755         GnuPG v1.
756         Support saving of the selected keypair recipients when invoked with a
757         keymode-cue > 4.
758         Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
759         Require 'epa.
760         Establish epg-context with armoring and default epg-protocol.
761         Remove all passphrase cache, verification, and hinting code.
762         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
763         No longer used, delete.
764         (allout-mode): Adjust docstring to describe changed encryption
765         provisions.  Describe the problem with caching of incorrect
766         symmetric-decryption keys.
767         (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
768         (allout-make-passphrase-state, allout-passphrase-state-passphrase)
769         (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
770         (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
771         Obsolete, remove.
773 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
775         * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
776         key selection prompt; make 'silent as default (Bug#7487).
778 2010-12-16  Leo  <sdl.web@gmail.com>
780         * eshell/eshell.el (eshell-directory-name):
781         Use locate-user-emacs-file (Bug#7578).
783 2010-12-15  Glenn Morris  <rgm@gnu.org>
785         * loadup.el (symbol-file-load-history-loaded): Remove; unused.
787 2010-12-15  Jari Aalto  <jari.aalto@cante.net>
788             Scott Evans <gse@antisleep.com>
790         * rect.el (rectange--default-line-number-format)
791         (rectangle-number-line-callback): New functions.
792         (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
794 2010-12-15  Chong Yidong  <cyd@stupidchicken.com>
796         * rect.el (operate-on-rectangle-lines, string-rectangle-string):
797         Delete unused variables.
798         (move-to-column-force): Remove function obsolete since 21.2.
800 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
802         * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
803         (tramp-handle-insert-file-contents): Do not set permanent-local
804         property.
806         * net/tramp-cache.el (tramp-persistency-file-name):
807         Use `locate-user-emacs-file' if fboundp.
809         * net/tramp-sh.el (tramp-methods): Add "ksu".
810         (tramp-default-user-alist): Add "ksu".  Use `regexp-opt' for
811         method list.
813 2010-12-14  Glenn Morris  <rgm@gnu.org>
815         * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
816         (find-tag-marker-ring): Declare.
817         (js-find-symbol): Require etags.
819         * mail/sendmail.el: Don't require rmail or mailalias when compiling.
820         Require mail-utils.
821         (mail-alias-file): Don't autoload.  Doc fix.
822         (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
823         (mail-mailer-swallows-blank-line): Default to nil.  Doc fix.
824         Mark as obsolete, and risky.
825         (mail-setup): Simplify.
827         * mail/mailalias.el (build-mail-aliases): Make it interactive.
828         * mail/sendmail.el (build-mail-aliases): Update autoload.
830         * dired.el (dired-trivial-filenames, dired-chown-program)
831         (dired-auto-revert-buffer): Remove autoload cookies.
832         * mail/sendmail.el (mail-recover-1): Require 'dired.
834         * dired.el (dired-subdir-switches, dired-chown-program)
835         (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
836         Make into defcustoms.
837         (dired-chown-program): Simplify initialization.
839         * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
841 2010-12-13  Romain Francoise  <romain@orebokech.com>
843         * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
845 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847         * net/netrc.el (netrc-point-at-eol): Remove the unused
848         netrc-point-at-old and netrc-bound-and-true-p bindings.
849         (netrc-parse): Cache the netrc contents.
851 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
853         * subr.el (posn-col-row): Evaluate header-line-format in the
854         context of the POSITION window's buffer.
856 2010-12-13  Glenn Morris  <rgm@gnu.org>
858         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
859         (with-silent-modifications): Doc fixes.
861 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
863         * net/tramp.el (tramp-action-password, tramp-process-actions):
864         Revert previous from.  Use `save-restriction'.
866 2010-12-13  Stephen Berman  <stephen.berman@gmx.net>
868         * calendar/diary-lib.el (diary-list-sexp-entries):
869         Handle case of no newline at end of file.  (Bug#7536)
871 2010-12-13  Glenn Morris  <rgm@gnu.org>
873         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
875 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
877         * net/tramp.el (tramp-action-password): Delete region, do not narrow.
878         (tramp-process-actions): Do not widen.
880         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
881         Protect buffer-modified value.  (Bug#7557)
883 2010-12-13   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
885         * log-edit.el (log-edit-changelog-entries):
886         Regexp quote filename.  (Bug#7505)
888 2010-12-13  Tom Breton  <tehom@panix.com>
890         * cus-edit.el (custom-save-all):
891         Bind print-length and print-level to nil.  (Bug#7581)
893 2010-12-13  Glenn Morris  <rgm@gnu.org>
895         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
896         Run hooks to update menu contents.  (Bug#7586)
898         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
899         file names, for the sake of MS Windows.  (Bug#7588)
901 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
903         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
904         empty lines without a leading space.
906 2010-12-13  Leo  <sdl.web@gmail.com>
908         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
909         while mapping over marks (Bug#6810).
911 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
913         * image-dired.el (image-dired-db-file)
914         (image-dired-temp-image-file, image-dired-gallery-dir)
915         (image-dired-temp-rotate-image-file): Set default values relative
916         to image-dired-dir (Bug#7518).
918 2010-12-13  Lawrence Mitchell  <wence@gmx.li>
920         * format.el (format-decode-run-method): Pass args FROM and TO, not
921         point-min and point-max, to shell-command-on-region (Bug#7488).
923 2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
925         * frame.el (blink-cursor-mode): Make default t for ns.
927 2010-12-13  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
929         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
931 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
933         * comint.el (comint-dynamic-list-input-ring)
934         (comint-dynamic-complete-filename)
935         (comint-replace-by-expanded-filename)
936         (comint-dynamic-simple-complete)
937         (comint-dynamic-list-filename-completions)
938         (comint-dynamic-list-completions): Doc fix (Bug#7499).
940         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
941         Doc fix (Bug#7471).
943 2010-12-13  Martin Rudalics  <rudalics@gmx.at>
945         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
946         (Bug#7533).
948 2010-12-13  W. Martin Borgert <debacle@debian.org>  (tiny change)
950         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
951         (Bug#7491).
953 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
955         * files.el (file-relative-name): Handle UNC file names on
956         DOS/Windows.  (Bug#4674)
958 2010-12-13  Daiki Ueno  <ueno@unixuser.org>
960         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
961         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
962         (epg-context-set-passphrase-callback): Mention that the callback
963         is not called when used with GnuPG 2.x.
965 2010-12-13  Glenn Morris  <rgm@gnu.org>
967         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
968         Ensure ps-footer-font-size-internal is initialized.
969         Call ps-get-page-dimensions before trying to use ps-font-for-text.
971 2010-12-13  Kenichi Handa  <handa@m17n.org>
973         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
974         within condition-case.
975         (rmail-show-mime): Don't use condition-case.
976         (rmail-search-mime-message): New function.
977         (rmail-search-mime-message-function): Set to
978         rmail-search-mime-message.
980 2010-12-13  Leo  <sdl.web@gmail.com>
982         * ido.el (ido-common-initialization): New function.  (bug#3274)
983         (ido-mode): Use it.
984         (ido-completing-read): Call it.
986 2010-12-12  Karl Fogel  <kfogel@red-bean.com>
988         * bookmark.el (bookmark-name-from-full-record): Rename back to
989         this original name from `bookmark-name-from-record' reverting part
990         of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
991         As Drew Adams pointed out, there was no reason to cause churn for
992         third-party callers.
994 2010-12-12  Alan Mackenzie  <acm@muc.de>
996         * progmodes/cc-engine.el (c-forward-type): Before scanning a
997         template arglist, check that the current language supports this.
999 2010-12-11  Glenn Morris  <rgm@gnu.org>
1001         * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
1002         state of the file matches.  (Bug#7544)
1003         (vc-bzr-register, vc-bzr-checkin)
1004         (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
1005         (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
1007         * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
1009 2010-12-11  Karel Klíč  <kklic@redhat.com>
1011         * files.el (auto-mode-alist): Use html-mode for *.xhtml.  (Bug#7606)
1013 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1015         Derive from prog-mode, use derived-mode-p, and fix up various
1016         minor style issues in lisp/progmodes.
1018         * progmodes/vhdl-mode.el (vhdl-mode):
1019         * progmodes/verilog-mode.el (verilog-mode):
1020         * progmodes/vera-mode.el (vera-mode):
1021         * progmodes/sql.el (sql-mode):
1022         * progmodes/scheme.el (scheme-mode):
1023         * progmodes/perl-mode.el (perl-mode):
1024         * progmodes/octave-inf.el (inferior-octave-mode):
1025         * progmodes/autoconf.el (autoconf-mode):
1026         * progmodes/m4-mode.el (m4-mode):
1027         * progmodes/inf-lisp.el (inferior-lisp-mode):
1028         * progmodes/idlwave.el (idlwave-mode):
1029         * progmodes/icon.el (icon-mode):
1030         * progmodes/idlw-help.el (idlwave-help-mode):
1031         * progmodes/dcl-mode.el (dcl-mode):
1032         * progmodes/idlw-shell.el (idlwave-shell-mode):
1033         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
1034         (ebrowse-member-mode, ebrowse-electric-position-mode):
1035         Use define-derived-mode.
1037         * progmodes/xscheme.el (exit-scheme-interaction-mode)
1038         (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
1039         (xscheme-debugger-mode-p, xscheme-send-string-1):
1040         * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
1041         (tcl-load-file, tcl-restart-with-file):
1042         * progmodes/ps-mode.el (ps-run-running):
1043         * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
1044         * progmodes/js.el (js--get-all-known-symbols):
1045         * progmodes/inf-lisp.el (inferior-lisp-proc):
1046         * progmodes/idlwave.el (idlwave-beginning-of-statement)
1047         (idlwave-template, idlwave-update-buffer-routine-info)
1048         (idlwave-update-current-buffer-info)
1049         (idlwave-get-routine-info-from-buffers, idlwave-choose)
1050         (idlwave-scan-class-info, idlwave-fix-keywords)
1051         (idlwave-list-buffer-load-path-shadows):
1052         * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
1053         (idlwave-toolbar-remove):
1054         * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
1055         (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
1056         (idlwave-shell-menu-def):
1057         * progmodes/idlw-complete-structtag.el
1058         (idlwave-prepare-structure-tag-completion):
1059         * progmodes/gud.el (gud-set-buffer):
1060         * progmodes/f90.el (f90-backslash-not-special):
1061         * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
1063         * progmodes/xscheme.el (xscheme-start)
1064         (local-set-scheme-interaction-buffer, scheme-interaction-mode):
1065         * progmodes/which-func.el (which-function):
1066         * progmodes/vhdl-mode.el (vhdl-set-style):
1067         * progmodes/verilog-mode.el (verilog-set-compile-command)
1068         (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
1069         (verilog-set-define, verilog-auto-reeval-locals):
1070         * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
1071         * progmodes/simula.el (simula-mode):
1072         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1073         * progmodes/python.el (python-check, python-mode):
1074         * progmodes/prolog.el (prolog-mode-variables):
1075         * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
1076         * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
1077         * progmodes/delphi.el (delphi-mode):
1078         * progmodes/cc-styles.el (c-setup-paragraph-variables):
1079         * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
1080         (c-font-lock-init): Move make-local-variable to their setq.
1082         * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
1083         (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
1084         make-local-hook.
1085         * progmodes/sh-script.el (sh-require-final-newline): Remove.
1086         (sh-set-shell): Don't set require-final-newline since it's already done
1087         by prog-mode.
1088         * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
1089         since we never set it.
1090         * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
1091         Use read-string and standard prompt.
1092         * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
1093         * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
1094         (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
1095         (meta-common-mode-map): Rename from meta-mode-map.
1096         Remove C-m binding, which is a user preference, not mode specific.
1097         (meta-common-mode): New major mode; replace meta-common-initialization.
1098         * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
1099         around with font-lock.
1100         * progmodes/etags.el (select-tags-table-mode):
1101         Derive from special-mode.
1102         * progmodes/octave-mod.el (octave-mode):
1103         * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
1104         (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
1105         (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
1106         Let define-derived-mode do its job.
1107         * progmodes/cpp.el (cpp-edit-mode-map):
1108         Move initialization into declaration.
1109         (cpp-edit-mode): Use define-derived-mode.
1110         (cpp-edit-load): Use derived-mode-p.
1111         * progmodes/mixal-mode.el (mixal-mode):
1112         * progmodes/f90.el (f90-mode):
1113         * progmodes/cfengine.el (cfengine-mode): Don't bother setting
1114         require-final-newline since prog-mode does it already.
1115         * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
1116         * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
1117         * progmodes/antlr-mode.el: Require cc-mode upfront.
1118         (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
1119         the declaration.
1120         (antlr-directory-dependencies, antlr-show-makefile-rules):
1121         Use derived-mode-p.
1122         (antlr-language-option): Don't assume point-min==1.
1123         (antlr-mode): Use define-derived-mode.
1124         * progmodes/ada-mode.el: Use derived-mode-p.
1125         (ada-mode): Use define-derived-mode.
1126         Use hack-local-variables-hook.
1128 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
1131         (texinfo-mode): Don't disable adaptive-fill-mode.
1132         (texinfo-insert-block): Adjust cursor placement for blocks with arg.
1133         (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
1134         (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
1135         (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
1136         (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
1137         (texinfo-insert-@quotation, texinfo-insert-@samp)
1138         (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
1139         (texinfo-insert-@uref): Use define-skeleton.
1140         (texinfo-insert-@-with-arg): Delete.
1142 2010-12-10  Eli Zaretskii  <eliz@gnu.org>
1144         * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
1145         nil, do quote archive member names.  (Bug#6144)
1147 2010-12-10  Glenn Morris  <rgm@gnu.org>
1149         * files.el (diff-no-select): Declare.
1151         * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
1152         (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
1154         * comint.el (comint-input-ring-file-name): Doc fix.
1156 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
1158         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
1159         New functions.
1160         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
1161         Use them instead of `nil' and `>', respectively.
1162         (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
1163         instead of `nil'.
1164         (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
1165         and menu-bar-positive-p instead of `nil' and `>', respectively.
1166         (Bug#1077)
1168 2010-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1170         * whitespace.el (whitespace-newline-mode): Code fix.
1172 2010-12-09  Glenn Morris  <rgm@gnu.org>
1174         * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
1175         Rename functions without commas, update callers.
1177 2010-12-08  Jeff Dairiki  <dairiki@dairiki.org>  (tiny change)
1179         * whitespace.el (whitespace-cleanup-region):
1180         Clean up spaces before tabs.  (Bug#7582)
1182 2010-12-08  Karl Fogel  <kfogel@red-bean.com>
1184         * bookmark.el: Adjust parameter names and doc strings to resolve
1185         confusion over whether "bookmark" meant a bookmark name or a
1186         bookmark record.  Along the way, shorten one function's name for
1187         similar reasons.  (Issue #7548)
1188         (bookmark-name-from-record): New name for
1189         `bookmark-name-from-full-record'.  All callers changed.
1190         (bookmark-get-bookmark, bookmark-get-bookmark-record)
1191         (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
1192         (bookmark-get-annotation, bookmark-set-annotation)
1193         (bookmark-get-filename, bookmark-set-filename)
1194         (bookmark-get-position, bookmark-set-position)
1195         (bookmark-get-front-context-string, bookmark-set-front-context-string)
1196         (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
1197         (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
1198         (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
1199         Rename `bookmark' parameter to `bookmark-name-or-record', to
1200         clearly show its role, and shorten or adjust doc strings accordingly.
1201         (bookmark-set-name): Same, and pass the parameter directly to
1202         `bookmark-get-bookmark' instead of redundantly doing the callee's work.
1203         (bookmark-default-annotation-text, bookmark-send-edited-annotation)
1204         (bookmark-relocate, bookmark-insert-location, bookmark-insert)
1205         (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
1206         and in some cases shorten doc string accordingly.
1207         (bookmark-rename): Change `old' and `new' parameters to `old-name'
1208         and `new-name', and adjust an internal variable to avoid confusion.
1209         (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
1210         parameter in doc string.
1212 2010-12-08  Glenn Morris  <rgm@gnu.org>
1214         * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
1215         from gdb's history file.  (Bug#7575)
1217         * mail/emacsbug.el (report-emacs-bug):
1218         Try to handle some other mail clients.
1220 2010-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1222         * files.el (dir-locals-collect-variables): Don't let errors stop us.
1223         Use string-prefix-p.
1224         (file-name-version-regexp): New var.
1225         (file-name-sans-versions):
1226         * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
1227         (jka-compr-get-compression-info): Use dolist.
1228         (jka-compr-compression-info-list): Don't bother specifying
1229         version/backup regexps.
1231 2010-12-07  Tassilo Horn  <tassilo@member.fsf.org>
1233         * simple.el (just-one-space): Make argument n default to 1 if
1234         omitted.
1236 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1238         * electric.el (electric-indent-post-self-insert-function):
1239         Delete trailing newlines even if we don't reindent.
1241 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1243         * minibuffer.el (completion-at-point): Remove the `arg'.
1244         * bindings.el (complete-symbol): Move back from minibuffer.el.
1246 2010-12-06  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1248         * simple.el (just-one-space): Delete newlines for negative arg.
1250 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1252         * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
1253         (ansi-color-filter-apply): Simplify.
1254         (ansi-color-apply): Use `font-lock-face' rather than `face'.
1256 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
1258         * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1260 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
1262         * dired.el (dired-use-ls-dired): Set default to a special
1263         "unspecified" value.
1264         (dired-insert-directory): When called the first time, check
1265         whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
1267 2010-12-04  Tak Ota  <Takaaki.Ota@am.sony.com>
1269         * replace.el: Add "collect" feature to occur.
1270         (occur-collect-regexp-history): New var.
1271         (occur-read-primary-args): Return a replace string for nlines,
1272         if needed.
1273         (occur): Extend the meaning of nlines.
1275 2010-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * progmodes/which-func.el (which-func-ff-hook): Log the error message.
1278         (which-func-update-1): Distinguish symbols from strings.
1279         (which-function): Stay within 80 columns.
1281 2010-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1283         * subr.el (with-demoted-errors): Distinguish symbols from strings.
1285         * newcomment.el (comment-styles): Add docs to each style (bug#7509).
1286         Improve docstring.
1287         (comment-style): Use comment-styles's docs to describe values.
1289 2010-12-03  Jan Djärv  <jan.h.d@swipnet.se>
1291         * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
1292         and ns-show-prefs (Bug#7535).
1294         * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
1295         bindings (Bug#7535).
1297 2010-12-03  Glenn Morris  <rgm@gnu.org>
1299         * nxml/nxml-mode.el: Require rng-nxml.
1300         (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
1301         Remove declarations.
1303         * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
1304         * nxml/rng-nxml.el, nxml/rng-valid.el:
1305         Remove leading `*' from defcustom docs.
1307         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1308         (normal-top-level-add-to-load-path, tty-handle-args):
1309         Convert comments to basic doc-strings.
1311         * net/browse-url.el (browse-url-url-at-point)
1312         (browse-url-default-browser): Remove autoload cookies.
1314         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1315         Remove more undefined cl functions.
1317         * vc/diff.el (diff-sentinel): Make new arguments optional.
1318         * ibuf-ext.el (diff-sentinel): Update declaration.
1320 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
1322         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1323         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
1324         (epg-context-set-passphrase-callback): Mention that the callback
1325         is not called when used with GnuPG 2.x.
1327 2010-12-02  Michael Albinus  <michael.albinus@gmx.de>
1329         * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1330         (tramp-file-name-port): Check also for `tramp-default-port'.
1331         (tramp-get-connection-name): New defun.
1332         (tramp-get-connection-process): Use it.
1333         (tramp-debug-message): Extend function exclude list.
1334         (tramp-drop-volume-letter): Fix doc string.
1336         * net/tramp-cmds.el: Remove solved todo item.
1338         * net/tramp-efs.el:
1339         * net/tramp-ftp.el:
1340         * net/tramp-gvfs.el:
1341         * net/tramp-gw.el:
1342         * net/tramp-imap.el:
1343         * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1344         and `tramp-default-user-alist', respectively.
1346         * net/tramp-gw.el (tramp-gw-open-connection):
1347         Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
1349         * net/tramp-imap.el (tramp-imap-make-iht): Use just
1350         `tramp-file-name-port'.
1352         * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
1353         and "psftp".  Exchange "%k" marker with options.
1354         (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
1355         Compute size of link target.
1356         (tramp-do-copy-or-rename-file-out-of-band). Move setting of
1357         `tramp-current-*' up due to gateway methods.  Optimze computing of
1358         copy arguments.  Use `tramp-get-connection-name' and
1359         `tramp-get-connection-buffer'.  Improve debug messages.
1360         (tramp-compute-multi-hops): Remove port determination.
1361         (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
1363         * net/trampver.el: Update release number.
1365 2010-12-02  Glenn Morris  <rgm@gnu.org>
1367         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1368         Avoid infinite loop over windows.  (Bug#7492)
1370         * progmodes/flymake.el (flymake-check-file-limit):
1371         Allow nil to mean "no limit".
1372         (flymake-check-patch-master-file-buffer): Update for above change.
1373         Allow a .tex file-name extension to be optional.
1374         (flymake-master-tex-init): Also match \include statements.
1376 2010-11-30  Sam Steingold  <sds@gnu.org>
1378         * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
1379         (nxml-parent-document-set): A function to set `nxml-parent-document'.
1380         (nxml-mode): Define using `define-derived-mode' instead of `defun'.
1381         (nxml-mode-hook): Remove `defcustom' (auto-defined by
1382         define-derived-mode').
1383         * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
1384         users who want to call `nxml-parent-document-set'.
1386 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1388         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
1389         stand-alone lines, since that is handled by log-edit-match-to-eoh
1390         (Bug#6465).
1392 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
1394         * dired.el (dired-get-filename): Replace backslashes with slashes
1395         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
1396         * locate.el (locate-default-make-command-line): Don't consider
1397         drive letter and root directory part of
1398         `directory-listing-before-filename-regexp'.  (Bug#7308)
1399         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
1401 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1403         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
1404         of :smie-open/close-alist.
1405         (smie-next-sexp): Make it accept a "start token" as argument.
1406         (smie-indent-keyword): Be careful not to misidentify tokens that span
1407         more than one line, as empty lines.  Add argument `token'.
1409 2010-11-27  Kenichi Handa  <handa@m17n.org>
1411         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
1412         multipart subtypes, insert all as usual.
1414         * mail/rmail.el: Require rfc2047.
1416 2010-11-27  Kenichi Handa  <handa@m17n.org>
1418         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
1419         (rmail-mime-entity-disposition)
1420         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
1421         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
1422         (rmail-mime-save): Handle the case that the button's `data' is a
1423         MIME entity.
1424         (rmail-mime-insert-text): New function.
1425         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
1426         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
1427         (rmail-mime-insert-bulk): New function mostly copied from the old
1428         rmail-mime-bulk-handler.
1429         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
1430         (rmail-mime-process-multipart): New function mostly copied from
1431         the old rmail-mime-multipart-handler.
1432         (rmail-mime-show): Just call rmail-mime-process.
1433         (rmail-mime-process): New function mostly copied from the old
1434         rmail-mime-show.
1435         (rmail-mime-insert-multipart, rmail-mime-parse)
1436         (rmail-mime-insert, rmail-show-mime)
1437         (rmail-insert-mime-forwarded-message)
1438         (rmail-insert-mime-resent-message): New functions.
1439         (rmail-insert-mime-forwarded-message-function): Set to
1440         rmail-insert-mime-forwarded-message.
1441         (rmail-insert-mime-resent-message-function): Set to
1442         rmail-insert-mime-resent-message.
1444         * mail/rmailsum.el: Require rfc2047.
1445         (rmail-header-summary): Handle multiline Subject: field.
1446         (rmail-summary-line-decoder): Change the default to
1447         rfc2047-decode-string.
1449         * mail/rmail.el (rmail-enable-mime): Change the default to t.
1450         (rmail-mime-feature): Change the default to `rmailmm'.
1451         (rmail-quit): Delete the specifal code for rmail-enable-mime.
1452         (rmail-display-labels): Likewise.
1453         (rmail-show-message-1): Check rmail-enable-mime, and use
1454         rmail-show-mime-function for a MIME message.  Decode the headers
1455         according to RFC2047.
1457 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1459         * progmodes/which-func.el (which-func-imenu-joiner-function):
1460         Return a string, as expected.
1461         (which-function-mode): Make sure we stop any previous timer before
1462         starting a new one.
1464 2010-11-27  Michael Albinus  <michael.albinus@gmx.de>
1466         * net/tramp.el (tramp-default-method-alist)
1467         (tramp-default-user-alist, tramp-default-proxies-alist):
1468         Adapt custom options type.  (Bug#7445)
1470 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1472         * progmodes/python.el: Add Ipython support (Bug#5390).
1473         (python-shell-prompt-alist)
1474         (python-shell-continuation-prompt-alist): New options.
1475         (python--set-prompt-regexp): New function.
1476         (inferior-python-mode, run-python, python-shell):
1477         Require ansi-color.  Use python--set-prompt-regexp to set the comint
1478         prompt based on the Python interpreter.
1479         (python--prompt-regexp): New var.
1480         (python-check-comint-prompt)
1481         (python-comint-output-filter-function): Use it.
1482         (run-python): Use a pipe (Bug#5694).
1484 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1486         * progmodes/python.el (run-python): Doc fix.
1487         (python-keep-current-directory-in-path): New var (Bug#7454).
1489 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1491         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1492         Prompt user before actually printing.
1494 2010-11-27  Glenn Morris  <rgm@gnu.org>
1496         * startup.el (package-enable-at-startup, package-initialize):
1497         Remove unnecessary declarations.
1499 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
1501         * international/characters.el (glyphless-char-display-control):
1502         Exclude newline and TAB from the c0-control group.
1504 2010-11-27  Glenn Morris  <rgm@gnu.org>
1506         * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
1507         (expand-mail-aliases): Remove unnecessary autoload.
1509         * allout.el (allout-command-prefix, allout-mode-map): Declare.
1511         * shell.el (shell-dir-cookie-re): Move definition before use.
1513         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1514         Replace undefined CL functions.
1516 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1518         * simple.el (prog-mode): Set bidi-paragraph-direction to
1519         left-to-right.
1521         * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
1523 2010-11-26  Glenn Morris  <rgm@gnu.org>
1525         * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
1526         diary-outlook-formats can be sensitive to calendar-date-style.
1527         (diary-outlook-formats): Simplify the default setting.
1528         (diary-from-outlook-internal): Pass subject and body as arguments.
1529         Use dolist rather than dotimes.  Don't save the diary buffer.
1530         (diary-from-outlook-gnus, diary-from-outlook-rmail):
1531         Pass subject and body as explicit arguments to the -internal function.
1533 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535         * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
1536         parsing them.  This makes mailto:...?subject=foo\nbar work.
1538 2010-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1540         * vc/diff.el (diff): Fix last change.
1542 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1544         * emacs-lisp/pcase.el: Improve pcase-let.  Use "pcase--" prefix.
1545         (pcase--dontcare-upats): New var.
1546         (pcase-let, pcase-let*): Generate better code.
1547         Accept the same bodies as `let'.
1548         (pcase-dolist): New macro.
1549         (pcase--trivial-upat-p): New helper function.
1550         (pcase--expand): Strip leading "(let nil" if any.
1552 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554         * mail/mailclient.el (browse-url): Require.
1555         (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
1556         use the external browser function to send the mail (bug#7469).
1558         * net/browse-url.el (browse-url-browser-function): Revert the
1559         default back to the previous value, since the new value broke
1560         mailclient.el.
1561         (browse-url-mailto-function): New variable for mailto: URLs.
1562         (browse-url): Use the new variable for mailto: URLs.
1564 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1566         * eshell/esh-cmd.el (eshell-parse-command):
1567         * eshell/esh-arg.el (eshell-parse-arguments):
1568         * eshell/em-script.el (eshell-source-file):
1569         Use with-silent-modifications.
1571 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
1573         * vc/vc.el (vc-merge): Remove optional arg PROMPT.  Always prompt
1574         for a merge location.
1576         * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
1577         (vc-bzr-merge-branch): Always prompt.
1578         (vc-bzr-async-command): Use the full branch filename.
1580 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1582         * shell.el (shell): Use current-buffer by default if it's already
1583         a shell mode buffer and its process is dead.
1584         Suggested by Jose E. Marchesi <jemarch@gnu.org>.
1586 2010-11-23  Tassilo Horn  <tassilo@member.fsf.org>
1588         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1589         Mention that the keywords should be comma separated.
1591 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
1593         * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1594         Accept optional prefix arg meaning to prompt for a command.
1595         (vc-update): Use vc-BACKEND-pull if available.  Accept optional
1596         prefix arg meaning to prompt for a command.
1597         (vc-pull): Alias for vc-update.
1599         * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1600         (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1601         (vc-bzr-merge-branch): New functions, implementing merge-branch
1602         and pull operations.
1604 2010-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         * Makefile.in: Fix up last merge.
1608         * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1609         (diff-sentinel): Get them as arguments instead.
1610         (diff-old-file, diff-new-file, diff-extra-args): Remove.
1611         (diff-file-local-copy, diff-better-file-name): New funs.
1612         (diff-no-select): Rename from diff-into-buffer.
1613         Support buffers additionally to files.  Move `buf' arg.  Don't display buf.
1614         Prefer closures to buffer-local variables.
1615         (diff): Adjust accordingly.
1616         (diff-buffer-with-file): Move from files.el.
1617         * files.el (diff-buffer-with-file): Move to vc/diff.el.
1618         (diff-buffer-internal): Remove.
1619         (diff-buffer-buffer): Remove.
1620         (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1621         the buffer name used, and so as not to mess up windows and frames.
1623 2010-11-22  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
1625         * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1626         (diff-buffer-internal): New function extracted from diff-buffer-with-file
1627         (diff-buffer-with-file): Use it.
1628         * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1629         (diff): Use it.
1631 2010-11-22  Tassilo Horn  <tassilo@member.fsf.org>
1633         * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1634         \ref's or \pageref's value as default instead of initial input.
1636 2010-11-21  Michael Albinus  <michael.albinus@gmx.de>
1638         * files.el (backup-by-copying-when-mismatch): The default value is
1639         now t.
1641         * startup.el (normal-top-level):
1642         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1643         `backup-by-copying-when-mismatch'.
1645 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1647         * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1649 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1651         * progmodes/python.el (python-font-lock-keywords):
1652         Highlight top-level augmented assignments (Bug#6445).
1654 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1656         * term/ns-win.el (ns-right-control-modifier)
1657         (ns-right-command-modifier): Defvar them.
1659         * cus-start.el (all): Add ns-right-control-modifier and
1660         ns-right-command-modifier (Bug#7458).
1662 2010-11-20  Glenn Morris  <rgm@gnu.org>
1664         * emacs-lisp/authors.el (authors-ignored-files)
1665         (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1667 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1669         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1670         (report-emacs-bug-parse-query-results)
1671         (report-emacs-bug-create-existing-bugs-buffer): Pass through
1672         keywords used for querying the bug database to show them in the
1673         existing bugs buffer.
1675 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
1677         * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1679         * info.el (info-tool-bar-map): Add some :vert-only keywords.
1681 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
1683         * international/characters.el (glyphless-char-display-control):
1684         Make it a defcustom, with update-glyphless-char-display as its
1685         :set attribute.
1686         (top level): Don't call update-glyphless-char-display.
1688 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
1690         Sync with Tramp 2.2.0.
1692         * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1693         `file-remote-p' (due to compatibility).
1695         * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1696         (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1698         * net/trampver.el: Update release number.
1700 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
1702         * faces.el (glyphless-char): Define value for `pc'.
1704 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1706         Implemented a bug querying mechanism.
1707         * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
1708         (report-emacs-bug-create-existing-bugs-buffer)
1709         (report-emacs-bug-parse-query-results)
1710         (report-emacs-bug-query-existing-bugs): New functions.
1712 2010-11-19  Martin Rudalics  <rudalics@gmx.at>
1714         * window.el (display-buffer-same-frame-specifiers)
1715         (display-buffer-other-window-same-frame-specifiers): New
1716         constants.
1717         (display-buffer): Call display-buffer-function if it's non-nil.
1718         (display-buffer-same-window, display-buffer-other-window)
1719         (pop-to-buffer-other-window, switch-to-buffer-other-window):
1720         Adjust doc-strings.
1721         (display-buffer-same-frame)
1722         (display-buffer-other-window-same-frame)
1723         (pop-to-buffer-same-frame)
1724         (pop-to-buffer-other-window-same-frame)
1725         (switch-to-buffer-same-frame)
1726         (switch-to-buffer-other-window-same-frame): New functions.
1727         (display-buffer-function): Un-obsolete.
1729         * bookmark.el (bookmark-bmenu-2-window): Use
1730         pop-to-buffer-other-window.
1731         (bookmark-bmenu-switch-other-window): Use
1732         display-buffer-other-window.
1734         * progmodes/etags.el (find-tag-other-window): New argument
1735         other-frame. Call either pop-to-buffer-other-window or
1736         pop-to-buffer-other-frame.
1737         (find-tag-other-frame): Call find-tag-other-window with
1738         other-frame argument t.
1740         * speedbar.el (speedbar-find-file-in-frame)
1741         (speedbar-buffer-click): Use pop-to-buffer-other-frame.
1743         * term/ns-win.el (ns-find-file): Use pop-to-buffer-other-frame.
1745 2010-11-19  Tassilo Horn  <tassilo@member.fsf.org>
1747         * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1748         a \ref{} or \pageref{} macro, then use its value as initial input.
1750 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
1752         * calc/calc-units.el (math-build-units-table-buffer):
1753         calc/README: Mention that the TeX specific units won't use the
1754         `tex' prefix in TeX mode.
1755         calc/calc-lang.el (math-variable-table): Don't use the `tex'
1756         prefix for units in TeX mode.
1758 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1760         * simple.el (kill-new, kill-append, kill-region):
1761         * comint.el (comint-kill-region): Make the yank-handler argument
1762         obsolete.
1764 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1766         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1767         that are both openers (resp. closers) and something else.
1768         (smie-grammar): Loosen definition of valid values.
1769         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1770         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1771         (smie-indent-after-keyword): Adjust users.
1772         (smie-indent-keyword): Don't indent empty lines.
1774         * vc-hg.el (vc-hg-program): New var.
1775         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1776         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1778 2010-11-18  Glenn Morris  <rgm@gnu.org>
1780         * emacs-lisp/autoload.el (autoload-find-destination): The function
1781         coding-system-eol-type may return non-numeric values.  (Bug#7414)
1783 2010-11-18  Ulrich Mueller  <ulm@gentoo.org>
1785         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1787 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
1789         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
1791 2010-11-18  Chong Yidong  <cyd@stupidchicken.com>
1793         * textmodes/picture.el (picture-mouse-set-point): Don't use
1794         posn-col-row; explicitly compute the motion based on the posn at
1795         the window-start (Bug#7390).
1797 2010-11-18  Glenn Morris  <rgm@gnu.org>
1799         * novice.el (disabled-command-function):
1800         Fix 2009-11-15 change.  (Bug#7384)
1802 2010-11-18  Glenn Morris  <rgm@gnu.org>
1804         * calendar/calendar.el (diary-iso-date-forms): Make elements
1805         mutually exclusive.  (Bug#7377)
1807 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1809         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1810         when filling the remaining "unconstrained" values.
1812 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1814         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1815         safety predicate.
1817         * files.el (safe-local-variable-p): Gracefully handle errors.
1819         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1820         Use smie-indent-virtual when indenting relative to an opener.
1821         (smie-rule-separator): Use smie-rule-parent.
1822         (smie-indent-keyword): Consult rules, even for openers at bol.
1823         (smie-indent-comment-close): Try to align closer's content.
1825 2010-11-18  Glenn Morris  <rgm@gnu.org>
1827         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1829 2010-11-18  Glenn Morris  <rgm@gnu.org>
1831         * printing.el (pr-menu-bind): Doc fix.
1833         * speedbar.el (speedbar-toggle-images): Doc fix.
1835         * progmodes/python.el (python-shell): Doc fix.
1837         * wid-edit.el (widget-field-use-before-change)
1838         (widget-use-overlay-change): Doc fixes.
1840 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1842         Minor cleanup to improve style.
1843         * textmodes/rst.el (rst-update-section): Use point-marker.
1844         (rst-get-decoration): Eliminate unneeded assignment.
1845         (rst-promote-region, rst-straighten-decorations)
1846         (rst-section-tree, rst-adjust): Use point-marker.
1847         (rst-toc-mode-mouse-goto): Avoid setq.
1848         (rst-shift-region-guts, rst-shift-region-left)
1849         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1850         (rst-convert-bullets-to-enumeration): Use copy-marker.
1852         * minibuffer.el (completion-fail-discreetly): New var.
1853         (completion--do-completion): Use it.
1855         * electric.el (electric-pair-pairs): New var.
1856         (electric-pair-post-self-insert-function): Use it.
1857         (electric-layout-post-self-insert-function): Don't insert a before
1858         newline unless it's actually needed.
1860 2010-11-17  Martin Rudalics  <rudalics@gmx.at>
1862         * window.el (display-buffer-split-window-1): Fix sizing for
1863         internal windows which got broken by the last fix.
1865         * progmodes/compile.el (compilation-minor-mode-map)
1866         (compilation-mode-map): Replace bindings for quit-window by
1867         bindings for quit-restore-window.
1869 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * progmodes/python.el (run-python): Explain why we remove the current
1872         directory from sys.path.  Suggested by Eric Hanchrow <erich@cozi.com>.
1874         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1876 2010-11-16  Martin Rudalics  <rudalics@gmx.at>
1878         * window.el (display-buffer-split-window-1)
1879         (display-buffer-split-window): Rewrite so that windows are
1880         always split evenly.
1882 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1884         * progmodes/octave-mod.el: Rely on elecric-*-modes.
1885         (octave-mode-map): Don't bind ;, SPC, and LF.
1886         (octave-auto-indent, octave-auto-newline): Remove.
1887         (electric-layout-rules): Declare.
1888         (octave-mode): Set electric-layout-rules.
1889         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1890         (octave-reindent-then-newline-and-indent, octave-electric-semi)
1891         (octave-electric-space): Remove.
1893         * electric.el (electric-layout-mode): New minor mode.
1894         (electric--after-char-pos): New function.
1895         (electric-indent-post-self-insert-function): Use it.
1896         (electric-layout-rules): New var.
1897         (electric-layout-post-self-insert-function): New function.
1898         (electric-indent-mode): Make them interact better.
1900 2010-11-15  Martin Rudalics  <rudalics@gmx.at>
1902         * minibuffer.el (minibuffer-completion-help): Don't mark window
1903         as dedicated, the quit-restore parameter should take care of
1904         deleting the window.
1905         (minibuffer-hide-completions): Use quit-restore-window instead
1906         of bury-buffer.
1908         * window.el (display-buffer-split-window-1): Remove max-size
1909         argument and corresponding code.
1910         (display-buffer-split-window): Remove handling of max-height and
1911         max-width specifiers.  Restore the pre Emacs 24 behavior where a
1912         single-window frame could be split ignoring the min-height
1913         specifier (then split-height-threshold value).  For the
1914         horizontal splitting, side equalling nil case call
1915         display-buffer-split-window-1 with side argument set to 'right
1916         instead of 'below, fixing a bug spotted by Štěpán Němec.
1918 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1920         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1921         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1922         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1924 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
1926         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1927         Make sure to check inside the word (Bug#6761).
1929 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
1931         * startup.el (command-line): If the cursorColor resource is set,
1932         change the cursor face-spec (Bug#7392).
1934 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
1936         The main features of the following allout.el changes are:
1937         - implement user customization for the allout key bindings
1938         - add a customization control by which the user can inhibit use of
1939           a trailing Ctrl-H, so by default it's reserved for use with
1940           describe-prefix-bindings
1941         - adapt to new version of called-interactively-p, while
1942           maintaining backwards compatibility with old version
1943         - fix hotspot navigation so i works properly with meta-modified keys
1945         * allout.el (allout-keybindings, allout-bind-keys)
1946         (allout-keybindings-binding, allout-prefixed-keybindings)
1947         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1948         (allout-keybindings-list, allout-mode-map-adjustments)
1949         (allout-setup-mode-map): Establish allout-mode keymaps as user
1950         customizable settings, and also establish a customizable setting which
1951         regulates whether or not a trailing control-h is reserved for use with
1952         describe-prefix-bindings - and inhibit it by default, so that control-h
1953         *is* reserved for describe-prefix-bindings unless the user changes it.
1955         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1956         and accurately between modified and unmodified events, and handle
1957         modified events more comprehensively.
1959         * allout.el (allout-substring-no-properties):
1960         Alias to use or provide version of `substring-no-properties'.
1961         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1963         * allout.el (allout-next-single-char-property-change):
1964         Alias to use or provide version of `next-single-char-property-change'.
1965         (allout-annotate-hidden, allout-hide-by-annotation):
1966         Use `allout-next-single-char-property-change'.
1968         * allout.el (allout-select-safe-coding-system):
1969         Alias to use or provide version of `select-safe-coding-system'.
1970         (allout-toggle-subtree-encryption):
1971         Use `allout-select-safe-coding-system'.
1973         * allout.el (allout-set-buffer-multibyte):
1974         Alias to use or provide version of `set-buffer-multibyte'.
1975         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1977         * allout.el (allout-called-interactively-p): Macro for using the
1978         different versions of called-interactively-p identically, depending on
1979         the subroutine's argument signature.
1980         (allout-back-to-current-heading, allout-beginning-of-current-entry):
1981         Use `(interactive "p")' instead of `(called-interactively-p)'.
1983         * allout.el (allout-init, allout-ascend, allout-end-of-level)
1984         (allout-previous-visible-heading, allout-forward-current-level)
1985         (allout-backward-current-level, allout-show-children):
1986         Use `allout-called-interactively-p' instead of `called-interactively-p'.
1988         * allout.el (allout-before-change-handler):
1989         Exempt edits to the (overlaid) character after the allout outline
1990         bullet from edit confirmation prompt.
1992         * allout.el (allout-add-resumptions):
1993         Ensure that it respects correct buffer for keybindings.
1995         * allout.el (allout-beginning-of-line):
1996         Use `allout-previous-single-char-property-change' alias for the sake of
1997         diverse compatibility.
1999         * allout.el (allout-end-of-line):
2000         Use `allout-mark-active-p' to encapsulate respect for mark activity.
2002 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
2004         * frame.el (frame-notice-user-settings): Don't clobber other
2005         user-set parameters when calling face-set-after-frame-default in
2006         response to background-color parameter (Bug#7373).
2008 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
2010         * international/characters.el (glyphless-char-display-control):
2011         Rename from glyphless-char-control; all users changed.  Doc fix.
2012         Signal an error if display method is not one of the recognized
2013         symbols.
2015 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
2017         * net/tramp-compat.el (tramp-compat-line-beginning-position)
2018         (tramp-compat-line-end-position): Remove them.
2020         * net/tramp.el (tramp-parse-rhosts-group)
2021         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
2022         (tramp-parse-hosts-group, tramp-parse-passwd-group)
2023         (tramp-parse-netrc-group, tramp-parse-putty-group)
2024         * net/tramp-cmds.el (tramp-append-tramp-buffers)
2025         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
2026         (tramp-sh-handle-file-selinux-context)
2027         (tramp-sh-handle-file-name-all-completions)
2028         (tramp-sh-handle-insert-directory)
2029         (tramp-sh-handle-expand-file-name, tramp-find-executable)
2030         (tramp-wait-for-output, tramp-send-command-and-read)
2031         * net/tramp-smb.el (tramp-smb-read-file-entry)
2032         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
2034         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
2035         `point-at-bol'.
2036         (tramp-remote-coding-commands): Add an alternative using "base64
2037         -d -i".  This is needed for older base64 versions from GNU
2038         coreutils.  Reported by Klaus Reichl
2039         <Klaus.Reichl@thalesgroup.com>.
2041 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
2043         * simple.el (count-words-region): New function.
2045 2010-11-12  Martin Rudalics  <rudalics@gmx.at>
2047         * window.el (display-buffer): Write check for dedicatedness
2048         correctly in the same-window section.
2049         (get-mru-window): Fix doc-string typo.
2051 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2053         * shell.el (shell-dir-cookie-re): New custom variable.
2054         (shell-dir-cookie-watcher): New function.
2056         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
2057         and compilation-mode (bug#7350).
2059         * vc/smerge-mode.el (smerge-refine): Choose better default part to
2060         highlight when one of them is empty.
2062         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
2063         trailing space.
2064         (skeleton-newline): New function.
2065         (skeleton-internal-1): Use it.
2067         * simple.el (open-line): `newline' may strip trailing space.
2069 2010-11-12  Kevin Ryde  <user42@zip.com.au>
2071         * international/mule-cmds.el (princ-list): Use mapc.
2073 2010-11-12  Glenn Morris  <rgm@gnu.org>
2075         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
2076         Use it to replace all instances of "*Compile-Log*"
2078 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2080         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
2081         indentation specs.
2083 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         * progmodes/modula2.el: Use SMIE and skeleton.
2086         (m2-mode-syntax-table): (*..*) can be nested.
2087         Add //...\n.  Fix paren syntax.
2088         (m2-mode-map): Remove LF and TAB bindings.
2089         (m2-indent): Add safety property.
2090         (m2-smie-grammar): New var.
2091         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
2092         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
2093         (m2-mode): Use define-derived-mode.
2094         (m2-newline, m2-tab): Remove.
2095         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
2096         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
2097         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
2098         (m2-import): Use define-skeleton.
2100 2010-11-11  Glenn Morris  <rgm@gnu.org>
2102         * obsolete/lucid.el: Don't warn about any CL functions in this file.
2104         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
2105         (ls-lisp-verbosity): Add custom :set-after property.
2106         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
2107         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
2108         (ls-lisp-insert-directory): Update caller.
2109         (ls-lisp-set-options): New function.
2110         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
2111         Doc fix.
2113         * play/landmark.el (lm-prompt-for-move):
2114         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
2116         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
2118         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
2119         (idlwave-study-twins): Prefix dynamic local variable `name'.
2120         (idlwave-routine-twin-compare): Update for above change.
2122         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
2123         Prefix dynamic local variables `name', `kwd', and `link'.
2124         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
2125         * progmodes/idlw-complete-structtag.el
2126         (idlwave-complete-structure-tag-help):
2127         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
2128         (idlwave-complete-sysvar-tag-help)
2129         (idlwave-complete-class-structure-tag-help):
2130         Update for above name changes.
2132 2010-11-10  Martin Rudalics  <rudalics@gmx.at>
2134         * help.el (with-help-window): In doc-string say how to set up
2135         temp-buffer-show-specifiers.
2137         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
2138         (isearch-describe-key, isearch-describe-mode): Replace bindings
2139         for same-window-buffer-names and same-window-regexps by binding
2140         temp-buffer-show-specifiers instead.
2142         * international/mule-diag.el (mule-diag):
2143         * calc/calc-help.el (calc-describe-key, calc-full-help):
2144         * printing.el (pr-show-setup):
2145         * progmodes/python.el (python-describe-symbol):
2146         * textmodes/table.el (*table--cell-describe-mode)
2147         (*table--cell-describe-bindings):
2148         * tutorial.el (tutorial--describe-nonstandard-key)
2149         (tutorial--detailed-help):
2150         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
2151         * play/yow.el (apropos-zippy): Use with-help-window.
2153         * apropos.el (apropos-command): Remove the message calculation part.
2154         (apropos-print): Use with-help-window
2156         * woman.el (woman-mini-help): Remove the message calculation part.
2157         (woman-display-extended-fonts): Use with-help-window.
2159 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161         * net/browse-url.el (browse-url-browser-function): Change the
2162         default to use `browse-url-mail' on mailto: URLs.
2164 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
2166         * emacs-lisp/package.el (package-read-all-archive-contents):
2167         Reset package-archive-contents to nil before re-reading.
2169 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
2171         * textmodes/flyspell.el (flyspell-word): Do not re-check words
2172         already found as misspellings by (flyspell-large-region), just
2173         do highlighting (bug#7322).
2175 2010-11-10  Glenn Morris  <rgm@gnu.org>
2177         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
2179         * emulation/edt.el (edt-with-position): New macro.
2180         (edt-find-forward, edt-find-backward, edt-find-next-forward)
2181         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
2182         (edt-paragraph-forward, edt-paragraph-backward): Use it.
2184         * emulation/tpu-extras.el (tpu-with-position): New macro.
2185         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
2187         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
2189         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
2190         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
2191         (texinfo-master-menu, texinfo-insert-node-lines)
2192         (texinfo-multiple-files-update):
2193         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
2194         Use line-beginning-position.
2196         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
2197         No recent Emacs supports system-type `emx'.
2199         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
2200         (ada-command-separator, ada-default-prj-properties)
2201         (ada-find-any-references): Update for above name change.
2203         * dirtrack.el (dirtrack-directory-function)
2204         (dirtrack-canonicalize-function):
2205         * filecache.el (file-cache-completion-ignore-case)
2206         (file-cache-case-fold-search, file-cache-ignore-case):
2207         * term.el (serial-port-is-file-p): Cosmetic change.
2209         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
2210         Remove non-existent `windows-95' system-type.
2211         * dired.el (dired-chown-program): Remove non-existent `linux'
2212         system-type.
2214         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
2215         (ping-program-options): Remove non-existent `linux' system-type.
2217         * startup.el (package-initialize): Update declaration.
2219         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
2220         (ls-lisp-handle-switches): Use time-less-p.
2221         (ls-lisp-format-time): Use float-time.
2223         * textmodes/remember.el (remember-time-to-seconds): Remove.
2224         (remember-store-in-mailbox): Use float-time.
2226         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
2228         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
2229         never a real function.
2230         (with-no-warnings): Remove compat stub, now unused.
2231         (time-less-p): Doc fix.
2232         (time-to-number-of-days): Simplify.
2234         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
2235         Remove.
2236         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
2237         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
2238         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
2239         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
2240         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
2242         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
2243         (eshell-shuffle-files, eshell-shorthand-tar-command)
2244         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
2245         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
2246         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
2247         Prefix dynamic local variable `matches'.
2249         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
2250         Prefix dynamic local variable `skeleton'.
2252 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2254         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
2255         in mail buffer; make yank-action always a command that yanks original
2256         buffer.
2258 2010-11-09  Glenn Morris  <rgm@gnu.org>
2260         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
2262 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         * minibuffer.el (minibuffer-completion-help): Specify the end of the
2265         completion field (bug#7211).
2267         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
2268         Fix handling of backslash escapes.
2269         (python-quote-syntax): Adjust accordingly.
2271 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
2273         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
2274         (vc-mtn-workfile-branch): Adjust to new output format.
2276 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2278         * international/mule-cmds.el (princ-list): Mark as obsolete.
2280 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2282         * emacs-lisp/smie.el: New package.
2284 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
2286         * files.el (backup-by-copying-when-mismatch):
2287         Set `permanent-local' property.
2289         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
2290         `permanent-local' property for `backup-by-copying-when-mismatch'.
2292 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
2294         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
2296 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
2298         * progmodes/verilog-mode.el (verilog-insert-one-definition)
2299         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
2300         AUTOINOUT for SV style multidimensional arrays, bug294.
2301         Reported by Eric Mastromarchi.
2302         (verilog-preprocess): Use with-current-buffer and
2303         font-lock-fontify-buffer to cleanup style issues.
2305 2010-11-09  Glenn Morris  <rgm@gnu.org>
2307         * locate.el (locate, locate-mode): Doc fixes.
2309 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
2311         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
2312         user for confirmation.
2313         (server-force-stop): Use it.
2314         (server-start): Use server-force-stop for kill-emacs-hook, to
2315         avoid user interaction while killing Emacs.
2317 2010-11-09  Glenn Morris  <rgm@gnu.org>
2319         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
2320         (meta-indent-line): Simplify.
2322         * vc/emerge.el (emerge-line-number-in-buf):
2323         * textmodes/ispell.el (ispell-region):
2324         * textmodes/fill.el (current-fill-column):
2325         * progmodes/xscheme.el (xscheme-send-current-line):
2326         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
2327         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
2328         * progmodes/sh-script.el (sh-handle-prev-do):
2329         * progmodes/meta-mode.el (meta-indent-line):
2330         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
2331         (idlwave-in-quote):
2332         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
2333         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
2334         * progmodes/fortran.el (fortran-looking-at-if-then):
2335         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
2336         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
2337         (cperl-find-pods-heres):
2338         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
2339         * net/quickurl.el (quickurl-list-insert):
2340         * net/ldap.el (ldap-search-internal):
2341         * net/eudc.el (eudc-expand-inline):
2342         * mail/sendmail.el (sendmail-send-it):
2343         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
2344         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
2345         (viper-brac-function):
2346         * calc/calc-yank.el (calc-do-grab-region):
2347         * calc/calc-keypd.el (calc-keypad-press):
2348         * term.el (term-move-columns, term-insert-spaces):
2349         * speedbar.el (speedbar-highlight-one-tag-line):
2350         * simple.el (current-word):
2351         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2352         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
2353         (Info-scroll-down):
2354         * hippie-exp.el (he-line-beg):
2355         * epa.el (epa--marked-keys):
2356         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
2357         (dired-update-file-line, dired-add-entry, dired-remove-entry)
2358         (dired-relist-entry):
2359         * buff-menu.el (Buffer-menu-buffer):
2360         * array.el (current-line):
2361         * allout.el (allout-resolve-xref)
2362         (allout-latex-verbatim-quote-curr-line):
2363         Replace yet more uses of end-of-line etc with line-end-position, etc.
2365 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2367         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
2368         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
2369         (checkdoc-syntax-table): Initialize in the declaration.
2370         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
2371         the mode on unconditionally.
2373         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
2374         (extent-end-position, extent-start-position): Remove setf method for
2375         non-existing functions (bug#7319).
2377 2010-11-07  Martin Rudalics  <rudalics@gmx.at>
2379         * ielm.el (top-level): Remove autoloaded add-hook for
2380         same-window-buffer-names.
2381         (ielm): Use pop-to-buffer-same-window.
2383         * progmodes/inf-lisp.el (inferior-lisp): Use
2384         pop-to-buffer-same-window.
2385         (top-level): Remove autoloaded add-hook for
2386         same-window-buffer-names.
2387         (switch-to-lisp): Use pop-to-buffer with tailored specifiers.
2389         * replace.el (occur-mode-goto-occurrence): Use
2390         pop-to-buffer-other-window.
2391         (occur-mode-display-occurrence): Use
2392         display-buffer-other-window.
2394         * shell.el (shell): Use pop-to-buffer-same-window.
2395         (top-level): Remove autoloaded add-hook for
2396         same-window-buffer-names.
2398         * net/rlogin.el: (top-level): Remove autoloaded add-hook for
2399         same-window-regexps.
2400         (rlogin): Use pop-to-buffer-same-window.
2402         * net/telnet.el (top-level): Remove two autoloaded add-hooks for
2403         same-window-regexps.
2404         (telnet, rsh): Use pop-to-buffer-same-window.
2406 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2408         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
2409         (smie-precs->prec2): Rename from smie-precs-precedence-table.
2410         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
2411         (smie-prec2->grammar): Rename from smie-prec2-levels.
2412         (smie-grammar): Rename from smie-op-levels.
2413         (smie-indent--hanging-p): Rename from smie-hanging-p.
2414         (smie-rule-hanging-p): New alias.
2415         (smie-indent--bolp): Rename from smie-bolp.
2416         (smie-indent--hanging-p): New alias.
2417         (smie--token): New dynamically bound variable.
2418         (smie-indent--parent): New function.
2419         (smie-rule-parent-p): Use it; rename from smie-parent-p.
2420         (smie-rule-next-p): Rename from smie-next-p.
2421         (smie-rule-prev-p): Rename from smie-prev-p.
2422         (smie-rule-sibling-p, smie-rule-parent)
2423         (smie-indent--separator-outdent, smie-rule-separator): New functions.
2424         (smie-rule-separator-outdent): New var.
2425         (smie-indent--rule): Merge with smie-indent--column.
2426         (smie-indent-forward-token, smie-indent-backward-token):
2427         Also recognize close parens.
2428         (smie-indent-keyword): Don't use smie-indent--column any more.
2429         (smie-indent-after-keyword): Ignore closers by default.
2430         (smie-indent-line): Use with-demoted-errors.
2431         * progmodes/octave-mod.el (octave-smie-grammar):
2432         Rename from octave-smie-op-levels.
2433         (octave-smie-rules): Adjust to new behavior.
2434         * progmodes/prolog.el (prolog-smie-grammar):
2435         Rename from prolog-smie-op-levels.
2437 2010-11-07  Glenn Morris  <rgm@gnu.org>
2439         * eshell/esh-util.el (subst-char-in-string)
2440         (directory-files-and-attributes): These compatibility definitions are
2441         not needed on any version of Emacs since at least 21.4.
2443         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
2444         (verilog-get-end-of-line): Remove.
2445         (verilog-within-string, verilog-re-search-forward-substr)
2446         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
2447         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2448         Use point-at-bol, point-at-eol.
2449         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2450         Remove.
2451         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2452         (electric-pascal-terminate-line, pascal-set-auto-comments)
2453         (pascal-indent-paramlist, pascal-indent-declaration)
2454         (pascal-get-lineup-indent, pascal-func-completion)
2455         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2456         Use point-at-bol, point-at-eol.
2457         * progmodes/flymake.el (flymake-line-beginning-position)
2458         (flymake-line-end-position): Remove.
2459         (flymake-highlight-line): Use point-at-bol, point-at-eol.
2460         * eshell/esh-util.el (line-end-position, line-beginning-position):
2461         Remove compat definitions.
2463         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2464         Use end-of-line N.
2465         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2466         Use line-end-position.
2468         * emacs-lisp/chart.el (chart-zap-chars):
2469         * play/decipher.el (decipher-set-map):
2470         * progmodes/ada-mode.el (ada-get-current-indent)
2471         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2472         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
2473         * progmodes/ada-xref.el (ada-initialize-runtime-library)
2474         (ada-get-all-references):
2475         * progmodes/cperl-mode.el (cperl-electric-paren)
2476         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
2477         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
2478         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
2479         (cperl-word-at-point-hard):
2480         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
2481         (idlwave-shell-filename-string, idlwave-shell-batch-command)
2482         (idlwave-shell-display-line):
2483         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
2484         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
2485         * progmodes/js.el (js--re-search-forward-inner)
2486         (js--re-search-backward-inner):
2487         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
2488         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
2489         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
2490         * textmodes/flyspell.el (flyspell-process-localwords):
2491         * textmodes/ispell.el (ispell-buffer-local-parsing)
2492         (ispell-buffer-local-dict, ispell-buffer-local-words):
2493         Use point-at-bol and point-at-eol.
2495         * speedbar.el (speedbar-generic-item-info)
2496         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
2497         (speedbar-add-indicator, speedbar-check-vc-this-line)
2498         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
2499         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
2500         Replace more uses of end-of-line etc with line-end-position.
2502 2010-11-06  Martin Rudalics  <rudalics@gmx.at>
2504         * mail/sendmail.el (mail-bury): Do something similar to
2505         quit-restore-window.
2506         (top-level): Don't change same-window-buffer-names via add-hook
2507         any more.
2508         (mail): Use pop-to-buffer-same-window.
2509         (mail-other-window): Use pop-to-buffer-other-window.
2510         (mail-other-frame): Use pop-to-buffer-other-frame.
2512         * simple.el (display-message-or-buffer): Rename argument FRAME
2513         to IGNORE because it's ignored.  Change call to display-buffer
2514         accordingly.
2515         (sendmail-user-agent-compose): Remove let bindings around call
2516         to switch-function; the latter should have been bound to an
2517         appropriate function already.
2518         (clone-buffer): Call pop-to-buffer-other-window.
2519         (clone-indirect-buffer): New semantices of display-flag
2520         argument.
2521         (clone-indirect-buffer-other-window): Interactively set
2522         display-flag to 'other-window.
2524         * calendar/solar.el (sunrise-sunset): Use with-help-window instead
2525         of with-output-to-temp-buffer.
2527         * textmodes/bibtex.el (bibtex-search-entry): Use
2528         pop-to-buffer-same-window.
2530         * cmuscheme.el (run-scheme): Use pop-to-buffer-same-window.
2531         (top-level): Remove autoloaded add-hook for
2532         same-window-buffer-names.
2534         * eshell/eshell.el (eshell-add-to-window-buffer-names)
2535         (eshell-remove-from-window-buffer-names): Remove.
2536         (eshell-unload-hook): Don't call
2537         eshell-remove-from-window-buffer-names.
2538         (eshell-buffer-name): Don't call
2539         eshell-remove-from-window-buffer-names and
2540         eshell-add-to-window-buffer-names.
2541         (top-level): Remove eshell-deftest call to check for
2542         same-window-buffer-names.
2543         (eshell): Call pop-to-buffer-same-window.
2545         * files.el (display-buffer-other-frame): Remove.
2547 2010-11-06  Glenn Morris  <rgm@gnu.org>
2549         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
2550         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
2551         (texinfo-delete-existing-pointers, texinfo-find-pointer)
2552         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
2553         (texinfo-multiple-files-update):
2554         * textmodes/table.el (table--probe-cell-left-up)
2555         (table--probe-cell-right-bottom):
2556         * textmodes/picture.el (picture-tab-search):
2557         * textmodes/page-ext.el (pages-copy-header-and-position)
2558         (pages-directory-for-addresses):
2559         * progmodes/vera-mode.el (vera-get-offset):
2560         * progmodes/simula.el (simula-calculate-indent):
2561         * progmodes/python.el (python-pdbtrack-overlay-arrow):
2562         * progmodes/prolog.el (end-of-prolog-clause):
2563         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
2564         * progmodes/icon.el (indent-icon-exp):
2565         * progmodes/etags.el (tag-re-match-p):
2566         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2567         * progmodes/ebnf2ps.el (ebnf-begin-file):
2568         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
2569         (dcl-save-local-variable):
2570         * play/life.el (life-setup):
2571         * play/gametree.el (gametree-looking-at-ply):
2572         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2573         * mail/sendmail.el (mail-mode-auto-fill):
2574         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2575         * emacs-lisp/edebug.el (edebug-overlay-arrow):
2576         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
2577         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
2578         (woman-tab-to-tab-stop, WoMan-warn-ignored):
2579         * type-break.el (type-break-file-keystroke-count):
2580         * term.el (term-replace-by-expanded-history-before-point)
2581         (term-skip-prompt, term-extract-string):
2582         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
2583         (speedbar-contract-line, speedbar-toggle-line-expansion)
2584         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
2585         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
2586         * sort.el (sort-skip-fields):
2587         * skeleton.el (skeleton-internal-list):
2588         * simple.el (line-move-finish, line-move-to-column):
2589         * shell.el (shell-forward-command):
2590         * misc.el (copy-from-above-command):
2591         * makesum.el (double-column):
2592         * ebuff-menu.el (electric-buffer-update-highlight):
2593         * dired.el (dired-move-to-end-of-filename):
2594         * dframe.el (dframe-popup-kludge):
2595         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
2596         * arc-mode.el (archive-get-lineno):
2597         Use line-end-position and line-beginning-position.
2599         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
2600         (idlwave-study-twins): Prefix dynamic local `class'.
2601         (idlwave-routine-twin-compare): Update for above name change.
2603         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
2604         Use boundp tests to silence compiler.  Update for changed name of
2605         bytecomp-filename variable.
2607         * emulation/viper-cmd.el (viper-read-string-with-history):
2608         Prefix dynamic local `initial'.
2609         (viper-minibuffer-standard-hook): Update for above name change.
2611         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
2612         (elint-init-form): Update for above name change.
2614         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
2615         local variables `cbeg' and `cend' a prefix.
2616         (mail-extr-voodoo): Update for above name change.
2618         * textmodes/reftex-toc.el (reftex-toc-do-promote)
2619         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
2620         (reftex-toc-promote-action): Doc fix.
2622         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
2623         `prompt', `data' a prefix.
2624         (reftex-select-post-command-hook, reftex-select-callback)
2625         (reftex-select-mouse-accept, reftex-select-read-cite):
2626         Update for above name changes.
2628         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
2629         `refstyle' to reftex-refstyle.
2630         (reftex-offer-label-menu): Update for above name change.
2631         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
2632         `refstyle' name change.
2634         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
2635         with with-current-buffer.
2636         (diff, template): Give dynamic local variables a prefix.
2637         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
2638         (emerge-line-number-in-buf): Update for above name change.
2639         (emerge-combine-versions-internal): Rename local `template' to
2640         emerge-combine-template.
2641         (emerge-combine-versions-edit): Update for above name change.
2643 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
2645         * textmodes/reftex-cite.el
2646         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
2647         entries with whitespace after \bibitem.
2648         (reftex-create-bibtex-file): Match entries containing numbers and
2649         symbol constituents.  Make sure that entries with whitespace at
2650         various places are found.
2652 2010-11-05  Martin Rudalics  <rudalics@gmx.at>
2654         * window.el (display-buffer-even-sizes)
2655         (display-buffer-adjust-height, display-buffer-adjust-width)
2656         (display-buffer-in-new-window, kill-buffer-and-window): Use
2657         ignore-errors instead of condition-case.
2659         * electric.el (Electric-pop-up-window): Use buffer display
2660         specifiers.
2662         * emacs-lisp/elint.el (elint-display-log): Use
2663         display-buffer-other-window.
2665         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): Use buffer
2666         display specifiers.
2668         * printing.el (pr-file-list): Comment out bindings of
2669         pop-up-windows and pop-up-frames.
2671         * mail/reporter.el (reporter-submit-bug-report): Use
2672         pop-to-buffer-other-window and display specifiers.
2674 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
2676         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
2678 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
2680         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
2682 2010-11-05  Glenn Morris  <rgm@gnu.org>
2684         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
2685         (woman2-roff-buffer): Give local variable `request' a prefix.
2686         (woman0-macro): Rename argument `request' in the same way.
2687         (woman-request): New name for `request' dynamic variable.
2688         (woman-unquote, woman-forward-arg): Update for above name change.
2689         (woman1-roff-buffer): Give local variable `unquote' a prefix.
2690         (woman1-unquote): New name for `unquote' dynamic variable.
2691         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
2692         (woman-translations): Rename from `translations'.  No longer global.
2693         (woman2-tr, woman-translate): Update for above name change.
2694         (woman-translate): Check for bound variable.
2695         (woman2-roff-buffer): Give local variable `translations' a prefix.
2697         * play/doctor.el: Give all local variables a prefix.  Update callers.
2698         (doc$, doctor-put-meaning): Use backquote.
2700         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
2701         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
2703         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
2704         variables bytes, ptr, op a prefix.
2705         (disassemble-offset): Update for above change.
2707 2010-11-04  Martin Rudalics  <rudalics@gmx.at>
2709         * window.el (display-buffer-names, display-buffer-regexps): Make
2710         even-window-sizes a seperate specifier.  Allow numbers and
2711         functions in the cdr of the adjust-height specifier and remove
2712         even-window-heights and the special handling of
2713         fit-window-to-buffer and shrink-window-if-larger-than-buffer.
2714         Add new specifier adjust-width similar to adjust-height.
2715         (display-buffer-normalize-specifiers-1): Fix typo.
2716         (display-buffer-even-sizes, display-buffer-adjust-height)
2717         (display-buffer-adjust-width): New functions to handle size
2718         adjustment of new window.
2719         (display-buffer-adjust-heights): Remove.
2720         (display-buffer-in-window): Don't call
2721         display-buffer-adjust-heights any more.
2722         (display-buffer-in-lru-buffer-window)
2723         (display-buffer-in-lru-window): Call display-buffer-even-sizes.
2724         (display-buffer-in-new-window): Use functionp instead of
2725         fboundp.  Call display-buffer-adjust-height and
2726         display-buffer-adjust-width.
2727         (display-buffer): Use functionp instead of fboundp.
2728         (fit-window-to-buffer): Rename argument IGNORE to OVERRIDE.
2730         * progmodes/compile.el (compilation-start)
2731         (compilation-goto-locus): Use adjust-height specifier in
2732         display-buffer calls.
2734         * buff-menu.el (Buffer-menu-switch-other-window)
2735         (Buffer-menu-2-window): Use buffer display specifiers.
2737         * cus-edit.el (top-level): Remove autoloaded add-hook for
2738         same-window-regexps.
2739         (customize-group, customize-face): New optional argument
2740         OTHER-WINDOW.  Use buffer display specifiers.  Call
2741         custom-buffer-create with OTHER-WINDOW argument t.
2742         (customize-group-other-window): Call customize-group with
2743         OTHER-WINDOW argument t.
2744         (customize-face-other-window): Call customize-face with
2745         OTHER-WINDOW argument t.
2746         (custom-buffer-create): New optional argument OTHER-WINDOW.
2747         (custom-buffer-create-other-window): Call
2748         pop-to-buffer-other-window.
2749         (customize-browse): Call pop-to-buffer-same-window.
2751         * play/decipher.el (decipher-display-range): Use
2752         pop-to-buffer-other-window.
2753         (decipher-display-stats-buffer): Use
2754         display-buffer-other-window.
2756         * vc/ediff-util.el (ediff-clone-buffer-for-region-comparison):
2757         Use pop-to-buffer-other-window.
2759         * ehelp.el (with-electric-help): Use pop-to-buffer-other-window.
2761 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
2763         * emacs-lisp/package.el (package-unpack): Remove no-op.
2764         (package--builtins, package--dir): Doc fix.
2765         (package-activate-1, package-activate, package-install)
2766         (package-compute-transaction): Fix error message.
2767         (package-delete): Use delete-directory.  Omit system packages.
2768         (package-initialize): Set package-alist to nil first.
2769         (package-menu-mark-delete, package-menu-mark-install): Don't add
2770         symbols that are inconsistent with the package state.
2771         (package-menu-execute): Perform deletions and installations as
2772         single batch operations.
2774 2010-11-03  Glenn Morris  <rgm@gnu.org>
2776         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
2777         (props): Remove unnecessary declaration.
2779         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
2780         set-process-query-on-exit-flag.
2782         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
2783         (reftex-toc-do-promote): Remove unused local `mpos'.
2784         (reftex-toc-restore-region): Make `mpos' local to this function.
2786         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
2788         * play/landmark.el (lm-losing-threshold): Correct spelling.
2789         (lm-human-plays): Use new name.
2791         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
2792         (gomoku-human-plays): Use new name.
2794         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
2795         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
2796         (gomoku-score-trans-table, gomoku-winning-threshold)
2797         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2799 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
2801         * emacs-lisp/package.el: Don't put built-in packages in
2802         package-alist, to avoid loading inefficiencies.
2803         (package-built-in-p): Make VERSION optional, and treat it as a
2804         minimum acceptable version.
2805         (package-activate): Search separately for built-in packages.
2806         Emit a warning if a dependency fails.
2807         (define-package): Handle most common case, where there is no
2808         obsolete package, first.
2809         (package-compute-transaction): Print required version in error.
2810         (package--initialized): New variable.
2811         (list-packages): Use it.
2812         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
2813         built-in packages in packages-alist; keep it separate.
2814         Set package--initialized.
2815         (describe-package): Avoid activating packages as a side-effect.
2816         Search separately for built-in packages.
2817         (describe-package-1): Handle the case where an elpa package is
2818         simultaneously built-in and available/installed.
2819         (package-installed-p, package--generate-package-list):
2820         Search separately for built-in packages.
2821         (package-load-descriptor): Doc fix.
2823 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2825         * progmodes/perl-mode.el (perl-syntax-propertize-function):
2826         Handle __DATA__ and __END__.
2828 2010-11-02  Martin Rudalics  <rudalics@gmx.at>
2830         * window.el (display-buffer-names): Describe `not-this-window' and
2831         `not-this-frame' specifiers in doc-string.
2832         (display-buffer-in-lru-buffer-window)
2833         (display-buffer-in-lru-window, display-buffer-in-new-window):
2834         Handle `not-this-window' and `not-this-frame' specifiers when
2835         their cdr specifies a window or a frame.
2836         (display-buffer): Explain in doc-string that the cdr of the
2837         `not-this-window' and `not-this-frame' specifiers argument can
2838         name a window.
2840         * progmodes/compile.el (compilation-start): When displaying outbuf
2841         directly pass height parameters.
2842         (compilation-goto-locus): Use specifiers in display-buffer and
2843         pop-to-buffer calls.  Simplify.
2844         (compilation-find-file): Use specifiers in display-buffer calls.
2846 2010-11-02  Noah Friedman  <friedman@splode.com>
2848         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
2849         nil, do not ask to recompile files that are not already compiled,
2850         and do not recompile them.
2852 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
2854         * emacs-lisp/package.el (package-initialize): Ensure that
2855         obsoleted built-in packages are not in package-activated-list
2856         during activation.
2857         (describe-package-1): Make the "installed" status override
2858         "built-in".
2860 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2862         * subr.el (version-separator, version-regexp-alist): Remove '*'
2863         from docstring.
2864         (version-list-<=, version<=, version=): Doc fix.
2866 2010-11-01  Kenichi Handa  <handa@m17n.org>
2868         * faces.el (glyphless-char): Inherit underline for tty.
2870 2010-11-01  Kenichi Handa  <handa@m17n.org>
2872         Implement various display methods for glyphless characters.
2874         * international/characters.el (char-acronym-table): New variable.
2875         (glyphless-char-control): New variable.
2876         (update-glyphless-char-display): New funciton.
2878         * faces.el (glyphless-char): New face.
2880 2010-11-01  Glenn Morris  <rgm@gnu.org>
2882         * calendar/holidays.el (general-holidays, oriental-holidays)
2883         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2884         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2885         the definitions of their targets.
2887         * emacs-lisp/smie.el (smie): New custom group.
2888         (smie-blink-matching-inners, smie-indent-basic): Add :group.
2890         * faces.el (xw-defined-colors, x-setup-function-keys):
2891         * mouse-sel.el (x-select-text):
2892         * term/w32console.el (x-setup-function-keys): Update declarations.
2894         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2896         * textmodes/ispell.el (comment-add): Declare.
2898         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2899         Declare.
2901         * info.el (finder-keywords-hash, package-alist): Declare.
2903 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
2905         * finder.el (finder-compile-keywords): Don't use intern-soft,
2906         since package names may not yet exist in the obarray.
2908 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
2910         * vc/vc-arch.el (vc-arch-checkin):
2911         * vc/vc-cvs.el (vc-cvs-checkin):
2912         * vc/vc-mtn.el (vc-mtn-checkin):
2913         * vc/vc-rcs.el (vc-rcs-checkin):
2914         * vc/vc-sccs.el (vc-sccs-checkin):
2915         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2916         since 2010-04-21 commit by Stefan Monnier.
2918 2010-11-01  Glenn Morris  <rgm@gnu.org>
2920         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2922         * startup.el (package-enable-at-startup, package-initialize):
2923         Silence compiler.
2925         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2926         Silence compiler.
2928 2010-10-31  Julien Danjou  <julien@danjou.info>
2930         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2931         (byte-recompile-directory):
2932         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
2933         Use `byte-recompile-file'.
2935 2010-10-31  Glenn Morris  <rgm@gnu.org>
2937         * cus-start.el: Handle standard values via a keyword.
2938         Only set version property if specified.
2939         (cursor-in-non-selected-windows, menu-bar-mode)
2940         (tool-bar-mode, show-trailing-whitespace):
2941         Do not specify standard values.
2942         (transient-mark-mode, temporary-file-directory): Use :standard.
2944 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
2946         * term/x-win.el (x-get-selection-value): New function that gets
2947         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2949 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
2951         * net/tramp.el (tramp-handle-insert-file-contents): For root,
2952         preserve owner and group when editing files.  (Bug#7289)
2954 2010-10-31  Glenn Morris  <rgm@gnu.org>
2956         * speedbar.el (speedbar-mode):
2957         * play/fortune.el (fortune-in-buffer, fortune):
2958         * play/gomoku.el (gomoku-mode):
2959         * play/landmark.el (lm-mode):
2960         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2961         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
2963         * select.el (x-selection): Mark it as an obsolete alias.
2965 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2967         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
2968         major-mode (bug#7284).
2970 2010-10-31  Glenn Morris  <rgm@gnu.org>
2972         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2973         rather than just an unused variable that inherits from the real one.
2975 2010-10-31  Alan Mackenzie  <acm@muc.de>
2977         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2978         This fixes bug #7185.
2980 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
2982         * startup.el (command-line): Search for package directories, and
2983         don't load package.el if none are found.
2985         * emacs-lisp/package.el (describe-package, list-packages):
2986         Call package-initialize if it has not been called yet.
2988 2010-10-30  Alan Mackenzie  <acm@muc.de>
2990         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
2991         which fontifies the tail of an enum.
2992         (c-basic-matchers-after): Insert a call to the above new function.
2993         This fixes bug #7264.
2995 2010-10-30  Glenn Morris  <rgm@gnu.org>
2997         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
2998         tool-bar-mode, transient-mark-mode.  (Bug#7306)
2999         Include the :set property in the dumped Emacs.
3001 2010-10-30  Martin Rudalics  <rudalics@gmx.at>
3003         * window.el (window-deletable-p, quit-restore-window): Adapt to
3004         new quit-restore semantics.
3005         (split-window-quit-restore): Remove.
3006         (split-window-vertically, split-window-horizontally):
3007         Unconditionally copy quit-restore parameter to new window.
3008         (display-buffer-names): Mention quit-restore window parameter.
3009         (display-buffer-window-and-buffer): Rename to
3010         display-buffer-window and rewrite doc-string.
3011         (display-buffer-in-window, display-buffer-in-lru-buffer-window)
3012         (display-buffer-in-lru-window, display-buffer-in-new-window)
3013         (display-buffer-in-new-frame, display-buffer): Move quit-restore
3014         parameter handling from display-buffer-in-window to the callers.
3015         Set display-buffer-window.
3017         * help.el (help-window-setup, with-help-window): Use
3018         display-buffer-window insted of display-buffer-window-and-buffer
3019         and adapt to new semantics of the former.
3021 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3023         SMIE: change indent rules format, improve smie-setup.
3024         * emacs-lisp/smie.el (smie-precs-precedence-table)
3025         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
3026         Mark them pure so the tables gets built at compile time.
3027         (smie-bnf-precedence-table): Store the closer-alist in the table.
3028         (smie-prec2-levels): Preserve the closer-alist.
3029         (smie-blink-matching-open): Be more forgiving in case of indentation.
3030         (smie-hanging-p): Rename from smie-indent--hanging-p.
3031         (smie-bolp): Rename from smie-indent--bolp.
3032         (smie--parent, smie--after): New dynamic vars.
3033         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
3034         (smie-indent-rules): Remove.
3035         (smie-indent--offset-rule): Remove fun.
3036         (smie-rules-function): New var.
3037         (smie-indent--rule): New fun.
3038         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
3039         (smie-indent-exps): Use it.
3040         (smie-setup): Setup paren blinking; add keyword args for token
3041         functions; extract closer-alist from op-levels.
3042         (smie-indent-debug-log): Remove var.
3043         (smie-indent-debug): Remove fun.
3044         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
3045         (prolog-smie-rules): New fun to replace it.
3046         (prolog-mode-variables): Simplify.
3047         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
3048         it's setup automatically.
3049         (octave-smie-indent-rules): Remove.
3050         (octave-smie-rules): New fun to replace it.
3051         (octave-mode): Simplify.
3053 2010-10-29  Glenn Morris  <rgm@gnu.org>
3055         * files.el (temporary-file-directory): Remove (already defined in C).
3056         * cus-start.el: Add temporary-file-directory.
3058         * abbrev.el (abbrev-mode):
3059         * composite.el (auto-composition-mode):
3060         * menu-bar.el (menu-bar-mode):
3061         * simple.el (transient-mark-mode):
3062         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
3063         that they do not define the associated variables twice.
3064         * simple.el (transient-mark-mode): Remove defvar.
3065         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
3066         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
3067         Handle multiple groups, and also custom-delayed-init-variables.
3068         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3070 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3072         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
3073         (pcase-if): Add one minor optimization.
3074         (pcase-split-equal): Rename from pcase-split-eq.
3075         (pcase-split-member): Rename from pcase-split-memq.
3076         (pcase-u1): Add strings to the member optimization.
3077         Add `guard' variant of predicates.
3078         (pcase-q1): Add string patterns.
3080 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3082         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
3084 2010-10-28  Glenn Morris  <rgm@gnu.org>
3086         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
3087         Move menu-bar related settings to ../menu-bar.el.
3088         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
3089         Move ns-specific settings here from term/ns-win.el.
3091         * simple.el (x-selection-owner-p): Remove unused declaration.
3093 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3095         * minibuffer.el (completion-cycling): New var (bug#7266).
3096         (minibuffer-complete, completion--do-completion):
3097         Use completion--flush-all-sorted-completions.
3098         (minibuffer-complete): Only cycle if completion-cycling is set.
3099         (completion--flush-all-sorted-completions): Unset completion-cycling.
3100         (minibuffer-force-complete): Set completion-cycling.
3101         (completion-all-sorted-completions): Move declaration before first use.
3103 2010-10-28  Leo  <sdl.web@gmail.com>
3105         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
3106         which changes the order of matches seen by users (bug#7231).
3108 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
3110         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3111         Don't confuse -omega as "-o mega".
3113 2010-10-27  Martin Rudalics  <rudalics@gmx.at>
3115         * frame.el (pop-up-frame-alist, pop-up-frame-function)
3116         (special-display-frame-alist): Make obsolete.
3118         * window.el (display-buffer-window-and-buffer)
3119         (window--display-buffer-in-window, window--reuse-window)
3120         (window--pop-up-window, window--pop-up-frame)
3121         (split-window-sensibly, window-sensibly-splittable-p)
3122         (window--raise-window-frame, window--usable-frame): Remove.
3123         (display-buffer-mark-dedicated, display-buffer-function)
3124         (special-display-buffer-names)
3125         (special-display-regexps, special-display-p)
3126         (special-display-function, same-window-buffer-names)
3127         (same-window-regexps, same-window-p, pop-up-frames)
3128         (display-buffer-reuse-frames, pop-up-windows)
3129         (split-height-threshold, split-width-threshold)
3130         (even-window-heights): Make obsolete.
3131         (display-buffer-names, display-buffer-regexps): New options.
3132         (display-buffer-frame, display-buffer-normalize-specifiers-1)
3133         (display-buffer-normalize-specifiers)
3134         (display-buffer-adjust-heights, display-buffer-select-window)
3135         (display-buffer-in-window, display-buffer-in-lru-buffer-window)
3136         (display-buffer-in-lru-window, display-buffer-split-window-1)
3137         (display-buffer-split-window, display-buffer-in-new-window)
3138         (display-buffer-in-new-frame, normalize-buffer-to-display)
3139         (display-buffer-same-window, display-buffer-other-window)
3140         (pop-to-buffer-same-window, pop-to-buffer-other-window)
3141         (pop-to-buffer-other-frame, normalize-buffer-to-switch-to): New
3142         functions.
3143         (display-buffer-locations, display-buffer-default-specifiers)
3144         (display-buffer-other-window-specifiers)
3145         (display-buffer-other-frame-specifiers)
3146         (display-buffer-split-specifiers)
3147         (display-buffer-side-specifiers): New variables/constants.
3148         (display-buffer): Major rewrite.
3149         (pop-to-buffer): Rewrite.  Default buffer-or-name argument to
3150         the current buffer.
3151         (switch-to-buffer, switch-to-buffer-other-window)
3152         (switch-to-buffer-other-frame): Rewrite.
3154         * calendar/calendar.el (calendar-basic-setup): Do not call
3155         split-window-horizontally before popping to buffer.  Eventually
3156         the second argument of pop-to-buffer must be set accordingly.
3158         * dired.el (dired-pop-to-buffer): Adapt to new buffer display
3159         code.
3161         * info.el (Info-revert-find-node, info, info-other-window)
3162         (Info-find-node, Info-next, Info-prev, Info-up)
3163         (Info-goto-emacs-command-node, Info-speedbar-goto-node): Adapt
3164         to new buffer display code.
3166 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3168         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
3169         (log-edit-author): New dynamic var.
3170         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
3171         to return the author if different from committer.
3172         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
3174         * play/landmark.el: Adjust commenting convention.
3175         (lm-nil-score): Rename from nil-score.
3176         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
3177         (OOOOscore): Move into a let in lm-score-trans-table.
3178         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
3180         * electric.el (electric-indent-chars): Autoload.
3181         * progmodes/octave-mod.el (octave-mode):
3182         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
3183         (ruby-mode-abbrev-table): Merge initialization and declaration.
3185 2010-10-27  Glenn Morris  <rgm@gnu.org>
3187         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
3188         variable.
3190         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
3192         * term/ns-win.el: Restore require of cl when compiling.
3193         (menu-bar-final-items): Remove non-existent `windows' menu.
3194         (ns-handle-nxopen): Optionally handle the temp-case.
3195         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
3196         (ns-insert-file, ns-find-file): Use `pop'.
3198 2010-10-26  Glenn Morris  <rgm@gnu.org>
3200         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
3202 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
3204         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
3205         global map.
3206         * term/common-win.el (x-setup-function-keys): Remove most of the
3207         keymappings.  Comment on the remaining ones.
3209 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
3211         * server.el (server-port): New option.  (Bug#854)
3212         (server-start): Use server-port.
3214 2010-10-26  Glenn Morris  <rgm@gnu.org>
3216         * term/ns-win.el (ns-version-string): Remove unused declaration.
3217         (ns-invocation-args): Change to x-invocation-args.
3218         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
3219         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
3220         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
3221         Use x-invocation-args instead of ns-invocation-args.
3222         (ns-initialize-window-system, handle-args-function-alist):
3223         Use x-handle-args instead of ns-handle-args.
3224         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
3225         * startup.el (command-line-ns-option-alist): Replace
3226         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
3227         ns-handle-iconic with the x- equivalents.
3229         * term/common-win.el (x-select-enable-clipboard):
3230         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
3232         * term/ns-win.el: No need to require cl when compiling.
3233         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
3234         (xw-defined-colors): Use the common-win definitions.
3235         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
3236         (ns-handle-iconic): Make it an alias for x-handle-iconic.
3237         * term/common-win.el (x-select-text, x-alternatives-map)
3238         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
3239         * loadup.el [ns]: Load common-win.
3241 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
3243         * epa-mail.el (epa-mail-encrypt): Handle local-part only
3244         recipients; expand mail aliases (Bug#7280).
3246 2010-10-25  Martin Rudalics  <rudalics@gmx.at>
3248         * window.el (window-iso-combination-p, window-iso-combinations):
3249         New functions.
3250         (walk-windows, get-window-with-predicate)
3251         (get-buffer-window-list, one-window-p): Fix doc-string.
3252         (window-in-direction): The column / row value of `posn-at-point'
3253         can be nil for the mini-window, guard against that.
3254         (resize-mini-window): Make this usable.  It's needed, for
3255         example, by ispell.el.
3256         (resize-window): Handle case where window argument denotes a
3257         minibuffer window.
3258         (window-children-count): Remove.
3259         (split-window): Fix some broken size calculations.
3261 2010-10-25  Glenn Morris  <rgm@gnu.org>
3263         * term/common-win.el (x-handle-switch): Simplify with pop.
3264         Optionally handle numeric switches.
3265         (x-handle-numeric-switch): Just call x-handle-switch.
3266         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
3267         (x-handle-name-switch, x-handle-display, x-handle-args):
3268         Simplify with pop.
3270         * term/ns-win.el: Do not require easymenu.
3271         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
3272         <spell>: Move adjustments to menu-bar.el.
3273         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
3274         <separator-undo, spell>: Move ns-win's adjustments here.
3275         * loadup.el [ns]: Do not load easymenu.
3277 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3279         * image.el (image-checkbox-checked, image-checkbox-unchecked):
3280         Delete (Bug#7222).
3282         * startup.el (fancy-startup-tail): Instead of using inline images,
3283         refer to image files from etc/.
3285         * wid-edit.el (checkbox): Likewise.
3286         (widget-image-find): Center image specs.
3288 2010-10-24  Glenn Morris  <rgm@gnu.org>
3290         * term/ns-win.el (x-select-text): Doc fix.
3291         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
3292         (x-select-text): Move to term/common-win.
3293         * term/w32-win.el (xw-defined-colors): Move to common-win.
3294         * term/x-win.el (xw-defined-colors, x-alternatives-map)
3295         (x-setup-function-keys, x-select-text): Move to common-win.
3296         * term/common-win.el (x-select-text, x-alternatives-map)
3297         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
3298         definitions here.
3300 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
3302         * net/mairix.el (mairix-searches-mode-map):
3303         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
3305 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
3307         * verilog-mode.el (verilog-directive-re): Make this variable
3308         auto-built for efficiency of execution and updating.
3309         (verilog-extended-complete-re): Support 'pure' fucntion & task
3310         declarations (these have no bodies).
3311         (verilog-beg-of-statement): General cleanup to enable support of
3312         'pure' fucntion & task declarations (these have no bodies).
3313         These efforts together fix Verilog bug210 from veripool; which was also
3314         noticed by Steve Pearlmutter.
3315         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
3316         (verilog-directive-nest-re, verilog-set-auto-endcomments):
3317         Support `elsif.  Reported by Shankar Giri.
3318         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
3319         attribute handling for lining up declarations and assignments.
3320         (verilog-beg-of-statement-1): Fix issue where continued declaration
3321         is indented differently if it is after a begin..end clock.
3322         (verilog-in-attribute-p, verilog-skip-backward-comments)
3323         (verilog-skip-forward-comment-p): Support proper treatment of
3324         attributes by indent code. Reported by Jeff Steele.
3325         (verilog-in-directive-p): Fix comment to correctly describe function.
3326         (verilog-backward-up-list, verilog-in-struct-region-p)
3327         (verilog-backward-token, verilog-in-struct-p)
3328         (verilog-in-coverage-p, verilog-do-indent)
3329         (verilog-pretty-declarations): Use verilog-backward-up-list as
3330         wrapper around backward-up-list inorder to properly skip comments.
3331         Reported by David Rogoff.
3332         (verilog-property-re, verilog-endcomment-reason-re)
3333         (verilog-beg-of-statement, verilog-set-auto-endcomments)
3334         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
3335         of if). Reported by Max Bjurling and
3336         (verilog-calc-1): Fix for clocking block in modport
3337         declaration. Reported by Brian Hunter.
3339 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
3341         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
3342         (verilog-gate-keywords, verilog-read-sub-decls)
3343         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
3344         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
3345         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
3346         (verilog-read-decls): Fix spaces in V2K module parameters causing
3347         mis-identification as interfaces, bug287.
3348         (verilog-read-decls): Fix not treating "parameter string" as a
3349         parameter in AUTOINSTPARAM.
3350         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
3351         treating `elsif similar to `endif inside AUTOSENSE.
3352         (verilog-do-indent): Implement correct automatic or static task or
3353         function end comment highlight. Reported by Steve Pearlmutter.
3354         (verilog-font-lock-keywords-2): Fix highlighting of single
3355         character pins, bug264.  Reported by Michael Laajanen.
3356         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
3357         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
3358         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
3359         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
3360         (verilog-pretty-expr): Fix interactive arguments, bug272.
3361         Reported by Mark Johnson.
3362         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
3363         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
3364         bug269. Suggested by Gary Delp.
3365         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
3366         (verilog-preprocessor, verilog-set-compile-command):
3367         Create verilog-preprocess and verilog-preprocessor to show
3368         preprocessed output.
3369         (verilog-get-beg-of-line, verilog-get-end-of-line)
3370         (verilog-modi-file-or-buffer, verilog-modi-name)
3371         (verilog-modi-point, verilog-within-string): Move defmacro's
3372         before first use to avoid warning. Reported by Steve Pearlmutter.
3373         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
3374         (verilog-colorize-region, verilog-highlight-buffer)
3375         (verilog-highlight-includes, verilog-highlight-modules)
3376         (verilog-highlight-region, verilog-mode): Rename colorize to
3377         highlight to match other packages.  Disable module highlighting,
3378         as received speed complaints, reenable for experimentation only
3379         using new verilog-highlight-modules.
3380         (verilog-read-decls): Fix regexp stack overflow in very large
3381         AUTO_TEMPLATEs, bug250.
3382         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
3383         (verilog-scan): Create verilog-save-buffer-state to standardize
3384         making insignificant changes that shouldn't call hooks.
3385         (verilog-save-no-change-functions, verilog-save-scan-cache)
3386         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
3387         Create verilog-save-no-change-functions to wrap verilog-scan
3388         preservation, and fix to work with nested preserved calls.
3389         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
3390         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
3391         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
3392         (verilog-submit-bug-report): Update variable list to be complete.
3393         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
3394         breaking on-the-fly font-locking.
3395         (verilog-colorize-buffer, verilog-colorize-include-files)
3396         (verilog-colorize-include-files-buffer, verilog-colorize-region)
3397         (verilog-load-file-at-mouse, verilog-load-file-at-point)
3398         (verilog-mode, verilog-read-inst-module-matcher): With point on a
3399         AUTOINST cell instance name, middle mouse button now finds-file on
3400         it.  Suggested by Brad Dobbie.
3401         (verilog-alw-get-temps, verilog-auto-reset)
3402         (verilog-auto-sense-sigs, verilog-read-always-signals)
3403         (verilog-read-always-signals-recurse): Fix loop indexes being
3404         AUTORESET. AUTORESET now assumes any variables in the
3405         initialization section of a for() should be ignored.
3406         Reported by Dan Dever.
3407         (verilog-error-font-lock-keywords)
3408         (verilog-error-regexp-emacs-alist)
3409         (verilog-error-regexp-xemacs-alist): Fix error detection of
3410         Cadence HAL, reported by David Asher.  Repair drift between the
3411         three similar error variables.
3412         (verilog-modi-lookup, verilog-modi-lookup-cache)
3413         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
3414         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
3415         Fix slow verilog-auto expansion on very large files.
3416         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
3417         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
3418         "{1*2{...".  Broke in last revision.
3419         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
3420         submodule connections with replications "{#{a},#{b}}".
3422 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
3424         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
3425         Fix typo in docstring.
3427 2010-10-24  Kenichi Handa  <handa@m17n.org>
3429         * face-remap.el (text-scale-adjust): Call read-event with a proper
3430         prompt.
3432 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3434         * emacs-lisp/unsafep.el: Don't mark functions that display
3435         messages as safe.  Suggested by Johan Bockgård.
3437 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3439         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
3440         Turn comments into docstrings.
3442         * minibuffer.el (completion--replace): Move point where it belongs
3443         when there's a common suffix (bug#7215).
3445 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3447         Merge read-color and facemenu-read-color (Bug#7242).
3449         * faces.el (read-color): Use the completion code from
3450         facemenu-read-color.  Require match in completion.  Doc fix.
3452         * facemenu.el (facemenu-read-color): Alias for read-color.
3453         (facemenu-set-foreground, facemenu-set-background):
3454         Use read-color.
3456         * frame.el (set-background-color, set-foreground-color)
3457         (set-cursor-color, set-mouse-color, set-border-color):
3458         Use read-color.
3460 2010-10-24  Leo  <sdl.web@gmail.com>
3462         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
3463         argument of delete-file and delete-directory (Bug#7011).
3465 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3467         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
3468         button-buffer-map.
3470 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
3472         * emacs-lisp/package.el (package--generate-package-list): Make the
3473         *Packages* buffer read-only.
3475 2010-10-24  Alan Mackenzie  <acm@muc.de>
3477         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
3478         result of `c-beginning-of-decl-1' between invocations of a lambda
3479         function (Bug #7265).
3481 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
3483         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
3484         executable is not available on the system (Bug#7268).
3486 2010-10-24  Glenn Morris  <rgm@gnu.org>
3488         * select.el (selection-coding-system, next-selection-coding-system):
3489         Sync doc with C versions.
3491         * w32-vars.el (x-select-enable-clipboard):
3492         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
3493         * term/common-win.el (x-select-enable-clipboard): Move here.
3495         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
3496         definition of C variable.
3498         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
3499         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3500         Don't redefine things that are defined in C.
3501         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
3502         (show-trailing-whitespace, auto-hscroll-mode)
3503         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3504         Set up the appropriate custom properties.
3506 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3508         Bind "C-c ]" to ...
3509         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
3510         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
3511         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
3512         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
3514 2010-10-23  Glenn Morris  <rgm@gnu.org>
3516         * textmodes/flyspell.el (flyspell-mode): If there was an error,
3517         say what it was.
3519         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
3520         Sync docs with C version.
3522         * term/ns-win.el (xw-defined-colors):
3523         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
3525         * term/pc-win.el (x-select-enable-clipboard):
3526         * term/x-win.el (x-select-enable-clipboard):
3527         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
3529         * comint.el (comint-password-prompt-regexp): Make it less vague.
3530         Bump version.
3532         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
3534         * help.el (finder-by-keyword): Remove unnecessary autoload.
3536 2010-10-22  Glenn Morris  <rgm@gnu.org>
3538         * loadup.el: Unconditionally load float-sup.
3539         * paren.el (show-paren-delay):
3540         * emacs-lisp/float-sup.el:
3541         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
3542         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
3543         (lazy-lock-stealth-verbose): Assume float support.
3544         * ps-print.el: Assume float support on Emacs.
3545         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
3546         Remove non-float branch.
3548         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
3549         src/Makefile no longer being pre-processed.
3551 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3553         * emacs-lisp/find-func.el (find-library): Use test-completion.
3555 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
3559 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
3561         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
3562         space in stat format string.
3563         (tramp-send-command): Unset $PS1 when using here documents, in
3564         order not to get several prompts.
3565         (tramp-get-inline-coding): Return `nil' in case of errors.
3567 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
3569         * hexl.el (hexl-mode, hexl-mode-exit):
3570         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
3571         (hexl-revert-buffer-function): New function.
3572         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
3574 2010-10-19  Alan Mackenzie  <acm@muc.de>
3576         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
3577         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
3578         that these keywords aren't wrongly matched as identifiers.
3580         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
3581         setting of c-new-BEG and c-new-END from c-before-change to
3582         c-after-change.  (Bug#7181)
3584 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
3586         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
3587         Don't mark as safe.
3589         * custom.el (custom-theme-set-variables): Likewise.
3590         (load-theme): Add custom-theme-set-faces and
3591         custom-theme-set-variables to safe-functions while loading.
3592         (custom-enabled-themes): Mark as risky.
3594 2010-10-18  Julien Danjou  <julien@danjou.info>
3596         * bindings.el: Remove end dashes in default mode-line-format.
3598 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
3600         * bindings.el (global-map): Bind C-d to delete-char and deletechar
3601         to delete-forward-char.
3603         * simple.el (normal-erase-is-backspace-mode): Remap delete to
3604         deletechar, and hence delete-forward-char.
3606 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3608         * repeat.el (repeat): Use read-key (bug#6256).
3610 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
3612         * emacs-lisp/unsafep.el: Don't mark functions that display
3613         messages as safe.  Suggested by Johan Bockgård.
3615 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3617         * minibuffer.el (completion--replace): Move point where it belongs
3618         when there's a common suffix (bug#7215).
3620 2010-10-19  Kenichi Handa  <handa@m17n.org>
3622         * international/characters.el: Add category '|' (word breakable)
3623         to fullwidth characters.
3625 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
3627         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
3628         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
3629         order to make stat results a float.  Patch by Andreas Schwab
3630         <schwab@linux-m68k.org>.
3632 2010-10-18  Julien Danjou  <julien@danjou.info>
3634         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
3635         hidden by `make-pointer-invisible'.
3637 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3639         * files.el (locate-file-completion-table): Strip non-matching elements
3640         before checking length of list (bug#7238).
3642 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
3644         * custom.el (custom-theme-set-variables): Mark as a safe function.
3645         (load-theme): Check forms using unsafep.
3647         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
3649 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
3651         * textmodes/ispell.el (ispell-aspell-find-dictionary):
3652         Fix aspell data file searching (bug#7230).
3654 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
3656         * cus-theme.el (custom-theme--migrate-settings): New var.
3657         (customize-create-theme): Allow editing the `user' theme.
3658         (custom-theme-add-variable, custom-theme-add-var-1)
3659         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
3660         to the front of each variable or face widget.
3661         (custom-theme-write): Save theme settings in the correct order.
3662         Optionally, remove saved settings from user customizations.
3663         (custom-theme-write-variables, custom-theme-write-faces):
3664         Save only the checked widgets.
3665         (customize-themes): Add a link for migrating custom settings.
3667         * custom.el (custom-declare-theme, provide-theme):
3668         Use custom-theme-name-valid-p.
3669         (custom-theme-name-valid-p): Remove checks that are now
3670         unnecessary since themes no longer obey load-path.
3672         * cus-edit.el (custom-variable-value-create): For the simple
3673         style, hide documentation string when hidden.
3675 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
3677         * cus-edit.el (custom-variable, custom-face): Combine the
3678         :inhibit-magic and :display-style properties into a single
3679         :custom-style property.
3680         (custom-toggle-hide-variable, custom-toggle-hide-face):
3681         New functions.  If hiding an edited value, save it to :shown-value.
3682         (custom-variable-value-create, custom-face-value-create): Use them.
3683         (custom-magic-reset): Allow magic property to be unset.
3685         * custom.el: Custom themes no longer use load-path.
3686         (custom-theme-load-path): New option.  Change built-in theme
3687         directory to etc/.
3688         (custom-enabled-themes): Add custom-theme-load-path dependency.
3689         (custom-theme--load-path): New function.
3690         (load-theme, custom-available-themes): Use it.
3692         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3693         (customize-themes): Link to custom-theme-load-path variable.
3694         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3695         :custom-style property.
3697         * themes/*.el: Moved to etc/.
3699 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
3701         * textmodes/reftex-cite.el
3702         (reftex-extract-bib-entries-from-thebibliography): Do not move
3703         point when searching for \bibitem entries.  Match entries with
3704         spaces or tabs in front of arguments.
3706 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
3708         * cus-theme.el (customize-create-theme): Delete overlays after
3709         erasing.  If given a THEME arg, display only the faces of that arg
3710         instead of custom-theme--listed-faces.
3711         (custom-theme-variable-menu, custom-theme-variable-action)
3712         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
3713         (custom-theme-add-variable, custom-theme-add-face): Apply value
3714         from the theme settings, instead of the current value.
3715         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
3716         (custom-theme-visit-theme): Allow calling outside theme buffers.
3717         (custom-theme-merge-theme): Don't enable the theme when merging.
3718         (custom-theme-write-variables, custom-theme-write-faces): Use the
3719         :shown-value properties to save buffer values, not global ones.
3720         (customize-themes): Display a warning about user customizations.
3722         * cus-edit.el (custom-variable-value-create)
3723         (custom-face-value-create): Obey new special properties
3724         :shown-value and :inhibit-magic.
3726 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
3728         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3729         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
3730         <dale@codefu.org>.
3732 2010-10-14  Kenichi Handa  <handa@m17n.org>
3734         * mail/rmail.el (rmail-show-message-1): Catch an error of
3735         base64-decode-region and just show an error message (bug#7165).
3737         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
3738         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
3739         a font-spec (bug#7197).
3741 2010-10-14  Glenn Morris  <rgm@gnu.org>
3743         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
3745 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
3747         * international/mule.el (define-coding-system):
3748         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3749         * composite.el (compose-region): Fix typo in docstring.
3751 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
3753         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
3754         only after checking the theme-face property.
3756         * faces.el (face-spec-reset-face): Reset all attributes in one
3757         single call to set-face-attribute.
3758         (face-spec-match-p): Make it a defsubst.
3759         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
3760         (x-create-frame-with-faces, tty-create-frame-with-faces)
3761         (tty-set-up-initial-frame-faces): Don't recompute face specs in
3762         frame-set-background-mode, since they are recomputed immediately
3763         afterwards in face-set-after-frame-default.
3764         (face-set-after-frame-default): Minor optimization.
3765         (cursor): Provide non-trivial defface spec.
3767         * custom.el (custom-theme-recalc-face): Simplify.
3769 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
3771         * calc/calc-alg.el (math-var): Rename from `var'.
3772         (math-is-polynomial, math-is-poly-rec): Replace `var'
3773         with `math-var'.
3775         * calc/calcalg2.el (math-var): Rename from `var'.
3776         (calcFunc-table, math-scan-for-limits): Replace `var'
3777         with `math-var'.
3779 2010-10-13  Glenn Morris  <rgm@gnu.org>
3781         * subr.el (last): Deal with dotted lists (reported in bug#7174).
3783 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
3785         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
3787 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789         * net/tls.el (tls-program): Remove spurious %s from openssl.
3790         (tls-starttls-switches): Remove starttls hack.
3791         (open-tls-stream): Ditto.
3792         (tls-find-starttls-argument): Ditto.
3794 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
3796         * image.el (image-library-alist): Declare as obsolete alias.
3797         (image-type-available-p): Use `dynamic-library-alist'.
3799         * term/w32-win.el (dynamic-library-alist):
3800         Use instead of `image-library-alist'.
3802 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
3804         * subr.el (last): Make it faster.  (Bug#7174)
3806 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
3808         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
3810 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
3812         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
3813         (describe-theme-1): Extract doc from unloaded themes.
3815         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
3817         * themes/tango-theme.el:
3818         * themes/tango-dark-theme.el:
3819         * themes/wheatgrass-theme.el: New files.
3821 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
3823         * cus-theme.el (describe-theme, customize-themes)
3824         (custom-theme-save): New commands.
3825         (custom-new-theme-mode-map): Bind C-x C-s.
3826         (custom-new-theme-mode): Use custom--initialize-widget-variables.
3827         (customize-create-theme): New optional arg THEME.
3828         (custom-theme-revert): Use it.
3829         (custom-theme-visit-theme): Remove dead code.
3830         (custom-theme-merge-theme): Use custom-available-themes.
3831         (custom-theme-write): Make interactive.
3832         (custom-theme-write): Use custom-theme-name-valid-p.
3833         (describe-theme-1, custom-theme-choose-revert)
3834         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
3835         New funs.
3836         (custom-theme-allow-multiple-selections): New option.
3837         (custom-theme-choose-mode): New major mode.
3839         * custom.el (custom-theme-set-variables): Remove dead code.
3840         Obey custom--inhibit-theme-enable.
3841         (custom--inhibit-theme-enable): New var.
3842         (provide-theme): Obey it.
3843         (load-theme): Replace load with manual read/eval, in order to
3844         check for correctness.  Use custom-theme-name-valid-p.
3845         (custom-theme-name-valid-p): New function.
3846         (custom-available-themes): Use it.
3848         * cus-edit.el (custom--initialize-widget-variables): New function.
3849         (Custom-mode): Use it.
3851         * cus-face.el (custom-theme-set-faces): Remove dead code.
3852         Obey custom--inhibit-theme-enable.
3854         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
3856 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
3858         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
3860 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
3862         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
3863         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
3864         (mac-right-option-modifier): New alias for ns-right-option-modifier.
3866         * cus-start.el (all): ns-right-alternate-modifier is new.
3868 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3870         * emacs-lisp/lisp.el (lisp-completion-at-point):
3871         Use emacs-lisp-mode-syntax-table for the whole function.
3873 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
3875         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
3876         instead of font-lock-mode before adding keywords.
3877         Remove hi-lock-mode off code.  Remove inhibit hack.
3878         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
3879         non-nil; removed hook inhibit hack.
3881 2010-10-12  Glenn Morris  <rgm@gnu.org>
3883         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
3884         (load-path-shadows-find): ... to this.
3885         (list-load-path-shadows): Update for above change.
3887         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
3889 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3891         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
3892         Fix comment for declare-function.
3894 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
3896         * custom.el (custom-fix-face-spec): New function; code moved from
3897         custom-face-edit-fix-value.
3898         (custom-push-theme): Use it when checking if a face has been
3899         changed outside customize.
3900         (custom-available-themes): New function.
3901         (load-theme): Use it.
3903         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
3905         * custom.el (custom-push-theme): Cleanup (use cond).
3906         (disable-theme): Recompute the saved-face property.
3907         (custom-theme-recalc-face): Follow face alias before setting prop.
3909         * image.el (image-checkbox-checked, image-checkbox-unchecked):
3910         New variables, containing checkbox images.
3912         * startup.el (fancy-startup-tail):
3913         * wid-edit.el (checkbox): Use them.
3915 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3917         * shell.el (shell-mode-map):
3918         * progmodes/modula2.el (m2-mode-map):
3919         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
3920         * play/mpuz.el (mpuz-mode-map):
3921         * play/landmark.el (lm-mode-map):
3922         * play/decipher.el (decipher-mode-map):
3923         * play/5x5.el (5x5-mode-map):
3924         * net/telnet.el (telnet-mode-map):
3925         * net/quickurl.el (quickurl-list-mode-map):
3926         * net/mairix.el (mairix-searches-mode-map):
3927         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
3928         * net/dig.el (dig-mode-map):
3929         * mail/mspools.el (mspools-mode-map):
3930         * hexl.el (hexl-mode-map):
3931         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
3932         (wordstar-C-o-map, wordstar-C-q-map):
3933         * emacs-lisp/edebug.el (edebug-eval-mode-map):
3934         * emacs-lisp/chart.el (chart-map):
3935         * edmacro.el (edmacro-mode-map):
3936         * erc/erc-list.el (erc-list-menu-mode-map):
3937         * array.el (array-mode-map): Declare and define in one step.
3939         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3941 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
3943         * epa.el (epa-passphrase-callback-function): Display filename
3944         passed as the 3rd arg.
3945         * epa-file.el (epa-file-passphrase-callback-function):
3946         Pass filename to epa-passphrase-callback-function.
3948 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
3950         * cus-edit.el (custom-face-widget-to-spec)
3951         (custom-face-get-current-spec, custom-face-state): New functions.
3952         (custom-face-set, custom-face-mark-to-save)
3953         (custom-face-value-create, custom-face-state-set): Use them.
3955         * cus-theme.el (custom-theme--listed-faces): New var.
3956         (customize-create-theme): Use *Custom Theme* as the buffer name.
3957         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
3958         faces listed in custom-theme--listed-faces.
3959         (custom-theme-revert): New function.
3960         (custom-theme-add-variable, custom-theme-add-face): Insert at the
3961         bottom of the list.
3962         (custom-theme-write): Prompt for theme name if empty.
3963         (custom-theme-write-variables): Use dolist.
3964         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
3966 2010-10-09  Alan Mackenzie  <acm@muc.de>
3968         Enhance fontification of declarators to take account of the
3969         presence/absence of "typedef".
3971         * cc-engine.el (c-forward-type): New &optional param
3972         "brace-block-too".
3973         (c-forward-decl-or-cast-1): cdr of return value now indicates the
3974         presence of either or both of a "struct"-like keyword and "typedef".
3976         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
3977         fontification of declarators which follow a "}".
3978         (c-font-lock-declarations): Fontify declarators according to the
3979         presence/absence of "typedef".
3981         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
3982         for "typedef".
3983         (c-typedef-decl-key): New lang variable built from
3984         c-typedef-decl-kwds.
3986 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
3989         since that's too annoying.  Move the filter groups commands to
3990         TAB/backtab.
3992         * epa.el (epa-passphrase-callback-function): Say what we're
3993         querying the password for.
3995         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
3996         behaviour, don't bury the ibuffer buffer when visiting other buffers.
3998 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
4000         * cus-edit.el (custom-commands, custom-buffer-create-internal)
4001         (custom-magic-value-create): Pad button tags with spaces.
4002         (custom-face-edit): New variable.
4003         (custom-face-value-create): Determine whether to use the usual
4004         face editor here, instead of using custom-face-selected.
4005         Pass face defaults to custom-face-edit widget.
4006         (custom-face-selected, custom-display-unselected): Delete widgets.
4007         (custom-display-unselected-match): Function removed.
4008         (custom-face-set, custom-face-mark-to-save):
4009         Accept custom-face-edit widgets as the direct widget child.
4011         * wid-edit.el (widget--completing-widget): New var.
4012         (widget-default-complete): Bind it when doing completion.
4013         (widget-string-complete, widget-file-complete): Use it.
4015 2010-10-09  Glenn Morris  <rgm@gnu.org>
4017         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
4018         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
4019         (holiday-hebrew-misc): Small simplifications.
4021         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
4023         * net/browse-url.el: Don't require thingatpt, term, dired,
4024         executable, or w3-auto when compiling.
4025         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
4026         Declare.
4027         (browse-url-text-emacs): Require term.
4029 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
4031         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
4033 2010-10-08  Glenn Morris  <rgm@gnu.org>
4035         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
4037         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
4038         (shadows-compare-text-p): Make it an obsolete alias for...
4039         (load-path-shadows-compare-text): ... new name.
4040         (find-emacs-lisp-shadows): Update for above name change.
4041         (load-path-shadows-same-file-or-nonexistent): New name for the old
4042         shadow-same-file-or-nonexistent.
4044 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
4046         * minibuffer.el (completion--some, completion--do-completion)
4047         (minibuffer-complete-and-exit, minibuffer-completion-help)
4048         (completion-basic-try-completion)
4049         (completion-basic-all-completions)
4050         (completion-pcm--find-all-completions): Use lexical-let to
4051         avoid some false matches in variable completion (Bug#7056)
4053 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
4055         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
4057 2010-10-08  Leo  <sdl.web@gmail.com>
4059         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
4060         return non-nil if the file exists (Bug#7090).
4062 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4064         * minibuffer.el (completion--replace):
4065         Better preserve markers (bug#7138).
4067 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
4069         * server.el (server-process-filter): Doc fix.
4071 2010-10-08  Drew Adams  <drew.adams@oracle.com>
4073         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
4075 2010-10-08  Glenn Morris  <rgm@gnu.org>
4077         * vc/ediff-wind.el (ediff-setup-control-frame):
4078         * vc/ediff-ptch.el (ediff-default-backup-extension):
4079         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
4080         (ediff-exec-process): Remove system-types emx, windows-95.
4082         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
4084 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
4086         * cus-edit.el (custom-variable, custom-face): Doc fix.
4087         (custom-face-edit): Add value-create attribute.
4088         (custom-face-edit-value-create)
4089         (custom-face-edit-value-visibility-action): New functions.
4090         Hide unused face attributes by default, and add a visibility toggle.
4091         (custom-face-edit-deactivate): Show empty values with shadow face.
4092         (custom-face-selected): Only use this for face specs with default
4093         attributes.
4094         (custom-face-value-create): Cleanup.
4096         * wid-edit.el (widget-checklist-value-create): Use dolist.
4097         (widget-checklist-match-find): Make second arg optional.
4099 2010-10-07  Glenn Morris  <rgm@gnu.org>
4101         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
4102         Prefix things.
4104         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
4105         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
4106         load-path-shadows-mode, update references.
4107         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
4108         Rename variable and button.
4109         (list-load-path-shadows): Update button caller.
4111 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4113         * emacs-lisp/smie.el (smie-bnf-classify): New function.
4114         (smie-bnf-precedence-table): Use it to remember the closers/openers.
4115         (smie-merge-prec2s): Handle those new entries.
4116         (smie-prec2-levels): Only set precedence to nil for actual
4117         openers/closers.
4118         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
4119         that is now unnecessary.
4121 2010-10-07  Miles Bader  <miles@gnu.org>
4123         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
4125 2010-10-07  Glenn Morris  <rgm@gnu.org>
4127         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
4128         (mail-position-on-field): Remove declarations.
4129         (mail-position-on-field): Autoload it.
4130         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
4131         and mail-header-end.  Don't require sendmail.
4133         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
4134         (shadow-mode): New mode.
4135         (shadow-find-file): New button.
4136         (list-load-path-shadows): Use shadow-mode and buttons.
4138         * iimage.el (iimage-version): Remove.
4139         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
4140         Turn into defcustoms.
4141         (iimage-mode-map): Give it a doc string.
4143         * calendar/appt.el (appt-activate): Give a warning rather than an error
4144         if there is no diary-file.
4146 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
4148         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4149         Use `tramp-handle-find-backup-file-name'.
4151 2010-10-06  Glenn Morris  <rgm@gnu.org>
4153         * font-core.el (font-lock-defaults-alist): Remove variable.
4154         (font-lock-mode): Doc fix.
4155         (font-lock-default-function): Do not consult font-lock-defaults-alist.
4156         * font-lock.el (font-lock-refresh-defaults): Doc fix.
4157         (font-lock-set-defaults): Doc fix.
4158         Do not consult font-lock-defaults-alist.
4160         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
4162         * emacs-lisp/cl.el: No longer provide cl-19.
4164 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
4166         * net/tramp.el (tramp-handle-directory-files-and-attributes)
4167         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
4168         New defuns, taken from tramp-smb.el.
4169         (tramp-coding-system-change-eol-conversion)
4170         (tramp-set-process-query-on-exit-flag): Remove.
4172         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
4173         (tramp-compat-coding-system-change-eol-conversion)
4174         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
4175         from tramp.el.
4177         * net/tramp-gvfs.el:
4178         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
4179         by `tramp-compat-set-process-query-on-exit-flag'.
4181         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4182         Use `tramp-handle-directory-files-and-attributes',
4183         `tramp-handle-file-exists-p' and
4184         `tramp-handle-file-newer-than-file-p'.
4185         (tramp-imap-handle-file-exists-p)
4186         (tramp-imap-handle-file-executable-p)
4187         (tramp-imap-handle-file-readable-p)
4188         (tramp-imap-handle-directory-files-and-attributes)
4189         (tramp-imap-handle-file-newer-than-file-p): Remove.
4191         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
4192         by `tramp-compat-set-process-query-on-exit-flag' and
4193         `tramp-coding-system-change-eol-conversion' by
4194         `tramp-compat-coding-system-change-eol-conversion'.
4196         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4197         Use `tramp-handle-directory-files-and-attributes',
4198         `tramp-handle-file-exists-p' and
4199         `tramp-handle-file-newer-than-file-p'.
4200         (tramp-smb-handle-directory-files-and-attributes)
4201         (tramp-smb-handle-file-exists-p)
4202         (tramp-smb-handle-file-newer-than-file-p): Remove.
4203         (tramp-smb-maybe-open-connection):
4204         Replace `tramp-set-process-query-on-exit-flag' by
4205         `tramp-compat-set-process-query-on-exit-flag'.
4207 2010-10-05  Glenn Morris  <rgm@gnu.org>
4209         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
4211 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
4213         Continue reorganization of load dependencies.  (Bug#7156)
4215         * net/tramp.el (tramp-handle-file-local-copy-hook)
4216         (tramp-delete-temp-file-function): Move down.
4217         (tramp-exists-file-name-handler): Move up.
4218         (tramp-register-file-name-handlers): Simplify autoload.
4219         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
4220         (tramp-handle-directory-files, tramp-handle-dired-uncache)
4221         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
4222         (tramp-handle-file-name-completion)
4223         (tramp-handle-file-name-directory)
4224         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
4225         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
4226         (tramp-handle-find-backup-file-name)
4227         (tramp-handle-insert-file-contents, tramp-handle-load)
4228         (tramp-handle-substitute-in-file-name)
4229         (tramp-handle-unhandled-file-name-directory)
4230         (tramp-mode-string-to-int, tramp-local-host-p)
4231         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4233         * net/tramp-gvfs.el (top):
4234         * net/tramp-smb.el (top): Do not require 'tramp-sh.
4236         * net/tramp-sh.el (all): Move several objects to tramp.el, see
4237         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
4239 2010-10-04  Glenn Morris  <rgm@gnu.org>
4241         * calendar/appt.el (appt-add): Ensure reminders are enabled.
4242         (appt-activate): Give status messages.
4244 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
4246         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
4247         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
4248         `gnutls-negotiate' (formerly `starttls-negotiate').
4249         Remove trivial wrapper `starttls-open-stream'.
4251 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
4253         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
4254         log-outgoing commands.
4255         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
4256         to create a buffer local revert-buffer-function variable.
4257         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
4258         revert-buffer-function lambda.
4260 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
4262         * net/gnutls.el (starttls-negotiate): Use the plist interface to
4263         `gnutls-boot'.  Make TYPE the only required parameter.
4264         Allow TRUSTFILES and KEYFILES to be lists.
4265         (open-ssl-stream): Use it.
4267 2010-10-03  Glenn Morris  <rgm@gnu.org>
4269         * subr.el (directory-sep-char): Remove obsolete variable.
4270         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
4271         it is "necessary".
4273         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
4274         * vc/vc.el (vc-static-header-alist): Doc fix.
4275         * vc/vc-cvs.el (vc-cvs-header):
4276         * vc/vc-rcs.el (vc-rcs-header):
4277         * vc/vc-sccs.el (vc-sccs-header):
4278         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
4279         * obsolete/vc-mcvs.el (vc-mcvs-header):
4280         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
4281         on XEmacs.
4283 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4285         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4286         Remove obsolete use of binary-overwrite-mode (Bug#7001).
4288 2010-10-03  Glenn Morris  <rgm@gnu.org>
4290         * obsolete/x-menu.el: Remove file, obsolete since 21.1
4292         * textmodes/rst.el (rst-font-lock-keywords-function):
4293         Drop Emacs 20 code.
4295         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
4297         * printing.el: Drop Emacs 20 code.
4299         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
4300         without having used appt.el already).
4302         * subr.el (make-local-hook): Remove function obsolete since 21.1.
4303         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
4304         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
4305         XEmacs.
4306         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
4307         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
4309         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
4310         (charset-width, find-charset-region, chars-in-region, forward-point)
4311         (encode-coding-string, coding-system-p, ccl-execute-on-string)
4312         (define-ccl-program, multibyte-string-p, string-make-multibyte):
4313         Remove compatibility cruft (none of these are used by ps*.el).
4315 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4317         * subr.el (booleanp): Return t instead of a list (Bug#7086).
4319 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4321         * server.el (server-process-filter, server-return-error):
4322         Give emacsclient time to shut down after receiving an error string.
4324 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
4326         * files.el (remote-file-name-inhibit-cache): New defcustom.
4328         * time.el (display-time-file-nonempty-p):
4329         Use `remote-file-name-inhibit-cache'.
4331         * net/tramp.el (tramp-completion-reread-directory-timeout):
4332         Fix docstring.
4334         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
4335         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
4336         `remote-file-name-inhibit-cache'.  Check also for an integer
4337         value.  Add/increase counter when `tramp-verbose' >= 10.
4338         (tramp-set-file-property): Add/increase counter when
4339         `tramp-verbose' >= 10.
4341         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4342         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
4343         (tramp-bug): Set tramp-autoload cookie.  Report all interned
4344         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
4345         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
4346         characters only in strings.
4348         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
4349         to backward compatibility.
4351         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
4352         (tramp-handle-file-name-all-completions)
4353         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
4354         (tramp-open-connection-setup-interactive-shell):
4355         Call `tramp-cleanup-connection' directly.
4357 2010-10-02  Glenn Morris  <rgm@gnu.org>
4359         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
4361         * subr.el (char-bytes): Remove obsolete function.
4363         * isearch.el (isearch-return-char): Remove obsolete function.
4365         * mouse.el: No longer provide mldrag.
4366         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
4367         Remove obsolete aliases.
4369         * comint.el (comint-kill-output): Remove obsolete alias.
4371         * composite.el (decompose-composite-char): Remove obsolete function.
4372         * ps-def.el (decompose-composite-char): Remove unused function.
4374         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
4376         * outline.el (outline-visible): Remove obsolete function.
4378         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4379         * faces.el (internal-find-face, internal-get-face)
4380         (frame-update-faces, frame-update-face-colors)
4381         (x-frob-font-weight, x-frob-font-slant)
4382         (internal-frob-font-weight, internal-frob-font-slant)
4383         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4384         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4385         (x-make-font-bold-italic): Remove functions and aliases, obsolete
4386         since Emacs 21.1.
4387         * emulation/viper-util.el (viper-get-face):
4388         * obsolete/lucid.el (find-face, get-face): Use facep.
4389         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
4390         Remove unused functions.
4391         * vc/ediff-util.el (ediff-submit-report): Doc fix.
4393         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
4394         delete tempfile if interrupted during compilation.
4396 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398         * net/tls.el (tls-starttls-switches): Give up on using starttls with
4399         gnutls-cli.
4400         (tls-program): Add --insecure to be consistent with the defaults from
4401         openssl s_client.  Now all three commands are insecure.
4403 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
4405         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
4406         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
4407         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
4409 2010-10-01  Glenn Morris  <rgm@gnu.org>
4411         * obsolete/sc.el: Remove file.
4413         * files.el (temporary-file-directory): On darwin, also try
4414         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
4416 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
4418         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
4419         Let's not break compatibility gratuitously, shall we?
4421 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423         * net/tls.el (tls-starttls-switches): New variable.
4424         (tls-find-starttls-argument): Use it.
4425         (open-tls-stream): Ditto.
4427         * net/netrc.el (netrc-credentials): Return the value of the "default"
4428         entry.
4429         (netrc-machine): Ditto.
4431 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
4433         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
4435 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
4437         * server.el (server-start): Don't write pid to the authentication file.
4438         (server-create-tty-frame): Don't send pid.
4439         (server-process-filter): Send pid at the start of every connection.
4441 2010-09-30  Glenn Morris  <rgm@gnu.org>
4443         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
4444         (show-all-diary-entries): Remove obsolete function aliases.
4446         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
4447         Remove options, obsolete since 22.1.
4448         (appt-display-format, appt-display-message):
4449         Remove backwards-compatibility code.
4450         (appt-check): No longer check appt-issue-message.
4451         (appt-make-list): No longer autoload it.  Doc fix.  No longer
4452         activate the package.
4454 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
4457         (starttls-negotiate): Just call boot, and let the handshake be
4458         triggered from the read loop.
4460 2010-09-29  Glenn Morris  <rgm@gnu.org>
4462         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
4463         not displaying the diary.
4464         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
4465         * calendar/appt.el (appt-check): No longer need to kill diary.
4467         * calendar/diary-lib.el (diary-list-entries): Move the
4468         "Preparing..." message entirely here.
4469         (diary-simple-display, diary-fancy-display): Move "Preparing..."
4470         messages to diary-list-entries.
4471         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
4472         diary-display-function.
4474         * calendar/diary-lib.el (diary-include-other-diary-files):
4475         Trap some recursive includes.
4477         * calendar/appt.el (appt-activate): Check diary file.
4479 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4481         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4482         construction.
4484         * calendar/time-date.el: No need to require cl for Emacs 21.
4486 2010-09-28  Glenn Morris  <rgm@gnu.org>
4488         * calendar/appt.el (appt-check): Minor simplification.
4490 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4492         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
4493         citation prefix.
4495 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
4497         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4498         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
4500 2010-09-27  Kenichi Handa  <handa@m17n.org>
4502         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
4503         "ustar" format.
4505 2010-09-27  Kenichi Handa  <handa@m17n.org>
4507         * international/mule.el (define-coding-system): Docstring fixed.
4509         * international/mule-diag.el (describe-character-set): Use princ
4510         with proper print-length and print-level instead of insert.
4512 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4514         * window.el (walk-windows): Doc fix (bug#7105).
4516 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4518         * emacs-lisp/float-sup.el (e): Remove.
4520 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4522         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
4523         variable.
4524         (starttls-negotiate): Use it.
4526 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
4529         back.
4531 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4533         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
4535 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4537         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
4539         * net/netrc.el (netrc-store-data): New function.
4541 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
4543         * net/gnutls.el: GnuTLS glue code to set up a connection.
4545 2010-09-25  Julien Danjou  <julien@danjou.info>
4547         * notifications.el: Call dbus-register-signal only if it is bound.
4549 2010-09-25  Glenn Morris  <rgm@gnu.org>
4551         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4552         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4553         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4554         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4555         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4556         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4557         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
4558         * eshell/esh-util.el, eshell/esh-var.el:
4559         Remove leading `*' from docs of faces and defcustoms.
4561 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
4563         * eshell/em-ls.el (eshell-ls-archive-regexp):
4564         * eshell/esh-util.el (eshell-tar-regexp):
4565         * ibuffer.el (ibuffer-compressed-file-name-regexp):
4566         * info.el (Info-suffix-list):
4567         * international/mule.el (auto-coding-alist):
4568         * woman.el (woman-file-regexp, woman-file-compression-regexp):
4569         * progmodes/etags.el (tags-compression-info-list):
4570         Support xz compression.
4572 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
4574         * files.el (get-free-disk-space): Don't assume the "df" output
4575         columns line up (Bug#6995).
4577 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
4579         * finder.el (finder-unknown-keywords):
4580         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
4581         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
4583 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
4585         * server.el (server-start): Revert part of 2010-08-08 change.  Using
4586         address 127.0.0.1 for local host is now done in Fmake_network_process.
4588 2010-09-24  Glenn Morris  <rgm@gnu.org>
4590         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
4591         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
4592         * textmodes/css-mode.el, textmodes/dns-mode.el:
4593         Move autoloaded auto-mode-alist entries to files.el.
4594         * files.el (auto-mode-alist): Move entries here.
4596 2010-09-23  Glenn Morris  <rgm@gnu.org>
4598         * isearch.el (isearch-lazy-highlight-cleanup)
4599         (isearch-lazy-highlight-initial-delay)
4600         (isearch-lazy-highlight-interval)
4601         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
4602         * net/net-utils.el (ipconfig-program-options):
4603         Move aliases to options before the associated definitions.
4605 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4607         * newcomment.el (comment-normalize-vars): Better test validity of
4608         comment-end-skip.
4610 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4612         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
4613         (float-e): New name for `e'.
4614         (degrees-to-radians, radians-to-degrees):
4615         * calendar/solar.el (solar-longitude):
4616         * calculator.el (calculator-registers, calculator-funcall):
4617         * textmodes/artist.el (artist-spray-random-points):
4618         * play/bubbles.el (bubbles--initialize-images): Use new names.
4620 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
4622         Update to CEDET 1.0's version of EIEIO.
4624         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
4625         New function.
4626         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
4627         (eieio-default-eval-maybe): Eval val instead of unquoting only.
4628         (class-precedence-list): If class is nil, return nil.
4629         (eieio-generic-call): If class of first input arg is nil, don't
4630         look up static methods, and do check for primary methods.
4631         (initialize-instance): See if the default needs to be evaluated
4632         during the constructor.
4633         (eieio-perform-slot-validation-for-default): Don't do the check
4634         for values that will eventually be evaluated.
4635         (eieio-eval-default-p): New function.
4636         (eieio-default-eval-maybe): Use it.
4638 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
4640         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
4641         method-invocation-order.
4642         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
4643         (eieio-class-precedence-dfs): Compute class precedence list using
4644         dfs algorithm.
4645         (eieio-class-precedence-bfs): Compute class precedence list using
4646         bfs algorithm.
4647         (eieio-class-precedence-c3): Compute class precedence list using
4648         c3 algorithm.
4649         (class-precedence-list): New function.
4650         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
4651         (inconsistent-class-hierarchy): New error symbol.
4652         (call-next-method): Stow the replacement argument list for future
4653         call-next-method invocations.
4655 2010-09-23  Glenn Morris  <rgm@gnu.org>
4657         * calendar/appt.el (appt-check): If not displaying the diary,
4658         use (diary 1) to only get the entries we need.
4659         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
4660         that it is in day order.  (Bug#7019)
4662         * calendar/appt.el (appt-check): Rather than showing the diary,
4663         just turn off invisible display, and only if needed.
4665         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
4667 2010-09-23  Glenn Morris  <rgm@gnu.org>
4669         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4670         (byte-compile-defvar, byte-compile-cl-warn):
4671         Start warnings with lower-case, like the majority.
4673         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
4675         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
4677         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4678         * files.el (auto-mode-alist): Move ld-script entries here, further down
4679         the list.
4681         * vc/add-log.el: Don't require timezone when compiling.
4682         (timezone-make-date-sortable): Autoload it.
4683         (change-log-sortable-date-at): Don't require timezone.
4684         Use `ignore-errors'.
4686         * comint.el (comint-use-prompt-regexp-instead-of-fields):
4687         Move alias before definition, so it does not need autoloading.
4689         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4690         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4691         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4692         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4693         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4694         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4695         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4696         * textmodes/tex-mode.el, textmodes/two-column.el:
4697         Remove leading `*' from docs of defcustoms etc.
4699 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4701         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4703 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4705         * calendar/time-date.el (date-to-time): Try using parse-time-string
4706         first before using the slower timezone-make-date-arpa-standard.
4708 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4710         * calendar/time-date.el (format-seconds): Comment fix.
4712 2010-09-22  Glenn Morris  <rgm@gnu.org>
4714         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
4715         is not automatically buffer-local.
4717 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4719         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
4720         (smie-indent-comment): Be more careful with comment-start-skip.
4721         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
4722         (smie-indent-functions): Use them.
4724 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
4726         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
4728 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
4730         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4731         tool-bar-position.  Don't modify frame parameters here.
4732         (menu-bar-options-save): Add tool-bar-position.
4734         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
4736 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * textmodes/reftex-parse.el (reftex-what-macro)
4739         (reftex-context-substring): Let-bind forward-sexp-function to nil
4740         since we don't need/want to treat \begin...\end as a block (bug#7053).
4742         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
4744         * simple.el (blink-matching-open): Use syntax-class.
4746         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
4747         Set invisibility spec for pascal's outline mode.
4748         (pascal-outline-change): Clean up calling convention.
4749         (pascal-show-all, pascal-hide-other-defuns): Update callers.
4751         * progmodes/prolog.el (prolog-smie-forward-token)
4752         (prolog-smie-backward-token): New functions.
4753         (prolog-mode-variables): Use them to parse "!," correctly.
4754         Set up smie-blink-matching for ".".
4756         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
4757         and `end'.
4758         (ispell-region, ispell-process-line): Update users.
4760         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
4761         point-min==1.
4763         * textmodes/ispell.el: Fix commenting convention.
4764         (ispell-parse-output): Simplify, use push.
4765         (ispell-region): Use match-string-no-properties.
4766         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
4767         (ispell-minor-mode): Use define-minor-mode.
4768         (ispell-message): Remove unused var `skip-regexp'.
4769         (ispell-add-per-file-word-list): Use dynamic let-binding.
4770         Try and use the proper comment marker.
4772         * mail/sendmail.el: Fix commenting convention.
4773         (sendmail-send-it): Use line-beginning-position.
4775         * help-fns.el (describe-variable): Add original value, if applicable.
4777 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
4779         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
4781         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
4783 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4786         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
4787         (smie-prec2-levels): Use them to better diagnose precedence cycles.
4788         (smie-blink-matching-check): Don't signal a mismatch if car is t.
4789         (smie-blink-matching-open): Rewrite to remove assumptions, so that
4790         something like "." can also be a closer.
4791         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
4792         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
4793         Rename internal functions to use "--".  Update callers.
4795         * frame.el (make-frame-names-alist): Don't list frames on other displays.
4797         * fringe.el (fringe-styles): New var.
4798         (fringe-mode, fringe-query-style): Use it.
4800 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
4802         * progmodes/sql.el: Version 2.8
4803         (sql-login-params): Update widget structure; changes still needed.
4804         (sql-product-alist): Add :list-all and :list-table features for
4805         SQLite, Postgres and MySQL products.
4806         (sql-redirect): Handle default value.
4807         (sql-execute, sql-execute-feature): New functions.
4808         (sql-read-table-name): New function.
4809         (sql-list-all, sql-list-table): New functions.  User API.
4810         (sql-mode-map, sql-interactive-mode-map): Add key definitions
4811         for above functions.
4812         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
4813         for above functions.
4814         (sql-postgres-login-params): Add user and database defaults.
4815         (sql-buffer-live-p): Bug fix.
4816         (sql-product-history): New variable.
4817         (sql-read-product): New function. Use it.
4818         (sql-set-product, sql-product-interactive): Use it.
4819         (sql-connection-history): New variable.
4820         (sql-read-connection): New function.  Use it.
4821         (sql-connect): New function.
4822         (sql-for-each-login): Redesign function interface.
4823         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
4824         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
4825         (sql-comint): Check for program.  Existing live buffer.
4826         (sql-comint-postgres): Add port parameter.
4828 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4830         * emacs-lisp/warnings.el: Fix commenting convention.
4831         (display-warning): Use special mode and make the buffer read-only.
4833 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
4835         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4836         empty string when it follows a repeated or optional pattern.
4838 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4840         * indent.el (indent-according-to-mode): Apply syntax-propertize.
4841         (indent-region): Use indent-according-to-mode.
4843 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
4845         * fringe.el (fringe-mode): Doc fix.
4847 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4849         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4850         refreshing the preview buffer.
4852 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4854         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
4855         (latex-syntax-propertize-rules): New consts; replace
4856         tex-font-lock-syntactic-keywords.
4857         (tex-env-mark, latex-env-before-change): New functions.
4858         (latex-electric-env-pair-mode): New minor mode.
4859         (tex-font-lock-verb): Change arguments; do move point.
4860         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
4861         representation as a form of comment.
4862         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
4863         (doctex-syntax-propertize-rules): New const; replaces
4864         doctex-font-lock-syntactic-keywords.
4865         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
4867         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
4868         (fortran-make-syntax-propertize-function): New function; replaces
4869         fortran-font-lock-syntactic-keywords.
4870         (fortran-mode): Use it.
4871         (fortran-line-length): Use it.  Improve interactive spec.
4873         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
4874         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
4875         when adding surrounding \(..\).
4877         * progmodes/js.el (js-mode): Fix last change (bug#7054).
4879 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
4882         Use with-current-buffer.
4884         * isearch.el (isearch-face): Rename from `isearch'.
4885         (isearch-highlight): Use new name.
4887 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
4889         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
4890         5, for `half' width fringes.  (Bug#6933)
4892 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4894         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4895         (byte-compile-defvar): "foo/bar" does not lack a prefix.
4897         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4899 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
4901         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4902         in calculating new frame position.  Add more space between new and
4903         parent on the left (Bug#7048).
4905 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
4907         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
4908         defmacro.
4910 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
4912         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
4914         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
4915         obsolete alias for x-selection-value.
4917         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
4919 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
4921         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4922         cookie.
4924 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
4926         * net/tramp-compat.el (tramp-compat-with-temp-message)
4927         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
4928         (tramp-compat-process-put): New defuns.
4930         * net/tramp.el (top):
4931         * net/tramp-gvfs.el (top):
4932         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
4934         * net/tramp.el (tramp-progress-reporter-update):
4935         Use `tramp-compat-funcall'.
4937         * net/tramp.el (tramp-process-actions):
4938         * net/tramp-gvfs.el (tramp-handle-vc-registered):
4939         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
4940         (tramp-get-remote-stat, tramp-get-remote-readlink):
4941         Use `tramp-compat-with-temp-message'.
4943         * net/tramp-sh.el (top): Require 'cl.
4944         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
4945         (tramp-open-connection-setup-interactive-shell):
4946         Use `tramp-compat-process-put'.
4948 2010-09-15  Alan Mackenzie  <acm@muc.de>
4950         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
4951         indentation.
4952         (c-forward-<>-arglist-recur): Fix an infinite recursion.
4954 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4956         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4957         `lexical' for warnings related to lexical scoping.
4958         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
4959         global vars which don't have a prefix and could hence affect lexical
4960         scoping in unrelated files.
4962 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964         * net/imap.el: Revert back to version
4965         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4966         seem problematic.
4968 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4970         * obsolete/old-whitespace.el (whitespace-unload-function):
4971         Explicitly pass `obarray' to `unintern' to avoid a warning.
4973 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4975         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
4976         Add `when' argument.  Update callers.
4978         * subr.el (unintern): Declare the obarray arg mandatory.
4980 2010-09-14  Glenn Morris  <rgm@gnu.org>
4982         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4983         Doc fixes.
4985         * calendar/diary-lib.el (diary-included-files): New variable.
4986         (diary-list-entries): Maybe initialize diary-included-files.
4987         (diary-include-other-diary-files): Append to diary-included-files.
4988         * calendar/appt.el (appt-update-list): Also check the members of
4989         diary-included-files.  (Bug#6999)
4990         (appt-check): Doc fix.
4992 2010-09-14  David Reitter  <david.reitter@gmail.com>
4994         * simple.el (line-move-visual): Do not truncate goal column to
4995         integer size.  (Bug#7020)
4997 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4999         * repeat.el (repeat): Allow repeating when the last event is a click.
5000         Suggested by Drew Adams (bug#6256).
5002 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
5004         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
5005         Replace setting HGRCPATH to "" by some less invasive --config options.
5007 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         * font-lock.el (font-lock-beginning-of-syntax-function):
5010         Mark as obsolete.
5012 2010-09-14  Glenn Morris  <rgm@gnu.org>
5014         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
5015         and tool-bar modes.  (Bug#6211)
5016         (menu-bar-mode): Move setting of standard-value after the
5017         minor-mode definition, otherwise it seems to have no effect.
5019 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
5021         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5022         Fix typo.  (Bug#6976)
5024 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5026         * whitespace.el: Allow cleaning up blanks without blank
5027         visualization (Bug#6651).  Adjust help window for
5028         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
5029         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
5030         (whitespace-style): Add new value 'face.  Adjust docstring.
5031         (whitespace-space, whitespace-hspace, whitespace-tab):
5032         Adjust foreground property face.
5033         (whitespace-line-column): Adjust docstring and type declaration.
5034         (whitespace-style-value-list, whitespace-toggle-option-alist)
5035         (whitespace-help-text): Adjust const initialization.
5036         (whitespace-toggle-options, global-whitespace-toggle-options):
5037         Adjust docstring.
5038         (whitespace-display-window, whitespace-interactive-char)
5039         (whitespace-style-face-p, whitespace-color-on): Adjust code.
5040         (whitespace-help-scroll): New fun.
5042 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5044         * calendar/time-date.el (format-seconds): Comment fix.
5046 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
5048         * progmodes/sql.el: Version 2.7.
5049         (sql-buffer-live-p): Improve detection.
5050         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5051         (sql-set-sqli-buffer): Use it.
5052         (sql-product-interactive): Run `sql-set-sqli-hook'.
5053         (sql-rename-buffer): Code cleanup.
5054         (sql-redirect, sql-redirect-value): New functions.  More to come.
5056 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
5058         Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
5059         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5060         (TRAMP_SRC): New macro.
5061         ($(lisp)/net/tramp-loaddefs.el): New target.
5063 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
5065         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
5067         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
5069         * net/tramp.el (top): Don't show loading message.  Require just
5070         'tramp-compat, everything else is required there.
5071         Use `ignore-errors' where appropriate.
5072         (tramp-inline-compress-start-size, tramp-copy-size-limit)
5073         (tramp-terminal-type, tramp-end-of-output)
5074         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
5075         (tramp-completion-function-alist-ssh)
5076         (tramp-completion-function-alist-telnet)
5077         (tramp-completion-function-alist-su)
5078         (tramp-completion-function-alist-putty, tramp-remote-path)
5079         (tramp-remote-process-environment, tramp-sh-extra-args)
5080         (tramp-actions-before-shell, tramp-uudecode)
5081         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
5082         (tramp-perl-file-attributes)
5083         (tramp-perl-directory-files-and-attributes)
5084         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
5085         (tramp-perl-encode, tramp-perl-decode)
5086         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
5087         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
5088         (tramp-handle-make-symbolic-link, tramp-handle-load)
5089         (tramp-handle-file-name-as-directory)
5090         (tramp-handle-file-name-directory)
5091         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
5092         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
5093         (tramp-do-file-attributes-with-ls)
5094         (tramp-do-file-attributes-with-perl)
5095         (tramp-do-file-attributes-with-stat)
5096         (tramp-handle-set-visited-file-modtime)
5097         (tramp-handle-verify-visited-file-modtime)
5098         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
5099         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
5100         (tramp-handle-file-selinux-context)
5101         (tramp-handle-set-file-selinux-context)
5102         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
5103         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
5104         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
5105         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
5106         (tramp-handle-file-ownership-preserved-p)
5107         (tramp-handle-directory-file-name, tramp-handle-directory-files)
5108         (tramp-handle-directory-files-and-attributes)
5109         (tramp-do-directory-files-and-attributes-with-perl)
5110         (tramp-do-directory-files-and-attributes-with-stat)
5111         (tramp-handle-file-name-all-completions)
5112         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
5113         (tramp-handle-copy-file, tramp-handle-copy-directory)
5114         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
5115         (tramp-do-copy-or-rename-file-via-buffer)
5116         (tramp-do-copy-or-rename-file-directly)
5117         (tramp-do-copy-or-rename-file-out-of-band)
5118         (tramp-handle-make-directory, tramp-handle-delete-directory)
5119         (tramp-handle-delete-file)
5120         (tramp-handle-dired-recursive-delete-directory)
5121         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
5122         (tramp-handle-insert-directory)
5123         (tramp-handle-unhandled-file-name-directory)
5124         (tramp-handle-expand-file-name)
5125         (tramp-handle-substitute-in-file-name)
5126         (tramp-handle-executable-find, tramp-process-sentinel)
5127         (tramp-handle-start-file-process, tramp-handle-process-file)
5128         (tramp-handle-call-process-region, tramp-handle-shell-command)
5129         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
5130         (tramp-handle-insert-file-contents)
5131         (tramp-handle-insert-file-contents-literally)
5132         (tramp-handle-find-backup-file-name)
5133         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
5134         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
5135         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
5136         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
5137         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
5138         (tramp-find-file-exists-command, tramp-open-shell)
5139         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
5140         (tramp-open-connection-setup-interactive-shell)
5141         (tramp-local-coding-commands, tramp-remote-coding-commands)
5142         (tramp-find-inline-encoding, tramp-call-local-coding-command)
5143         (tramp-inline-compress-commands, tramp-find-inline-compress)
5144         (tramp-compute-multi-hops, tramp-maybe-open-connection)
5145         (tramp-send-command, tramp-wait-for-output)
5146         (tramp-send-command-and-check, tramp-barf-unless-okay)
5147         (tramp-send-command-and-read, tramp-mode-string-to-int)
5148         (tramp-convert-file-attributes, tramp-check-cached-permissions)
5149         (tramp-file-mode-from-int, tramp-file-mode-permissions)
5150         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
5151         (tramp-method-out-of-band-p, tramp-local-host-p)
5152         (tramp-get-remote-path, tramp-get-remote-tmpdir)
5153         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
5154         (tramp-get-test-command, tramp-get-test-nt-command)
5155         (tramp-get-file-exists-command, tramp-get-remote-ln)
5156         (tramp-get-remote-perl, tramp-get-remote-stat)
5157         (tramp-get-remote-readlink, tramp-get-remote-trash)
5158         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
5159         (tramp-get-local-uid, tramp-get-local-gid)
5160         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
5161         tramp-sh.el.
5162         (tramp-methods, tramp-default-method-alist)
5163         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
5164         Move initialization to tramp-sh.el.
5165         (tramp-temp-name-prefix): Make it a defconst.
5166         (tramp-dissect-file-name): Don't check anymore for multi-hop
5167         methods.
5168         (tramp-debug-outline-regexp): Add a docstring.
5169         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
5170         (tramp-get-debug-buffer): Use it.
5172         * net/tramp-cache.el (top): Set tramp-autoload cookie for
5173         initialization forms.
5174         (tramp-set-connection-property): Don't protect `tramp-message'
5175         call, it isn't necessary any longer.
5176         (tramp-dump-connection-properties): Use `ignore-errors'.
5178         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
5179         'password-cache and 'auth-source.
5181         * net/tramp-gvfs.el (top):
5182         * net/tramp-smb.el (top): Require 'tramp-sh.
5184         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
5186         * net/tramp-sh.el: New file, derived from tramp.el.
5187         (top): Initialize `tramp-methods', `tramp-default-method-alist',
5188         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
5189         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
5190         Use `ignore-errors' where appropriate.
5191         (tramp-sh-file-name-handler-alist): Rename from
5192         `tramp-file-name-handler-alist'.
5193         (tramp-send-command-and-check): Return t or nil.  Remove all
5194         `zerop' checks, where called.
5195         (tramp-handle-set-file-modes)
5196         (tramp-do-copy-or-rename-file-directly)
5197         (tramp-handle-delete-directory, tramp-handle-delete-file)
5198         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
5199         (tramp-sh-file-name-handler, tramp-send-command-and-check)
5200         (tramp-get-remote-ln): Set tramp-autoload cookie.
5202         * net/tramp-fish.el: Remove file.
5204 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
5206         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
5207         buffer-file-name to avoid file-locking.  (Bug#7026)
5209 2010-09-13  Julien Danjou  <julien@danjou.info>
5211         * notifications.el (notifications-notify): Add support for
5212         image-path and sound-name.
5213         (notifications-specification-version): Add this variable.
5215 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5217         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5219 2010-09-12  Leo  <sdl.web@gmail.com>
5221         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
5222         (rcirc-completion-start): New variables.
5223         (rcirc-nick-completions): Rename to rcirc-completions.
5224         (rcirc-nick-completion-start-offset): Delete.
5225         (rcirc-completion-at-point): New function for constructing
5226         completion data for both nicks and irc commands.  Add to
5227         completion-at-point-functions in rcirc mode.
5228         (rcirc-complete): Rename from rcirc-nick-complete; use
5229         rcirc-completion-at-point.
5230         (defun-rcirc-command): Update rcirc-client-commands.
5232 2010-09-11  Glenn Morris  <rgm@gnu.org>
5234         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
5235         atomically, to avoid parallel build errors.  (Bug#4196)
5237 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
5239         * progmodes/sql.el: Version 2.6
5240         (sql-dialect): Synonym for "sql-product".
5241         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5242         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
5243         Set "sql-buffer" to buffer name not buffer object so multiple sql
5244         interactive buffers work properly.  Reverts misguided changes in
5245         earlier work.
5246         (sql-comint): Make sure different buffer name is used if "*SQL*"
5247         buffer is for a different product.
5248         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
5249         login param.
5250         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5251         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5252         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
5253         Accept new buffer name or prompt for one.
5254         (sql-port): Default to zero.
5255         (sql-comint-mysql): Handle "sql-port" as a numeric.
5256         (sql-port-history): Delete unused variable.
5257         (sql-get-login): Default "sql-port" to a number.
5258         (sql-product-alist): Correct Postgres prompt and terminator regexp.
5259         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
5260         "sqlite3" executables.
5261         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
5262         (sql-buffer-live-p): New function.
5263         (sql-mode-menu, sql-send-string): Use it.
5264         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
5265         syntax pattern.
5266         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
5267         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
5269 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5271         * net/netrc.el (netrc-credentials): New convenience function.
5273 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5275         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
5276         to replace texinfo-font-lock-syntactic-keywords.
5277         (texinfo-mode): Use it.
5279         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
5280         Use syntax-propertize-function.
5282         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
5283         replace sgml-font-lock-syntactic-keywords.
5284         (sgml-mode): Use it.
5286         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
5287         since we don't use it.
5289         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
5291         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
5292         if available.
5293         (vhdl-fontify-buffer): Adjust.
5295         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
5296         replace tcl-font-lock-syntactic-keywords.
5297         (tcl-mode): Use it.
5299         * progmodes/simula.el (simula-syntax-propertize-function): New var to
5300         replace simula-font-lock-syntactic-keywords.
5301         (simula-mode): Use it.
5303         * progmodes/sh-script.el (sh-st-symbol): Remove.
5304         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
5305         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
5306         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
5307         (sh-font-lock-paren): Set syntax-multiline.
5308         (sh-font-lock-syntactic-keywords): Remove.
5309         (sh-syntax-propertize-function): New function to replace it.
5310         (sh-mode): Use it.
5312         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
5313         Define while compiling.
5314         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5315         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
5316         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
5317         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5318         (ruby-here-doc-end-syntax): Only define when
5319         syntax-propertize is not available.
5320         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
5321         New functions.
5322         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
5323         (electric-indent-chars): Silence bytecompiler.
5324         (ruby-mode): Use prog-mode, syntax-propertize-function, and
5325         electric-indent-chars.
5327         * progmodes/python.el (python-syntax-propertize-function): New var to
5328         replace python-font-lock-syntactic-keywords.
5329         (python-mode): Use it.
5330         (python-quote-syntax): Simplify and adjust to new use.
5332         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
5333         replace perl-font-lock-syntactic-keywords.
5334         (perl-syntax-propertize-special-constructs): New fun to replace
5335         perl-font-lock-special-syntactic-constructs.
5336         (perl-font-lock-syntactic-face-function): New fun.
5337         (perl-mode): Use it.
5339         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
5340         to replace octave-font-lock-close-quotes.
5341         (octave-syntax-propertize-function): New function to replace
5342         octave-font-lock-syntactic-keywords.
5343         (octave-mode): Use it.
5345         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
5346         replaces mixal-font-lock-syntactic-keywords.
5347         (mixal-mode): Use it.
5349         * progmodes/make-mode.el (makefile-syntax-propertize-function):
5350         New var; replaces makefile-font-lock-syntactic-keywords.
5351         (makefile-mode): Use it.
5352         (makefile-imake-mode): Adjust.
5354         * progmodes/js.el (js--regexp-literal): Define while compiling.
5355         (js-syntax-propertize-function): New var; replaces
5356         js-font-lock-syntactic-keywords.
5357         (js-mode): Use it.
5359         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
5360         replaces gdb-script-font-lock-syntactic-keywords.
5361         (gdb-script-mode): Use it.
5363         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
5364         (fortran--font-lock-syntactic-keywords): New var.
5365         (fortran-line-length): Update syntax-propertize-function and
5366         fortran--font-lock-syntactic-keywords.
5368         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
5370         * progmodes/cfengine.el (cfengine-mode):
5371         Use syntax-propertize-function.
5372         (cfengine-font-lock-syntactic-keywords): Remove.
5374         * progmodes/autoconf.el (autoconf-mode):
5375         Use syntax-propertize-function.
5376         (autoconf-font-lock-syntactic-keywords): Remove.
5378         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
5379         (ada-after-change-function, ada-initialize-syntax-table-properties)
5380         (ada-handle-syntax-table-properties): Only define when
5381         syntax-propertize is not available.
5382         (ada-mode): Use syntax-propertize-function.
5384         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
5385         (font-lock-fontify-syntactic-keywords-region): Move handling of
5386         font-lock-syntactically-fontified to...
5387         (font-lock-default-fontify-region): ...here.
5388         Let syntax-propertize-function take precedence.
5389         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
5391         * emacs-lisp/syntax.el (syntax-propertize-function)
5392         (syntax-propertize-chunk-size, syntax-propertize--done)
5393         (syntax-propertize-extend-region-functions): New vars.
5394         (syntax-propertize-wholelines, syntax-propertize-multiline)
5395         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
5396         (syntax-propertize): New functions.
5397         (syntax-propertize-rules): New macro.
5398         (syntax-ppss-flush-cache): Set syntax-propertize--done.
5399         (syntax-ppss): Call syntax-propertize.
5401         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
5403 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
5405         * textmodes/ispell.el (ispell-init-process): Improve comments.
5406         XEmacs compatibility changes regarding (add-hook) 'local option
5407         and (set-process-query-on-exit-flag).
5409 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
5411         * net/tramp-cache.el (tramp-parse-connection-properties):
5412         Set tramp-autoload cookie.
5414 2010-09-09  Glenn Morris  <rgm@gnu.org>
5416         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
5417         (imagemagick-register-types): Doc fix.
5419 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5421         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
5423         * progmodes/js.el (require): Require is already "eval-and-compile".
5424         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
5425         (js--re-search-backward): Use js--re-search-forward.
5427         * progmodes/fortran.el (fortran-line-length): Don't recompute
5428         syntactic keywords redundantly a second time.
5430         * progmodes/ada-mode.el: Replace "(set '" with setq.
5431         (ada-mode): Simplify.
5432         (ada-create-case-exception, ada-adjust-case-interactive)
5433         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
5434         (ada-search-ignore-string-comment, ada-move-to-start)
5435         (ada-move-to-end): Use with-syntax-table.
5437         * font-lock.el (save-buffer-state): Remove `varlist' arg.
5438         (font-lock-unfontify-region, font-lock-default-fontify-region):
5439         Update usage correspondingly.
5440         (font-lock-fontify-syntactic-keywords-region):
5441         Set parse-sexp-lookup-properties buffer-locally here.
5442         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
5444         * simple.el (blink-matching-open): Don't burp if we can't find a match.
5446 2010-09-08  Glenn Morris  <rgm@gnu.org>
5448         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
5449         Error if not compiled with -DBYTE_CODE_METER.
5451         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5452         Ignore dir-locals-file.
5454 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5456         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5457         Not a const.
5458         (compilation-error-regexp-alist-alist): Rule out ": " in file names
5459         for the `gnu' messages.
5460         (compilation-set-skip-threshold): New command.
5461         (compilation-start): Use \' rather than $.
5462         (compilation-forget-errors): Use clrhash.
5464 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
5466         * textmodes/ispell.el (ispell-valid-dictionary-list):
5467         Simplify logic.
5469 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
5471         Migrate to Tramp 2.2.  Rearrange load dependencies.
5472         (Bug#1529, Bug#5448, Bug#5705)
5474         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
5475         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
5476         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5478         * net/tramp.el (top): Remove all other tramp-* loads except
5479         tramp-compat.el.  Remove all changes to tramp-unload-hook for
5480         other tramp-* packages.  Rearrange defun order.  Change calls of
5481         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
5482         `tramp-compat-octal-to-decimal' to new function names.
5483         (tramp-terminal-type, tramp-initial-end-of-output)
5484         (tramp-methods, tramp-foreign-file-name-handler-alist)
5485         (tramp-tramp-file-p, tramp-completion-mode-p)
5486         (tramp-send-command-and-check, tramp-get-remote-path)
5487         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
5488         (tramp-shell-quote-argument): Set tramp-autoload cookie.
5489         (with-file-property, with-connection-property): Move to
5490         tramp-cache.el.
5491         (tramp-local-call-process, tramp-decimal-to-octal)
5492         (tramp-octal-to-decimal): Move to tramp-compat.el.
5493         (tramp-handle-shell-command): Do not require 'shell.
5494         (tramp-compute-multi-hops): No special handling for tramp-gw-*
5495         symbols.
5496         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
5498         * net/tramp-cache.el (top): Require 'tramp.  Add to
5499         `tramp-unload-hook'.
5500         (tramp-cache-data, tramp-get-file-property)
5501         (tramp-set-file-property, tramp-flush-file-property)
5502         (tramp-flush-directory-property, tramp-get-connection-property)
5503         (tramp-set-connection-property, tramp-flush-connection-property)
5504         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
5505         cookie.
5506         (with-file-property, with-connection-property): New defuns, moved
5507         from tramp.el.
5508         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
5509         macro.
5511         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
5512         (tramp-version): Set tramp-autoload cookie.
5514         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
5515         changes to tramp-unload-hook for other tramp-* packages.  Add to
5516         `tramp-unload-hook'.
5517         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
5518         (tramp-compat-call-process): New defuns, moved from tramp.el.
5520         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
5521         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5522         Add to `tramp-unload-hook'.  Change call of
5523         `tramp-compat-decimal-to-octal' to new function name.
5524         (tramp-fish-method): Make it a defconst.
5525         (tramp-fish-file-name-p): Make it a defsubst.
5526         (tramp-fish-method, tramp-fish-file-name-handler)
5527         (tramp-fish-file-name-p): Set tramp-autoload cookie.
5529         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
5530         `tramp-foreign-file-name-handler-alist'.  Add to
5531         `tramp-unload-hook'.
5532         (tramp-ftp-method): Make it a defconst.
5533         (tramp-ftp-file-name-p): Make it a defsubst.
5534         (tramp-ftp-method, tramp-ftp-file-name-handler)
5535         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
5537         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
5538         `tramp-foreign-file-name-handler-alist'.  Add to
5539         `tramp-unload-hook'.  Change checks, whether package can be
5540         loaded.
5541         (tramp-gvfs-file-name-p): Make it a defsubst.
5542         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
5543         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
5544         (tramp-gvfs-handle-file-directory-p): New defun.
5545         (tramp-gvfs-file-name-handler-alist): Use it.
5547         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
5548         `tramp-foreign-file-name-handler-alist'.  Add to
5549         `tramp-unload-hook'.
5550         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
5551         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
5552         defconst.
5553         (tramp-gw-tunnel-method, tramp-gw-socks-method)
5554         (tramp-gw-open-connection): Set tramp-autoload cookie.
5556         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
5557         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5558         Add to `tramp-unload-hook'.  Change checks, whether package can be
5559         loaded.
5560         (tramp-imap-file-name-p): Make it a defsubst.
5561         (tramp-imap-method, tramp-imaps-method)
5562         (tramp-imap-file-name-handler)
5563         (tramp-imap-file-name-p): Set tramp-autoload cookie.
5565         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
5566         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5567         Add to `tramp-unload-hook'.  Change checks, whether package can be
5568         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
5569         function name.
5570         (tramp-smb-tunnel-method): Make it a defconst.
5571         (tramp-smb-file-name-p): Make it a defsubst.
5572         (tramp-smb-method, tramp-smb-file-name-handler)
5573         (tramp-smb-file-name-p): Set tramp-autoload cookie.
5575         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
5576         (tramp-uuencode-region): Set tramp-autoload cookie.
5578         * net/trampver.el (top) Add to `tramp-unload-hook'.
5579         (tramp-version, tramp-bug-report-address): Set tramp-autoload
5580         cookie.  Update release number.
5582 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
5584         * textmodes/ispell.el (ispell-start-process): Make sure original
5585         arg list is properly initialized (Bug#6993, Bug#6994).
5587 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5589         * files.el (directory-abbrev-alist): Use \` as default regexp.
5591         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
5592         chars like - or ] (bug#6984).
5593         (rx-any-condense-range): Explode 2-char ranges.
5595 2010-09-06  Glenn Morris  <rgm@gnu.org>
5597         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
5599 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5601         * textmodes/bibtex.el:
5602         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
5604 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606         * net/imap.el (imap-message-map): Remove optional buffer parameter,
5607         since no callers use it.
5608         (imap-message-get): Ditto.
5609         (imap-message-put): Ditto.
5610         (imap-mailbox-map): Ditto.
5611         (imap-mailbox-put): Ditto.
5612         (imap-mailbox-get): Ditto.
5613         (imap-mailbox-get): Revert last change for this function.
5615 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617         * net/imap.el (imap-fetch-safe): Remove function, and alter all
5618         callers to use `imap-fetch' instead.  According to the comments, this
5619         should be safe, since all other IMAP clients use the 1:* syntax.
5620         (imap-enable-exchange-bug-workaround): Remove.
5621         (imap-debug): Remove -- doesn't seem very useful.
5623 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625         * net/imap.el (imap-log): New convenience function used throughout
5626         instead of repeating the same code all over the place.
5628 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
5630         * mouse.el (mouse-save-then-kill): Save region to kill-ring
5631         when mouse-drag-copy-region is non-nil (Bug#6956).
5633 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
5635         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
5636         Improve regexps (Bug#6987).
5637         (dired-sort-toggle): Search more robustly for -t flag.
5639         * files.el (get-free-disk-space): Search more robustly for
5640         "available" column.  Suggested by Ehud Karni
5641         <ehud@unix.mvs.co.il>.
5643 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
5645         * international/uni-bidi.el:
5646         * international/uni-category.el:
5647         * international/uni-combining.el:
5648         * international/uni-decimal.el:
5649         * international/uni-mirrored.el:
5650         * international/uni-name.el: Regenerate.
5652 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5654         * electric.el (electric-indent-post-self-insert-function):
5655         Don't reindent with a sloppy indentation function.
5657         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
5658         border case in change-log-mode.
5660 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
5662         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5663         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
5664         Recognize leading tab in gcc-include regexp.  Ignore names with
5665         leading "from" or "in" in gnu regexp (Bug#6937).
5667 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5669         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5670         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5671         (ispell-start-process): Avoid setq and simplify logic.
5672         (ispell-init-process): Setup kill-buffer-hook locally when needed.
5673         (kill-buffer-hook): Don't use it globally with code that uses
5674         expand-file-name since that may call kill-buffer via
5675         code_conversion_restore.
5677 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
5679         * emacs-lisp/package.el (package-directory-list): Only call
5680         file-name-nondirectory on a string.
5682 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
5684         * emacs-lisp/package.el (package--download-one-archive):
5685         Ensure that archive-contents is valid before saving it.
5686         (package-activate-1, package-mark-obsolete, define-package)
5687         (package-compute-transaction, package-list-maybe-add): Use push.
5689 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5691         Use SMIE's blink-paren for octave-mode.
5692         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5693         Backslashes do not escape single-quotes, single-quotes do.
5694         (octave-block-else-regexp, octave-block-end-regexp)
5695         (octave-block-match-alist): Remove.
5696         (octave-smie-bnf-table): New var, with old content.
5697         (octave-smie-op-levels): Use it.
5698         (octave-smie-closer-alist): New var.
5699         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
5700         (octave-blink-matching-block-open): Remove.
5701         (octave-reindent-then-newline-and-indent, octave-electric-semi)
5702         (octave-electric-space): Let self-insert-command run expand-abbrev and
5703         blink parens.
5705         * electric.el (electricity): New group.
5706         (electric-indent-chars): New var.
5707         (electric-indent-post-self-insert-function): New fun.
5708         (electric-indent-mode): New minor mode.
5709         (electric-pair-skip-self): New custom.
5710         (electric-pair-post-self-insert-function): New function.
5711         (electric-pair-mode): New minor mode.
5713         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
5714         calcAlg-blink-matching-open.
5715         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
5716         (calc-do-alg-entry): Only touch the part of the keymap that varies.
5717         Use the new blink-matching-check-function.
5719         Provide blink-matching support to SMIE.
5720         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5721         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
5722         (smie-blink-matching-check, smie-blink-matching-open): New functions.
5724         * simple.el (newline): Fix last change to properly remove itself from
5725         the hook.
5727 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5729         * simple.el (newline): Eliminate optimization.
5730         Use post-self-insert-hook to set hard-newline and things before
5731         running post-self-insert-hook.
5732         (blink-matching-check-mismatch): New function.
5733         (blink-matching-check-function): New variable.
5734         (blink-matching-open): Use them.
5735         Skip back forward over prefix chars skipped by forward-sexp.
5736         Don't check if the parens are backslash escaped.
5737         (blink-paren-post-self-insert-function): Check backslash escaping here.
5739 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
5741         * emacs-lisp/package.el (package-menu-mode-map):
5742         Change package-menu-revert bindings to revert-buffer.
5743         (package-menu-mode): Set revert-buffer-function.
5744         (package-menu-revert): Doc fix.
5746 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
5748         * textmodes/ispell.el (ispell-init-process): Use "~/" as
5749         `default-directory' unless using Ispell per-directory personal
5750         dictionaries and not in a mini-buffer under XEmacs.
5751         (kill-buffer-hook): Do not kill ispell process on exit when
5752         `ispell-process-directory' is "~/".  (Bug#6143)
5754 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
5756         * simple.el (kill-new): Call interprogram-cut-function with only
5757         one argument.
5759         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
5760         Remove cut buffer from error message.
5762         * term/x-win.el (x-select-text):
5763         * term/pc-win.el (x-selection-value):
5764         * term/ns-win.el (x-selection-value):
5765         * eshell/em-term.el:
5766         * w32-fns.el (x-get-selection-value):
5767         * mouse-sel.el (mouse-sel-set-selection-function):
5768         * frame.el (display-selections-p): Remove cut-buffer in documentation.
5770         * term/x-win.el: Update documentation for x-last-selected-text-*.
5771         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
5772         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
5773         (x-select-text): Remove argument PUSH, update documentation.
5774         Remove cut-buffer code.
5775         (x-selection-value-internal): Was previously x-selection-value.
5776         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5777         Update documentation, remove cut-buffer code.
5778         Call x-selection-value-internal.
5779         (x-clipboard-yank): Call x-selection-value-internal.
5780         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
5782         * term/pc-win.el (x-last-selected-text):
5783         x-cut-buffer-or-selection-value renamed to x-selection-value
5784         (x-select-text): Remove argument PUSH, update documentation.
5786         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
5787         x-cut-buffer-or-selection-value renamed to x-selection-value
5788         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5789         (x-select-text): Remove argument PUSH, update documentation.
5791         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
5793         * w32-fns.el (x-last-selected-text):
5794         x-cut-buffer-or-selection-value renamed to x-selection-value.
5795         (x-cut-buffer-max): Remove.
5796         (x-select-text): Remove argument PUSH, update documentation.
5798         * simple.el (interprogram-cut-function): Remove mention of PUSH.
5800         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
5802         * mouse-sel.el (mouse-sel-get-selection-function):
5803         x-cut-buffer-or-selection-value renamed to x-selection-value.
5804         (x-select-text): Remove optional push.
5806 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5808         * simple.el (blink-paren-function): Move from C to here.
5809         (blink-paren-post-self-insert-function): New function.
5810         (post-self-insert-hook): Use it.
5812         * emacs-lisp/pcase.el (pcase-split-memq):
5813         Fix overenthusiastic optimisation.
5814         (pcase-u1): Handle the case of a lambda pred.
5816 2010-08-31  Kenichi Handa  <handa@m17n.org>
5818         * international/mule-cmds.el (standard-display-european-internal):
5819         Setup standard-display-table for 8-bit characters by storing 8-bit
5820         characters in the element vector.
5822         * disp-table.el (standard-display-8bit):
5823         Setup standard-display-table for 8-bit characters by storing 8-bit
5824         characters in the element vector.
5825         (standard-display-european): Likewise.
5827 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
5829         * textmodes/nroff-mode.el (nroff-view): New command.
5830         (nroff-mode-map): Bind it to C-c C-c.
5832 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5834         * emacs-lisp/smie.el (smie-down-list): New command.
5836         Remove old indentation and navigation code on octave-mode.
5837         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
5838         smie-down-list rather than add a binding for octave-down-block.
5839         (octave-mark-block, octave-blink-matching-block-open):
5840         Rely on forward-sexp-function.
5841         (octave-fill-paragraph): Don't narrow, so you can use
5842         indent-according-to-mode.
5843         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
5844         (octave-in-block-p, octave-re-search-forward-kw)
5845         (octave-re-search-backward-kw, octave-indent-calculate)
5846         (octave-end-as-array-index-p, octave-block-end-offset)
5847         (octave-scan-blocks, octave-forward-block, octave-backward-block)
5848         (octave-down-block, octave-backward-up-block, octave-up-block)
5849         (octave-before-magic-comment-p, octave-indent-line): Remove.
5851 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
5853         * emacs-lisp/package.el (package--read-archive-file): Just use
5854         `read', to avoid copying an additional string.
5855         (package-menu-mode): Set header-line-format here.
5856         (package-menu-refresh, package-menu-revert): Signal an error if
5857         not in the Package Menu.
5858         (package-menu-package-list): New var.
5859         (package--generate-package-list): Operate on the current buffer;
5860         don't assume that it is *Packages*, since the user may rename it.
5861         Allow persistent package listings and sort keys using
5862         package-menu-package-list and package-menu-package-sort-key.
5863         (package-menu--version-predicate): Fix version calculation.
5864         (package-menu-sort-by-column): Don't select the window.
5865         (package--list-packages): Create the *Packages* buffer.
5866         Set package-menu-package-list-key.
5867         (list-packages): Sorting by status is now the default.
5868         (package-buffer-info): Use match-string-no-properties.
5869         (define-package): Add a &rest argument for future proofing, but
5870         don't use it yet.
5871         (package-install-from-buffer, package-install-buffer-internal):
5872         Merge into a single function, package-install-from-buffer.
5873         (package-install-file): Change caller.
5875         * finder.el: Load finder-inf using `require'.
5876         (finder-list-matches): Sorting by status is now the default.
5877         (finder-compile-keywords): Simpify printing.
5879 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5881         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5882         (octave-mode-map): Remove special bindings for forward/backward-block
5883         and octave-backward-up-block.  Use smie-close-block.
5884         (octave-continuation-marker-regexp): New var.
5885         (octave-continuation-regexp): Use it.
5886         (octave-operator-table, octave-smie-op-levels)
5887         (octave-operator-regexp, octave-smie-indent-rules): New vars.
5888         (octave-smie-backward-token, octave-smie-forward-token): New funs.
5889         (octave-mode): Use SMIE.
5890         (octave-close-block): Delete.
5892 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
5894         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
5895         CLIPBOARD, not in PRIMARY.  (Bug#6944)
5897 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5899         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
5900         a list of parents.
5901         (smie-indent-column): Allow indirection through variables.
5903         * composite.el (save-buffer-state): Delete, unused.
5904         * font-lock.el (save-buffer-state): Use with-silent-modifications.
5905         (font-lock-default-fontify-region): Use with-syntax-table.
5906         * jit-lock.el (with-buffer-unmodified): Remove.
5907         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
5909         Use `declare' in defmacros.
5910         * window.el (save-selected-window):
5911         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
5912         * progmodes/python.el (def-python-skeleton):
5913         * net/dbus.el (dbus-ignore-errors):
5914         * jka-cmpr-hook.el (with-auto-compression-mode):
5915         * international/mule.el (with-category-table):
5916         * emacs-lisp/timer.el (with-timeout):
5917         * emacs-lisp/lisp-mnt.el (lm-with-file):
5918         * emacs-lisp/eieio.el (with-slots):
5919         * emacs-lisp/easymenu.el (easy-menu-define):
5920         * emacs-lisp/debug.el (debugger-env-macro):
5921         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
5922         (Multiple-value-call, Multiple-value-prog1):
5923         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
5924         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
5925         edebug rule to definition.
5926         * emacs-lisp/lisp-mode.el (save-selected-window)
5927         (with-current-buffer, combine-after-change-calls)
5928         (with-output-to-string, with-temp-file, with-temp-buffer)
5929         (with-temp-message, with-syntax-table, read-if, eval-after-load)
5930         (dolist, dotimes, when, unless):
5931         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
5933 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
5935         * finder.el: Require `package'.
5936         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
5937         (finder-package-info): Var deleted.
5938         (finder-keywords-hash, finder--builtins-alist): New vars.
5939         (finder-compile-keywords): Compute package--builtins and
5940         finder-keywords-hash instead of finder-keywords-hash, respecting
5941         the "Package" header.
5942         (finder-unknown-keywords, finder-list-matches):
5943         Use finder-keywords-hash and package--list-packages.
5944         (finder-mode): Don't set font-lock-defaults.
5945         (finder-exit): We don't use "*Finder-package*" and "*Finder
5946         Category*" buffers anymore.
5948         * emacs-lisp/package.el (package--builtins-base): Var deleted.
5949         (package--builtins): Set default value to nil.
5950         (package-initialize): Load precomputed value of package--builtins
5951         from finder-inf.el.
5952         (package-alist, package-compute-transaction)
5953         (package-download-transaction): Improve docstring.
5954         (package-read-all-archive-contents): Do not change
5955         package--builtins here.
5956         (list-packages): Make package-list-packages an alias for this.
5957         Sort by status by default.
5958         (package--list-packages): Add optional PACKAGES arg.
5959         (describe-package-1): Use font-lock-face property.  For built-in
5960         packages, insert file commentary.
5961         (package--generate-package-list): Rename from
5962         package-list-packages-internal; all callers changed.  Add optional
5963         PACKAGES arg.  Add alphabetical sort fallbacks.
5964         (package-menu--version-predicate, package-menu--status-predicate)
5965         (package-menu--description-predicate)
5966         (package-menu--name-predicate): New functions.
5968         * info.el (Info-finder-find-node): Search package-alist instead of
5969         finder-package-info.
5971 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
5973         * subr.el (version-regexp-alist): Don't use "a" and "b" for
5974         "alpha" and "beta".
5975         (version-to-list): Handle versions like "10.3d".
5977 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5979         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
5980         (macroexp-accumulate): Use `declare'.
5982 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5984         * whitespace.el (whitespace-style): Adjust type declaration.
5986 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
5988         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5989         empty argument to gvfs-copy.
5991 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
5993         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5994         handle new TRASH arg of `delete-file'.
5996 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
5998         * net/tramp.el (tramp-handle-insert-directory): Don't use
5999         `forward-word', its default syntax could be changed.
6001 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6002             Michael Albinus  <michael.albinus@gmx.de>
6004         Implement compression for inline methods.
6006         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6007         (tramp-copy-size-limit): Allow also nil.
6008         (tramp-inline-compress-commands): New defconst.
6009         (tramp-find-inline-compress, tramp-get-inline-compress)
6010         (tramp-get-inline-coding): New defuns.
6011         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6012         replaced by `tramp-get-inline-coding'.
6013         (tramp-handle-file-local-copy, tramp-handle-write-region)
6014         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6016 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
6018         Detect ssh 'ControlMaster' argument automatically in some cases.
6020         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6021         (tramp-default-method): Use it.
6023 2010-08-26  Karel Klíč  <kklic@redhat.com>
6025         * net/tramp.el (tramp-file-name-for-operation):
6026         Add file-selinux-context.
6028 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
6030         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
6032 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
6034         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
6035         (Bug#6907).
6037 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
6039         * progmodes/js.el: Make indentation more customizable (Bug#6914).
6040         (js-paren-indent-offset, js-square-indent-offset)
6041         (js-curly-indent-offset): New options.
6042         (js--proper-indentation): Use them.
6044 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
6046         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
6047         instead of inspecting font-lock properties (Bug#6916).
6049 2010-08-26  David Reitter  <david.reitter@gmail.com>
6051         * server.el (server-visit-files): Run pre-command-hook and
6052         post-command-hook for each buffer while it is current (Bug#6910).
6053         (server-execute): Do not run hooks here.
6055 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
6057         Sync with Tramp 2.1.19.
6059         * net/tramp-cmds.el (tramp-cleanup-all-connections)
6060         (tramp-reporter-dump-variable, tramp-load-report-modules)
6061         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
6062         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
6064         * net/tramp-compat.el (top): Do not autoload
6065         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
6066         only when `start-file-process' is not bound.
6067         (byte-compile-not-obsolete-vars): Define if not bound.
6068         (tramp-compat-funcall): New defmacro.
6069         (tramp-compat-line-beginning-position)
6070         (tramp-compat-line-end-position)
6071         (tramp-compat-temporary-file-directory)
6072         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6073         (tramp-compat-copy-file, tramp-compat-copy-directory)
6074         (tramp-compat-delete-file, tramp-compat-delete-directory)
6075         (tramp-compat-number-sequence, tramp-compat-process-running-p):
6076         Use it.
6077         (tramp-advice-file-expand-wildcards): Do not use
6078         `tramp-handle-file-remote-p'.
6079         (tramp-compat-make-temp-file): Simplify fallback implementation.
6080         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6081         (tramp-compat-copy-tree): Remove function.
6082         (tramp-compat-delete-file): New defun.
6083         (tramp-compat-delete-directory): Provide implementation for older
6084         Emacsen.
6085         (tramp-compat-file-attributes): Handle only
6086         `wrong-number-of-arguments' error.
6088         * net/tramp-fish.el (tramp-fish-handle-copy-file):
6089         Add PRESERVE_SELINUX_CONTEXT.
6090         (tramp-fish-handle-delete-file): Add TRASH arg.
6091         (tramp-fish-handle-directory-files-and-attributes):
6092         Do not use `tramp-fish-handle-file-attributes.
6093         (tramp-fish-handle-file-local-copy)
6094         (tramp-fish-handle-insert-file-contents)
6095         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
6097         * net/tramp-gvfs.el (top): Require url-util.
6098         (tramp-gvfs-mount-point): Remove.
6099         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
6100         and `set-file-selinux-context'.
6101         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
6102         (tramp-gvfs-handle-file-selinux-context)
6103         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6104         (with-tramp-dbus-call-method): Format trace message.
6105         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6106         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6107         Implement backup call, when operation on local files fails.
6108         Use progress reporter.  Flush properties of changed files.
6109         (tramp-gvfs-handle-delete-file): Add TRASH arg.
6110         Use `tramp-compat-delete-file'.
6111         (tramp-gvfs-handle-expand-file-name): Expand "~/".
6112         (tramp-gvfs-handle-make-directory): Make more traces.
6113         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
6114         (tramp-gvfs-url-file-name): Hexify file name in url.
6115         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6116         into account for the resulting file name.
6117         (tramp-gvfs-handler-askquestion): Preserve current message, in
6118         order to let progress reporter continue afterwards.  (Bug#6257)
6119         Return dummy mountpoint, when the answer is "no".
6120         See `tramp-gvfs-maybe-open-connection'.
6121         (tramp-gvfs-handler-mounted-unmounted)
6122         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6123         attribute "default_location".  Set "prefix" property.
6124         Handle default-location.
6125         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6126         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6127         exists.  Raise an error, if not (due to a corresponding answer
6128         "no" in interactive questions, for example).
6129         Use `tramp-compat-funcall'.
6131         * net/tramp-imap.el (top): Autoload `epg-make-context'.
6132         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6133         (tramp-imap-do-copy-or-rename-file)
6134         (tramp-imap-handle-insert-file-contents)
6135         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
6136         (tramp-imap-handle-delete-file): Add TRASH arg.
6138         * net/tramp-smb.el (tramp-smb-handle-copy-file):
6139         Add PRESERVE-SELINUX-CONTEXT.
6140         (tramp-smb-handle-copy-file)
6141         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6142         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6143         Use `with-progress-reporter'.
6144         (tramp-smb-handle-delete-file): Add TRASH arg.
6146         * net/tramp.el (tramp-methods): Move hostname to the end in all
6147         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
6148         appropriate.
6149         (tramp-verbose): Describe verbose level 9.
6150         (tramp-completion-function-alist)
6151         (tramp-file-name-regexp, tramp-chunksize)
6152         (tramp-local-coding-commands, tramp-remote-coding-commands)
6153         (with-connection-property, tramp-completion-mode-p)
6154         (tramp-action-process-alive, tramp-action-out-of-band)
6155         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6156         (tramp-exists-file-name-handler): Fix docstring.
6157         (tramp-remote-process-environment): Use `format' instead of
6158         `concat'.  Protect version string by apostroph.
6159         (tramp-shell-prompt-pattern): Do not use a shy group in case of
6160         XEmacs.
6161         (tramp-file-name-regexp-unified)
6162         (tramp-completion-file-name-regexp-unified): On W32 systems, do
6163         not regard the volume letter as remote filename.  (Bug#5447)
6164         (tramp-perl-file-attributes)
6165         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6166         (tramp-vc-registered-read-file-names): Read input as
6167         here-document, otherwise the command could exceed maximum length
6168         of command line.
6169         (tramp-file-name-handler-alist): Add `file-selinux-context' and
6170         `set-file-selinux-context'.
6171         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
6172         backtrace functions.
6173         (tramp-error-with-buffer): Don't show the connection buffer when
6174         we are in completion mode.
6175         (tramp-progress-reporter-update, tramp-remote-selinux-p)
6176         (tramp-handle-file-selinux-context)
6177         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
6178         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
6179         New defuns.
6180         (with-progress-reporter): New defmacro.
6181         (tramp-debug-outline-regexp): New defconst.
6182         (top, tramp-rfn-eshadow-setup-minibuffer)
6183         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6184         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6185         (tramp-completion-mode-p, tramp-check-for-regexp)
6186         (tramp-open-connection-setup-interactive-shell)
6187         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6188         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6189         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
6190         Use `tramp-compat-funcall'.
6191         (tramp-handle-make-symbolic-link): Flush file properties.
6192         (tramp-handle-load, tramp-handle-file-local-copy)
6193         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6194         (tramp-handle-vc-registered, tramp-maybe-send-script)
6195         (tramp-find-shell): Use `with-progress-reporter'.
6196         (tramp-do-file-attributes-with-stat): Add space in format string,
6197         in order to work around a bug in pdksh.  Reported by Gilles Pion
6198         <gpion@lfdj.com>.
6199         (tramp-handle-verify-visited-file-modtime): Do not send a command
6200         when the connection is not established.
6201         (tramp-handle-set-file-times): Simplify the check for utc.
6202         (tramp-handle-directory-files-and-attributes)
6203         (tramp-get-remote-path): Use `copy-tree'.
6204         (tramp-completion-handle-file-name-all-completions): Ensure, that
6205         non remote files are still checked.  Oops.
6206         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6207         Handle PRESERVE-SELINUX-CONTEXT.
6208         (tramp-do-copy-or-rename-file): Add progress reporter.
6209         (tramp-do-copy-or-rename-file-directly): Do not use
6210         `tramp-handle-file-remote-p'.
6211         (tramp-do-copy-or-rename-file-out-of-band):
6212         Use `tramp-compat-delete-directory'.
6213         (tramp-do-copy-or-rename-file-out-of-band)
6214         (tramp-compute-multi-hops, tramp-maybe-open-connection):
6215         Use `format-spec-make'.
6216         (tramp-handle-delete-file): Add TRASH arg.
6217         (tramp-handle-dired-uncache): Flush directory cache, not only file
6218         cache.
6219         (tramp-handle-expand-file-name)
6220         (tramp-completion-handle-file-name-all-completions)
6221         (tramp-completion-handle-file-name-completion):
6222         Use `tramp-connectable-p'.
6223         (tramp-handle-start-file-process): Set connection property "vec".
6224         Use it, in order to invalidate file caches.  Check only for
6225         `remote-tty' process property.
6226         Implement tty setting.  (Bug#4604, Bug#6360)
6227         (tramp-file-name-for-operation): Add `call-process-region' and
6228         `set-file-selinux-context'.
6229         (tramp-find-foreign-file-name-handler)
6230         (tramp-advice-make-auto-save-file-name)
6231         (tramp-set-auto-save-file-modes): Remove superfluous check for
6232         `stringp'.  This is done inside `tramp-tramp-file-p'.
6233         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
6234         operations when we are in completion mode.  This gives the user
6235         the chance to correct the file name in the minibuffer.
6236         (tramp-completion-mode-p): Use `non-essential'.
6237         (tramp-handle-file-name-all-completions): Backward/ XEmacs
6238         compatibility: Use `completion-ignore-case' if
6239         `read-file-name-completion-ignore-case' does not exist.
6240         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
6241         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6242         `tramp-open-shell'.
6243         (tramp-action-password): Hide password prompt before next run.
6244         (tramp-process-actions): Widen connection buffer for the trace.
6245         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6246         process property.  Trace stty settings if `tramp-verbose' >= 9.
6247         Apply workaround for IRIX64 bug.  Move argument of last
6248         `tramp-send-command' where it belongs to.
6249         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6250         front of `login-args'.
6251         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
6252         on "/dev/null" instead of "/".
6253         (tramp-get-ls-command-with-dired): Make test for "--dired"
6254         stronger.
6255         (tramp-set-auto-save-file-modes): Adapt version check.
6256         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6257         (tramp-handle-process-file): Call the program in a subshell, in
6258         order to preserve working directory.
6259         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
6260         `tramp-remote-sh' from `tramp-methods'.
6261         (tramp-get-ls-command): Make test for "--color=never" stronger.
6262         (tramp-check-for-regexp): Use (forward-line 1).
6264         * net/trampver.el: Update release number.
6266 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
6268         * help.el (help-map): Bind `C-h P' to describe-package.
6270         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
6272         * emacs-lisp/package.el (package-refresh-contents): Catch errors
6273         when downloading archives.
6274         (describe-package-1): Add package commentary.
6275         (package-install-button-action): New function.
6276         (package-menu-mode-map): Bind ? to package-menu-describe-package.
6277         (package-menu-view-commentary): Function removed.
6278         (package-list-packages-internal): Hide the `package' package too.
6280 2010-08-25  Kenichi Handa  <handa@m17n.org>
6282         * language/misc-lang.el ("Arabic"): New language environment.
6283         Setup composition-function-table for Arabic characters.
6285         * international/fontset.el (setup-default-fontset): Fix typo for
6286         arabic OTF spec (fini->fina).
6288 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
6290         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
6291         on all frames.
6293 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6295         * whitespace.el: Allow cleaning up blanks without blank
6296         visualization (Bug#6651).  Adjust help window for
6297         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
6298         instead of whitespace-line-column (from EmacsWiki).  New version
6299         13.1.
6300         (whitespace-style): Add new value 'face.  Adjust docstring.
6301         (whitespace-space, whitespace-hspace, whitespace-tab):
6302         Adjust foreground property face.
6303         (whitespace-line-column): Adjust docstring and type declaration.
6304         (whitespace-style-value-list, whitespace-toggle-option-alist)
6305         (whitespace-help-text): Adjust const initialization.
6306         (whitespace-toggle-options, global-whitespace-toggle-options):
6307         Adjust docstring.
6308         (whitespace-display-window, whitespace-interactive-char)
6309         (whitespace-style-face-p, whitespace-color-on): Adjust code.
6310         (whitespace-help-scroll): New fun.
6312 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
6314         * emacs-lisp/package.el (list-packages): Alias for
6315         package-list-packages.
6317 2010-08-24  Kevin Ryde  <user42@zip.com.au>
6319         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
6320         (Bug#5651).
6322         * progmodes/ruby-mode.el (ruby): Add defgroup.
6324 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
6326         * progmodes/python.el: Add Ipython support (Bug#5390).
6327         (python-shell-prompt-alist)
6328         (python-shell-continuation-prompt-alist): New options.
6329         (python--set-prompt-regexp): New function.
6330         (inferior-python-mode, run-python, python-shell):
6331         Require ansi-color.  Use python--set-prompt-regexp to set the comint
6332         prompt based on the Python interpreter.
6333         (python--prompt-regexp): New var.
6334         (python-check-comint-prompt)
6335         (python-comint-output-filter-function): Use it.
6336         (run-python): Use a pipe (Bug#5694).
6338 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
6340         * progmodes/python.el (python-send-region): Send a different
6341         Python command if Ipython is in use.
6342         (python-check-version): Use a Python command to find the version.
6344 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
6346         * mouse.el (mouse-yank-primary): Avoid setting primary when
6347         deactivating the mark (Bug#6872).
6349 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
6351         * progmodes/python.el (python-block-pairs): Allow use of "finally"
6352         with "else" (Bug#3991).
6354 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
6356         * net/dbus.el: Accept UNIX domain sockets as bus address.
6357         (top): Don't initialize `dbus-registered-objects-table' anymore,
6358         this is done in dbusbind,c.
6359         (dbus-check-event): Adapt test for bus.
6360         (dbus-return-values-table, dbus-unregister-service)
6361         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
6362         Adapt doc string.
6364 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
6366         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
6368 2010-08-22  Juri Linkov  <juri@jurta.org>
6370         * simple.el (read-extended-command): New function with the logic
6371         for `completing-read' moved to Elisp from `execute-extended-command'.
6372         Use `function-called-at-point' in `minibuffer-default-add-function'
6373         to get a command name for M-n (bug#5364, bug#5214).
6375 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6377         * startup.el (command-line-1): Issue warning for ignored arguments
6378         --unibyte, etc (Bug#6886).
6380 2010-08-22  Leo  <sdl.web@gmail.com>
6382         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
6383         (ignore, bright, dim, keyword): Split list of nicknames before
6384         passing to rcirc-add-or-remove (Bug#6894).
6386 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6388         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
6390 2010-08-22  Leo  <sdl.web@gmail.com>
6392         Fix buffer-list rename&refresh after killing a buffer in ido.
6393         * ido.el: Revert Óscar's.
6394         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
6395         Remember the buffers at head, rather than their name.
6396         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
6398 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
6399             Stefan Monnier  <monnier@iro.umontreal.ca>
6401         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
6402         extra backslash added to each line (bug#6890).
6404 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * subr.el (read-key): Don't echo keystrokes (bug#6883).
6408 2010-08-22  Glenn Morris  <rgm@gnu.org>
6410         * menu-bar.el (menu-bar-games-menu): Add landmark.
6412 2010-08-22  Glenn Morris  <rgm@gnu.org>
6414         * align.el (align-regexp): Make group and spacing arguments
6415         use the interactive defaults when non-interactive.  (Bug#6698)
6417         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
6418         expansion, so as not to need sendmail.
6419         (mail-text-start): Remove declaration.
6420         (rmail-retry-failure): Require sendmail.
6422 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6424         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
6426 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
6428         * progmodes/flymake.el (flymake-start-syntax-check-process):
6429         Use `start-file-process' in order to let it run also on remote hosts.
6431 2010-08-22  Kenichi Handa  <handa@m17n.org>
6433         * files.el: Add `word-wrap' as safe local variable.
6435 2010-08-22  Glenn Morris  <rgm@gnu.org>
6437         * woman.el (woman-translate): Case matters.  (Bug#6849)
6439 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6441         * simple.el (kill-region): Doc fix (Bug#6787).
6443 2010-08-22  Glenn Morris  <rgm@gnu.org>
6445         * calendar/diary-lib.el (diary-header-line-format):
6446         Fit it to the window, not the frame.
6448 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
6450         * subr.el (ignore-errors): Add debug declaration.
6452 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
6454         * whitespace.el (whitespace-color-off): Remove post-command-hook
6455         locally.
6457 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6459         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
6461 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
6463         * cus-edit.el (custom-group-value-create): Add extra newline
6464         before end line (Bug#6876).
6466 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
6468         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
6469         when extending it.  Before killing on the second click, check if
6470         the buffer is the correct one.  Doc fix.
6471         (mouse-secondary-save-then-kill): Allow usage without first
6472         calling mouse-start-secondary, by defaulting to point.  Don't save
6473         an empty secondary selection.  Doc fix.
6475 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6477         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
6478         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
6479         New version 13.0.
6480         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6481         Adjust initialization.
6482         (whitespace-bob-marker, whitespace-eob-marker)
6483         (whitespace-buffer-changed): New vars.
6484         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
6485         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6486         (whitespace-post-command-hook, whitespace-display-char-on):
6487         Adjust code.
6488         (whitespace-looking-back, whitespace-buffer-changed): New funs.
6489         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
6491 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6493         * files.el (locate-file-completion-table): Only list the .el and .elc
6494         extensions if there's no other choice (bug#5955).
6496         * facemenu.el (facemenu-self-insert-data): New var.
6497         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
6498         New functions.
6499         (facemenu-add-face): Use them.
6501         * simple.el (blink-matching-open): Obey forward-sexp-function.
6503 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6505         * simple.el (prog-mode-map): New var.
6506         (prog-indent-sexp): New command.
6508         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
6510         * progmodes/prolog.el (smie): Require.
6512         * emacs-lisp/smie.el (smie-default-backward-token)
6513         (smie-default-forward-token): Strip properties.
6514         (smie-next-sexp): Be more careful with associative operators.
6515         (smie-forward-sexp-command): Generalize.
6516         (smie-backward-sexp-command): Simplify.
6517         (smie-closer-alist): New var.
6518         (smie-close-block): New command.
6519         (smie-indent-debug-log): New var.
6520         (smie-indent-offset-rule): Add a few more cases.
6521         (smie-indent-column): New function.
6522         (smie-indent-after-keyword): Use it.
6523         (smie-indent-keyword): Use it.
6524         Fix up the opener code's point position.
6525         (smie-indent-comment): Only applies at BOL.
6526         (smie-indent-debug): New command.
6528         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
6529         declarations that are useful before running the macro.
6531 2010-08-18  Joakim Verona  <joakim@verona.se>
6533         * image.el (imagemagick-types-inhibit): New variable.
6534         (imagemagick-register-types): New function.
6535         * image-mode.el (image-transform-properties): New function.
6536         (image-transform-set-scale, image-transform-fit-to-height)
6537         (image-transform-set-rotation, image-transform-set-resize)
6538         (image-transform-fit-to-width, image-transform-fit-to-height):
6539         New functions.
6540         (image-toggle-display-image): Support image transforms.
6542 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6544         * image.el (create-animated-image): Don't add heuristic mask to image
6545         (Bug#6839).
6547 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
6549         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
6550         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
6552 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6554         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
6556         Font-lock '...' strings, plus various simplifications and fixes.
6557         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6558         (octave-font-lock-close-quotes): New function.
6559         (octave-font-lock-syntactic-keywords): New var.
6560         (octave-mode): Use it.  Set beginning-of-defun-function.
6561         (octave-mode-map): Don't override the <foo>-defun commands.
6562         (octave-mode-menu): Pass it directly to easy-menu-define;
6563         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
6564         (octave-block-match-alist): Fix up last change so that
6565         octave-close-block uses the more specific keyword.
6566         (info-lookup-mode): Silence byte-compiler.
6567         (octave-beginning-of-defun): Not interactive any more.
6568         Optimize slightly.
6569         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
6570         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
6571         (octave-completion-at-point-function): Make sure point is within
6572         beg..end.
6573         (octave-reindent-then-newline-and-indent):
6574         Use reindent-then-newline-and-indent.
6575         (octave-add-octave-menu): Remove.
6577 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
6579         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
6580         (report-emacs-bug-can-use-xdg-email): New functions.
6581         (report-emacs-bug): Set can-xdg-email to result of
6582         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
6583         \C-cm to report-emacs-bug-insert-to-mailer and add help text
6584         about it.
6586         * net/browse-url.el (browse-url-default-browser): Add cond
6587         for browse-url-xdg-open.
6588         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
6590 2010-08-17  Glenn Morris  <rgm@gnu.org>
6592         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
6593         (c-fontify-recorded-types-and-refs): Define for compiler.
6594         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
6595         before use.
6597         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
6598         Fix format call.
6600 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
6602         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
6603         properties.
6604         (tramp-handle-process-file): Call the program in a subshell, in
6605         order to preserve working directory.
6606         (tramp-action-password): Hide password prompt before next run.
6607         (tramp-process-actions): Widen connection buffer for the trace.
6609 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
6611         * net/rcirc.el (rcirc-log-process-buffers): New option.
6612         (rcirc-print): Use it.
6613         (rcirc-generate-log-filename): New function.
6614         (rcirc-log-filename-function): Change default to
6615         rcirc-generate-log-filename (Bug#6828).
6617 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
6619         * simple.el (deactivate-mark): If select-active-regions is `only',
6620         only set selection for temporarily active regions.
6622         * cus-start.el: Change defcustom for select-active-regions.
6624 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
6626         * mouse.el (mouse--drag-set-mark-and-point): New function.
6627         (mouse-drag-track): Use LOCATION arg to push-mark.
6628         Use mouse--drag-set-mark-and-point to take click-count into
6629         consideration when updating point and mark (Bug#6840).
6631 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
6633         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6634         Give the Ruby rule a lower priority than Gnu (Bug#6778).
6636 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6638         * font-lock.el (lisp-font-lock-keywords-2):
6639         Add combine-after-change-calls, condition-case-no-debug,
6640         with-demoted-errors, and with-silent-modifications (Bug#6025).
6642 2010-08-14  Kevin Ryde  <user42@zip.com.au>
6644         * emacs-lisp/copyright.el (copyright-update-year)
6645         (copyright-update): Temporary switch-to-buffer to ensure the
6646         buffer change being queried is visible (Bug#5394).
6648 2010-08-14  Tom Tromey  <tromey@redhat.com>
6650         * progmodes/etags.el (tags-file-name): Mark safe if stringp
6651         (Bug#6733).
6653 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
6655         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
6656         MS-DOS.  (Bug#6689)
6658 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
6660         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
6661         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6662         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6663         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
6664         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
6665         Call menu-bar-set-tool-bar-position.
6667 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6669         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
6670         comment style (bug#6834).
6671         * progmodes/scheme.el (scheme-mode-syntax-table):
6672         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
6673         "b" flag in "' 14b" syntax.
6675         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6676         for (un)commenting the region and performing completion.
6677         (octave-mode-menu): Use standard commands for help and completion.
6678         (octave-mode-syntax-table): Support %{..%} comments (sort of).
6679         (octave-mode): Use define-derived-mode.
6680         Set completion-at-point-functions and don't set columns.
6681         Don't disable adaptive-fill-regexp.
6682         (octave-describe-major-mode, octave-comment-region)
6683         (octave-uncomment-region, octave-comment-indent)
6684         (octave-indent-for-comment): Remove.
6685         (octave-indent-calculate): Rename from calculate-octave-indent.
6686         (octave-indent-line, octave-fill-paragraph): Update caller.
6687         (octave-initialize-completions): No need to make an alist.
6688         (octave-completion-at-point-function): New function.
6689         (octave-complete-symbol): Use it.
6690         (octave-insert-defun): Use define-skeleton.
6692         * progmodes/octave-mod.el (octave-mode): Set comment-add.
6693         (octave-mode-map): Use comment-dwim (bug#6829).
6695 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6697         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6698         indentation of inserted comment.
6700 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
6702         * faces.el (region): Add type gtk that uses gtk colors.
6704         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6705         Handle theme-name change.
6707 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
6709         * progmodes/sql.el: Version 2.5
6710         (sql-product-alist): Add :prompt-cont-regexp property for several
6711         database products.
6712         (sql-prompt-cont-regexp): New variable.
6713         (sql-output-newline-count, sql-output-by-send):
6714         New variables.  Record number of newlines in input text.
6715         (sql-send-string): Handle multiple filters and count newlines.
6716         (sql-send-magic-terminator): Count terminator newline.
6717         (sql-interactive-remove-continuation-prompt): Filters output to
6718         remove continuation prompts; one for each newline.
6719         (sql-interactive-mode): Set up new variables, prompt regexp and
6720         output filter.
6721         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
6722         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
6724 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6726         * emacs-lisp/pcase.el: New file.
6728 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
6730         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
6731         as here-document, otherwise the command could exceed maximum
6732         length of command line.
6733         (tramp-handle-vc-registered): Call script accordingly.
6734         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
6736 2010-08-10  Kenichi Handa  <handa@m17n.org>
6738         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
6739         composable pattern.
6741 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
6743         * emacs-lisp/package.el (package-version-split)
6744         (package--version-first-nonzero, package-version-compare):
6745         Functions removed.
6746         (package-directory-list, package-load-all-descriptors)
6747         (package--built-in, package-activate, define-package)
6748         (package-installed-p, package-compute-transaction)
6749         (package-read-all-archive-contents)
6750         (package--add-to-archive-contents, package-buffer-info)
6751         (package-tar-file-info, package-list-packages-internal):
6752         Use version-to-list and version-list-*.
6754         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6755         Use version-to-list.
6756         (package-upload-buffer-internal): Use version-list-<=.
6758 2010-08-09  Kenichi Handa  <handa@m17n.org>
6760         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
6761         composable pattern.
6763 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
6765         * tutorial.el (tutorial--default-keys): C-d is now bound to
6766         delete-forward-char (Bug#6826).
6768         * mouse.el (mouse-drag-track): Remove accidentally-removed check
6769         for `double' value of mouse-1-click-follows-link (Bug#6807).
6771 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
6773         * replace.el (replace-highlight): Bind isearch-forward and
6774         isearch-error, ensuring that highlighting is updated if the user
6775         switches the search direction (Bug#6808).
6777         * isearch.el (isearch-lazy-highlight-forward): New var.
6778         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6779         (isearch-lazy-highlight-update): Use it.
6781 2010-08-08  Kenichi Handa  <handa@m17n.org>
6783         * international/mule.el (define-charset): Store NAME as :base property.
6784         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
6785         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
6786         current priority.  Force using the designation of the specific
6787         charset by adding `charset' text property.  Improve the whole algorithm.
6789 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6791         * emulation/pc-select.el (pc-selection-mode-hook)
6792         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
6793         (pc-selection-mode): Fix typos in docstrings.
6795 2010-08-08  Kenichi Handa  <handa@m17n.org>
6797         * language/cyrillic.el: Don't add "microsoft-cp1251" to
6798         ctext-non-standard-encodings-alist here.
6800         * international/mule.el (ctext-non-standard-encodings-alist):
6801         Add "koi8-r" and "microsoft-cp1251".
6802         (ctext-standard-encodings): New variable.
6803         (ctext-non-standard-encodings-table): List only elements for
6804         non-standard encodings.
6805         (ctext-pre-write-conversion): Adjust for the above change.
6806         Check ctext-standard-encodings.
6808         * international/mule-conf.el (compound-text): Doc fix.
6809         (ctext-no-compositions): Doc fix.
6810         (compound-text-with-extensions): Doc fix.
6812 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6814         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
6816 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6818         * progmodes/which-func.el (which-func-format): Split help-echo text
6819         into lines, like other mode-line tooltips.
6821         * server.el (server-start): When using TCP sockets, force IPv4
6822         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
6824 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6826         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
6828 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6830         * term.el (term-delimiter-argument-list): Reflow docstring.
6831         (term-read-input-ring, term-write-input-ring, term-send-input)
6832         (term-bol, term-erase-in-display, serial-supported-or-barf):
6833         Fix typos in docstrings.
6835 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6837         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
6839 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6841         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
6843 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
6845         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
6846         Fix typo in docstring (bug#6747).
6848 2010-08-08  Leo  <sdl.web@gmail.com>
6850         * eshell/esh-io.el (eshell-get-target): Better detection of
6851         read-only file (Bug#6762).
6853 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6855         * align.el (align-default-spacing): Doc fix.
6856         (align-region-heuristic, align-regexp): Fix typos in docstrings.
6858 2010-08-08  Stephen Peters  <speters@itasoftware.com>
6860         * calendar/icalendar.el
6861         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
6862         (icalendar--get-weekday-numbers): New.
6863         (icalendar--convert-recurring-to-diary): Handle multiple byday
6864         values in weekly rules.  (Bug#6766)
6866 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
6868         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
6869         (icalendar--create-uid, icalendar-export-region)
6870         (icalendar--parse-summary-and-rest): Code formatting.
6872 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
6874         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
6875         to italicize headers.
6876         (calc-highlight-selections-with-faces): New variable.
6877         (calc-selected-face, calc-nonselected-face): New faces.
6879         * calc/calccomp.el (math-comp-highlight-string): Use
6880         `calc-highlight-selections-with-faces' to determine how to highlight
6881         sub-formulas.
6883         * calc/calc-sel.el (calc-show-selections): Change message to when
6884         using faces to highlight selections.
6886 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
6888         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
6889         Add SQLite 3 keywords, functions and datatypes.
6890         (sql-interactive-mode): Remove `comint-process-echoes' set to t
6891         (Bug#6686).
6893 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
6895         * simple.el (select-active-regions): Move to keyboard.c.
6896         (deactivate-mark): Used saved-region-selection.
6897         (select-active-region): Function removed.
6898         (activate-mark, set-mark, push-mark-command)
6899         (handle-shift-selection): Don't call it.
6900         (keyboard-quit): Avoid adding the region to the window selection.
6902         * mouse.el (mouse-drag-track): Remove hacks to deal with old
6903         select-active-regions implementation.
6904         (mouse-yank-at-click): Doc fix.
6906         * cus-start.el: Add custom declaration for select-active-regions.
6908 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
6910         * simple.el (delete-forward-char): Doc fix.
6912         * tutorial.el (help-with-tutorial): Hack safe file-local variables
6913         after reading the tutorial.
6915 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
6917         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
6918         Fix for the case that a C style comment has its delimiters alone on
6919         their respective lines.
6921 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
6923         * net/tramp.el (tramp-handle-start-file-process): Set connection
6924         property "vec".
6925         (tramp-process-sentinel): Use it for flushing the cache.
6926         We cannot do it via the process buffer, the buffer could be deleted
6927         already when running the sentinel.
6929 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
6931         * comint.el (comint-mode): Make directory tracking functions
6932         functional on remote files.  (Bug#6764)
6934 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
6936         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
6938 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
6940         * emacs-lisp/find-gc.el (find-gc-source-files):
6941         Rename unexec.c => unexcoff.c.
6943         * emacs-lisp/authors.el (authors-fixed-entries):
6944         Rename unexec.c => unexcoff.c.
6946 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
6948         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6949         cache, not only file cache.
6950         (tramp-process-sentinel): New defun.
6951         (tramp-handle-start-file-process): Use it, in order to invalidate
6952         file caches.
6954 2010-08-03  Leo  <sdl.web@gmail.com>
6956         * server.el (server-start): Simplify loop.
6958 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6960         * frame.el (screen-height, screen-width, set-screen-width)
6961         (set-screen-height): Remove ancient compatibility aliases.
6963         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
6964         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
6966         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
6967         that change current buffer.
6969 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6971         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
6972         beginning of the string.  Use `string-match-p'.  (Bug#6765)
6974 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
6976         * cus-start.el (x-gtk-use-system-tooltips): New variable.
6978 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
6980         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
6981         (package--builtins): Tweak descriptions.
6982         (package-print-package): Upcase descriptions if necessary.
6983         Show all built-in packages in font-lock-builtin-face.
6984         (package-list-packages-internal): Omit "emacs" package.
6985         Show status of built-in packages as "built-in".
6987 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
6989         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
6990         before killing to preserve the primary selection (Bug#6701).
6992         * term/x-win.el (x-select-text): Doc fix.
6994 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
6996         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
6997         (objc-font-lock-extra-types):
6998         * progmodes/cc-mode.el (c-basic-common-init):
6999         * progmodes/cc-langs.el (c-make-mode-syntax-table)
7000         (c++-make-template-syntax-table)
7001         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
7002         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
7003         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
7004         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
7005         * progmodes/cc-fonts.el (c-make-inverse-face)
7006         (c-basic-matchers-after):
7007         * progmodes/cc-engine.el (c-forward-keyword-clause)
7008         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
7009         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
7010         (c-guess-continued-construct, c-guess-basic-syntax):
7011         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
7012         The above functions were modified or created.
7014 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
7016         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
7018 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
7020         * files.el (bidi-paragraph-direction): Define safe local values.
7022         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
7023         language-info-alist.  Remove outdated FIXME in a comment.
7025 2010-07-31  Alan Mackenzie  <acm@muc.de>
7027         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
7028         Auto-fill broken in C/C++ modes.
7030 2010-07-30  Martin Rudalics  <rudalics@gmx.at>
7032         * help.el (temp-buffer-max-height, temp-buffer-resize-mode)
7033         (resize-temp-buffer-window): Move back from window.el to avoid
7034         calling define-minor-mode in window.el and choke in bootstrap.
7036 2010-07-29  Martin Rudalics  <rudalics@gmx.at>
7038         * loadup.el (top-level): Load window before files for the sake
7039         of replace-buffer-in-windows.
7041         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
7042         (previous-buffer): Move to window.el.
7044         * bindings.el (unbury-buffer): Move to window.el.
7046         * window.el (display-buffer): Move group definition to front of
7047         display buffer section.
7048         (record-window-buffer, unrecord-window-buffer)
7049         (set-window-buffer-start-and-point, switch-to-prev-buffer)
7050         (switch-to-next-buffer): New functions.
7051         (get-next-valid-buffer, last-buffer): Move here from simple.el.
7052         (next-buffer): Move here from simple.el.  Call
7053         switch-to-next-buffer.
7054         (previous-buffer): Move here from simple.el.  Call
7055         switch-to-prev-buffer.
7056         (bury-buffer, quit-restore-window): Switch to previous buffer
7057         when window cannot be deleted.
7058         (unbury-buffer): Move here from bindings.el.
7059         (delete-windows-on): Switch to previous buffer if window cannot
7060         be deleted.  Unrecord buffer argument in all live windows.
7061         (replace-buffer-in-windows): Move here from window.c.  Switch to
7062         previous buffer if window cannot be deleted.  Unrecord argument
7063         buffer in all live windows.
7064         (switch-to-buffer): In doc-string warning suggest using
7065         with-current-buffer instead of set-buffer.
7067 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
7069         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7070         (menu-bar-showhide-tool-bar-menu-customize-disable)
7071         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7072         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
7073         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
7074         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
7075         make a menu for Options => toolbar that can move it.
7077 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
7079         * emacs-lisp/package-x.el (package--make-rss-entry):
7080         (package-maint-add-news-item, package--update-news)
7081         (package-upload-buffer-internal): New arg ARCHIVE-URL.
7083         * emacs-lisp/package.el (package-archive-url): Rename from
7084         package-archive-id.
7085         (package-install): Doc fix.
7086         (package-download-single, package-download-tar, package-install)
7087         (package-menu-view-commentary): Callers changed.
7089 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
7091         * net/tramp.el (tramp-handle-start-file-process): Check only for
7092         `remote-tty' process property.
7093         (tramp-open-shell): Don't check for tty.
7094         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
7095         process property.
7097         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
7098         host.
7100 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
7102         * emacs-lisp/package.el (package-load-list, package-archives)
7103         (package-archive-contents, package-user-dir)
7104         (package-directory-list, package--builtins, package-alist)
7105         (package-activated-list, package-obsolete-alist): Mark as risky.
7107 2010-07-28  Phil Hagelberg  <phil@evri.com>
7109         Add support for non-default package repositories.
7110         * emacs-lisp/package.el (package-archive-base): Var deleted.
7111         (package-archives): New variable.
7112         (package-archive-contents): Doc fix.
7113         (package-load-descriptor): Do nothing if descriptor file is missing.
7114         (package--write-file-no-coding): New function.
7115         (package-unpack-single): Use it.
7116         (package-archive-id): New function.
7117         (package-download-single, package-download-tar)
7118         (package-menu-view-commentary): Use it.
7119         (package-installed-p): Make second argument optional.
7120         (package-read-all-archive-contents): New function.
7121         (package-initialize): Use it.
7122         (package-read-archive-contents): Add ARCHIVE argument.
7123         (package--add-to-archive-contents): New function.
7124         (package-install): Don't call package-read-archive-contents.
7125         (package--download-one-archive): Store archive file in a
7126         subdirectory of package-user-dir.
7127         (package-menu-execute): Remove spurious line movement.
7129 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
7131         * cus-start.el (tool-bar-style): Add text-image-horiz.
7133 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
7135         * progmodes/gud.el (gud-common-init): Check for remoteness of
7136         `file', and not of `default-directory'.
7138 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
7140         * net/tramp.el (tramp-methods): Move hostname to the end in all
7141         ssh `tramp-login-args'.
7142         (tramp-verbose): Describe verbose level 9.
7143         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
7144         (tramp-open-connection-setup-interactive-shell): Trace stty
7145         settings if `tramp-verbose' >= 9.
7146         (tramp-handle-start-file-process): Implement tty setting.
7147         (Bug#4604, Bug#6360)
7149         * net/tramp-cmds.el (tramp-bug): Recommend setting of
7150         `tramp-verbose' to 9.
7152 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
7154         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
7155         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
7156         Remove references to package `lisp-re' (bug#4369).
7158 2010-07-27  Tom Tromey  <tromey@redhat.com>
7160         * progmodes/js.el (js-mode):
7161         * progmodes/make-mode.el (makefile-mode):
7162         * progmodes/simula.el (simula-mode):
7163         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
7165 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
7167         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
7169         * time.el (display-time-day-and-date): Remove spurious * in docstring.
7170         (display-time-world-buffer-name, display-time-world-mode-map):
7171         Fix typos in docstrings.
7173 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
7175         * image-mode.el (image-display-size): New function.
7176         (image-forward-hscroll, image-next-line, image-eol, image-eob)
7177         (image-mode-fit-frame): Use it (Bug#6639).
7179 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
7181         * dired.el (dired-buffers-for-dir): Handle list values of
7182         dired-directory (Bug#6636).
7184 2010-07-26  Sam Steingold  <sds@gnu.org>
7186         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
7187         Do not call `x-get-selection' the second time, reuse the value.
7189 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
7191         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
7192         which consist of control chars only.  Suggested by Richard Stallman.
7194 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
7196         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
7197         exists before passing an error to find-file-not-found-functions
7198         (bug#6723).
7200 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
7202         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
7203         Remove leading nil element, adjust values.
7204         (tetris-shapes, tetris-shape-scores):
7205         Change representation of shapes and remove some redundancy.
7206         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
7207         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
7208         Adjust for working with new representation of shapes.
7209         (tetris-shape-rotations): New function.
7210         (tetris-move-bottom, tetris-move-left, tetris-move-right)
7211         (tetris-rotate-prev, tetris-rotate-next):
7212         Adjust for working with the new version of tetris-test-shape.
7214 2010-07-23  Markus Triska  <markus.triska@gmx.at>
7216         * progmodes/ps-mode.el: Use comint (bug#5954).
7217         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
7218         (ps-mode-other-newline): Simplify.
7219         (ps-run-mode): Derive from comint-mode instead of
7220         fundamental-mode, yielding input history etc.
7221         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
7222         (ps-run-send-string): Adapt for comint-mode.
7223         (ps-run-newline): Remove now unneeded function.
7225 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
7227         * net/tramp.el (tramp-methods): Move hostname to the end in all
7228         plink `tramp-login-args'.
7230 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
7232         * net/tramp.el (tramp-open-shell): New defun.
7233         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7234         Use it.
7236 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
7238         * net/tramp.el (tramp-file-name-regexp-unified)
7239         (tramp-completion-file-name-regexp-unified): On W32 systems, do
7240         not regard the volume letter as remote filename.  (Bug#5447)
7242 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
7244         * custom.el (custom-declare-variable): Give a clearer error message
7245         when the docstring is missing (bug#6476).
7247 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
7249         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
7250         (sql-login-params): New widget definition.
7251         (sql-oracle-login-params, sql-mysql-login-params)
7252         (sql-solid-login-params, sql-sybase-login-params)
7253         (sql-informix-login-params, sql-ingres-login-params)
7254         (sql-ms-login-params, sql-postgres-login-params)
7255         (sql-interbase-login-params, sql-db2-login-params)
7256         (sql-linter-login-params): Use it.
7257         (sql-sqlite-login-params): Use it; Define "database" parameter as
7258         a file name.
7259         (sql-sqlite-program): Change to "sqlite3".
7260         (sql-comint-sqlite): Make sure database name is complete.
7261         (sql-for-each-login): New function.
7262         (sql-connect, sql-save-connection): Use it.
7263         (sql-get-login-ext): New function.
7264         (sql-get-login): Use it.
7265         (sql-make-alternate-buffer-name): Handle :file parameters.
7267 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
7269         * dired.el (dired-no-confirm): Document value t and fix defcustom to
7270         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
7272 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7274         * dired.el (dired-mode-map): Use command remapping (bug#6632).
7276 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
7278         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
7280 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
7282         * net/tramp.el (tramp-get-ls-command)
7283         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
7284         instead of "/".
7286 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
7288         * progmodes/sql.el: Version 2.3.
7289         (sql-connection-alist): Change keys from symbols to strings;
7290         enhanced the widget definition.
7291         (sql-mode-menu): Add submenu to select connections.
7292         (sql-interactive-mode-menu): Add "Save Connection" item.
7293         (sql-add-product): Fix menu item.
7294         (sql-get-product-feature): Improved error handling.
7295         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
7296         (sql-make-alternate-buffer-name): Simplified.
7297         (sql-product-interactive): Handle missing product.
7298         (sql-connect): Support string keys, minor improvements.
7299         (sql-save-connection): New function.
7300         (sql-connection-menu-filter): New function.
7302 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
7304         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
7305         (tramp-open-connection-setup-interactive-shell):
7306         Apply workaround for IRIX64 bug.  Move argument of last
7307         `tramp-send-command' where it belongs to.
7309 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
7311         * net/tramp.el (tramp-perl-file-attributes)
7312         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
7313         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
7314         front of `login-args'.
7316 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
7318         * time.el (display-time-world-mode): Define with `define-derived-mode'.
7319         Set `show-trailing-whitespace' to nil.
7320         (display-time-world-display): Simplify.
7322 2010-07-18  Alan Mackenzie  <acm@muc.de>
7324         Enhance `c-file-style' in file/directory local variables.
7325         * progmodes/cc-mode.el (c-count-cfss): New function.
7326         (c-before-hack-hook): Call `c-set-style' differently according to
7327         whether c-file-style was set in file or directory local
7328         variables.
7330 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
7332         * progmodes/sql.el: Version 2.2.
7333         (sql-product, sql-user, sql-database, sql-server, sql-port):
7334         Use defcustom :safe keyword rather than putting safe-local-variable
7335         property.
7336         (sql-password): Use defcustom :risky keyword rather than putting
7337         risky-local-variable property.
7338         (sql-oracle-login-params, sql-sqlite-login-params)
7339         (sql-solid-login-params, sql-sybase-login-params)
7340         (sql-informix-login-params, sql-ingres-login-params)
7341         (sql-ms-login-params, sql-postgres-login-params)
7342         (sql-interbase-login-params, sql-db2-login-params)
7343         (sql-linter-login-params): Add `port' option.
7344         (sql-get-product-feature): Add NO-INDIRECT parameter.
7345         (sql-comint-oracle, sql-comint-sybase)
7346         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
7347         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
7348         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
7349         (sql-comint-linter): Rename sql-connect-* functions to
7350         sql-comint-*.
7351         (sql-product-alist, sql-mode-menu): Rename as above and
7352         :sqli-connect-func to :sqli-comint-func.
7353         (sql-connection): New variable.
7354         (sql-interactive-mode): Set it.
7355         (sql-connection-alist): New variable.
7356         (sql-connect): New function.
7357         (sql--alt-buffer-part, sql--alt-if-not-empty)
7358         (sql-make-alternate-buffer-name): Improved alternative buffer name.
7360 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7362         * image-mode.el (image-bookmark-make-record): Do not set context
7363         in an image (Bug#6650).
7365 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
7367         * simple.el (select-active-region): New function.
7368         (push-mark-command, set-mark, activate-mark)
7369         (handle-shift-selection): Use it.
7370         (deactivate-mark): Don't check for size of region.
7372         * mouse.el (mouse-drag-track): Use select-active-region.
7374 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
7376         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
7377         "--dired" stronger.
7379 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
7381         * term/x-win.el (x-select-enable-primary): Change default to nil.
7382         (x-select-enable-clipboard): Add :version keyword.
7384         * mouse.el (mouse-drag-copy-region):
7385         * simple.el (select-active-regions): Likewise.
7387 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
7389         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
7390         (vc-coding-system-for-diff): Use it to decide whether to inherit
7391         from the file the EOL format for reading the diffs of that file.
7392         (Bug#4451)
7394 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
7396         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
7397         unibyte, so compressed attachments are not compressed again.
7399 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
7401         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
7402         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
7403         (tramp-find-shell): Simplify setting connection property.
7404         (tramp-get-ls-command): Make test for "--color=never" stronger.
7406 2010-07-15  Simon South  <ssouth@member.fsf.org>
7408         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
7409         blocks within record declarations (i.e. variant parts) correctly.
7411 2010-07-15  Simon South  <ssouth@member.fsf.org>
7413         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
7414         over literal tokens when parsing so newlines aren't "absorbed" by
7415         single-line comments.  Corrects the indentation of case blocks
7416         that have a comment on the first line.
7418 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
7420         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
7421         by Drew Adams (Bug#5504).
7423 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
7425         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
7426         now that Unicode is used (Bug#6594).
7428 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
7430         * term/x-win.el (x-select-enable-clipboard): Default to t.
7431         (x-initialize-window-system): Don't overwrite Paste menu item.
7433         * simple.el (select-active-regions): Default to t.
7434         (push-mark-command): Don't overwrite primary with empty string.
7436         * mouse.el: Bind mouse-2 to mouse-yank-primary.
7437         (mouse-drag-copy-region): Default to nil.
7439         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
7440         Cut/Copy/Paste menu bar items.
7442 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7444         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7445         Patch applied by Karl Fogel.
7447         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
7448         and `bookmark-current-buffer' if they have been already set in
7449         another buffer (e.g gnus-art).
7451 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7452             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7454         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
7456         * bookmark.el (bookmark-make-record-default): Allow unneeded
7457         information to be omitted from the record.
7459         Adjust declarations and calls:
7461         * info.el (bookmark-make-record-default): Adjust declaration.
7462         (Info-bookmark-make-record): Adjust call.
7464         * woman.el (bookmark-make-record-default): Adjust declaration.
7465         (woman-bookmark-make-record): Adjust call.
7467         * man.el (bookmark-make-record-default): Adjust declaration.
7468         (Man-bookmark-make-record): Adjust call.
7470         * image-mode.el (bookmark-make-record-default): Adjust declaration.
7472         * doc-view.el (bookmark-make-record-default): Adjust declaration.
7474 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7476         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
7477         This is also from Thierry Volpiatto's patch in bug #6444.  However,
7478         because it was extraneous to the functional change in that patch,
7479         and causes a re-indendation, I am committing it separately.
7481 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7483         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
7484         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
7485         Patch applied by Karl Fogel (Bug#6444).
7487 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
7489         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
7491 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
7493         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
7494         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
7495         (ns-alternatives-map): Change S-tab binding to backtab
7496         (bug#6616).
7498         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
7499         under ns.
7501 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
7503         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
7504         (Bug#5806)
7506         * language/tv-util.el (tai-viet-re): Remove format.
7508 2010-07-12  Kenichi Handa  <handa@m17n.org>
7510         * language/hebrew.el: Remove no-byte-compile declaration.
7511         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
7512         composition-function-table for 3-character looking back.
7513         (hebrew-font-get-precomposed): New function.
7514         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
7516 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
7518         * mouse.el (mouse-drag-track): Handle select-active-regions
7519         (Bug#6612).
7521 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
7523         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
7524         empty argument to gvfs-copy.
7526 2010-07-10  Glenn Morris  <rgm@gnu.org>
7528         * calendar/calendar.el (calendar-week-end-day): New function.
7529         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
7530         Respect calendar-week-start-day.  (Bug#6606)
7531         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7532         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
7533         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
7534         respect calendar-week-start-day.
7536 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
7538         * simple.el (use-region-p): Doc fix (Bug#6607).
7540 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
7542         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7543         Add regexps for cucumber and ruby.
7545 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
7547         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
7548         (epa-file-insert-file-contents): Hack to prevent
7549         find-file from opening empty buffer when decryption failed
7550         (bug#6568).
7552 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
7554         * textmodes/ispell.el (ispell-alternate-dictionary):
7555         Use file-readable-p.
7556         Return nil if no word-list is found at default locations.
7557         (ispell-complete-word-dict): Default to nil.
7558         (ispell-command-loop): Use 'word-list' when using lookup-words.
7559         (lookup-words): Use ispell-complete-word-dict or
7560         ispell-alternate-dictionary.  Check for word-list availability
7561         and handle errors if needed with better messages (Bug#6539).
7562         (ispell-complete-word): Use ispell-complete-word-dict or
7563         ispell-alternate-dictionary.
7565 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
7567         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
7568         builtins (BufferError, BytesWarning, WindowsError; callables
7569         bin, bytearray, bytes, format, memoryview, next, print; __package__).
7571 2010-07-07  Glenn Morris  <rgm@gnu.org>
7573         * play/zone.el (top-level): Do not require timer, tabify, or cl.
7574         (zone-shift-left): Ignore intangibility, and any errors from
7575         forward-char.
7576         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
7577         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
7578         deleting, and copying text properties.
7579         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
7580         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
7581         to point-max is hard.
7582         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
7583         (zone-fill-out-screen): Ignore intangibility.
7585 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
7587         * menu-bar.el (menu-bar-mode):
7588         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
7589         if it has been set.
7591         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
7592         word/line selection (Bug#6565).
7594 2010-07-04  Martin Rudalics  <rudalics@gmx.at>
7596         * window.el (get-mru-window): New function.
7598 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
7600         * net/dbus.el (dbus-send-signal): Declare function.
7602 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
7604         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
7605         (dbus-register-property): New optional argument EMITS-SIGNAL.
7606         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
7608 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
7610         * mouse.el (mouse-drag-overlay): Variable deleted.
7611         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
7612         (mouse--remap-link-click-p): New function.
7613         (mouse-drag-track): Handle dragging by using temporary Transient
7614         Mark mode, instead of a special overlay.
7615         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
7616         mouse-show-mark.
7618         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
7619         deleted.
7621 2010-07-02  Juri Linkov  <juri@jurta.org>
7623         * autoinsert.el (auto-insert-alist): Fix readability
7624         by using dotted pair notation for lambda.
7626 2010-07-02  Juri Linkov  <juri@jurta.org>
7628         * faces.el (read-face-name): Rename arg `string-describing-default'
7629         to `default'.  Doc fix.  Display the default value in quotes
7630         in the prompt.  With empty input, return the `default' arg,
7631         unless the default value is a string (in which case return nil).
7632         (describe-face): Replace the string `default' arg of `read-face-name'
7633         with the symbol `default'.
7635 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
7637         * emulation/viper-cmd.el (viper-delete-backward-char)
7638         (viper-del-backward-char-in-insert)
7639         (viper-del-backward-char-in-replace, viper-change)
7640         (viper-backward-indent): Replace delete-backward-char with
7641         delete-char (Bug#6552).
7643 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
7645         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
7647 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
7649         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
7650         argument passed to frame-creation-function (Bug#5378).
7652         * faces.el (x-handle-named-frame-geometry)
7653         (x-handle-reverse-video, x-create-frame-with-faces)
7654         (face-set-after-frame-default, tty-create-frame-with-faces):
7655         Don't separately consult default-frame-alist.  It is now passed as the
7656         PARAMETER argument.
7658 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
7660         * startup.el (command-line): Don't call tool-bar-setup in a
7661         tty-only build.
7663 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
7665         * ruler-mode.el (ruler--save-header-line-format): New fun.
7666         (ruler-mode): Use it as a setter function, so as not to overwrite
7667         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
7669 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
7671         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
7672         (vc-root-diff, vc-print-root-log, vc-log-incoming)
7673         (vc-log-outgoing): Use it.
7674         (vc-diff-internal): Set diff-vc-backend.
7676         * vc/diff-mode.el (diff-vc-backend): New var.
7678 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
7680         * dynamic-setting.el (font-setting-change-default-font):
7681         Remove call to message.
7683 2010-06-28  Kenichi Handa  <handa@m17n.org>
7685         * international/quail.el (quail-insert-kbd-layout): Fix the
7686         showing of untranslated characters.
7688 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
7690         * simple.el (delete-active-region): New option.
7691         (delete-backward-char): Implement in Lisp.
7692         (delete-forward-char): New command.
7694         * mouse.el (mouse-region-delete-keys): Deleted.
7695         (mouse-show-mark): Simplify.
7697         * bindings.el (global-map): Bind delete and DEL, the former to
7698         delete-forward-char.
7700 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
7702         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
7703         (ruby-mode): Bind indent-line-function (Bug#5119).
7705 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
7707         * startup.el (command-line): Recognize "0" X resource value.
7709 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
7711         * startup.el (command-line): Use X resources to set the value of
7712         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
7714         * menu-bar.el (menu-bar-mode):
7715         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7716         Set init-value to t.
7718         * frame.el (frame-notice-user-settings): Don't change
7719         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7720         vice versa (Bug#2249).
7722 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
7724         * w32-fns.el (w32-convert-standard-filename): Doc fix.
7726 2010-06-25  Martin Rudalics  <rudalics@gmx.at>
7728         * files.el (read-buffer-to-switch)
7729         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7730         Move to window.el.
7732         * window.el (display-buffer): New customization group.
7733         (special-display-buffer-names, special-display-regexps)
7734         (same-window-buffer-names, same-window-regexps, pop-up-frames)
7735         (display-buffer-reuse-frames, pop-up-windows)
7736         (split-window-preferred-function, split-height-threshold)
7737         (split-width-threshold, even-window-heights): Move or add to
7738         display-buffer customization group.
7739         (window-size-fixed): Move down in code, rewrite doc-string.
7740         (window-right, window-left, window-child, window-internal-p)
7741         (window-any-p, normalize-live-buffer, normalize-live-frame)
7742         (normalize-any-window, normalize-live-window)
7743         (window-iso-combined-p, walk-window-tree-1, walk-window-tree)
7744         (window-in-direction-2, window-in-direction, window-tree-1)
7745         (window-size-ignore, window-sizable, window-sizable-p)
7746         (window-min-size, window-min-size-1, window-size-fixed-p)
7747         (window-size-fixed-1, window-min-delta, window-min-delta-1)
7748         (window-max-delta, window-max-delta-1, window-resizable)
7749         (window-resizable-p, window-total-height, window-height)
7750         (window-full-height-p, window-total-width, window-body-height)
7751         (window-body-width, window-width, resize-window-reset)
7752         (resize-window-reset-1, resize-window, resize-subwindows-skip-p)
7753         (resize-subwindows-normal, resize-subwindows)
7754         (resize-other-windows, resize-this-window, resize-mini-window)
7755         (resize-root-window, resize-root-window-vertically)
7756         (window-deletable-p, window-or-subwindow-p)
7757         (kill-or-unrecord-buffer, quit-restore-window)
7758         (window-split-min-size, window-children-count)
7759         (split-window-quit-restore): New functions.
7760         (ignore-window-parameters, display-buffer-window-and-buffer)
7761         (resize-window-safe-window): New variables.
7762         (window-safe-min-height, window-safe-min-width): New constants.
7763         (window-min-height, window-min-width, window-full-width-p)
7764         (get-lru-window, get-largest-window)
7765         (adjust-window-trailing-edge, window-tree, other-window)
7766         (replace-buffer-in-windows, split-window): Move here from
7767         window.c.
7768         (window-current-scroll-bars): Use normalize-live-window.
7769         (get-window-with-predicate): Use window-list-1.
7770         (get-buffer-window-list): Use normalize-live-buffer and
7771         window-list-1.
7772         (count-windows): Use window-list-1.
7773         (enlarge-window, shrink-window): Use resize-window.
7774         (maximize-window, minimize-window, frame-root-window-p)
7775         (composite-window-p, composite-root-window-p)
7776         (composite-main-window-p, composite-support-window-p)
7777         (composite-root-window, composite-major-window)
7778         (composite-main-sibling, composite-lowest-child-role)
7779         (compound-window-p, compound-main-window-p)
7780         (compound-root-window, group-window-p, group-window-main-p)
7781         (group-root-window, make-compound-window, make-window-group)
7782         (make-support-window): New functions for composite windows.
7783         (one-window-p): Rewrite doc-string.
7784         (delete-window, delete-other-windows, delete-windows-on)
7785         (bury-buffer, switch-to-buffer): Move here from buffer.c.
7786         (split-window-vertically, split-window-horizontally): Call
7787         split-window-quit-restore.
7788         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7789         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7790         (bw-refresh-edges, bw-balance-sub): Replace by new balance
7791         windows functions.
7792         (balance-windows, balance-windows-1, balance-windows-2): New
7793         functions for balancing windows.
7794         (bw-adjust-window): Rename to balance-windows-area-adjust.
7795         (balance-windows-area): Call balance-windows-area-adjust.
7796         (pop-up-windows): New values `selected' and `root'.
7797         (window-splittable-p): Rename to window-sensibly-splittable-p.
7798         (split-window-sensibly): Call window-sensibly-splittable-p.
7799         (window--display-buffer-1, window--display-buffer-2): Remove.
7800         (display-buffer-window-and-buffer)
7801         (window--display-buffer-in-window, window--reuse-window)
7802         (window--pop-up-window, window--pop-up-frame)
7803         (window--raise-window-frame): New helper functions for
7804         display-buffer.
7805         (display-buffer): Rewrite using the new helper functions.
7806         (read-buffer-to-switch, switch-to-buffer-other-window)
7807         (switch-to-buffer-other-frame): Move here from files.el.
7808         (set-window-text-height, fit-window-to-buffer): Use
7809         normalize-live-window and resize-window.
7810         (shrink-window-if-larger-than-buffer): Use normalize-live-window
7811         and window-iso-combined-p.
7812         (temp-buffer-max-height, temp-buffer-resize-mode): Move here
7813         from help.el.
7814         (resize-temp-buffer-window): Move here from help.el and use
7815         window-iso-combined-p.
7816         (ctl-x-map): Move bindings for non-scrolling commands here from
7817         window.c.
7819         * cus-start.el (all): Remove window-min-height and
7820         window-min-width entries.  Add recenter-redisplay and
7821         window-splits entries.
7823         * calendar/calendar.el (calendar-basic-setup):  Call
7824         window-sensibly-splittable-p instead of window-splittable-p.
7826         * dired.el (dired-pop-to-buffer): Call
7827         window-sensibly-splittable-p instead of window-splittable-p.
7829         * help-mode.el (help-mode-finish): Remove help-window and
7830         view-return-to-alist handling code.
7832         * help.el (help-window): Remove variable.
7833         (help-window-point-marker): Fix doc-string.
7834         (temp-buffer-max-height, temp-buffer-resize-mode)
7835         (resize-temp-buffer-window): Move to window.el.
7836         (help-window-display-message): Fix doc-string and handling of
7837         optional argument.
7838         (help-window-setup-finish): Remove.
7839         (help-window-setup): Remove handling of list-of-frames and
7840         list-of-window-tuples.  These are handled by the quit-restore
7841         window mechanism now.
7842         (with-help-window): Remove setup of list-of-frames and
7843         list-of-window-tuples.  Reset display-buffer-window-and-buffer
7844         and call help-window-setup when the buffr display mechanism
7845         called by with-output-to-temp-buffer has set it.
7847         * view.el (view-exits-all-viewing-windows): Fix doc-string.
7848         (view-return-to-alist): Remove variable.
7849         (view-file-other-window): Remove second argument in call of
7850         view-buffer-other-window.
7851         (view-file-other-frame): Remove second argument in call of
7852         view-buffer-other-frame.
7853         (view-buffer): Remove the undo-window mechanism and fix call of
7854         view-mode-enter.
7855         (view-buffer-other-window, view-buffer-other-frame): Remove
7856         second argument and return-to mechanism and fix call of
7857         view-mode-enter.
7858         (view-return-to-alist-update): Remove function.
7859         (view-mode-enter): Rename second argument to quit-restore and
7860         replace view-return-to-alist mechanism by quit-restore
7861         parameter.  Rewrite doc-string.
7862         (view-mode-exit): Rename arguments and replace
7863         view-return-to-alist mechanism by calling quit-restore-window.
7864         (View-exit, View-exit-and-edit, View-leave, View-quit)
7865         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
7866         appropriate argument(s).
7867         (view-end-message): Instead of checking view-return-to-alist
7868         look at quit-restore window parameter.
7870         * progmodes/ebrowse.el (ebrowse-view-file-other-frame): Adjust
7871         call of view-mode-enter to the latter's new definition.
7873         * progmodes/python.el (view-return-to-alist): Remove defvar.
7874         (python-describe-symbol): Don't set view-return-to-alist any
7875         more.
7877 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
7879         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7880         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
7882         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
7883         default directories are expanded (Bug#6143).
7885 2010-06-24  Juri Linkov  <juri@jurta.org>
7887         * minibuffer.el (completions-format): Change default from nil to
7888         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
7890 2010-06-24  Juri Linkov  <juri@jurta.org>
7892         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
7893         buffer-locally to lambda that re-runs the vc diff command.
7894         (Bug#6447)
7896 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
7898         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
7899         echo area is in use (Bug#3412).
7901 2010-06-22  Glenn Morris  <rgm@gnu.org>
7903         * textmodes/texinfmt.el (texinfo-format-region)
7904         (texinfo-raise-lower-sections, texinfo-format-separate-node)
7905         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
7906         (texinfo-format-option, texinfo-noindent):
7907         Use line-beginning-position and line-end-position.
7909         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
7910         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
7911         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
7912         utf-8 characters.
7914 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
7916         * play/zone.el (zone-fall-through-ws): Fix next-line ->
7917         forward-line fallout.
7919 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
7921         * mouse.el (mouse-appearance-menu): Add docstring.
7923         * help.el (describe-key): Print up-event using key-description.
7925 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
7927         * net/zeroconf.el (zeroconf-resolve-service)
7928         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
7929         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
7931 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
7933         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
7935 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
7937         Avoid displaying files with a nil state in vc-dir.
7938         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
7939         cases that cause insertion.
7940         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
7941         with a nil state.
7943 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
7945         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
7947 2010-06-29  Leo  <sdl.web@gmail.com>
7949         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
7951 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
7953         * generic-x.el (bat-generic-mode): Fix regexp for command line
7954         switches (Bug#5719).
7956 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
7958         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
7959         of nconc to avoid pure storage error (Bug#6239).
7961 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
7963         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
7964         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
7965         bindings of bookmark-automatically-show-annotations (Bug#6515).
7967 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
7969         * arc-mode.el (archive-zip-extract): Don't quote the file name on
7970         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
7972 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
7974         * comint.el (make-comint, make-comint-in-buffer): Mention return
7975         value in the docstrings.  (Bug#6498)
7977 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
7979         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
7980         since it is not present when using some non-default switches.
7982 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
7984         * simple.el (compose-mail): Fix doc string to refer to
7985         `compose-mail-user-agent-warnings', instead of to the
7986         nonexistent `compose-mail-check-user-agent'.
7988 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
7990         Fix an indentation bug:
7992         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
7993         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
7994         of existing values.
7996         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
7997         (c-clear->-pair-props-if-match-before): now return t when they've
7998         cleared properties, nil otherwise.
7999         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
8000         by taking account of the existing value.
8002         * progmodes/cc-defs.el
8003         (c-clear-char-property-with-value-function): Fix this to clear the
8004         property rather than overwriting it with nil.
8006 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
8008         * emacs-lisp/package.el (package-print-package): Add link to
8009         package description via describe-package.
8010         (describe-package-1): List package requirements.  Add button to
8011         perform installation.
8012         (package-menu-describe-package): New command.
8014         * help-mode.el (help-package): New button type.
8016 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
8018         * emacs-lisp/package.el: Move package-list-packages binding to
8019         menu-bar.el.
8020         (describe-package, describe-package-1, package--dir): New funs.
8021         (package-activate-1): Use package--dir.
8023         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
8025         * help-mode.el (help-package-def): New button type.
8027         * menu-bar.el: Move package-list-packages binding here from
8028         package.el.
8030 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
8032         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
8034 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8036         * emacs-lisp/edebug.el (edebug-read-list):
8037         Phase out old-style backquotes.
8039 2010-06-17  Juri Linkov  <juri@jurta.org>
8041         * help-mode.el (help-mode): Set buffer-local variable
8042         revert-buffer-function to help-mode-revert-buffer.
8043         (help-mode-revert-buffer): New function.
8045         * info.el (Info-revert-find-node): Check for major-mode Info-mode
8046         before popping to "*info*" (like in other Info functions).
8047         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
8048         old-history-forward.  Pop to old-buffer-name or "*info*" to
8049         recreate the killed buffer.  Set Info-history-forward from
8050         old-history-forward.
8051         (Info-breadcrumbs-depth): Add :group and :version.
8053 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
8055         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
8057 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
8059         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
8060         for languages like Portuguese with pt_{BR,PT} and no plain pt.
8062 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
8064         * emacs-lisp/package.el (package-menu-mode-map):
8065         Move initialization into declaration.
8067         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
8069 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
8071         * emacs-lisp/package.el (package-archive-base): Point to
8072         elpa.gnu.org.
8073         (package-enable, package-load-list): New defcustoms.
8074         (package-user-dir, package-directory-list): Turn into defcustoms.
8075         Don't include package-user-dir in package-directory-list.
8076         (package--builtins-base): Don't include Emacs as a "package".
8077         (package-subdirectory-regexp): New var.
8078         (package-load-all-descriptors, package-compute-transaction)
8079         (package-download-transaction): Obey package-load-list.
8080         (package-activate-1): Rename from package-do-activate.
8081         (package-list-packages-internal): Check package-load-list.
8082         (package-load-descriptor, package-generate-autoloads)
8083         (package-unpack, package-unpack-single)
8084         (package--read-archive-file, package-delete):
8085         Use expand-file-name.
8087         * emacs-lisp/package-x.el: New file.  Package uploading
8088         functionality split out from package.el.
8090         * startup.el (command-line): Load packages after reading init file.
8092 2010-06-17  Tom Tromey  <tromey@redhat.com>
8094         * emacs-lisp/package.el: New file.
8096 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
8098         Fix vc-annotate for renamed files when using Git.
8099         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
8100         ls-files.  Doe not pass the object as a file name to cat-file, it
8101         is not a file name.
8102         (vc-git-annotate-command): Pass the file name using -- to avoid
8103         ambiguity with the revision.
8104         (vc-git-previous-revision): Pass a relative file name.
8106 2010-06-22  Glenn Morris  <rgm@gnu.org>
8108         * progmodes/js.el (js-mode-map): Use standard capitalization and
8109         ellipses for menu entries.
8111         * wid-edit.el (widget-complete): Doc fix.
8113 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
8115         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
8117 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
8119         Fix annotating other revisions for renamed files in vc-annotate.
8120         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
8121         VC backend.  Use it when non-nil.
8122         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
8123         (Bug#6487).
8125         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
8126         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8127         Do not pass the file name to the 'previous-revision call when we
8128         don't want a file diff.  (Bug#6489)
8130 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
8132         Fix finding revisions for renamed files in vc-annotate.
8133         * vc/vc.el (vc-find-revision): Add an optional argument for
8134         the VC backend.  Use it when non-nil.
8135         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
8136         backend to vc-find-revision.  (Bug#6487)
8138 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
8140         Fix reading file names in Git annotate buffers.
8141         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
8142         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
8144 2010-06-20  Alan Mackenzie  <acm@muc.de>
8146         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
8147         in file local variables, set it first.
8149 2010-06-19  Glenn Morris  <rgm@gnu.org>
8151         * descr-text.el (describe-char-unicode-data): Insert separating
8152         space when needed.  (Bug#6422)
8154         * progmodes/idlwave.el (idlwave-action-and-binding):
8155         Fix typo in 2009-12-03 change.  (Bug#6450)
8157 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8159         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
8160         handling for `lambda' (misunderstanding).
8162 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
8164         * calc/calc-poly.el (math-accum-factors): Make sure that
8165         constants aren't distributed after they are factored out.
8167 2010-06-16  Juri Linkov  <juri@jurta.org>
8169         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
8170         `list-colors-print'.  (Bug#6332)
8172         * subr.el (read-quoted-char): Fix up last change (bug#6290).
8174 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8176         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
8177         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
8179         * font-lock.el (font-lock-major-mode): Rename from
8180         font-lock-mode-major-mode to distinguish it from
8181         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
8182         (font-lock-set-defaults):
8183         * font-core.el (font-lock-default-function): Adjust users.
8184         (font-lock-mode): Don't set it at all.
8186 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8188         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
8190 2010-06-16  Glenn Morris  <rgm@gnu.org>
8192         * calendar/appt.el (appt-time-msg-list): Doc fix.
8193         (appt-check): Let-bind appt-warn-time.
8194         (appt-add): Make the 3rd argument optional.
8195         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
8196         Only add WARNTIME to the output list if non-nil.
8198 2010-06-16  Ivan Kanis  <apple@kanis.eu>
8200         * calendar/appt.el (appt-check): Let the 3rd element of
8201         appt-time-msg-list specify the warning time.
8202         (appt-add): Add new argument with the warning time.  (Bug#5176)
8204 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
8206         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
8207         older than version 1.6.  (Bug#6361)
8209 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
8211         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
8212         used by cl-do-arglist.  (Bug#6408)
8214 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
8216         * textmodes/ispell.el (ispell-dictionary-base-alist):
8217         Fix portuguese casechars/not-casechars for missing 'çÇ'.
8218         Suggested by Rolando Pereira (bug#6434).
8220 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
8222         * facemenu.el (list-colors-sort): Doc fix.
8224 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
8226         * progmodes/sql.el (sql-connect-mysql): Fix typo.
8228 2010-06-14  Juri Linkov  <juri@jurta.org>
8230         Add sort option `list-colors-sort'.  (Bug#6332)
8231         * facemenu.el (color-rgb-to-hsv): New function.
8232         (list-colors-sort): New defcustom.
8233         (list-colors-sort-key): New function.
8234         (list-colors-display): Doc fix.  Sort list according to the option
8235         `list-colors-sort'.
8236         (list-colors-print): Add HSV values to `help-echo' property of
8237         RGB strings.
8239 2010-06-14  Juri Linkov  <juri@jurta.org>
8241         * compare-w.el: Move to the "vc" subdirectory.
8243 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8245         * image-mode.el (image-mode-map): Remap left-char and right-char.
8247         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
8249 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
8251         * term/common-win.el (x-colors): Add all the color names defined
8252         in rgb.txt (Bug#6332).
8254         * facemenu.el (list-colors-print): Don't print extra names if it
8255         will overflow the window width.
8257         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
8258         change (Bug#6343).
8260 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
8262         * files.el (make-directory): Doc fix (bug#6396).
8264 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
8266         * net/tramp.el (tramp-remote-process-environment): Protect version
8267         string by apostroph.
8268         (tramp-shell-prompt-pattern): Do not use a shy group in case of
8269         XEmacs.
8270         (tramp-file-name-for-operation): Add `call-process-region'.
8271         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
8273         * net/tramp-compat.el (top): Do not autoload
8274         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
8275         only when `start-file-process' is not bound.
8276         (tramp-advice-file-expand-wildcards): Do not use
8277         `tramp-handle-file-remote-p'.
8278         (tramp-compat-make-temp-file): Handle the case, that
8279         `make-temp-file' has no third argument EXTENSION.
8281 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
8283         * makefile.w32-in (WINS_BASIC): Include new directory vc.
8285         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
8287 2010-06-11  Juri Linkov  <juri@jurta.org>
8289         * finder.el (finder-known-keywords): Add keyword "vc"
8290         for version control.
8292         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
8293         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
8294         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
8295         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
8297 2010-06-11  Juri Linkov  <juri@jurta.org>
8299         Move version control related files to the "vc" subdirectory.
8300         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
8301         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
8302         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
8303         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
8304         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
8305         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
8306         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
8307         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
8308         Move files to the "vc" subdirectory.
8310 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
8312         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
8313         (Bug#6367).
8315 2010-06-11  Stephen Eglen  <stephen@gnu.org>
8317         * shell.el: Bind `shell-resync-dirs' to M-RET.
8319 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
8321         * notifications.el: Move file from lisp/net, because it is
8322         supposed to talk locally to the user.
8324 2010-06-10  Julien Danjou  <julien@danjou.info>
8326         * net/notifications.el (notifications-on-action-signal)
8327         (notifications-on-closed-signal): Pass notification id as first
8328         argument to the callback functions.  Add docstrings.
8329         (notifications-notify): Fix docstring.
8331 2010-06-10  Glenn Morris  <rgm@gnu.org>
8333         * emacs-lisp/authors.el (authors-ignored-files)
8334         (authors-valid-file-names): Add some files.
8336 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8338         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
8339         merge conflict, giving preference to the emacs-23 version of the code.
8341 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8343         * emacs-lisp/advice.el (ad-compile-function):
8344         Define warning-suppress-types before we let-bind it (bug#6275).
8346         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
8347         declare it, make it buffer-local and permanent-local (bug#6324).
8348         (vc-resynch-window): Adjust name.
8349         * vc-hooks.el (vc-find-file-hook): Adjust name.
8351 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
8353         * net/notifications.el (notifications-notify): Fix docstring.
8355 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
8357         Update to Unicode 6.0.0 beta.
8358         * international/charprop.el: Update copyright.
8359         * international/mule-cmds.el (ucs-names): Update character ranges.
8360         * international/uni-bidi.el:
8361         * international/uni-category.el:
8362         * international/uni-combining.el:
8363         * international/uni-comment.el:
8364         * international/uni-decimal.el:
8365         * international/uni-decomposition.el:
8366         * international/uni-digit.el:
8367         * international/uni-lowercase.el:
8368         * international/uni-mirrored.el:
8369         * international/uni-name.el:
8370         * international/uni-numeric.el:
8371         * international/uni-old-name.el:
8372         * international/uni-titlecase.el:
8373         * international/uni-uppercase.el: Regenerate.
8375 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
8377         * emacs-lisp/smie.el (comment-string-strip): Declare function.
8378         (smie-precs-precedence-table): Fix typo in docstring.
8380         * vc-mtn.el (log-edit-extract-headers): Declare function.
8382         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
8384         * net/notifications.el (dbus-register-signal): Declare function.
8385         (notifications-notify): Fix typos and reflow docstring.
8387 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
8389         Improve VC create/retrieve tag/branch.
8390         * vc.el (vc-create-tag): Do not read the directory name for VCs
8391         with repository revision granularity.  Adjust the tag/branch
8392         prompt.  Reset VC properties.
8393         (vc-retrieve-tag): Do not read the directory name for VCs
8394         with repository revision granularity.  Reset VC properties.
8396 2010-06-09  Julien Danjou  <julien@danjou.info>
8398         * net/notifications.el: New file.
8400 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
8402         Add optional support for resetting VC properties.
8403         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
8404         call vc-file-clearprops when true.
8405         (vc-resynch-buffer): Add new optional argument, pass it down.
8406         (vc-resynch-buffers-in-directory): Likewise.
8408         Improve support for special markup in the VC commit message.
8409         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
8410         * vc-hg.el (vc-hg-checkin): Add support for Date:.
8411         * vc-git.el (vc-git-checkin):
8412         * vc-bzr.el (vc-bzr-checkin): Likewise.
8414 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8416         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
8417         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
8419 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
8421         * iimage.el: Remove images as soon as the underlying text is modified.
8422         (iimage-modification-hook): New function.
8423         (iimage-mode-buffer): Use it.
8425 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8427         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
8428         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
8429         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
8430         (smie-indent-keyword): Add handling of open-paren keywords.
8431         (smie-indent-comment-continue): Don't assume comment-continue.
8433 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
8435         * window.el (pop-to-buffer): Remove the conditional that
8436         compares new-window and old-window, so it will reselect
8437         the selected window unconditionally.
8438         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
8440 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8442         * emacs-lisp/smie.el (smie-indent-offset-after)
8443         (smie-indent-forward-token, smie-indent-backward-token): New functions.
8444         (smie-indent-after-keyword): Use them.
8445         (smie-indent-fixindent): Only applies to the indentation of the BOL.
8446         (smie-indent-keyword): Tweak the black magic.
8447         (smie-indent-comment-continue): Strip comment-continue before use.
8448         (smie-indent-functions): Indent comments before keywords.
8450 2010-06-06  Juri Linkov  <juri@jurta.org>
8452         * isearch.el (isearch-lazy-highlight-search): Fix looping
8453         by checking for empty match.  This syncs this loop with the
8454         similar loop in `isearch-search'.  (Bug#6362)
8456 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
8458         * net/dbus.el (dbus-register-method): Declare function.
8459         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
8460         (dbus-introspect): Doc fix.
8461         (dbus-event-bus-name, dbus-introspect-get-interface)
8462         (dbus-introspect-get-argument): Reflow docstrings.
8464 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
8466         vc-log-incoming/vc-log-outgoing fixes for Git.
8467         * vc-git.el (vc-git-log-view-mode): Fix font lock for
8468         incoming/outgoing logs.
8469         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
8470         instead of vc-git-compute-remote.
8471         (vc-git-compute-remote): Remove.
8473 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
8475         * term/common-win.el (x-colors): Add "dark green" and "dark
8476         turquoise" (Bug#6332).
8478 2010-06-04  Juri Linkov  <juri@jurta.org>
8480         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
8481         Instead of setting `replace' to t and replacing the same string
8482         with itself, don't do certain actions when
8483         kill-do-not-save-duplicates is non-nil and string is equal to car
8484         of kill-ring: don't call menu-bar-update-yank-menu, don't push
8485         interprogram-paste strings to kill-ring, and don't push the input
8486         argument `string' to kill-ring.
8487         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
8489 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
8491         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
8493 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
8495         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
8496         (tramp-gvfs-handler-mounted-unmounted)
8497         (tramp-gvfs-connection-mounted-p): Handle default-location.
8499         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
8500         move files to trash.
8502 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
8504         * international/mule-cmds.el (nonascii-insert-offset)
8505         (nonascii-translation-table): Add obsolescence information.
8507         * international/mule.el (make-translation-table-from-vector): Doc fix.
8509 2010-06-03  Glenn Morris  <rgm@gnu.org>
8511         * desktop.el (desktop-clear-preserve-buffers):
8512         Add "*Warnings*" buffer.  (Bug#6336)
8514 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
8516         vc-log-incoming/vc-log-outgoing improvements for Git.
8517         * vc-git.el (vc-git-log-outgoing): Use the same format as the
8518         short log.
8519         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
8521         Add bindings for vc-log-incoming and vc-log-outgoing.
8522         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
8523         and vc-log-outgoing.
8524         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
8525         and vc-log-outgoing.
8527 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
8529         * net/rcirc.el (rcirc-sort-nicknames): Remove.
8530         (rcirc-handler-366): Always sort nicknames.
8532 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
8534         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
8536 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
8538         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
8540 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8542         * net/rcirc.el (rcirc-sort-nicknames): Change default.
8543         (rcirc-sort-nicknames-join): Avoid setq.
8545 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
8547         * net/rcirc.el (rcirc-sort-nicknames): New custom.
8548         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
8549         (rcirc-handler-366): Use them.
8551 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8553         Split smie-indent-calculate into more manageable chunks.
8554         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
8555         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
8556         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
8557         (smie-indent-exps): Extract from smie-indent-calculate.
8558         (smie-indent-functions): New var.
8559         (smie-indent-functions): Use them.
8561 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8563         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
8564         (smie-indent-calculate): Simplify and cleanup.
8566 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
8568         * net/tramp-gvfs.el (top): Require url-util.
8569         (tramp-gvfs-mount-point): Remove.
8570         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
8571         New defuns.
8572         (with-tramp-dbus-call-method): Format trace message.
8573         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
8574         Implement backup call, when operation on local files fails.
8575         Use progress reporter.  Flush properties of changed files.
8576         (tramp-gvfs-handle-make-directory): Make more traces.
8577         (tramp-gvfs-url-file-name): Hexify file name in url.
8578         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
8579         into account for the resulting file name.
8580         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
8581         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
8582         (tramp-gvfs-handler-mounted-unmounted)
8583         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
8584         attribute "default_location".  Set "prefix" property.
8585         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
8586         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
8587         exists.  Raise an error, if not (due to a corresponding answer
8588         "no" in interactive questions, for example).
8590 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
8592         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
8594 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
8596         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
8597         right-*.  (Bug#6265)
8599 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
8601         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
8602         * vc-git.el (vc-git-compute-remote): New function.
8603         (vc-git-log-outgoing): Use it instead of hard coding a value.
8604         (vc-git-log-incoming): New function.
8606         Improve state updating for VC tag commands.
8607         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
8608         to update the state of all buffers in the directory.
8610         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
8612 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8614         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
8615         `file-directory-p' to the filename part rather than to the whole text.
8617 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8619         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
8621 2010-05-31  Drew Adams  <drew.adams@oracle.com>
8623         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
8625 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
8627         * subr.el (momentary-string-display): Just use read-event to read
8628         the exit event (Bug#6238).
8630 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
8632         * international/mule.el (define-coding-system): Doc fix (bug#6313).
8634 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
8636         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
8637         Suggested by Eli Zaretskii <eliz@gnu.org>.
8639 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8641         * minibuffer.el (completion-file-name-table): Don't return a boundary
8642         past the end of `string' (bug#6299).
8643         (completion--file-name-table): Delegate to completion-file-name-table
8644         for the `boundaries' case.
8646 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
8648         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
8649         movement commands.
8651         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
8652         `path-separator', but maintain compatibility with Emacs 20.2.
8654 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
8656         * server.el (server-process-filter): Receive parent-id argument
8657         from emacsclient.
8658         (server-create-window-system-frame): New arg.  Pass parent-id as
8659         frame parameter.
8661 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
8663         Bidi-sensitive word movement with arrow keys.
8664         * subr.el (right-arrow-command, left-arrow-command): Move to
8665         bindings.el.
8667         * bindings.el (right-char, left-char): Move from subr.el and
8668         rename from right-arrow-command and left-arrow-command.
8669         (right-word, left-word): New functions.
8670         (global-map) <right>: Bind to right-char.
8671         (global-map) <left>: Bind to left-char.
8672         (global-map) <C-right>: Bind to right-word.
8673         (global-map) <C-left>: Bind to left-word.
8675         * ls-lisp.el (ls-lisp-classify-file): New function.
8676         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
8677         (ls-lisp-classify): Call ls-lisp-classify-file.
8678         (insert-directory): Remove blanks from switches.
8680 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
8682         * ansi-color.el: Delete unused escape sequences (Bug#6085).
8683         (ansi-color-drop-regexp): New constant.
8684         (ansi-color-apply, ansi-color-filter-region)
8685         (ansi-color-apply-on-region): Delete unrecognized control sequences.
8686         (ansi-color-apply): Build string list before calling concat.
8688 2010-05-28  Juri Linkov  <juri@jurta.org>
8690         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8691         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
8692         (Bug#5270)
8694 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
8696         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
8697         to ignored backtrace functions.
8698         (with-progress-reporter): Expand docstring.
8699         (tramp-handle-delete-file): Implement TRASH argument.
8700         (tramp-get-remote-trash): New defun.
8702 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
8704         * net/tramp-compat.el (tramp-compat-delete-file):
8705         Use `symbol-value' for backward compatibility.
8707         * net/tramp.el (tramp-handle-make-symbolic-link)
8708         (tramp-handle-load)
8709         (tramp-do-copy-or-rename-file-via-buffer)
8710         (tramp-do-copy-or-rename-file-directly)
8711         (tramp-do-copy-or-rename-file-out-of-band)
8712         (tramp-handle-process-file, tramp-handle-call-process-region)
8713         (tramp-handle-shell-command, tramp-handle-file-local-copy)
8714         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8715         (tramp-delete-temp-file-function): Use `delete-file' instead
8716         of `tramp-compat-delete-file'.
8718         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8719         (tramp-fish-handle-make-symbolic-link)
8720         (tramp-fish-handle-process-file): Use `delete-file' instead
8721         of `tramp-compat-delete-file'.
8723         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8724         Use `delete-file' instead of `tramp-compat-delete-file'.
8726         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8727         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
8728         `tramp-compat-delete-file'.
8730         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
8731         Use `delete-file' instead of `tramp-compat-delete-file'.
8733         * net/tramp-smb.el (tramp-smb-handle-copy-file)
8734         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8735         (tramp-smb-handle-write-region): Use `delete-file' instead of
8736         `tramp-compat-delete-file'.
8737         (tramp-smb-handle-delete-directory): Use 'trash as arg.
8739 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
8741         * dired.el (dired-delete-file): New arg TRASH.
8742         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
8743         (dired-do-flagged-delete, dired-do-delete): Use trash.
8745         * speedbar.el (speedbar-item-delete): Allow trashing.
8747         * files.el (delete-directory): New arg TRASH.
8749         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
8750         (ange-ftp-rename-remote-to-remote)
8751         (ange-ftp-rename-local-to-remote)
8752         (ange-ftp-rename-remote-to-local, ange-ftp-load)
8753         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
8754         `delete-file'.
8755         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
8756         allow trashing.
8758         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
8759         handle new TRASH arg of `delete-file'.
8761         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
8762         (tramp-handle-make-symbolic-link, tramp-handle-load)
8763         (tramp-do-copy-or-rename-file-via-buffer)
8764         (tramp-do-copy-or-rename-file-directly)
8765         (tramp-do-copy-or-rename-file-out-of-band)
8766         (tramp-handle-process-file, tramp-handle-call-process-region)
8767         (tramp-handle-shell-command, tramp-handle-file-local-copy)
8768         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8769         (tramp-delete-temp-file-function): Use null TRASH arg in
8770         tramp-compat-delete-file call.
8772         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8773         (tramp-fish-handle-delete-file)
8774         (tramp-fish-handle-make-symbolic-link)
8775         (tramp-fish-handle-process-file): Use null TRASH arg in
8776         `tramp-compat-delete-file' call.
8778         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
8779         arg in `tramp-compat-delete-file' call.
8781         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8782         (tramp-gvfs-handle-write-region): Use null TRASH arg in
8783         `tramp-compat-delete-file' call.
8785         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
8786         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
8787         `tramp-compat-delete-file' call.
8789         * net/tramp-smb.el (tramp-smb-handle-copy-file)
8790         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8791         (tramp-smb-handle-write-region): Use null TRASH arg in
8792         tramp-compat-delete-file call.
8793         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
8794         (tramp-smb-handle-delete-file): Rename arg.
8796         * diff.el (diff-sentinel):
8797         * epg.el (epg--make-temp-file, epg-decrypt-string)
8798         (epg-verify-string, epg-sign-string, epg-encrypt-string):
8799         * jka-compr.el (jka-compr-partial-uncompress)
8800         (jka-compr-call-process, jka-compr-write-region):
8801         * server.el (server-sentinel): Remove optional arg from
8802         delete-file, reverting 2010-05-03 change.
8804 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
8806         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8807         Use font-lock-constant-face, not obsolete font-lock-reference-face.
8809 2010-05-27  Kenichi Handa  <handa@m17n.org>
8811         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
8812         element of GSTRING is nil.
8814 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8816         * emacs-lisp/smie.el (smie-forward-token-function)
8817         (smie-backward-token-function): New vars.
8818         (smie-backward-sexp, smie-forward-sexp)
8819         (smie-indent-hanging-p, smie-indent-calculate): Use them.
8820         (smie-default-backward-token): Rename from smie-backward-token and
8821         skip comments.
8822         (smie-default-forward-token): Rename from smie-forward-token and
8823         skip comments.
8824         (smie-next-sexp): Handle nil results from next-token.
8825         (smie-indent-calculate): Add a new case for special `fixindent' comments.
8827 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
8829         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8830         Use font-lock-constant-face, not obsolete font-lock-reference-face.
8832 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
8834         * htmlfontify.el (hfy-face-resolve-face): New function.
8835         (hfy-face-to-style): Use it (Bug#6279).
8837 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8839         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
8840         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
8842 2010-05-26  Glenn Morris  <rgm@gnu.org>
8844         * emulation/edt.el (edt-load-keys): Use locate-library.
8846 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
8848         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
8849         (log-edit-changelog-entries): Doc fix.
8850         (log-edit-changelog-insert-entries): Args changed.
8851         Rename relative filenames in ChangeLog entries.  Delete tabs.
8852         (log-edit-insert-changelog-entries): Reorganize return value of
8853         `log-edit-changelog-entries' to pass filenames to
8854         log-edit-changelog-insert-entries.
8856 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8858         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
8859         `image-dired-dired-insert-marked-thumbs' to
8860         `image-dired-dired-toggle-marked-thumbs'.
8862         * image-dired.el: Require cl when compiling.
8863         (image-dired-dired-toggle-marked-thumbs): Rename from
8864         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
8865         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
8866         to 'no-dir.  Skip files whose names don't match
8867         `image-file-name-regexp'.  When file has a thumbnail overlay,
8868         delete it.  (Bug#5270)
8870 2010-05-25  Juri Linkov  <juri@jurta.org>
8872         * image-mode.el (image-mode): Add image-after-revert-hook to
8873         after-revert-hook.
8874         (image-after-revert-hook): New function.  (Bug#5669)
8876 2010-05-25  Juri Linkov  <juri@jurta.org>
8878         * image.el (image-animated-p): When delay between animated images
8879         is 0, set it to 10 (0.1 sec).  (Bug#6258)
8881 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
8883         * net/tramp.el (tramp-handle-insert-directory): Don't use
8884         `forward-word', its default syntax could be changed.
8886 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
8888         * net/tramp.el (tramp-progress-reporter-update): New defun.
8889         (with-progress-reporter): Use it.
8890         (tramp-process-actions):
8891         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
8892         Preserve current message, in order to let progress reporter continue
8893         afterwards.  (Bug#6257)
8895 2010-05-25  Glenn Morris  <rgm@gnu.org>
8897         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
8898         Add :version.
8900 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
8902         * net/rcirc.el (rcirc-default-user-name): Change to "user".
8903         (rcirc-default-full-name): Change to "unknown".
8904         (rcirc-user-name-history): Add variable.
8906 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
8907             Jonathan Rockway  <jon@jrock.us>
8909         * net/rcirc.el (rcirc-server-alist): Add :pass.
8910         (rcirc): When prompting for connection parameters, also prompt for
8911         username and password.
8912         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
8913         value to server when connecting.
8915 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8917         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
8918         (smie-merge-prec2s): Pass the tables as separate args.
8919         (smie-bnf-precedence-table): Adjust call accordingly.
8920         (smie-prec2-levels): Set levels at the end.
8922         Replace Lisp calls to delete-backward-char by delete-char.
8923         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
8924         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
8925         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
8926         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
8927         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
8928         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
8929         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
8930         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
8931         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
8932         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
8933         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
8934         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
8935         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
8936         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
8937         delete-backward-char by calls to delete-char.
8939 2010-05-25  Kenichi Handa  <handa@m17n.org>
8941         * language/hebrew.el (hebrew-shape-gstring): New function.
8942         Register it in composition-function-table for all Hebrew combining
8943         characters.
8945 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8947         * epa.el (epa--select-keys): Don't explicitly delete the window since
8948         that can fail (e.g. sole window in frame).  Use dedication instead.
8950 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
8952         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
8954 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
8956         * image.el (image-refresh): Define as an alias for image-flush.
8958         * image-mode.el (image-toggle-display-image): Caller changed.
8960 2010-05-21  Juri Linkov  <juri@jurta.org>
8962         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
8963         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
8964         whitespace, call wildcard-to-regexp on substrings and concat them
8965         with "\\|".  (Bug#6114)
8967 2010-05-21  Alan Mackenzie  <acm@muc.de>
8969         * progmodes/cc-engine.el (c-parse-state-get-strategy):
8970         Replace parameter `here' with `here-' and `here-plus', which sandwich
8971         any pertinent CPP construct.
8972         (c-remove-stale-state-cache-backwards): Fix a bug which happens
8973         when doing (c-parse-state) in a CPP construct: Exclude any "new"
8974         CPP construct from taking part in the scanning.
8976 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
8978         * net/tramp.el (tramp-do-copy-or-rename-file)
8979         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
8980         Tune `with-progress-reporter' messages.
8981         (tramp-handle-vc-registered):
8982         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
8983         (tramp-fish-handle-insert-file-contents)
8984         (tramp-fish-maybe-open-connection):
8985         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8986         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
8987         (tramp-imap-handle-insert-file-contents)
8988         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
8990 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
8992         * add-log.el (change-log-font-lock-keywords):
8993         Highlight all authors in multi-author entries.
8995         * smerge-mode.el (smerge-refine-ignore-whitespace)
8996         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
8997         Fix typos in docstrings.
8998         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
9000 2010-05-21  Glenn Morris  <rgm@gnu.org>
9002         * progmodes/fortran.el (fortran-mode):
9003         * progmodes/f90.el (f90-mode): Derive from prog-mode.
9005         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
9006         having a relative path in src/Makefile.in.
9008 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9010         * help-mode.el (help-make-xrefs): For Info node links turn
9011         newlines into spaces.  Link node names with newlines are matched
9012         by help-xref-info-regexp and buttonized, this change ensures they
9013         can be followed successfully with RET.  (Bug#6206)
9015 2010-05-20  Juri Linkov  <juri@jurta.org>
9017         * locate.el (locate): Use pop-to-buffer instead of
9018         switch-to-buffer-other-window.  (Bug#6204)
9020 2010-05-20  Juri Linkov  <juri@jurta.org>
9022         * replace.el (replace-highlight): Fix lazy-highlighting
9023         for `M-s w str M-% str RET'.
9025 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
9027         * isearch.el (isearch-yank-word-or-char): Pull next subword
9028         when `subword-mode' is activated.  (Bug#6220)
9030 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
9032         * isearch.el (isearch-update-post-hook): New hook.
9033         (isearch-update): Use the new hook.  (Bug#6225)
9035 2010-05-20  Juri Linkov  <juri@jurta.org>
9037         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
9038         [f1], [help], and (char-to-string help-char) instead of "\C-h".
9039         (Bug#6222)
9041 2010-05-20  Juri Linkov  <juri@jurta.org>
9043         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
9044         (Bug#6223)
9046 2010-05-20  Juri Linkov  <juri@jurta.org>
9048         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
9049         FILE-NAME to read from the minibuffer when called interactively
9050         with prefix argument instead of using buffer-file-name.
9051         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
9053         * dired.el: Update autoloads.
9055 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
9057         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
9058         nxml-finish-element, for consistency with SGML mode.
9060         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
9061         octave-close-block.
9063 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
9065         * composite.el: Require cl when compiling.
9066         (reference-point-alist, compose-gstring-for-graphic)
9067         (compose-gstring-for-terminal): Fix typos in docstrings.
9069 2010-05-19  Juri Linkov  <juri@jurta.org>
9071         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
9072         set-window-parameter.
9074 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9076         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
9077         where appropriate.
9078         (tramp-maybe-open-connection): Use it.
9080 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
9082         * simple.el (move-end-of-line): Make sure we are at line beginning
9083         before backing up to end of previous line.
9085 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9087         * password-cache.el (password-cache-remove): Fix docstring.
9089         * net/secrets.el: Autoload the widget functions.
9090         (secrets-search-items, secrets-create-item)
9091         (secrets-get-attributes, secrets-expand-item): Attributes will be
9092         stored on the password database without leading ":", as all other
9093         clients do as well.
9094         (secrets-mode): Fix docstring.
9095         (secrets-show-secrets): Provide it as autoloaded command only when
9096         D-Bus support is available.  Check existence of Secret Service API.
9098 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9100         * indent.el (indent-region): Deactivate region (bug#6200).
9102 2010-05-19  Glenn Morris  <rgm@gnu.org>
9104         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
9106 2010-05-19  Kenichi Handa  <handa@m17n.org>
9108         * composite.el: Register compose-gstring-for-graphic in
9109         composition-function-table only for combining characters (Mn, Mc, Me).
9111 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
9113         * calc/calc-trail.el (calc-trail-isearch-forward)
9114         (calc-trail-isearch-backward): Ensure that the new window
9115         point is set correctly.
9117 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9119         * subr.el (read-quoted-char): Resolve modifiers after key
9120         remapping (bug#6212).
9122 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
9124         Add visualization code for secrets.
9125         * net/secrets.el (secrets-mode): New major mode.
9126         (secrets-show-secrets, secrets-show-collections)
9127         (secrets-expand-collection, secrets-expand-item)
9128         (secrets-tree-widget-after-toggle-function)
9129         (secrets-tree-widget-show-password): New defuns.
9131 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9133         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
9134         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
9135         handled in smie-next-sexp.
9136         (smie-indent-calculate): Provide a starting indentation (so the
9137         recursion is well-founded ;-).
9139         Fix handling of non-associative equal levels.
9140         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
9141         when it's not needed.
9142         (smie-op-left, smie-op-right): New functions.
9143         (smie-next-sexp): New function, extracted from smie-backward-sexp.
9144         Better handle equal levels to distinguish the associative case from
9145         the "multi-keyword construct" case.
9146         (smie-backward-sexp, smie-forward-sexp): Use it.
9148 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
9150         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
9152         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
9153         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
9155 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9157         Provide a simple generic indentation engine and use it for Prolog.
9158         * emacs-lisp/smie.el: New file.
9159         * progmodes/prolog.el (prolog-smie-op-levels)
9160         (prolog-smie-indent-rules): New var.
9161         (prolog-mode-variables): Use them to configure SMIE.
9162         (prolog-indent-line, prolog-indent-level): Remove.
9164 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
9166         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
9167         order before computing the averages.
9169 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
9171         * calc/calc-vec.el (calc-histogram):
9172         (calcFunc-histogram): Allow vectors as inputs.
9173         (math-vector-avg): New function.
9175         * calc/calc-ext.el (math-group-float): Have the number of digits
9176         being grouped depend on the radix (Bug#6189).
9178 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
9180         * version.el (emacs-copyright, emacs-version): Don't define here,
9181         now that emacs.c defines it.
9183 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
9185         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
9186         "Describe Language Environment" menu item.
9188         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
9190         Bidi-sensitive movement with arrow keys.
9191         * subr.el (right-arrow-command, left-arrow-command): New functions.
9193         * bindings.el (global-map): Bind them to right and left arrow keys.
9195         Don't override standard definition of convert-standard-filename.
9196         * files.el (convert-standard-filename):
9197         Call w32-convert-standard-filename and dos-convert-standard-filename on
9198         the corresponding systems.
9200         * w32-fns.el (w32-convert-standard-filename): Rename from
9201         convert-standard-filename.  Doc fix.
9203         * dos-fns.el (dos-convert-standard-filename): Doc fix.
9204         (convert-standard-filename): Don't defalias.
9205         (register-name-alist, make-register, register-value)
9206         (set-register-value, intdos): Obsolete aliases for the
9207         corresponding dos-* functions and variables.
9208         (dos-intdos): Add a doc string.
9210 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
9212         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
9213         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
9214         (math-compose-tex-func):
9215         * calc/calccomp.el (math-compose-expr):
9216         * calc/calc-ext.el (math-format-flat-expr-fancy):
9217         * calc/calc-store.el (calc-read-var-name):
9218         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
9220         * calc/calc.el (var-π, var-φ, var-γ): New variables.
9221         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
9222         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
9223         (math-standard-units): Add units.
9225 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9227         * progmodes/asm-mode.el (asm-mode):
9228         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
9230         * pcomplete.el (pcomplete-completions-at-point): New function,
9231         extracted from pcomplete-std-complete.
9232         (pcomplete-std-complete): Use it.
9234 2010-05-15  Glenn Morris  <rgm@gnu.org>
9236         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9237         Remove references to CVS, RCS and Old directories.
9239 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
9241         * calc/calc-bin.el (math-format-twos-complement): Group digits when
9242         appropriate.
9244 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9246         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
9247         (sh-mode-syntax-table): Give it a default value instead.
9248         (sh-header-marker): Make buffer-local.
9249         (sh-mode): Move make-local-variable to the corresponding setq.
9250         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
9251         Use complete-with-action.
9253         * simple.el (prog-mode): New (abstract) major mode.
9254         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
9255         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
9257 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
9259         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
9260         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
9261         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
9262         (sql-make-alternate-buffer-name, sql-placeholders-filter)
9263         (sql-escape-newlines-filter, sql-input-sender)
9264         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
9266 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
9268         Add TeX open-block and close-block keybindings to SGML, and vice versa.
9270         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
9271         latex-open-block and C-c / to latex-close-block.
9273         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
9274         and C-c C-e to sgml-close-tag.
9276 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
9278         * net/tramp.el (with-progress-reporter): Create reporter object
9279         only when the message would be displayed.  Handle nested calls.
9280         (tramp-handle-load, tramp-handle-file-local-copy)
9281         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9282         (tramp-maybe-send-script, tramp-find-shell):
9283         Use `with-progress-reporter'.
9284         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
9285         Fix message text.
9287         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9288         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9289         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
9290         Use `with-progress-reporter'.
9292 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
9294         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
9295         process everytime when spellchecking from the minibuffer (bug#6143).
9297 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9299         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
9301         * dos-fns.el: Add "dos-" prefix for namespace control.
9302         (convert-standard-filename): Define as alias for
9303         dos-convert-standard-filename but only if applicable.
9305 2010-05-12  Alan Mackenzie  <acm@muc.de>
9307         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
9308         Push the mark at the start of these functions when appropriate.
9310 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9312         * minibuffer.el (completion-cycle-threshold): New custom var.
9313         (completion--do-completion): Use it.
9314         (minibuffer-complete): Use cycling if appropriate.
9316 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
9318         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
9319         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
9321 2010-05-11  Juri Linkov  <juri@jurta.org>
9323         * scroll-all.el (scroll-all-check-to-scroll):
9324         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
9326 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         * iimage.el (iimage-mode-map): Move initialization into declaration.
9329         (iimage-mode-buffer): Use with-silent-modifications.
9330         Simplify calling convention.  Adjust callers.
9331         (iimage-mode): Don't run hook redundantly.
9333         * minibuffer.el (completion-pcm--pattern->regex):
9334         Fix last change (bug#6160).
9336 2010-05-10  Juri Linkov  <juri@jurta.org>
9338         Remove nodes visited during Isearch from the Info history.
9339         * info.el (Info-isearch-initial-history)
9340         (Info-isearch-initial-history-list): New variables.
9341         (Info-isearch-start): Record initial values of
9342         Info-isearch-initial-history and Info-isearch-initial-history-list.
9343         Add Info-isearch-end to isearch-mode-end-hook.
9344         (Info-isearch-end): New function.
9346 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
9348         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
9349         format string, in order to work around a bug in pdksh.
9350         Reported by Gilles Pion <gpion@lfdj.com>.
9351         (tramp-handle-verify-visited-file-modtime): Do not send a command
9352         when the connection is not established.
9353         (tramp-handle-set-file-times): Simplify the check for utc.
9355 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
9357         Fix use of `filter-buffer-substring' (rework previous change).
9358         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
9359         (cua-repeat-replace-region):
9360         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
9361         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9362         (cua-cut-region-to-global-mark): Use it.
9364 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
9366         * progmodes/sql.el: Version 2.1.
9367         (sql-product-alist): Redesign structure of product info.
9368         (sql-product, sql-user, sql-server, sql-database): Safe variables.
9369         (sql-port, sql-port-history): New variables.
9370         (sql-interactive-product): New variable.
9371         (sql-send-terminator): New variable.
9372         (sql-imenu-generic-expression): Add "Types" imenu entry.
9373         (sql-oracle-login-params, sql-sqlite-login-params)
9374         (sql-mysql-login-params, sql-solid-login-params)
9375         (sql-sybase-login-params, sql-informix-login-params)
9376         (sql-ingres-login-params, sql-ms-login-params)
9377         (sql-postgres-login-params, sql-interbase-login-params)
9378         (sql-db2-login-params, sql-linter-login-params)
9379         (sql-oracle-scan-on): New variables.
9380         (sql-mode-map): Add C-c C-i to start interactive mode.
9381         (sql-mode-menu): Update existing menu entries.
9382         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
9383         (sql-mode-oracle-font-lock-keywords)
9384         (sql-mode-postgres-font-lock-keywords)
9385         (sql-mode-ms-font-lock-keywords)
9386         (sql-mode-sybase-font-lock-keywords)
9387         (sql-mode-informix-font-lock-keywords)
9388         (sql-mode-interbase-font-lock-keywords)
9389         (sql-mode-ingres-font-lock-keywords)
9390         (sql-mode-solid-font-lock-keywords)
9391         (sql-mode-mysql-font-lock-keywords)
9392         (sql-mode-sqlite-font-lock-keywords)
9393         (sql-mode-db2-font-lock-keywords)
9394         (sql-mode-linter-font-lock-keywords): Update initialization to
9395         reduce run-time complexity.
9396         (sql-add-product, sql-del-product): New functions.
9397         (sql-set-product-feature, sql-get-product-feature): New functions.
9398         (sql-product-font-lock): Update product API.
9399         (sql-add-product-keywords): New function.
9400         (sql-highlight-product): Update product API.
9401         (sql-help-list-products): New function.
9402         (sql-help): Dynamically lists free and non-free products.
9403         (sql-get-login): Correct bug in handling history and added
9404         prompt for port.
9405         (sql-copy-column): Copy without properties.
9406         (sqli-input-sender): Apply filters to SQLi input.
9407         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
9408         Implement as a filter.
9409         (sql-escape-newlines-filter): Implement as a filter.
9410         (sql-remove-tabs-filter): New function.
9411         (sql-send-magic-terminator): New function.
9412         (sql-send-string): Implement magic terminator.
9413         (sql-send-region): Use `sql-send-string'.
9414         (sql-interactive-mode): Use product API.
9415         (sql-product-interactive): Use product API.
9416         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9417         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9418         (sql-db2, sql-linter): Use `sql-product-interactive'.
9419         (sql-connect): New function.
9420         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9421         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9422         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
9423         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9424         Use `sql-connect'.
9426 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9428         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
9429         New custom variable.
9430         (completion-pcm--string->pattern): Use it.
9431         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
9432         Make it handle any symbol as `any'.
9433         (completion-pcm--merge-completions): Extract common suffix for the new
9434         `prefix' symbol as well.
9435         (completion-substring--all-completions): Use the new `prefix' symbol.
9437 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
9439         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
9440         not bound.
9441         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
9442         (tramp-compat-funcall): New defmacro.
9443         (tramp-compat-line-beginning-position)
9444         (tramp-compat-line-end-position)
9445         (tramp-compat-temporary-file-directory)
9446         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
9447         (tramp-compat-copy-file, tramp-compat-copy-directory)
9448         (tramp-compat-delete-file, tramp-compat-delete-directory)
9449         (tramp-compat-number-sequence, tramp-compat-process-running-p)
9450         * net/tramp.el (top, with-progress-reporter)
9451         (tramp-rfn-eshadow-setup-minibuffer)
9452         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
9453         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
9454         (tramp-completion-mode-p, tramp-check-for-regexp)
9455         (tramp-open-connection-setup-interactive-shell)
9456         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
9457         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
9458         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
9459         * net/tramp-cmds.el (tramp-cleanup-all-connections)
9460         (tramp-reporter-dump-variable, tramp-load-report-modules)
9461         (tramp-append-tramp-buffers)
9462         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
9464         * net/tramp-imap.el (top): Autoload `epg-make-context'.
9466 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9468         * progmodes/compile.el (compilation-buffer-modtime): Rename from
9469         buffer-modtime.  Adjust users.
9471 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
9473         * international/mule.el (auto-coding-alist): Only purecopy
9474         car of each item, not the whole list (Bug#6083).
9476 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
9478         * progmodes/js.el (js-mode): Make paragraph variables local before
9479         calling c-setup-paragraph-variables (Bug#6071).
9481 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
9483         * composite.el (compose-region, reference-point-alist): Fix typos
9484         in the doc strings.
9486 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
9488         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
9489         gnuplot's "set" command.
9491 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
9493         * abbrev.el (last-abbrev-text): Doc fix.
9494         (abbrev-prefix-mark): Don't escape parenthesis.
9496 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
9498         * composite.el (find-composition): Doc fix.
9500 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
9502         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
9503         (sql-oracle-program, sql-sqlite-options)
9504         (sql-query-placeholders-and-send): Doc fixes.
9505         (sql-set-product, sql-interactive-mode): Reflow docstrings.
9506         (sql-imenu-generic-expression, sql-buffer)
9507         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
9508         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
9509         (sql-mode-sybase-font-lock-keywords)
9510         (sql-mode-informix-font-lock-keywords)
9511         (sql-mode-interbase-font-lock-keywords)
9512         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
9513         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
9514         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
9515         (sql-product-feature, sql-highlight-product)
9516         (comint-line-beginning-position, sql-rename-buffer)
9517         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
9518         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
9519         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
9520         Fix typos in docstrings.
9522 2010-05-08  Juri Linkov  <juri@jurta.org>
9524         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
9525         property instead of `invisible' and `after-string' (bug#5998).
9527 2010-05-08  Juri Linkov  <juri@jurta.org>
9529         * image-mode.el (image-mode-as-text): Fix typo in docstring.
9531 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
9533         * filecache.el (file-cache-add-directory-list)
9534         (file-cache-add-directory-recursively): Fix typos in docstrings.
9536 2010-05-08  Kenichi Handa  <handa@m17n.org>
9538         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
9539         (gujarati-composable-pattern): Fix typo.
9541 2010-05-08  Kenichi Handa  <handa@m17n.org>
9543         * language/indian.el (oriya-composable-pattern)
9544         (tamil-composable-pattern, malayalam-composable-pattern):
9545         Add two-part vowels to "v" (vowel sign).
9547 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
9549         * files.el (copy-directory): Handle symlinks (Bug#5982).
9551 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
9553         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
9554         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
9555         (Bug#5846).
9557 2010-05-08  Glenn Morris  <rgm@gnu.org>
9559         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
9561         * minibuffer.el (completion-at-point): Doc fix.
9563 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9565         * electric.el (Electric-command-loop): Minor tweak.
9567         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
9568         better with dedicated windows.
9570 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
9572         * Version 23.2 released.
9574 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9575             Stefan Monnier  <monnier@iro.umontreal.ca>
9577         Highlight vendor specific properties.
9578         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
9579         (css-proprietary-property): New face.
9580         (css-font-lock-keywords): Use them.
9582 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
9584         * cus-start.el (all): Add native condition for tool-bar-* symbols.
9586 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9588         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
9589         * files.el (auto-mode-alist): Remove redundant entries.
9591         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
9592         * simple.el (auto-save-mode): Move from files.el.
9593         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
9595 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9597         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
9599 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9601         * mail/binhex.el (binhex-decode-region-internal)
9602         * mail/uudecode.el (uudecode-decode-region-internal)
9603         * net/dns.el (dns-read-string-name, dns-write, dns-read)
9604         (dns-read-type, dns-query)
9605         * pgg-parse.el (pgg-parse-armor)
9606         * pgg.el (pgg-verify-region)
9607         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
9608         XEmacs.
9610         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
9612 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
9614         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
9616         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
9617         * emulation/cua-base.el (cua-repeat-replace-region):
9618         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9619         (cua-cut-region-to-global-mark):
9620         Remove text properties with `set-text-properties'.
9622 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
9624         * net/tramp.el (top, with-progress-reporter):
9625         Use `symbol-function' inside `funcall'.
9627         * net/tramp-compat.el (tramp-compat-file-attributes)
9628         (tramp-compat-delete-file, tramp-compat-delete-directory):
9629         Handle only `wrong-number-of-arguments' error.
9631         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
9632         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
9633         inside `funcall'.
9635 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9637         * minibuffer.el (completion--sreverse, completion--common-suffix):
9638         New functions.
9639         (completion-pcm--merge-completions): Extract common suffix when safe.
9641         * emacs-lisp/easy-mmode.el (define-minor-mode):
9642         Make :variable more flexible.
9643         * files.el (auto-save-mode): Use it to define using define-minor-mode.
9645 2010-05-05  Juri Linkov  <juri@jurta.org>
9647         Add `slow' and `history' tags to the desktop data.
9649         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
9650         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
9651         (Info-finder-find-node): Require `finder.el' to be able
9652         to restore node from the desktop.
9653         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
9654         data `Info-history' and `slow' tag in the assoc list.
9655         (Info-restore-desktop-buffer): Don't restore nodes with the
9656         `slow' tag.  Restore `Info-history'.
9658 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
9660         Add FORCE argument to `delete-file'.
9662         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
9663         forcing to delete the temporary file.
9664         (ange-ftp-delete-file): Add FORCE arg.
9665         (ange-ftp-rename-remote-to-remote)
9666         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
9667         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
9668         Force file deletion.
9670         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
9672         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
9673         (tramp-handle-make-symbolic-link, tramp-handle-load)
9674         (tramp-do-copy-or-rename-file-via-buffer)
9675         (tramp-do-copy-or-rename-file-directly)
9676         (tramp-do-copy-or-rename-file-out-of-band)
9677         (tramp-handle-process-file, tramp-handle-call-process-region)
9678         (tramp-handle-shell-command, tramp-handle-file-local-copy)
9679         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9680         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
9682         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
9683         (tramp-fish-handle-make-symbolic-link)
9684         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
9686         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9687         Use `tramp-compat-delete-file'.
9689         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
9690         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
9692         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
9693         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
9695         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
9696         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
9697         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9698         Use `tramp-compat-delete-file'.
9700 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9702         Minor cleanups.
9703         * subr.el (add-minor-mode): Use push.
9704         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
9705         * emulation/edt.el (edt-select-mode): Simplify.
9707         Use define-minor-mode in more cases.
9708         * term/tvi970.el (tvi970-set-keypad-mode):
9709         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9710         (normal-erase-is-backspace-mode):
9711         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
9712         (set-scroll-bar-mode-1): (Re)move to its sole caller.
9713         (get-scroll-bar-mode): New function.
9714         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
9716         Use define-minor-mode for less obvious cases.
9717         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
9718         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
9719         * international/iso-ascii.el (iso-ascii-mode):
9720         * frame.el (auto-raise-mode, auto-lower-mode):
9721         * composite.el (global-auto-composition-mode): Use define-minor-mode.
9723 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
9725         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
9726         in order to see error messages for failed logins.
9728 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
9730         * diff.el (diff-sentinel):
9732         * epg.el (epg--make-temp-file, epg-decrypt-string)
9733         (epg-verify-string, epg-sign-string, epg-encrypt-string):
9735         * jka-compr.el (jka-compr-partial-uncompress)
9736         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
9738         * server.el (server-sentinel): Use delete-file's new FORCE arg
9739         (Bug#6070).
9741 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9743         Use define-minor-mode where applicable.
9744         * view.el (view-mode):
9745         * type-break.el (type-break-query-mode)
9746         (type-break-mode-line-message-mode):
9747         * textmodes/reftex.el (reftex-mode):
9748         * term/vt100.el (vt100-wide-mode):
9749         * tar-mode.el (tar-subfile-mode):
9750         * savehist.el (savehist-mode):
9751         * ibuf-ext.el (ibuffer-auto-mode):
9752         * composite.el (auto-composition-mode):
9753         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9754         Use define-minor-mode.
9755         (vhdl-mode): Use static mode-line format.
9756         (vhdl-mode-line-update): Delete.
9757         (vhdl-create-mode-menu, vhdl-activate-customizations)
9758         (vhdl-hs-minor-mode): Don't bother calling it.
9760 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9762         * simple.el (with-wrapper-hook): Move.
9763         (buffer-substring-filters): Mark obsolete.
9764         (filter-buffer-substring-functions): New variable.
9765         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
9767 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9768             Michael Albinus  <michael.albinus@gmx.de>
9770         Implement compression for inline methods.
9772         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
9773         (tramp-copy-size-limit): Allow also nil.
9774         (tramp-inline-compress-commands): New defconst.
9775         (tramp-find-inline-compress, tramp-get-inline-compress)
9776         (tramp-get-inline-coding): New defuns.
9777         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
9778         replaced by `tramp-get-inline-coding'.
9779         (tramp-handle-file-local-copy, tramp-handle-write-region)
9780         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
9782 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9784         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
9785         Remove unused functions.
9787         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
9788         Set find-tag-default-function as a variable rather than a property.
9790         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
9791         * progmodes/etags.el (tags-completion-at-point-function):
9792         Remove left over interactive spec.  Add autoloading stub.
9793         (complete-tag): Use tags-completion-at-point-function.
9795 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
9797         * minibuffer.el (tags-completion-at-point-function): Fix return value.
9799 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
9801         * ido.el (ido-init-completion-maps): Remove C-v binding.
9802         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
9804 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
9806         * minibuffer.el (tags-completion-at-point-function): New function.
9807         (completion-at-point-functions): Use it.
9809         * progmodes/etags.el (complete-tag): Revert last change.
9811 2010-04-29  Alan Mackenzie  <acm@muc.de>
9813         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
9814         off-by-one error (in end of macro position).
9816 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9818         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9819         firefox is absent.  Don't autoload.
9820         (browse-url-galeon-program): Don't autoload.
9822 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
9824         * bindings.el (complete-symbol): Move into minibuffer.el.
9826         * minibuffer.el (complete-tag): Move from etags.el.  If tags
9827         completion cannot be performed, return nil instead of signalling
9828         an error.
9829         (completion-at-point): Make it an alias for complete-symbol.
9830         (complete-symbol): Move from bindings.el, and replace with the
9831         body of completion-at-point.
9833         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
9835 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
9837         * net/tramp.el (tramp-remote-selinux-p): New defun.
9838         (tramp-handle-file-selinux-context)
9839         (tramp-handle-set-file-selinux-context): Use it.
9841 2010-04-28  Sam Steingold  <sds@gnu.org>
9843         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9844         `safe-local-variable' if the value is a string or a symbol with
9845         the property `bug-reference-url-format'.
9847 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
9849         * progmodes/bug-reference.el (bug-reference-url-format):
9850         Revert 2010-04-27 change due to security risk.
9852 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9854         Make it possible to locally disable a globally enabled mode.
9855         * simple.el (fundamental-mode): Run fundamental-mode-hook.
9856         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
9857         rather than kill-all-local-variables so it runs fundamental-mode-hook.
9858         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9859         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
9860         that subsequent hooks get a chance to disable it.
9862 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9864         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9865         Avoid re-enabling a minor mode after the user turned the minor mode
9866         off if MODE-enable-in-buffers is run twice (typically once from
9867         fundamental-mode's after-change-major-mode-hook and a second time from
9868         run-mode-hook's own after-change-major-mode-hook).
9870         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9872 2010-04-27  Sam Steingold  <sds@gnu.org>
9874         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9875         `safe-local-variable' if the value is a string or a function, as
9876         documented and implemented on 2010-04-02.
9878 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
9880         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9881         when method is 'kill.
9883 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
9885         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9886         condition in default directory check.
9887         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9888         Kill ispell process when killing its associated buffer.
9890 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
9892         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
9893         but we aren't using it.
9895 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
9897         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
9898         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
9900 2010-04-24  Glenn Morris  <rgm@gnu.org>
9902         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9903         Ignore VCS-ignore files, and deleted nextstep preferences files.
9904         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
9905         (authors-ambiguous-files): New list.
9906         (authors-valid-file-names): Add some deleted files.
9907         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9908         (authors-disambiguate-file-name): New function.  (Bug#5501)
9909         (authors-canonical-file-name): Doc fix.
9910         Don't warn about obsolete files.
9911         (authors-canonical-file-name, authors-scan-el):
9912         Use authors-disambiguate-file-name.
9914         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9915         Add autoload cookies.
9916         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
9917         (generated-autoload-file): Set file-local value to "htmlfontify.el".
9918         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
9919         They have definitions / compiler macros in cl.el.
9920         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9921         Replace manual autoloads with generated ones.
9922         (htmlfontify-unload-rgb-file): Remove autoload.
9923         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
9925 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9927         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
9928         (byte-compile-setq-default): Optimize for the
9929         single-var case and don't call byte-compile-form in this case to avoid
9930         inf-loop with byte-compile-set-default.
9932         * progmodes/compile.el (compilation-start): Abbreviate default directory.
9934 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
9936         Implement SELINUX backends.
9938         * net/tramp.el (tramp-file-name-handler-alist):
9939         Add `file-selinux-context' and `set-file-selinux-context'.
9940         (tramp-handle-file-selinux-context)
9941         (tramp-handle-set-file-selinux-context): New defuns.
9942         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
9943         Handle PRESERVE-SELINUX-CONTEXT.
9945         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9946         Add `file-selinux-context' and `set-file-selinux-context'.
9947         (tramp-gvfs-handle-file-selinux-context)
9948         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
9949         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
9951         * net/ange-ftp.el (ange-ftp-copy-file):
9952         * net/tramp-fish.el (tramp-fish-handle-copy-file):
9953         * net/tramp-imap.el (tramp-imap-handle-copy-file):
9954         * net/tramp-smb.el (tramp-smb-handle-copy-file):
9955         Add PRESERVE-SELINUX-CONTEXT.
9957 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
9959         Synchronize with Tramp repository.
9961         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
9962         (tramp-action-process-alive, tramp-action-out-of-band)
9963         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
9964         (tramp-exists-file-name-handler): Fix docstring.
9965         (with-progress-reporter): New defmacro.
9966         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
9967         (tramp-maybe-open-connection): Use it.
9969 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
9971         Detect ssh 'ControlMaster' argument automatically in some cases.
9973         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
9974         (tramp-default-method): Use it.
9976 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
9978         * net/tramp.el (tramp-handle-copy-file): Add new optional
9979         parameter `preserve-selinux-context'.
9980         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
9982 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
9984         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
9985         Ensure, that non remote files are still checked.  Oops.
9987 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
9989         Fix Bug#5840.
9991         * icomplete.el (icomplete-completions): Use `non-essential'.
9993         * net/tramp.el (tramp-connectable-p): New defun.
9994         (tramp-handle-expand-file-name)
9995         (tramp-completion-handle-file-name-all-completions)
9996         (tramp-completion-handle-file-name-completion): Use it.
9998 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10000         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
10002 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
10004         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
10006         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
10008         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
10009         is present.
10011         * info.el (info-tool-bar-map): Add labels.
10013         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
10015         * cus-edit.el (custom-commands): Add labels for tool bar.
10016         (custom-buffer-create-internal, Custom-mode): Adjust for
10017         labels in custom-commands.
10019         * dynamic-setting.el: Renamed from font-setting.el.
10021 2010-04-21  John Wiegley  <jwiegley@gmail.com>
10023         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
10024         toggles the use of virtual buffers.
10025         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
10026         (ido-toggle-virtual-buffers): New function.
10028 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
10030         Use `define-derived-mode'; fix window selection; doc fixes.
10031         * play/tetris.el (tetris, tetris-update-speed-function)
10032         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
10033         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
10034         (tetris-rotate-next, tetris-end-game, tetris-start-game)
10035         (tetris-pause-game): Fix typos in docstrings.
10036         (tetris-mode-map, tetris-null-map):
10037         Move initialization into declaration.
10038         (tetris-mode): Define with `define-derived-mode';
10039         set show-trailing-whitespace to nil.
10040         (tetris): Prefer window already displaying the "*Tetris*" buffer.
10042 2010-04-21  Karel Klíč  <kklic@redhat.com>
10044         * files.el (backup-buffer): Handle SELinux context, and return it
10045         if a backup was made by renaming.
10046         (backup-buffer-copy): Set SELinux context to the target file.
10047         (basic-save-buffer): Set SELinux context of the newly written file.
10048         (basic-save-buffer-1): Now it also returns any SELinux context.
10049         (basic-save-buffer-2): Set SELinux context of the newly created file,
10050         and return it.
10051         * net/tramp.el (tramp-file-name-for-operation):
10052         Add file-selinux-context.
10054 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10056         Make the log-edit comments use RFC822 format throughout.
10058         * vc.el (vc-checkin, vc-modify-change-comment):
10059         Adjust to new vc-start/finish-logentry.
10060         (vc-find-conflicted-file): New command.
10061         (vc-transfer-file): Adjust to new vc-checkin.
10062         (vc-next-action): Improve scoping.
10064         * vc-hg.el (vc-hg-log-edit-mode): Remove.
10065         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
10067         * vc-git.el (vc-git-log-edit-mode): Remove.
10068         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
10069         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
10071         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
10072         (vc-start-logentry): Remove argument `extra'.
10073         (vc-finish-logentry): Remove extra args.
10075         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
10076         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
10077         (vc-bzr-conflicted-files): New function.
10079         * log-edit.el (log-edit-extra-flags)
10080         (log-edit-before-checkin-process): Remove.
10081         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
10082         (log-edit-headers-alist): New var.
10083         (log-edit-header-contents-regexp): New const.
10084         (log-edit-match-to-eoh): New function.
10085         (log-edit-font-lock-keywords): Use them.
10086         (log-edit): Insert a "Summary:" header as default.
10087         (log-edit-mode): Mark font-lock rules as case-insensitive.
10088         (log-edit-done): Cleanup headers.
10089         (log-view-process-buffer): Remove.
10090         (log-edit-extract-headers): New function to replace it.
10092 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
10094         * subr.el (default-direction-reversed): Remove obsolescence info.
10096 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10098         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
10099         windows/frames.
10101         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
10102         I.e. include text after point in the completion region.
10103         Also, return nil when we're not after/in a symbol.
10105         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
10106         default enable-multibyte-characters.
10108 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10110         * international/mule.el: Help the user choose a valid coding-system.
10111         (read-buffer-file-coding-system): New function.
10112         (set-buffer-file-coding-system): Use it.  Prompt the user if the
10113         coding-system cannot encode all the chars.
10115         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
10116         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
10117         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
10118         Don't use *vc-bzr-shelve*.
10120 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
10122         Fix the version number for added files.
10123         * vc-hg.el (vc-hg-working-revision): Check if the file is
10124         registered after hg parent fails (Bug#5961).
10126 2010-04-19  Glenn Morris  <rgm@gnu.org>
10128         * htmlfontify.el (htmlfontify-buffer)
10129         (htmlfontify-copy-and-link-dir): Autoload entry points.
10131 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
10133         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
10134         name relative to the project root (Bug#5960).
10136 2010-04-19  Glenn Morris  <rgm@gnu.org>
10138         * vc-git.el (vc-git-print-log): Doc fix.
10140 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
10142         * ido.el (ido-file-internal): Fix 2009-12-02 change.
10144 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
10146         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
10147         default settings (Bug#5928).
10149 2010-04-19  Glenn Morris  <rgm@gnu.org>
10151         * progmodes/fortran.el (fortran-match-and-skip-declaration):
10152         New function.
10153         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
10155 2010-04-19  Kenichi Handa  <handa@m17n.org>
10157         * language/indian.el (malayalam-composable-pattern): Fix previous
10158         change (add U+0D4D "SIGN VIRAMA").
10159         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
10160         (tamil-composable-pattern): Fix typo in the regexp.
10161         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
10162         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
10163         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
10165 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
10167         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
10168         paragraph-separate (Bug#5821).
10170 2010-04-19  Juri Linkov  <juri@jurta.org>
10172         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
10174         * info.el (Info-find-node-2): Comment out code that skips
10175         breadcrumbs line.
10176         (Info-mouse-follow-link): New command.
10177         (Info-link-keymap): New keymap.
10178         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
10179         Return a string with links instead of inserting breadcrumbs
10180         to the Info buffer.
10181         (Info-fontify-node): Comment out code that inserts breadcrumbs.
10182         Instead of putting the `invisible' text property over the Info
10183         header, make an overlay over the Info header with the `invisible'
10184         property and `after-string' set to the string returned by
10185         `Info-breadcrumbs'.
10187 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
10189         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
10190         Reported by monkey@sandpframing.com.
10192 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10194         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
10195         (tmm-get-keymap): Add key-binding shortcuts now that they're not
10196         available in the "keyseq cache" any more.
10198         * custom.el (defcustom): Add edebug spec.
10200 2010-04-18  Juri Linkov  <juri@jurta.org>
10202         Test for special mode-class in view-buffer instead of view-file (bug#5513).
10204         * view.el (view-file, view-buffer): Move test for special mode-class
10205         from view-file to view-buffer.
10207         * tar-mode.el (tar-extract): Turn if's into one cond
10208         like in arc-mode.el.
10210 2010-04-18  Juri Linkov  <juri@jurta.org>
10212         Add 7z archive format support (bug#5475).
10214         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
10215         (archive-7z-extract): New defcustom.
10216         (archive-find-type): Add magic string for 7z.
10217         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
10218         If `stderr-file' is non-nil, use `(t stderr-file)' for the
10219         `buffer' arg of `call-process'.
10220         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
10221         call the function `archive-7z-extract' with the variable
10222         `archive-7z-extract' let-bound to `archive-zip-extract'.
10223         (archive-7z-summarize, archive-7z-extract): New functions.
10225         * international/mule.el (auto-coding-alist):
10226         * files.el (auto-mode-alist): Add 7z file extension.
10228 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10230         * loadup.el: Setup hash-cons for pure data.
10232         Fix duplicate entries in cedet's loaddefs.el files.
10233         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
10234         Should make most file-local generated-autoload-file unnecessary.
10235         (print-readably): Silence warnings.
10236         (autoload-find-destination): Take load-name as an arg to make sure
10237         it's the same as the one that will be in the file.
10238         (autoload-generate-file-autoloads): Adjust to above changes.
10239         Try to make the dataflow a bit simpler.
10241         * cvs-status.el (cvs-refontify): Remove unused.
10243 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
10245         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
10247         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
10248         twos-complement mode.
10250 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
10252         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
10253         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
10254         (calc-inverse): Add "Option" to message, as appropriate.
10255         (calc-hyperbolic): Add "Option" to message, as appropriate.
10256         (calc-option, calc-is-option): New functions.
10258         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
10259         (calc-option-prefix-help): New function.
10261         * calc/calc-misc.el (calc-help): Add "Option" entry.
10263         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
10264         (calc-option-flag): New variable.
10265         (calc-do): Set `calc-option-flag to nil.
10266         (calc-set-mode-line): Add "Opt " as appropriate.
10268 2010-04-16  Juri Linkov  <juri@jurta.org>
10270         Move scrolling commands from simple.el to window.el
10271         because their primitives are implemented in window.c.
10273         * simple.el (scroll-error-top-bottom)
10274         (scroll-up-command, scroll-down-command, scroll-up-line)
10275         (scroll-down-line, scroll-other-window-down)
10276         (beginning-of-buffer-other-window, end-of-buffer-other-window):
10277         * window.el (scroll-error-top-bottom)
10278         (scroll-up-command, scroll-down-command, scroll-up-line)
10279         (scroll-down-line, scroll-other-window-down)
10280         (beginning-of-buffer-other-window, end-of-buffer-other-window):
10281         Move from simple.el to window.el because their primitives are
10282         implemented in window.c.
10284 2010-04-16  Juri Linkov  <juri@jurta.org>
10286         * isearch.el (isearch-lookup-scroll-key): Check both
10287         `isearch-scroll' and `scroll-command' properties.
10288         (scroll-up, scroll-down): Remove `isearch-scroll' property.
10290         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
10292         * simple.el (scroll-up-command, scroll-down-command)
10293         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
10295 2010-04-15  Juri Linkov  <juri@jurta.org>
10297         * simple.el (scroll-up-command, scroll-down-command)
10298         (scroll-up-line, scroll-down-line): Put `scroll-command'
10299         property on the these symbols.  Remove them from
10300         `scroll-preserve-screen-position-commands'.
10302         * mwheel.el (mwheel-scroll): Put `scroll-command' and
10303         `isearch-scroll' properties on the `mwheel-scroll' symbol.
10304         Remove it from `scroll-preserve-screen-position-commands'.
10306         * isearch.el (isearch-allow-scroll): Doc fix.
10308 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
10310         * net/tramp.el (tramp-error-with-buffer): Don't show the
10311         connection buffer when we are in completion mode.
10312         (tramp-file-name-handler): Catch the error for some operations
10313         when we are in completion mode.  This gives the user the chance to
10314         correct the file name in the minibuffer.
10316 2010-04-15  Glenn Morris  <rgm@gnu.org>
10318         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
10320 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
10322         Simplify by using `define-derived-mode'.
10323         * info.el (Info-mode):
10324         * calendar/todo-mode.el (todo-mode):
10325         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
10326         (gomoku-mode-map): Move initialization into declaration.
10328 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
10330         Fix Bug#5840.
10331         * ido.el (ido-file-name-all-completions-1):
10332         * minibuffer.el (minibuffer-completion-help):
10333         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
10335 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10337         * simple.el (non-essential): New var.
10339         Add a new field `location' to bookmarks for non-file bookmarks.
10340         * bookmark.el (bookmark-location): Use the new field, if present.
10341         (bookmark-insert-location): Undo last change, not needed any more.
10342         * man.el (Man-bookmark-make-record):
10343         * woman.el (woman-bookmark-make-record): Add `location' field.
10345 2010-04-14  Juri Linkov  <juri@jurta.org>
10347         * simple.el (scroll-error-top-bottom): New defcustom.
10348         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
10350         * emulation/pc-select.el (pc-select-override-scroll-error):
10351         Obsolete in favor of `scroll-error-top-bottom'.
10353 2010-04-14  Juri Linkov  <juri@jurta.org>
10355         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
10356         `scroll-up-command' and `M-v' to `scroll-down-command'.
10358         * emulation/cua-rect.el (cua--init-rectangles):
10359         * forms.el (forms--change-commands):
10360         * image-mode.el (image-mode-map):
10361         Remap scroll-down-command and scroll-up-command
10362         in addition to scroll-down and scroll-up.
10364 2010-04-14  Juri Linkov  <juri@jurta.org>
10366         * mwheel.el (scroll-preserve-screen-position-commands):
10367         Add mwheel-scroll to this list of commands.
10369         * simple.el (scroll-preserve-screen-position-commands):
10370         Add scroll-up-command, scroll-down-command, scroll-up-line,
10371         scroll-down-line to this list of commands.
10373 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10375         * obsolete/complete.el: Move from lisp/complete.el.
10377         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
10379         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
10380         to the minor mode function now turns the mode ON unconditionally.
10382 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10384         * vc-dir.el (vc-dir-kill-line): New command.
10385         (vc-dir-mode-map): Bind it to C-k.
10387         * bookmark.el (bookmark-insert-location): Handle a nil filename.
10389         * woman.el: Add bookmark declarations to silence the compiler.
10390         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
10391         step to compatibility between man and woman bookmarks.
10392         Adjust for Man-default-bookmark-title renaming.
10393         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
10395         * man.el: Add bookmark declarations to silence the compiler.
10396         (Man-name-local-regexp): Make it match NAME as well.
10397         (Man-getpage-in-background): Return the buffer.
10398         (Man-notify-when-ready): Use `case'.
10399         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
10400         Don't hardcode "NAME".  Simplify.
10401         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
10402         Rename from Man-bookmark-make-record.
10403         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
10404         we have the actual man-args.  Use Man-getpage-in-background rather
10405         than `man' since the arg is already processed.  Let bookmark.el do the
10406         window handling.  Only wait for the relevant process.
10407         Don't forget to autoload.
10409         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
10411 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10413         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
10414         New functions.
10415         (woman-mode): Setup bookmark support.
10417         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
10418         (man-bookmark-jump): New functions.
10419         (Man-mode): Setup bookmark support.
10421 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
10423         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
10424         recognize ssh-keygen prompt (Bug#2817).
10426 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
10428         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
10430 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
10432         Synchronize with Tramp repository.
10434         * net/tramp.el (tramp-completion-function-alist)
10435         (tramp-file-name-regexp, tramp-chunksize)
10436         (tramp-local-coding-commands, tramp-remote-coding-commands):
10437         Fix docstring.
10438         (tramp-remote-process-environment): Use `format' instead of `concat'.
10439         (tramp-handle-directory-files-and-attributes)
10440         (tramp-get-remote-path): Use `copy-tree'.
10441         (tramp-handle-file-name-all-completions): Backward/ XEmacs
10442         compatibility: Use `completion-ignore-case' if
10443         `read-file-name-completion-ignore-case' does not exist.
10444         (tramp-do-copy-or-rename-file-directly): Do not use
10445         `tramp-handle-file-remote-p'.
10446         (tramp-do-copy-or-rename-file-out-of-band):
10447         Use `tramp-compat-delete-directory'.
10448         (tramp-do-copy-or-rename-file-out-of-band)
10449         (tramp-compute-multi-hops, tramp-maybe-open-connection):
10450         Use `format-spec-make'.
10451         (tramp-find-foreign-file-name-handler)
10452         (tramp-advice-make-auto-save-file-name)
10453         (tramp-set-auto-save-file-modes): Remove superfluous check for
10454         `stringp'.  This is done inside `tramp-tramp-file-p'.
10455         (tramp-debug-outline-regexp): New defconst.
10456         (tramp-get-debug-buffer): Use it.
10457         (tramp-check-for-regexp): Use (forward-line 1).
10458         (tramp-set-auto-save-file-modes): Adapt version check.
10460         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
10461         Wrap call of `featurep' for 2nd argument.
10462         (tramp-compat-make-temp-file): Simplify fallback implementation.
10463         (tramp-compat-copy-tree): Remove function.
10464         (tramp-compat-delete-directory): Provide implementation for older
10465         Emacsen.
10467         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
10468         Do not use `tramp-fish-handle-file-attributes.
10470         * net/trampver.el: Update release number.
10472 2010-04-10  Glenn Morris  <rgm@gnu.org>
10474         * progmodes/compile.el (compilation-save-buffers-predicate):
10475         Add missing :version tag.
10477 2010-04-09  Sam Steingold  <sds@gnu.org>
10479         * progmodes/compile.el (compilation-save-buffers-predicate):
10480         Remove the "autoload" cookie.
10482         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
10483         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
10484         and `bug-reference-prog-mode' can be used in hooks directly.
10486 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10488         Add --author support to git commit.
10489         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
10490         (vc-git-log-edit-mode): New minor mode.
10491         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
10492         New declarations.
10494 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
10496         * vc-hooks.el, vc-git.el: Improve documentation comments.
10498 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10500         Fix some of the problems in defsubst* (bug#5728).
10501         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
10502         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
10504 2010-04-07  Sam Steingold  <sds@gnu.org>
10506         * progmodes/compile.el (compilation-save-buffers-predicate):
10507         New custom variable.
10508         (compile, recompile): Pass it to `save-some-buffers'.
10510 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
10512         * wid-edit.el (widget-choose): Move cursor to the second line of
10513         the buffer (Bug#5695).
10515 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
10517         Add new VC methods: vc-log-incoming and vc-log-outgoing.
10518         * vc.el (vc-print-log-setup-buttons): New function split out from
10519         vc-print-log-internal.
10520         (vc-log-internal-common): New function, a parametrized version of
10521         vc-print-log-internal.
10522         (vc-print-log-internal): Just call vc-log-internal-common with the
10523         right arguments.
10524         (vc-incoming-outgoing-internal):
10525         (vc-log-incoming, vc-log-outgoing): New functions.
10526         (vc-log-view-type): New permanent local variable.
10528         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
10530         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
10531         of the dynamic bound vc-short-log.
10532         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
10534         * vc-git.el (vc-git-log-outgoing): New function.
10535         (vc-git-log-view-mode): Use vc-log-view-type instead
10536         of the dynamic bound vc-short-log.
10538         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
10539         of the dynamic bound vc-short-log.  Highlight the tag.
10540         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
10541         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
10542         (vc-hg-incoming-mode): Remove.
10543         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
10545 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
10547         Fix default-directory for vc-root-diff.
10548         * vc.el (vc-root-diff): Bind default-directory to the root
10549         directory for the diff command.
10551 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
10553         * progmodes/verilog-mode.el (verilog-forward-sexp):
10554         (verilog-calc-1): Support "disable fork" and "fork wait" multi
10555         word keywords, suggested by Steve Pearlmutter.
10556         (verilog-pretty-declarations): Support lineup of declarations in
10557         port lists.
10558         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
10559         fix bug for /* / comments.
10560         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
10561         Speed up and simplfy as this is never called with a bound.
10562         (verilog-pretty-declarations): Enhance to line up declarations
10563         inside a parameter list, suggested by Alan Morgan.
10564         (verilog-pretty-expr): Tune assignment regular expression match
10565         string for corner cases; also use markers instead of character
10566         number as indent changes the later.
10568 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
10570         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
10571         as missing keyword.
10572         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
10573         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
10574         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
10575         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
10576         Tennant.
10577         (verilog-keywords):
10578         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
10579         1800-2009 keywords, including "global.".
10581 2010-04-06  John Wiegley  <jwiegley@gmail.com>
10583         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
10584         appearing in buffer list (if a live buffer name matched a recentf
10585         file basename).  Should use uniquify to offer a real solution.
10587 2010-04-06  John Wiegley  <jwiegley@gmail.com>
10589         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
10590         comment to code, and add a :version tag.
10591         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
10593 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
10595         Enable recentf-mode if using virtual buffers.
10596         * ido.el (recentf-list): Declare for byte-compiler.
10597         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
10598         (ido-make-buffer-list): Simplify.
10599         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
10601 2010-04-05  Juri Linkov  <juri@jurta.org>
10603         Scrolling commands which scroll a line instead of full screen.
10604         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10606         * simple.el (scroll-up-line, scroll-down-line): New commands.
10607         Put property isearch-scroll=t on them.
10609         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
10610         Remove commands.
10612 2010-04-05  Juri Linkov  <juri@jurta.org>
10614         Scrolling commands which do not signal errors at top/bottom.
10615         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10617         * simple.el (scroll-up-command, scroll-down-command): New commands.
10618         Put property isearch-scroll=t on them.
10620         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
10621         `scroll-down-command' and [next] from `scroll-up' to
10622         `scroll-up-command'.
10624         * emulation/cua-base.el: Put property CUA=move on
10625         `scroll-up-command' and `scroll-down-command'.
10626         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
10627         and `scroll-down-command' to `cua-scroll-down'.
10629 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
10631         * help.el (describe-mode): Return nil.
10633 2010-04-04  John Wiegley  <jwiegley@gmail.com>
10635         * ido.el (ido-use-virtual-buffers): New variable to indicate
10636         whether "virtual buffer" support is enabled for IDO.
10637         (ido-virtual): Face used to indicate virtual buffers in the list.
10638         (ido-buffer-internal): If a buffer is chosen, and no such buffer
10639         exists, but a virtual buffer of that name does (which would be why
10640         it was in the list), recreate the buffer by reopening the file.
10641         (ido-make-buffer-list): If virtual buffers are being used, call
10642         `ido-add-virtual-buffers-to-list' before the make list hook.
10643         (ido-virtual-buffers): New variable which contains a copy of the
10644         current contents of the `recentf-list', albeit pared down for the
10645         sake of speed, and with proper faces applied.
10646         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
10647         create a list of "virtual buffers" to present to the user in
10648         addition to the currently open set.  Note that this logic could
10649         get rather slow if that list is too large.  With the default
10650         `recentf-max-saved-items' of 200, there is little speed penalty.
10652 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10654         * font-lock.el: Require CL when compiling.
10655         (font-lock-turn-on-thing-lock): Use `case'.
10657 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
10659         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
10660         Zaretskii.
10662 2010-04-02  Juri Linkov  <juri@jurta.org>
10664         * ehelp.el (electric-help-orig-major-mode):
10665         New buffer-local variable.
10666         (electric-help-mode): Set it to original major-mode.  Doc fix.
10667         (with-electric-help): Use `electric-help-orig-major-mode' instead
10668         of (default-value 'major-mode).  Doc fix.
10669         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
10671 2010-04-02  Sam Steingold  <sds@gnu.org>
10673         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
10674         `vc-hg-command' with a list of flags.
10676         * progmodes/bug-reference.el (bug-reference-bug-regexp):
10677         Also accept "patch" and "RFE".
10678         (bug-reference-fontify): `bug-reference-url-format' can also be a
10679         function to be able to handle the bug kind.
10680         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
10682 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
10684         * tmm.el (tmm-get-keymap): Check with symbolp before passing
10685         value to fboundp, it may not be a symbol.
10687 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10689         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
10691 2010-03-31  Juri Linkov  <juri@jurta.org>
10693         * simple.el (next-line, previous-line): Re-throw a signal
10694         with `signal' instead of using `ding'.
10695         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
10697 2010-03-31  Juri Linkov  <juri@jurta.org>
10699         * simple.el (keyboard-escape-quit): Raise deselecting the active
10700         region higher than exiting the minibuffer.
10701         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
10703 2010-03-31  Juri Linkov  <juri@jurta.org>
10705         * image.el (image-animated-p): Use `image-metadata' instead of
10706         `image-extension-data'.  Get GIF extenstion data from metadata
10707         property `extension-data'.
10709 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10711         * simple.el (append-to-buffer): Simplify.
10713 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
10715         * textmodes/artist.el (artist-mode): Fix typo in docstring.
10716         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
10718 2010-03-31  Kenichi Handa  <handa@m17n.org>
10720         * language/sinhala.el (composition-function-table): Fix regexp for
10721         the new Unicode specification.
10723         * language/indian.el (devanagari-composable-pattern)
10724         (tamil-composable-pattern, kannada-composable-pattern)
10725         (malayalam-composable-pattern): Adjust for the new Unicode
10726         specification.
10727         (bengali-composable-pattern, gurmukhi-composable-pattern)
10728         (gujarati-composable-pattern, oriya-composable-pattern)
10729         (telugu-composable-pattern): New variables to cope with the new
10730         Unicode specification.  Use them in composition-function-table.
10732 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10734         Make tmm-menubar work for the Buffers menu again (bug#5726).
10735         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
10736         vectors rather than cons cells, as used in menu-bar-update-buffers.
10738 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10740         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
10741         (js-insert-and-indent): Revert 2009-08-15 change, restoring
10742         electric punctuation for "{}();,:" (Bug#5586).
10744         * mail/sendmail.el (mail-default-directory): Doc fix.
10746 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10748         * mail/sendmail.el (mail-default-directory): Doc fix.
10750 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
10752         * subr.el (version-regexp-alist, version-to-list)
10753         (version-list-<, version-list-=, version-list-<=)
10754         (version-list-not-zero, version<, version<=, version=): Doc fix.
10755         (Bug#5744).
10757 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
10759         * vc.el (vc-root-diff): Doc fix.
10761 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10763         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
10765         * simple.el (append-to-buffer): Fix last change.
10767 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10769         * simple.el (append-to-buffer): Ensure that point is preserved if
10770         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
10771         (Bug#5749)
10773 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10775         * files.el (auto-mode-case-fold): Change default to t.
10777 2010-03-30  Juri Linkov  <juri@jurta.org>
10779         * dired-x.el (dired-omit-mode): Doc fix.
10781 2010-03-30  Juri Linkov  <juri@jurta.org>
10783         * replace.el (occur-accumulate-lines): Move occur-engine related
10784         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
10785         to be located after `occur-engine'.
10787 2010-03-30  Juri Linkov  <juri@jurta.org>
10789         Make occur handle multi-line matches cleanly with context.
10790         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
10792         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
10793         (occur-engine): Add local variables `ret', `prev-after-lines',
10794         `prev-lines'.  Use more arguments for `occur-context-lines'.
10795         Set first elem of its returned list to `data', and the second elem
10796         to `prev-after-lines'.  Don't print the separator line.
10797         In the end, print remaining context after-lines.
10798         (occur-context-lines): Add new arguments `begpt', `endpt',
10799         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
10800         after-lines of the previous match with before-lines of the
10801         current match and not overlap them.  Return a list with two
10802         values: the output line and the list of context after-lines.
10804 2010-03-30  Juri Linkov  <juri@jurta.org>
10806         * replace.el (occur-accumulate-lines): Fix a bug where the first
10807         context line at the beginning of the buffer was missing.
10809 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
10811         * files.el: Make bidi-display-reordering safe variable for boolean
10812         values.
10814 2010-03-29  Phil Hagelberg  <phil@evri.com>
10815             Chong Yidong  <cyd@stupidchicken.com>
10817         * subr.el: Extend progress reporters to perform "spinning".
10818         (progress-reporter-update, progress-reporter-do-update):
10819         Handle non-numeric value arguments.
10820         (progress-reporter--pulse-characters): New var.
10822 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
10824         * progmodes/compile.el (compilation-start): Fix regexp detection
10825         of initial cd command (Bug#5771).
10827 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
10829         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
10831 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
10833         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
10834         * progmodes/gdb-mi.el: Restore.
10835         * progmodes/gdb-ui.el: Remove.
10836         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
10838 2010-03-25  Glenn Morris  <rgm@gnu.org>
10840         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
10841         all dired buffers, even tramp ones.  (Bug#5755)
10843 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10845         Add "union tags" in mpc.el.
10846         * mpc.el: Remove backward compatibility code.
10847         (mpc-browser-tags): Change default.
10848         (mpc--find-memoize-union-tags): New var.
10849         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
10850         (mpc-cmd-find): Handle the case where the playlist does not exist.
10851         Handle union-tags.
10852         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
10853         (mpc-cmd-add): Use mpc-cmd-flush.
10854         (mpc-tagbrowser-tag-name): New fun.
10855         (mpc-tagbrowser-buf): Use it.
10856         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
10858 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10860         Misc cleanup.
10861         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
10862         Use replace-regexp-in-string.
10863         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
10864         (makefile-imake-mode-syntax-table): Move init into defvar.
10865         (makefile-mode): Use define-derived-mode.
10867         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10868         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10869         not be present any more.
10871 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10873         * faces.el (set-face-attribute): Fix typo in docstring.
10874         (face-valid-attribute-values): Reflow docstring.
10876 2010-03-24  Glenn Morris  <rgm@gnu.org>
10878         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
10880 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
10882         * indent.el (indent-for-tab-command): Doc fix.
10884 2010-03-24  Alan Mackenzie  <acm@muc.de>
10886         * progmodes/cc-engine.el (c-remove-stale-state-cache):
10887         Fix off-by-one error.  Fixes bug #5747.
10889 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10891         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
10892         (image-dired-read-comment): Doc fix.
10894         * json.el (json-object-type, json-array-type, json-key-type)
10895         (json-false, json-null, json-read-number):
10896         * minibuffer.el (completion-in-region-functions):
10897         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
10898         (cal-tex-cursor-week):
10899         * emacs-lisp/trace.el (trace-function):
10900         * eshell/em-basic.el (eshell/printnl):
10901         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
10902         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
10903         * obsolete/levents.el (allocate-event, event-key, event-object)
10904         (event-point, event-process, event-timestamp, event-to-character)
10905         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
10906         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
10907         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
10908         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
10909         (reftex-highlight-selection): Fix typos in docstrings.
10911 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10913         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
10915 2010-03-24  Glenn Morris  <rgm@gnu.org>
10917         * mail/rmail.el (rmail-highlight-face): Restore option deleted
10918         2008-02-13 without comment; mark it obsolete.
10919         (rmail-highlight-headers): Use rmail-highlight-face once more.
10921 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
10923         * woman.el (woman2-process-escapes): Only consume the newline if
10924         the filler character is on a line by itself (Bug#5729).
10926 2010-03-24  Kenichi Handa  <handa@m17n.org>
10928         * language/indian.el (devanagari-composable-pattern): Add more
10929         consonants.
10931 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
10933         * net/trampver.el: Update release number.
10935 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
10937         * net/tramp.el (tramp-find-executable):
10938         Use `tramp-get-connection-buffer'.  Make the regexp for checking
10939         output of "wc -l" more robust.
10940         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
10941         (tramp-open-connection-setup-interactive-shell): Remove workaround
10942         for OpenSolaris bug, it is not needed anymore.
10944 2010-03-24  Glenn Morris  <rgm@gnu.org>
10946         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
10948 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
10950         * files.el (auto-mode-alist): Accept more verilog file patterns.
10952 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10954         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
10956 2010-03-24  Glenn Morris  <rgm@gnu.org>
10958         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
10959         log-edit-before-checkin-process.
10961         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
10963         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
10965         * vc-dispatcher.el (vc-start-logentry): Doc fix.
10966         (log-view-process-buffer, log-edit-extra-flags): Declare.
10968         * log-edit.el (log-edit-before-checkin-process): Doc fix.
10970 2010-03-23  Sam Steingold  <sds@gnu.org>
10972         Fix bug#5620: recalculate all markers on compilation buffer
10973         modifications, not on file modifications.
10974         * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
10975         variable: the buffer modification time, for buffers not associated with
10976         files.
10977         (compilation-mode): Create it.
10978         (compilation-filter): Update it.
10979         (compilation-next-error-function): Use it instead of
10980         `visited-file-modtime' for timestamp.
10982 2010-03-23  Juri Linkov  <juri@jurta.org>
10984         Implement Occur multi-line matches.
10985         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
10987         * replace.el (occur): Doc fix.
10988         (occur-engine): Set `begpt' to the beginning of the first line.
10989         Set `endpt' to the end of the last match line.  At first, count
10990         line numbers between `origpt' and `begpt'.  Split out code from
10991         `out-line' variable to new let-bindings `match-prefix' and
10992         `match-str'.  In `out-line' add non-numeric prefix to all
10993         non-first lines of multi-line matches.  Finally, count lines
10994         between `begpt' and `endpt' and add to `lines'.
10996 2010-03-23  Juri Linkov  <juri@jurta.org>
10998         * replace.el (occur-accumulate-lines, occur-engine):
10999         Use `occur-engine-line' instead of duplicate code.
11000         (occur-engine-line): New function created from duplicate code
11001         in `occur-accumulate-lines' and `occur-engine'.
11003         * replace.el (occur-engine-line): Add optional arg `keep-props'.
11004         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
11006 2010-03-23  Juri Linkov  <juri@jurta.org>
11008         * finder.el: Remove TODO tasks.
11010         * info.el (Info-finder-find-node): Add node "all"
11011         with all package info.  Handle a list of multiple keywords
11012         separated by comma.
11013         (info-finder): In interactive use with a prefix argument,
11014         use `completing-read-multiple' to read a list of keywords
11015         separated by comma.
11017 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11019         Add a new completion style `substring'.
11020         * minibuffer.el (completion-basic--pattern): New function.
11021         (completion-basic-try-completion, completion-basic-all-completions):
11022         Use it.
11023         (completion-substring--all-completions)
11024         (completion-substring-try-completion)
11025         (completion-substring-all-completions): New functions.
11026         (completion-styles-alist): New style `substring'.
11028 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11030         Get rid of .elc files after removal of the corresponding .el.
11031         * Makefile.in (compile-clean): New target.
11032         (compile-main): Use it.
11034 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
11036         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
11037         don't do make there.  When compiling with separate object dir, there
11038         is no Makefile there.
11040 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11042         Get rid of the ELCFILES abomination, again.
11043         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11044         (all, compile): Don't call compile-last.
11045         (compile-main): Build the "elcfiles" list dynamically.
11046         (compile-targets): New (internal) target.
11048 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
11050         * Makefile.in (top_srcdir): Define.
11051         (abs_top_builddir): Define.
11052         (srcdir): Don't append `/..'.
11053         (EMACS): Use ${abs_top_builddir}.
11054         (all, compile, compile-always, compile-last): Don't set emacswd.
11055         (update-subdirs, update-authors): Use $(top_srcdir) instead of
11056         $(srcdir).
11057         (lisp): Use $(srcdir) instead of @srcdir@.
11059 2010-03-21  Juri Linkov  <juri@jurta.org>
11061         Fix message of multi-line occur regexps and multi-buffer header lines.
11062         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
11064         * replace.el (occur-1): Don't display regexp if it is longer
11065         than window-width.  Use `query-replace-descr' to display regexp.
11066         (occur-engine): Don't display regexp in the buffer header for
11067         multi-buffer occur.  Display a separate header line with total
11068         match count and regexp for multi-buffer occur.
11069         Use `query-replace-descr' to display regexp.
11071 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11073         * net/secrets.el: Fix parenthesis.
11074         (secrets-enabled): Fix parenthesis.
11076 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11078         Use more relative file and directory names.
11079         * Makefile.in (EMACS): Arrange for it to work when we chdir.
11080         (setwins, setwins_almost, setwins_for_subdirs):
11081         Don't `cd'; output relative names.
11082         (all, compile, compile-always, compile-last): Set emacswd.
11083         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
11084         Just cd to the lisp source dir so we can use relative file names.
11086         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
11088 2010-03-20  Glenn Morris  <rgm@gnu.org>
11090         * textmodes/rst.el: Use faces for font-lock customization, and make the
11091         old -face variables obsolete.
11092         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
11093         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
11094         (rst-block-face, rst-external-face, rst-definition-face)
11095         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
11096         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
11097         Make obsolete.
11098         (rst-font-lock-keywords-function): Update for above changes.
11100 2010-03-20  Juri Linkov  <juri@jurta.org>
11102         * s-region.el:
11103         * obsolete/s-region.el: Move to obsolete.
11105 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
11107         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
11109 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
11111         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
11113 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
11115         Add special markup processing for commit logs.
11116         * log-edit.el (log-edit-extra-flags): New variable.
11117         (log-edit): Add new argument MODE.  Use that mode when non-nil
11118         instead of the log-view-mode.
11119         (log-view-process-buffer): New function.
11121         * vc.el: Document that the checkin method takes optional
11122         arguments.  Document new backend specific method: log-view-mode.
11123         (vc-default-log-edit-mode): New function.
11124         (vc-checkin): Use a backend specific log-view-mode.
11125         Pass extra arguments to the checkin method.
11126         (vc-modify-change-comment): Pass a dummy extra argument.
11128         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
11129         log-edit.
11130         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
11131         (vc-finish-logentry): Process the log buffer before passing it
11132         down.  Pass log-edit-extra-flags.
11134         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
11135         command.
11136         (log-edit-extra-flags, log-edit-before-checkin-process):
11137         New declarations.
11139         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
11140         command.
11141         (log-edit-extra-flags, log-edit-before-checkin-process):
11142         New declarations.
11143         (vc-hg-log-edit-mode): New derived mode.
11145         * vc-arch.el (vc-arch-checkin):
11146         * vc-cvs.el (vc-cvs-checkin):
11147         * vc-git.el (vc-git-checkin):
11148         * vc-mtn.el (vc-mtn-checkin):
11149         * vc-rcs.el (vc-rcs-checkin):
11150         * vc-sccs.el (vc-sccs-checkin):
11151         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
11153 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11155         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
11156         parent typo).
11158 2010-03-19  Glenn Morris  <rgm@gnu.org>
11160         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11162 2010-03-18  Glenn Morris  <rgm@gnu.org>
11164         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
11166         * replace.el (query-replace-history): Give it a doc string.
11167         (map-query-replace-regexp): Use query-replace-from-history-variable
11168         and query-replace-to-history-variable.
11170         * mail/hashcash.el (declare-function): Remove duplicate definition.
11172         * mail/emacsbug.el (report-emacs-bug-pretest-address):
11173         Make it an obsolete alias for report-emacs-bug-address.
11174         (message-strip-special-text-properties): Declare.
11175         (report-emacs-bug): Remove test for a pretest bug address.
11176         Combine message-mode-specific code.
11178         * mail/supercite.el: Don't require sendmail.
11179         (mh-in-header-p): Declare rather than using with-no-warnings.
11180         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
11181         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
11183         * calendar/cal-french.el: Convert to utf-8.
11185         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
11186         Emacs scripts.
11188 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
11190         * net/secrets.el (secrets-enabled): New variable.  Use it instead
11191         of a subfeature.
11193 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
11195         * net/secrets.el (top): Register the D-Bus signals only when the
11196         service "org.freedesktop.secrets" can be pinged.
11197         Provide subfeature `enabled'.
11199 2010-03-14  Juri Linkov  <juri@jurta.org>
11201         Add finder unknown keywords.
11203         * finder.el (finder-unknown-keywords): New function.
11205         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
11206         to create a Finder node with unknown keywords.
11208 2010-03-14  Juri Linkov  <juri@jurta.org>
11210         * finder.el (finder-compile-keywords): Replace `princ' with
11211         `prin1' on a list of symbols interned from keyword strings.
11213         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
11214         a comma, then split keywords using a comma and optional whitespace.
11215         Otherwise, split by whitespace.
11217         * complete.el:
11218         * face-remap.el:
11219         * log-view.el:
11220         * net/hmac-def.el:
11221         * net/hmac-md5.el:
11222         * net/netrc.el:
11223         * progmodes/mixal-mode.el: Fix keywords.
11225 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
11227         * Makefile.in (ELCFILES): Add net/secrets.elc.
11229         * net/secrets.el: New file.
11231 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11233         * facemenu.el (list-colors-display, list-colors-print): New arg
11234         callback.  Use it to allow selecting colors.
11236         * wid-edit.el (widget-image-insert): Insert image prop even if the
11237         current display is non-graphic.
11238         (widget-field-value-set): New fun.
11239         (editable-field): Use it.
11240         (widget-field-value-get): Clean up unused var.
11241         (widget-color-value-create, widget-color--choose-action):
11242         New funs.  Allow using list-colors-display to choose color.
11244 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11246         * cus-edit.el: Resort topmost custom groups.
11247         (custom-buffer-sort-alphabetically): Default to t.
11248         (customize-apropos): Use apropos-parse-pattern.
11249         (custom-search-field): New var.
11250         (custom-buffer-create-internal): Add custom-apropos search field.
11251         (custom-add-parent-links): Don't display parent doc.
11252         (custom-group-value-create): Don't sort top-level custom group.
11253         (custom-magic-value-create): Show visibility button before option name.
11255         (custom-variable-state): New fun, from custom-variable-state-set.
11256         (custom-variable-state-set): Use it.
11257         (custom-group-value-create): Hide options with standard values
11258         using the :hidden-states property.  Use progress reporter.
11260         (custom-show): Simplify.
11261         (custom-visibility): Disable images by default.
11262         (custom-variable): New property :hidden-states.
11263         (custom-variable-value-create): Enable images for
11264         custom-visibility widgets.  Use :hidden-states property to
11265         determine initial visibility.
11267         * wid-edit.el (widget-image-find): Give images center ascent.
11268         (visibility): Add :on-image and :off-image properties.
11269         (widget-visibility-value-create): Use them.
11271 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11273         * cus-edit.el (processes): Remove from development group.
11274         (oop, hypermedia): Delete group.
11275         (comm): Promote to top-level group.
11277         * net/browse-url.el (browse-url):
11278         * net/xesam.el (xesam):
11279         * net/tramp.el (tramp):
11280         * net/goto-addr.el (goto-address):
11281         * net/ange-ftp.el (ange-ftp): Put in comm group.
11283         * view.el (view): Remove from editing group.
11285         * uniquify.el (uniquify): Put in files group.
11287         * net/browse-url.el (browse-url):
11288         * ps-print.el (postscript): Put in external group.
11290         * cus-edit.el (outlines):
11291         * textmodes/text-mode.el (text-mode-hook):
11292         * textmodes/table.el (table):
11293         * textmodes/picture.el (picture):
11294         * outline.el (outlines): Put in wp group.
11296         * nxml/nxml-mode.el (nxml): Remove from wp group.
11298         * net/tramp-imap.el (tramp-imap): Put in tramp group.
11300         * mail/metamail.el (metamail): Remove from hypermedia group.
11302         * cus-edit.el (abbrev):
11303         * whitespace.el (whitespace):
11304         * vcursor.el (vcursor):
11305         * reveal.el (reveal):
11306         * hl-line.el (hl-line): Put in convenience group.
11308         * epg-config.el (epg): Put in data group.
11310         * emulation/pc-select.el (pc-select): Put in emulations group.
11312         * calculator.el (calculator): Put in applications group.
11314 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
11316         Add .dir-locals.el support for file-less buffers.
11317         * files.el (hack-local-variables): Split out code to apply local
11318         variable settings ...
11319         (hack-local-variables-apply): ... here.  New function.
11320         (hack-dir-local-variables): Use the default directory for when the
11321         buffer does not have an associated file.
11322         (hack-dir-local-variables-non-file-buffer): New function.
11323         * diff-mode.el (diff-mode):
11324         * vc-annotate.el (vc-annotate-mode):
11325         * vc-dir.el (vc-dir-mode):
11326         * log-edit.el (log-edit-mode):
11327         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
11329 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
11331         Add support for shelving snapshots and for showing shelves.
11332         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
11333         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
11334         New functions.
11335         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11336         (vc-bzr-extra-menu-map): Map them.
11338 2010-03-11  Glenn Morris  <rgm@gnu.org>
11340         * cus-edit.el (customize-changed-options-previous-release):
11341         Bump to 23.1.
11343         * image.el (image-animate-max-time): Fix :version tag.
11345 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
11347         * Branch for 23.2.
11349 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11351         * vc-git.el (vc-git-revision-table): Include remote branches.
11353 2010-03-10  Kim F. Storm  <storm@cua.dk>
11355         Animated image API.
11356         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
11358         * image.el (image-animate-max-time): New defcustom.
11359         (image-animated-types): New defconst.
11360         (create-animated-image, image-animate-timer)
11361         (image-animate-start, image-animate-stop, image-animate-timeout)
11362         (image-animated-p): New functions.
11364         * image-mode.el (image-toggle-display-image):
11365         Replace `create-image' with `create-animated-image'.
11367 2010-03-09  Miles Bader  <miles@gnu.org>
11369         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
11370         instead of "format:"; this ensures that the output is
11371         newline-terminated.
11373 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
11375         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
11376         that all errors are caught, and that the return value is always a
11377         list (Bug#5692).
11379 2010-03-08  Kenichi Handa  <handa@m17n.org>
11381         * language/misc-lang.el (windows-1256): New coding system.
11382         (cp1256): New alias of windows-1256 (bug#5690).
11384 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
11386         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
11387         call to rfc822-bad-address.  (Bug#5692)
11389 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
11391         * vc-git.el (vc-git-annotate-extract-revision-at-line):
11392         Use vc-git-root as default directory for revision path (Bug#5657).
11394 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
11396         * calculator.el (calculator): Don't bind split-window-keep-point
11397         (Bug#5674).
11399 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11401         * vc-git.el: Re-flow to fit into 80 columns.
11402         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
11403         Remove spurious `quote' element in each case alternative.
11404         (vc-git-show-log-entry): Use prog1.
11405         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
11407 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11409         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
11411 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
11413         * macros.el (insert-kbd-macro): Look up keyboard macro using the
11414         definition, not the name (Bug#5481).
11416 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
11418         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
11419         argument with a local variable.  (Bug#5670)
11421 2010-03-02  Juri Linkov  <juri@jurta.org>
11423         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
11425 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
11427         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
11428         error when FILENAME and NEWNAME are existing remote directories.
11430         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
11431         parameter DIR-FLAG.
11433 2010-03-02  Glenn Morris  <rgm@gnu.org>
11435         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
11436         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
11438 2010-03-01  Kenichi Handa  <handa@m17n.org>
11440         * language/burmese.el (burmese-composable-pattern): Rename from
11441         myanmar-composable-pattern.
11443         * international/characters.el (script-list):
11444         * international/fontset.el (script-representative-chars):
11445         Change myanmar to burmese.
11446         (otf-script-alist): Likewise.
11447         (setup-default-fontset): Likewise.  Re-fix :otf spec.
11449 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11451         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
11453 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
11455         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
11457 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
11459         * net/tramp.el (tramp-handle-write-region): START can be a string.
11460         Take care in the checks.  Reported by Dan Davison
11461         <davison@stats.ox.ac.uk>.
11463 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
11465         * net/dbus.el (dbus-introspect, dbus-get-property)
11466         (dbus-set-property, dbus-get-all-properties):
11467         Use `dbus-call-method' when noninteractive.  (Bug#5645)
11469 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
11471         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
11472         * emacs-lisp/elint.el (elint-add-required-env):
11473         * calendar/icalendar.el (icalendar--add-diary-entry):
11474         * calc/calcalg2.el (math-tracing-integral):
11475         * files.el (recover-session-finish): Use with-current-buffer
11476         instead of save-excursion.
11478 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11480         Fix in-buffer completion when after-change-functions modify the buffer.
11481         * minibuffer.el (completion--replace): New function.
11482         (completion--do-completion): Use it and use relative movement.
11484 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
11486         * international/fontset.el (setup-default-fontset): Fix :otf spec.
11488 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
11490         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
11491         Allow the characters _<> in the stack entry (Bug#5653).
11493 2010-02-26  Kenichi Handa  <handa@m17n.org>
11495         * language/burmese.el: Fix entries in composition-function-table.
11496         (myanmar-composable-pattern): New variable.
11498         * international/fontset.el (setup-default-fontset): Add an entry
11499         for myanmar.
11501         * international/characters.el (script-list): Add Myanmar
11502         Extended-A.
11504 2010-02-26  Glenn Morris  <rgm@gnu.org>
11506         * custom.el (custom-initialize-delay): Doc fix.
11508         * mail/sendmail.el (send-mail-function): Autoload the call
11509         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
11511 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
11513         * files.el (hack-local-variables-filter): For eval forms, also
11514         check safe-local-variable-p (Bug#5636).
11516 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
11518         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
11519         setting the modes by `ignore-errors'.  It might fail, for example
11520         if the file is not owned by the user but the group.
11521         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
11523 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
11525         * files.el (directory-listing-before-filename-regexp):
11526         Use stricter matching for iso-style dates, to avoid false matches with
11527         date-like filenames (Bug#5597).
11529         * htmlfontify.el (htmlfontify): Doc fix.
11531         * eshell/eshell.el (eshell): Doc fix.
11533         * startup.el (fancy-about-screen): In mode-line, apply
11534         mode-line-buffer-id face only to the buffer name (Bug#5613).
11536 2010-02-20  Kevin Ryde  <user42@zip.com.au>
11538         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11539         In `watcom' anchor regexp to start of line, to avoid slowness
11540         (Bug#5599).
11542 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
11544         * subr.el (remove-yank-excluded-properties): Explain in a comment
11545         why `category' property is removed.
11547 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
11549         * isearch.el (isearch-update-post-hook, isearch-update):
11550         Revert 2010-02-17 change.
11552 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
11554         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
11555         (icalendar--convert-weekly-to-ical)
11556         (icalendar--convert-yearly-to-ical)
11557         (icalendar--convert-block-to-ical)
11558         (icalendar--convert-cyclic-to-ical)
11559         (icalendar--convert-anniversary-to-ical): Take care of time
11560         specifications where hour has 1-digit only (Bug#5549).
11562 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
11564         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
11565         of disassemble output in GDB 7.1.
11567 2010-02-19  Glenn Morris  <rgm@gnu.org>
11569         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
11570         property.  (Bug#5593)
11572 2010-02-18  Sam Steingold  <sds@gnu.org>
11574         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11576 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11578         Use abbreviated file names in bookmarks (bug#5591).
11579         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
11580         calls to expand-file-name.
11581         (bookmark-relocate): Use abbreviated file names in bookmarks.
11582         (bookmark-load): Use abbreviated file names in messages.
11584 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
11586         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
11587         expand "." and "..".  Reported by Thierry Volpiatto
11588         <thierry.volpiatto@gmail.com>.
11590 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
11592         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
11593         permissions of the temporary file to "0600".  In case the remote
11594         file has no read permissions for the owner, there might be
11595         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
11597 22010-02-18  Glenn Morris  <rgm@gnu.org>
11599         * emacs-lisp/authors.el (authors-renamed-files-alist):
11600         Add entries for INSTALL.CVS.
11602 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
11604         * vc-bzr.el: Fix typo in Known Bugs section.
11606         * isearch.el (isearch-update-post-hook): New hook.
11607         (isearch-update): Use the new hook.
11609 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
11611         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11612         Fix errors in copying directories.
11613         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
11614         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
11615         (tramp-handle-delete-file)
11616         (tramp-handle-dired-recursive-delete-directory)
11617         (tramp-handle-write-region): Flush also the cache for the upper
11618         directory.
11620 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
11622         * simple.el (save-interprogram-paste-before-kill): Doc fix.
11624         * cus-edit.el (hardware): Doc fix.
11626         * man.el (man): Add to external custom group.
11628         * delim-col.el (columns): Move to wp custom group.
11630         * doc-view.el (doc-view): Add to data custom group.
11632         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
11634         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
11635         by ispell-parse-output (Bug#5575).
11637 2010-02-16  Kenichi Handa  <handa@m17n.org>
11639         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
11640         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
11641         (skkdic-convert): Use `euc-japan' coding system for writing.
11643 2010-02-16  Glenn Morris  <rgm@gnu.org>
11645         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
11646         tex-main-file before using it.  (Bug#5562)
11648 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11650         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
11651         warnings, since it is annoying for the user to see them each time he
11652         runs the code.
11654 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
11656         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
11657         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
11658         instead of PROC for caching "first-password-request".  Otherwise,
11659         new processes would not profit from passwords already entered.
11661         * net/tramp-cache.el (tramp-dump-connection-properties):
11662         Don't save "first-password-request" property.
11664 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
11666         * outline.el (outline-head-from-level):
11667         * simple.el (with-wrapper-hook):
11668         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
11669         (elint-defun, elint-buffer-env, elint-top-form-logged)
11670         (elint-unbound-variable):
11671         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
11672         Fix typos in docstrings.
11674 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
11676         * files.el (insert-directory): When WILDCARD-REGEXP and
11677         FULL-DIRECTORY-P are nil, insert the file entry instead of the
11678         whole directory.  (Bug#5551)
11680         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
11681         dired's alignment sanity.  (Bug#5516)
11683 2010-02-14  Juri Linkov  <juri@jurta.org>
11685         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
11686         Remove remaining ^H with their preceding chars.  (Bug#5566)
11688 2010-02-13  Glenn Morris  <rgm@gnu.org>
11690         * simple.el (transpose-subr): Give it a doc-string.
11692         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
11693         Doc fixes.
11695 2010-02-12  Juri Linkov  <juri@jurta.org>
11697         * arc-mode.el (archive-unique-fname): Make directories for nested
11698         archives.  (Bug#5540)
11700 2010-02-12  Juri Linkov  <juri@jurta.org>
11702         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
11704 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11706         * subr.el (copy-overlay): Handle deleted overlays.
11708         * man.el (Man-completion-table): Don't signal an error if we can't run
11709         manual-program (bug#4056).
11711 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
11713         * textmodes/artist.el (artist-mt): Fix typos in docstring.
11715 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11717         * info.el (Info-bookmark-jump): Simplify.
11719         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
11720         (bookmark-default-handler): Accept new bookmark field `buffer'.
11722 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
11724         * iswitchb.el (iswitchb-completions): Revert last change.
11726 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
11728         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
11729         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
11730         This prevents file names like "~/" being listed literally.
11732 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
11734         * term/xterm.el (xterm-maybe-set-dark-background-mode):
11735         Remove dead code.  (Bug#5546)
11737 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
11739         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
11740         correctly (Bug#5548).
11742 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
11744         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
11745         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
11747 2010-02-08  Kenichi Handa  <handa@m17n.org>
11749         * international/mule-util.el (with-coding-priority): Add autoload
11750         cookie for putting `lisp-indent-function'.
11752 2010-02-07  Glenn Morris  <rgm@gnu.org>
11754         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11755         Move F2003 named interfaces from keywords-2 to keywords-1, and
11756         use function-name-face rather than constant-face.
11757         Simplify "abstract interface" regexp.
11759 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
11761         * eshell/esh-util.el (eshell-file-attributes): New optional arg
11762         ID-FORMAT.  Pass it to `file-attributes'.
11764         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
11766 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
11768         * faces.el (set-face-attribute): Allow calling
11769         internal-set-lisp-face-attribute with 'unspecified family and
11770         foundry argument (Bug#5536).
11772 2010-02-07  Glenn Morris  <rgm@gnu.org>
11774         * progmodes/f90.el (f90-font-lock-keywords-2)
11775         (f90-looking-at-type-like, f90-looking-at-program-block-end):
11776         Handle F2003 named interfaces.
11778 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
11780         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
11781         beg and end before calling c-get-state-before-change-functions.
11783 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
11785         * vc-bzr.el (vc-bzr-dir-extra-headers):
11786         Disable the pending merges header.
11788 2010-02-05  Juri Linkov  <juri@jurta.org>
11790         * doc-view.el (doc-view-mode):
11791         * image-mode.el (image-mode): Put property mode-class=special.
11792         (Bug#4896)
11794 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
11796         * vc-svn.el (vc-svn-revision-table): New function.
11798 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
11800         * net/ange-ftp.el (ange-ftp-insert-directory):
11801         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11802         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11803         Handle also directories.  (Bug#5478)
11805 2010-02-05  Glenn Morris  <rgm@gnu.org>
11807         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
11809 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
11811         * startup.el (command-line-1): Convert options beginning with a
11812         single dash as well (Bug#5519).
11814 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11816         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
11817         * minibuffer.el (completion-initials-expand): Only check the presence
11818         of delims *within* the boundaries, since otherwise the / delim is
11819         always found for files.
11821         Fix up various corner case problems.
11822         * doc-view.el (doc-view-last-page-number): New function.
11823         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
11824         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
11825         (doc-view-kill-proc): Avoid inf-loop in freak cases.
11826         (doc-view-reconvert-doc): Use the new recursive delete-directory.
11827         (doc-view-convert-current-doc): Don't create the resolution.el file
11828         here any more.
11829         (doc-view-pdf/ps->png): Do it here instead.
11830         (doc-view-already-converted-p): Check that resolution.el is present.
11831         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
11832         windows that are not yet showing images.
11834 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
11836         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
11837         `dired-uncache' for every elemnt which is an absolute file name.
11839         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
11840         directory, handle its directory component.
11841         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
11842         function is called permanently and creates noise, otherwise.
11844         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11845         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11846         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
11848 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
11850         * macros.el (apply-macro-to-region-lines):
11851         Minor simplification.  (Bug#5485)
11853 2010-02-04  Glenn Morris  <rgm@gnu.org>
11855         * mail/rmail.el (rmail-show-message-1): Handle malformed
11856         quoted-printable text.  (Bug#5441)
11858         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
11860         * simple.el (visual-line-mode): Capitalize lighter.
11862 2010-02-03  John Wiegley  <jwiegley@gmail.com>
11864         * iswitchb.el (iswitchb-completions): Add bookmark files to the
11865         list of files considered for "virtual buffer" completions.
11867 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
11869         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
11870         also in case of (and (not full) (not wildcard)).  This is needed
11871         when dired is called with a list of files, which are not in
11872         `default-directory'.  (Bug#5478)
11874 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11876         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11878 2010-02-02  Juri Linkov  <juri@jurta.org>
11880         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11881         from unidiff to allow function-line after @@.
11883 2010-02-02  Juri Linkov  <juri@jurta.org>
11885         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11886         '(RCS SCCS) with inverted condition.
11888 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
11890         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11891         messages.
11893 2010-02-01  Juri Linkov  <juri@jurta.org>
11895         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
11896         compare with "pkunzip" and "pkzip" instead of only "pkzip".
11897         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
11898         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
11900 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11902         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
11903         (doc-view-revert-buffer): New command.
11904         (doc-view-mode-map): Use it.
11906 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
11908         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
11909         pending merge is detected.
11911 2010-01-31  Juri Linkov  <juri@jurta.org>
11913         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
11914         beginning of interactive spec like all other grep commands do.
11915         Put "all" in front of "gz".  (Bug#5260)
11917 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
11919         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
11921 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
11923         * dirtrack.el (dirtrack): Warn instead of signalling error if the
11924         regexp is incorrect (Bug#5476).
11926 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
11928         * net/tramp.el (tramp-handle-insert-directory): Handle also
11929         symlinks, when FILENAME is not in `default-directory'.
11931 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
11933         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
11934         FILE is not in `default-directory'.  (Bug#5478)
11936         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
11937         of SWITCHES.  Handle the case, FILENAME is not in
11938         `default-directory'.  (Bug#5478)
11939         (tramp-register-file-name-handlers): Add safe-magic property.
11941 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
11943         * arc-mode.el (archive-zip-extract): Quote the argument passed to
11944         unzip (Bug#5475).
11946 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
11948         * progmodes/flymake.el (flymake-allowed-file-name-masks)
11949         (flymake-master-make-header-init): Add other C++ filename masks.
11950         (flymake-find-possible-master-files)
11951         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
11953 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
11955         Fix some busybox annoyances.
11957         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
11958         not responding." string.
11959         (tramp-open-connection-setup-interactive-shell): Dump stty
11960         settings.  Enable "neveropen" arg for all `tramp-send-command'
11961         calls.  Handle "=" in variable values properly.
11962         (tramp-find-inline-encoding): Raise an error, when no encoding is
11963         found.
11964         (tramp-wait-for-output): Check, whether PROC buffer is available.
11965         Remove spurious " ^H" sequences, sent by busybox.
11966         (tramp-get-ls-command): Suppress coloring, if possible.
11968 2010-01-28  Glenn Morris  <rgm@gnu.org>
11970         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
11972         * log-edit.el (log-edit-strip-single-file-name): Add missing
11973         :safe, :group, and :version tags.
11975 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
11977         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
11978         buffers.  (Bug#5477)
11980 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
11982         * files.el (delete-directory): Handle moving to trash without
11983         first doing recursion (Bug#5436).
11985 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
11987         * vc-hooks.el (vc-path): Mark as obsolete.
11989 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
11991         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
11992         names too.
11994         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
11995         for the short log.
11996         (vc-bzr-log-view-mode): Adjust regexp for the above change.
11998 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
12000         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
12002         * vc-bzr.el (vc-bzr-revision-table): New function.
12004 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>
12006         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
12007         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
12009 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12011         Remove support for adding --signoff on commit.
12012         Future support will use an incompatible generic mechanism.
12013         * vc-git.el (vc-git-add-signoff): Remove variable.
12014         (vc-git-toggle-signoff): Remove function.
12015         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
12017         * term/xterm.el (xterm-maybe-set-dark-background-mode):
12018         Rename from xterm-set-background-mode.  Return t if the background mode
12019         was set.
12020         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
12021         earlier, call it again in case the background mode has changed.
12023 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
12025         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
12026         (Bug#3541).
12028 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
12030         * emacs-lisp/assoc.el (aelement): Doc fix.
12031         (aput, adelete, amake): Use lexical-let (Bug#5450).
12033 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
12035         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
12036         is the same as subprogram call, not declaration.  (Bug#5435).
12038 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
12040         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
12041         (tramp-smb-maybe-open-connection): Use it.
12043 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
12045         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
12047 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12049         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
12050         just because we see "encoding: 8bit".
12051         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
12053 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
12055         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
12057 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
12059         * jka-compr.el (jka-compr-load): If load-file is not in
12060         load-history, try its file-truename version.  (bug#5447)
12062 2010-01-21  Alan Mackenzie  <acm@muc.de>
12064         Fix a situation where deletion of a cpp construct throws an error.
12065         * progmodes/cc-engine.el (c-invalidate-state-cache):
12066         Before invoking c-with-all-but-one-cpps-commented-out, check that the
12067         special cpp construct is still in the buffer.
12068         (c-parse-state): Record the special cpp with markers, not numbers.
12070 2010-01-21  Kenichi Handa  <handa@m17n.org>
12072         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
12073         process last-command-event, as it is now decoded first (Bug#5380).
12075 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
12077         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
12079 2010-01-20  Glenn Morris  <rgm@gnu.org>
12081         * indent.el (tab-always-indent): Fix custom-type.
12083 2010-01-19  Alan Mackenzie  <acm@muc.de>
12085         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
12086         buffer throws "args out of range".
12087         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
12088         playing the role of delimiter.
12090 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
12092         * progmodes/ada-mode.el: Fix bug#5400.
12093         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
12094         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
12095         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
12096         Improve comments in "is" portion.  Handle null procedure declaration.
12097         (ada-move-to-end): Improve doc string.
12099 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
12101         * ido.el (ido-cur-list): Initialize to nil.
12102         Remove obsolete information from commentary.
12103         (ido-choice-list): Initialize to nil.
12104         (ido-get-bufname): Reject minibuffers.
12105         (ido-make-buffer-list): If "default" is a nonexistent
12106         buffer, ignore it, as per the function's comment.
12107         (ido-kill-buffer-internal): New function.
12108         (ido-kill-buffer-at-head): Use it.
12109         (ido-visit-buffer): Likewise.
12111 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12113         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
12115 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
12117         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
12118         Fix typos in chart titles.
12120         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
12121         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
12122         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
12123         (describe-class, eieio-describe-generic, describe-generic):
12124         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
12125         (eieio-speedbar-expand):
12126         * emulation/viper-cmd.el (viper-exec-form-in-vi)
12127         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
12128         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
12129         (viper-del-backward-char-in-replace, viper-backward-indent)
12130         (viper-brac-function, viper-register-to-point, viper-submit-report):
12131         * net/tramp.el (tramp-remote-coding-commands):
12132         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
12133         Fix typos in docstrings.
12135 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12137         * mail/sendmail.el (mail-yank-original): Set the mark if the
12138         specified function for yanking does not do it.
12140 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
12142         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
12144         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
12145         resyncing a directory.
12147 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
12149         * progmodes/ada-mode.el: Fix bug#1920.
12150         (ada-ident-re): Delete ., allow multibyte characters.
12151         (ada-goto-label-re): New; matches goto labels.
12152         (ada-block-label-re): New; matches block labels.
12153         (ada-label-re): New; matches both.
12154         (ada-named-block-re): Deleted; callers changed to use
12155         `ada-block-label-re' instead.
12156         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
12157         Use `ada-block-label-re'.
12158         (ada-indent-on-previous-lines): Improve handling of goto labels.
12159         (ada-get-indent-block-start): Special-case block label.
12160         (ada-get-indent-label): Split into `ada-indent-block-label' and
12161         `ada-indent-goto-label'.
12162         (ada-goto-stmt-start, ada-goto-next-non-ws):
12163         Optionally ignore goto labels.
12164         (ada-goto-next-word): Simplify.
12165         (ada-indent-newline-indent-conditional): Insert newline before
12166         trying to fix indentation; doc fix.
12168 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
12170         * calc/calc.el (calc-command-flags): Give it an initial value.
12172 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12174         * files.el (minibuffer-with-setup-hook):
12175         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
12176         (artist-key-draw-continously, artist-key-do-continously-continously)
12177         (artist-key-set-point-continously, artist-mouse-draw-continously):
12178         Fix typos in docstrings.
12180 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
12182         * nxml/nxml-mode.el (nxml-extend-after-change-region):
12183         Never return t (Bug#3898).
12185 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
12187         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
12188         can parse the output of the external commands (Bug#5279).
12190 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
12192         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
12194 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
12196         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
12198         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
12200         * startup.el (command-line): Remove unused --icon-type arg.
12201         Handle --display arg, passing it to command-line-1 (Bug#5392).
12203 2010-01-16  Mario Lang  <mlang@delysid.org>
12205         * emacs-lisp/chart.el (chart-translate-namezone):
12206         * textmodes/artist.el (artist-compute-popup-menu-table):
12207         Remove duplicated words in doc-strings.
12209 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
12211         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
12212         to mairix-search to suppress threading (Bug#5342).
12214 2010-01-15  Kenichi Handa  <handa@m17n.org>
12216         * international/mule-cmds.el (canonicalize-coding-system-name):
12217         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
12219 2010-01-15  Glenn Morris  <rgm@gnu.org>
12221         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
12223         * wid-edit.el (widget-keymap): Doc fix.
12225         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
12226         former seems to be more widely accepted by various svn versions.
12228 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
12230         * find-cmd.el (find-constituents):
12231         * vc-arch.el (vc-arch-root):
12232         * window.el (window-body-height, pop-up-frames):
12233         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
12234         * progmodes/ada-stmt.el (ada-if):
12235         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
12236         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
12237         (ispell-encoding8-command, ispell-aspell-supports-utf8)
12238         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
12240         * progmodes/flymake.el (flymake-post-syntax-check):
12241         Fix typo in error message.
12243 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
12245         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
12246         which is always a string.  (Bug#5313)
12248 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
12250         * progmodes/ada-xref.el (ada-default-prj-properties):
12251         Simplify previous change.
12253 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12255         * progmodes/ada-xref.el (ada-default-prj-properties):
12256         Default ada_project_path to $ADA_PROJECT_PATH.
12258 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12260         * progmodes/ada-mode.el (ada-create-keymap):
12261         Override `narrow-to-defun' with `ada-narrow-to-defun'.
12263 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12265         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
12266         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
12267         (ada-get-current-indent, ada-imenu-generic-expression)
12268         (ada-which-function): Check for it.
12270 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12272         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
12273         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
12275 2010-01-14  Glenn Morris  <rgm@gnu.org>
12277         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
12279 2010-01-14  Kenichi Handa  <handa@m17n.org>
12281         * composite.el (auto-composition-mode): Make it a buffer local
12282         variable (permanent-local).
12283         (auto-composition-function): Set the default value to
12284         auto-compose-chars.
12285         (auto-composition-mode): Make it a simple function, not a minor mode.
12286         (global-auto-composition-mode): Likewise.
12287         (turn-on-auto-composition-if-enabled): Delete it.
12289 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
12291         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
12293 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
12295         * files.el (copy-directory): Compute target for recursive
12296         directories with identical names.  (Bug#5343)
12298 2010-01-12  Glenn Morris  <rgm@gnu.org>
12300         * mail/emacsbug.el (report-emacs-bug-pretest-address):
12301         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
12303 2010-01-11  Sam Steingold  <sds@gnu.org>
12305         * imenu.el (imenu-default-create-index-function): Detect infinite
12306         loops caused by imenu-prev-index-position-function.
12308 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
12310         * htmlfontify.el (htmlfontify-load-rgb-file)
12311         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
12312         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
12313         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
12314         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
12315         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
12316         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
12317         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
12318         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
12319         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
12320         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
12321         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
12322         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
12323         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
12324         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
12325         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
12326         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
12327         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
12328         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
12329         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
12330         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
12331         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
12332         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
12333         backslash-quoting from parentheses, etc.
12335 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
12337         * progmodes/js.el: Autoload javascript-mode alias.
12339 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
12341         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
12342         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
12343         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
12344         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
12345         Fix typos in docstrings.
12346         (ffap-url-regexp): Doc fix.
12347         (ffap-at-mouse): Fix typo in message.
12349 2010-01-11  Glenn Morris  <rgm@gnu.org>
12351         * version.el (emacs-copyright): Set copyright year to 2010.
12353 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12355         * format.el (format-annotate-function): Only set
12356         write-region-post-annotation-function after running to-fn so as not to
12357         affect nested write-region calls (bug#5273).
12359 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
12361         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
12362         wisent/python.el.
12364 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
12366         * man.el (Man-goto-section): Signal error if the section is not
12367         found (Bug#5317).
12369 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
12371         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
12372         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
12374 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
12376         * progmodes/compile.el: Don't treat compile-command as safe if
12377         compilation-read-command might be nil (Bug#4218).
12379 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
12381         * startup.el (command-line-1): Use orig-argi to check for ignored X and
12382         NS options.
12384 2010-01-08  Kenichi Handa  <handa@m17n.org>
12386         * international/fontset.el (build-default-fontset-data):
12387         Exclude characters in scripts kana, hangul, han, or cjk-misc.
12389 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
12391         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
12392         to `create-file-buffer' as it expects, not just a buffer name.
12393         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
12394         to help uniquify.  (Bug#3224)
12396 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
12398         * font-setting.el (font-setting-change-default-font): Use user-spec
12399         instead of name.
12401 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12403         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
12405 2010-01-05  Tom Tromey  <tromey@redhat.com>
12407         * progmodes/python.el (python-font-lock-keywords):
12408         Handle qualified decorators (Bug#881).
12410 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
12412         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
12413         in a lightweight checkout.
12415 2010-01-05  Kenichi Handa  <handa@m17n.org>
12417         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
12419 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
12421         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
12423 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
12425         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
12426         checkouts.  (Bug#618)
12427         (vc-bzr-log-view-mode): Also highlight the author.
12428         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
12429         (vc-bzr-shelve-menu-map):
12430         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
12431         (vc-bzr-shelve-apply): Make prompt more explicit.
12433 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12435         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
12436         They are valid characters in URL paths (rfc3986), and at least
12437         Firefox does not understand the encoded version (Bug#3166).
12439 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
12441         * progmodes/octave-mod.el (octave-end-keywords)
12442         (octave-block-begin-or-end-regexp, octave-block-match-alist):
12443         Add "end" keyword (Bug#3061).
12444         (octave-end-as-array-index-p): New function.
12445         (calculate-octave-indent): Use it.
12447 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12449         * bookmark.el: Consistently put the text property on the bookmark name.
12450         (bookmark-bmenu-marks-width): Bump back to 2, to include
12451         annotation marks.
12452         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
12453         property on the bookmark name, instead of not putting it at all.
12454         (bookmark-bmenu-list): Fix where we put the text property.
12456 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12458         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
12459         for showing buffer modified state (as added in the previous change).
12461 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12463         * bookmark.el: Show modified state of bookmark buffer more accurately.
12464         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
12465         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
12466         (with-buffer-modified-unmodified): New macro.
12467         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12468         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
12469         Use new macro to preserve the buffer modified state.
12471 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12473         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
12474         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
12475         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
12476         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
12477         (bookmark-bmenu-rename, bookmark-bmenu-locate)
12478         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
12479         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
12481 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
12483         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12484         Make the lines in the generated doc string shorter.  (Bug#4668)
12486 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
12488         * net/rcirc.el: Add follow-link binding (Bug#4738).
12490 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
12492         * Makefile.in (bzr-update): Rename from cvs-update.
12493         (cvs-update): New target for backward compatibility.
12495         * makefile.w32-in (bzr-update): Rename from cvs-update.
12496         (cvs-update): New target for backward compatibility.
12498 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12500         * bookmark.el: Remove gratuitous gratitude.
12502 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12504         * bookmark.el (bookmark-bmenu-any-marks): New function.
12505         (bookmark-bmenu-save): Clear buffer modification if no marks.
12507 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12509         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
12510         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
12511         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
12512         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
12514         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
12515         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
12516         To: emacs-devel {_AT_} gnu.org
12517         Subject: bookmark.el bug report
12518         Date: Mon, 28 Dec 2009 14:19:16 +0800
12519         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
12521 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12523         * bookmark.el: Improvements suggested by Drew Adams:
12524         (bookmark-bmenu-ensure-position): New name for
12525         `bookmark-bmenu-check-position'.  Just ensure the position,
12526         don't return any meaningful value.
12527         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
12528         New constants.
12530 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
12532         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
12533         (bookmark-yank-point, bookmark-bmenu-check-position):
12534         Fix typos in docstrings.
12535         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
12536         (bookmark-name-from-full-record, bookmark-get-position)
12537         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
12538         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
12539         Remove useless quoting of parenthesis, etc. in docstrings.
12541         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
12542         (ediff-append-custom-diff): Fix typo in error message.
12543         (ediff-meta-mark-equal-files): Fix typos in messages.
12545         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
12547         * net/imap-hash.el (imap-hash-make): Doc fix.
12548         (imap-hash-test): Fix typo in error message; reflow docstring.
12549         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
12550         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
12551         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
12552         Fix typos in docstrings.
12553         (imap-hash-open-connection): Fix typo in error message.
12555         * play/gomoku.el (gomoku): Fix typos in docstring.
12557         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
12558         (gdb-jsonify-buffer): Fix typos in docstring.
12559         (gdb-goto-breakpoint): Fix typo in error message.
12560         ("Display Other Windows"): Fix typo in help message.
12561         (gdb-speedbar-expand-node): Fix typo in question.
12563         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
12564         (idlwave-html-system-help-location, idlwave-html-help-location)
12565         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
12566         (idlwave-help-browser-generic-args, idlwave-help-directory)
12567         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
12568         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
12569         (idlwave-online-help, idlwave-help-html-link)
12570         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
12571         Fix typos in docstrings.
12572         (idlwave-help-with-source, idlwave-help-find-routine-definition):
12573         Reflow docstrings.
12574         (idlwave-help-assistant-start): Fix typo in error message.
12576         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
12577         (octave-electric-space): Fix typos in docstrings.
12579 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12581         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
12583 2010-01-01  Juri Linkov  <juri@jurta.org>
12585         * comint.el (comint-input-ring-size): Make it a defcustom and
12586         increase the default to 500 (Bug#5148).
12588 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
12590         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
12591         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
12592         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
12594 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
12596         Show working revision correctly for mercurial.
12597         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
12598         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
12600 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
12602         Declare some functions for the byte-compiler.
12603         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
12604         (speedbar-timer-fn, speedbar-change-expand-button-char)
12605         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
12607 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
12609         This changeset reverts GDB Graphical Interface to use annotations.
12610         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
12612 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
12614         Make vc-dir work on subdirectories of the bzr root.
12615         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
12616         Return file names relative to it.
12617         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
12618         relative directory to vc-bzr-after-dir-status.
12620 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
12622         * font-lock.el (font-lock-refresh-defaults): New function, which
12623         can be used to let font-lock react to external changes in
12624         variables like font-lock-defaults and keywords.
12625         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
12627 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
12629         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
12631         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
12633 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
12635         Supersede color.diff settings in git log (bug#5211).
12637         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
12638         escape chars in its output when the user has color.diff set to `always'.
12639         This fix works on git 1.4.2 and newer (released on 2006-08-13).
12641 2009-12-26  Kevin Ryde  <user42@zip.com.au>
12643         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
12644         node.  Keep previous "Index" name to work with past coreutils too.
12646         * man.el (man): Revise docstring a bit to show -a and -l as
12647         examples.  Add -k description since support for it has otherwise
12648         been a secret.  (Further to bug#3717.)
12649         (Man-bgproc-sentinel): When "-k foo" produces no output show error
12650         "no matches" rather than "Can't find manpage", as the latter reads
12651         like -k was interpreted as a page name, which is not so.  (Bug#5431)
12653 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
12655         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
12656         switches.  Check also for //SUBDIRED// line.
12658 2009-12-25  Kenichi Handa  <handa@m17n.org>
12660         * language/indian.el (devanagari-composable-pattern): Fix to
12661         handle ZWNJ and ZWJ.  Use it in composition-function-table for
12662         Devanagari.
12663         (malayalam-composable-pattern): Fix previous change.
12665 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12667         * ps-print.el (ps-face-attributes): It was not returning the
12668         attribute face for faces specified as string.  Reported by harven
12669         <harven@free.fr>.  (Bug#5254)
12670         (ps-print-version): New version 7.3.5.
12672 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
12674         * calendar/icalendar.el (icalendar--convert-tz-offset):
12675         Fix timezone names.
12676         (icalendar--convert-tz-offset): Fix the "last-day-problem".
12677         (icalendar--add-diary-entry): Remove the trailing blank that
12678         diary-make-entry inserts.
12680 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
12682         Make `file-expand-wildcards' work for remote files.
12684         * files.el (file-expand-wildcards): In case of remote files, check
12685         only local file name part for wildcards.  Provide feature 'files
12686         and subfeature 'remote-wildcards.  (Bug#5198)
12688         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
12689         if there is already an established connection.
12690         (tramp-advice-file-expand-wildcards): Remove it.
12692         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
12693         (tramp-advice-file-expand-wildcards): Move from tramp.el.
12694         Activate advice for older GNU Emacs versions.  (Bug#5237)
12696 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
12698         Some doc fixes (more needed).
12700         * find-cmd.el (find-constituents): Reflow docstring.
12701         (find-cmd, find-prune, find-command): Fix typos in docstrings.
12702         (find-generic): Doc fix.
12704 2009-12-17  Juri Linkov  <juri@jurta.org>
12706         Fix regression from 23.1 to allow multiple modes in Local Variables.
12708         * files.el (hack-local-variables-filter): While ignoring duplicates,
12709         don't take `mode' into account.
12710         (hack-local-variables-filter, hack-dir-local-variables):
12711         Don't remove duplicate `mode' from local-variables-alist (like `eval').
12713 2009-12-17  Juri Linkov  <juri@jurta.org>
12715         Make `dired-diff' safer.  (Bug#5225)
12717         * dired-aux.el (dired-diff): Signal an error when `file' equals to
12718         `current' or when `file' is a directory of the `current' file.
12720 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
12722         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
12723         unconditionally preloaded files.
12725 2009-12-16  Juri Linkov  <juri@jurta.org>
12727         Revert to old 23.1 logic of using the file at the mark as default.
12728         * dired-aux.el (dired-diff): Use the file at the mark as default
12729         if it's not the same as the current file, and the target dir is
12730         the current dir or the mark is active.  Add the current file
12731         as the arg of `dired-dwim-target-defaults'.  Use the default file
12732         in the prompt.  (Bug#5225)
12734 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
12736         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
12737         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
12738         (tramp-check-for-regexp): Check also, when an echoing shell stops
12739         to echo sent commands.
12741 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
12743         * Makefile.in: Revert last change (Bug#5191).
12745 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
12747         * vc-hg.el (vc-hg-print-log): Fix argument order.
12748         (vc-hg-working-revision): Make sure the command is executed in a
12749         known environment so that we can parse the output.  (Bug#4417)
12751 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
12753         * progmodes/python.el (python-symbol-completions): Remove text
12754         properties from symbol string before calling python-send-receive.
12756 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
12758         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
12759         when there are values for both file and line.  (Bug#5060)
12761 2009-12-14  Juri Linkov  <juri@jurta.org>
12763         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
12764         whitespace after the file name of the first line of unified format,
12765         because git-diff doesn't output whitespace and file modification time
12766         after the file name.
12768 2009-12-14  David Kastrup  <dak@gnu.org>
12770         * info.el (Info-hide-cookies-node): Before hiding a cookie,
12771         check if it already has the `display' property added by
12772         `Info-display-images-node', and not put the `invisible' property
12773         in this case.
12775 2009-12-13  Glenn Morris  <rgm@gnu.org>
12777         * mail/emacsbug.el (message-sort-headers): Define for compiler.
12778         (report-emacs-bug): In message-mode, sort manually before storing
12779         original report text.  (Bug#5178)
12780         Remove superfluous save-excursion.
12782 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
12784         * net/dbus.el (dbus-property-handler): Filter lambda forms out
12785         when responding to "GetAll" properties.
12787 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
12789         * simple.el (compose-mail): Remove mail-setup-with-from from
12790         customization checks.
12792 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
12794         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
12795         RAR archives created on Unix systems.
12797 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12799         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
12800         the varalias that was accidentally removed by the 2009-11-19 change
12801         (bug#5186).
12803 2009-12-12  Kenichi Handa  <handa@m17n.org>
12805         * language/indian.el (indian-compose-regexp): New function.
12806         (malayalam-composable-pattern): Fix the pattern.
12807         (composition-function-table): Set malayalam-composable-pattern for
12808         Malayalam characters.
12810 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
12812         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
12813         rather than down-mouse-1, based on follow-link conventions.
12815         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
12816         are compiled.
12818 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
12820         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
12821         (verilog-vmm-statement-re, verilog-ovm-statement-re)
12822         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
12823         (verilog-leap-to-head, verilog-backward-token):
12824         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
12826 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
12828         * progmodes/verilog-mode.el (verilog-auto-lineup)
12829         (verilog-nameable-item-re): Cleanup user-visible spelling and
12830         documentation errors.  One reported by Gary Delp.
12831         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
12832         (verilog-read-decls): Fix AUTOWIRE with types declared in a
12833         package, bug195.  Reported by Pierre-David Pfister.
12835 2009-12-11  Glenn Morris  <rgm@gnu.org>
12837         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
12839         * mail/emacsbug.el: No longer require sendmail.
12840         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
12841         (report-emacs-bug-orig-text): Doc fix.
12842         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
12843         New local variables, to adapt to different mail-user-agents.
12844         (report-emacs-bug): Fix test for a gnu.org address.
12845         Use overlays for emphasis, since font-lock defeats 'face property.
12846         Pretest bugs also end up at the newsgroup these days.
12847         Stop message-mode stripping text properties.
12848         Set and use the new buffer-local variables.
12849         (report-emacs-bug-hook): Add doc-string.
12850         Remove some unnecessary save-excursions and simplify.
12851         Use the appropriate hook and send-command.
12853         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
12854         capitalization of some menu entries.
12856 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12858         * whitespace.el (whitespace-display-char-on):
12859         Ensure `buffer-display-table' is unique when two or more windows are
12860         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
12861         New version 12.1.
12863 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
12865         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
12866         characters in the Attribute field.
12868 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
12870         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
12872 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12874         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12875         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12876         Disregard autoload-excludes.
12877         (update-directory-autoloads): Obey autoload-excludes here instead.
12878         But don't store its contents in no-autoloads and remove entries that
12879         refer to excludes files.
12881 2009-12-10  Glenn Morris  <rgm@gnu.org>
12883         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12884         (expand-mail-aliases): Define for compiler.
12886         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12887         Define for compiler.
12889         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12890         appropriate for the mail-user-agent in use.
12892 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
12894         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
12896 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
12898         Fix short log parsing and fontification.
12899         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
12900         Fix fontification for the [merge] label.
12902 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
12904         Drop some properties to avoid surprises (bug#5002).
12905         * htmlfontify.el (hfy-ignored-properties): New defcustom.
12906         (hfy-fontify-buffer): Use it.
12908 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12910         Minor cleanup.
12911         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
12912         Adjust all callers.
12913         (ffap-locate-file): Remove unused arg `dir-ok' and make other
12914         args compulsory.  Adjust callers.
12915         (ffap-gopher-at-point): Remove unused var `name'.
12917         Get rid of the ELCFILES abomination.
12918         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12919         (compile-elcfiles): New phony target.
12920         (compile-main): Compute ELCFILES dynamically.
12921         (compile-clean): New target to remove left-over elc files.
12922         (compile, all): Use it.
12924 2009-12-09  Kenichi Handa  <handa@etlken>
12926         * international/mule-diag.el: Require help-mode instead of help-fns.
12928 2009-12-09  Kenichi Handa  <handa@m17n.org>
12930         * international/mule-cmds.el (ucs-names): Supply sufficiently
12931         fine ranges instead of pre-calculating accurate ranges.
12932         Iterate with bigger gc-cons-threshold.
12934 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12936         Add support for stashing a snapshot of the current tree.
12937         * vc-git.el (vc-git-stash-snapshot): New function.
12938         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
12940 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
12942         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
12943         instead of `(beginning|end)-of-line'.
12945 2009-12-08  Glenn Morris  <rgm@gnu.org>
12947         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
12949         * Makefile.in (ELCFILES): Regenerate.
12951 2009-12-07  Juri Linkov  <juri@jurta.org>
12953         Don't lazy-highlight the comint output in history Isearch mode.
12955         * comint.el (comint-history-isearch-search): Instead of
12956         `comint-line-beginning-position', use `comint-after-pmark-p'
12957         to check if point if before the process mark, and go to
12958         `process-mark' in this case.
12960 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12962         * textmodes/tex-mode.el (latex-complete)
12963         (latex-indent-or-complete): Remove.
12964         (latex-mode): Set completion-at-point-functions instead.
12966         Provide a standard completion command and hook it into TAB.
12967         * minibuffer.el (completion-at-point-functions): New var.
12968         (completion-at-point): New command.
12969         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
12970         * progmodes/python.el (python-mode-map): Use completion-at-point.
12971         (python-completion-at-point): Rename from python-partial-symbol and
12972         adjust for use in completion-at-point-functions.
12973         (python-mode): Setup completion-at-point for Python completion.
12974         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
12975         extracted from lisp-complete-symbol.
12976         (lisp-complete-symbol): Use it.
12977         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
12978         setup completion-at-point for Elisp completion.
12979         (emacs-lisp-mode-map, lisp-interaction-mode-map):
12980         Use completion-at-point.
12981         * ielm.el (ielm-map): Use completion-at-point.
12982         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
12983         * progmodes/sym-comp.el: Move to...
12984         * obsolete/sym-comp.el: Move from progmodes.
12986 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
12988         Prevent save-buffer in Rmail buffers from using the coding-system
12989         of the current message, and from clobbering the encoding mnemonics
12990         in the mode line (Bug#4623).
12992         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
12993         flag, too.
12994         (rmail-message-encoding): New variable.
12995         (rmail-write-region-annotate): Record the encoding of the current
12996         message in rmail-message-encoding.
12997         (rmail-after-save-hook): New function, restores the encoding of
12998         the current message after the message collection is saved.
13000 2009-12-07  Juri Linkov  <juri@jurta.org>
13002         * progmodes/grep.el (grep-read-files): Use `completing-read'
13003         instead of `read-string'.  Set its `collection' arg to
13004         `read-file-name-internal'.  (Bug#4301)
13006 2009-12-07  Juri Linkov  <juri@jurta.org>
13008         Correctly restore original Isearch point.  (Bug#4994)
13010         * isearch.el (isearch-mode): Move `isearch-push-state' after
13011         `(run-hooks 'isearch-mode-hook)'.
13012         (isearch-cancel): When `isearch-push-state-function' is defined,
13013         let-bind `isearch-cmds' to the first state (the last element of
13014         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
13015         function and restores the original point).  Otherwise, move point
13016         to `isearch-opoint'.
13018 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13020         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
13021         chars that don't have names, so the table can be built much faster at
13022         run-time.
13024 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
13026         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
13027         change.  Suggested by David Kastrup.
13029         * simple.el (compose-mail): Check for incompatibilities and warn.
13030         (compose-mail-user-agent-warnings): New option.
13032 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
13034         Support showing a single log entry from vc-annotate.
13035         * vc.el (print-log): Add a new argument: START-REVISION.
13036         (vc-print-log-internal): Add a new optional argument and
13037         pass it to the backend.
13038         (vc-print-log, vc-print-root-log): Adjust callers.
13039         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
13040         buffer already displays the requested log entry, use it.
13041         Otherwise display only the log entry in question.
13042         * vc-svn.el (vc-svn-print-log):
13043         * vc-mtn.el (vc-mtn-print-log):
13044         * vc-hg.el (vc-hg-state):
13045         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
13046         (vc-git-show-log-entry): Return t on success.
13047         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
13048         (vc-bzr-show-log-entry): Return t on success.
13049         * vc-rcs.el (vc-rcs-print-log):
13050         * vc-sccs.el (vc-sccs-print-log):
13051         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
13053 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
13055         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
13056         Add menus to the meta mode.  (Bug#5043)
13058 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
13060         * ediff-init.el (ediff-event-key): Use event-to-character instead of
13061         event-key.
13063         * ediff.el (ediff-buffers-internal): Add unwind-protect.
13065 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
13067         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
13068         Berbain <raphael.berbain@gmail.com>.
13070         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
13071         characters.
13072         (tramp-initial-end-of-output): New defconst.
13073         (tramp-methods, tramp-find-shell)
13074         (tramp-open-connection-setup-interactive-shell)
13075         (tramp-maybe-open-connection): Use it.
13076         (tramp-shell-prompt-pattern, tramp-wait-for-output):
13077         Handle existence of `#' and `$'.
13079         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
13080         Use `tramp-initial-end-of-output'.
13082 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
13084         Get the background mode from the terminal for xterm, and set
13085         faces accordingly.
13086         * term/xterm.el (xterm-set-background-mode): New function.
13087         (terminal-init-xterm): Use it in case xterm supports background
13088         color queries.  Recompute faces after getting the background
13089         color.
13091 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
13093         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
13094         number comment back on its own line, for easier parsing.
13096 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13098         Make it work for non-file buffers (bug#5102).
13099         * doc-view.el (doc-view-current-cache-dir):
13100         Use doc-view-buffer-file-name rather than buffer-file-name.
13101         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
13103 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
13105         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
13106         author field is too short.
13108 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
13110         * vc-git.el (vc-git-print-log): Handle a limit argument.
13111         Display the short log in graph form and with labels.
13112         (vc-git-log-view-mode): Handle labels.
13114         Make vc-revert change VC state from 'added to 'unregistered.
13115         * vc-git.el (vc-git-revert): Call git reset first.
13117 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
13119         * net/newst-backend.el, net/newst-plainview.el:
13120         * net/newst-reader.el, net/newst-ticker.el:
13121         * net/newst-treeview.el, net/newsticker.el:
13122         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
13124 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
13126         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
13128         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
13129         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
13130         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13131         Update annotation regexp.
13133         * simple.el (beginning-of-visual-line): Constrain to field
13134         boundaries (Bug#5106).
13136 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
13138         * xml.el (xml-substitute-numeric-entities):
13139         Move newsticker--decode-numeric-entities in newst-backend.el to
13140         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
13141         * net/newst-backend.el (newsticker--parse-generic-feed)
13142         (newsticker--parse-generic-items)
13143         (newsticker--decode-numeric-entities):
13144         Move newsticker--decode-numeric-entities in newst-backend.el to
13145         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
13147 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
13149         * progmodes/js.el (js--js-not): Add null to the list of values.
13151 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
13153         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
13155 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13157         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
13158         delimiter if it is at the end of the current line.
13159         (bibtex-generate-url-list): Fix docstring.
13161 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13163         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
13164         minibuffer's content with itself.
13165         Fold the confirm-after-completion case into the `confirm' case.
13166         (completion-pcm-word-delimiters): Add : and / to the delimiters.
13168 2009-12-06  Kevin Ryde  <user42@zip.com.au>
13170         * ffap.el (ffap-rfc-path): Make this a defcustom since
13171         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
13173         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
13174         manuals, similar to existing setup for help-mode.  (Bug#3913.)
13176 2009-12-05  Juri Linkov  <juri@jurta.org>
13178         Save and restore dired buffer's point positions too.  (Bug#4880)
13180         * dired.el (dired-save-positions): Return in the first element
13181         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
13182         Doc fix.
13183         (dired-restore-positions): First restore buffer's position.
13184         While restoring window's positions, check if window still displays
13185         the original buffer.
13187 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
13189         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
13190         if possible.
13192         * shell.el (shell): Require ansi-color (Bug#5113).
13194         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
13196         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
13198 2009-12-05  Alan Mackenzie  <acm@muc.de>
13200         * progmodes/cc-mode.el (c-before-hack-hook)
13201         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
13202         `c-file-style' to work again.  This reversion restores the current
13203         software to its state in Emacs 23.1.  (Bug#4146)
13205 2009-12-05  Kevin Ryde  <user42@zip.com.au>
13207         * textmodes/sgml-mode.el (sgml-lexical-context):
13208         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
13210 2009-12-05  Juri Linkov  <juri@jurta.org>
13212         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
13213         for virtual nodes.  (Bug#4147)
13214         (Info-find-node-2): Set `Info-current-node-virtual' to nil
13215         when moving from a virtual node.
13216         (Info-mode-menu): Add `Info-virtual-index' to the menu.
13217         (Info-mode): Add `Info-virtual-index' to the docstring.
13219 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13221         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
13222         track of the buffer position of the end of a BibTeX entry as this
13223         position may change during reformatting.
13224         (bibtex-format-entry): Remove whitespace before processing
13225         numerical fields so that we recognize the latter properly.
13226         (bibtex-reformat): Do not use push which changes the global value
13227         of bibtex-entry-format.
13228         (bibtex-field-braces-alist, bibtex-field-strings-alist)
13229         (bibtex-field-re-init): Replace only space characters by regexp
13230         for whitespace.
13231         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
13232         (bibtex-initialize): Also update bibtex-strings.
13233         (bibtex-kill-field): Preserve white space at end of entry.
13234         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
13235         Update bibtex-reference-keys.
13237 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13239         * minibuffer.el (completion-pcm--merge-try): Also consider placing
13240         point after a star, if that's the only place where modifications can
13241         make progress.
13243 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
13245         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
13246         in docstrings.
13248 2009-12-04  Juri Linkov  <juri@jurta.org>
13250         * proced.el (proced): Call `(proced-update t)' to update process
13251         information instead of only running proced-post-display-hook.
13252         (proced-send-signal): Add a leading space to the buffer name
13253         " *Marked Processes*" to make this buffer ephemeral.
13255 2009-12-04  Juri Linkov  <juri@jurta.org>
13257         * dired.el (dired-auto-revert-buffer): New defcustom.
13258         (dired-internal-noselect): Use it.
13260 2009-12-04  Juri Linkov  <juri@jurta.org>
13262         Change roles of modes and functions in image-mode.el (Bug#5062).
13264         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
13265         in `auto-mode-alist'.
13266         (image-mode-previous-major-mode): New variable.
13267         (image-minor-mode-map): Rename from `image-mode-text-map'.
13268         (image-mode): Move graceful error-handling code from
13269         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
13270         (image-minor-mode): Remove all image-handling code.
13271         Replace `image-mode-text-map' with `image-minor-mode-map'.
13272         Check for `image-type' in mode-line format string.
13273         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
13274         (image-mode-as-text): New function with most code from
13275         `image-mode-maybe'.
13276         (image-toggle-display-text): Move code that removes image
13277         properties from `image-toggle-display' to here.
13278         (image-toggle-display-image): New function with code that adds
13279         image properties copied from `image-toggle-display'.
13280         (image-toggle-display): Remove most code with leaving only code
13281         that toggles between `image-mode-as-text' and `image-mode'.
13283 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
13285         * net/newst-treeview.el
13286         (newsticker--treeview-list-highlight-start): Restored call to
13287         save-excursion: Selected item was stuck.
13288         (newsticker--treeview-list-select): New.
13289         (newsticker--treeview-item-show-text)
13290         (newsticker--treeview-item-show)
13291         (newsticker--treeview-item-update): Use new
13292         newsticker-treeview-item-mode.
13293         (newsticker-treeview-update): Keep current item.
13294         (newsticker-treeview-next-new-or-immortal-item): Doc change.
13295         (newsticker--treeview-first-feed): Doc change.
13296         (newsticker-treeview-list-menu)
13297         (newsticker-treeview-item-menu): Add menu entries.
13298         (newsticker-treeview-item-mode): New.
13300         * net/newst-backend.el (newsticker-customize): Delete other
13301         windows.
13303 2009-12-04  Sam Steingold  <sds@gnu.org>
13305         * log-view.el (log-view-mode-map): "q" calls quit-window,
13306         like in all the other non-self-insert buffers.
13308 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13310         Minor cleanup.
13311         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
13312         key decoding rather than do it manually via last-input-event +
13313         ascii-character.
13314         (term-exec): Use delete-and-extract-region.
13315         (term-handle-ansi-terminal-messages): Remove unused var `end'.
13316         (term-process-pager): Remove unused var `i'.
13317         (term-dynamic-simple-complete): Make obsolete.
13318         (serial-update-config-menu): Remove unused vars `y' and `str'.
13319         (term-update-mode-line): Remove unused var `temp'.
13321 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13323         Limit the number of log entries displayed by default.
13324         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
13325         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
13326         using a prefix argument.
13328 2009-12-03  Glenn Morris  <rgm@gnu.org>
13330         * progmodes/idlwave.el (class): Restore still useful declaration.
13332 2009-12-03  Alan Mackenzie  <acm@muc.de>
13334         Enhance `c-parse-state' to run efficiently in "brace deserts".
13336         * progmodes/cc-mode.el (c-basic-common-init):
13337         Call c-state-cache-init.
13338         (c-neutralize-syntax-in-and-mark-CPP): Rename from
13339         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
13340         placing `category' properties value 'c-cpp-delimiter at its boundaries.
13342         * progmodes/cc-langs.el (c-before-font-lock-function):
13343         c-extend-and-neutralize-syntax-in-CPP has been renamed
13344         c-neutralize-syntax-in-and-mark-CPP.
13346         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
13347         with `category' properties now, not `syntax-table' ones.
13349         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
13350         enhanced (but slower) version of c-end-of-macro that won't land
13351         inside a literal or on another awkward character.
13352         (c-state-cache-too-far, c-state-cache-start)
13353         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
13354         (c-state-nonlit-pos-cache-limit, c-state-point-min)
13355         (c-state-point-min-lit-type, c-state-point-min-lit-start)
13356         (c-state-min-scan-pos, c-state-brace-pair-desert)
13357         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
13358         buffer local variables.
13359         (c-state-literal-at, c-state-lit-beg)
13360         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
13361         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
13362         (c-state-cache-top-paren, c-state-cache-after-top-paren)
13363         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
13364         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
13365         (c-renarrow-state-cache)
13366         (c-append-lower-brace-pair-to-state-cache)
13367         (c-state-push-any-brace-pair, c-append-to-state-cache)
13368         (c-remove-stale-state-cache)
13369         (c-remove-stale-state-cache-backwards, c-state-cache-init)
13370         (c-invalidate-state-cache-1, c-parse-state-1)
13371         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
13372         (c-parse-state): Enhance and refactor.
13373         (c-debug-parse-state): Amend to deal with all the new variables.
13375         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
13376         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
13377         modify to use category text properties rather than syntax-table ones.
13378         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
13379         to switch off/on the syntactic paren property of C++ template
13380         delimiters using the category property.
13381         (c-with-<->-as-parens-suppressed): Macro to invoke code with
13382         template delims suppressed.
13383         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
13384         New constant/macros which apply category properties to the start
13385         and end of preprocessor constructs.
13386         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
13387         "comment out" the syntactic value of characters in preprocessor
13388         constructs.
13389         (c-with-cpps-commented-out)
13390         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
13391         with characters in all or all but one preprocessor constructs
13392         "commented out".
13394 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13396         * proced.el (proced-filter-alist): Use regexp-quote.
13398 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
13400         Cleanup.
13401         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
13402         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
13403         arguments.  Expand `default-directory'.
13405         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
13406         the benefit of returning an expanded localname.
13407         (tramp-tramp-file-p): Handle the case NAME is not a string.
13409 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13411         Add support for bzr shelve/unshelve.
13412         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13413         (vc-bzr-extra-menu-map): New variables.
13414         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
13415         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
13416         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
13417         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
13418         (vc-bzr-dir-extra-headers): Display shelves.
13420         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
13422 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13424         * textmodes/bibtex.el (bibtex-complete-internal):
13425         Use completion-in-region.
13426         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
13428 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13430         Support applying stashes.  Improve UI.
13431         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
13432         (vc-git-stash-apply, vc-git-stash-pop)
13433         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
13434         (vc-git-stash-menu): New functions.
13435         (vc-git-stash-menu-map): New variable.
13436         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
13438 2009-12-03  Glenn Morris  <rgm@gnu.org>
13440         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
13441         (vc-print-log-internal): Fix previous change.
13442         (vc-revert): Correct pluralization.
13444 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13446         * progmodes/make-mode.el (makefile-special-targets-list): No need for
13447         it to be an alist any more.
13448         (makefile-complete): Use completion-in-region.
13450         * progmodes/octave-mod.el (octave-complete-symbol):
13451         Use completion-in-region.
13453         Misc cleanup.
13454         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
13455         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
13456         (idlwave-complete-class): Don't quote lambda.
13457         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
13458         (idlwave-mode-map): Move initialization into declaration.
13459         (idlwave-action-and-binding): Use backquotes.
13460         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
13461         Simplify.
13462         (idlwave-is-pointer-dereference): Remove unused var `pos'.
13463         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
13464         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
13465         `parts', and `all-parts'.
13466         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
13467         (idlwave-convert-xml-system-routine-info): Remove unused string
13468         `version-string'.
13469         (idlwave-display-user-catalog-widget): Use dolist.
13470         (idlwave-scanning-lib): Declare dynamically-scoped var.
13471         (idlwave-scan-library-catalogs): Remove unused var `flags'.
13472         (completion-highlight-first-word-only): Declare to silence bytecomp.
13473         (idlwave-popup-select): Tighten scope of `resp'.
13474         (idlwave-find-struct-tag): Remove unused var `beg'.
13475         (idlwave-after-load-rinfo-hook): Declare.
13476         (idlwave-sintern-class-info): Remove unused var `taglist'.
13477         (idlwave-find-class-definition): Remove unused var `list'.
13478         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
13479         (idlwave-what-module-find-class): Remove unused var `classes'.
13481 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
13483         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
13485 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13487         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
13488         buffers visited.  Remove redundant current-buffer-saving.
13490 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13492         Use completion-in-buffer and remove uses of dynamic scoping.
13493         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
13494         (pascal-buffer-to-use, pascal-flag): Don't declare.
13495         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
13496         (pascal-get-completion-decl, pascal-keyword-completion):
13497         Add `pascal-str' argument, save-excursion,
13498         return the found completions, and don't filter with pascal-pred.
13499         (pascal-completion-cache): New var.
13500         (pascal-completion): Don't switch buffer any more (it was never
13501         necessary).  Don't save-excursion any more (it's done by the called
13502         subroutines).  Use a cache to avoid redundant computations.
13503         Use complete-with-action rather than pascal-completion-response and
13504         let it apply the predicate as well.
13505         (pascal-complete-word): Use completion-in-buffer when
13506         pascal-toggle-completions is nil.
13507         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
13508         not used any more.
13509         (pascal-comp-defun): Don't change buffer any more.
13510         Use complete-with-action rather than pascal-completion-response and
13511         let it apply the predicate as well.
13512         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
13513         when neded.
13515 2009-12-02  Kenichi Handa  <handa@m17n.org>
13517         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
13518         shape for all Indic scripts.
13520 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13522         Use completion-in-buffer.
13523         * wid-edit.el (widget-field-text-end): New function.
13524         (widget-field-value-get): Use it.
13525         (widget-string-complete, widget-file-complete)
13526         (widget-color-complete): Use it and completion-in-region.
13527         (widget-complete): Don't narrow the buffer.
13529 2009-12-02  Glenn Morris  <rgm@gnu.org>
13531         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
13532         (rmail-select-summary): Use rmail-pop-to-buffer.
13533         * mail/rmailsum.el: Replace all pop-to-buffer calls with
13534         rmail-pop-to-buffer, to prevent horizontal splits.
13536         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
13537         save-excursion with save-current-buffer.
13538         Widen before searching.  (Bug#5093)
13539         (diary-list-sexp-entries): Remove superfluous save-excursion.
13541 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
13543         * woman.el (woman-make-bufname): Handle man-pages with "." in the
13544         name.  (Bug#5038)
13546 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
13548         * ido.el (ido-file-internal): Handle filenames at point that do
13549         not have a directory part.  (Bug#5049)
13551 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
13553         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
13554         (mpc-songs-jump-to, mpc-resume): Doc fixes.
13556 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
13558         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
13559         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
13560         any more.
13562 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13564         * comint.el (comint-insert-input): Ignore clicks to the right of
13565         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
13567         * vc.el (vc-print-log-internal): Don't wait for the process to
13568         terminate before setting up the major mode.
13570         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
13571         in case.
13573         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
13574         the last element.
13576         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
13578 2009-12-01  Glenn Morris  <rgm@gnu.org>
13580         * window.el (window--display-buffer-2): Fix previous changes.
13582 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
13584         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
13586 2009-12-01  Glenn Morris  <rgm@gnu.org>
13588         * Makefile.in (ELCFILES): Add mpc.elc.
13590 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13592         * mpc.el: New file.
13594 2009-12-01  Glenn Morris  <rgm@gnu.org>
13596         * window.el (window-to-use): Define for compiler.
13598         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
13599         consistent with others (no final period).
13601         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
13602         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
13604 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
13606         Make vc-print-log buttons work.
13607         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
13609 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
13611         * savehist.el (savehist-autosave-interval): Allow setting to nil
13612         through customize.  (Bug#5056)
13614 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
13616         Fix references to jit-lock properties.
13617         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13618         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
13619         (perl-font-lock-special-syntactic-constructs):
13620         Quote jit-lock-defer-multiline property.
13622 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
13624         * vc-git.el (vc-git-registered): Call vc-git-root only once.
13626 2009-11-30  Juri Linkov  <juri@jurta.org>
13628         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
13629         value `buffer' of `multi-isearch-next-buffer-current-function'.
13630         Use `(current-buffer)' when `buffer' is nil.
13631         (multi-isearch-next-buffer-from-list): Don't fallback to
13632         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
13634 2009-11-30  Juri Linkov  <juri@jurta.org>
13636         * misearch.el (multi-isearch-read-buffers): Move canonicalization
13637         of buffers with `get-buffer' to `multi-isearch-buffers'.
13638         (multi-isearch-buffers, multi-isearch-buffers-regexp):
13639         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
13640         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
13641         FILES with `expand-file-name' converting relative file names
13642         to absolute.  Doc fix.  (Bug#4727)
13644 2009-11-30  Juri Linkov  <juri@jurta.org>
13646         * misearch.el (multi-isearch-read-buffers)
13647         (multi-isearch-read-matching-buffers): New functions.
13648         (multi-isearch-buffers, multi-isearch-buffers-regexp):
13649         Use them in the `interactive' spec.  Doc fix.
13650         (multi-isearch-read-files, multi-isearch-read-matching-files):
13651         New functions.
13652         (multi-isearch-files, multi-isearch-files-regexp):
13653         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
13655 2009-11-30  Juri Linkov  <juri@jurta.org>
13657         * doc-view.el (doc-view-continuous):
13658         Rename from `doc-view-continuous-mode'.
13659         (doc-view-menu): Move "Toggle display" to the top.
13660         Add submenu "Continuous" with radio buttons "Off"/"On"
13661         and "Save as Default".
13662         (doc-view-scroll-up-or-next-page)
13663         (doc-view-scroll-down-or-previous-page)
13664         (doc-view-next-line-or-next-page)
13665         (doc-view-previous-line-or-previous-page):
13666         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
13668 2009-11-30  Juri Linkov  <juri@jurta.org>
13670         * comint.el (comint-mode-map): Rebind `M-r' from
13671         `comint-previous-matching-input' to
13672         `comint-history-isearch-backward-regexp'.
13673         Unbind `M-s' to allow global key binding `M-s'.
13674         Add menu items for `comint-history-isearch-backward' and
13675         `comint-history-isearch-backward-regexp'.  (Bug#3746)
13677 2009-11-30  Juri Linkov  <juri@jurta.org>
13679         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
13680         For def=recenter, replace `recenter' with `recenter-top-bottom'
13681         that is called with `this-command' and `last-command' let-bound
13682         to `recenter-top-bottom'.  When the last `def' was not `recenter',
13683         set `recenter-last-op' to nil.  (Bug#4981)
13685 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13687         Minor cleanup and simplification.
13688         * filecache.el (file-cache-add-directory)
13689         (file-cache-add-directory-recursively)
13690         (file-cache-add-from-file-cache-buffer)
13691         (file-cache-delete-file-regexp, file-cache-delete-directory)
13692         (file-cache-files-matching-internal, file-cache-display): Use dolist.
13693         (file-cache-temp-minibuffer-message): Delete function.
13694         (file-cache-minibuffer-complete): Use minibuffer-message instead.
13696         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13697         Don't signal an error when bumping into EOB in tr, s, or y.
13699 2009-11-29  Juri Linkov  <juri@jurta.org>
13701         * startup.el (fancy-about-text): Fix wording of Guided Tour.
13702         (Bug#4960)
13704         * descr-text.el (describe-char-unidata-list): Use lowercase name
13705         for "Unicode name" like in other tags.
13707 2009-11-29  Juri Linkov  <juri@jurta.org>
13709         * ediff-util.el (ediff-minibuffer-with-setup-hook):
13710         New compatibility macro.
13711         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
13713 2009-11-29  Juri Linkov  <juri@jurta.org>
13715         Add defcustom to define the cycling order of `recenter-top-bottom'.
13716         (Bug#4981)
13718         * window.el (recenter-last-op): Doc fix.
13719         (recenter-positions): New defcustom.
13720         (recenter-top-bottom): Rewrite to use `recenter-positions'.
13721         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
13723 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
13725         Improve integration of Tramp and ange-ftp in eshell.
13727         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
13728         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
13729         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
13731         * eshell/esh-util.el (top): Require also Tramp when compiling.
13732         (eshell-directory-files-and-attributes): Check for FTP remote
13733         connection.
13734         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
13735         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
13736         (eshell-file-attributes): Handle ".".  Return `entry'.
13738         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
13739         (ange-ftp-directory-files-and-attributes)
13740         (ange-ftp-real-directory-files-and-attributes): New defuns.
13742         * net/tramp.el (tramp-maybe-open-connection): Open the remote
13743         shell with "exec" when possible.  This prevents trailing prompts
13744         in `start-file-process'.
13746 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13748         Try and remove assumptions about point-min==1.
13749         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
13750         (rng-compute-mode-line-string): Show the validation percentage in
13751         terms of the narrowed text, not the widened text.
13752         (rng-do-some-validation): Don't catch internal errors when debugging.
13753         (rng-first-error): Simplify.
13754         (rng-after-change-function): Remove work around.  AFAIK the bug has
13755         been fixed a while ago.
13757         * image-mode.el (image-minor-mode): Exit more gracefully when the image
13758         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
13760         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
13762         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
13763         `cd' doesn't always do it for us (bug#5067).
13765         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
13766         on 2009-10-25 as part of some other change (bug#5067).
13768 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13770         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
13771         `suspicious'.
13772         (byte-compile-warnings): Use byte-compile-warning-types.
13773         (byte-compile-save-excursion): Warn about use of set-buffer right
13774         after save-excursion.
13776         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
13777         the excursion as well.
13779 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
13781         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
13782         providing a Tramp related implementation of "su" and "sudo".
13783         (eshell-unix-initialize): Add "su" and "sudo".
13785 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
13787         * net/socks.el (socks-send-command): Convert binary request to
13788         unibyte before sending.  This fixes mishandling of some port
13789         numbers such as 129.
13791 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13793         * help.el (describe-bindings-internal): Remove `interactive'.
13795         * man.el (Man-completion-table): Trim a terminating "(".
13796         Remove the space between name page a section.
13797         Add the command's description on the `help-echo' property.
13798         Remove `process-connection-type' binding since it's unused by
13799         call-process.
13800         Provide completion for the "<section> <name>" format as well.
13801         (Man-default-man-entry): Remove spurious var shadowing the argument.
13803 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13805         * log-view.el: Add "Keywords: tools", since its other keywords
13806         aren't in finder-known-keywords, and following vc.el.
13808         * sha1.el (sha1-string-external): default-directory "/" in case
13809         otherwise non-existent.  process-connection-type pipe for touch of
13810         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13812 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13814         Misc coding convention cleanups.
13815         * htmlfontify.el (hfy-init-kludge-hook): Rename from
13816         hfy-init-kludge-hooks.
13817         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
13818         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
13819         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
13820         and push.
13821         (hfy-slant, hfy-weight): Use tables rather than code.
13822         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
13823         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13824         (hfy-face-attr-for-class): Initialize `face-spec' directly.
13825         (hfy-face-to-css): Remove `nconc' with single arg.
13826         (hfy-p-to-face-lennart): Use `or'.
13827         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
13828         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
13829         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
13830         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
13831         (hfy-force-fontification): Use run-hooks.
13833 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
13835         Various minor fixes.
13836         * htmlfontify.el (hfy-default-header): Add toggle_invis since
13837         Javascript belongs in the header, not the body.
13838         (hfy-javascript): Remove.
13839         (hfy-fontify-buffer): Don't insert it any more.
13840         (hfy-face-at): Handle (face0 face1 face2) style face properties.
13841         Fix bug in invis handling when there were no invis props in a chunk.
13843 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13845         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
13847 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
13849         * finder.el (finder-mode-map): Add a menu.
13851 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
13853         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
13854         "unsigned" structs.
13856         (verilog-leap-to-head, verilog-backward-token): Handle "disable
13857         fork" statement better.
13859 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
13861         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
13862         (verilog-delete-auto, verilog-delete-empty-auto-pair)
13863         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
13864         Reported by Clay Douglass.
13866         (verilog-auto-inst, verilog-auto-star-safe)
13867         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
13868         Fix removing "// Interfaces" when saving .* expansions.
13869         Reported by Pierre-David Pfister.
13871 2009-11-26  Glenn Morris  <rgm@gnu.org>
13873         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13874         the scope.
13876 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
13878         * vc-annotate.el (vc-annotate-revision-previous-to-line):
13879         Really use previous revision.
13881 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13883         * man.el (Man-completion-table): default-directory "/" in case
13884         doesn't otherwise exist.  process-environment COLUMNS=999 so as
13885         not to truncate long names.  process-connection-type pipe to avoid
13886         any chance of hitting the pseudo-tty TIOCGWINSZ.
13887         (man): completion-ignore-case t for friendliness and since man
13888         itself is case-insensitive on the command line.
13889         Further to Bug#3717.
13891         * arc-mode.el: Add "Keywords: files", so the details in its
13892         commentary can be reached from finder-by-keyword.
13893         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
13894         editing mode, but it's comms related and sgml-mode.el has "comm"
13895         on that basis too.
13896         * textmodes/bibtex-style.el: Add "Keywords: tex".
13897         * international/isearch-x.el, international/ja-dic-cnv.el:
13898         * international/ja-dic-utl.el, international/kkc.el:
13899         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
13901 2009-11-25  Juri Linkov  <juri@jurta.org>
13903         * man.el (Man-completion-table): Modify regexp to include
13904         section names to completion strings.  (Bug#3717)
13906 2009-11-25  Juri Linkov  <juri@jurta.org>
13908         Search recursively in gzipped files.  (Bug#4982)
13910         * progmodes/grep.el (grep-highlight-matches): Add new options
13911         `always' and `auto'.  Doc fix.
13912         (grep-process-setup): Check `grep-highlight-matches' for
13913         `auto-detect' to determine the need to compute grep defaults.
13914         Move Windows/DOS specific --colors settings handling
13915         to `grep-compute-defaults'.  Check `grep-highlight-matches'
13916         to get the value of "--color=".
13917         (grep-compute-defaults): Compute `grep-highlight-matches' when it
13918         has the value `auto-detect'.  Move Windows/DOS specific settings
13919         from `grep-process-setup'.
13920         (zrgrep): New command with alias `rzgrep'.
13922 2009-11-25  Juri Linkov  <juri@jurta.org>
13924         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
13925         to nil instead of switching off view-mode.  (Bug#4896)
13927 2009-11-25  Juri Linkov  <juri@jurta.org>
13929         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
13931         * mwheel.el (mwheel-scroll-up-function)
13932         (mwheel-scroll-down-function): New defvars.
13933         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
13934         `scroll-up', and `mwheel-scroll-down-function' instead of
13935         `scroll-down'.
13937         * doc-view.el (doc-view-scroll-up-or-next-page)
13938         (doc-view-scroll-down-or-previous-page): Add optional ARG.
13939         Use this ARG in the call to image-scroll-up/image-scroll-down.
13940         Change `interactive' spec to "P".  Goto next/previous page only
13941         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
13942         SPC/DEL case).  Doc fix.
13943         (doc-view-next-line-or-next-page)
13944         (doc-view-previous-line-or-previous-page): Rename arg to ARG
13945         for consistency.
13946         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
13947         `doc-view-scroll-up-or-next-page', and buffer-local
13948         `mwheel-scroll-down-function' to
13949         `doc-view-scroll-down-or-previous-page'.
13951 2009-11-25  Juri Linkov  <juri@jurta.org>
13953         Provide additional default values (directories at other Dired
13954         windows) via M-n in the minibuffer of some Dired commands.
13956         * dired-aux.el (dired-diff, dired-compare-directories)
13957         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
13958         `minibuffer-default' in `minibuffer-with-setup-hook'.
13959         (dired-dwim-target-directory): Find a window that displays Dired
13960         buffer instead of failing when the next window is not Dired.
13961         Use `get-window-with-predicate' to find for the next Dired window.
13962         (dired-dwim-target-defaults): New function.
13964         * ediff-util.el (ediff-read-file-name):
13965         Use `dired-dwim-target-defaults' to set `minibuffer-default'
13966         in `minibuffer-with-setup-hook'.
13968 2009-11-25  Juri Linkov  <juri@jurta.org>
13970         Provide additional default values (file name at point or at the
13971         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
13973         * minibuffer.el (read-file-name-defaults): New function.
13974         (read-file-name): Reset `minibuffer-default' to nil when
13975         it duplicates initial input `insdef'.
13976         Bind `minibuffer-default-add-function' to lambda that
13977         calls `read-file-name-defaults' in `minibuffer-selected-window'.
13978         (minibuffer-insert-file-name-at-point): New command.
13980         * files.el (file-name-at-point-functions): New defcustom.
13981         (find-file-default): Remove defvar.
13982         (find-file-read-args): Don't use `find-file-default'.
13983         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13984         to `read-file-name'.
13985         (find-file-literally): Use `read-file-name' with
13986         `confirm-nonexistent-file-or-buffer'.
13988         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
13990         * dired.el (dired-read-dir-and-switches):
13991         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13992         to `read-file-name'.
13993         (dired-file-name-at-point): New function.
13994         (dired-mode): Add hook `dired-file-name-at-point' to
13995         `file-name-at-point-functions'.
13997 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13999         Really make the *Completions* window soft-dedicated (bug#5030).
14000         * window.el (window--display-buffer-2): Add `dedicated' argument.
14001         (display-buffer): Pass it when needed so the dedicated flag is set
14002         after calling set-window-buffer, which would otherwise reset it.
14004 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14006         * progmodes/meta-mode.el (meta-complete-symbol):
14007         * progmodes/etags.el (complete-tag):
14008         * mail/mailabbrev.el (mail-abbrev-complete-alias):
14009         Use completion-in-region.
14011         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
14012         (dabbrev-completion): Use completion-in-region.
14013         (dabbrev--abbrev-at-point): Simplify regexp.
14015         * abbrev.el (abbrev--before-point): Use word-motion functions
14016         if :regexp is not specified (bug#5031).
14018         * subr.el (string-prefix-p): New function.
14020         * man.el (Man-completion-cache): New var.
14021         (Man-completion-table): Use it.
14023         * vc.el (vc-print-log-internal): Make `limit' optional for better
14024         compatibility (e.g. with vc-annotate.el).
14026 2009-11-24  Kevin Ryde  <user42@zip.com.au>
14028         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
14029         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
14031         * emacs-lisp/elint.el (elint-add-required-env): Better error message
14032         when .el source file not found or other error.
14034 2009-11-24  Markus Triska  <markus.triska@gmx.at>
14036         * linum.el (linum-update-window): Ignore intangible (bug#4996).
14038 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14040         Handle the [back] button properly (bug#4979).
14041         * descr-text.el (describe-text-properties): Add a `buffer' argument.
14042         Use help-setup-xref, help-buffer, and with-help-window.
14043         (describe-char): Add `buffer' argument.
14044         Pass proper command to help-setup-xref.  Don't meddle with
14045         help-xref-stack-item directly.
14046         (describe-text-category): Use with-help-window and help-buffer.
14048         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
14049         for the displayed buffer (bug#4887).
14051         * man.el (Man-completion-table): New function.
14052         (man): Use it.
14054 2009-11-24  David Reitter  <david.reitter@gmail.com>
14056         * vc-git.el (vc-git-registered): Use checkout directory (where
14057         .git is) rather than the file's directory and a relative path spec
14058         to work around a bug in git.
14060 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
14062         Improve handling of processes on remote hosts.
14064         * eshell/esh-util.el (eshell-path-env): New defvar.
14065         (eshell-parse-colon-path): New defun.
14066         (eshell-file-attributes): Use `eshell-parse-colon-path'.
14068         * eshell/esh-ext.el (eshell-search-path):
14069         Use `eshell-parse-colon-path'.
14070         (eshell-remote-command): Remove argument HANDLER.
14071         (eshell-external-command): Check for FTP remote connection.
14073         * eshell/esh-proc.el (eshell-gather-process-output):
14074         Use `file-truename', in order to start also symlinked files.
14075         Apply `start-file-process' instead of `start-process'.
14076         Shorten `command' to the local file name part.
14078         * eshell/em-cmpl.el (eshell-complete-commands-list):
14079         Use `eshell-parse-colon-path'.
14081         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
14083         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
14084         to `eshell-directory-change-hook'.
14086 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
14088         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
14089         because it could be enabled automatically if view-read-only is non-nil.
14091 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
14093         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
14094         made on 2009-11-22.
14096 2009-11-24  Glenn Morris  <rgm@gnu.org>
14098         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
14099         deleted variable bookmark-bmenu-bookmark-column.
14101 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14103         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
14105 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
14107         * net/browse-url.el (browse-url-filename-alist): On Windows, add
14108         two slashes to the "file:" prefix.
14109         (browse-url-file-url): De-munge Cygwin filenames before passing
14110         them to Windows browser.
14111         (browse-url-default-windows-browser): Use call-process.
14113 2009-11-23  Juri Linkov  <juri@jurta.org>
14115         Implement DocView Continuous mode.  (Bug#4896)
14116         * doc-view.el (doc-view-continuous-mode): New defcustom.
14117         (doc-view-mode-map): Bind C-n/<down> to
14118         `doc-view-next-line-or-next-page', C-p/<up> to
14119         `doc-view-previous-line-or-previous-page'.
14120         (doc-view-next-line-or-next-page)
14121         (doc-view-previous-line-or-previous-page): New commands.
14123 2009-11-23  Juri Linkov  <juri@jurta.org>
14125         Implement Isearch in comint input history.  (Bug#3746)
14126         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
14127         `isearch-mode-hook'.
14128         (comint-history-isearch): New defcustom.
14129         (comint-history-isearch-backward)
14130         (comint-history-isearch-backward-regexp): New commands.
14131         (comint-history-isearch-message-overlay): New buffer-local variable.
14132         (comint-history-isearch-setup, comint-history-isearch-end)
14133         (comint-goto-input, comint-history-isearch-search)
14134         (comint-history-isearch-message, comint-history-isearch-wrap)
14135         (comint-history-isearch-push-state)
14136         (comint-history-isearch-pop-state): New functions.
14138 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
14140         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
14141         return.
14142         (tramp-handle-make-symbolic-link)
14143         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
14144         Quote file names.
14145         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
14146         (tramp-handle-process-file): Use it.
14148 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14150         * window.el (move-to-window-line-last-op): Remove.
14151         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
14153 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
14155         Make M-r mirror the new cycling behavior of C-l.
14156         * window.el (move-to-window-line-last-op): New var.
14157         (move-to-window-line-top-bottom): New command.
14158         (global-map): Bind M-r move-to-window-line-top-bottom.
14160 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
14162         * dired-x.el (dired-guess-shell-alist-default):
14163         Support xz format.  (Bug#4953)
14165 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
14167         * emulation/viper-cmd.el: Use viper-last-command-char instead of
14168         last-command-char/last-command-event.
14169         (viper-prefix-arg-value): Do correct conversion of event-char for
14170         XEmacs.
14172         * emulation/viper-util.el, emulation/viper.el:
14173         Use viper-last-command-char instead of
14174         last-command-char/last-command-event.
14176         * ediff-init.el, ediff-mult.el, ediff-util.el:
14177         Replace last-command-char and last-command-event
14178         with (ediff-last-command-char) everywhere.
14180         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
14181         created in fundamental mode.
14183         * ediff.el (ediff-version): Revert the change of interactive-p to
14184         called-interactively-p.
14186 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
14188         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
14189         generation from word-movement command names.
14191 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
14193         * cus-start.el (all): Add native condition for font-use-system-font.
14195 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
14197         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
14198         Correct the patch from 2009-11-18.  (Bug#3910)
14200 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
14202         * progmodes/subword.el: Rename from lisp/subword.el.
14204         * subword.el: Rename to progmodes/subword.el.
14206         * Makefile.in (ELCFILES): Adapt to subword.el move.
14208 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14209             Stefan Monnier  <monnier@iro.umontreal.ca>
14211         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
14212         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
14213         (bookmark-bmenu-show-filenames): Use push.
14214         (bookmark-bmenu-hide-filenames): Use local var instead of
14215         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
14216         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
14217         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
14218         filenames now that the bookmark names are always available.
14220 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14222         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
14223         (bookmark-search-pattern): Move and leave unbound.
14224         (bookmark-bmenu-mode-map): Change binding.
14225         (bookmark-read-search-input): Simplify.
14226         Don't use text-char-description.  Don't error on non-char events.
14227         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
14228         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
14229         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
14230         Use a local var for the timer.
14231         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
14232         (i.e. bookmark-bmenu-search).
14234 2009-11-21  Glenn Morris  <rgm@gnu.org>
14236         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
14238 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
14240         * net/browse-url.el (browse-url-default-windows-browser):
14241         Use cygstart for cygwin.
14243 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
14245         * bookmark.el: Formatting and doc fixes only:
14246         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
14247         (bookmark-bmenu-search): Wrap to fit within 80 columns.
14248         Minor grammar and punctuation fixes in doc string.
14249         (bookmark-read-search-input): Adjust to fit within 80 columns.
14251 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
14253         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
14254         (c-backward-into-nomenclature): Adapt to subword renaming.
14256         * subword.el (subword-forward, subword-backward, subword-mark)
14257         (subword-kill, subword-backward-kill, subword-transpose)
14258         (subword-downcase, subword-upcase, subword-capitalize)
14259         (subword-forward-internal, subword-backward-internal):
14260         Rename from forward-subword, backward-subword, mark-subword,
14261         kill-subword, backward-kill-subword, transpose-subwords,
14262         downcase-subword, upcase-subword, capitalize-subword,
14263         forward-subword-internal, backward-subword-internal.
14265 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14267         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
14268         New options.
14269         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
14270         New vars.
14271         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
14272         (bookmark-bmenu-filter-alist-by-regexp)
14273         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
14274         (bookmark-bmenu-search): New command.
14275         (bookmark-bmenu-mode-map): Bind it.
14277 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
14279         * progmodes/cc-cmds.el: declare-functioned forward-subword and
14280         backward-subword to quit the byte-compiler.
14282         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
14284         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
14286         * progmodes/cc-cmds.el (c-update-modeline)
14287         (c-forward-into-nomenclature, c-backward-into-nomenclature):
14288         Refer to subword.el functions instead of cc-subword.el.
14290         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
14291         subword.el functions instead of cc-subword.el.
14293         * progmodes/cc-subword.el: Rename to subword.el.
14294         * subword.el: Rename from progmodes/cc-subword.el.
14295         (subword-mode-map): Rename from c-subword-mode-map.
14296         (subword-mode): Rename from c-subword-mode.
14297         (global-subword-mode): New global minor mode.
14298         (forward-subword): Rename from c-forward-subword.
14299         (backward-subword): Rename from c-backward-subword.
14300         (mark-subword): Rename from c-mark-subword.
14301         (kill-subword): Rename from c-kill-subword.
14302         (backward-kill-subword): Rename from c-backward-kill-subword.
14303         (transpose-subwords): Rename from c-tranpose-subword.
14304         (downcase-subword): Rename from c-downcase-subword.
14305         (capitalize-subword): Rename from c-capitalize-subword.
14306         (forward-subword-internal): Rename from c-forward-subword-internal.
14307         (backward-subword-internal): Rename from c-backward-subword-internal.
14309 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
14311         * vc.el (vc-deduce-fileset): Allow non-state changing operations
14312         from a dired buffer.
14313         (vc-dired-deduce-fileset): New function.
14314         (vc-root-diff, vc-print-root-log): Use it.
14316         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
14317         nil LIMIT argument to vc-print-log-internal.
14319 2009-11-20  Glenn Morris  <rgm@gnu.org>
14321         * Makefile.in (ELCFILES): Regenerate.
14323 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
14325         * calc/calc.el (calc-set-mode-line):
14326         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14327         (math-format-number): Rename `math-format-complement-signed' to
14328         `math-format-twos-complement'.
14330         * calc/calc-bin.el (math-format-twos-complement): Rename from
14331         math-format-complement-signed.
14332         (calc-radix): Rename `calc-complement-signed-mode' to
14333         `calc-twos-complement-mode'.
14334         (calc-octal-radix, calc-hex-radix): Add an argument for
14335         two's complement.
14337         * calc/calc-embed.el (calc-embedded-mode-vars):
14338         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14340         * calc/calc-ext.el (calc-init-extensions):
14341         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14342         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
14344         * calc/calc-units.el (math-build-units-table-buffer):
14345         Let `calc-twos-complement-mode' be nil.
14347         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
14348         entries.
14350         * calc/calc-vec.el (calcFunc-vunpack):
14351         * calc/calc-aent.el (calc-do-calc-eval):
14352         * calc/calc-forms.el (math-format-date):
14353         * calc/calc-graph.el (calc-graph-plot):
14354         * calc/calc-math.el (math-use-emacs-fn):
14355         * calc/calccomp.el (math-compose-expr):
14356         Let `calc-twos-complement-mode' be nil.
14358 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14360         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
14361         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
14362         * minibuffer.el (completion-in-region-functions): New hook.
14363         (completion-in-region): New function.
14364         * emacs-lisp/lisp.el (lisp-complete-symbol):
14365         * pcomplete.el (pcomplete-std-complete): Use it.
14367 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14369         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
14370         (latex-complete-alist): New vars.
14371         (latex-string-prefix-p, latex-complete-bibtex-keys)
14372         (latex-complete-envnames, latex-complete-refkeys)
14373         (latex-complete-data): New functions.
14374         (latex-complete, latex-indent-or-complete): New commands.
14376         * window.el (display-buffer-mark-dedicated): New var.
14377         (display-buffer): Obey it.
14378         * minibuffer.el (minibuffer-completion-help): Use it.
14380         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
14382         * filecache.el (file-cache-add-file): Use push and cons.
14383         (file-cache-delete-file-regexp): Use push.
14384         (file-cache-complete): Use completion-in-region.
14386         * simple.el (with-wrapper-hook): Fix thinko.
14388         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
14389         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
14390         Use with-current-buffer and string-to-number.
14391         (hfy-fallback-colour-values): Use assoc-string.
14392         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
14393         (hfy-face-at): Remove unused var `found-face'.
14394         (hfy-compile-stylesheet): Remove unused var `css'.
14395         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
14396         and `orig-buffer'.
14397         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
14398         Use with-current-buffer.
14399         (hfy-text-p): Use expand-file-name and fewer setq.
14401 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
14403         * htmlfontify.el, hfy-cmap.el: New files.
14405 2009-11-19  Juri Linkov  <juri@jurta.org>
14407         * minibuffer.el (completions-format): New defcustom.
14408         (completion--insert-strings): Implement vertical format.
14410         * simple.el (switch-to-completions): Move point to the first
14411         completion when point was at the beginning of the buffer.
14413 2009-11-19  Juri Linkov  <juri@jurta.org>
14415         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
14417         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
14419 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
14421         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
14422         (mail-signature): Change default to t.
14423         (mail-from-style): Deprecate `system-default' value.
14424         (mail-insert-from-field): For default value of mail-from-style,
14425         default to `angles' unless `angles' needs quoting and `parens'
14426         does not.
14427         (mail-citation-prefix-regexp): Use citation regexp from
14428         message-mode.
14430 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
14432         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
14433         Set variables for computing the prompt for reading password.
14435 2009-11-19  Glenn Morris  <rgm@gnu.org>
14437         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
14439         * textmodes/flyspell.el (sgml-lexical-context): Declare.
14441         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
14442         (newsticker-treeview-listwindow-height): Fix custom type.
14444 2009-11-19  Kenichi Handa  <handa@m17n.org>
14446         * descr-text.el (describe-char-padded-string): Compose with TAB
14447         only if there's a font for CH.
14448         (describe-char): Fix the condition for detecting a trivial composition.
14450 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
14452         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
14453         more accurate version of the regexp.  (Bug#3910)
14455 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
14457         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
14459 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
14461         * font-setting.el (font-use-system-font): Declare for byte-compiler.
14462         (font-setting-change-default-font): Fix typo in docstring.
14464 2009-11-18  Alan Mackenzie  <acm@muc.de>
14466         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
14468 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
14470         * font-setting.el (font-use-system-font): Move ...
14472         * cus-start.el (all): ... to here.
14474 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
14476         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
14477         Don't set `ad-return-value' if `ad-do-it' doesn't.
14479         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
14480         modification time.
14482 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
14484         * menu-bar.el: Put "Use system font" in Option-menu.
14485         (menu-bar-options-save): Add font-use-system-font.
14487         * loadup.el: If feature system-font-setting or font-render-setting is
14488         there, load font-setting.
14490         * Makefile.in (ELCFILES): Add font-settings.el.
14491         * font-setting.el: New file.
14493 2009-11-17  Glenn Morris  <rgm@gnu.org>
14495         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
14497         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
14498         Preserve point in the list buffer.  (Bug#4939)
14499         Use point-at-eol.
14500         (newsticker--treeview-list-update-highlight)
14501         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
14503 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14505         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
14506         Remove.
14508         * calc/calc-ext.el (calc-init-extensions): Remove references to
14509         symclip.
14511         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
14513         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
14514         * calc/calc-help.el (calc-b-prefix-help): Remove references to
14515         `calc-symclip'.
14517 2009-11-16  Kevin Ryde  <user42@zip.com.au>
14519         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14520         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
14522         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
14523         (lm-keywords-list): Allow comma-only separator like "foo,bar".
14524         Ignore trailing spaces by omit-nulls to split-string (fixing
14525         regression from Emacs 21 due to the incompatible split-string
14526         change).  (Bug #4928.)
14528 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14530         * vc.el (vc-log-show-limit): Default to 2000.
14531         (vc-print-log-internal): Insert buttons to request more entries
14532         when limiting the output.
14534         * vc-sccs.el (vc-sccs-print-log):
14535         * vc-rcs.el (vc-rcs-print-log):
14536         * vc-cvs.el (vc-cvs-print-log):
14537         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
14538         LIMIT is non-nil.
14540 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
14542         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
14543         error when `tramp-gvfs-dbus-event-vector' is set.
14544         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
14546 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14548         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
14550 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
14552         * net/dbus.el (dbus-unregister-service): New defun.
14553         (dbus-register-property): Register the handlers of
14554         "org.freedesktop.DBus.Properties" for SERVICE.
14555         (dbus-property-handler): Fix docstring.
14557 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14559         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
14560         Quote doc string reference in defvaralias as it is not in special form.
14561         (byte-compile-output-docform): Doc fix.
14563 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14565         * calc/calc.el (math-2-word-size, math-half-2-word-size)
14566         (calc-complement-signed-mode): New variables.
14567         (calc-set-mode-line): Add indicator for twos-complements.
14568         (math-format-number): Format twos-complement notation.
14570         * calc/calc-bin.el (calc-word-size): Reset the variables
14571         `math-2-word-size' and `math-half-2-word-size'.
14572         (math-format-complement-signed, math-symclip, calcFunc-symclip)
14573         (calc-symclip): New functions.
14575         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
14577         * calc/calc-embed.el (calc-embedded-mode-vars):
14578         Add `calc-complement-signed-mode' to the list of modes.
14580         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
14581         (calc-b-oper-keys): Add `calc-symclip' to list.
14583         * calc/calc-ext.el (math-read-number-fancy): Read complement
14584         signed numbers.
14585         (calc-init-extensions): Add binding for `calc-symclip'.
14586         Add autoload for `calcFunc-symclip' and `calc-symclip'.
14588         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
14589         `calc-symclip'.
14590         (calc-modes-menu): Add item for twos complement mode.
14592         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
14594 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
14596         * register.el (jump-to-register, insert-register): Handle Semantic
14597         tags.  From commented-out advice in semantic/senator.el.
14599 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
14601         * vc.el (vc-log-show-limit): New variable.
14602         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
14603         when using a prefix argument.
14604         (vc-print-log-internal): Add new argument LIMIT.
14606         * vc-svn.el (vc-svn-print-log):
14607         * vc-mtn.el (vc-mtn-print-log):
14608         * vc-hg.el (vc-hg-print-log):
14609         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
14610         pass it to the log command when set.  Make the BUFFER argument
14611         non-optional.
14613         * vc-sccs.el (vc-sccs-print-log):
14614         * vc-rcs.el (vc-rcs-print-log):
14615         * vc-git.el (vc-git-print-log):
14616         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
14617         ignore it.  Make the BUFFER argument non-optional
14619         * bindings.el (mode-line-buffer-identification): Do not purecopy.
14621 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
14623         * dired.el (dired-mode-map): Move encryption items to "Operate"
14624         menu (Bug#4703).
14626         * strokes.el (strokes-update-window-configuration): Make strokes
14627         buffer current before erasing (Bug#4906).
14629 2009-11-15  Juri Linkov  <juri@jurta.org>
14631         * simple.el (set-mark-default-inactive): Add :type, :group
14632         and :version.  (Bug#4876)
14634 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
14636         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
14637         (archive-unique-fname): ... here.  (Bug#4929)
14639 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14641         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
14642         with a real fix.
14644         * novice.el (disabled-command-function): Add useful args.
14645         Setup the help buffer so that [back] works.
14646         Remove redundant call to help-mode.
14647         (disabled-command-function): Use `case'.
14648         (en/disable-command): New function extracted from enable-command.
14649         (enable-command, disable-command): Use it.
14651 2009-11-14  Glenn Morris  <rgm@gnu.org>
14653         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
14654         constants.  (Bug#4913)
14656         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
14658 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
14660         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
14661         defined in C that have no doc-strings.  (Bug#1063)
14663 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
14665         * cus-edit.el (data, files):
14666         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
14668 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
14670         * simple.el (shell-command): Doc fix (Bug#4891).
14672         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
14674 2009-11-14  Glenn Morris  <rgm@gnu.org>
14676         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
14677         statements for vc-diff, emerge-quit, and rmail-cease-edit.
14678         If they are already loaded, eval-after-load will do the right thing.
14680         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
14681         compiling.
14683         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
14685         * simple.el (x-selection-owner-p): Declare.
14686         (read-mail-command): Use custom radio type rather than choice.
14687         (completion-no-auto-exit): Doc fix.
14689         * custom.el (defgroup):
14690         * epg-config.el (epg): Doc fixes.
14692 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
14694         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
14695         * international/ccl.el (define-ccl-program): Do not purecopy the
14696         docstring, defconst does it anyway.
14698 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14700         * add-log.el (add-change-log-entry): Avoid displaying the changelog
14701         a second time.
14703         * x-dnd.el (x-dnd-maybe-call-test-function):
14704         * window.el (split-window-vertically):
14705         * whitespace.el (whitespace-help-on):
14706         * vc-rcs.el (vc-rcs-consult-headers):
14707         * userlock.el (ask-user-about-lock-help)
14708         (ask-user-about-supersession-help):
14709         * type-break.el (type-break-force-mode-line-update):
14710         * time-stamp.el (time-stamp-conv-warn):
14711         * terminal.el (te-set-output-log, te-more-break, te-filter)
14712         (te-sentinel, terminal-emulator):
14713         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
14714         (term-write-input-ring, term-check-source, term-start-output-log):
14715         (term-display-buffer-line, term-dynamic-list-completions):
14716         (term-ansi-make-term, serial-term):
14717         * subr.el (selective-display):
14718         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14719         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
14720         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
14721         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
14722         (speedbar-remove-localized-speedbar-support)
14723         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
14724         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
14725         (speedbar-buffers-line-directory):
14726         * simple.el (shell-command-on-region, append-to-buffer)
14727         (prepend-to-buffer):
14728         * shadowfile.el (shadow-save-todo-file):
14729         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
14730         (scroll-bar-maybe-set-window-start):
14731         * sb-image.el (speedbar-image-dump):
14732         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
14733         (load-save-place-alist-from-file):
14734         * ps-samp.el (ps-print-message-from-summary):
14735         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
14736         (ps-background-image, ps-begin-job, ps-do-despool):
14737         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
14738         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
14739         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
14740         (pr-call-process, pr-file-list, pr-interface-save):
14741         * novice.el (disabled-command-function)
14742         (enable-command, disable-command):
14743         * mouse.el (mouse-buffer-menu-alist):
14744         * mouse-copy.el (mouse-kill-preserving-secondary):
14745         * macros.el (kbd-macro-query):
14746         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
14747         * informat.el (batch-info-validate):
14748         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
14749         * hippie-exp.el (try-expand-dabbrev-visible):
14750         * help-mode.el (help-make-xrefs):
14751         * help-fns.el (describe-variable):
14752         * generic-x.el (bat-generic-mode-run-as-comint):
14753         * finder.el (finder-mouse-select):
14754         * find-dired.el (find-dired-sentinel):
14755         * filesets.el (filesets-file-close):
14756         * files.el (list-directory):
14757         * faces.el (list-faces-display, describe-face):
14758         * facemenu.el (list-colors-display):
14759         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
14760         * epg.el (epg--process-filter, epg-cancel):
14761         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
14762         (epa--read-signature-type):
14763         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
14764         (emerge-file-names):
14765         * ehelp.el (electric-helpify):
14766         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
14767         * ediff-vers.el (rcs-ediff-view-revision):
14768         * ediff-util.el (ediff-setup):
14769         * ediff-mult.el (ediff-append-custom-diff):
14770         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
14771         (ediff-wordify):
14772         * echistory.el (Electric-command-history-redo-expression):
14773         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14774         * disp-table.el (describe-display-table):
14775         * dired.el (dired-find-buffer-nocreate):
14776         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
14777         * dabbrev.el (dabbrev--same-major-mode-p):
14778         * chistory.el (list-command-history):
14779         * apropos.el (apropos-documentation):
14780         * allout.el (allout-obtain-passphrase):
14781         (allout-copy-exposed-to-buffer):
14782         (allout-verify-passphrase): Use with-current-buffer.
14784 2009-11-13  Glenn Morris  <rgm@gnu.org>
14786         * Makefile.in (ELCFILES): Regenerate.
14788 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
14790         * net/dbus.el (dbus-registered-objects-table): Rename from
14791         `dbus-registered-functions-table', because it contains also properties.
14792         (dbus-unregister-object): Unregister also properties.
14793         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14794         Use a timeout of 500 msec, in order to not block.
14795         (dbus-register-property, dbus-property-handler): New defuns.
14797 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14799         * simple.el (minibuffer-default-add-completions): Drop deprecated
14800         4th arg.
14802 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
14804         * textmodes/artist.el (artist-mouse-choose-operation):
14805         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
14806         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14807         (artist-compute-up-event-key): New function.
14808         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
14810 2009-11-13  Kenichi Handa  <handa@m17n.org>
14812         * language/japan-util.el: Make sure that the value of jisx0208
14813         property is jisx0208 character.
14815 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
14817         * international/mule.el (auto-coding-regexp-alist): Only purecopy
14818         car or each item, not the whole list.
14820 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14822         * minibuffer.el (minibuffer-completion-help):
14823         Use minibuffer-hide-completions.
14825 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
14827         * dired.el (dired-save-positions, dired-restore-positions): New funs.
14828         (dired-revert): Use them (bug#4880).
14830 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14832         * tooltip.el (tooltip-frame-parameters): Undo previous change.
14834 2009-11-12  Juri Linkov  <juri@jurta.org>
14836         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
14837         New functions.
14838         (find-file-literally-at-point): Alias of `ffap-literally'.
14840 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14842         * textmodes/ispell.el (ispell-skip-region-alist):
14843         * textmodes/css-mode.el (auto-mode-alist):
14844         * progmodes/compile.el (auto-mode-alist):
14845         * international/mule.el (ctext-non-standard-encodings-alist)
14846         (ctext-non-standard-encodings-regexp):
14847         * simple.el (shell-command-switch, text-read-only):
14848         * replace.el (occur-mode-map):
14849         * paths.el (rmail-file-name):
14850         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
14851         * find-file.el (ff-special-constructs):
14852         * files.el (file-name-handler-alist):
14853         * composite.el: Purecopy strings.
14855         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
14857 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14859         * widget.el (define-widget): Purecopy the docstring.
14860         * international/mule-cmds.el (charset): Do not purecopy the
14861         docstring here, define-widget does it.
14863         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
14864         * textmodes/bibtex-style.el (auto-mode-alist):
14865         * progmodes/inf-lisp.el (inferior-lisp-prompt):
14866         * progmodes/compile.el (compile-command):
14867         * language/korea-util.el (default-korean-keyboard):
14868         * international/mule-conf.el (file-coding-system-alist):
14869         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14870         * tooltip.el (tooltip-frame-parameters):
14871         * newcomment.el (comment-end, comment-padding):
14872         * dired.el (dired-trivial-filenames):
14873         * comint.el (comint-file-name-prefix): Purecopy initial values.
14875 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
14877         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14878         (tramp-advice-minibuffer-electric-tilde): Unload advices via
14879         `tramp-unload'.
14880         (tramp-advice-make-auto-save-file-name)
14881         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14882         after removing the advice.
14884 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14886         * progmodes/grep.el (grep-regexp-alist):
14887         * international/mule-cmds.el (iso-2022-control-alist):
14888         * emacs-lisp/timer.el (timer-duration-words):
14889         * subr.el (version-separator, version-regexp-alist):
14890         * minibuffer.el (completion-styles-alist):
14891         * faces.el (face-attribute-name-alist, list-faces-sample-text):
14892         Change defvars to defconsts.
14894         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
14895         * loadup.el ("international/mule-conf"): Load the byte compiled version.
14896         * international/mule-conf.el: Allow to be byte compiled.
14898         * international/mule.el (define-charset): Purecopy props.
14899         (load-with-code-conversion): Purecopy doc string and file name.
14900         (put-charset-property): Purecopy strings.
14901         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
14903         * international/mule-cmds.el (register-input-method): Purecopy arguments.
14904         (define-char-code-property): Correctly purecopy the table.
14906         * international/ccl.el (define-ccl-program): Purecopy the docstring.
14908         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
14910         * subr.el (add-hook): Purecopy strings.
14911         (eval-after-load): Purecopy load-history-regexp and the form.
14913         * custom.el (custom-declare-group): Purecopy load-file-name.
14915         * subr.el (menu-bar-separator): New defconst.
14916         * net/eudc.el (eudc-tools-menu):
14917         * international/mule-cmds.el (set-coding-system-map)
14918         (mule-menu-keymap):
14919         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14920         * vc-hooks.el (vc-menu-map):
14921         * replace.el (occur-mode-map):
14922         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
14923         (menu-bar-edit-menu, menu-bar-goto-menu)
14924         (menu-bar-custom-menu, menu-bar-showhide-menu)
14925         (menu-bar-options-menu, menu-bar-tools-menu)
14926         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
14927         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
14928         (menu-bar-help-menu):
14929         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
14930         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
14932         * term/x-win.el (x-gtk-stock-map):
14933         * progmodes/vera-mode.el (auto-mode-alist):
14934         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
14935         (inferior-lisp-program, inferior-lisp-load-command):
14936         * progmodes/hideshow.el (hs-special-modes-alist):
14937         * progmodes/gud.el (same-window-regexps):
14938         * progmodes/grep.el (grep-program, find-program, xargs-program):
14939         * net/telnet.el (same-window-regexps):
14940         * net/rlogin.el (same-window-regexps):
14941         * language/ethiopic.el (font-ccl-encoder-alist):
14942         * vc-sccs.el (vc-sccs-master-templates):
14943         * vc-rcs.el (vc-rcs-master-templates):
14944         * subr.el (cl-assertion-failed):
14945         * simple.el (next-error-overlay-arrow-position):
14946         * lpr.el (lpr-command):
14947         * locate.el (locate-ls-subdir-switches):
14948         * info.el (same-window-regexps, info)
14949         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14950         * image-mode.el (image-mode, auto-mode-alist):
14951         * hippie-exp.el (hippie-expand-ignore-buffers):
14952         * format.el (format-alist):
14953         * find-dired.el (find-ls-subdir-switches, find-grep-options)
14954         (find-name-arg):
14955         * facemenu.el (facemenu-keybindings):
14956         * dired.el (dired-listing-switches, dired-chown-program):
14957         * diff.el (diff-switches, diff-command):
14958         * cus-edit.el (same-window-regexps):
14959         * bindings.el (mode-line-mule-info)
14960         (mode-line-buffer-identification): Purecopy strings.
14962 2009-11-11  Juri Linkov  <juri@jurta.org>
14964         * simple.el (dired-get-filename) <declare-function>:
14965         Tell the byte-compiler about dired-get-filename.
14966         (shell-command): In Dired mode, get filename from the current line
14967         as the default value.
14969 2009-11-10  Glenn Morris  <rgm@gnu.org>
14971         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
14972         * calendar/holidays.el, progmodes/cperl-mode.el:
14973         Update x-popup-menu declarations.
14975         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
14976         (list-load-path-shadows): Use dolist.
14977         (list-load-path-shadows): Use with-current-buffer.
14979 2009-11-10  Juri Linkov  <juri@jurta.org>
14981         * minibuffer.el (read-file-name): Support a list of default values
14982         in `default-filename'.  Use the first file name where only one
14983         element is required.  Doc fix.
14985 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
14987         * net/dbus.el (dbus-unregister-object): Release service, if no
14988         other method is registered for it.
14990 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
14992         * bookmark.el (bookmark-completing-read): Sort bookmark names if
14993         bookmark-sort-flag is non-nil (Bug#4653).
14995 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
14997         * emulation/cua-base.el: Add CUA property to some CC mode commands
14998         (Bug#4100).
15000 2009-11-08  Kevin Ryde  <user42@zip.com.au>
15002         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
15003         at end of sentence (Bug#4818).
15005 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
15007         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15008         Handle "see declaration of" MSFT statements (Bug#4100).
15010 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
15012         * net/tramp.el (tramp-advice-make-auto-save-file-name)
15013         (tramp-advice-file-expand-wildcards): Unload via
15014         `ad-remove-advice'.
15016         * net/trampver.el: Update release number.
15018 2009-11-08  Kevin Ryde  <user42@zip.com.au>
15020         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
15021         `ad-do-it'.
15023 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
15025         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
15026         in order to keep context in SELinux.
15028 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
15030         * dired-aux.el (dired-query): Place cursor in echo area and allow
15031         C-g.
15033         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
15034         menu item if not on a directory (Bug#4701).
15036 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
15038         Sync with Tramp 2.1.17.
15040         * net/tramp.el (tramp-handle-copy-directory): Don't use
15041         `file-remote-p' (due to compatibility).
15043         * net/tramp-compat.el (tramp-compat-copy-directory)
15044         (tramp-compat-delete-directory): New defuns.
15046         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15047         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15048         Use `tramp-compat-delete-directory'.
15050         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
15051         (tramp-smb-handle-delete-directory):
15052         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
15054         * net/trampver.el: Update release number.
15056 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
15058         * tar-mode.el (tar-copy): Call write-region on the right buffer
15059         (Bug#4857).
15061         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
15062         by hand, if necessary (Bug#4878).
15064 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
15066         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
15067         align size column (Bug#4839).
15069         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
15070         statement.
15072 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
15074         * progmodes/ld-script.el (auto-mode-alist):
15075         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
15077         * cus-face.el (custom-declare-face): Purecopy face spec.
15079 2009-11-06  Kenichi Handa  <handa@m17n.org>
15081         * international/uni-bidi.el: Re-generated.
15082         * international/uni-category.el: Re-generated.
15083         * international/uni-combining.el: Re-generated.
15084         * international/uni-mirrored.el: Re-generated.
15086 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
15088         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
15089         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
15090         (tex-start-options, slitex-run-command, latex-run-command)
15091         (tex-run-command, tex-directory):
15092         * textmodes/ispell.el (ispell-html-skip-alists)
15093         (ispell-tex-skip-alists, ispell-tex-skip-alists):
15094         * textmodes/fill.el (adaptive-fill-first-line-regexp):
15095         (adaptive-fill-regexp):
15096         * textmodes/dns-mode.el (auto-mode-alist):
15097         * progmodes/python.el (interpreter-mode-alist):
15098         * progmodes/etags.el (tags-compression-info-list):
15099         * progmodes/etags.el (tags-file-name):
15100         * net/browse-url.el (browse-url-galeon-program)
15101         (browse-url-firefox-program):
15102         * mail/sendmail.el (mail-signature-file)
15103         (mail-citation-prefix-regexp):
15104         * international/mule-conf.el (eight-bit):
15105         * international/latexenc.el (latex-inputenc-coding-alist):
15106         * international/fontset.el (x-pixel-size-width-font-regexp):
15107         * emacs-lisp/warnings.el (warning-type-format):
15108         * emacs-lisp/trace.el (trace-buffer):
15109         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
15110         (emacs-lisp-mode-map):
15111         * calendar/holidays.el (holiday-solar-holidays)
15112         (holiday-bahai-holidays, holiday-islamic-holidays)
15113         (holiday-christian-holidays, holiday-hebrew-holidays)
15114         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
15115         (hebrew-holidays-1, holiday-oriental-holidays)
15116         (holiday-general-holidays):
15117         * x-dnd.el (x-dnd-known-types):
15118         * tool-bar.el (tool-bar):
15119         * startup.el (site-run-file):
15120         * shell.el (shell-dumb-shell-regexp):
15121         * rfn-eshadow.el (file-name-shadow-tty-properties)
15122         (file-name-shadow-properties):
15123         * paths.el (remote-shell-program, news-directory):
15124         * mouse.el ([C-down-mouse-3]):
15125         * menu-bar.el (menu-bar-tools-menu):
15126         * jka-cmpr-hook.el (jka-compr-load-suffixes)
15127         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
15128         (jka-compr-compression-info-list):
15129         * isearch.el (search-whitespace-regexp):
15130         * image-file.el (image-file-name-extensions):
15131         * find-dired.el (find-ls-option):
15132         * files.el (directory-listing-before-filename-regexp)
15133         (directory-free-space-args, insert-directory-program)
15134         (list-directory-brief-switches, magic-fallback-mode-alist)
15135         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
15136         (automount-dir-prefix):
15137         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
15138         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
15139         (face-font-registry-alternatives, face-font-registry-alternatives)
15140         (face-font-family-alternatives):
15141         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
15142         (facemenu-foreground-menu, facemenu-face-menu):
15143         * epa-hook.el (epa-file-name-regexp):
15144         * dnd.el (dnd-protocol-alist):
15145         * textmodes/rst.el (auto-mode-alist):
15146         * button.el (default-button): Purecopy strings.
15148 2009-11-06  Glenn Morris  <rgm@gnu.org>
15150         * Makefile.in (ELCFILES): Update.
15152 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15154         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
15155         * emacs-lisp/levents.el: Move to obsolete/levents.el.
15157         * nxml/xsd-regexp.el (xsdre-gen-categories):
15158         * nxml/xmltok.el (xmltok-parse-entity):
15159         * nxml/rng-parse.el (rng-parse-validate-file):
15160         * nxml/rng-maint.el (rng-format-manual)
15161         (rng-manual-output-force-new-line):
15162         * nxml/rng-loc.el (rng-save-schema-location-1):
15163         * nxml/rng-cmpct.el (rng-c-parse-file):
15164         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
15165         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
15167 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
15169         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
15170         Remove extra save-excursions and make-variable-buffer-local's.
15171         Suggested by Stefan Monnier.
15173         (verilog-getopt-file, verilog-module-inside-filename-p)
15174         (verilog-set-define): Merge GNU 1.35 and repair changes from
15175         switching to using with-current-buffer.
15177         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
15178         being treated as a number and confusing AUTORESET.
15179         Reported by Dan Dever.
15181         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
15182         Add verilog-auto-ignore-concat to fix backward compatibility with
15183         older verilog-modes.  Reported by Dan Katz.
15185         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
15186         containing closing anchors "...$".
15188         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
15189         Reported by Wade Smith.
15191         (verilog-batch-execute-func): Comment on function usage.
15193 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
15195         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
15196         for labels.
15198         (verilog-label-re, verilog-calc-1): Support proper indent of named
15199         asserts.
15201         (verilog-backward-token, verilog-basic-complete-re)
15202         (verilog-beg-of-statement, verilog-indent-re): Support proper
15203         indent of the assert statement at the beginning of a block of text.
15205         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
15206         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
15207         tokens as begins.
15209 2009-11-05  Glenn Morris  <rgm@gnu.org>
15211         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
15212         Emacs 19.  (Bug#1531)
15213         (byte-compile-fix-header): Update for the above change.
15214         Drop test for epoch::version.
15216         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
15217         * cus-dep.el (custom-make-dependencies):
15218         * finder.el (finder-compile-keywords):
15219         Use autoload-rubric's feature argument.
15221         * calendar/diary-lib.el (top-level): Make load behave more like require.
15223         * vc-git.el (vc-git-stash-map): Move definition before use.
15225 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
15227         * custom.el (custom-declare-group): Purecopy standard-value.
15228         (custom-declare-group): Purecopy custom-prefix.
15230         * international/mule.el (load-with-code-conversion):
15231         Call do-after-load-evaluation unconditionally.
15233         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
15235 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15237         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
15239 2009-11-04  Glenn Morris  <rgm@gnu.org>
15241         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
15242         (byte-compile-compatibility): Remove option.
15243         (byte-compile-close-variables, byte-compile-fix-header)
15244         (byte-compile-insert-header, byte-compile-output-docform)
15245         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
15246         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
15247         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
15248         (byte-compile-insert, byte-compile-defun):
15249         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
15250         (byte-defop-compiler19): Remove.
15251         Without byte-compile-compatibility, the 'emacs19-opcode property is not
15252         used by anything.  Replace all calls with byte-defop-compiler.
15254 2009-11-04  Juri Linkov  <juri@jurta.org>
15256         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
15257         (menu-bar-options-menu): Don't quote the `prop' arg of
15258         `menu-bar-make-mm-toggle'.
15260 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
15262         * calendar/calendar.el (cal-loaddefs):
15263         * calendar/diary-lib.el (diary-loaddefs):
15264         * calendar/holidays.el (hol-loaddefs):
15265         * eshell/esh-module.el (esh-groups): Load rather than require.
15267 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15269         * calendar/todo-mode.el (todo-add-category): Don't hardcode
15270         point-min==1.
15271         (todo-top-priorities): Only display-buffer when called interactively.
15272         (todo-item-start): Don't save excursion point.
15273         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
15274         (todo-insert-item-here, todo-file-item, todo-remove-item):
15275         Adjust uses of todo-item-start and todo-item-end.
15277         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
15278         (autoload-rubric): Don't use any more.
15280         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
15281         and only put a prop if it is non-nil.
15283 2009-11-03  Juri Linkov  <juri@jurta.org>
15285         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
15286         (menu-bar-options-menu): Fix list quoting (Bug#4429).
15288         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
15289         and "Menu" to make top-level menu item visually one unit (like
15290         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
15291         multi-word menu items).  Fix :help string for quit-window.
15293 2009-11-03  Glenn Morris  <rgm@gnu.org>
15295         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
15296         (byte-compile-file-form-define-abbrev-table)
15297         (byte-compile-file-form-custom-declare-variable)
15298         (byte-compile-variable-ref, byte-compile-defvar):
15299         Whether or not a warning is enabled should only affect whether we issue
15300         the warning, not whether or not we collect the relevant data.
15301         Eg warnings can be turned on and off throughout the course of a file.
15303         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
15304         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
15306 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15308         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
15309         * play/mpuz.el (mpuz-create-buffer):
15310         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
15311         (lm-print-y,s,noise, lm-print-w0, lm-init):
15312         * play/gomoku.el (gomoku-prompt-for-move):
15313         * play/fortune.el (fortune-in-buffer):
15314         * play/dissociate.el (dissociated-press):
15315         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
15316         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
15317         * mail/supercite.el (sc-eref-show):
15318         * mail/smtpmail.el (smtpmail-send-it):
15319         * mail/rmailsum.el (rmail-summary-next-labeled-message)
15320         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
15321         (rmail-summary-undelete-many, rmail-summary-rmail-update)
15322         (rmail-summary-goto-msg, rmail-summary-expunge)
15323         (rmail-summary-get-new-mail, rmail-summary-search-backward)
15324         (rmail-summary-add-label, rmail-summary-output-menu)
15325         (rmail-summary-output-body):
15326         * mail/rfc822.el (rfc822-addresses):
15327         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
15328         * mail/mailpost.el (post-mail-send-it):
15329         * mail/hashcash.el (hashcash-generate-payment):
15330         * mail/feedmail.el (feedmail-run-the-queue)
15331         (feedmail-queue-send-edit-prompt-help-first)
15332         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
15333         (feedmail-deduce-address-list):
15334         * eshell/esh-ext.el (eshell-remote-command):
15335         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
15336         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
15337         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
15338         (viper-save-string-in-file, viper-valid-marker):
15339         * emulation/viper-keym.el (viper-toggle-key):
15340         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
15341         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
15342         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
15343         * emulation/viper-cmd.el (viper-exec-form-in-vi)
15344         (viper-exec-form-in-emacs, viper-brac-function):
15345         * emulation/viper.el (viper-delocalize-var):
15346         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
15347         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
15348         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
15349         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
15350         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
15351         * emulation/edt.el (edt-electric-helpify):
15352         * emulation/cua-rect.el (cua--rectangle-aux-replace):
15353         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
15354         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
15355         (cua-indent-to-global-mark-column):
15356         * calendar/diary-lib.el (calendar-mark-1):
15357         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
15358         Use with-current-buffer.
15359         * emulation/viper.el (viper-delocalize-var): Use dolist.
15361 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
15363         * comint.el (comint-replace-by-expanded-history-before-point):
15364         Replace !! with the previous input string literally (Bug#1795).
15366 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
15368         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
15369         to be made up of whitespace.
15371 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
15373         * minibuffer.el (read-file-name): Don't use file dialogs for
15374         remote directories (Bug#99).
15376 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
15378         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
15380 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
15382         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
15383         instead of deleting the window or frame.
15385 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
15387         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
15388         Support face colors.
15390         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
15391         New function.  Support face colors (Bug#1168).
15392         (tex-common-initialization): Use it.
15394         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
15395         mode allows it (Bug#1168).
15397 2009-10-31  Juri Linkov  <juri@jurta.org>
15399         * facemenu.el (list-colors-display): Don't mark buffer as
15400         modified (Bug#3948).
15402 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
15404         * international/mule-diag.el (list-character-sets-1):
15405         Minor message fix (Bug#3526).
15407         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
15408         Fix face property (Bug#4834).
15409         (etags-list-tags, etags-tags-apropos-additional)
15410         (etags-tags-apropos, tags-select-tags-table): Add follow-link
15411         property.
15413         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
15414         items.
15416 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15418         * textmodes/two-column.el (2C-split):
15419         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
15420         * textmodes/tex-mode.el (tex-set-buffer-directory):
15421         * textmodes/spell.el (spell-region, spell-string):
15422         * textmodes/reftex.el (reftex-erase-buffer):
15423         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
15424         * textmodes/reftex-toc.el (reftex-toc-promote-action):
15425         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
15426         (reftex-select-item):
15427         * textmodes/reftex-ref.el (reftex-label-info-update)
15428         (reftex-offer-label-menu):
15429         * textmodes/reftex-index.el (reftex-index-change-entry)
15430         (reftex-index-phrases-info):
15431         * textmodes/reftex-global.el (reftex-create-tags-file)
15432         (reftex-save-all-document-buffers, reftex-ensure-write-access):
15433         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
15434         (reftex-view-crossref-from-bibtex):
15435         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
15436         (reftex-extract-bib-entries-from-thebibliography)
15437         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
15438         * textmodes/refbib.el (r2b-capitalize-title):
15439         (r2b-convert-buffer, r2b-help):
15440         * textmodes/page-ext.el (pages-directory)
15441         (pages-directory-goto-with-mouse):
15442         * textmodes/bibtex.el (bibtex-validate-globally):
15443         * textmodes/bib-mode.el (bib-capitalize-title):
15444         * textmodes/artist.el (artist-clear-buffer, artist-system):
15445         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
15446         (local-set-scheme-interaction-buffer, xscheme-process-filter)
15447         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
15448         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
15449         (xscheme-send-control-g-interrupt, xscheme-start-process)
15450         (xscheme-process-sentinel, xscheme-cd):
15451         * progmodes/verilog-mode.el (verilog-read-always-signals)
15452         (verilog-set-define, verilog-getopt-file)
15453         (verilog-module-inside-filename-p):
15454         * progmodes/sh-script.el:
15455         * progmodes/python.el (python-pdbtrack-get-source-buffer)
15456         (python-pdbtrack-grub-for-buffer, python-execute-file):
15457         * progmodes/octave-inf.el (inferior-octave):
15458         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15459         (idlwave-shell-compile-helper-routines, idlwave-set-local)
15460         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
15461         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
15462         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
15463         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
15464         (idlwave-shell-filter, idlwave-shell-examine-highlight)
15465         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
15466         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
15467         (idlwave-shell-examine-display, idlwave-shell-run-region)
15468         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
15469         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
15470         * progmodes/idlw-help.el (idlwave-help-get-special-help)
15471         (idlwave-help-get-help-buffer):
15472         * progmodes/gud.el (gud-basic-call, gud-find-class)
15473         (gud-tooltip-activate-mouse-motions-if-enabled):
15474         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
15475         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
15476         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
15477         (ebrowse-tags-next-file):
15478         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
15479         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
15480         (ebnf-eps-finish-and-write):
15481         * progmodes/cpp.el (cpp-edit-save):
15482         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
15483         * progmodes/cc-defs.el (c-emacs-features):
15484         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
15485         (antlr-directory-dependencies):
15486         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
15487         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
15488         (ada-find-any-references, ada-make-filename-from-adaname)
15489         (ada-make-body-gnatstub):
15490         * obsolete/rnews.el (news-list-news-groups):
15491         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
15492         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
15493         * net/rcirc.el (rcirc-debug):
15494         * net/newst-treeview.el (newsticker--treeview-list-add-item)
15495         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
15496         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
15497         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
15498         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
15499         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
15500         (newsticker--treeview-list-clear-highlight)
15501         (newsticker--treeview-list-update-highlight)
15502         (newsticker--treeview-list-highlight-start)
15503         (newsticker--treeview-tree-update-highlight)
15504         (newsticker--treeview-get-selected-item)
15505         (newsticker-treeview-mark-list-items-old)
15506         (newsticker--treeview-set-current-node):
15507         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
15508         * net/newst-backend.el (newsticker--get-news-by-funcall)
15509         (newsticker--get-news-by-wget, newsticker--image-get)
15510         (newsticker--image-sentinel):
15511         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
15512         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
15513         (eudc-ph-close-session):
15514         * net/eudc.el (eudc-save-options):
15515         * language/thai-word.el (thai-update-word-table):
15516         * language/japan-util.el (japanese-string-conversion):
15517         * international/titdic-cnv.el (tsang-quick-converter)
15518         (ziranma-converter, ctlau-converter):
15519         * international/mule-cmds.el (describe-language-environment):
15520         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
15521         (skkdic-convert-postfix, skkdic-convert-prefix):
15522         (skkdic-convert-okuri-nasi, skkdic-convert):
15523         * emacs-lisp/re-builder.el (reb-update-overlays):
15524         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
15525         * emacs-lisp/gulp.el (gulp-send-requests):
15526         * emacs-lisp/find-gc.el (trace-call-tree):
15527         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
15528         (eieio-describe-generic):
15529         * emacs-lisp/eieio-base.el (eieio-persistent-read):
15530         * emacs-lisp/edebug.el (edebug-outside-excursion):
15531         * emacs-lisp/debug.el (debugger-make-xrefs):
15532         * emacs-lisp/cust-print.el (custom-prin1-to-string):
15533         * emacs-lisp/chart.el (chart-new-buffer):
15534         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
15535         Use with-current-buffer.
15536         * textmodes/artist.el (artist-system): Don't call
15537         copy-sequence on a fresh string.
15538         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
15540 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
15542         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
15543         is no item to edit.  (Bug#4820)
15544         (todo-top-priorities): Restore point and restore narrowing in Todo
15545         buffer.  (Bug#4820)
15547 2009-10-31  Glenn Morris  <rgm@gnu.org>
15549         * net/ange-ftp.el (top-level): Don't require dired when compiling.
15550         (comint-last-output-start, comint-last-input-start)
15551         (comint-last-input-end): Don't defvar when compiling.
15552         (ange-ftp-process-file): Use bound-and-true-p.
15554         * pcmpl-rpm.el (top-level): Move provide statement to end.
15555         (pcmpl-rpm): Remove unused custom group.
15557         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
15559         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
15561         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15562         (byte-compile-warnings): Add `constants' as an option.
15563         (byte-compile-callargs-warn, byte-compile-arglist-warn)
15564         (display-call-tree): Update for byte-compile-fdefinition possibly
15565         returning `(macro lambda ...)'.  (Bug#4778)
15566         (byte-compile-variable-ref, byte-compile-setq-default):
15567         Respect `constants' member of byte-compile-warnings.
15569 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15571         * vc-bzr.el (vc-bzr-revision-keywords): New var.
15572         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
15573         to "submit:".
15575 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
15577         * textmodes/ispell.el (ispell-skip-region-alist):
15578         * international/mule-conf.el (eight-bit):
15579         * international/fontset.el (font-encoding-alist):
15580         * startup.el (pure-space-overflow-message):
15581         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
15582         * paths.el (gnus-nntp-service, rmail-spool-directory)
15583         (term-file-prefix):
15584         * files.el (save-some-buffers-action-alist):
15585         * cmuscheme.el (same-window-buffer-names):
15586         * ielm.el (same-window-buffer-names):
15587         * shell.el (same-window-buffer-names):
15588         * mail/sendmail.el (same-window-buffer-names):
15589         * progmodes/inf-lisp.el (same-window-buffer-names):
15590         * bindings.el (mode-line-client)
15591         (mode-line-column-line-number-mode-map):
15592         * language/tibetan.el (tibetan-precomposition-rule-regexp)
15593         (tibetan-precomposed-regexp): Purecopy string arguments.
15595 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15597         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
15598         (calcDigit-nondigit):
15599         * calc/calc-yank.el (calc-copy-to-buffer):
15600         * calc/calc-units.el (calc-invalidate-units-table):
15601         * calc/calc-trail.el (calc-trail-yank):
15602         * calc/calc-store.el (calc-insert-variables):
15603         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
15604         * calc/calc-prog.el (calc-read-parse-table):
15605         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
15606         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
15607         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
15608         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
15609         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
15610         (calc-graph-name, calc-graph-find-command, calc-graph-view)
15611         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
15612         * calc/calc-ext.el (calc-realign):
15613         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
15614         (calc-embedded-finish-edit, calc-embedded-make-info)
15615         (calc-embedded-finish-command, calc-embedded-stack-change):
15616         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
15618         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
15619         shell-dynamic-complete-filename in preference to
15620         comint-dynamic-complete-filename.
15622         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15623         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15624         Don't consider whether the display supports colors.
15625         (bookmark-import-new-list): Use dolist.
15626         (bookmark-bmenu-mode-map): Move initialization into declaration.
15627         (bookmark-bmenu-list): Use dolist, simplify.
15628         (bookmark-show-all-annotations): Use save-selected-window and dolist.
15629         (menu-bar-final-items): Use push.
15631 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
15633         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
15634         it works on remote files.
15635         (vc-hg-diff): Don't pass any `--cwd' argument.
15637 2009-10-27  Kevin Ryde  <user42@zip.com.au>
15639         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15640         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
15641         (Further to Bug#3921).
15643 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
15645         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
15646         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
15647         calling `tramp-imap-put-file'.  Add file size to the call.
15648         (tramp-imap-get-file-entries): Compute also user name, file size,
15649         and date.
15650         (tramp-imap-handle-insert-directory): Insert uid and gid.
15651         (tramp-imap-handle-file-attributes): Transform uid and gid
15652         according to `id-format'.
15653         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
15654         size in header X-Size.
15656 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
15658         * simple.el (transpose-subr): Give clearer error when the mark
15659         is not set.  (Bug#4807)
15661 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
15663         * net/tramp.el (tramp-perl-file-truename): New defconst.
15664         Perl code contributed by yary <not.com@gmail.com> (tiny change).
15665         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
15666         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
15667         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
15669         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
15670         Ignore `dired-call-process'.
15671         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
15673 2009-10-26  Julian Scheid  <julians37@gmail.com>
15675         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
15676         (tramp-get-remote-readlink): New defun.
15677         (tramp-handle-file-truename): Use it.
15678         (tramp-handle-file-exists-p): Check file-attributes cache, assume
15679         file exists if cache value present.
15680         (tramp-check-cached-permissions): New defun.
15681         (tramp-handle-file-readable-p): Use it.
15682         (tramp-handle-file-writable-p): Likewise.
15683         (tramp-handle-file-executable-p): Likewise.
15684         (tramp-handle-file-name-all-completions): Try using Perl to get
15685         partial completions.  When perl not available, combine `cd' and
15686         `ls' into single remote operation and use shell expansion to get
15687         partial remote directory contents.  Set `file-exists-p' cache for
15688         directory and any files returned by ls.  Change cache handling to
15689         support partial directory contents.  Use error message emitted by
15690         remote `cd' or Perl code for local tramp-error.
15691         (tramp-do-copy-or-rename-file-directly): Avoid separate
15692         tramp-send-command-and-check call.
15693         (tramp-handle-process-file): Merge three remote ops into one.
15694         Do not flush all caches when `process-file-side-effects' is set.
15695         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
15696         file-attributes shows uid/gid to be set already.
15698 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
15700         * textmodes/tex-mode.el (tex-dvi-view-command)
15701         (tex-show-queue-command, tex-open-quote):
15702         * progmodes/ruby-mode.el (auto-mode-alist)
15703         (interpreter-mode-alist): Purecopy strings.
15705         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
15707         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
15708         string for the hook, keymap and abbrev table.
15710         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
15712         * x-dnd.el (x-dnd-xdnd-to-action):
15713         * startup.el (fancy-startup-text, fancy-about-text): Change to
15714         defconst from defvar.
15716         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
15718         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
15719         Purecopy initialization strings.
15721         * mail/sendmail.el (mail-header-separator)
15722         (mail-personal-alias-file):
15723         * mail/rmail.el (rmail-default-dont-reply-to-names)
15724         (rmail-ignored-headers, rmail-retry-ignored-headers)
15725         (rmail-highlighted-headers, rmail-secondary-file-directory)
15726         (rmail-secondary-file-regexp):
15727         * files.el (null-device, file-name-invalid-regexp)
15728         (locate-dominating-stop-dir-regexp)
15729         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
15730         (interpreter-mode-alist): Use mapcar instead of mapc.
15732         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
15734         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
15735         (completion-ignored-extensions):
15736         (debug-ignored-errors): Purecopy strings.
15738 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15740         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
15741         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
15742         (pcomplete--here): Use push.
15744         * subr.el (all-completions): Declare the 4th arg obsolete.
15746 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15748         * pcomplete.el (pcomplete-unquote-argument-function): New var.
15749         (pcomplete-unquote-argument): New function.
15750         (pcomplete--common-suffix): Always pay attention to case.
15751         (pcomplete--table-subvert): Quote and unquote the text.
15752         (pcomplete--common-quoted-suffix): New function.
15753         (pcomplete-std-complete): Use it and pcomplete-begin.
15755         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
15756         we're inside a dedicated or minibuffer window.
15758 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
15760         * bookmark.el: Update documentation, especially documentation
15761         of `bookmark-alist' and of the bookmark file format.
15762         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
15764 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
15766         * mail/emacsbug.el (report-emacs-bug): Clarify that the
15767         keybindings apply to the mail buffer (Bug#4003).  Shrink help
15768         window to buffer.
15770         * whitespace.el (whitespace-mode, whitespace-newline-mode)
15771         (global-whitespace-mode, global-whitespace-newline-mode)
15772         (whitespace-toggle-options, global-whitespace-toggle-options):
15773         Doc fix (Bug#3660).
15775         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
15776         of xmltok-start before the end tag was inserted (Bug#2840).
15778         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
15779         patterns that are preceded by an open-paren (Bug#1320).
15781 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
15783         * files.el (delete-directory): Delete symlinks to directories with
15784         delete-file (Bug#4739).
15786 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
15788         * vc.el (vc-backend-for-registration): Rename from
15789         vc-get-backend-for-registration.  Update callers.
15791         * international/mule-cmds.el (set-language-info-alist):
15792         Purecopy lang-env.
15793         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
15794         (charset): Purecopy the name.
15795         (define-char-code-property): Purecopy string arguments.
15797         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15798         Purecopy string arguments.
15800         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15801         * ediff-hook.el (menu-bar-ediff-menu):
15802         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
15803         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
15805 2009-10-24  Glenn Morris  <rgm@gnu.org>
15807         * comint.el (comint-dynamic-list-completions):
15808         * term.el (term-dynamic-list-completions): Use choose-completion rather
15809         than obsolete alias mouse-choose-completion.
15811         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
15812         file-cache-choose-completion.
15813         (file-cache-choose-completion): Handle an optional event argument.
15814         (file-cache-mouse-choose-completion): Make it an obsolete alias.
15816         * progmodes/octave-mod.el (octave-complete-symbol):
15817         Use choose-completion if mouse-choose-completion is ever removed.
15819         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
15820         use.
15822         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
15823         compiler.
15825         * vc-hooks.el (vc-responsible-backend): Fix declaration.
15827 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15829         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
15830         Ignore `pred' now that we receive one.
15831         Handle test-completion specially.
15833 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15835         * vc.el (vc-responsible-backend): Throw an error if not backend is
15836         found.  Remove the REGISTER argument.  Move the code dealing with
15837         REGISTER ...
15838         (vc-get-backend-for-registration): ... here.  New function.
15839         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
15840         of vc-responsible-backend, pass the file name instead of the
15841         directory name.
15843 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15845         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
15846         New funs.
15847         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
15848         (pcomplete-comint-setup): Don't modify a global var via
15849         accidental side-effects.
15850         (pcomplete-shell-setup): Adjust call accordingly.
15851         (pcomplete-parse-comint-arguments): Use push.
15853 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
15855         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15856         Allow uncapitalized info node names (Bug#3921).
15858         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
15859         to the DEBUG file (Bug#3781).
15861 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
15863         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
15864         dictionary entry (Bug#4579).
15866 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
15868         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15869         from `rfn-eshadow-update-overlay-hook' when unloading.
15870         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15871         "rsyncc".  Adjust doc string.
15872         (tramp-temp-buffer-file-name): New buffer-local defvar.
15873         (tramp-handle-insert-file-contents, tramp-handle-write-region):
15874         Keep temporary file when indicated by method ("rsync" and
15875         "rsyncc").
15876         (tramp-handle-write-region): Handle APPEND.
15877         (tramp-delete-temp-file-function): New defun.  Added to
15878         `kill-buffer-hook'.
15880 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
15882         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15884 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15886         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15887         (color-name-rgb-alist, tty-standard-colors)
15888         (tty-color-mode-alist): Change to defconst.
15890         * simple.el (mark-inactive): Purecopy message.
15892         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
15893         (global-map, yank-menu):
15894         * textmodes/ispell.el (ispell-menu-map):
15895         * net/eudc.el (eudc-tools-menu):
15896         * international/mule-cmds.el (describe-language-environment-map)
15897         (setup-language-environment-map, set-coding-system-map)
15898         (mule-menu-keymap):
15899         * vc-hooks.el (vc-menu-entry, vc-menu-map):
15900         * replace.el (occur-mode-map):
15901         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
15903 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
15905         * calc/calc.el (math-read-number, math-read-number-simple):
15906         Use `save-match-data'.
15908 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15910         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
15911         rather than fiddling with global-map bindings, since it should only
15912         affect per-terminal settings.
15913         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
15915         * minibuffer.el (completion-table-with-terminator): Allow to specify
15916         the terminator-regexp.
15918         * simple.el (switch-to-completions): Look for *Completions* in other
15919         frames as well.
15921         * pcomplete.el: Allow the use of completion-tables.
15922         (pcomplete-std-complete): New command.
15923         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
15924         (pcomplete--here): Use a function for `form' rather than an expression,
15925         so it can be byte-compiled.
15926         (pcomplete-here, pcomplete-here*): Adjust accordingly.
15927         Add edebug declaration.
15928         (pcomplete-show-completions): Remove unused var `curbuf'.
15929         (pcomplete-do-complete, pcomplete-stub):
15930         Don't assume `completions' is a list of strings any more.
15932 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
15934         * find-dired.el (find-name-arg): Fix typo in docstring.
15936 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15938         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
15939         (pcmpl-linux-fs-types): Same, and update to new modules layout.
15941         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
15942         pcomplete-entries.
15944         * comint.el (comint-read-input-ring, comint-write-input-ring)
15945         (comint-substitute-in-file-name)
15946         (comint-dynamic-complete-as-filename)
15947         (comint-dynamic-simple-complete)
15948         (comint-dynamic-list-filename-completions)
15949         (comint-dynamic-list-completions)
15950         (comint-redirect-results-list-from-process): Minor simplifications.
15952 2009-10-21  Kevin Ryde  <user42@zip.com.au>
15954         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15955         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
15956         the first form.  And insert a blank line after ";;; Code" since
15957         that's usual style.  (Bug#4612)
15959         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
15961 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15963         * minibuffer.el (completion-table-with-terminator): Properly implement
15964         boundaries, in case `terminator' appears in the suffix.
15965         (completion--embedded-envvar-table): Don't return boundaries if
15966         there's no valid completion.  Simplify.
15967         (completion-file-name-table): New completion table extracted from
15968         completion--file-name-table.
15969         (completion--file-name-table): Use it.
15970         (read-file-name-predicate): Declare obsolete.
15971         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
15972         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
15973         completion-file-name-table, and use the `pred' argument.
15974         * files.el (locate-file-completion-table): Use the `pred' arg rather
15975         than read-file-name-predicate.
15976         (abbreviate-file-name): Use \` rather than ^ for BOS.
15978 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15980         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
15981         vc-responsible-backend to register, it causes problems.
15983 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15985         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
15987 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
15989         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
15990         (tramp-smb-handle-file-attributes): Use it.
15991         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
15992         (tramp-smb-handle-insert-directory): Use `mapc' rather than
15993         `mapcar'.  Use `tramp-smb-get-stat-capability'.
15994         Add `dired-filename' text properties.
15995         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
15996         (tramp-smb-maybe-open-connection): Simplify check for smbclient
15997         version.
15999 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16001         * subr.el (read-key-delay): Reduce to 0.01.
16002         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
16003         (bug#4751).
16005 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16007         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
16009         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
16010         (Info-menu): Remove unused vars `last' and `completions'.
16011         (Info-index-nodes): Remove unused var `node'.
16013         * info.el (Info-complete-menu-item): Use complete-with-action.
16015 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
16017         Make vc-annotate work through copies and renames.
16018         * vc-annotate.el (vc-annotate-extract-revision-at-line):
16019         Return the file name too.
16020         (vc-annotate-revision-at-line)
16021         (vc-annotate-find-revision-at-line)
16022         (vc-annotate-revision-previous-to-line)
16023         (vc-annotate-show-log-revision-at-line): Update to get the file
16024         name from vc-annotate-extract-revision-at-line.
16025         (vc-annotate-show-diff-revision-at-line-internal): Change the
16026         argument to mean whether to show a file diff or not.  Get the file
16027         name from vc-annotate-extract-revision-at-line.
16028         (vc-annotate-show-diff-revision-at-line):
16029         Update vc-annotate-show-diff-revision-at-line call.
16030         (vc-annotate-warp-revision): Add an optional file argument.
16032         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
16033         (vc-git-annotate-extract-revision-at-line): Also return the file
16034         name if found.
16036         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
16037         command.  Remove unused code.
16038         (vc-hg-annotate-re): Update to match --follow output.
16039         (vc-hg-annotate-extract-revision-at-line): Also return the file
16040         name if found.
16042         * vc.el: Update annotate-extract-revision-at-line documentation.
16044 2009-10-18  Kevin Ryde  <user42@zip.com.au>
16046         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
16047         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
16049         * net/browse-url.el (browse-url): Identify alist with "consp and
16050         not functionp" and let all other things go down the `apply' leg,
16051         as suggested by Stefan.  (Further to bug#4531.)
16053 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
16055         * minibuffer.el (read-file-name): Check for repeat before putting
16056         a default argument in file-name-history (Bug#4657).
16058         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
16059         read syntax (Bug#4737).
16061         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
16063 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
16065         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
16066         (html-tag-alist, html-tag-help): Add descriptions for undocumented
16067         entries and make note of obsolete tags.
16069 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16071         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
16073 2009-10-18  Glenn Morris  <rgm@gnu.org>
16075         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
16076         grep, so that binary files (eg international/uni-bidi.el) can match.
16077         Remove test for "UnicodeData" files, since it is hopefully unnecessary
16078         now, and in any case the file header format has changed.
16080 2009-10-17  Glenn Morris  <rgm@gnu.org>
16082         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
16083         (flyspell-get-word, flyspell-large-region)
16084         (flyspell-auto-correct-previous-word): Doc/error message fixes.
16086 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
16088         * Makefile.in (ELCFILES): Add ede/shell.
16090 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
16092         * term/common-win.el (x-colors): Purecopy it.
16094 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16096         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
16097         permissive for when the buffer is empty.
16098         (tar-header-block-tokenize): Decode the username and groupname.
16099         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
16101 2009-10-17  Eric Ludlam  <zappo@gnu.org>
16103         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
16104         contains multibyte characters, choose first applicable coding
16105         system automatically.
16107 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16109         * international/mule-cmds.el (select-safe-coding-system): If the file
16110         has a coding cookie, use it regardless of any other setting (bug#4712).
16112 2009-10-17  Glenn Morris  <rgm@gnu.org>
16114         * foldout.el (foldout-mouse-swallow-events):
16115         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
16117         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
16118         (dired-keep-marker-copy, dired-keep-marker-hardlink)
16119         (dired-keep-marker-symlink, dired-dwim-target)
16120         (dired-copy-preserve-time): Do not autoload these defcustoms.
16122         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
16123         messages from messing up the file coding.  (Bug#4623)
16125 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
16127         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
16128         if no match is found for the current dictionary.  (Bug#4578)
16130         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
16131         optional, since that is how it is documented, and this is often called
16132         with a nil argument.  (Bug#4577)
16133         (flyspell-external-point-words, flyspell-auto-correct-word)
16134         (flyspell-correct-word-before-point, flyspell-word-search-forward)
16135         (flyspell-word-search-backward): Remove nil argument in calls to
16136         flyspell-get-word, since it is not needed now.
16138 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
16140         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
16142 2009-10-16  Glenn Morris  <rgm@gnu.org>
16144         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
16146 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
16148         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
16149         (ange-ftp-file-size): New function.
16150         (ange-ftp-file-attributes): Use it.
16152 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
16154         * net/tramp-smb.el (tramp-smb-version): New defvar.
16155         (tramp-smb-maybe-open-connection): Use it, in order to avoid
16156         repeated checks.
16158 2009-10-16  Glenn Morris  <rgm@gnu.org>
16160         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
16161         Maybe copy some custom properties from old to new name.  (Bug#4706)
16163 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
16165         * subr.el (error, sit-for, start-process-shell-command)
16166         (start-file-process-shell-command): Set the calling convention
16167         after the function definition.
16169 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16171         * subr.el (error, sit-for, start-process-shell-command)
16172         (start-file-process-shell-command): Use the new
16173         set-advertised-calling-convention feature.
16175 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
16177         * international/ucs-normalize.el (ucs-normalize-version):
16178         Change to 1.2.
16179         (check-range): Adjust for Unicode 5.2.
16181 2009-10-15  Juri Linkov  <juri@jurta.org>
16183         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
16184         to the `menu-item' format.
16186 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
16188         * net/tramp.el (tramp-replace-environment-variables): Do not fail
16189         if the environment variable does not exist.
16191         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16192         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
16193         parameter.
16194         (tramp-smb-handle-add-name-to-file)
16195         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
16196         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
16197         (tramp-smb-handle-file-attributes)
16198         (tramp-smb-do-file-attributes-with-stat)
16199         (tramp-smb-handle-file-local-copy)
16200         (tramp-smb-handle-insert-directory)
16201         (tramp-smb-handle-make-directory)
16202         (tramp-smb-handle-make-directory-internal)
16203         (tramp-smb-handle-make-symbolic-link)
16204         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
16205         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
16206         (tramp-smb-maybe-open-connection): Apply the changed parameters.
16207         (tramp-smb-read-file-entry): Read Disk names in compressed format.
16208         Handle long file names.
16209         (tramp-smb-get-cifs-capabilities): Check, whether the connection
16210         process is running.
16211         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
16212         Read share names with "-g" option.
16214 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
16216         * net/rcirc.el (rcirc-view-log-file): New command.
16217         (rcirc-track-minor-mode-map): Remove C-c ` binding.
16218         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
16219         specified.
16221 2009-10-15  Glenn Morris  <rgm@gnu.org>
16223         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
16224         from the second command-line argument.
16225         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
16226         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
16227         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
16228         w32-batch-update-autoloads.
16229         * emacs-lisp/autoload.el (autoload-make-program): New variable.
16230         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
16232         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
16233         the headers cannot be located.  Simplify, subtracting superflous
16234         save-excursions.
16236 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16238         Replace completion-base-size by completion-base-position to fix bugs
16239         such as (bug#4699).
16240         * simple.el (completion-base-position): New var.
16241         (completion-base-size): Mark as obsolete.
16242         (choose-completion): Make it work for mouse events as well.
16243         Pass the new base-position to choose-completion-string.
16244         (choose-completion-guess-base-position): New function, extracted from
16245         choose-completion-delete-max-match.
16246         (choose-completion-delete-max-match): Use it.  Make obsolete.
16247         (choose-completion-string): Use the new base-position info.
16248         (completion-root-regexp): Delete.
16249         (completion-setup-function): Preserve completion-base-position.
16250         Eliminate obsolete base-size manipulation.
16251         * minibuffer.el (display-completion-list): Don't mess with base-size.
16252         (minibuffer-completion-help): Set completion-base-position instead.
16253         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
16254         choose-completion.
16255         * textmodes/bibtex.el (bibtex-complete):
16256         * emacs-lisp/crm.el (crm--choose-completion-string):
16257         Adjust to new calling convention.
16258         * complete.el (partial-completion-mode): Use minibufferp to avoid
16259         bumping into incompatible change to choose-completion-string-functions.
16260         * ido.el (ido-choose-completion-string): Make its calling convention
16261         more permissive.
16262         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
16263         base-size manipulation.
16264         (comint-dynamic-list-input-ring): Use dotimes and push.
16265         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
16266         fundamental-mode.  Use `or'.
16268 2009-10-14  Juri Linkov  <juri@jurta.org>
16270         * misearch.el (multi-isearch-next-buffer-from-list)
16271         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
16273 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16275         * Makefile.in (compile-onefile): Load `bytecomp' rather than
16276         `bytecomp.el'.
16278         * minibuffer.el (completion-pcm--merge-completions): Make sure the
16279         string we return is all made up of text from the completions rather
16280         than part from the completions and part from the input (bug#4219).
16282         * ido.el (ido-everywhere): Use define-minor-mode.
16284         * buff-menu.el (list-buffers, ctl-x-map):
16285         Mark the entry points with ;;;###autoload cookies.
16287 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
16289         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
16290         correctly in the detached head case.
16291         (vc-git-print-log): Remove unused binding.
16293         * vc.el (vc-responsible-backend): When a directory is passed for
16294         for registration create a VC repository if no backend is
16295         responsible for the directory argument.
16296         (vc-deduce-fileset): Tell vc-responsible-backend to register.
16298         * vc.el: Move comments about RCS and SCCS ...
16299         * vc-rcs.el:
16300         * vc-sccs.el: ... here, respectively.
16302 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16304         * minibuffer.el (completion--file-name-table): Return nil if there's
16305         no file completion, even if substitute-in-file-name changed
16306         the string (bug#4708).
16308 2009-10-13  Juri Linkov  <juri@jurta.org>
16310         * files-x.el (read-file-local-variable-value): Don't filter out
16311         minor modes from mode name completion (bug#4664).
16313 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
16315         * international/mule-cmds.el (ucs-names): Remove exclusion of
16316         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
16318 2009-10-13  Kenichi Handa  <handa@m17n.org>
16320         * international/uni-name.el: Regenerated.
16322 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
16324         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
16325         should be automatically buffer-local, but isn't.)
16327 2009-10-12  Sam Steingold  <sds@gnu.org>
16329         * progmodes/compile.el (compilation-next-error-function): Fix the
16330         timestamps if the buffer has been visited before.
16331         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
16332         non-anchored patterns, like the perl one (bug#3928).
16334 2009-10-12  Glenn Morris  <rgm@gnu.org>
16336         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
16337         Let-bind `size'.
16339 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
16341         * proced.el (proced-unload-function): New function.
16343         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
16344         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
16345         Doc fix.
16347         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
16349 2009-10-11  Juri Linkov  <juri@jurta.org>
16351         * files-x.el (read-file-local-variable-value):
16352         Provide default value only for bound variables (bug#4664).
16354 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
16356         * net/tramp.el (tramp-local-host-p): Function shall return nil for
16357         connection methods like smb.
16359         * net/tramp-cache.el (tramp-flush-connection-property): The hash
16360         can be empty.
16362         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16363         (tramp-smb-file-name-handler-alist): Add handlers for
16364         `add-name-to-file', `make-symbolic-link'.
16365         (tramp-smb-handle-add-name-to-file)
16366         (tramp-smb-do-file-attributes-with-stat)
16367         (tramp-smb-handle-make-symbolic-link)
16368         (tramp-smb-get-cifs-capabilities): New defuns.
16369         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
16370         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
16371         (tramp-smb-handle-file-local-copy)
16372         (tramp-smb-handle-make-directory-internal)
16373         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
16374         The file name syntax depends on cifs capabilities.
16375         (tramp-smb-handle-file-attributes):
16376         Call `tramp-smb-do-file-attributes-with-stat' if possible.
16377         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
16378         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
16380 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
16382         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
16383         (eieio-defclass): Apply deftype handler and setf-method properties
16384         directly.
16385         (eieio-add-new-slot): Avoid union function from cl library.
16386         (eieio--typep): New function.
16387         (eieio-perform-slot-validation): Use it.
16389 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
16391         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
16392         Update documentation to refer to the variables documented in r1.135.
16393         (Bug#4188)
16395 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
16397         * bookmark.el (Info-suffix-list): Remove this unused variable.
16398         (bookmark-current-point): Remove this obsolete variable.
16399         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
16400         Adjust for removal of bookmark-current-point.
16402         (bookmarks-already-loaded, bookmark-current-buffer)
16403         (bookmark-yank-point): Document.  (Bug#4188)
16405 2009-10-10  Glenn Morris  <rgm@gnu.org>
16407         * frame.el (frame-height): Doc fix.
16409         * calendar/calendar.el (calendar-split-width-threshold): New option.
16410         (calendar-basic-setup): Use calendar-split-width-threshold.
16412 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
16414         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
16415         Ideographic Supplement" range (U+1F200..U+1F2FF).
16417 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
16419         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
16420         since the list will have been rebuilt anyway.  (Bug#4349)
16422 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
16424         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
16425         (bookmark-bmenu-execute-deletions): Don't save here, as
16426         bookmark-delete will now do so if necessary.
16427         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
16428         (Bug#4348)
16430 2009-10-09  Glenn Morris  <rgm@gnu.org>
16432         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
16434 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
16436         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
16437         (bookmark-jump-other-window): Just invoke bookmark-jump with new
16438         argument now, so the two function's behaviors will match.  (Bug#3645)
16440 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
16442         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
16443         (tramp-file-name-real-host, tramp-file-name-port):
16444         Apply `save-match-data'.
16446         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
16447         case both directories are remote.
16448         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
16449         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
16451 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
16453         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
16455 2009-10-07  Glenn Morris  <rgm@gnu.org>
16457         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
16458         of concat.
16460 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16462         * files-x.el (read-file-local-variable): Include some
16463         non-user-variables in the completion table (bug#4664).
16465 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
16467         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
16468         message.
16470         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16471         (tramp-smb-file-name-handler-alist): Add handler for
16472         `copy-directory', `expand-file-name', `set-file-modes'.
16473         (tramp-smb-handle-copy-directory)
16474         (tramp-smb-handle-expand-file-name)
16475         (tramp-smb-handle-set-file-modes): New defuns.
16476         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
16477         (tramp-smb-handle-file-attributes): Simplify check for retrieving
16478         entry.
16479         (tramp-smb-handle-insert-directory): Don't flush the cache.
16480         (tramp-smb-maybe-open-connection): Check for samba client and
16481         server versions.
16483 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
16485         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
16486         to not error out of search for "^lisp=" fails.
16488 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
16490         * makefile.w32-in (WINS_UPDATES): New macro.
16491         (custom-deps, finder-data, autoloads): Use it.
16493 2009-10-07  Glenn Morris  <rgm@gnu.org>
16495         * Makefile.in (autoloads): Revert previous change.
16496         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
16497         the list of preloaded files passed on the command-line, get
16498         it from src/Makefile.
16500         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
16501         show the original buffer rather than a random one.
16503 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
16505         * help.el (describe-no-warranty): Place point in a slightly better
16506         position in the GPLv3 text.
16508 2009-10-06  Sam Steingold  <sds@gnu.org>
16510         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
16511         the comm attribute is present before calling regexp-quote.
16513 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
16515         * play/animate.el (animate-string): For good effect, make sure
16516         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
16518         * play/animate.el (animate-sequence, animate-birthday-present):
16519         * misc.el (butterfly): Don't set `indent-tabs-mode'.
16521 2009-10-06  Glenn Morris  <rgm@gnu.org>
16523         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
16525         * emacs-lisp/autoload.el (autoload-excludes): New variable.
16526         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
16527         (batch-update-autoloads): Process a string value of autoload-excludes,
16528         set during the build process.
16529         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
16531         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
16532         inside with-parsed...  macro so that `v' is defined.
16534         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
16535         * progmodes/fortran.el (fortran-end-of-block)
16536         (fortran-beginning-of-block):
16537         Also push mark in the macro case.
16539         * emerge.el (emerge-show-file-name):
16540         * calc/calc.el (calc-quit):
16541         * calc/calc-misc.el (calc-big-or-small):
16542         * calc/calc-graph.el (calc-graph-view):
16543         * calc/calc-ext.el (calc-reset):
16544         * calendar/calendar.el (calendar-basic-setup):
16545         Use window-full-height-p.
16547         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
16548         header we don't understand, don't insert another.  (Bug#4624)
16549         If changing mime charset, insert the new one in the right place.
16551 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
16553         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
16554         (cal-tex-cursor-month): Correctly increment the end date for diary and
16555         holiday listing.  (Bug#4626)
16557 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16559         * help-fns.el (describe-function-1): Don't burp if the function is not
16560         a symbol.
16562 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
16564         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
16565         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
16566         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
16567         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
16569         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
16570         (eieio-default-superclass): Reflow docstrings.
16571         (this, class-option-assoc, defclass, eieio-class-un-autoload)
16572         (eieio-unbind-method-implementations, defmethod)
16573         (eieio-validate-slot-value, eieio-validate-class-slot-value)
16574         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
16575         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
16576         (eieio-slot-originating-class-p, eieio-slot-name-index)
16577         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
16578         (constructor, initialize-instance, no-next-method, object-print)
16579         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
16580         Fix typos in docstrings.
16581         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
16582         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
16583         (next-method-p): Doc fixes.
16584         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
16585         Fix typos in error messages.
16586         (eieio-defmethod): Fix typo in description of generic method.
16588         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
16589         (eieio-persistent-save-interactive, slot-missing):
16590         Fix typos in docstrings.
16591         (eieio-instance-inheritor-slot-boundp): Doc fix.
16593         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
16594         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
16596         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
16597         (eieio-custom-object-apply-reset):
16598         Fix typos in docstrings and error messages.
16600         * emacs-lisp/eieio-datadebug.el (data-debug-show):
16601         Fix typo in docstring.
16603         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
16604         (eieio-browse-tree): Doc fix.
16605         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
16606         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
16607         Fix typos in docstrings.
16609         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
16610         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
16611         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
16612         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
16613         Reflow docstrings.
16615 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
16617         * vc-hg.el (log-view-vc-backend): Declare for compiler.
16618         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
16619         Set log-view-vc-backend so that diff can work.
16621         * log-view.el (log-view-diff): Use vc-diff-internal instead of
16622         vc-version-diff.
16623         (vc-diff-internal): Autoload this instead of vc-version-diff.
16625 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
16627         * simple.el (eval-expression): Doc fix.
16629         * progmodes/cwarn.el (cwarn-mode): Doc fix.
16631 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
16633         * files.el (directory-files-no-dot-files-regexp): New defconst.
16634         (delete-directory): Use it.
16635         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
16637         * net/tramp.el (tramp-verbose): Fix docstring.
16638         (tramp-methods): Add recursive option to `tramp-copy-args'.
16639         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
16640         "scp1_old", "scp2_old", "rsync", "rsyncc".
16641         (tramp-default-method): Check also for `auth-source-user-or-password'.
16642         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16643         Add handler for `copy-directory'.
16644         (tramp-handle-copy-directory): New defun.
16645         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
16646         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
16647         Optimize sent command.
16649 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16651         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
16652         window if necessary.
16654         * calendar/calendar.el (calendar-basic-setup): Don't call
16655         switch-to-buffer in a dedicated window.
16657 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
16659         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
16660         don't do anything related to relocating, just return nil.
16661         (bookmark-error-no-filename): New error.
16662         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
16663         bookmark has no file.  Don't even attempt to handle things that
16664         are not files; the whole point of custom handlers is to keep that
16665         knowledge elsewhere anyway.  Tighten some comments.
16666         (bookmark-file-or-variation-thereof): Remove now-unused function.
16667         (bookmark-location): Doc string fix.
16668         (Bug#4250)
16670 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16672         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
16673         don't use a file dialog, because they usually don't know how to read
16674         a directory target from the user.  (Bug#4230)
16675         Also, make sure the prompt can display directories as well as files.
16677 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16679         * bookmark.el (bookmark-set, bookmark-buffer-name):
16680         Improve doc strings.  (Bug#1193)
16682 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16684         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
16685         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
16686         (bookmark-get-annotation, bookmark-set-annotation)
16687         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16688         (bookmark-set-position, bookmark-get-front-context-string)
16689         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16690         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
16691         (bookmark-jump-other-window, bookmark-handle-bookmark)
16692         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
16693         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
16694         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
16695         Improve doc strings to say whether bookmark can be a string or
16696         a record or both, and make other consistency and clarity fixes.
16697         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
16698         (bookmark-default-annotation-text, bookmark-yank-word)
16699         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
16700         (bookmark-import-new-list, bookmark-maybe-rename)
16701         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16702         (bookmark-bmenu-bookmark): Give these doc strings.
16703         (bookmark-bmenu-check-position): Give this a doc string, but also
16704         add a FIXME comment about how the function may be pointless.
16705         (bookmark-default-handler): Rework doc string and change a
16706         parameter name, to clarify that this takes a bookmark record
16707         not a bookmark name.
16708         (bookmark-set): Change a parameter name to indicate its meaning,
16709         and improve the doc string a bit.
16710         (Bug#4188)
16712 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16714         * bookmark.el (bookmark-alist): Document the new `handler' element
16715         in the param alist.
16716         (bookmark-make-record-function): Adjust documentation for above.
16717         (Bug#4193)
16719 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16721         * info.el (Info-bookmark-make-record): Document this function.
16722         (Info-bookmark-jump): Document with a doc string, not just a comment.
16723         (Bug#4203)
16725 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
16727         * files.el (copy-directory): New defun.
16729         * dired-aux.el (dired-copy-file-recursive): Use it.
16731 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
16733         * files-x.el (modify-dir-local-variable)
16734         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
16735         docstrings.
16737         * recentf.el (recentf-unload-function): New function.
16739 2009-10-04  Glenn Morris  <rgm@gnu.org>
16741         * window.el (window-full-height-p): Add doc string.
16743 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
16745         * window.el (window-full-height-p): New function.  (Bug#4543)
16747 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
16749         * vc.el: Remove commented out code.
16750         (vc-derived-from-dir-mode): Remove, unused.
16751         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
16753 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
16755         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
16756         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
16757         there could be recursive loading when `default-directory' is a
16758         remote file name.  (Bug#4614)
16760 2009-10-03  Glenn Morris  <rgm@gnu.org>
16762         * calendar/calendar.el (calendar-basic-setup): Handle the case where
16763         the frame is wide.
16764         (calendar-generate-window): Test for shrinkability rather than width.
16766         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
16767         reusing existing buffers, in case we happen to visit two files with the
16768         same basename.  (Bug#4593)
16770 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
16772         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
16773         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
16774         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
16775         subdirs of cedet as well.
16776         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
16778 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16780         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
16781         Obey advertised-signature-table.
16783         * help-fns.el (help-function-arglist): Don't check
16784         advertised-signature-table.
16785         (describe-function-1): Do it here instead so it also applies to subrs.
16787 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
16789         * simple.el (start-file-process): Say in the doc-string, that file
16790         handlers might not support pty association, if PROGRAM is nil.
16792         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
16793         HOST and USER are strings.  They are nil, when there are
16794         incomplete entries in ~/.netrc, for example.
16795         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
16796         root directory ("device busy" error otherwise).
16798         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
16799         Flush file properties of created directory.
16801 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
16803         * makefile.w32-in (WINS_BASIC): Remove cedet.
16804         (WINS_CEDET): Add cedet.
16805         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
16807 2009-10-02  Kevin Ryde  <user42@zip.com.au>
16809         * net/browse-url.el (browse-url): Pass any symbol in
16810         browse-url-browser-function to `apply', since if you've mistakenly put
16811         an unbound symbol then the error is clearer.  (Bug#4531)
16813 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
16815         * allout.el (allout-init, allout-back-to-current-heading)
16816         (allout-beginning-of-current-entry, allout-ascend-to-depth)
16817         (allout-ascend, allout-up-current-level, allout-end-of-level)
16818         (allout-previous-visible-heading, allout-forward-current-level)
16819         (allout-backward-current-level, allout-show-children):
16820         * apropos.el (apropos-describe-plist):
16821         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
16822         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
16823         * completion.el (add-completion, add-permanent-completion):
16824         * descr-text.el (describe-text-category, describe-char):
16825         * desktop.el (desktop-lazy-abort):
16826         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
16827         * dired.el (dired-build-subdir-alist):
16828         * ediff.el (ediff-version):
16829         * elide-head.el (elide-head, elide-head-show):
16830         * emerge.el (emerge-version):
16831         * env.el (getenv):
16832         * face-remap.el (variable-pitch-mode):
16833         * faces.el (describe-face):
16834         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
16835         (dired-at-point):
16836         * files.el (find-file-existing, auto-save-mode):
16837         * font-lock.el (font-lock-fontify-buffer):
16838         * help-fns.el (describe-function, describe-variable)
16839         (describe-syntax, describe-categories):
16840         * help.el (view-lossage, describe-bindings, describe-key)
16841         (describe-mode):
16842         * hexl.el (hexl-current-address):
16843         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
16844         * info.el (Info-goto-emacs-key-command-node):
16845         * log-edit.el (log-edit-insert-cvs-template)
16846         (log-edit-insert-cvs-rcstemplate):
16847         * menu-bar.el (menu-bar-mode):
16848         * mouse.el (mouse-appearance-menu):
16849         * newcomment.el (comment-indent-new-line):
16850         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
16851         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
16852         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
16853         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
16854         * recentf.el (recentf-mode):
16855         * savehist.el (savehist-mode, savehist-save):
16856         * shadowfile.el (shadow-copy-files):
16857         * simple.el (kill-ring-save, next-line, previous-line)
16858         (normal-erase-is-backspace-mode):
16859         * strokes.el (strokes-update-window-configuration)
16860         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
16861         (strokes-xpm-for-stroke):
16862         * time.el (emacs-uptime, emacs-init-time):
16863         * tutorial.el (tutorial--describe-nonstandard-key)
16864         (tutorial--detailed-help):
16865         * type-break.el (type-break-mode)
16866         (type-break-mode-line-message-mode, type-break-query-mode)
16867         (type-break-guesstimate-keystroke-threshold):
16868         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16869         * version.el (emacs-version):
16870         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16871         * winner.el (winner-mode):
16872         * calendar/timeclock.el (timeclock-in, timeclock-out)
16873         (timeclock-status-string, timeclock-change)
16874         (timeclock-workday-remaining-string)
16875         (timeclock-workday-elapsed-string)
16876         (timeclock-when-to-leave-string):
16877         * calendar/todo-mode.el (todo-add-category):
16878         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16879         * emacs-lisp/autoload.el (update-file-autoloads):
16880         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16881         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16882         (checkdoc-message-text, checkdoc-defun):
16883         * emacs-lisp/debug.el (debugger-list-functions):
16884         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16885         * emacs-lisp/eieio-opt.el (eieio-describe-class)
16886         (eieio-describe-generic):
16887         * emacs-lisp/lisp-mnt.el (lm-synopsis):
16888         * emacs-lisp/shadow.el (list-load-path-shadows):
16889         * emulation/cua-base.el (cua-mode):
16890         * emulation/edt.el (edt-set-scroll-margins):
16891         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
16892         (tpu-toggle-regexp, tpu-toggle-search-direction)
16893         (tpu-toggle-rectangle, tpu-toggle-control-keys):
16894         * emulation/tpu-extras.el (tpu-set-scroll-margins):
16895         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16896         (viper-set-parsing-style-toggling-macro)
16897         (viper-set-emacs-state-searchstyle-macros):
16898         * emulation/viper.el (viper-set-hooks):
16899         * eshell/esh-mode.el (eshell-truncate-buffer):
16900         * international/mule-cmds.el (prefer-coding-system)
16901         (describe-input-method, describe-language-environment):
16902         * international/mule-diag.el (list-character-sets)
16903         (describe-character-set, describe-coding-system)
16904         (describe-fontset, list-fontsets, list-input-methods):
16905         * mail/sendmail.el (mail-signature):
16906         * net/ange-ftp.el (ange-ftp-copy-file):
16907         * net/browse-url.el (browse-url):
16908         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
16909         * net/quickurl.el (quickurl-add-url):
16910         * net/rcirc.el (names, topic):
16911         * net/xesam.el (xesam-mode):
16912         * play/5x5.el (5x5-new-game):
16913         * play/yow.el (apropos-zippy):
16914         * progmodes/ada-mode.el (ada-mode-version):
16915         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
16916         (f90-end-of-block)
16917         (f90-beginning-of-block):
16918         * progmodes/fortran.el (fortran-end-of-block)
16919         (fortran-beginning-of-block):
16920         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
16921         * progmodes/python.el (python-describe-symbol, python-shell):
16922         * term/ns-win.el (ns-print-buffer):
16923         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
16924         * textmodes/flyspell.el (flyspell-mode-on):
16925         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
16926         (pages-directory-for-addresses):
16927         * textmodes/table.el (table-recognize-cell)
16928         (table-query-dimension, table-generate-source)
16929         (table-insert-sequence, table--warn-incompatibility):
16930         * textmodes/tex-mode.el (tex-validate-buffer):
16931         * textmodes/texinfmt.el (texinfmt-version)
16932         (texinfo-format-buffer):
16933         Use `called-interactively-p' instead of `interactive-p'.
16935 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
16937         * image-mode.el (image-toggle-display):
16938         * emacs-lisp/elp.el (elp-instrument-function):
16939         * emacs-lisp/advice.el (ad-make-advised-definition):
16940         * emacs-lisp/easy-mmode.el (define-minor-mode):
16941         * net/browse-url.el (browse-url-maybe-new-window):
16942         * progmodes/sh-script.el (sh-learn-buffer-indent):
16943         Pass new argument 'any to `called-interactively-p'.
16945 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
16947         * international/uni-bidi.el:
16948         * international/uni-category.el:
16949         * international/uni-combining.el:
16950         * international/uni-comment.el:
16951         * international/uni-decimal.el:
16952         * international/uni-decomposition.el:
16953         * international/uni-digit.el:
16954         * international/uni-lowercase.el:
16955         * international/uni-mirrored.el:
16956         * international/uni-name.el:
16957         * international/uni-numeric.el:
16958         * international/uni-old-name.el:
16959         * international/uni-titlecase.el:
16960         * international/uni-uppercase.el:
16961         Regenerate from Unicode 5.2.0 data.
16963 2009-10-01  Glenn Morris  <rgm@gnu.org>
16965         * Makefile.in (ELCFILES): Regenerate.
16967 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16969         * subr.el (interactive-p): Mark obsolete.
16970         (called-interactively-p): Make the optional-ness of `kind' obsolete.
16971         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
16972         advertised-signature-table for subroutines as well.
16974         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
16975         (set-advertised-calling-convention): New function.
16976         (make-obsolete, define-obsolete-function-alias)
16977         (make-obsolete-variable, define-obsolete-variable-alias):
16978         Make the optional-ness of `when' obsolete.
16979         (define-obsolete-face-alias): Make `when' non-optional.
16980         * help-fns.el (help-function-arglist):
16981         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
16982         Use advertised-signature-table.
16984 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
16986         * files.el (delete-directory): New defun.  The original function
16987         in fileio.c has been renamed to `delete-directory-internal'.
16989         * dired.el (dired-delete-file): Call `delete-directory' with
16990         RECURSIVE parameter.
16992         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
16993         parameter RECURSIVE.  Implementation is missing.
16995         * net/tramp.el (tramp-handle-make-directory): Flush upper
16996         directory's file properties.
16997         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
16998         (tramp-handle-dired-recursive-delete-directory): Flush directory
16999         properties after the remove command only.
17001         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
17002         Handle optional parameter RECURSIVE.
17004         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
17005         Handle optional parameter RECURSIVE.
17007         * net/tramp-smb.el (tramp-smb-errors): Add error message for
17008         connection timeout.
17009         (tramp-smb-handle-delete-directory): Handle optional parameter
17010         RECURSIVE.
17012 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17014         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
17015         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
17016         (byte-compile-defmacro): Use backquotes.
17018         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
17020         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
17021         has no associated file.
17022         (vc-resynch-buffer): Use vc-dir-buffers.
17024 2009-10-01  Glenn Morris  <rgm@gnu.org>
17026         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
17027         (chart-file-count):
17028         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
17029         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
17030         * emacs-lisp/eieio-opt.el (eieio-describe-class):
17031         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
17032         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
17033         (eieio-copy-parents-into-subclass, make-instance, class-children)
17034         (eieio-generic-form):
17036         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
17037         match-data.  (Bug#4555).
17039         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
17040         rather than parsing it as a regexp.  This relaxes the layout
17041         requirements and makes errors easier to detect.
17042         (check-declare-verify): Check file is regular.
17043         (check-declare-directory): Doc fix.
17044         * subr.el (declare-function): Doc fix.
17046         * ibuffer.el (ibuffer-format-qualifier):
17047         * isearch.el (hi-lock-regexp-okay):
17048         * calc/calc.el (math-zerop):
17049         * mail/uce.el (rmail-msgbeg, rmail-msgend):
17050         * term/w32-win.el (setup-default-fontset, set-fontset-font):
17051         Remove unused declarations.
17053 2009-09-30  Eric Ludlam  <zappo@gnu.org>
17055         * emacs-lisp/eieio.el (boolean-p): Delete.
17057 2009-09-30  Glenn Morris  <rgm@gnu.org>
17059         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
17061         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
17062         filename is not a string.
17064 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
17066         * files.el (safe-local-eval-forms): Fix typo.
17068 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17070         * vc-hooks.el (vc-dir-buffers): New var.
17071         (vc-state-refresh): New function.
17072         (vc-state): Use it.
17073         (vc-after-save): Always ask the backend to recompute the new state.
17074         Always call vc-dir if necessary, using vc-dir-buffers.
17075         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
17076         Use vc-dir-buffers.
17077         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
17078         (vc-dir-prepare-status-buffer, vc-dir-update)
17079         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
17080         Don't call expand-file-name on default-directory.
17082 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
17084         * speedbar.el (speedbar-item-delete):
17085         * calc/calc-prog.el (calc-kbd-if):
17086         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
17088         * epa.el (epa-key-list-mode-map):
17089         * hi-lock.el (hi-lock-menu): Fix typos in menus.
17091         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
17092         (hs-show-hook): Fix typo in docstring.
17094 2009-09-29  Glenn Morris  <rgm@gnu.org>
17096         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
17097         file-name-nondirectory call preventing location of cedet files.
17098         (check-declare-verify): Use literal search rather than re-search.
17099         Add basic defmethod and defclass, and define-overloadable-function.
17101         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17102         Use tramp-compat-file-attributes rather than nonexistent
17103         tramp-compat-handle-file-attributes.
17105         * Makefile.in (lisptagsfiles4): New.
17106         (AUTOGENEL): Add cedet loaddefs files.
17107         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
17108         (update-elclist, compile-always, backup-compiled-files)
17109         (bootstrap-clean): Add yet another directory level.
17110         (update-elclist): Use LC_COLLATE rather than COLLATE.
17111         (ELCFILES): Update, via `make update-elclist'.
17113 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
17115         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
17116         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
17117         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
17119 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
17121         * Makefile.in (lisptagsfiles3): Define.
17122         (TAGS, TAGS-LISP): Use it.
17123         (update-elclist): Add third directory level to look for elc files.
17124         (compile-always): Likewise.
17125         (backup-compiled-files): Likewise.
17126         (bootstrap-clean): Likewise.
17127         (ELCFILES): Update.
17129 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
17131         * Makefile.in (ELCFILES): Add CEDET files.
17133 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
17135         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
17137         * net/tramp.el (top): Require tramp-imap.
17139         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17140         Use `tramp-compat-handle-file-attributes'.
17142 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17144         * net/tramp-imap.el: New package.
17146 2009-09-28  Eric Ludlam  <zappo@gnu.org>
17148         * emacs-lisp/chart.el:
17149         * emacs-lisp/eieio-base.el:
17150         * emacs-lisp/eieio-comp.el:
17151         * emacs-lisp/eieio-custom.el:
17152         * emacs-lisp/eieio-datadebug.el:
17153         * emacs-lisp/eieio-opt.el:
17154         * emacs-lisp/eieio-speedbar.el:
17155         * emacs-lisp/eieio.el: New files.
17157 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17159         * whitespace.el (whitespace-trailing-regexp)
17160         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
17161         Fix doc string.
17163 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
17165         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
17166         menu.
17168         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
17169         menu-bar-ediff-menu.
17171         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
17172         define-overloadable-function.
17174         * progmodes/autoconf.el: Provide autoconf as well, so that this
17175         file can be `require'd.
17177         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
17179         * emacs-lisp/autoload.el (generated-autoload-feature)
17180         (generated-autoload-load-name): New vars.
17181         (autoload-rubric, autoload-generate-file-autoloads): Use them.
17182         (make-autoload): Recognize define-overloadable-function and
17183         defclass forms (for EIEIO).
17185         * Makefile.in (update-subdirs): Exclude cedet directory.
17187 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
17189         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
17191         * faces.el: Default light-background background for region face to
17192         ns_selection_color under NS.
17194 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17196         * net/imap-hash.el: New library, see NEWS.
17198         * Makefile.in (ELCFILES): Add imap-hash.el.
17200 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17202         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
17203         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
17204         * help-macro.el (make-help-screen): Avoid using an ambiguous function
17205         definition where the docstring could be taken for the return value.
17207 2009-09-26  Glenn Morris  <rgm@gnu.org>
17209         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
17210         Add option to only show images below a certain size.
17211         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
17212         save-excursion calls.
17214 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
17216         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
17217         subdirectories) and eieio.
17219 2009-09-26  Alan Mackenzie  <acm@muc.de>
17221         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17222         Correct buggy bracketing.  (Bug#4289)
17224         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
17225         character constants (as case labels).  (Bug#4289)
17227 2009-09-25  Juri Linkov  <juri@jurta.org>
17229         * files.el (safe-local-eval-forms): Allow time-stamp in
17230         before-save-hook (Bug#4554).
17232 2009-09-25  Drew Adams  <drew.adams@oracle.com>
17234         * menu-bar.el (list-buffers-directory): Doc fix.
17236 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17238         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
17239         Try and avoid copying twice the same paragraph.
17240         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
17241         Remove save-excursion.
17242         (log-edit-changelog-entry): Do it here instead.
17244 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
17246         * bs.el (bs--get-file-name): Use `list-buffers-directory'
17247         when available, instead of hardcoding mode names.  Doc fix.
17249         * menu-bar.el (list-buffers-directory): Add docstring.
17250         Make automatically buffer-local.
17252         * dired.el (dired-mode):
17253         * files.el (cd-absolute):
17254         * pcvs.el (cvs-temp-buffer):
17255         * pcvs-util.el (cvs-get-buffer-create):
17256         * shell.el (shell-mode):
17257         * vc-dir.el (vc-dir-mode):
17258         Don't make `list-buffers-directory' buffer local.
17260 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
17262         * comint.el (comint-exec, comint-run, make-comint):
17263         Doc fixes (Bug#4542).
17265 2009-09-25  Glenn Morris  <rgm@gnu.org>
17267         * mail/rmailmm.el (rmail-mime): New custom group.
17268         Move all defcustoms in this file into this group.
17269         (rmail-mime-media-type-handlers-alist): Revert previous change.
17270         (rmail-mime-show-images): New option.
17271         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
17272         references to it, since it wasn't actually used for anything.
17273         (rmail-mime-insert-image): New function.
17274         (rmail-mime-image): Use rmail-mime-insert-image.
17275         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
17276         obey the value of `rmail-mime-show-images' option.  Print the size of
17277         attachments.
17279 2009-09-25  David Engster  <deng@randomsample.de>
17281         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
17283 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17285         * whitespace.el: Does not highlight trailing spaces While point is
17286         at end of line.  Does not highligt spaces at beginning of buffer
17287         while point is at beginning of buffer.  Does not highlight spaces
17288         at end of buffer while point is at end of buffer.  (Bug#4177)
17289         New version 12.0.
17290         (whitespace-display-mappings): Adjust initialization.
17291         (whitespace-point, whitespace-font-lock-refontify): New vars.
17292         (whitespace-color-on, whitespace-color-off): Adjust code.
17293         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
17294         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
17295         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
17297 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
17299         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
17301         * textmodes/sgml-mode.el: Remove xml-mode alias.
17303         * files.el (auto-mode-alist, conf-mode-maybe)
17304         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
17306 2009-09-24  Alan Mackenzie  <acm@muc.de>
17308         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
17309         c-forward-conditionals, but it doesn't move point and doesn't set
17310         the mark.
17311         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
17312         (c-down-conditional-with-else, c-backward-conditional)
17313         (c-forward-conditional): Refactor to use c-scan-conditionals.
17315 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
17317         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
17318         (help-default-arg-highlight): Remove.
17319         (help-highlight-arg): New function.
17320         (help-do-arg-highlight): Use it.
17321         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
17323 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17325         * term.el (term-set-scroll-region, term-handle-ansi-escape):
17326         Undo last change, which didn't fix the problem and introduced others.
17328 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
17330         * progmodes/gdb-mi.el: Don't require speedbar.
17331         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
17333 2009-09-24  Glenn Morris  <rgm@gnu.org>
17335         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
17337         * term/ns-win.el (ns-reg-to-script): Define for compiler.
17339         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
17340         there is no newline after the final mime boundary.  (Bug#4539)
17341         Move markers on insertion so that any buttons inserted don't end up in
17342         the next part of a multipart message.
17343         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
17344         (rmail-mime-bulk-handler): Optionally handle images.
17345         (rmail-mime-image): New button action.
17346         (rmail-mime-image-handler): New function.
17347         (rmail-mime-mode): New mode.
17348         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
17350 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17352         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
17353         than just dropping elements from it (bug#4504).
17355         * term.el (term-set-scroll-region): Don't move cursor any more.
17356         (term-handle-ansi-escape): Call term-goto here instead.
17357         Suggested by Ivan Kanis <apple@kanis.eu>.
17359         * term.el: Require CL.
17360         (term-ansi-reset): New function.
17361         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
17362         (term-handle-colors-array): Simplify.
17364 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
17366         * allout.el (allout-overlay-interior-modification-handler)
17367         (allout-obtain-passphrase):
17368         * epa-file.el (epa-file-write-region):
17369         * ps-print.el (ps-begin-job):
17370         * vc-hooks.el (vc-toggle-read-only):
17371         * vc-rcs.el (vc-rcs-rollback):
17372         * vc-sccs.el (vc-sccs-rollback):
17373         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
17374         (vc-version-diff, vc-revert, vc-rollback):
17375         * wdired.el (wdired-check-kill-buffer):
17376         * emacs-lisp/authors.el (authors):
17377         * net/socks.el (socks-open-connection):
17378         * net/zeroconf.el (zeroconf-service-add-hook):
17379         * obsolete/vc-mcvs.el (vc-mcvs-register):
17380         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
17381         (gdb-select-frame):
17382         * progmodes/grep.el (lgrep, rgrep):
17383         * progmodes/idlw-help.el (idlwave-help-check-locations)
17384         (idlwave-help-html-link, idlwave-help-assistant-open-link):
17385         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17386         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
17387         (reftex-toc-rename-label): Fix typos in error messages.
17389         * dired-aux.el (dired-do-shell-command): Reflow docstring.
17390         (dired-copy-how-to-fn): Doc fix.
17391         (dired-files-attributes, dired-read-shell-command):
17392         Fix typos in docstrings.
17394         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
17395         (dired-x-find-file-other-window): Reflow docstrings.
17396         (dired-omit-marker-char, dired-read-shell-command)
17397         (dired-x-submit-report): Fix typos in docstrings.
17399         * shell.el (shell-mode-hook):
17400         * view.el (View-scroll-line-forward):
17401         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
17402         Fix typos in docstrings.
17404         * net/dig.el (dig-invoke): Fix typo in docstring.
17405         (query-dig): Reflow docstring.
17407         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
17408         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
17409         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
17410         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
17411         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
17412         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
17413         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
17414         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
17415         (idlwave-completion-map, idlwave-current-indent)
17416         (idlwave-custom-ampersand-surround, idlwave-customize)
17417         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
17418         (idlwave-define-abbrev, idlwave-determine-class-special)
17419         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
17420         (idlwave-end-block-reg, idlwave-end-of-statement)
17421         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
17422         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
17423         (idlwave-explicit-class-listed, idlwave-file-header)
17424         (idlwave-fill-paragraph, idlwave-find-class-definition)
17425         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
17426         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
17427         (idlwave-in-quote, idlwave-indent-action-table)
17428         (idlwave-indent-expand-table, idlwave-indent-line)
17429         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
17430         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
17431         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
17432         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
17433         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
17434         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
17435         (idlwave-outlawed-buffers, idlwave-popup-select)
17436         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
17437         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
17438         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
17439         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
17440         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
17441         (idlwave-statement-type, idlwave-struct-skip)
17442         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
17443         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
17444         (idlwave-what-module-find-class): Fix typos in docstrings.
17445         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
17446         (idlwave-calculate-cont-indent, idlwave-expand-equal)
17447         (idlwave-find-module, idlwave-find-structure-definition)
17448         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
17449         (idlwave-list-load-path-shadows, idlwave-next-statement)
17450         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
17451         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
17452         (idlwave-template): Reflow docstrings.
17454         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
17455         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
17456         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
17457         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
17458         (idlwave-shell-display-line, idlwave-shell-display-wframe)
17459         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
17460         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
17461         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
17462         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
17463         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
17464         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
17465         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
17466         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
17467         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
17468         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
17469         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
17470         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
17471         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
17472         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
17473         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
17474         Fix typos in docstrings.
17475         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
17476         (idlwave-shell-hide-output, idlwave-shell-mode)
17477         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
17478         Reflow docstrings.
17480         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
17482 2009-09-24  Ivan Kanis  <apple@kanis.eu>
17484         * term.el (term-bold-attribute): New var.
17485         (term-handle-colors-array): Use it.
17487 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
17489         * progmodes/gdb-mi.el (gdb-version): New variable.
17490         (gdb-non-stop-handler): Set gdb-version.
17491         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
17492         Condition "--thread" option on gdb-version.
17493         (gdb-invalidate-threads): Remove unused argument.
17495 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17497         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
17498         to looking-back to avoid ridiculous slow down in large files (bug#4511).
17500 2009-09-23  Glenn Morris  <rgm@gnu.org>
17502         * mail/rmail.el (rmail-reply): Don't try to add a References header when
17503         replying to mail without References or Message-Id.  (Bug#4525)
17505 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
17507         * term/ns-win.el (ns-reg-to-script): New variable.
17509 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
17511         * epg.el (epg-wait-for-status): Preserve existing 'error results.
17513 2009-09-22  Sam Steingold  <sds@gnu.org>
17515         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
17516         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
17517         to 1 because hg returns status 1 when nothing is found.
17518         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
17520 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17522         * textmodes/fill.el: Convert to utf-8 encoding.
17523         (fill-french-nobreak-p): Remove redundant » and « inherited from our
17524         pre-Unicode days.
17526         * add-log.el (change-log-fill-forward-paragraph): New function.
17527         (change-log-mode): Use it so fill-region DTRT.
17528         Set fill-indent-according-to-mode here rather than in
17529         change-log-fill-paragraph.
17530         (change-log-fill-paragraph): Remove.
17532 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
17534         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
17535         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
17537 2009-09-22  Glenn Morris  <rgm@gnu.org>
17539         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
17540         the scroll-bar scroll the calendar window rather than the buffer.
17542         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
17543         commands that move point (as opposed to scrolling).
17545         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
17547         * emacs-lisp/elint.el (elint): New custom group.
17548         (elint-log-buffer): Make it a defcustom.
17549         (elint-scan-preloaded, elint-ignored-warnings)
17550         (elint-directory-skip-re): New options.
17551         (elint-builtin-variables): Doc fix.
17552         (elint-preloaded-env): New variable.
17553         (elint-unknown-builtin-args): Add an entry for encode-time.
17554         (elint-extra-errors): Make it a variable rather than a constant.
17555         (elint-preloaded-skip-re): New constant.
17556         (elint-directory): Skip files matching elint-directory-skip-re.
17557         (elint-features): New variable, local to linted buffers.
17558         (elint-update-env): Initialize elint-features.  Possibly add
17559         elint-preloaded-env to the buffer's environment.
17560         (elint-get-top-forms): Bind elint-current-pos, for log messages.
17561         Skip quoted forms.
17562         (elint-init-form): New function, extracted from elint-init-env.
17563         Make non-list forms a warning rather than an error.
17564         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
17565         easy-menu-define, put that adds an error-condition, and provide.
17566         When requiring cl, also require cl-macs.  Really require cl, to handle
17567         some cl macros.  Store required libraries in the list elint-features,
17568         so as not to re-load them.  Treat cc-require like require.
17569         (elint-init-env): Call elint-init-form to do the work.
17570         Handle eval-and-compile and such like.
17571         (elint-add-required-env): Do not clear messages.
17572         (elint-special-forms): Add handlers for function, defalias, if, when,
17573         unless, and, or.
17574         (elint-form): Add optional argument to ignore elint-special-forms,
17575         useful to prevent recursive calls from handlers.  Doc fix.
17576         Respect elint-ignored-warnings.
17577         (elint-form): Respect elint-ignored-warnings.
17578         (elint-bound-variable, elint-bound-function): New variables.
17579         (elint-unbound-variable): Respect elint-bound-variable.
17580         (elint-get-args): Respect elint-bound-function.
17581         (elint-check-cond-form): Add some simple handling for (f)boundp and
17582         featurep tests.
17583         (elint-check-defalias-form): New handler.
17584         (elint-check-let-form): Make an empty let a warning rather than an
17585         error.
17586         (elint-check-setq-form): Make an empty setq a warning rather than an
17587         error.  Respect elint-ignored-warnings.
17588         (elint-check-defvar-form): Accept null doc-strings.
17589         (elint-check-conditional-form): New handler.  Does some simple-minded
17590         checking of featurep and (f)boundp tests.
17591         (elint-put-function-args): New function.
17592         (elint-initialize): Use elint-scan-doc-file rather than
17593         elint-find-builtin-variables.  Use elint-put-function-args.
17594         Possibly scan preloaded-file-list.
17595         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
17596         extend to handle functions as well.
17598 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
17600         * linum.el (linum-delete-overlays, linum-update-window):
17601         Do not modify the right margin.  (Bug#3971)
17603 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
17605         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
17606         Use nxml-mode instead of xml-mode.
17608 2009-09-21  Kevin Ryde  <user42@zip.com.au>
17610         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
17612 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17614         * net/dig.el (dig-mode): Use define-derived-mode.
17616 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
17618         * vc-dispatcher.el (vc-do-command): Return the process object in
17619         the asynchronous case.  Use when instead of if.  Do not run
17620         vc-exec-after to display a message if not enabled.  (Bug#4463)
17622         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
17623         properties to the stash strings.
17624         (vc-git-stash-list): Return a list of strings.
17625         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
17626         (vc-git-stash-show-at-point): New functions.
17627         (vc-git-stash-map): New keymap.
17629         * register.el (ctl-x-r-map): Define the keys here instead of
17630         using autoload.
17632 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
17634         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
17635         list, to workaround performance problem (bug#4485).
17637 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
17639         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
17641 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
17643         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
17644         Document that this option is not recommended to use.
17646 2009-09-19  Glenn Morris  <rgm@gnu.org>
17648         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
17649         variable `var'.
17651         * calc/calc-alg.el (var):
17652         * calc/calcalg2.el (var): Define for compiler.
17654 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
17656         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
17657         Doc fix (Bug#3932).
17659         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
17661         * time-stamp.el (time-stamp-month-dd-yyyy)
17662         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
17663         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
17664         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
17665         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
17666         Remove functions that have been obsolete since 1995 (Bug#4436).
17668         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
17669         indent buffer only if called interactively (Bug#4452).
17671 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
17672             Eli Zaretskii  <eliz@gnu.org>
17674         This fixes bug#4197 (merged to bug#865, though not identical).
17675         * server.el (server-auth-dir): Add docstring note about FAT32.
17676         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
17677         but warn against using them.
17679 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
17681         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
17682         older GDB where there is no has_more field.
17684 2009-09-19  Glenn Morris  <rgm@gnu.org>
17686         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
17688 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
17690         * files.el (auto-mode-alist): Change default for XML files to nXML
17691         mode (Bug#4169).
17693 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
17695         * server.el (server-ensure-safe-dir): Pass 'integer
17696         to `file-attributes', as suggested.
17698 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17700         * dired-aux.el (dired-query-alist): Remove spurious backslash.
17701         (dired-query): Use read-key.
17703 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
17705         * cus-start.el (ns-use-qd-smoothing): Remove.
17707 2009-09-18  Glenn Morris  <rgm@gnu.org>
17709         * allout.el (top-level): Remove unnecessary progn.
17711         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
17713         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
17714         definition of abbrev table.
17716         * speedbar.el (speedbar-track-mouse):
17717         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
17718         * net/eudc.el (eudc-expand-inline):
17719         * net/newst-backend.el (newsticker--cache-read-feed):
17720         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
17721         condition-case handlers.
17723 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
17725         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
17726         (gdb-var-list): Add an element for has_more field.
17727         (gdb-non-stop-handler): Enable pretty printing for STL containers.
17728         (gdb-var-create-handler, gdb-var-list-children-handler-1)
17729         (gdb-var-update-handler-1): Parse output of dynamic variable
17730         objects (STL containers).
17731         (gdb-var-delete-1): Pass var1 as an explicit second argument.
17732         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
17734         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
17735         gdb-var-list.
17736         (gud-speedbar-buttons): Make node expandable if expression "has more"
17737         children.
17739 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
17741         * startup.el (emacs-quick-startup): Remove variable and all uses.
17742         (command-line): Set `inhibit-x-resources' instead.
17743         (command-line-1): Use `inhibit-x-resources' instead.
17745 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
17747         * subr.el: Fix last change to avoid using the `unless' macro,
17748         which breaks bootstrapping.
17750 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17752         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
17753         extended definitions, in case we reload subr.el after having
17754         loaded CL.
17755         (eval-next-after-load): Mark as obsolete.
17757 2009-09-17  Juri Linkov  <juri@jurta.org>
17759         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
17760         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
17761         (menu-bar-showhide-menu, menu-bar-tools-menu)
17762         (menu-bar-describe-menu, menu-bar-help-menu)
17763         (minibuffer-local-completion-map, minibuffer-local-map):
17764         Fix list quoting.
17766 2009-09-17  Glenn Morris  <rgm@gnu.org>
17768         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
17769         arguments, whether or not it has a handler.
17771         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
17773         * simple.el (hard-newline): Give it a doc-string.
17775         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17776         (lisp-mode-syntax-table): Give them doc-strings.
17778 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
17780         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
17781         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
17782         (menu-bar-options-menu, menu-bar-showhide-menu)
17783         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
17784         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
17785         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
17786         (menu-bar-options-menu, menu-bar-tools-menu)
17787         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
17788         (menu-bar-help-menu):
17789         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
17790         string arguments.
17792         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
17793         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
17794         calls for the menu names and :help.
17796 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17798         * mouse.el (minor-mode-menu-from-indicator): Pay attention
17799         to :minor-mode-function (bug#4455).
17801 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17803         * startup.el (command-line): Initialize the window-system after
17804         processing the command-line.
17806         * textmodes/page.el (what-page): Make sure we don't inf-loop if
17807         page-delimiter matches the empty string.
17809 2009-09-16  Glenn Morris  <rgm@gnu.org>
17811         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
17812         byte-compile-not-obsolete-var.  It's a list now.
17813         (byte-compile-not-obsolete-funcs): New variable.
17814         (byte-compile-warn-obsolete): Don't warn about functions if they are in
17815         byte-compile-not-obsolete-funcs.
17816         (byte-compile-variable-ref, byte-compile-defvar): Update for
17817         byte-compile-not-obsolete-vars name-change and list nature.
17818         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
17819         and variables behind (f)boundp tests.
17820         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
17822 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
17824         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
17826 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17828         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
17829         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
17830         Don't autoload.
17832 2009-09-15  Stephen Eglen  <stephen@gnu.org>
17834         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
17835         the virtual-buffers, use the name of the buffer specified by
17836         find-file-noselect, as the match may be a symlink.  (This was a
17837         problem if the target and the symlink had different names.)
17839 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17841         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
17843         * desktop.el (desktop-path): Check user-emacs-directory.
17845         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
17847         * loadup.el: Use after-load-functions to GC after loading each file.
17848         Remove the explicit GC calls that used to be sprinkled around.
17850         * subr.el (after-load-functions): New hook.
17851         (do-after-load-evaluation): Run it.  Use string-match-p to detect
17852         `obsolete' packages, rather than painfully extracting the relevant
17853         directory name.
17855 2009-09-15  Glenn Morris  <rgm@gnu.org>
17857         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
17858         free variable `doc'.
17860         * dired.el (dired-mode-map): Add menu entry for async shell command.
17862         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
17863         variables, also consider the .elc files, since the .el files are
17864         normally gzipped (subsequent code locates the .el.gz from the .elc).
17866         * calc/calc-prog.el (arglist): Define for compiler.
17868         * calendar/diary-lib.el (diary-display-function): Change the default to
17869         fancy display.
17870         (body): Define for compiler.
17872         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17873         (byte-compile-file-form, byte-compile-lambda)
17874         (byte-compile-top-level-body, byte-compile-form)
17875         (byte-compile-variable-ref, byte-compile-setq)
17876         (byte-compile-setq-default, byte-compile-body)
17877         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17878         (batch-byte-compile): Give some more local variables with common names
17879         a "bytecomp-" prefix to avoid masking warnings about free variables.
17881         * startup.el (command-line-1): Give local variables with common names a
17882         distinguishing prefix, so as not to hide free variable warnings during
17883         bootstrap.
17885         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17886         clever and add a suffix to make a unique name, just let the user decide
17887         whether or not to overwrite it.  If the input is a directory, write the
17888         default filename to that directory.  (Bug#4388)
17889         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17890         is a filename-as-a-directory.
17892 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17894         * textmodes/page.el (what-page): Don't move to beginning of line.
17895         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
17897 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
17899         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
17901 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
17903         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
17904         * help.el (help-for-help-internal): Add purecopy calls for text.
17906         * vc.el (top): print-log method now takes an optional SHORTLOG
17907         argument.  Add a new method: root.
17908         (vc-root-diff, vc-print-root-log): New functions.
17909         (vc-log-short-style): New variable.
17910         (vc-print-log-internal): Add support for showing short logs.
17912         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
17913         vc-print-root-log and vc-print-root-diff.
17915         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
17916         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
17917         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
17918         short logs.
17920         * vc-cvs.el (vc-cvs-print-log):
17921         * vc-mtn.el (vc-mtn-print-log):
17922         * vc-rcs.el (vc-rcs-print-log):
17923         * vc-sccs.el (vc-sccs-print-log):
17924         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
17925         that is ignored for now.
17927         * vc-mtn.el (vc-mtn-annotate-command):
17928         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
17930 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17932         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
17933         to function-key-map, and give them ascii-character property.
17934         * term/x-win.el (x-alternatives-map):
17935         * term/ns-win.el (ns-alternatives-map):
17936         * term/internal.el (msdos-key-remapping-map):
17937         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
17939 2009-09-14  Glenn Morris  <rgm@gnu.org>
17941         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
17942         temp-buffers (2009-09-12).
17944 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17946         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
17947         the new read-key function.
17949 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
17951         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
17952         is defined (Bug#4405).
17954 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
17956         * recentf.el (recentf-cleanup): Use a hash table to find
17957         duplicates (Bug#4407).
17959 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
17961         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
17962         kp-0 to ascii equivalents (Bug#4325).
17964 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
17966         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
17968         * eshell/em-hist.el:
17969         * eshell/em-dirs.el (eshell-complete-user-reference):
17970         Declare pcomplete functions and variables to avoid compiler warnings.
17972 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
17974         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
17975         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
17976         * eshell/em-alias.el (eshell-aliases-file):
17977         * eshell/em-hist.el (eshell-history-file-name):
17978         Use expand-file-name instead of concat to make file names (Bug#4308).
17980 2009-09-13  Glenn Morris  <rgm@gnu.org>
17982         * ediff-merg.el (ediff-do-merge):
17983         * filesets.el (filesets-run-cmd):
17984         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
17985         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
17986         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
17987         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
17988         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
17989         Replace empty `let's with `progn'.
17991 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17993         * mail/sendmail.el (send-mail-function):
17994         * tooltip.el (tooltip-mode):
17995         * simple.el (transient-mark-mode):
17996         * rfn-eshadow.el (file-name-shadow-mode):
17997         * frame.el (blink-cursor-mode):
17998         * font-core.el (global-font-lock-mode):
17999         * files.el (temporary-file-directory)
18000         (small-temporary-file-directory, auto-save-file-name-transforms):
18001         * epa-hook.el (auto-encryption-mode):
18002         * composite.el (global-auto-composition-mode):
18003         Use custom-initialize-delay.
18004         * startup.el (command-line): Don't explicitly call
18005         custom-reevaluate-setting for all the above vars.
18006         * custom.el (custom-initialize-safe-set)
18007         (custom-initialize-safe-default): Delete.
18009 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18011         * term/x-win.el (x-initialize-window-system):
18012         * term/w32-win.el (w32-initialize-window-system):
18013         * term/ns-win.el (ns-initialize-window-system): Don't call
18014         mouse-wheel-mode since it's enabled globally by default already.
18016         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
18017         actually define the variable, but only silences the byte-compiler.
18018         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
18019         before looking it up.
18020         (mouse-wheel-scroll-amount): Also reset the bindings if this value
18021         is changed.
18023 2009-09-12  Glenn Morris  <rgm@gnu.org>
18025         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
18026         1000.
18027         (elint-add-required-env): Don't beep on error.
18028         (elint-forms): In case of error, return ENV unchanged.
18029         (elint-init-env): Skip non-list forms.
18030         (elint-log): Handle unknown file positions.
18032 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
18034         * epg.el (epg-make-context): Add autoload cookie.
18035         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
18036         (epg-decrypt-string, epg-start-verify, epg-verify-file)
18037         (epg-verify-string, epg-start-sign, epg-sign-file)
18038         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
18039         (epg-encrypt-string, epg-start-export-keys)
18040         (epg-export-keys-to-file, epg-export-keys-to-string)
18041         (epg-start-import-keys, epg-import-keys-from-file)
18042         (epg-import-keys-from-string, epg-start-receive-keys)
18043         (epg-receive-keys, epg-import-keys-from-server)
18044         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
18045         (epg-sign-keys, epg-start-generate-key)
18046         (epg-generate-key-from-file, epg-generate-key-from-string):
18047         Remove autoload cookie.
18049 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
18051         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
18052         reevaluation of trash-directory.
18054         * mwheel.el: Fix last change.
18055         (mouse-wheel-mode): New defvar.
18056         (mouse-wheel-mode): Remove autoload cookie.
18058 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18060         * mwheel.el (mwheel-installed-bindings): New var.
18061         (mouse-wheel-mode): Use it, so as to make sure we really remove all
18062         the bindings we set last time.  Use custom-initialize-delay.
18063         * loadup.el: Load mwheel after term/*-win.el.
18064         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
18065         and mouse-wheel-up-event now that their first evaluation is done
18066         sufficiently late to be correct.
18068         * startup.el (tutorial-directory): Make it a defcustom.
18069         Use custom-initialize-delay rather than eval-at-startup to set it.
18070         * image.el (image-load-path): Make it a defcustom.
18071         Use custom-initialize-delay rather than eval-at-startup to set it.
18072         * subr.el (eval-at-startup): Remove.
18073         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
18075         * subr.el (do-after-load-evaluation): Warn the user after loading an
18076         obsolete package.
18078 2009-09-12  Glenn Morris  <rgm@gnu.org>
18080         * proced.el (proced-mark-alt): Remove alias.
18081         (proced-mode-map): Remove proced-mark-alt.
18083         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
18084         Elint file and directory.  Remove initialization entry.
18086         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
18087         commands.
18088         (elint-current-buffer): Set mode-line-process.
18089         (elint-init-env): Handle define-derived-mode.
18090         Fix declare-function with unspecified arglist.  Guard against odd
18091         defalias statements (eg iso-insert's 8859-1-map).
18092         (elint-add-required-env): Use a temp buffer.
18093         (elint-form): Just print the function/macro name, not the whole form.
18094         Return env unchanged if we fail to parse a macro.
18095         (elint-forms): Guard against parse errors.
18096         (elint-output): New function, to handle batch mode.
18097         (elint-log-message): Add optional argument.  Use elint-output.
18098         (elint-set-mode-line): New function.
18100 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
18102         * emacs-lisp/elp.el (elp-not-profilable): Add more
18103         functions (Bug#4233).
18105 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
18107         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
18108         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
18110 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
18112         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
18113         (gdb-var-list-children): Use json parsing.
18115 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
18117         * progmodes/js.el (js--proper-indentation): Handle the case where
18118         char-before is null.  Reported by Deniz Dogan.
18120 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
18122         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
18124 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
18126         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
18127         (epg-digest-algorithm-alist): Add SHA224.
18128         (epg-context-set-passphrase-callback)
18129         (epg-context-set-progress-callback): Add description about
18130         callback function.
18132 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18134         * custom.el (custom-delayed-init-variables): New var.
18135         (custom-initialize-delay): New function.
18136         * startup.el (command-line): "Re"evaluate all vars in
18137         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
18138         explicitly any more.
18139         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
18140         to avoid creating a ~/.emacs.d at build-time (bug#4347).
18142         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
18144 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
18146         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
18147         (gdb-var-update-handler): Use json parsing.
18149 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
18151         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
18152         decode annotated text, regardless of language environment.  (Bug#2741)
18154 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18156         * Makefile.in (autoloads): Make rmail.el writable as well.
18158 2009-09-11  Glenn Morris  <rgm@gnu.org>
18160         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
18161         loaddefs.el.
18162         * dired.el: Regenerate with extracted autoloads.
18163         * Makefile.in (autoloads): Make dired.el writable.
18165         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
18166         * ibuffer.el: Regenerate with extracted autoloads.
18167         * Makefile.in (autoloads): Make ibuffer.el writable.
18169         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
18170         * version.el (emacs-copyright, emacs-major-version)
18171         (emacs-minor-version): Reformat doc-strings for make-docfile.
18173         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
18174         functions and variables, since they must be stuff specific to some other
18175         platform.
18176         (apropos-print): Make mouse-click message less specific about button.
18178         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
18179         that records where a macro was defined.
18180         * help-fns.el (describe-function-1): Mention if a function has a
18181         compiler-macro.
18182         * help-mode.el (help-function-cmacro): New button.
18184         * locate.el (top-level): Always require dired.
18185         (locate-mode-map): Initialize inside the defvar.
18187         * net/ange-ftp.el (dired-compress-file): Declare.
18188         (ange-ftp-dired-compress-file): Add doc string.
18190         * term/ns-win.el (x-display-name, x-setup-function-keys):
18191         Unify doc-strings with X versions.
18193 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18195         * emulation/crisp.el (crisp-mode-map): Move initialization
18196         into declaration.
18197         (crisp-mode): Use define-minor-mode.
18199         * progmodes/xscheme.el (xscheme-evaluation-commands):
18200         Put a :advertised-binding property rather than using
18201         advertised-xscheme-send-previous-expression.
18202         (advertised-xscheme-send-previous-expression): Declare obsolete.
18203         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
18204         `advertised-undo'.
18205         (crisp-mode): Add corresponding bindings to
18206         undo's :advertised-binding instead.
18207         * dired.el (dired-mode-map): Put a :advertised-binding property rather
18208         than using dired-advertised-find-file.
18209         (dired-advertised-find-file):
18210         * simple.el (advertised-undo):
18211         * wid-edit.el (advertised-widget-backward): Declare obsolete.
18212         (widget-keymap): Put a :advertised-binding property rather
18213         than using advertised-widget-backward.
18214         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
18215         than using advertised-undo.
18216         * tutorial.el (tutorial--default-keys): Adjust accordingly.
18218 2009-09-10  Simon South  <ssouth@slowcomputing.org>
18220         * progmodes/delphi.el (delphi-tab): Indent region when Transient
18221         Mark mode is enabled and region is active; otherwise indent or
18222         insert TAB as usual.
18223         (delphi-mode): Update description of TAB-key binding.
18225 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18227         * subr.el (define-key-rebound-commands): Mark obsolete.
18228         * startup.el (precompute-menubar-bindings): Remove.
18229         (normal-top-level): Remove obsolete code that tried to precompute
18230         menubar bindings.
18231         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
18232         define-key-rebound-commands and precompute-menubar-bindings.
18234 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18236         * net/imap.el (imap-interactive-login): Better messages.
18237         (imap-open): Fix bug with renamed buffer on reconnect.
18238         (imap-authenticate): Add buffer-local imap-last-authenticator variable
18239         for easier debugging and cleaner code.  On successful (guessed based on
18240         server capabilities) secondary authentication, set imap-state
18241         correctly.
18242         (imap-last-authenticator): Define imap-last-authenticator as a variable
18243         to avoid warnings.
18245 2009-09-10  Glenn Morris  <rgm@gnu.org>
18247         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
18249         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
18250         (byte-compile-file-form-autoload): Don't warn about unknown functions
18251         where the autoload statement comes after the use.
18252         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
18253         that any handlers inside the body (eg require) are in turn respected.
18255         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
18256         effects.
18258         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
18259         and syntax and abbrev tables basic docs, if they don't have any.
18261         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
18263         * international/mule-cmds.el (top-level): Require cl when compiling.
18264         (view-hello-file): Use default-value rather than
18265         default-enable-multibyte-characters.
18267         * progmodes/fortran.el: Move all safe and risky properties into the
18268         defcustoms.
18270         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
18271         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
18272         * mail/undigest.el:
18273         Put autoloads in rmail.el rather than loaddefs.el.
18274         * mail/rmail.el: Regenerate with extracted autoloads.
18276         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
18277         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
18279 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
18281         Reported in thread for Bug#4375.
18282         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
18283         "-data-evaluate-expression" instead of print.
18284         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
18285         (gdb-tooltip-print): Parse output from above MI command.
18286         (gdb): Revert 2009-08-11 change.  User should detach inferior
18287         manually.
18289         Remove the word "separate" from IO functions as inferior
18290         output is now never displayed in the GUD buffer.
18292 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
18294         * startup.el (command-line-normalize-file-name): On Windows and
18295         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
18297 2009-09-10  Juri Linkov  <juri@jurta.org>
18299         * isearch.el (isearch-text-char-description): Propertize escape
18300         character sequences with the `escape-glyph' face.  (Bug#4344)
18302         * simple.el (shell-command): Set asynchronous process filter to
18303         `comint-output-filter'.  (Bug#4343)
18305         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
18306         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
18307         the list.  Move "asm" to the bottom.
18308         (grep-find-ignored-directories): Add `choice' with nil value
18309         to empty the list easily.
18310         (grep-find-ignored-files): New option.
18311         (grep-files-history): Set to nil by default instead of '("ch" "el").
18312         (grep-compute-defaults): Add "<X>" to `grep-template'.
18313         (grep-read-files): Bind new local variables `default-alias' and
18314         `default-extension'.  Use a list of default values for the file prompt.
18315         (lgrep): Add `--exclude=' command line options composed from
18316         `grep-find-ignored-files'.
18317         (rgrep): Add `-name' command line options composed from
18318         `grep-find-ignored-files'.  (Bug#4301)
18320 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18322         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
18323         (bug#4368).
18325 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18327         * calendar/time-date.el (autoload):
18328         Expand define-obsolete-function-alias into defalias and make-obsolete
18329         for old Emacsen that Gnus supports.
18330         (with-no-warnings): Define it for old Emacsen.
18331         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
18332         is available.
18333         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
18334         float-time is available; suppress compile warning for time-to-seconds.
18336 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
18338         * net/imap.el (imap-message-map): Docstring fix.
18340 2009-09-09  Glenn Morris  <rgm@gnu.org>
18342         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
18343         line numbers too.  (Bug#4374)
18345 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18347         * smerge-mode.el (smerge-remove-props, smerge-refine):
18348         Use with-silent-modifications (bug#4342).
18350         * subr.el (with-silent-modifications): New macro.
18352 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
18354         * files.el (top-level): Require `cl' when compiling.
18356 2009-09-07  Glenn Morris  <rgm@gnu.org>
18358         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
18360         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
18361         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
18363 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
18365         * vc-git.el (vc-git-annotate-command): Use separator to parse
18366         arguments correctly.
18368 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
18370         * proced.el (proced-mode): Doc fix.
18372 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
18374         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
18375         lstat fails.
18376         (tramp-do-file-attributes-with-ls): Check for file existence at
18377         remote end.
18378         (tramp-do-file-attributes-with-stat): Likewise.
18379         (tramp-convert-file-attributes): Return nil when attr is nil.
18381 2009-09-05  Glenn Morris  <rgm@gnu.org>
18383         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
18384         properties to this button.
18385         (diary-fancy-display): Don't extend the button to the final newline.
18386         (diary-fancy-display-mode): Continue to define "q" as a local key.
18388         * calendar/cal-china.el (holiday-chinese): Make it slightly more
18389         efficient.
18391         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
18393         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
18394         (byte-compile-dest-file-function): New option.
18395         (byte-compile-dest-file): Doc fix.
18396         Obey byte-compile-dest-file-function.
18397         (byte-compile-cl-file-p): New function.
18398         (byte-compile-eval): Only suppress noruntime warnings about cl functions
18399         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
18400         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
18401         than for file being previously loaded.
18402         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
18403         (byte-compile-file-form-require): Handle the case where requiring a file
18404         indirectly causes CL to be loaded.
18406 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
18408         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
18409         before killing the old buffer, since by the time `kill-buffer' is
18410         run so many buffer variables have been set to nil that it may not
18411         behave as expected.  (Bug#4061)
18413 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
18415         * files.el (find-alternate-file): If the old buffer is modified
18416         and visiting a file, behave similarly to `kill-buffer' when
18417         killing it, thus reverting to the pre-1.878 behavior; see
18418         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
18419         for discussion.  Also, consult `buffer-file-name' as a variable
18420         not as a function, for consistency with the rest of the code.
18422 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
18424         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
18425         also when adding a new directory.
18427         * net/tramp-compat.el (tramp-compat-line-beginning-position):
18428         New defun.
18430 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18432         * files.el (locate-file-completion-table): Make it provide boundary
18433         information, so partial-completion works better.
18435 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
18437         * mail/footnote.el (Footnote-text-under-cursor):
18438         Check footnote-text-marker-alist before using it (bug#4324).
18440 2009-09-04  Glenn Morris  <rgm@gnu.org>
18442         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
18443         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
18444         * play/solitaire.el, play/tetris.el:
18445         Remove leading * from defcustom and defface docs.
18447         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
18448         necessary.
18449         (diary-fancy-overriding-map): New variable.
18450         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
18451         Use view-mode.
18453         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
18454         goto-line.
18456 2009-09-03  Glenn Morris  <rgm@gnu.org>
18458         * arc-mode.el (archive-mode):
18459         * dos-fns.el (set-default-process-coding-system):
18460         * man.el (Man-getpage-in-background):
18461         * menu-bar.el (menu-bar-describe-menu):
18462         * server.el (server-process-filter):
18463         * startup.el (command-line):
18464         * tar-mode.el (tar-header-block-tokenize, tar-extract):
18465         * w32-fns.el (set-default-process-coding-system):
18466         * x-dnd.el (x-dnd-handle-file-name):
18467         * international/mule-cmds.el (mule-menu-keymap)
18468         (set-default-coding-systems, language-info-alist, set-language-info)
18469         (set-language-environment, standard-display-european-internal)
18470         (set-locale-environment):
18471         * international/mule-diag.el (mule-diag):
18472         * mail/emacsbug.el (report-emacs-bug):
18473         * mail/rmail.el (rmail-mode):
18474         * mail/sendmail.el (mail-setup):
18475         Use default-value rather than default-enable-multibyte-characters.
18477         * progmodes/f90.el: Move all safe properties into the defcustoms.
18478         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
18480         * calendar/appt.el (appt-check):
18481         * calendar/diary-lib.el (diary-set-header, diary-live-p)
18482         (diary-check-diary-file, diary-list-entries)
18483         (diary-include-other-diary-files, diary-simple-display)
18484         (diary-fancy-display, diary-print-entries)
18485         (diary-mark-included-diary-files, diary-make-entry):
18486         Don't call substitute-in-file-name on diary-file.
18488 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
18489             Stefan Monnier  <monnier@iro.umontreal.ca>
18491         * mail/footnote.el (footnote-prefix): Make it a defcustom.
18492         (footnote-mode-map): Move initialization into the declaration.
18493         (footnote-minor-mode-map): Define it rather than changing global-map.
18494         (footnote-mode): Use define-minor-mode.
18496 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
18498         * net/tramp.el (tramp-handle-file-attributes-with-ls)
18499         (tramp-do-file-attributes-with-perl)
18500         (tramp-do-file-attributes-with-stat): Rename from
18501         `tramp-handle-file-attributes-with-*'.
18502         (tramp-handle-file-attributes): Use them.
18503         (tramp-do-directory-files-and-attributes-with-perl)
18504         (tramp-do-directory-files-and-attributes-with-stat): Rename from
18505         `tramp-handle-directory-files-and-attributes-with-*'.
18506         (tramp-handle-directory-files-and-attributes): Use them.
18507         (tramp-method-out-of-band-p): Additional parameter SIZE.
18508         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
18509         (tramp-handle-write-region): Use it.
18510         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
18511         (tramp-handle-vc-registered): Check, whether the first run did
18512         return files to be tested.
18513         (tramp-advice-make-auto-save-file-name): Do not call directly
18514         `tramp-handle-make-auto-save-file-name', because this would bypass
18515         the locking mechanism.
18517         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
18518         (file-remote-p, process-file, start-file-process, set-file-times)
18519         (tramp-compat-file-attributes): Compatibility functions shall not
18520         call directly `tramp-handle-*', because this would bypass the
18521         locking mechanism.
18522         (tramp-compat-number-sequence): New defun.
18524 2009-09-02  Glenn Morris  <rgm@gnu.org>
18526         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
18527         alias for float-time.
18528         (time-to-number-of-days): In Emacs, use float-time.
18529         * net/newst-backend.el (time-add): Suppress warnings from compat
18530         function.
18531         * time.el (emacs-uptime, emacs-init-time):
18532         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
18533         Use float-time rather than time-to-seconds.
18535         * minibuffer.el (completion-initials-expand): Fix typo.
18537         * faces.el (modeline, modeline-inactive, modeline-highlight)
18538         (modeline-buffer-id):
18539         * info.el (info-menu-5): Mark these face aliases as obsolete.
18541 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
18543         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
18544         space ...
18545         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
18546         no "--thread" option.
18547         (gdb-stopped): Don't print "Switched to thread" message when it is
18548         unchanged.
18550 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18552         * minibuffer.el (completion-try-completion)
18553         (completion-all-completions): Remove ill-defined (and
18554         mistakenly installed and luckily never used nor documented)
18555         `completion-styles' property.
18556         (completion-initials-expand, completion-initials-all-completions)
18557         (completion-initials-try-completion): New functions.
18558         (completion-styles-alist): Add doc to each entry.
18559         Add new `initials' entry.
18561 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
18563         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
18564         MI command -var-evaluate-expression.
18565         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
18566         and tweak for case of string child.
18567         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
18569 2009-09-01  Glenn Morris  <rgm@gnu.org>
18571         * add-log.el (change-log-date-face, change-log-name-face)
18572         (change-log-email-face, change-log-file-face, change-log-list-face)
18573         (change-log-conditionals-face, change-log-function-face)
18574         (change-log-acknowledgement-face):
18575         * cus-edit.el (custom-invalid-face, custom-rogue-face)
18576         (custom-modified-face, custom-set-face, custom-changed-face)
18577         (custom-saved-face, custom-button-face, custom-button-pressed-face)
18578         (custom-documentation-face, custom-state-face, custom-comment-face)
18579         (custom-comment-tag-face, custom-variable-tag-face)
18580         (custom-variable-button-face, custom-face-tag-face)
18581         (custom-group-tag-face-1, custom-group-tag-face):
18582         * diff-mode.el (diff-header-face, diff-file-header-face)
18583         (diff-index-face, diff-hunk-header-face, diff-removed-face)
18584         (diff-added-face, diff-changed-face, diff-function-face)
18585         (diff-context-face, diff-nonexistent-face):
18586         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18587         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
18588         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18589         (Info-title-4-face):
18590         * isearch.el (isearch-lazy-highlight-face):
18591         * log-view.el (log-view-file-face, log-view-message-face):
18592         * paren.el (show-paren-match-face, show-paren-mismatch-face):
18593         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18594         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18595         (cvs-msg-face):
18596         * smerge-mode.el (smerge-mine-face, smerge-other-face)
18597         (smerge-base-face, smerge-markers-face):
18598         * wid-edit.el (widget-documentation-face, widget-button-face)
18599         (widget-field-face, widget-single-line-field-face)
18600         (widget-inactive-face, widget-button-pressed-face):
18601         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
18602         (woman-addition-face):
18603         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
18604         (eshell-ls-executable-face, eshell-ls-readonly-face)
18605         (eshell-ls-unreadable-face, eshell-ls-special-face)
18606         (eshell-ls-missing-face, eshell-ls-archive-face)
18607         (eshell-ls-backup-face, eshell-ls-product-face)
18608         (eshell-ls-clutter-face):
18609         * eshell/em-prompt.el (eshell-prompt-face):
18610         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
18611         * obsolete/old-whitespace.el (whitespace-highlight-face):
18612         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
18613         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
18614         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
18615         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
18616         (antlr-font-lock-literal-face):
18617         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18618         (ebrowse-root-class-face, ebrowse-file-name-face)
18619         (ebrowse-default-face, ebrowse-member-attribute-face)
18620         (ebrowse-member-class-face, ebrowse-progress-face):
18621         * progmodes/make-mode.el (makefile-space-face):
18622         * progmodes/sh-script.el (sh-heredoc-face):
18623         * textmodes/flyspell.el (flyspell-incorrect-face)
18624         (flyspell-duplicate-face):
18625         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
18626         * textmodes/texinfo.el (texinfo-heading-face):
18627         Mark face aliases with "-face" suffix as obsolete.
18629         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
18630         compiler.
18632         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
18633         (eudc-bob-sound-menu): Use defvar rather than defconst, since
18634         easy-menu-define wants to modify these.
18636         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
18638         * net/browse-url.el (browse-url-file-url):
18639         * term/internal.el (dos-codepage-setup):
18640         Use default-value rather than default-enable-multibyte-characters.
18642         * progmodes/etags.el (etags-goto-tag-location):
18643         * progmodes/flymake.el (flymake-highlight-line)
18644         (flymake-goto-file-and-line, flymake-goto-line):
18645         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
18646         (gdb-goto-breakpoint):
18647         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18648         * progmodes/python.el (python-find-function)
18649         (python-pdbtrack-track-stack-file):
18650         * progmodes/verilog-mode.el (verilog-surelint-off):
18651         * term/ns-win.el (ns-open-file-select-line):
18652         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
18653         Use forward-line rather than goto-line.
18655         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
18656         * textmodes/reftex-index.el (reftex-display-index):
18657         * textmodes/reftex-ref.el (reftex-offer-label-menu):
18658         * textmodes/reftex-toc.el (reftex-toc):
18659         Remove unnecessary bindings of default-major-mode (all are followed by
18660         major-mode check and possible mode switch).
18662 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
18664         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
18665         Handle watchpoints (bug#4282).
18666         (def-gdb-thread-buffer-command): Enable thread to be selected by
18667         clicking without selecting threads buffer first.
18668         (gdb-current-context-command): Use selected frame so that "up",
18669         "down" etc work in the GUD buffer.
18670         (gdb-update): Find selected frame before rendering stack buffer.
18671         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
18673 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18675         * progmodes/sym-comp.el (displayed-completions): Remove.
18676         (symbol-complete): Use minibuffer-complete.
18678 2009-08-31  Glenn Morris  <rgm@gnu.org>
18680         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
18682         * apropos.el (apropos-symbols-internal):
18683         Handle (obsolete) face aliases.
18685         * faces.el (describe-face): Adjust the output format to be more like
18686         describe-variable, and to mention (obsolete) face aliases.
18687         Adjust the whitespace so that help-setup-xref works.
18689         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
18690         * calendar/diary-lib.el (diary-button-face):
18691         Mark these face aliases as obsolete.
18693         * calendar/calendar.el (calendar-today): Doc fix.
18695 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
18697         * progmodes/gdb-mi.el (gdb-control-all-threads)
18698         (gdb-control-current-thread): Force tool bar update.
18699         (gdb-non-stop-handler): New function.
18700         (gdb-init-1): Use it to test if non-stop mode is supported.
18701         Remove unused gdbmi buffer type.
18703 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
18705         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
18706         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
18708 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
18710         * comint.el (comint-exec-1): Check command is non-null first.
18711         Part of gdb-mi.el change (2009-08-28).
18713 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18715         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
18717 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
18719         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
18720         instead of `dolist' to avoid a recursive require when bootstrapping.
18722 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18724         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
18726         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
18728         * net/imap.el (imap-send-command): Simplify.
18729         (imap-wait-for-tag): point-max -> buffer-size.
18731         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
18733         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
18734         with constant argument.
18736         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
18738         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
18740         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
18741         Change default, since most of our files don't have a history.
18742         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
18743         the user.
18745         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18746         Add comint-run.
18748         * calc/calc.el: Improve commenting convention.
18749         (calc-digit-map, toplevel): Simplify.
18751         * comint.el (comint-insert-input): Be careful to only set point if we
18752         don't delegate to some other command.
18754         * proced.el (proced-signal-list): Make it an alist.
18755         (proced-grammar-alist): Capitalize names.
18756         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
18757         Disable undo manually and make it read-only.
18758         Use completion-annotate-function.
18760         * minibuffer.el (minibuffer-message): If the current buffer is not
18761         a minibuffer, insert the message in the echo area rather than at the
18762         end of the buffer.
18763         (completion-annotate-function): New variable.
18764         (minibuffer-completion-help): Use it.
18765         (completion--embedded-envvar-table): Environment vars are
18766         always case-sensitive.
18768 2009-08-30  Glenn Morris  <rgm@gnu.org>
18770         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
18771         from fortran-current-defun.
18772         (fortran-beginning-of-subprogram): Be more precise about finding the
18773         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
18774         (fortran-end-of-subprogram): Simplify.
18775         (fortran-current-defun): Use fortran-start-prog-re.
18777 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
18779         * subr.el (do-after-load-evaluation): Simplify.
18781 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
18783         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
18785         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
18786         (vc-rcs-print-log): Use it.
18788         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
18790 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18792         * paths.el (abbrev-file-name): Move to abbrev.el.
18793         * abbrev.el (abbrev-file-name): Move from paths.el.
18794         Obey user-emacs-directory.
18795         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
18796         user-emacs-directory.
18797         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
18798         abbrev-file-name and calc-settings-file any more.
18799         * startup.el (command-line): Recompute abbrev-file-name and
18800         abbreviated-home-dir.
18801         (normal-no-mouse-startup-screen): Improve the generic code and get rid
18802         of the special code for when C-h bindings haven't been changed.
18803         (display-startup-echo-area-message): Use with-current-buffer.
18804         (command-line-1): Use a list of strings, rather than a list of lists
18805         of strings for longopts.
18807         * files.el (get-free-disk-space): Use / for default-directory.
18809         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
18810         Use with-current-buffer.
18812         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
18813         Recognize immutable variables like most-positive-fixnum.
18814         (byte-compile-setq-default): Check and warn if trying to assign
18815         to an immutable variable, or a non-variable.
18817         * progmodes/cc-vars.el (c-comment-continuation-stars):
18818         * progmodes/cc-engine.el (c-looking-at-bos):
18819         * progmodes/cc-cmds.el (c-toggle-auto-state)
18820         (c-forward-into-nomenclature, c-backward-into-nomenclature)
18821         (c-comment-line-break-function): Add version of obsolescence.
18823 2009-08-28  Juri Linkov  <juri@jurta.org>
18825         * files.el (magic-fallback-mode-alist): Add ZIP magic number
18826         associated with `archive-mode'.
18828         * image.el (image-type-header-regexps): Use only JPEG magic number
18829         to determine JPEG images, and don't use `image-jpeg-p' because
18830         Emacs can display non-JFIF non-Exif JPEG images.
18832 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
18834         * arc-mode.el (archive-mode):
18835         * emacs-lisp/re-builder.el (re-builder-unload-function):
18836         Protect against the default value of `major-mode' being nil.
18838 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
18840         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
18841         Fix typos in docstrings.
18843         * progmodes/js.el (js--macro-decl-re): Doc fix.
18844         (js--plain-method-re, js--split-name): Refloc docstring.
18845         (js--class-styles, js--make-merged-item, js--splice-into-items):
18846         Fix typos in docstrings; reflow docstrings.
18847         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
18848         (js--variable-decl-matcher, js--inside-pitem-p)
18849         (js--parse-state-at-point, js--get-all-known-symbols)
18850         (js--symbol-history, js-find-symbol, js--js-references)
18851         (js--moz-interactor, js--js-encode-value, js--read-tab):
18852         Fix typos in docstrings.
18854 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18856         * textmodes/reftex.el (reftex-get-file-buffer-force):
18857         * progmodes/verilog-mode.el (verilog-batch-execute-func):
18858         * emulation/viper.el (viper-go-away, viper-set-hooks):
18859         * emacs-lisp/re-builder.el (re-builder-unload-function):
18860         * emacs-lisp/bytecomp.el (byte-compile-file):
18861         * ses.el (ses-unload-function):
18862         * hexl.el (hexl-find-file):
18863         * files.el (normal-mode):
18864         * ehelp.el (with-electric-help):
18865         * autoinsert.el (auto-insert-alist):
18866         * arc-mode.el (archive-mode):
18867         Use (default-value 'major-mode) instead of default-major-mode.
18869         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18870         * international/mule.el (load-with-code-conversion):
18871         * emacs-lisp/debug.el (debug):
18872         * ediff-vers.el (ediff-rcs-get-output-buffer):
18873         * dired.el (dired-internal-noselect): Don't let-bind
18874         default-major-mode around code that doesn't use it.
18875         E.g. buffer creation via get-buffer-create doesn't use it.
18877 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
18879         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18880         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18881         when writing the temp file.  Otherwise, epa-file gets confused.
18882         (tramp-register-file-name-handlers): Make it a defun.  Move also
18883         `epa-file-handler' to the front of `file-name-handler-alist'.
18885 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18887         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18888         start right after a ^M.
18889         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18890         (tramp-completion-file-name-regexp-separate)
18891         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
18892         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
18893         Don't modify last-coding-system-used by accident.
18894         (tramp-completion-file-name-handler): Apply the checks here,
18895         instead during registration.
18896         (tramp-register-file-name-handlers): Rename from
18897         `tramp-register-file-name-handler'.  Register both
18898         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
18899         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
18901 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
18903         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
18904         Remove variable ...
18905         (gdb-init-1, gdb-display-separate-io-buffer)
18906         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
18907         references to it.
18908         (gdb-inferior-io-mode): Use make-comint-in-buffer.
18909         (gdb-inferior-filter): Use comint-output-filter to stop
18910         echoing and remove ^M characters.
18912 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18914         * emulation/viper-init.el (viper-restore-cursor-type):
18915         * emulation/cua-base.el (cua--update-indications):
18916         Replace default-cursor-type with (default-value 'cursor-type).
18918         * mail/sendmail.el (mail-recover-1):
18919         * international/mule-diag.el (describe-current-coding-system-briefly)
18920         (describe-current-coding-system):
18921         * international/mule-cmds.el (select-safe-coding-system)
18922         (select-message-coding-system)
18923         (set-language-environment-coding-systems, set-locale-environment):
18924         * hexl.el (hexl-insert-multibyte-char):
18925         * dos-w32.el (find-buffer-file-type-coding-system):
18926         * simple.el (what-cursor-position):
18927         Replace uses of default-buffer-file-coding-system
18928         with (default-value 'buffer-file-coding-system).
18930         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
18931         Replace uses of default-cursor-in-non-selected-windows
18932         with (default-value 'cursor-in-non-selected-windows).
18933         Use with-current-buffer.
18935         * mail/feedmail.el: Use CL macros.
18936         (feedmail-run-the-queue, feedmail-send-it-immediately):
18937         * dos-w32.el (find-buffer-file-type): Replace uses of
18938         default-buffer-file-type with (default-value 'buffer-file-type).
18940 2009-08-28  Glenn Morris  <rgm@gnu.org>
18942         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
18943         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
18944         Use default-value of major-mode rather than default-major-mode.
18946 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18948         * Makefile.in (update-elcfiles): Report left over elc files.
18950         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
18951         expand-file-name and with-current-buffer.
18952         (mail-get-names, mail-directory): Use with-current-buffer.
18954         * vc.el (vc-read-revision): New function.
18955         (vc-version-diff, vc-merge): Use it.
18957 2009-08-27  Sam Steingold  <sds@gnu.org>
18959         * simple.el (kill-do-not-save-duplicates): New user option.
18960         (kill-new): When it is non-nil, and the new string is the same as
18961         the latest kill, set replace to t to avoid duplicates in kill-ring.
18963 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
18965         * net/tramp.el (tramp-handle-process-file): Do not flush all
18966         caches when `process-file-side-effects' is set.
18967         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
18968         instead of `tramp-find-file-exists-command'.
18969         Unset `process-file-side-effects'.
18971 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
18973         * net/tramp.el (tramp-methods): New method "rsyncc".
18974         (top): Add completion function for "rsyncc".
18975         (tramp-message-show-message): New defvar.
18976         (tramp-message, tramp-error): Use it.
18977         (tramp-do-copy-or-rename-file-directly): Extend check for direct
18978         remote copying.
18979         (tramp-do-copy-or-rename-file-out-of-band): Handle new
18980         `tramp-methods' entry `copy-env' of "rsyncc".
18981         (tramp-vc-registered-read-file-names): New defconst.
18982         (tramp-vc-registered-file-names): New defvar.
18983         (tramp-handle-vc-registered): Implement optimization strategy.
18984         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
18985         (tramp-vc-file-name-handler): New defun.
18986         (tramp-get-ls-command, tramp-get-test-command)
18987         (tramp-get-file-exists-command, tramp-get-remote-ln)
18988         (tramp-get-remote-perl, tramp-get-remote-stat)
18989         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
18991         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
18992         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
18993         timestamps.
18994         (tramp-get-file-property): Check for timestamps in
18995         `tramp-cache-inhibit-cache'.
18996         (tramp-set-file-property): Write timestamp.
18998 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19000         * language/japan-util.el (japanese-symbol-table): Add entries for
19001         cp932-2-byte.
19003         * international/characters.el: Add category `j' to cp932-2-byte.
19005 2009-08-27  Kenichi Handa  <handa@m17n.org>
19007         * international/fontset.el (build-default-fontset-data): New macro.
19008         (setup-default-fontset): Use build-default-fontset-data for CJK,
19009         tibetan, ethiopic, and ipa.
19011 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19013         * cus-start.el (default-major-mode): Customize `major-mode' instead.
19014         (enable-multibyte-characters): Not customizable any more.
19016         * subr.el (default-mode-line-format, default-header-line-format)
19017         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
19018         (default-direction-reversed, default-truncate-lines)
19019         (default-left-margin, default-tab-width, default-case-fold-search)
19020         (default-left-margin-width, default-right-margin-width)
19021         (default-left-fringe-width, default-right-fringe-width)
19022         (default-fringes-outside-margins, default-scroll-bar-width)
19023         (default-vertical-scroll-bar, default-indicate-empty-lines)
19024         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
19025         (default-fringe-cursor-alist, default-scroll-up-aggressively)
19026         (default-scroll-down-aggressively, default-fill-column)
19027         (default-cursor-type, default-buffer-file-type)
19028         (default-cursor-in-non-selected-windows)
19029         (default-buffer-file-coding-system, default-major-mode)
19030         (default-enable-multibyte-characters): Mark as obsolete.
19032 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
19034         * vc-dir.el (vc-dir-update): Remove debug helper.
19036         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
19038 2009-08-26  Sam Steingold  <sds@gnu.org>
19040         * simple.el (save-interprogram-paste-before-kill): New user option.
19041         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
19042         save the interprogram-paste into kill-ring before overriding it
19043         with the Emacs kill.
19045 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
19047         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
19048         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
19049         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
19050         and move to vc-rcs.el.
19051         (vc-default-next-revision): Rename to vc-rcs-next-revision and
19052         move to vc-rcs.el.
19053         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
19054         (vc-rcs-update-changelog): Remove.
19055         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
19056         and move to vc-rcs.el.
19058         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
19059         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
19060         renaming.
19061         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
19062         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
19063         vc.el, renamed to be RCS specific.
19065         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
19066         New functions.
19067         (vc-cvs-update-changelog): Move here from vc.el.
19069         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
19070         New functions.
19072 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19074         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
19076 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
19078         * vc-git.el (vc-git-register): Use "git add" for directories.
19079         (vc-git-stash, vc-git-stash-show): New functions.
19080         (vc-git-extra-menu-map): Bind them.
19082         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
19083         directory correctly in case the item is a directory itself.
19085         * vc.el: Document the desired behavior for reverted files in the
19086         `added' state.
19087         (vc-default-prettify-state-info): Remove function, unused.
19089         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
19091 2009-08-26  Glenn Morris  <rgm@gnu.org>
19093         * bindings.el (standard-mode-line-format): Reposition dashes in
19094         which-func entry.  (Bug#4217)
19096         * files.el (enable-local-variables, enable-local-eval)
19097         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
19098         the defcustoms.
19099         (auto-mode-alist, ignored-local-variables)
19100         (save-some-buffers-action-alist): Move risky declarations to the
19101         definitions.
19102         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
19103         (font-lock-defaults, format-alist, imenu--index-alist)
19104         (imenu-generic-expression, input-method-alist, minor-mode-alist)
19105         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
19106         (mode-line-modified, mode-line-mule-info, mode-line-position)
19107         (mode-line-process, mode-line-remote, outline-level)
19108         (parse-time-rules, rmail-output-file-alist)
19109         (special-display-buffer-names, vc-mode):
19110         Move risky declarations to the relevant files.
19111         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
19112         (mode-line-modified, mode-line-process, mode-line-position)
19113         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
19114         * font-core.el (font-lock-defaults):
19115         * format.el (format-alist):
19116         * vc-hooks.el (vc-mode):
19117         * window.el (special-display-buffer-names):
19118         * international/mule-cmds.el (input-method-alist):
19119         Define riskiness here (dumped file) rather than in files.el.
19120         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
19121         * imenu.el (imenu-generic-expression, imenu--index-alist):
19122         * outline.el (outline-level):
19123         * time.el (display-time-string):
19124         * calendar/parse-time.el (parse-time-rules):
19125         * mail/rmailout.el (rmail-output-file-alist):
19126         Autoload riskiness here, rather than placing in files.el.
19128 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
19130         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
19132 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
19134         * simple.el (process-file-side-effects): New defvar.
19136         * dired-aux.el (dired-show-file-type):
19137         * vc.el (vc-diff-internal):
19138         * vc-arch.el (vc-arch-diff):
19139         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
19140         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
19141         * vc-git.el (vc-git-registered, vc-git-working-revision)
19142         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
19143         (vc-git--empty-db-p):
19144         * vc-hooks.el (vc-user-login-name):
19145         * vc-svn.el (vc-svn-registered, vc-svn-state)
19146         (vc-svn-dir-extra-headers, vc-svn-find-revision):
19147         * progmodes/grep.el (grep-probe): Let-bind
19148         `process-file-side-effects' with nil.
19150         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
19152         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
19153         daemon.  Replace ping by checking for running service for bluez
19154         and zeroconf.  (Bug#4239)
19156 2009-08-25  Kevin Ryde  <user42@zip.com.au>
19158         * net/dig.el (dig): Add autoload cookie.
19160 2009-08-25  Glenn Morris  <rgm@gnu.org>
19162         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
19163         load-history for absolute file-names.
19164         (byte-compile-file-form-require): Warn about use of the cl package.
19166         * format.el (format-alist): Doc fix.
19168         * play/bubbles.el (top-level): Don't require cl at run-time.
19170         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
19171         run-time cl).
19173 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
19175         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
19176         from cl package.
19177         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
19179 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
19181         * calc/calc-alg.el (math-trig-rewrite)
19182         (math-hyperbolic-trig-rewrite): New functions.
19183         (calc-simplify): Simplify trig functions when asked.
19185 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19187         * diff-mode.el (diff-find-source-location): Avoid goto-line.
19189 2009-08-24  Kenichi Handa  <handa@m17n.org>
19191         * language/ind-util.el (mapthread): Delete it.
19192         (combinatorial): New function.
19193         (indian--puthash-cv): Use combinatorial instead of mapthread.
19195 2009-08-22  Kevin Ryde  <user42@zip.com.au>
19197         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
19198         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
19199         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
19200         Clarify docstring that the value is strings not symbols.
19201         (checkdoc-list-of-strings-p): New function.
19203 2009-08-22  Glenn Morris  <rgm@gnu.org>
19205         * files.el (auto-mode-alist):
19206         * hippie-exp.el (he-concat-directory-file-name):
19207         * lpr.el (lpr-windows-system, printer-name):
19208         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
19209         * ps-print.el (ps-windows-system):
19210         * startup.el (command-line):
19211         * emulation/viper-ex.el (viper-glob-function):
19212         * international/mule-cmds.el (set-language-environment-coding-systems):
19213         * net/ange-ftp.el (ange-ftp-write-region):
19214         * obsolete/fast-lock.el (fast-lock-cache-name):
19215         Remove code for defunct system-types emx, macos, mswindows, next-mach,
19216         unisoft-unix, vax-vms, win32, w32.
19218         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
19219         given name if the pattern is not more specific.
19221         * calendar/lunar.el (lunar-phase-names): New option.
19222         (lunar-phase): Doc fix.
19223         (lunar-cycles-per-year): New constant.
19224         (lunar-index): New function.
19225         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
19226         (lunar-phase-name): Use lunar-phase-names.
19227         (calendar-lunar-phases): Use format.
19228         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
19230         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
19231         Copy imenu-example--name-and-position function here for own use.
19232         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
19234         * bs.el (bs--redisplay):
19235         * cus-edit.el (custom-redraw):
19236         * ibuffer.el (ibuffer-bury-buffer):
19237         * server.el (server-goto-line-column):
19238         * startup.el (command-line-1):
19239         * strokes.el (strokes-xpm-for-stroke):
19240         * term.el (term-display-buffer-line):
19241         * view.el (View-goto-line):
19242         * calc/calc.el (calc-do, calc-trail-buffer):
19243         * play/gamegrid.el (gamegrid-add-score-insecure):
19244         * progmodes/ada-mode.el (ada-compile-goto-error):
19245         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
19246         (ebrowse-select-1st-to-9nth):
19247         * progmodes/cperl-mode.el (cperl-time-fontification):
19248         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
19249         * progmodes/gud.el (gud-display-line):
19250         (idlwave-shell-display-line):
19251         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
19252         * progmodes/make-mode.el (makefile-browser-toggle):
19253         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
19254         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
19255         * textmodes/picture.el (picture-draw-rectangle):
19256         * textmodes/reftex-index.el (reftex-index-goto-letter):
19257         (reftex-select-jump-to-previous):
19258         * textmodes/reftex-sel.el (reftex-find-start-point)
19259         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
19260         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
19261         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
19262         * textmodes/tex-mode.el (tex-compilation-parse-errors):
19263         * textmodes/two-column.el (2C-associated-buffer):
19264         Use forward-line rather than goto-line.
19266         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
19267         goto-line.
19269         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
19270         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
19271         (quick-check-list-to-regexp): Declare.
19273         * progmodes/make-mode.el (makefile-browser-insert-selection):
19274         Use goto-char rather than goto-line.
19276         * progmodes/prolog.el (compilation-error-regexp-alist)
19277         (compilation-forget-errors): Declare.
19279 2009-08-22  Juri Linkov  <juri@jurta.org>
19281         * progmodes/grep.el (lgrep, rgrep): At the beginning
19282         set `dir' to `default-directory' unless `dir' is a non-nil
19283         readable directory.  (Bug#4052)
19284         (lgrep, rgrep): Change a weird way to report an error
19285         from using `read-string' to using `error'.
19286         Instead of using interactive arguments in the function body,
19287         add new argument `confirm'.
19289 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19291         * textmodes/remember.el (remember-buffer):
19292         * progmodes/cperl-mode.el (cperl-vc-header-alist):
19293         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
19294         (icalendar-extract-ical-from-buffer):
19295         * net/newst-treeview.el (newsticker-groups-filename):
19296         * net/newst-backend.el (newsticker-cache-filename):
19297         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
19298         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
19299         (speedbar-add-ignored-path-regexp, speedbar-line-path)
19300         (speedbar-buffers-line-path, speedbar-path-line)
19301         (speedbar-buffers-line-path):
19302         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
19303         (epg-sign-keys):
19304         * epa.el (epa-display-verify-result):
19305         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
19307 2009-08-21  Glenn Morris  <rgm@gnu.org>
19309         * progmodes/js.el (inferior-moz-process): Fix declaration.
19311         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
19313         * obsolete/rnewspost.el (news-mail-reply):
19314         Use goto-char rather than goto-line.
19316         * term/ns-win.el (ns-open-file-select-line):
19317         Use line-beginning-position rather than goto-line.
19319         * apropos.el (apropos-command):
19320         * ehelp.el (electric-helpify):
19321         * printing.el (pr-show-setup):
19322         * strokes.el (strokes-help):
19323         * tutorial.el (tutorial--describe-nonstandard-key)
19324         (tutorial--detailed-help):
19325         * woman.el (woman-mini-help, woman-display-extended-fonts):
19326         * calc/calc-help.el (calc-describe-key):
19327         * emulation/edt.el (edt-electric-helpify):
19328         * international/mule-diag.el (mule-diag):
19329         * play/yow.el (apropos-zippy):
19330         * progmodes/python.el (python-describe-symbol):
19331         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
19332         * textmodes/table.el (*table--cell-describe-mode)
19333         (*table--cell-describe-bindings):
19334         Use help-print-return-message rather than the now obsolete alias.
19336         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
19337         (calendar-cursor-to-visible-date):
19338         * play/5x5.el (5x5-position-cursor):
19339         * play/decipher.el (decipher):
19340         * play/gomoku.el (gomoku-goto-xy):
19341         * play/landmark.el (lm-goto-xy):
19342         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
19343         (mpuz-paint-digit):
19344         Use forward-line, not goto-line.
19346         * mail/rmail.el (rmail-obsolete): Delete custom group.
19347         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
19348         (rmail-remote-password, rmail-remote-password-required):
19349         Remove unneeded :set-after and :set properties.
19351 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
19353         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
19355 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
19357         * loadup.el: Remove leftover macos code.
19359         * vc-git.el (vc-git-annotate-command): Run asynchronously.
19360         Explicitly pass the date format to git blame so that user local
19361         so that the output format can be parsed.
19363 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
19365         * net/dbus.el (top): Don't check for (getenv
19366         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
19368 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
19370         * log-edit.el (log-edit-strip-single-file-name): New var.
19371         (log-edit-insert-changelog): Use it.  Bug#3571
19373 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19375         * subr.el (read-passwd): Use read-key so keypad keys work as well.
19376         Bug#3287
19378         * help.el (help-print-return-message): Rename from
19379         print-help-return-message.
19381         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
19382         cvs-mode-map parent hack.
19383         (log-view-mode): Derive from special-mode.
19385         * linum.el (linum-mode): window-size-change-functions is redundant.
19386         Adapt to new window-configuration-change-hook behavior.
19387         (linum-after-size, linum-after-config): Remove.
19389         * imenu.el (imenu-example--name-and-position)
19390         (imenu-example--lisp-extract-index-name)
19391         (imenu-example--create-lisp-index, imenu-example--create-c-index):
19392         Mark as obsolete.
19394         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
19395         (inferior-prolog-mode): Use it.
19396         (inferior-prolog-load-file): Reset list of errors.
19398 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19400         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
19402         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
19404 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
19406         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
19407         is running already.
19409 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19411         * subr.el (listify-key-sequence-1): Use normal syntax since those
19412         integers are nowadays always represented by the same (positive) number
19413         on all platforms.
19414         (read-key-empty-map): New const.
19415         (read-key-delay): New var.
19416         (read-key): New function.
19417         (force-mode-line-update): Use with-current-buffer.
19418         (locate-user-emacs-file): Don't forget to abbreviate the file name.
19419         (start-process-shell-command, start-file-process-shell-command):
19420         Discourage the use of command-args.
19422 2009-08-19  Glenn Morris  <rgm@gnu.org>
19424         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
19426 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19428         * simple.el (choose-completion-string): Don't rely on
19429         minibuffer-completing-file-name and ad-hoc checks to decide whether
19430         to continue completion or not.
19432         * minibuffer.el (minibuffer-hide-completions): New function.
19433         (completion--do-completion): Use it.
19434         (completions-annotations): New face.
19435         (completion--insert-strings): Use it.
19436         (completion-pcm--delim-wild-regex): Add docstring.
19437         (completion-pcm--string->pattern): Add support for 0-width delimiters
19438         in completion-pcm--delim-wild-regex.
19440 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19442         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
19443         Remove unused var `buffer-modified-p'.
19445         * minibuffer.el (completion--do-completion): Move point for the #b001
19446         case as well (bug#4176).
19447         (minibuffer-complete, minibuffer-complete-word): Don't move point.
19449 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
19451         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
19452         and :session buses.
19454 2009-08-18  Kenichi Handa  <handa@m17n.org>
19456         * international/ucs-normalize.el (ucs-normalize-version):
19457         Change to 1.1.
19458         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
19459         (utf-8-hfs): Make it perform normalization on encoding too.
19461         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
19462         (sentence-end-without-space): Delete duplicated chars.
19463         (sentence-end-base): Likewise.
19465         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
19466         (html-mode): Delete duplicated chars from sentence-end-base.
19468         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
19469         (texinfo-mode): Delete duplicated chars from sentence-end-base.
19471 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
19473         * files.el (hack-one-local-variable): If the mode function is for
19474         a minor mode, pass it an argument (Bug#4148).
19476 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
19478         * net/tramp.el (tramp-register-completion-file-name-handler):
19479         Check also for (member 'partial-completion completion-styles).
19481 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
19483         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
19484         abbrev (Bug#3943).
19486 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
19488         * progmodes/cperl-mode.el: Merge upstream 6.2.
19489         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
19490         (cperl-forward-re): Check cperl-brace-recursing.
19491         (cperl-highlight-charclass): New function.
19492         (cperl-find-pods-heres): Use it.
19493         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
19494         (cperl-beautify-regexp-piece): Fix column calculation.
19495         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
19496         (cperl-beautify-level): Don't process entire regexp.
19497         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
19498         calling man.
19499         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
19500         (cperl-init-faces): Build a list in the normal way.
19502 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
19504         * calendar/parse-time.el (parse-time-string-chars): Save match
19505         data.
19507 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19509         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
19510         (sql-product): Use it.
19511         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
19512         (sql-set-product): Add completion.
19513         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
19514         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
19515         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
19516         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
19517         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
19518         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
19519         (sql-highlight-db2-keywords): Remove.
19520         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
19521         (sql-highlight-product): Use derived-mode-p.
19522         (sql-set-sqli-buffer): Use with-current-buffer.
19523         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
19524         Simplify.
19526         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
19528         * term.el: Fix commenting convention, turn comments into docstrings.
19530 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
19532         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
19534 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
19536         * calendar/parse-time.el (parse-time-string-chars): Compute using
19537         character classes, to handle non-ascii characters (Bug#3190).
19539 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
19541         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
19542         another heredoc if the user adds another < (Bug#3226).
19544         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19545         Don't initialize based on window-system (Bug#4124).
19547         * facemenu.el (facemenu-read-color): Use a completion function
19548         that accepts any defined color, such as RGB triplets (Bug#3677).
19550         * files.el (get-free-disk-space): Change fallback default
19551         directory to /.  Expand DIR argument before switching to fallback.
19552         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
19554 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
19556         * files.el (load-library): Doc fix.
19558 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
19560         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
19561         (viper-if-string): Redefine C-s in the minibuffer to insert the last
19562         incremental search string.
19564         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
19565         XEmacs.
19567         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
19568         (ediff-merge-region-is-non-clash)
19569         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
19570         Also check if the job is really a merge job.
19572         * ediff.el (ediff-current-file): New function.
19574 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
19576         * progmodes/js.el: Edit docstrings throughout to follow Emacs
19577         conventions.
19578         (js-insert-and-indent): Delete function.
19579         (js-mode-map): Don't bind keys to js-insert-and-indent.
19580         (js-beginning-of-defun): Rename from js--beginning-of-defun.
19581         (js-end-of-defun): Rename from js--end-of-defun.
19582         (js-auto-indent-flag): Delete variable.
19584 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
19586         * progmodes/js.el: Remove proclaim statement.
19587         Defvar which-func-imenu-joiner-function to silence compiler.
19589         * files.el (auto-mode-alist): Use js-mode for .js files.
19591         * progmodes/js2-mode.el: Remove file.
19593         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
19595         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
19597         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
19599 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
19600             Karl Landstrom  <karl.landstrom@brgeight.se>
19602         * progmodes/js.el: New file.
19604 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
19606         * timezone.el (timezone-parse-date): Add ability to understand ISO
19607         basic format (minimal separators) dates in addition to the
19608         already-supported extended format dates.
19610 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
19612         * international/ucs-normalize.el: Add a `coding' file variable.
19614         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
19616 2009-08-14  Sam Steingold  <sds@gnu.org>
19618         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
19620 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
19622         * faces.el (help-argument-name): Define it here instead of
19623         help-fns.el, because in daemon mode help-fns.el may be loaded when
19624         faces are still uninitialized (Bug#1078).
19626         * help-fns.el (help-argument-name): Move defface to faces.el.
19628 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
19630         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
19631         create buffer with a pty but no process so that GDB can make the
19632         inferior the controlling process.
19634 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
19636         * international/ucs-normalize.el: New file.
19638 2009-08-13  Richard Stallman  <rms@gnu.org>
19640         * mail/rmail.el (rmail-get-attr-names):
19641         Accept an attribute header that is too short.
19643         * mail/rmail.el (rmail-forget-messages):
19644         Ignore nil elt in rmail-message-vector.  Use dotimes.
19646         * progmodes/compile.el (compilation-goto-locus):
19647         Use next-error-move-function.
19649         * simple.el (next-error-move-function): New variable.
19651 2009-08-12  Juri Linkov  <juri@jurta.org>
19653         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
19654         always non-nil.  (Bug#4052)
19656         * replace.el (read-regexp): Return empty string when
19657         `default-value' is nil.
19658         (keep-lines-read-args): Don't use empty string as the
19659         default value for `read-regexp'.  (Bug#2495)
19661 2009-08-12  Juri Linkov  <juri@jurta.org>
19663         * international/mule-cmds.el (ucs-insert): Change arguments
19664         from `arg' to `character', `count', `inherit' to be the same
19665         as in `insert-char'.  Doc fix.  (Bug#4039)
19667         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
19669 2009-08-12  Juri Linkov  <juri@jurta.org>
19671         * files-x.el: New file.
19673         * files.el: Move code that deals with adding/deleting
19674         file/directory-local variables to files-x.el.
19676         * Makefile.in (ELCFILES): Add files-x.elc.
19678 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
19680         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
19681         to use `goto-line'.
19682         (gdb-place-breakpoints, gdb-get-location): Rewritten without
19683         `goto-line'.
19684         (gdb-invalidate-disassembly): Do not refresh upon receiving
19685         'update signal.  Instead, update all disassembly buffers only after
19686         threads list.
19687         (gdb): Send -target-detach when buffer is killed (Bug#3794).
19688         (gdb-starting): Move -data-list-register-names...
19689         (gdb-stopped): ...here so it's sent when first thread stops.
19690         (gdb-registers-handler-custom): Do nothing if register names are
19691         unknown yet.
19693         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
19694         from `gdb-mi.el' to avoid extra tangling.
19696         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
19697         change which breaks `gud-def' definitions used in `gdb'.
19698         (gdb-update-gud-running): No extra fuss for updating frame number.
19700 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19702         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
19703         (describe-language-environment-map, setup-language-environment-map)
19704         (set-coding-system-map): Move initialization into declaration.
19705         (set-language-info-alist): Last arg to define-key-after can be skipped.
19707         * international/quail.el (quail-completion-1): Simplify.
19708         (quail-define-rules): Use slightly more compact code.
19709         (quail-insert-decode-map): Propertize keys, compact columns.
19711         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19712         Add goto-line.
19714 2009-08-10  Miles Bader  <miles@gnu.org>
19716         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
19717         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
19718         (js2-instance-member, js2-private-member, js2-private-function-call)
19719         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
19720         (js2-magic-paren, js2-external-variable):
19721         Remove "-face" suffix from face names.
19722         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
19723         (js2-highlight-undeclared-vars, js2-peek-token)
19724         (js2-parse-function-params, js2-mode-show-errors)
19725         (js2-mode-show-warnings, js2-make-magic-delimiter)
19726         (js2-mode-highlight-magic-parens): Update to use new face names.
19728 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
19730         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
19731         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
19733 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
19735         * subr.el: Provide hashtable-print-readable.
19737         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
19738         hs-c-like-adjust-block-beginning.
19739         (hs-hide-block-at-point): Stop hiding at the beginning of
19740         hs-block-end-regexp (Bug#700).
19742 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
19744         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
19745         a macro.
19746         (gdb-registers-handler-custom): Do not fail when register names
19747         are unavailable.
19749 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
19751         * progmodes/gdb-mi.el (gdb-control-all-threads)
19752         (gdb-control-current-thread): Interactive setters for
19753         `gdb-gud-control-all-threads' to use in menu.
19754         (gdb-show-run-p): Show «Go» when process is not active.
19755         (gud-tool-bar-map): Add non-stop/A,T indicator.
19756         Uses gud/thread.xpm and gud/all.xpm.
19758 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
19760         * net/net-utils.el (net-utils-font-lock-keywords): New var.
19761         (nslookup-font-lock-keywords): Make it a variable.
19762         (net-utils-mode): New mode for viewing diagnostic network output.
19763         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
19764         (net-utils-run-simple): New function.
19765         (ifconfig, iwconfig, netstat, arp, route): Use it.
19767 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
19769         * progmodes/gdb-mi.el (gdb-read-memory-custom)
19770         (gdb-memory-set-address, def-gdb-set-positive-number)
19771         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
19772         after changing settings.
19773         (gdb-invalidate-disassembly): Update when first shown.
19774         (gdb-edit-locals-value): Fixed.
19775         (gdb-registers-handler-custom): Print registers in right order and
19776         allow changing register values (only for current thread yet).
19777         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
19778         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
19779         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
19780         (gdb-locals-handler-custom, gdb-registers-handler-custom):
19781         Thread info in mode name.
19782         (gdb-registers-mode-map): TAB to switch to locals.
19784 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
19786         * mail/rmail.el (rmail-add-mbox-headers)
19787         (rmail-set-message-counters-counter): Search for
19788         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
19790 2009-08-08  Glenn Morris  <rgm@gnu.org>
19792         * Makefile.in (ELCFILES): Update.
19794 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
19796         * mail/sendmail.el (mail-yank-original):
19797         Set buffer-file-coding-system from the one used by the message whose
19798         text is yanked.
19800         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
19801         to "windows" when "pgnuplot" is used.
19802         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
19803         Don't call accept-process-output if "pgnuplot" is used.
19804         (calc-graph-init): Don't send -display and -geometry to
19805         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
19806         running "pgnuplot -V" with shell-command-to-string.
19808         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
19809         the default.
19811 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
19813         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
19814         org/org-latex.elc.
19816 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
19818         * vc-dispatcher.el (vc-resynch-window): Update comment.
19820         * term.el (term-handle-ansi-escape): Add comments with the
19821         terminfo capabilities implemented.
19823 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
19825         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
19826         (gdb-var-create-handler): Rewritten using JSON parser.
19827         (gdb-propertize-header): Move earlier.
19828         (gdb-set-header): Remove to avoid duplication.
19829         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
19830         Refresh disassembly buffers only after threads list have been
19831         update.
19832         (gdb-threads-header, gdb-registers-header): Per-buffer header line
19833         variables.
19835 2009-08-04  Juri Linkov  <juri@jurta.org>
19837         * files.el: Commands to add/delete file/directory-local variables.
19838         (read-file-local-variable, read-file-local-variable-value)
19839         (read-file-local-variable-mode, modify-file-local-variable)
19840         (modify-file-local-variable-prop-line)
19841         (modify-dir-local-variable): New functions.
19842         (add-file-local-variable, delete-file-local-variable)
19843         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
19844         (add-dir-local-variable, delete-dir-local-variable)
19845         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
19846         (copy-dir-locals-to-file-locals-prop-line): New commands.
19848 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
19850         * abbrev.el (insert-abbrev-table-description): Prettify output.
19851         Suggested by Karl Chen.
19853 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
19855         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
19856         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
19857         (gdb-overlay-arrow-position, gdb-thread-position)
19858         (gdb-disassembly-position): Declare variables.
19859         (gdb-wait-for-pending): Function now.
19860         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
19861         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
19862         compilation goes smoothly.
19863         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
19864         (gdb-non-stop-setting): New customization setting which replaces
19865         `gdb-non-stop' so changing it doesn't break active GDB session.
19866         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19867         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19868         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19869         (gdb-show-threads-by-default): New customization options.
19870         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19871         routines.
19872         (gdb-get-buffer-create): Send buffers update signal when they are
19873         created.
19874         (gdb-invalidate-locals, gdb-invalidate-registers)
19875         (gdb-invalidate-breakpoints)
19876         (gdb-invalidate-threads, gdb-invalidate-disassembly)
19877         (gdb-invalidate-memory): Accept update signal.
19878         (gdb-current-context-command): Use --frame option.
19879         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19880         Implement `gdb-frame-number' selection logic.
19881         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19882         whether to show GUD toolbar buttons.
19883         (gdb-thread-exited): Unselect current thread when it exits.
19884         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19885         (gdb-mark-line): Routine which sets overlay arrow or inverses
19886         video on fringeless displays.
19887         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19888         to build aligned columns of data in GDB buffers and set text
19889         properties line-by-line.
19890         (gdb-invalidate-breakpoints)
19891         (gdb-breakpoints-list-handler-custom)
19892         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
19893         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
19894         (gdb-registers-handler-custom): Align data columns.
19895         (gdb-locals-handler-custom): Now prints data like in variable
19896         declarations.
19897         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
19898         Remove confusing buttons.
19899         (gdb-invalidate-threads): Append --frame.
19900         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
19901         between breakpoints/threads buffers.
19902         (gdb-set-window-buffer): Now can ignore dedicated windows.
19903         (gdb-propertize-header): Use `gdb-set-window-buffer'.
19904         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
19905         (def-gdb-thread-buffer-gud-command): Replaces
19906         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
19907         for fine thread control.
19908         (gdb-preempt-existing-or-display-buffer): New function used to
19909         display bound buffers without breaking window layout.
19910         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
19911         (gdb-select-frame): New version of `gdb-frames-select' which now
19912         sets `gdb-frame-number' so commands may use --frame option instead
19913         of inner debugger state.
19914         (gdb-frame-handler): Do not set `gdb-frame-number'.
19915         (gdb-threads-mode-map): Select threads with mouse.
19917         * progmodes/gud.el (gdb-gud-context-call): Declare function to
19918         avoid compilation warning.
19919         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
19920         `gdb-show-stop-p`.
19922         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
19923         Argument `key' renamed to `buffer-type'.
19924         (gdb-current-context-buffer-name): Do not add thread info to
19925         buffer name when no thread is selected.
19926         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
19927         command (bug 3794).
19928         (gdb-thread-selected): Handle `=thread-selected' notification.
19929         (gdb-wait-for-pending): New macro to deal with congestion problems.
19930         (gdb-breakpoints-list-handler-custom): Don't fail on pending
19931         breakpoints.
19932         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
19933         This fixes problem similar to one described in bug 3947.
19934         (gud-menu-map): More menu items.
19935         (gdb-init-1): Reset `gdb-thread-number' to nil.
19937         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
19938         non-stop settings.
19940         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
19941         (gdb-current-context-command): Do not append --thread if
19942         `gdb-thread-number' is nil.
19943         (gdb-running-threads-count, gdb-stopped-threads-count):
19944         New variables.
19945         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
19946         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
19947         New customization options.
19948         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
19949         GUD commands.
19950         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
19951         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
19952         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
19953         set `gdb-thread-number' and update `gud-running' properly.
19954         (gdb-running): Update threads list when new threads appear.
19955         (gdb-stopped): Support non-stop operation and new thread switching
19956         logic.
19957         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
19958         (gdb-json-partial-output): New set of JSON routines.
19959         (def-gdb-auto-update-trigger): New `signal-list' optional
19960         argument.
19961         (gdb-thread-list-handler-custom): Update `gud-running',
19962         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
19963         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
19964         (gdb-continue-thread, gdb-step-thread): New commands for fine
19965         thread execution control.
19966         (gud-menu-map): New menu items to switch non-stop options.
19967         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
19968         (gdb-send): Mimic RET properly (bug 3794).
19970         * progmodes/gdb-mi.el (gdb-rules-name-maker)
19971         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
19972         gdb-buffer-rules.
19973         (def-gdb-auto-update-handler): New nopreserve optional argument.
19974         (gdb-stack-list-frames-custom): Print stack from top to bottom.
19976         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
19977         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
19978         (gdb-parent-mode): New mode to derive other GDB modes from.
19979         (gdb-display-disassembly-for-thread)
19980         (gdb-frame-disassembly-for-thread): New commands for threads
19981         buffer.
19983         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
19984         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
19985         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
19986         (gdb-update): We now store all GDB buffers in a list so that they
19987         can be updated by traversing a list instead of calling invalidate
19988         triggers explicitly.
19989         (def-gdb-trigger-and-handler): New macro to define trigger-handler
19990         pair for GDB buffer.
19991         (gdb-stack-buffer-name): Add thread information.
19992         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
19993         handle pending triggers.
19994         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
19995         (def-gdb-thread-buffer-simple-command)
19996         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
19997         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
19998         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
19999         New commands which show buffers bound to thread.
20000         (gdb-stack-list-locals-regexp): Remove unused regexp.
20002         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
20003         (gdb-locals-buffer-name, gdb-registers-buffer-name)
20004         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
20005         to (gud-comint-buffer) in *-buffer-name functions
20006         because (gdb-get-target-string) already does that.
20007         (gdb-locals-handler-custom, gdb-registers-handler-custom)
20008         (gdb-changed-registers-handler): Rewritten without regexps.
20010         * progmodes/gdb-mi.el: Basic thread selection support.
20011         (gdb-thread-number): New variable.
20012         (gdb-current-context-command): New macro which adds --thread
20013         option to command.
20014         (gdb-threads-mode-map): Select thread with SPC.
20015         (gdb-thread-list-handler-custom): Mark current thread with overlay
20016         arrow.  Synchronize GDB thread and Emacs thread.
20017         (gdb-select-thread): New command which selects current thread.
20018         (gdb-invalidate-frames, gdb-invalidate-locals)
20019         (gdb-invalidate-registers): Use --thread option.
20021 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
20023         * net/tramp.el (top): Make check for tramp-gvfs loading more
20024         robust.  (Bug#3977)
20025         (tramp-handle-insert-file-contents): `unwind-protect' must be
20026         inside `with-parsed-tramp-file-name'.
20028         * net/tramp-gvfs.el (top): Remove superfluous message when loading
20029         fails.
20031 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
20033         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
20034         directory if CLASSPATH is not set.
20036 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
20038         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
20039         New defconst.
20040         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
20042 2009-08-02  Kevin Ryde  <user42@zip.com.au>
20044         * net/newst-backend.el (newsticker--raw-url-list-defaults):
20045         Update freshmeat link.  Delete newsforge.com as it seems gone.
20047 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
20049         * select.el (x-set-selection): Doc fix (Bug#4021).
20051         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
20053         * help-fns.el (describe-variable): Treat list return values from
20054         dir-locals-find-file properly (Bug#4005).
20056 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
20058         * net/tramp.el (tramp-debug-message): Print also microseconds.
20060 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
20062         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
20063         or END is non-nil.
20064         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
20065         (tramp-get-debug-buffer): Change `outline-regexp' according to new
20066         format.
20068         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
20069         (tramp-get-file-property): Use it.
20071         * autorevert.el (auto-revert-handler):
20072         Allow `auto-revert-tail-mode' for remote files.
20074 2009-08-02  Jason Rumney  <jasonr@gnu.org>
20076         * minibuffer.el (read-file-name): Treat confirm options to
20077         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
20079 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
20081         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
20082         (font-lock-variable-name-face, font-lock-constant-face):
20083         Darken the colors for light backgrounds.
20085 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
20087         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
20088         month names.  (Bug#3987)
20090 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
20092         * simple.el (line-move-finish): Pass whole number to
20093         line-move-to-column.
20094         (line-move-visual): Perform hscroll to the recorded position.
20096 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
20098         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
20100 2009-07-29  Alan Mackenzie  <acm@muc.de>
20102         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
20104 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
20106         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
20107         (gdb-place-breakpoints): Use full path when setting breakpoints.
20109 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
20111         * calc/calc.el (calc-mode-map): Add keybinding for
20112         `calc-transpose-lines'.
20114 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
20116         * calc/calc-misc.el (calc-transpose-lines): New function.
20118 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
20120         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
20121         Simplify check for out-of-band methods.
20122         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
20123         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
20125 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
20127         * vc-git.el (vc-git-checkin): Fix typo.
20129 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
20131         * progmodes/js2-mode.el: New file.
20133 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
20135         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
20136         (gud-menu-map): Adjust tooltip accordingly.
20138 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
20140         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
20141         (vc-bzr-log-view-mode): Adjust log-view-file-re.
20143         * add-log.el (change-log-mode-map): Add a menu.
20145 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
20147         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
20148         function returns nil.
20149         (dbus-handle-event): Handle special return value :ignore.
20150         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
20152 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
20154         * view.el (view-mode-enable): Don't define Helper-return-blurb if
20155         it's not needed.
20157 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
20159         Fix Bug#3888:
20161         * w32-vars.el (x-select-enable-clipboard): Doc fix.
20163         * term/pc-win.el (x-display-name, x-colors)
20164         (x-select-enable-clipboard, x-select-text): Doc fix.
20166         * term/common-win.el (x-display-name, x-colors): Doc fix.
20168         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
20169         (xw-defined-colors): Doc fix.
20171         * w32-fns.el (x-select-text, x-setup-function-keys)
20172         (x-get-selection, x-set-selection): Doc fix.
20174         * term/x-win.el (x-select-text, x-setup-function-keys)
20175         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
20177         * select.el (x-set-selection): Doc fix.
20179 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
20181         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
20182         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
20183         "IsNSSSupportAvailable" method is not available.
20184         Reported by Steve Youngs <steve@sxemacs.org>.
20186 2009-07-24  Kenichi Handa  <handa@m17n.org>
20188         * international/characters.el: Fix setting of category ?C, ?|, ?K,
20189         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
20190         (build-unicode-category-table): Fix range checks.
20192 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
20194         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
20195         the buffer we try to sync is current when calling
20196         vc-resynch-buffer.
20198         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
20199         not show up to date files.
20201 2009-07-24  Glenn Morris  <rgm@gnu.org>
20203         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
20204         Add autoload cookies.  If necessary, initialize.
20205         (elint-log): Handle non-file buffers.
20206         (elint-initialize): Add optional argument to reinitialize.
20207         (elint-find-builtin-variables): Save excursion.
20209 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
20211         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
20212         for Lint.
20214 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20216         * vc.el (vc-print-log-internal): New function, split out from ...
20217         (vc-print-log): ... here.
20218         (vc-dir-move-to-goal-column): Declare.
20220         * vc-git.el (vc-git-add-signoff): New variable.
20221         (vc-git-checkin): Use it.
20222         (vc-git-toggle-signoff): New function.
20223         (vc-git-extra-menu-map): Bind it to menu.
20224         (vc-git--run-command-string): Accept a nil FILE argument.
20225         (vc-git-stash-list): New function.
20226         (vc-git-dir-extra-headers): Use it.
20228 2009-07-23  Glenn Morris  <rgm@gnu.org>
20230         * help-fns.el (describe-variable): Describe ignored and risky local
20231         variables in a similar way to that in which we describe safe ones.
20233         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
20234         (byte-compile-output-file-form, byte-compile-output-docform)
20235         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
20236         Give some more local variables with common names a "bytecomp-" prefix,
20237         so as not to shadow things during compilation.
20238         * emacs-lisp/cl-macs.el (load-time-value)
20239         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
20240         `outbuffer' to `bytecomp-outbuffer'.
20242         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
20243         since the next two variables cover them automatically now.
20244         (elint-builtin-variables, elint-autoloaded-variables): New.
20245         (elint-unknown-builtin-args): Remove all members, since they can be
20246         parsed automatically now.
20247         (elint-extra-errors): New.
20248         (elint-env-add-env, elint-env-add-macro): Use cadr.
20249         (elint-current-buffer): Use or.  Change final message.
20250         (elint-get-top-forms): Use line-end-position.
20251         (elint-init-env): Use cadr.  Handle autoload, declare-function,
20252         and defalias.
20253         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
20254         (regexp-assoc): Remove unused function.
20255         (elint-top-form): Set elint-current-pos, to record the start of the
20256         top-level form, for compilation-mode.
20257         (elint-form): Trap errors in macro expansion.  Use dolist.
20258         (elint-unbound-variable): Use elint-builtin-variables and
20259         elint-autoloaded-variables.
20260         (elint-get-args): Use cadr, or.
20261         (elint-check-cond-form): Use dolist, cadr.
20262         (elint-check-condition-case-form): Doc fix.  Use cadr.
20263         Use elint-extra-errors.
20264         (elint-log): New function.
20265         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
20266         Distinguish errors and warnings.
20267         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
20268         Use a bytecomp-style format.
20269         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
20270         (elint-get-log-buffer): Use compilation mode.  Disable undo.
20271         Don't truncate lines.
20272         (elint-initialize): Set builtin and autoloaded variable lists.
20273         Only process elint-unknown-builtin-args if non-nil.
20274         (elint-find-builtin-variables, elint-find-autoloaded-variables):
20275         New functions.
20276         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
20278 2009-07-22  Kevin Ryde  <user42@zip.com.au>
20280         * net/newst-backend.el (newsticker--parse-atom-1.0)
20281         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20282         (newsticker--parse-rss-1.0):
20283         * progmodes/idlwave.el (idlwave-mode):
20284         * progmodes/idlw-shell.el (idlwave-shell-mode):
20285         * progmodes/vera-mode.el (vera-mode):
20286         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
20287         * progmodes/vhdl-mode.el (vhdl-mode):
20288         * textmodes/table.el (table-generate-source)
20289         (table--warn-incompatibility):
20290         Hyperlink urls in docstrings with URL `...'.
20292 2009-07-22  Glenn Morris  <rgm@gnu.org>
20294         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
20295         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
20296         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
20297         Remove leading * from defcustom docs.
20299         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
20301         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
20302         defcustom doc.
20303         (list-load-path-shadows): Optionally, just return shadows as a string.
20305         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
20307 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
20309         * mail/rmailedit.el (rmail-edit-mode):
20310         Use auto-save-include-big-deletions.
20312         * mail/rmail.el (rmail-variables):
20313         Use auto-save-include-big-deletions.
20315         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
20316         changes.
20318 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
20320         * calc/calc.el (calc-undo-length): New variable.
20321         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
20323 2009-07-21  Richard Stallman  <rms@gnu.org>
20325         * files.el (auto-save-mode): Handle buffer-save-size = -2
20326         for toggling mode.
20328 2009-07-21  Glenn Morris  <rgm@gnu.org>
20330         * textmodes/ispell.el (ispell-looking-back): Update declaration.
20332         * calendar/todo-mode.el (calendar-current-date): Update declaration.
20334         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
20335         silence compiler.  Instead...
20336         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
20337         (ps-print-ensure-fontified): Update for above function name changes.
20339         * printing.el (pr-mh-get-msg-num, pr-mh-show)
20340         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
20341         silence compiler.  Instead...
20342         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
20343         (mh-show-buffer): Only define for compiler.
20344         (pr-mh-current-message): Update for above function name changes.
20346         * files.el (abort-if-file-too-large): Explicitly pass `filename'
20347         as an argument.
20348         (find-file-noselect, insert-file-1): Update for above change.
20350         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
20352         * mail/mailclient.el (mailclient-send-it): Fix message.
20354         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
20355         (edebug-eval): Check cl-debug-env is bound.
20356         (print-level, print-circle): Don't redefine built-in variables.
20358         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
20359         (custom-print-vectors): Remove old comments from doc.
20361         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
20362         (emerge-version): Make the variable an obsolete alias for the
20363         emacs-version variable.  Make the function obsolete.
20364         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
20365         Emerge options, rather than merging in into the main Options menu.
20366         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
20367         and auto advance modes.  Disable edit/fast items when not relevant.
20369 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
20371         * term/vt420.el (terminal-init-vt420): Fix typo.
20373 2009-07-20  Sam Steingold  <sds@gnu.org>
20375         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
20376         variable (removed from compile.el on 2004-03-11).
20378 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
20380         * files.el (hack-local-variables-filter): Fix last change.
20382 2009-07-19  Juri Linkov  <juri@jurta.org>
20384         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
20385         (dir-local-variables-alist): New buffer-local variable.
20386         (hack-local-variables-filter): If variable is not dir-local,
20387         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
20388         because file-local overrides dir-local.
20389         (c-postprocess-file-styles) <declare-function>:
20390         Remove obsolete declaration.
20391         (hack-dir-local-variables): Add dir-local variable/value pair to
20392         `dir-local-variables-alist' and remove duplicates.  Doc fix.
20394         * help-fns.el (describe-variable): Add information about
20395         file-local and dir-local variables.
20397 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
20399         * files.el (hack-local-variables-filter): Rewrite.
20401 2009-07-19  Glenn Morris  <rgm@gnu.org>
20403         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
20404         Silence compiler by only defining on XEmacs.
20406         * international/mule.el (auto-coding-regexp-alist): Only match
20407         BABYL... at the start of buffer, not of lines.  (Bug#3790)
20409         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
20410         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
20411         (cal-menu-context-mouse-menu): Doc fix.
20413         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
20415         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
20417 2009-07-18  Juri Linkov  <juri@jurta.org>
20419         * info.el: Virtual Info keyword finder.
20420         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
20421         (Info-finder-file): New variable.
20422         (Info-finder-find-file): New function.
20423         (finder-known-keywords, finder-package-info)
20424         (find-library-name, lm-commentary): Use defvar and
20425         declare-function to silence compiler warnings.
20426         (Info-finder-find-node): New function.
20427         (info-finder): New command.
20429         * subr.el (process-kill-buffer-query-function): New function.
20430         (add-hook)<kill-buffer-query-functions>: Add hook
20431         `process-kill-buffer-query-function'.
20433 2009-07-18  Alan Mackenzie  <acm@muc.de>
20435         * progmodes/cc-mode.el (c-before-hack-hook)
20436         (c-postprocess-file-styles): Give invocation of `c-set-style'
20437         DONT-OVERRIDE parameter of t.  Already set style variables will
20438         thus not be overridden by style settings given by `c-file-syle'.
20440         * files.el (hack-local-variables-filter): Remove entries with
20441         duplicate keys from `file-local-variables-alist'.
20443 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
20445         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
20446         x-set-selection if display-selections-p returns nil for the
20447         current frame.
20449 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
20451         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
20453 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
20455         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
20456         Accept nil in addition to a regexp.
20457         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
20458         Accept nil in addition to a regexp.
20459         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
20460         buffers that have an associated file.  Handle nil values of
20461         desktop-buffers-not-to-save and desktop-files-not-to-save.
20462         (Bug#3833)
20464         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
20465         (x-disown-selection-internal): New functions.
20467 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
20469         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
20470         warning.
20471         (gdb-breakpoints-header): Move forward to avoid compiler warning.
20472         (gdb-make-header-line-mouse-map): Remove duplicate definition.
20474 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
20476         * simple.el (set-mark): Revert last change.
20478 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
20480         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
20481         rendering of pngs is not possible instead of messaging a long
20482         description.
20484 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
20486         * w32-fns.el (x-selection-owner-p): New function.
20488         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
20489         (mouse-yank-at-click, mouse-yank-primary):
20490         If select-active-regions is non-nil, deactivate the mark before
20491         insertion.
20493         * simple.el (deactivate-mark, set-mark): Only save selection if we
20494         own it.
20496 2009-07-17  Kenichi Handa  <handa@m17n.org>
20498         * case-table.el (describe-buffer-case-table): Fix for the case
20499         that KEY is a cons.
20501 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
20503         * vc-rcs.el (vc-rcs-find-file-hook):
20504         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
20506 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
20508         * net/tramp.el (tramp-wait-for-output): Handle the case when
20509         commands do not return a newline but a null byte before the shell
20510         prompt.  (Bug#3858)
20512 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20514         * term/ns-win.el (ns-set-alpha): Don't declare.
20515         (ns-set-background-alpha): Remove function.
20517 2009-07-16  Kevin Ryde  <user42@zip.com.au>
20519         * emacs-lisp/copyright.el (copyright-update): Save match-data across
20520         y-or-n-p, for safety.
20522 2009-07-16  Richard Stallman  <rms@gnu.org>
20524         * files.el (auto-save-mode): If buffer-saved-size is -2,
20525         don't clobber it.
20527         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
20528         (rmail-retry-ignored-headers): Add more uninteresting fields.
20530 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
20532         * net/rcirc.el (rcirc): Use history variables.
20533         (rcirc-server-name-history, rcirc-nick-name-history)
20534         (rcirc-server-port-history): New variables.
20536 2009-07-15  Kenichi Handa  <handa@m17n.org>
20538         * international/mule-cmds.el (set-language-environment-charset):
20539         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
20540         ignore them.
20542         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
20543         Delete unibyte-display.
20545 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
20547         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
20549 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
20551         * simple.el (deactivate-mark): Optional argument FORCE.
20552         (set-mark): Use deactivate-mark.
20554         * info.el (Info-search): No need to check transient-mark-mode
20555         before calling deactivate-mark.
20557         * select.el (x-set-selection): Doc fix.
20558         (x-valid-simple-selection-p): Allow buffer values.
20559         (xselect--selection-bounds): Handle buffer values.
20560         Suggested by David De La Harpe Golden.
20562         * mouse.el (mouse-set-region, mouse-drag-track):
20563         Call copy-region-as-kill before setting the mark, to let
20564         select-active-regions work.
20566 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
20568         * simple.el (deactivate-mark): If select-active-regions is
20569         non-nil, copy the selection data into a string.
20570         (activate-mark): If select-active-regions is non-nil, set the
20571         selection to the current buffer.
20572         (set-mark): Update selection if select-active-regions is non-nil.
20574         * select.el (x-valid-simple-selection-p): Allow buffer values.
20576 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20578         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
20579         and more featureful message-mode.
20581 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
20583         * select.el (x-set-selection): Doc fix.
20584         (x-valid-simple-selection-p): Disallow selection data consisting
20585         of a list or cons of integers, since that is not used.
20586         (xselect--selection-bounds, xselect--int-to-cons): New functions.
20587         (xselect-convert-to-string, xselect-convert-to-length)
20588         (xselect-convert-to-filename, xselect-convert-to-charpos)
20589         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
20591 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
20593         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
20594         output in -break-info command (Emacs bug #3794).
20596 2009-07-14  Glenn Morris  <rgm@gnu.org>
20598         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
20599         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
20600         (edebug-print-length, edebug-print-level, edebug-print-circle)
20601         (edebug-sit-for-seconds, edebug-view-outside)
20602         (edebug-bounce-point, edebug-set-global-break-condition)
20603         (edebug-Go-nonstop-mode, edebug-trace-mode)
20604         (edebug-Trace-fast-mode, edebug-continue-mode)
20605         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
20606         (edebug-visit-eval-list): Doc fixes.
20608         * subr.el (def-edebug-spec): Doc fix.
20610 2009-07-14  Kenichi Handa  <handa@m17n.org>
20612         * international/characters.el: Fix setting of category ?C.
20614 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
20616         * term/ns-win.el (x-select-font): defalias x-select-font to
20617         ns-popup-font-panel instead of generate-fontset-menu.
20619 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
20621         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
20623 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
20625         * arc-mode.el (archive-find-type): Allow for a PK00 string before
20626         the PK\003\004 header (Bug#3770).
20628 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
20630         * pcomplete.el (pcomplete-comint-setup): Check for
20631         shell-dynamic-complete-filename too.
20633 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
20635         * simple.el (temporary-goal-column): Change the value for
20636         line-move-visual to a cons cell.
20637         (line-move-visual): Record or set the window hscroll, if
20638         necessary (Bug#3494).
20639         (line-move-1): Handle cons value of temporary-goal-column.
20641 2009-07-11  Kenichi Handa  <handa@m17n.org>
20643         * international/mule-diag.el (describe-character-set): Don't show
20644         width.
20646 2009-07-10  Sam Steingold  <sds@gnu.org>
20648         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20649         Omake sometimes indents the errors it prints, so allow all
20650         regexps to start with spaces.
20652 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
20654         * cus-edit.el (customize-changed-options-previous-release):
20655         Bump value to 22.1.  (Bug#3804)
20657 2009-07-08  Sam Steingold  <sds@gnu.org>
20659         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
20660         to be a cons cell (test . ignored-directory) to selectively ignore
20661         some directories depending on the location of the search.
20663 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
20665         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
20666         remote user is root, on the local host.
20667         (tramp-local-host-p): Either the local user or the remote user
20668         must be root.  (Bug#3771)
20670 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
20672         * progmodes/gdb-mi.el (gdb): Remove description of
20673         gdb-use-separate-io-buffer.
20674         (menu): Don't allow toggling of or enable
20675         gdb-use-separate-io-buffer from menubar.
20677 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
20679         * mail/unrmail.el (unrmail): Make sure the message ends with two
20680         newlines (Bug#3769).
20682 2009-07-08  Glenn Morris  <rgm@gnu.org>
20684         * calendar/calendar.el (calendar-current-date): Rework previous change.
20686 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
20688         * calendar/calendar.el (calendar-current-date):
20689         Add an optional argument giving an offset from today.
20691 2009-07-08  Glenn Morris  <rgm@gnu.org>
20693         * tutorial.el (tutorial--describe-nonstandard-key):
20694         Adjust the message for when a key has been unbound.
20695         (help-with-tutorial): Hide the arch-tag.
20697 2009-07-08  Kenichi Handa  <handa@m17n.org>
20699         * international/fontset.el (setup-default-fontset): For each
20700         script, append (not set) font-specs.
20702         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
20703         docstring.
20705 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
20707         * progmodes/gdb-mi.el (gdb-init-1): Move sending
20708         -data-list-register-names to ...
20709         (gdb-starting): ... here because GDB 7.0 requires execution to
20710         have started when using this MI command.
20711         (gdb-set-header): New function to distinguish select and
20712         unselected tabs in gdb buffers.
20713         (gdb-propertize-header): New macro that uses gdb-set-header.
20714         (gdb-breakpoints-header, gdb-locals-header): Use it.
20715         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
20717 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
20719         * Makefile.in (ELCFILES): Remove fadr.elc.
20721 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
20723         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
20724         may contain frame information, so `string-match' should be used.
20725         (gdb-update): Disassembly is invalidated through
20726         `gdb-get-selected-frame'.
20727         (gdb-pad-string): New function to pad string with spaces.
20728         (gdb-invalidate-disassembly): Invalidate only if the buffer
20729         exists.
20730         (gdb-disassembly-handler-custom): Column alignment.
20731         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
20732         placing new ones.
20733         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
20734         end of line, too.
20735         (gdb-frame-handler): Match convention to for disassembly buffer
20736         mode name.
20737         (gdb-stack-list-frames-handler): Rewritten without regexps.
20738         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
20739         not highlight breakpoints without line information.
20740         (gdb-input): Add trailing newline to command.
20742         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
20743         buffer properly.
20744         (gdb-breakpoints-list-handler-custom): Replacement for
20745         `gdb-break-list-handler'.  Using real parser instead of regexps
20746         now.
20747         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
20748         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
20749         to place breakpoints.
20750         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
20751         functions.
20752         (gdb-disassembly-handler-custom): Show overlay arrow.
20753         (gdb-disassembly-place-breakpoints): Show breakpoints in
20754         disassembly buffer.
20755         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
20756         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
20757         instead of parsing breakpoints buffer.  Fixed old menu references
20758         in `gud-menu-map'.
20760         * fadr.el: Remove.
20762         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
20763         (gdb-memory-address): New variable which holds top address of
20764         memory page shown in memory buffer.
20765         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
20766         New customization variables.
20767         New functions:
20768         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
20769         display the memory buffer.
20770         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
20771         buffer display parameters.
20772         (def-gdb-memory-format, gdb-memory-format-binary)
20773         (gdb-memory-format-octal, gdb-memory-format-unsigned)
20774         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
20775         Functions for setting memory buffer format.
20776         (gdb-memory-unit-word, gdb-memory-unit-halfword)
20777         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
20778         unit size used in memory buffer.
20779         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
20780         Switch to next/previous page of memory buffer.
20781         Now using (bindat-get-field) instead of fadr functions.
20783 2009-07-07  Sam Steingold  <sds@gnu.org>
20785         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
20786         non-top-level files.
20788 2009-07-07  Kenichi Handa  <handa@m17n.org>
20790         * international/mule-cmds.el (reset-language-environment):
20791         Put the highset priority to the charset iso-8859-1.
20793 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
20795         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
20796         to the end of the line when locating the block (Bug#700).
20798 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
20800         * net/tramp.el (tramp-handle-write-region): Flush file properties
20801         in case of short track.
20803 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
20805         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
20806         Coded custom representation of verilog error regular expressions
20807         to work with Emacs-22's new format.
20808         (verilog-error-regexp-xemacs-alist): Coded custom representation
20809         of verilog error regular expressions to work with XEmacs format.
20810         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
20811         error recognition into XEmacs.
20812         (verilog-error-regexp-add-emacs): Hook routine to install verilog
20813         error recognition into Emacs-22.
20815 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
20817         * woman.el: Remove stand-alone closing parentheses.
20818         (woman-file-name, woman2-format-paragraphs)
20819         (woman-leave-blank-lines): Code cleanup.
20820         (woman-use-own-frame): Change default to nil.
20821         (woman-italic, woman-bold, woman-unknown, woman-addition):
20822         Change defaults to inherit from default faces.
20823         (woman2-process-escapes): Consume the newline after a stand-alone
20824         filler character (Bug#3651).
20826 2009-07-06  Glenn Morris  <rgm@gnu.org>
20828         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
20829         (top-level): Move provide to the end.
20830         (ffap): Remove defunct URL from custom group.
20832         * subr.el (eval-after-load): Doc fix.
20834 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
20836         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
20837         `calc-embedded-word' is called twice.
20839 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20841         * files.el (find-alternate-file-other-window, find-alternate-file):
20842         Obey confirm-nonexistent-file-or-buffer.
20844 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
20846         * dired-aux.el (dired-show-file-type): Handle remote files.
20848 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
20850         * desktop.el (desktop-globals-to-save):
20851         Add file-name-history (Bug#2750).
20853 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
20855         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
20857 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
20859         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
20860         property on entire argument since this is what eshell-lisp-command
20861         expects.
20863 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
20865         * net/tramp-gvfs.el (tramp-gvfs-methods)
20866         (tramp-gvfs-zeroconf-domain)
20867         (tramp-bluez-discover-devices-timeout): Add version flag.
20868         (tramp-gvfs-handler-mounted-unmounted)
20869         (tramp-gvfs-connection-mounted-p): Polish handling of
20870         incompatibilities between GVFS 0.2 and 1.0.
20872 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
20874         * cus-start.el (all): Add make-pointer-invisible.
20876 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
20878         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
20879         formatted correctly.
20881 2009-07-02  Juri Linkov  <juri@jurta.org>
20883         * info.el: Virtual Info files and nodes.
20884         (Info-virtual-files, Info-virtual-nodes): New variables.
20885         (Info-current-node-virtual): New variable.
20886         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20887         New functions.
20888         (Info-file-supports-index-cookies): Use Info-virtual-file-p
20889         to check for a virtual file instead of checking a fixed list
20890         of node names.
20891         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
20892         instead of ad-hoc processing of "dir" and (apropos history toc).
20893         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
20894         instead of ad-hoc processing of "dir" and (apropos history toc).
20895         Reread a file when moving from a virtual node.
20896         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
20897         (Info-directory-toc-nodes, Info-directory-find-file)
20898         (Info-directory-find-node): New functions.
20899         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
20900         (Info-history): Move part of code to
20901         `Info-history-find-node'.
20902         (Info-history-toc-nodes, Info-history-find-file)
20903         (Info-history-find-node): New functions.
20904         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
20905         (Info-toc): Move part of code to `Info-toc-find-node'.
20906         (Info-toc-find-node): New function.
20907         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
20908         the current Info file name to references because now the node
20909         "*TOC*" belongs to the same Info manual.
20910         (Info-toc-build): Rename from `Info-build-toc'.
20911         (Info-toc-nodes): Rename input argument `file' to `filename'.
20912         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
20913         instead of ad-hoc processing of ("dir" apropos history toc).
20914         (Info-index-nodes): Use Info-virtual-file-p
20915         to check for a virtual file instead of checking a fixed list
20916         of node names.
20917         (Info-index-node): Add check for `Info-current-node-virtual'.
20918         Raise `save-match-data' higher up the tree to contain
20919         `search-forward' too (bug fix).
20920         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
20921         (Info-virtual-index-nodes): New variable.
20922         (Info-virtual-index-find-node, Info-virtual-index): New functions.
20923         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
20924         (Info-apropos-file, Info-apropos-nodes): New variables.
20925         (Info-apropos-toc-nodes, Info-apropos-find-file)
20926         (Info-apropos-find-node, Info-apropos-matches): New functions.
20927         (info-apropos): Move part of code to `Info-apropos-find-node' and
20928         `Info-apropos-matches'.
20929         (Info-mode-map): Bind "I" to `Info-virtual-index'.
20930         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
20931         for a virtual file instead of checking a fixed list of node names.
20933         * simple.el (async-shell-command): New command.
20935         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
20937         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
20938         instead of `mount-info'.
20940 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
20942         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
20943         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
20945 2009-07-02  Kenichi Handa  <handa@m17n.org>
20947         * international/mule.el (set-keyboard-coding-system): Force *-unix
20948         coding-system to avoid eol conversion.
20950 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
20952         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20953         Add handler for `process-file', `shell-command' and
20954         `start-file-process'.
20955         (tramp-gvfs-handle-shell-command)
20956         (tramp-gvfs-handle-start-file-process)
20957         (tramp-gvfs-handle-process-file): New defuns.
20958         (tramp-synce-list-devices): Simplify check for existence of property.
20960 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
20962         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
20964 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
20966         * language/korean.el (set-language-info-alist): Add korean-cp949,
20967         cp949 to spec.
20969 2009-07-01  Kenichi Handa  <handa@m17n.org>
20971         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
20973         * international/encoded-kb.el: Deleted.
20975         * international/mule.el (set-keyboard-coding-system): Perform the
20976         necessary setup here instead of calling encoded-kbd-setup-display.
20978 2009-07-01  Glenn Morris  <rgm@gnu.org>
20980         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
20982 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
20984         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
20986 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
20988         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
20989         Handle also the 'rename case, when setting file modes.  (Bug#3712)
20990         (tramp-default-file-modes): Remove execute permissions.
20992         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
20993         (top): Add a default for "synce" in `tramp-default-user-alist'.
20994         Add completion function for "synce" method.
20995         (tramp-hal-service, tramp-hal-path-manager)
20996         (tramp-hal-interface-manager, tramp-hal-interface-device):
20997         New defconst.
20998         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
20999         (tramp-synce-list-devices, tramp-synce-parse-device-names):
21000         New defuns.
21002         * net/trampver.el: Update release number.
21004 2009-06-30  Kenichi Handa  <handa@m17n.org>
21006         * international/fontset.el (setup-default-fontset): Add CJK fonts
21007         for symbols and the other miscellaneous characters.
21009         * language/korea-util.el (setup-korean-environment-internal):
21010         Make char-width-table suitable for Korean environments.
21011         (exit-korean-environment): Cancel above.
21013         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
21014         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
21015         setup-function to make char-width-table suitable for respective
21016         environments, and an exit-function to cancel that.
21018         * language/japan-util.el (setup-japanese-environment-internal):
21019         Call use-cjk-char-width-table with arg `ja_JP'.
21021         * international/characters.el (cjk-char-width-table): Delete it.
21022         (cjk-char-width-table-list): New variable.
21023         (use-cjk-char-width-table): New arg local-name.
21024         (use-default-char-width-table): Fix for the case that Emacs is
21025         already using the default char-width-table.
21027 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
21029         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
21030         modes mandatory.  (Bug#3712)
21032 2009-06-29  Alan Mackenzie  <acm@muc.de>
21034         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
21035         correction between the visible width of TABs and their number of bytes.
21037 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
21039         * server.el (server-buffer-done): Prevent kill-buffer from
21040         prompting by clearing the buffer modification flag (Bug#3696).
21042 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
21044         * progmodes/verilog-mode.el (verilog-beg-of-statement)
21045         (verilog-endcomment-reason-re): Support unique case and priority case.
21046         (verilog-basic-complete-re): Support localparam lineup.
21047         (verilog-beg-of-statement-1): Fix for robustness, unique case.
21048         (verilog-set-auto-endcomments): Fix for unique case, always_comb
21049         commenting.
21050         (verilog-leap-to-case-head): Now support *nested* unique &
21051         priority case statements.
21052         (verilog-auto-lineup): Make just declarations the default (as it
21053         had been).
21054         (verilog-leap-to-case-head): Support priority/unique case statements.
21055         (verilog-auto-lineup): Rework to give users radio buttons to
21056         select the various styles of automatic lineup.
21057         (verilog-error-regexp-alist): Rework to support the XEmacs style
21058         of error regular expressions from compilers, lint tools &
21059         simulators.  Note that GNU Emacs has made it impossible for a mode
21060         to load such things.
21061         (electric-verilog-terminate-line, verilog-indent-declaration)
21062         (verilog-auto-wiure): Rework for radio button selection of
21063         auto-lineup selection of specification of auto lineup.
21064         (verilog-beg-of-statement-1): Redesign to support proper operation
21065         in additional code, based on testing with auto-lineup.
21066         (verilog-calculate-indent, assignments & declarations)
21067         (verilog-backward-token): Enhance to support auto-lineup of
21068         assignments & declarations.
21069         (verilog-in-directive-p, verilog-at-struct-p): New function for
21070         easy test of whether we are.
21071         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
21072         to support safe execution at almost anyline.
21073         (verilog-calc-1): Properly support indenting deep inside generate
21074         blocks.
21075         (verilog-init-font): Remove definition & use of verilog-init-font,
21076         as it is redundant with font-lock-defaults.
21077         (verilog-mode): Alter the definition of verilog-font-lock-defaults
21078         to avoid circular calls if syntax-ppss is a function (as is the
21079         case now in 22.x GNU Emacs) as that function would sometimes call
21080         itself, leading to (nearly) infinite recursion.
21081         (verilog-ovm-begin-re, verilog-ovm-end-re)
21082         (verilog-ovm-statement-re, verilog-leap-to-head)
21083         (verilog-backward-token): Add support for OVM macros.  Some are
21084         complete statements, and others open and close scopes like begin
21085         and end.
21086         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
21087         (verilog-defun-level-generate-only-re): Really fix the defun-list
21088         compilation issue.
21089         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
21090         coverpoint, constraint and cross statements.
21091         (verilog-defun-level-list, verilog-generate-defun-level-list)
21092         (verilog-all-defun-level-list): Redo these specifications - it is
21093         too hard to support eval-when compile aggregation of lists also
21094         built at when-compile time.
21095         (verilog-defun-level-list): Place defconsts of variables used in
21096         building regular expressions which are built in eval-when-compile
21097         bodies in the same eval-when-compile body to facilitate compile
21098         without load.
21099         (verilog-beg-block-re-ordered): Support indenting
21100         virtual/protected tasks and functions.
21101         (verilog-defun-level-list, verilog-in-generate-region-p)
21102         (verilog-backward-ws&directives, verilog-calc-1): Speed up
21103         indentation of some module items (generate items).
21104         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
21105         across virtual/protected tasks and functions.
21107 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
21109         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
21110         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
21111         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
21112         in concatenations.  Reported by Yishay Belkind.
21113         (verilog-auto-ascii-enum): Support one-hot state machines in
21114         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
21115         (verilog-auto-inst, verilog-auto-inst-port): Include interface
21116         modport in AUTOINST and add vl-modport for users.
21117         Reported by David Rogoff.
21118         (verilog-auto-inout-module, verilog-auto-inst)
21119         (verilog-decls-get-interfaces, verilog-insert-definition)
21120         (verilog-insert-one-definition, verilog-read-decls)
21121         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
21122         (verilog-sig-modport, verilog-signals-combine-bus)
21123         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
21124         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
21125         Suggested by David Rogoff.
21126         (verilog-repair-open-comma): Fix non-insertion of comma when
21127         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
21128         (verilog-make-width-expression): Simplify [A-1:0] expression
21129         widths to just {A{1'b0}}.
21130         (verilog-mode): Cleanup checkdoc warnings.
21131         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
21132         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
21133         inputs/outputs or data type.  Suggested by Vasu Kandadi.
21134         (next-error-last-buffer): Fix byte-compiler warning.
21135         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
21136         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
21137         or shell command text during AUTO expansion.  Suggested by Tad Truex.
21138         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
21139         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
21140         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
21141         in AUTOINOUT.  Reported by Matthew Lovell.
21142         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
21143         causing use of <= assignments.  Reported by Alex Reed.
21144         (verilog-read-decls): Fix triand, trior, wand, wor to be
21145         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
21146         (verilog-extended-complete-re): Support import "DPI-C" functions.
21147         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
21148         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
21149         (verilog-insert-date, verilog-insert-year)
21150         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
21151         Windows systems.  Reported by Michael Potts.
21152         (verilog-read-module-name): Fix AUTOINST when the child module
21153         declaration's name is a tick define.  Reported by Elliot Mednick.
21154         (verilog-read-decls): Fix V2K parameter bit subscripts getting
21155         passed to next parameter's definition.  Reported by Bruce T.
21156         (verilog-read-decls): Fix detecting "parameter int" when using
21157         AUTOINSTPARAM.  Reported by Bruce T.
21158         (verilog-goto-defun): Fix goto not finding modules unless first
21159         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
21160         (verilog-mode): Expand -f flag arguments on entry to mode so
21161         verilog-goto-defun will work.  Reported by Lawrence Butcher.
21162         (verilog-getopt): Expand environment variables in -f file
21163         arguments.  Suggested by Lawrence Butcher.
21164         (verilog-set-define): Fix "Symbol's value as variable is void"
21165         when reading enumerations.
21166         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
21167         Suggested by Stephen Peltan.
21168         (verilog-read-defines): Fix reading of enumerations in include
21169         files.  Reported by Steve Peltan.
21171 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
21173         * files.el (trash-directory): Fix defcustom type.
21175 2009-06-28  Juri Linkov  <juri@jurta.org>
21177         * help-fns.el (describe-function-1): Correctly locate adviced
21178         functions in hyperlink (Bug#2438).
21180 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
21182         * files.el (trash-directory): Change default to nil.
21183         (move-file-to-trash): If trash-directory is nil and
21184         system-move-file-to-trash is unbound, perform freedesktop-style
21185         trashing.
21187 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
21189         * files.el (move-file-to-trash): Add freedesktop trash
21190         support (Bug#973).
21192 2009-06-28  Glenn Morris  <rgm@gnu.org>
21194         * autorevert.el (global-auto-revert-non-file-buffers)
21195         (global-auto-revert-mode): Doc fixes.
21197 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
21199         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
21201 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
21203         * faces.el (x-handle-named-frame-geometry): Ensure that we have
21204         opened an X connection before calling x-get-resource (Bug#3194).
21206         * play/doctor.el: Remove reference to obsolete website.
21207         (make-doctor-variables): Correct grammar mistake (Bug#2633).
21209 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
21211         Remove find-file-not-found-hook VC method.  (Bug#2757)
21212         * vc-hooks.el (vc-file-not-found-hook)
21213         (vc-default-find-file-not-found-hook): Remove functions.
21214         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
21215         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
21216         * vc.el:
21217         * vc-hg.el:
21218         * vc-git.el: Do not mention find-file-not-found-hook VC method.
21220 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
21222         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
21223         compatibility function for `looking-back'.
21225         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
21226         Use `ispell-looking-back'.
21228 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
21230         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
21231         rather than `filename'.
21233 2009-06-23  Miles Bader  <miles@gnu.org>
21235         * face-remap.el (text-scale-set): New function.
21237 2009-06-23  Glenn Morris  <rgm@gnu.org>
21239         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
21241         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
21243         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
21245         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
21247         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
21248         Simplify Persian conditionals.
21250         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
21251         variable `filename'.
21253         * comint.el (comint-insert-input): Doc fix.
21255         * Makefile.in (ELCFILES): Fix typo in previous change.
21257 2009-06-23  Miles Bader  <miles@gnu.org>
21259         * cus-start.el: Add entry for `recenter-redisplay'.
21261 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
21263         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
21264         Add an optional argument for the backend, use it instead of
21265         calling vc-backend.
21266         (vc-mode-line): Add an optional argument for the backend.
21267         Pass the backend to vc-state and vc-working-revision.  Move code for
21268         special handling for vc-state being a buffer to ...
21270         * vc-rcs.el (vc-rcs-find-file-hook):
21271         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
21273         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
21274         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
21275         vc-stay-local-p and vc-mode-line calls.
21277         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
21278         (vc-cvs-diff, vc-cvs-annotate-command)
21279         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
21280         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
21281         vc-mode-line calls.
21283         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
21284         direct comparison.
21285         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
21286         backend when calling vc-mode-line.
21287         (vc-register): Do not create a closure for calling the vc register
21288         function, call it directly.
21290 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
21292         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
21293         to make it obvious item can be clicked.
21295         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
21297 2009-06-23  Kenichi Handa  <handa@m17n.org>
21299         * language/korea-util.el (korean-key-bindings): Change the binding
21300         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
21301         same command.
21303 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
21305         Sync with Tramp 2.1.16.
21307         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
21309         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
21310         when a loading of a package fails.  Completion function for rsync
21311         is `tramp-completion-function-alist-ssh'.
21312         (all): Replace all calls of `split-string' and
21313         `tramp-split-string' by `tramp-compat-split-string'.
21314         (tramp-default-method): Use `tramp-compat-process-running-p'.
21315         (tramp-default-proxies-alist): Allow also Lisp forms.
21316         (tramp-remote-path): Add choice "Private Directories".
21317         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
21318         (tramp-domain-regexp): Allow also "-", "_" and ".".
21319         (tramp-end-of-output): Remove newlines, and add "$" at the end.
21320         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
21321         (tramp-debug-message): Insert header line in debug buffer.
21322         (tramp-handle-directory-files-and-attributes-with-stat):
21323         Care about filenames with spaces, or starting with "-".
21324         (tramp-handle-dired-uncache): New defun.
21325         (tramp-handle-insert-directory): Don't flush the directory from
21326         cache, this is handled by `dired-uncache' now.
21327         (tramp-handle-insert-file-contents): Improve error handling.
21328         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21329         Quote `tramp-end-of-output'.
21330         (tramp-action-password): Improve trace message.
21331         (tramp-check-for-regexp): Both echoes must be present, before removing.
21332         (tramp-open-connection-setup-interactive-shell): Trace coding system.
21333         (tramp-compute-multi-hops): Eval cons cells of
21334         `tramp-default-proxies-alist'.
21335         (tramp-maybe-open-connection): Use the same command pattern for
21336         first hop and further hops.
21337         (tramp-wait-for-output): Remove handling of newlines.
21338         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
21339         (tramp-split-string): Remove function.  It is handled in
21340         tramp-compat now.
21342         * net/tramp-cmds.el (tramp-bug):
21343         Recommend `tramp-cleanup-all-connections' in the bug mail.
21345         * net/tramp-compat.el (tramp-compat-split-string)
21346         (tramp-compat-process-running-p): New defuns.
21348         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
21349         for `dired-uncache'.
21351         * net/tramp-gvfs.el: New package.
21353         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
21354         Add handler for `dired-uncache'.
21355         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
21357         * net/trampver.el: Update release number.  Make version check fit
21358         for SXEmacs 22.
21360 2009-06-22  Jim Meyering  <meyering@redhat.com>
21362         Automatically handle .xz suffix (XZ-compressed files), too.
21363         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
21364         XZ is the successor to LZMA: <http://tukaani.org/xz/>
21366 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
21367             Nick Roberts  <nickrob@snap.net.nz>
21369         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
21370         repository (http://sphinx.net.ru/hg/gdb-mi/).
21372 2009-06-22  Glenn Morris  <rgm@gnu.org>
21374         * files.el (dir-locals-collect-mode-variables): Allow for any number of
21375         `mode' and `eval' entries.  (Bug#3430)
21377         * Makefile.in (ELCFILES): Add fadr.elc.
21379         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
21380         differing behavior of \n and ^ in strings.  (Bug#3385)
21382         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
21384         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
21385         property.
21386         (lisp-indent-function): Make it a defcustom.
21388 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
21390         * progmodes/gdb-ui.el: Replace with ...
21391         * progmodes/gdb-mi.el: ... this file.
21392         * progmodes/gud.el: Modify for gdb-mi.el.
21394 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
21396         * fadr.el: New file.
21398 See ChangeLog.14 for earlier changes.
21400 ;; Local Variables:
21401 ;; coding: utf-8
21402 ;; End:
21404   Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
21406   This file is part of GNU Emacs.
21408   GNU Emacs is free software: you can redistribute it and/or modify
21409   it under the terms of the GNU General Public License as published by
21410   the Free Software Foundation, either version 3 of the License, or
21411   (at your option) any later version.
21413   GNU Emacs is distributed in the hope that it will be useful,
21414   but WITHOUT ANY WARRANTY; without even the implied warranty of
21415   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21416   GNU General Public License for more details.
21418   You should have received a copy of the GNU General Public License
21419   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.