cc-mode.el (c-before-change, c-after-change): Move the setting of
[emacs.git] / lisp / ChangeLog
blob4aa0ead72b42cce4b82d46ace1d2a60da18044ab
1 2010-10-19  Alan Mackenzie  <acm@muc.de>
3         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
4         setting of c-new-BEG and c-new-END from c-before-change to
5         c-after-change.
7 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
9         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
10         Don't mark as safe.
12         * custom.el (custom-theme-set-variables): Likewise.
13         (load-theme): Add custom-theme-set-faces and
14         custom-theme-set-variables to safe-functions while loading.
15         (custom-enabled-themes): Mark as risky.
17 2010-10-18  Julien Danjou  <julien@danjou.info>
19         * bindings.el: Remove end dashes in default mode-line-format.
21 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
23         * bindings.el (global-map): Bind C-d to delete-char and deletechar
24         to delete-forward-char.
26         * simple.el (normal-erase-is-backspace-mode): Remap delete to
27         deletechar, and hence delete-forward-char.
29 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
31         * repeat.el (repeat): Use read-key (bug#6256).
33 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
35         * emacs-lisp/unsafep.el: Don't mark functions that display
36         messages as safe.  Suggested by Johan Bockgård.
38 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
40         * minibuffer.el (completion--replace): Move point where it belongs
41         when there's a common suffix (bug#7215).
43 2010-10-19  Kenichi Handa  <handa@m17n.org>
45         * international/characters.el: Add category '|' (word breakable)
46         to fullwidth characters.
48 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
50         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
51         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
52         order to make stat results a float.  Patch by Andreas Schwab
53         <schwab@linux-m68k.org>.
55 2010-10-18  Julien Danjou  <julien@danjou.info>
57         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
58         hidden by `make-pointer-invisible'.
60 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
62         * files.el (locate-file-completion-table): Strip non-matching elements
63         before checking length of list (bug#7238).
65 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
67         * custom.el (custom-theme-set-variables): Mark as a safe function.
68         (load-theme): Check forms using unsafep.
70         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
72 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
74         * textmodes/ispell.el (ispell-aspell-find-dictionary):
75         Fix aspell data file searching (bug#7230).
77 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
79         * cus-theme.el (custom-theme--migrate-settings): New var.
80         (customize-create-theme): Allow editing the `user' theme.
81         (custom-theme-add-variable, custom-theme-add-var-1)
82         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
83         to the front of each variable or face widget.
84         (custom-theme-write): Save theme settings in the correct order.
85         Optionally, remove saved settings from user customizations.
86         (custom-theme-write-variables, custom-theme-write-faces):
87         Save only the checked widgets.
88         (customize-themes): Add a link for migrating custom settings.
90         * custom.el (custom-declare-theme, provide-theme):
91         Use custom-theme-name-valid-p.
92         (custom-theme-name-valid-p): Remove checks that are now
93         unnecessary since themes no longer obey load-path.
95         * cus-edit.el (custom-variable-value-create): For the simple
96         style, hide documentation string when hidden.
98 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
100         * cus-edit.el (custom-variable, custom-face): Combine the
101         :inhibit-magic and :display-style properties into a single
102         :custom-style property.
103         (custom-toggle-hide-variable, custom-toggle-hide-face):
104         New functions.  If hiding an edited value, save it to :shown-value.
105         (custom-variable-value-create, custom-face-value-create): Use them.
106         (custom-magic-reset): Allow magic property to be unset.
108         * custom.el: Custom themes no longer use load-path.
109         (custom-theme-load-path): New option.  Change built-in theme
110         directory to etc/.
111         (custom-enabled-themes): Add custom-theme-load-path dependency.
112         (custom-theme--load-path): New function.
113         (load-theme, custom-available-themes): Use it.
115         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
116         (customize-themes): Link to custom-theme-load-path variable.
117         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
118         :custom-style property.
120         * themes/*.el: Moved to etc/.
122 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
124         * textmodes/reftex-cite.el
125         (reftex-extract-bib-entries-from-thebibliography): Do not move
126         point when searching for \bibitem entries.  Match entries with
127         spaces or tabs in front of arguments.
129 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
131         * cus-theme.el (customize-create-theme): Delete overlays after
132         erasing.  If given a THEME arg, display only the faces of that arg
133         instead of custom-theme--listed-faces.
134         (custom-theme-variable-menu, custom-theme-variable-action)
135         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
136         (custom-theme-add-variable, custom-theme-add-face): Apply value
137         from the theme settings, instead of the current value.
138         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
139         (custom-theme-visit-theme): Allow calling outside theme buffers.
140         (custom-theme-merge-theme): Don't enable the theme when merging.
141         (custom-theme-write-variables, custom-theme-write-faces): Use the
142         :shown-value properties to save buffer values, not global ones.
143         (customize-themes): Display a warning about user customizations.
145         * cus-edit.el (custom-variable-value-create)
146         (custom-face-value-create): Obey new special properties
147         :shown-value and :inhibit-magic.
149 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
151         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
152         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
153         <dale@codefu.org>.
155 2010-10-14  Kenichi Handa  <handa@m17n.org>
157         * mail/rmail.el (rmail-show-message-1): Catch an error of
158         base64-decode-region and just show an error message (bug#7165).
160         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
161         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
162         a font-spec (bug#7197).
164 2010-10-14  Glenn Morris  <rgm@gnu.org>
166         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
168 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
170         * international/mule.el (define-coding-system):
171         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
172         * composite.el (compose-region): Fix typo in docstring.
174 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
176         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
177         only after checking the theme-face property.
179         * faces.el (face-spec-reset-face): Reset all attributes in one
180         single call to set-face-attribute.
181         (face-spec-match-p): Make it a defsubst.
182         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
183         (x-create-frame-with-faces, tty-create-frame-with-faces)
184         (tty-set-up-initial-frame-faces): Don't recompute face specs in
185         frame-set-background-mode, since they are recomputed immediately
186         afterwards in face-set-after-frame-default.
187         (face-set-after-frame-default): Minor optimization.
188         (cursor): Provide non-trivial defface spec.
190         * custom.el (custom-theme-recalc-face): Simplify.
192 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
194         * calc/calc-alg.el (math-var): Rename from `var'.
195         (math-is-polynomial, math-is-poly-rec): Replace `var'
196         with `math-var'.
198         * calc/calcalg2.el (math-var): Rename from `var'.
199         (calcFunc-table, math-scan-for-limits): Replace `var'
200         with `math-var'.
202 2010-10-13  Glenn Morris  <rgm@gnu.org>
204         * subr.el (last): Deal with dotted lists (reported in bug#7174).
206 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
208         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
210 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212         * net/tls.el (tls-program): Remove spurious %s from openssl.
213         (tls-starttls-switches): Remove starttls hack.
214         (open-tls-stream): Ditto.
215         (tls-find-starttls-argument): Ditto.
217 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
219         * image.el (image-library-alist): Declare as obsolete alias.
220         (image-type-available-p): Use `dynamic-library-alist'.
222         * term/w32-win.el (dynamic-library-alist):
223         Use instead of `image-library-alist'.
225 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
227         * subr.el (last): Make it faster.  (Bug#7174)
229 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
231         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
233 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
235         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
236         (describe-theme-1): Extract doc from unloaded themes.
238         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
240         * themes/tango-theme.el:
241         * themes/tango-dark-theme.el:
242         * themes/wheatgrass-theme.el: New files.
244 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
246         * cus-theme.el (describe-theme, customize-themes)
247         (custom-theme-save): New commands.
248         (custom-new-theme-mode-map): Bind C-x C-s.
249         (custom-new-theme-mode): Use custom--initialize-widget-variables.
250         (customize-create-theme): New optional arg THEME.
251         (custom-theme-revert): Use it.
252         (custom-theme-visit-theme): Remove dead code.
253         (custom-theme-merge-theme): Use custom-available-themes.
254         (custom-theme-write): Make interactive.
255         (custom-theme-write): Use custom-theme-name-valid-p.
256         (describe-theme-1, custom-theme-choose-revert)
257         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
258         New funs.
259         (custom-theme-allow-multiple-selections): New option.
260         (custom-theme-choose-mode): New major mode.
262         * custom.el (custom-theme-set-variables): Remove dead code.
263         Obey custom--inhibit-theme-enable.
264         (custom--inhibit-theme-enable): New var.
265         (provide-theme): Obey it.
266         (load-theme): Replace load with manual read/eval, in order to
267         check for correctness.  Use custom-theme-name-valid-p.
268         (custom-theme-name-valid-p): New function.
269         (custom-available-themes): Use it.
271         * cus-edit.el (custom--initialize-widget-variables): New function.
272         (Custom-mode): Use it.
274         * cus-face.el (custom-theme-set-faces): Remove dead code.
275         Obey custom--inhibit-theme-enable.
277         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
279 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
281         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
283 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
285         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
286         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
287         (mac-right-option-modifier): New alias for ns-right-option-modifier.
289         * cus-start.el (all): ns-right-alternate-modifier is new.
291 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
293         * emacs-lisp/lisp.el (lisp-completion-at-point):
294         Use emacs-lisp-mode-syntax-table for the whole function.
296 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
298         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
299         instead of font-lock-mode before adding keywords.
300         Remove hi-lock-mode off code.  Remove inhibit hack.
301         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
302         non-nil; removed hook inhibit hack.
304 2010-10-12  Glenn Morris  <rgm@gnu.org>
306         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
307         (load-path-shadows-find): ... to this.
308         (list-load-path-shadows): Update for above change.
310         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
312 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
314         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
315         Fix comment for declare-function.
317 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
319         * custom.el (custom-fix-face-spec): New function; code moved from
320         custom-face-edit-fix-value.
321         (custom-push-theme): Use it when checking if a face has been
322         changed outside customize.
323         (custom-available-themes): New function.
324         (load-theme): Use it.
326         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
328         * custom.el (custom-push-theme): Cleanup (use cond).
329         (disable-theme): Recompute the saved-face property.
330         (custom-theme-recalc-face): Follow face alias before setting prop.
332         * image.el (image-checkbox-checked, image-checkbox-unchecked):
333         New variables, containing checkbox images.
335         * startup.el (fancy-startup-tail):
336         * wid-edit.el (checkbox): Use them.
338 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
340         * shell.el (shell-mode-map):
341         * progmodes/modula2.el (m2-mode-map):
342         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
343         * play/mpuz.el (mpuz-mode-map):
344         * play/landmark.el (lm-mode-map):
345         * play/decipher.el (decipher-mode-map):
346         * play/5x5.el (5x5-mode-map):
347         * net/telnet.el (telnet-mode-map):
348         * net/quickurl.el (quickurl-list-mode-map):
349         * net/mairix.el (mairix-searches-mode-map):
350         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
351         * net/dig.el (dig-mode-map):
352         * mail/mspools.el (mspools-mode-map):
353         * hexl.el (hexl-mode-map):
354         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
355         (wordstar-C-o-map, wordstar-C-q-map):
356         * emacs-lisp/edebug.el (edebug-eval-mode-map):
357         * emacs-lisp/chart.el (chart-map):
358         * edmacro.el (edmacro-mode-map):
359         * erc/erc-list.el (erc-list-menu-mode-map):
360         * array.el (array-mode-map): Declare and define in one step.
362         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
364 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
366         * epa.el (epa-passphrase-callback-function): Display filename
367         passed as the 3rd arg.
368         * epa-file.el (epa-file-passphrase-callback-function):
369         Pass filename to epa-passphrase-callback-function.
371 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
373         * cus-edit.el (custom-face-widget-to-spec)
374         (custom-face-get-current-spec, custom-face-state): New functions.
375         (custom-face-set, custom-face-mark-to-save)
376         (custom-face-value-create, custom-face-state-set): Use them.
378         * cus-theme.el (custom-theme--listed-faces): New var.
379         (customize-create-theme): Use *Custom Theme* as the buffer name.
380         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
381         faces listed in custom-theme--listed-faces.
382         (custom-theme-revert): New function.
383         (custom-theme-add-variable, custom-theme-add-face): Insert at the
384         bottom of the list.
385         (custom-theme-write): Prompt for theme name if empty.
386         (custom-theme-write-variables): Use dolist.
387         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
389 2010-10-09  Alan Mackenzie  <acm@muc.de>
391         Enhance fontification of declarators to take account of the
392         presence/absence of "typedef".
394         * cc-engine.el (c-forward-type): New &optional param
395         "brace-block-too".
396         (c-forward-decl-or-cast-1): cdr of return value now indicates the
397         presence of either or both of a "struct"-like keyword and "typedef".
399         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
400         fontification of declarators which follow a "}".
401         (c-font-lock-declarations): Fontify declarators according to the
402         presence/absence of "typedef".
404         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
405         for "typedef".
406         (c-typedef-decl-key): New lang variable built from
407         c-typedef-decl-kwds.
409 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
412         since that's too annoying.  Move the filter groups commands to
413         TAB/backtab.
415         * epa.el (epa-passphrase-callback-function): Say what we're
416         querying the password for.
418         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
419         behaviour, don't bury the ibuffer buffer when visiting other buffers.
421 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
423         * cus-edit.el (custom-commands, custom-buffer-create-internal)
424         (custom-magic-value-create): Pad button tags with spaces.
425         (custom-face-edit): New variable.
426         (custom-face-value-create): Determine whether to use the usual
427         face editor here, instead of using custom-face-selected.
428         Pass face defaults to custom-face-edit widget.
429         (custom-face-selected, custom-display-unselected): Delete widgets.
430         (custom-display-unselected-match): Function removed.
431         (custom-face-set, custom-face-mark-to-save):
432         Accept custom-face-edit widgets as the direct widget child.
434         * wid-edit.el (widget--completing-widget): New var.
435         (widget-default-complete): Bind it when doing completion.
436         (widget-string-complete, widget-file-complete): Use it.
438 2010-10-09  Glenn Morris  <rgm@gnu.org>
440         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
441         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
442         (holiday-hebrew-misc): Small simplifications.
444         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
446         * net/browse-url.el: Don't require thingatpt, term, dired,
447         executable, or w3-auto when compiling.
448         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
449         Declare.
450         (browse-url-text-emacs): Require term.
452 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
454         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
456 2010-10-08  Glenn Morris  <rgm@gnu.org>
458         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
460         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
461         (shadows-compare-text-p): Make it an obsolete alias for...
462         (load-path-shadows-compare-text): ... new name.
463         (find-emacs-lisp-shadows): Update for above name change.
464         (load-path-shadows-same-file-or-nonexistent): New name for the old
465         shadow-same-file-or-nonexistent.
467 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
469         * minibuffer.el (completion--some, completion--do-completion)
470         (minibuffer-complete-and-exit, minibuffer-completion-help)
471         (completion-basic-try-completion)
472         (completion-basic-all-completions)
473         (completion-pcm--find-all-completions): Use lexical-let to
474         avoid some false matches in variable completion (Bug#7056)
476 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
478         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
480 2010-10-08  Leo  <sdl.web@gmail.com>
482         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
483         return non-nil if the file exists (Bug#7090).
485 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
487         * minibuffer.el (completion--replace):
488         Better preserve markers (bug#7138).
490 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
492         * server.el (server-process-filter): Doc fix.
494 2010-10-08  Drew Adams  <drew.adams@oracle.com>
496         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
498 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
500         * Makefile.in (ELCFILES): Update.
502 2010-10-08  Glenn Morris  <rgm@gnu.org>
504         * vc/ediff-wind.el (ediff-setup-control-frame):
505         * vc/ediff-ptch.el (ediff-default-backup-extension):
506         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
507         (ediff-exec-process): Remove system-types emx, windows-95.
509         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
511 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
513         * cus-edit.el (custom-variable, custom-face): Doc fix.
514         (custom-face-edit): Add value-create attribute.
515         (custom-face-edit-value-create)
516         (custom-face-edit-value-visibility-action): New functions.
517         Hide unused face attributes by default, and add a visibility toggle.
518         (custom-face-edit-deactivate): Show empty values with shadow face.
519         (custom-face-selected): Only use this for face specs with default
520         attributes.
521         (custom-face-value-create): Cleanup.
523         * wid-edit.el (widget-checklist-value-create): Use dolist.
524         (widget-checklist-match-find): Make second arg optional.
526 2010-10-07  Glenn Morris  <rgm@gnu.org>
528         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
529         Prefix things.
531         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
532         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
533         load-path-shadows-mode, update references.
534         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
535         Rename variable and button.
536         (list-load-path-shadows): Update button caller.
538 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
540         * emacs-lisp/smie.el (smie-bnf-classify): New function.
541         (smie-bnf-precedence-table): Use it to remember the closers/openers.
542         (smie-merge-prec2s): Handle those new entries.
543         (smie-prec2-levels): Only set precedence to nil for actual
544         openers/closers.
545         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
546         that is now unnecessary.
548 2010-10-07  Miles Bader  <miles@gnu.org>
550         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
552 2010-10-07  Glenn Morris  <rgm@gnu.org>
554         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
555         (mail-position-on-field): Remove declarations.
556         (mail-position-on-field): Autoload it.
557         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
558         and mail-header-end.  Don't require sendmail.
560         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
561         (shadow-mode): New mode.
562         (shadow-find-file): New button.
563         (list-load-path-shadows): Use shadow-mode and buttons.
565         * iimage.el (iimage-version): Remove.
566         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
567         Turn into defcustoms.
568         (iimage-mode-map): Give it a doc string.
570         * calendar/appt.el (appt-activate): Give a warning rather than an error
571         if there is no diary-file.
573 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
575         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
576         Use `tramp-handle-find-backup-file-name'.
578 2010-10-06  Glenn Morris  <rgm@gnu.org>
580         * font-core.el (font-lock-defaults-alist): Remove variable.
581         (font-lock-mode): Doc fix.
582         (font-lock-default-function): Do not consult font-lock-defaults-alist.
583         * font-lock.el (font-lock-refresh-defaults): Doc fix.
584         (font-lock-set-defaults): Doc fix.
585         Do not consult font-lock-defaults-alist.
587         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
589         * emacs-lisp/cl.el: No longer provide cl-19.
591 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
593         * net/tramp.el (tramp-handle-directory-files-and-attributes)
594         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
595         New defuns, taken from tramp-smb.el.
596         (tramp-coding-system-change-eol-conversion)
597         (tramp-set-process-query-on-exit-flag): Remove.
599         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
600         (tramp-compat-coding-system-change-eol-conversion)
601         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
602         from tramp.el.
604         * net/tramp-gvfs.el:
605         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
606         by `tramp-compat-set-process-query-on-exit-flag'.
608         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
609         Use `tramp-handle-directory-files-and-attributes',
610         `tramp-handle-file-exists-p' and
611         `tramp-handle-file-newer-than-file-p'.
612         (tramp-imap-handle-file-exists-p)
613         (tramp-imap-handle-file-executable-p)
614         (tramp-imap-handle-file-readable-p)
615         (tramp-imap-handle-directory-files-and-attributes)
616         (tramp-imap-handle-file-newer-than-file-p): Remove.
618         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
619         by `tramp-compat-set-process-query-on-exit-flag' and
620         `tramp-coding-system-change-eol-conversion' by
621         `tramp-compat-coding-system-change-eol-conversion'.
623         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
624         Use `tramp-handle-directory-files-and-attributes',
625         `tramp-handle-file-exists-p' and
626         `tramp-handle-file-newer-than-file-p'.
627         (tramp-smb-handle-directory-files-and-attributes)
628         (tramp-smb-handle-file-exists-p)
629         (tramp-smb-handle-file-newer-than-file-p): Remove.
630         (tramp-smb-maybe-open-connection):
631         Replace `tramp-set-process-query-on-exit-flag' by
632         `tramp-compat-set-process-query-on-exit-flag'.
634 2010-10-05  Glenn Morris  <rgm@gnu.org>
636         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
638 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
640         Continue reorganization of load dependencies.  (Bug#7156)
642         * net/tramp.el (tramp-handle-file-local-copy-hook)
643         (tramp-delete-temp-file-function): Move down.
644         (tramp-exists-file-name-handler): Move up.
645         (tramp-register-file-name-handlers): Simplify autoload.
646         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
647         (tramp-handle-directory-files, tramp-handle-dired-uncache)
648         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
649         (tramp-handle-file-name-completion)
650         (tramp-handle-file-name-directory)
651         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
652         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
653         (tramp-handle-find-backup-file-name)
654         (tramp-handle-insert-file-contents, tramp-handle-load)
655         (tramp-handle-substitute-in-file-name)
656         (tramp-handle-unhandled-file-name-directory)
657         (tramp-mode-string-to-int, tramp-local-host-p)
658         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
660         * net/tramp-gvfs.el (top):
661         * net/tramp-smb.el (top): Do not require 'tramp-sh.
663         * net/tramp-sh.el (all): Move several objects to tramp.el, see
664         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
666 2010-10-04  Glenn Morris  <rgm@gnu.org>
668         * calendar/appt.el (appt-add): Ensure reminders are enabled.
669         (appt-activate): Give status messages.
671 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
673         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
674         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
675         `gnutls-negotiate' (formerly `starttls-negotiate').
676         Remove trivial wrapper `starttls-open-stream'.
678 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
680         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
681         log-outgoing commands.
682         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
683         to create a buffer local revert-buffer-function variable.
684         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
685         revert-buffer-function lambda.
687 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
689         * net/gnutls.el (starttls-negotiate): Use the plist interface to
690         `gnutls-boot'.  Make TYPE the only required parameter.
691         Allow TRUSTFILES and KEYFILES to be lists.
692         (open-ssl-stream): Use it.
694 2010-10-03  Glenn Morris  <rgm@gnu.org>
696         * subr.el (directory-sep-char): Remove obsolete variable.
697         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
698         it is "necessary".
700         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
701         * vc/vc.el (vc-static-header-alist): Doc fix.
702         * vc/vc-cvs.el (vc-cvs-header):
703         * vc/vc-rcs.el (vc-rcs-header):
704         * vc/vc-sccs.el (vc-sccs-header):
705         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
706         * obsolete/vc-mcvs.el (vc-mcvs-header):
707         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
708         on XEmacs.
710 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
712         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
713         Remove obsolete use of binary-overwrite-mode (Bug#7001).
715 2010-10-03  Glenn Morris  <rgm@gnu.org>
717         * obsolete/x-menu.el: Remove file, obsolete since 21.1
719         * textmodes/rst.el (rst-font-lock-keywords-function):
720         Drop Emacs 20 code.
722         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
724         * printing.el: Drop Emacs 20 code.
726         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
727         without having used appt.el already).
729         * subr.el (make-local-hook): Remove function obsolete since 21.1.
730         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
731         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
732         XEmacs.
733         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
734         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
736         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
737         (charset-width, find-charset-region, chars-in-region, forward-point)
738         (encode-coding-string, coding-system-p, ccl-execute-on-string)
739         (define-ccl-program, multibyte-string-p, string-make-multibyte):
740         Remove compatibility cruft (none of these are used by ps*.el).
742 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
744         * subr.el (booleanp): Return t instead of a list (Bug#7086).
746 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
748         * server.el (server-process-filter, server-return-error):
749         Give emacsclient time to shut down after receiving an error string.
751 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
753         * files.el (remote-file-name-inhibit-cache): New defcustom.
755         * time.el (display-time-file-nonempty-p):
756         Use `remote-file-name-inhibit-cache'.
758         * net/tramp.el (tramp-completion-reread-directory-timeout):
759         Fix docstring.
761         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
762         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
763         `remote-file-name-inhibit-cache'.  Check also for an integer
764         value.  Add/increase counter when `tramp-verbose' >= 10.
765         (tramp-set-file-property): Add/increase counter when
766         `tramp-verbose' >= 10.
768         * net/tramp-cmds.el (tramp-cleanup-all-connections)
769         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
770         (tramp-bug): Set tramp-autoload cookie.  Report all interned
771         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
772         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
773         characters only in strings.
775         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
776         to backward compatibility.
778         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
779         (tramp-handle-file-name-all-completions)
780         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
781         (tramp-open-connection-setup-interactive-shell):
782         Call `tramp-cleanup-connection' directly.
784 2010-10-02  Glenn Morris  <rgm@gnu.org>
786         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
788         * subr.el (char-bytes): Remove obsolete function.
790         * isearch.el (isearch-return-char): Remove obsolete function.
792         * mouse.el: No longer provide mldrag.
793         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
794         Remove obsolete aliases.
796         * comint.el (comint-kill-output): Remove obsolete alias.
798         * composite.el (decompose-composite-char): Remove obsolete function.
799         * ps-def.el (decompose-composite-char): Remove unused function.
801         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
803         * outline.el (outline-visible): Remove obsolete function.
805         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
806         * faces.el (internal-find-face, internal-get-face)
807         (frame-update-faces, frame-update-face-colors)
808         (x-frob-font-weight, x-frob-font-slant)
809         (internal-frob-font-weight, internal-frob-font-slant)
810         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
811         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
812         (x-make-font-bold-italic): Remove functions and aliases, obsolete
813         since Emacs 21.1.
814         * emulation/viper-util.el (viper-get-face):
815         * obsolete/lucid.el (find-face, get-face): Use facep.
816         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
817         Remove unused functions.
818         * vc/ediff-util.el (ediff-submit-report): Doc fix.
820         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
821         delete tempfile if interrupted during compilation.
823 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825         * net/tls.el (tls-starttls-switches): Give up on using starttls with
826         gnutls-cli.
827         (tls-program): Add --insecure to be consistent with the defaults from
828         openssl s_client.  Now all three commands are insecure.
830 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
832         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
833         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
834         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
836 2010-10-01  Glenn Morris  <rgm@gnu.org>
838         * obsolete/sc.el: Remove file.
840         * files.el (temporary-file-directory): On darwin, also try
841         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
843 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
845         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
846         Let's not break compatibility gratuitously, shall we?
848 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850         * net/tls.el (tls-starttls-switches): New variable.
851         (tls-find-starttls-argument): Use it.
852         (open-tls-stream): Ditto.
854         * net/netrc.el (netrc-credentials): Return the value of the "default"
855         entry.
856         (netrc-machine): Ditto.
858 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
860         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
862 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
864         * server.el (server-start): Don't write pid to the authentication file.
865         (server-create-tty-frame): Don't send pid.
866         (server-process-filter): Send pid at the start of every connection.
868 2010-09-30  Glenn Morris  <rgm@gnu.org>
870         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
871         (show-all-diary-entries): Remove obsolete function aliases.
873         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
874         Remove options, obsolete since 22.1.
875         (appt-display-format, appt-display-message): Remove
876         backwards-compatibility code.
877         (appt-check): No longer check appt-issue-message.
878         (appt-make-list): No longer autoload it.  Doc fix.  No longer
879         activate the package.
881 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
884         (starttls-negotiate): Just call boot, and let the handshake be
885         triggered from the read loop.
887 2010-09-29  Glenn Morris  <rgm@gnu.org>
889         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
890         not displaying the diary.
891         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
892         * calendar/appt.el (appt-check): No longer need to kill diary.
894         * calendar/diary-lib.el (diary-list-entries): Move the
895         "Preparing..." message entirely here.
896         (diary-simple-display, diary-fancy-display): Move "Preparing..."
897         messages to diary-list-entries.
898         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
899         diary-display-function.
901         * calendar/diary-lib.el (diary-include-other-diary-files):
902         Trap some recursive includes.
904         * calendar/appt.el (appt-activate): Check diary file.
906 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
908         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
909         construction.
911         * calendar/time-date.el: No need to require cl for Emacs 21.
913 2010-09-28  Glenn Morris  <rgm@gnu.org>
915         * calendar/appt.el (appt-check): Minor simplification.
917 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
919         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
920         citation prefix.
922 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
924         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
925         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
927 2010-09-27  Kenichi Handa  <handa@m17n.org>
929         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
930         "ustar" format.
932 2010-09-27  Kenichi Handa  <handa@m17n.org>
934         * international/mule.el (define-coding-system): Docstring fixed.
936         * international/mule-diag.el (describe-character-set): Use princ
937         with proper print-length and print-level instead of insert.
939 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
941         * window.el (walk-windows): Doc fix (bug#7105).
943 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
945         * emacs-lisp/float-sup.el (e): Remove.
947 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
949         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
950         variable.
951         (starttls-negotiate): Use it.
953 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
956         back.
958 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
960         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
962 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
966         * net/netrc.el (netrc-store-data): New function.
968 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
970         * net/gnutls.el: GnuTLS glue code to set up a connection.
972 2010-09-25  Julien Danjou  <julien@danjou.info>
974         * notifications.el: Call dbus-register-signal only if it is bound.
976 2010-09-25  Glenn Morris  <rgm@gnu.org>
978         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
979         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
980         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
981         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
982         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
983         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
984         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
985         * eshell/esh-util.el, eshell/esh-var.el:
986         Remove leading `*' from docs of faces and defcustoms.
988 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
990         * eshell/em-ls.el (eshell-ls-archive-regexp):
991         * eshell/esh-util.el (eshell-tar-regexp):
992         * ibuffer.el (ibuffer-compressed-file-name-regexp):
993         * info.el (Info-suffix-list):
994         * international/mule.el (auto-coding-alist):
995         * woman.el (woman-file-regexp, woman-file-compression-regexp):
996         * progmodes/etags.el (tags-compression-info-list):
997         Support xz compression.
999 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
1001         * files.el (get-free-disk-space): Don't assume the "df" output
1002         columns line up (Bug#6995).
1004 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
1006         * finder.el (finder-unknown-keywords):
1007         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
1008         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
1010 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
1012         * server.el (server-start): Revert part of 2010-08-08 change.  Using
1013         address 127.0.0.1 for local host is now done in Fmake_network_process.
1015 2010-09-24  Glenn Morris  <rgm@gnu.org>
1017         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
1018         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
1019         * textmodes/css-mode.el, textmodes/dns-mode.el:
1020         Move autoloaded auto-mode-alist entries to files.el.
1021         * files.el (auto-mode-alist): Move entries here.
1023 2010-09-23  Glenn Morris  <rgm@gnu.org>
1025         * isearch.el (isearch-lazy-highlight-cleanup)
1026         (isearch-lazy-highlight-initial-delay)
1027         (isearch-lazy-highlight-interval)
1028         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1029         * net/net-utils.el (ipconfig-program-options):
1030         Move aliases to options before the associated definitions.
1032 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1034         * newcomment.el (comment-normalize-vars): Better test validity of
1035         comment-end-skip.
1037 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1040         (float-e): New name for `e'.
1041         (degrees-to-radians, radians-to-degrees):
1042         * calendar/solar.el (solar-longitude):
1043         * calculator.el (calculator-registers, calculator-funcall):
1044         * textmodes/artist.el (artist-spray-random-points):
1045         * play/bubbles.el (bubbles--initialize-images): Use new names.
1047 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
1049         Update to CEDET 1.0's version of EIEIO.
1051         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1052         New function.
1053         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1054         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1055         (class-precedence-list): If class is nil, return nil.
1056         (eieio-generic-call): If class of first input arg is nil, don't
1057         look up static methods, and do check for primary methods.
1058         (initialize-instance): See if the default needs to be evaluated
1059         during the constructor.
1060         (eieio-perform-slot-validation-for-default): Don't do the check
1061         for values that will eventually be evaluated.
1062         (eieio-eval-default-p): New function.
1063         (eieio-default-eval-maybe): Use it.
1065 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1067         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1068         method-invocation-order.
1069         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1070         (eieio-class-precedence-dfs): Compute class precedence list using
1071         dfs algorithm.
1072         (eieio-class-precedence-bfs): Compute class precedence list using
1073         bfs algorithm.
1074         (eieio-class-precedence-c3): Compute class precedence list using
1075         c3 algorithm.
1076         (class-precedence-list): New function.
1077         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1078         (inconsistent-class-hierarchy): New error symbol.
1079         (call-next-method): Stow the replacement argument list for future
1080         call-next-method invocations.
1082 2010-09-23  Glenn Morris  <rgm@gnu.org>
1084         * calendar/appt.el (appt-check): If not displaying the diary,
1085         use (diary 1) to only get the entries we need.
1086         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1087         that it is in day order.  (Bug#7019)
1089         * calendar/appt.el (appt-check): Rather than showing the diary,
1090         just turn off invisible display, and only if needed.
1092         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1094 2010-09-23  Glenn Morris  <rgm@gnu.org>
1096         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1097         (byte-compile-defvar, byte-compile-cl-warn):
1098         Start warnings with lower-case, like the majority.
1100         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
1102         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
1104         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
1105         * files.el (auto-mode-alist): Move ld-script entries here, further down
1106         the list.
1108         * vc/add-log.el: Don't require timezone when compiling.
1109         (timezone-make-date-sortable): Autoload it.
1110         (change-log-sortable-date-at): Don't require timezone.
1111         Use `ignore-errors'.
1113         * comint.el (comint-use-prompt-regexp-instead-of-fields):
1114         Move alias before definition, so it does not need autoloading.
1116         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
1117         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
1118         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
1119         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
1120         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
1121         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
1122         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
1123         * textmodes/tex-mode.el, textmodes/two-column.el:
1124         Remove leading `*' from docs of defcustoms etc.
1126 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1128         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
1130 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1132         * calendar/time-date.el (date-to-time): Try using parse-time-string
1133         first before using the slower timezone-make-date-arpa-standard.
1135 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1137         * calendar/time-date.el (format-seconds): Comment fix.
1139 2010-09-22  Glenn Morris  <rgm@gnu.org>
1141         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
1142         is not automatically buffer-local.
1144 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
1147         (smie-indent-comment): Be more careful with comment-start-skip.
1148         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
1149         (smie-indent-functions): Use them.
1151 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
1153         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
1155 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
1157         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
1158         tool-bar-position.  Don't modify frame parameters here.
1159         (menu-bar-options-save): Add tool-bar-position.
1161         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
1163 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * textmodes/reftex-parse.el (reftex-what-macro)
1166         (reftex-context-substring): Let-bind forward-sexp-function to nil
1167         since we don't need/want to treat \begin...\end as a block (bug#7053).
1169         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
1171         * simple.el (blink-matching-open): Use syntax-class.
1173         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
1174         Set invisibility spec for pascal's outline mode.
1175         (pascal-outline-change): Clean up calling convention.
1176         (pascal-show-all, pascal-hide-other-defuns): Update callers.
1178         * progmodes/prolog.el (prolog-smie-forward-token)
1179         (prolog-smie-backward-token): New functions.
1180         (prolog-mode-variables): Use them to parse "!," correctly.
1181         Set up smie-blink-matching for ".".
1183         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
1184         and `end'.
1185         (ispell-region, ispell-process-line): Update users.
1187         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1188         point-min==1.
1190         * textmodes/ispell.el: Fix commenting convention.
1191         (ispell-parse-output): Simplify, use push.
1192         (ispell-region): Use match-string-no-properties.
1193         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1194         (ispell-minor-mode): Use define-minor-mode.
1195         (ispell-message): Remove unused var `skip-regexp'.
1196         (ispell-add-per-file-word-list): Use dynamic let-binding.
1197         Try and use the proper comment marker.
1199         * mail/sendmail.el: Fix commenting convention.
1200         (sendmail-send-it): Use line-beginning-position.
1202         * help-fns.el (describe-variable): Add original value, if applicable.
1204 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
1206         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1208         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1210 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1212         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1213         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1214         (smie-prec2-levels): Use them to better diagnose precedence cycles.
1215         (smie-blink-matching-check): Don't signal a mismatch if car is t.
1216         (smie-blink-matching-open): Rewrite to remove assumptions, so that
1217         something like "." can also be a closer.
1218         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1219         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1220         Rename internal functions to use "--".  Update callers.
1222         * frame.el (make-frame-names-alist): Don't list frames on other displays.
1224         * fringe.el (fringe-styles): New var.
1225         (fringe-mode, fringe-query-style): Use it.
1227 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
1229         * progmodes/sql.el: Version 2.8
1230         (sql-login-params): Update widget structure; changes still needed.
1231         (sql-product-alist): Add :list-all and :list-table features for
1232         SQLite, Postgres and MySQL products.
1233         (sql-redirect): Handle default value.
1234         (sql-execute, sql-execute-feature): New functions.
1235         (sql-read-table-name): New function.
1236         (sql-list-all, sql-list-table): New functions.  User API.
1237         (sql-mode-map, sql-interactive-mode-map): Add key definitions
1238         for above functions.
1239         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1240         for above functions.
1241         (sql-postgres-login-params): Add user and database defaults.
1242         (sql-buffer-live-p): Bug fix.
1243         (sql-product-history): New variable.
1244         (sql-read-product): New function. Use it.
1245         (sql-set-product, sql-product-interactive): Use it.
1246         (sql-connection-history): New variable.
1247         (sql-read-connection): New function.  Use it.
1248         (sql-connect): New function.
1249         (sql-for-each-login): Redesign function interface.
1250         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
1251         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
1252         (sql-comint): Check for program.  Existing live buffer.
1253         (sql-comint-postgres): Add port parameter.
1255 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1257         * emacs-lisp/warnings.el: Fix commenting convention.
1258         (display-warning): Use special mode and make the buffer read-only.
1260 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
1262         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1263         empty string when it follows a repeated or optional pattern.
1265 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1267         * indent.el (indent-according-to-mode): Apply syntax-propertize.
1268         (indent-region): Use indent-according-to-mode.
1270 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
1272         * fringe.el (fringe-mode): Doc fix.
1274 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1276         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1277         refreshing the preview buffer.
1279 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1281         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1282         (latex-syntax-propertize-rules): New consts; replace
1283         tex-font-lock-syntactic-keywords.
1284         (tex-env-mark, latex-env-before-change): New functions.
1285         (latex-electric-env-pair-mode): New minor mode.
1286         (tex-font-lock-verb): Change arguments; do move point.
1287         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1288         representation as a form of comment.
1289         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1290         (doctex-syntax-propertize-rules): New const; replaces
1291         doctex-font-lock-syntactic-keywords.
1292         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1294         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1295         (fortran-make-syntax-propertize-function): New function; replaces
1296         fortran-font-lock-syntactic-keywords.
1297         (fortran-mode): Use it.
1298         (fortran-line-length): Use it.  Improve interactive spec.
1300         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1301         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
1302         when adding surrounding \(..\).
1304         * progmodes/js.el (js-mode): Fix last change (bug#7054).
1306 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1308         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1309         Use with-current-buffer.
1311         * isearch.el (isearch-face): Rename from `isearch'.
1312         (isearch-highlight): Use new name.
1314 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
1316         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1317         5, for `half' width fringes.  (Bug#6933)
1319 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1321         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1322         (byte-compile-defvar): "foo/bar" does not lack a prefix.
1324         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1326 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
1328         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1329         in calculating new frame position.  Add more space between new and
1330         parent on the left (Bug#7048).
1332 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
1334         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1335         defmacro.
1337 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
1339         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
1341         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1342         obsolete alias for x-selection-value.
1344         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1346 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
1348         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1349         cookie.
1351 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
1353         * net/tramp-compat.el (tramp-compat-with-temp-message)
1354         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1355         (tramp-compat-process-put): New defuns.
1357         * net/tramp.el (top):
1358         * net/tramp-gvfs.el (top):
1359         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1361         * net/tramp.el (tramp-progress-reporter-update):
1362         Use `tramp-compat-funcall'.
1364         * net/tramp.el (tramp-process-actions):
1365         * net/tramp-gvfs.el (tramp-handle-vc-registered):
1366         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1367         (tramp-get-remote-stat, tramp-get-remote-readlink):
1368         Use `tramp-compat-with-temp-message'.
1370         * net/tramp-sh.el (top): Require 'cl.
1371         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1372         (tramp-open-connection-setup-interactive-shell):
1373         Use `tramp-compat-process-put'.
1375 2010-09-15  Alan Mackenzie  <acm@muc.de>
1377         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1378         indentation.
1379         (c-forward-<>-arglist-recur): Fix an infinite recursion.
1381 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1383         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1384         `lexical' for warnings related to lexical scoping.
1385         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1386         global vars which don't have a prefix and could hence affect lexical
1387         scoping in unrelated files.
1389 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391         * net/imap.el: Revert back to version
1392         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1393         seem problematic.
1395 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1397         * obsolete/old-whitespace.el (whitespace-unload-function):
1398         Explicitly pass `obarray' to `unintern' to avoid a warning.
1400 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1402         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1403         Add `when' argument.  Update callers.
1405         * subr.el (unintern): Declare the obarray arg mandatory.
1407 2010-09-14  Glenn Morris  <rgm@gnu.org>
1409         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1410         Doc fixes.
1412         * calendar/diary-lib.el (diary-included-files): New variable.
1413         (diary-list-entries): Maybe initialize diary-included-files.
1414         (diary-include-other-diary-files): Append to diary-included-files.
1415         * calendar/appt.el (appt-update-list): Also check the members of
1416         diary-included-files.  (Bug#6999)
1417         (appt-check): Doc fix.
1419 2010-09-14  David Reitter  <david.reitter@gmail.com>
1421         * simple.el (line-move-visual): Do not truncate goal column to
1422         integer size.  (Bug#7020)
1424 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1426         * repeat.el (repeat): Allow repeating when the last event is a click.
1427         Suggested by Drew Adams (bug#6256).
1429 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
1431         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1432         Replace setting HGRCPATH to "" by some less invasive --config options.
1434 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * font-lock.el (font-lock-beginning-of-syntax-function):
1437         Mark as obsolete.
1439 2010-09-14  Glenn Morris  <rgm@gnu.org>
1441         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1442         and tool-bar modes.  (Bug#6211)
1443         (menu-bar-mode): Move setting of standard-value after the
1444         minor-mode definition, otherwise it seems to have no effect.
1446 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
1448         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1449         Fix typo.  (Bug#6976)
1451 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1453         * whitespace.el: Allow cleaning up blanks without blank
1454         visualization (Bug#6651).  Adjust help window for
1455         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1456         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1457         (whitespace-style): Add new value 'face.  Adjust docstring.
1458         (whitespace-space, whitespace-hspace, whitespace-tab):
1459         Adjust foreground property face.
1460         (whitespace-line-column): Adjust docstring and type declaration.
1461         (whitespace-style-value-list, whitespace-toggle-option-alist)
1462         (whitespace-help-text): Adjust const initialization.
1463         (whitespace-toggle-options, global-whitespace-toggle-options):
1464         Adjust docstring.
1465         (whitespace-display-window, whitespace-interactive-char)
1466         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1467         (whitespace-help-scroll): New fun.
1469 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1471         * calendar/time-date.el (format-seconds): Comment fix.
1473 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
1475         * progmodes/sql.el: Version 2.7.
1476         (sql-buffer-live-p): Improve detection.
1477         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1478         (sql-set-sqli-buffer): Use it.
1479         (sql-product-interactive): Run `sql-set-sqli-hook'.
1480         (sql-rename-buffer): Code cleanup.
1481         (sql-redirect, sql-redirect-value): New functions.  More to come.
1483 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
1485         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.
1486         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1487         (TRAMP_SRC): New macro.
1488         ($(lisp)/net/tramp-loaddefs.el): New target.
1490 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
1492         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
1494         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
1496         * net/tramp.el (top): Don't show loading message.  Require just
1497         'tramp-compat, everything else is required there.
1498         Use `ignore-errors' where appropriate.
1499         (tramp-inline-compress-start-size, tramp-copy-size-limit)
1500         (tramp-terminal-type, tramp-end-of-output)
1501         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1502         (tramp-completion-function-alist-ssh)
1503         (tramp-completion-function-alist-telnet)
1504         (tramp-completion-function-alist-su)
1505         (tramp-completion-function-alist-putty, tramp-remote-path)
1506         (tramp-remote-process-environment, tramp-sh-extra-args)
1507         (tramp-actions-before-shell, tramp-uudecode)
1508         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1509         (tramp-perl-file-attributes)
1510         (tramp-perl-directory-files-and-attributes)
1511         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1512         (tramp-perl-encode, tramp-perl-decode)
1513         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1514         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1515         (tramp-handle-make-symbolic-link, tramp-handle-load)
1516         (tramp-handle-file-name-as-directory)
1517         (tramp-handle-file-name-directory)
1518         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1519         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1520         (tramp-do-file-attributes-with-ls)
1521         (tramp-do-file-attributes-with-perl)
1522         (tramp-do-file-attributes-with-stat)
1523         (tramp-handle-set-visited-file-modtime)
1524         (tramp-handle-verify-visited-file-modtime)
1525         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1526         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1527         (tramp-handle-file-selinux-context)
1528         (tramp-handle-set-file-selinux-context)
1529         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1530         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1531         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1532         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1533         (tramp-handle-file-ownership-preserved-p)
1534         (tramp-handle-directory-file-name, tramp-handle-directory-files)
1535         (tramp-handle-directory-files-and-attributes)
1536         (tramp-do-directory-files-and-attributes-with-perl)
1537         (tramp-do-directory-files-and-attributes-with-stat)
1538         (tramp-handle-file-name-all-completions)
1539         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1540         (tramp-handle-copy-file, tramp-handle-copy-directory)
1541         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1542         (tramp-do-copy-or-rename-file-via-buffer)
1543         (tramp-do-copy-or-rename-file-directly)
1544         (tramp-do-copy-or-rename-file-out-of-band)
1545         (tramp-handle-make-directory, tramp-handle-delete-directory)
1546         (tramp-handle-delete-file)
1547         (tramp-handle-dired-recursive-delete-directory)
1548         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1549         (tramp-handle-insert-directory)
1550         (tramp-handle-unhandled-file-name-directory)
1551         (tramp-handle-expand-file-name)
1552         (tramp-handle-substitute-in-file-name)
1553         (tramp-handle-executable-find, tramp-process-sentinel)
1554         (tramp-handle-start-file-process, tramp-handle-process-file)
1555         (tramp-handle-call-process-region, tramp-handle-shell-command)
1556         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1557         (tramp-handle-insert-file-contents)
1558         (tramp-handle-insert-file-contents-literally)
1559         (tramp-handle-find-backup-file-name)
1560         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1561         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1562         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1563         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1564         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1565         (tramp-find-file-exists-command, tramp-open-shell)
1566         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1567         (tramp-open-connection-setup-interactive-shell)
1568         (tramp-local-coding-commands, tramp-remote-coding-commands)
1569         (tramp-find-inline-encoding, tramp-call-local-coding-command)
1570         (tramp-inline-compress-commands, tramp-find-inline-compress)
1571         (tramp-compute-multi-hops, tramp-maybe-open-connection)
1572         (tramp-send-command, tramp-wait-for-output)
1573         (tramp-send-command-and-check, tramp-barf-unless-okay)
1574         (tramp-send-command-and-read, tramp-mode-string-to-int)
1575         (tramp-convert-file-attributes, tramp-check-cached-permissions)
1576         (tramp-file-mode-from-int, tramp-file-mode-permissions)
1577         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1578         (tramp-method-out-of-band-p, tramp-local-host-p)
1579         (tramp-get-remote-path, tramp-get-remote-tmpdir)
1580         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1581         (tramp-get-test-command, tramp-get-test-nt-command)
1582         (tramp-get-file-exists-command, tramp-get-remote-ln)
1583         (tramp-get-remote-perl, tramp-get-remote-stat)
1584         (tramp-get-remote-readlink, tramp-get-remote-trash)
1585         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1586         (tramp-get-local-uid, tramp-get-local-gid)
1587         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1588         tramp-sh.el.
1589         (tramp-methods, tramp-default-method-alist)
1590         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1591         Move initialization to tramp-sh.el.
1592         (tramp-temp-name-prefix): Make it a defconst.
1593         (tramp-dissect-file-name): Don't check anymore for multi-hop
1594         methods.
1595         (tramp-debug-outline-regexp): Add a docstring.
1596         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1597         (tramp-get-debug-buffer): Use it.
1599         * net/tramp-cache.el (top): Set tramp-autoload cookie for
1600         initialization forms.
1601         (tramp-set-connection-property): Don't protect `tramp-message'
1602         call, it isn't necessary any longer.
1603         (tramp-dump-connection-properties): Use `ignore-errors'.
1605         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1606         'password-cache and 'auth-source.
1608         * net/tramp-gvfs.el (top):
1609         * net/tramp-smb.el (top): Require 'tramp-sh.
1611         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1613         * net/tramp-sh.el: New file, derived from tramp.el.
1614         (top): Initialize `tramp-methods', `tramp-default-method-alist',
1615         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1616         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1617         Use `ignore-errors' where appropriate.
1618         (tramp-sh-file-name-handler-alist): Rename from
1619         `tramp-file-name-handler-alist'.
1620         (tramp-send-command-and-check): Return t or nil.  Remove all
1621         `zerop' checks, where called.
1622         (tramp-handle-set-file-modes)
1623         (tramp-do-copy-or-rename-file-directly)
1624         (tramp-handle-delete-directory, tramp-handle-delete-file)
1625         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1626         (tramp-sh-file-name-handler, tramp-send-command-and-check)
1627         (tramp-get-remote-ln): Set tramp-autoload cookie.
1629         * net/tramp-fish.el: Remove file.
1631 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
1633         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1634         buffer-file-name to avoid file-locking.  (Bug#7026)
1636 2010-09-13  Julien Danjou  <julien@danjou.info>
1638         * notifications.el (notifications-notify): Add support for
1639         image-path and sound-name.
1640         (notifications-specification-version): Add this variable.
1642 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1646 2010-09-12  Leo  <sdl.web@gmail.com>
1648         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1649         (rcirc-completion-start): New variables.
1650         (rcirc-nick-completions): Rename to rcirc-completions.
1651         (rcirc-nick-completion-start-offset): Delete.
1652         (rcirc-completion-at-point): New function for constructing
1653         completion data for both nicks and irc commands.  Add to
1654         completion-at-point-functions in rcirc mode.
1655         (rcirc-complete): Rename from rcirc-nick-complete; use
1656         rcirc-completion-at-point.
1657         (defun-rcirc-command): Update rcirc-client-commands.
1659 2010-09-11  Glenn Morris  <rgm@gnu.org>
1661         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1662         atomically, to avoid parallel build errors.  (Bug#4196)
1664 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
1666         * progmodes/sql.el: Version 2.6
1667         (sql-dialect): Synonym for "sql-product".
1668         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1669         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1670         Set "sql-buffer" to buffer name not buffer object so multiple sql
1671         interactive buffers work properly.  Reverts misguided changes in
1672         earlier work.
1673         (sql-comint): Make sure different buffer name is used if "*SQL*"
1674         buffer is for a different product.
1675         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1676         login param.
1677         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1678         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1679         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1680         Accept new buffer name or prompt for one.
1681         (sql-port): Default to zero.
1682         (sql-comint-mysql): Handle "sql-port" as a numeric.
1683         (sql-port-history): Delete unused variable.
1684         (sql-get-login): Default "sql-port" to a number.
1685         (sql-product-alist): Correct Postgres prompt and terminator regexp.
1686         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1687         "sqlite3" executables.
1688         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1689         (sql-buffer-live-p): New function.
1690         (sql-mode-menu, sql-send-string): Use it.
1691         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1692         syntax pattern.
1693         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1694         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1696 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698         * net/netrc.el (netrc-credentials): New convenience function.
1700 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1703         to replace texinfo-font-lock-syntactic-keywords.
1704         (texinfo-mode): Use it.
1706         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1707         Use syntax-propertize-function.
1709         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1710         replace sgml-font-lock-syntactic-keywords.
1711         (sgml-mode): Use it.
1713         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1714         since we don't use it.
1716         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1718         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1719         if available.
1720         (vhdl-fontify-buffer): Adjust.
1722         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1723         replace tcl-font-lock-syntactic-keywords.
1724         (tcl-mode): Use it.
1726         * progmodes/simula.el (simula-syntax-propertize-function): New var to
1727         replace simula-font-lock-syntactic-keywords.
1728         (simula-mode): Use it.
1730         * progmodes/sh-script.el (sh-st-symbol): Remove.
1731         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1732         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1733         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1734         (sh-font-lock-paren): Set syntax-multiline.
1735         (sh-font-lock-syntactic-keywords): Remove.
1736         (sh-syntax-propertize-function): New function to replace it.
1737         (sh-mode): Use it.
1739         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1740         Define while compiling.
1741         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1742         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1743         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1744         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1745         (ruby-here-doc-end-syntax): Only define when
1746         syntax-propertize is not available.
1747         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1748         New functions.
1749         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1750         (electric-indent-chars): Silence bytecompiler.
1751         (ruby-mode): Use prog-mode, syntax-propertize-function, and
1752         electric-indent-chars.
1754         * progmodes/python.el (python-syntax-propertize-function): New var to
1755         replace python-font-lock-syntactic-keywords.
1756         (python-mode): Use it.
1757         (python-quote-syntax): Simplify and adjust to new use.
1759         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1760         replace perl-font-lock-syntactic-keywords.
1761         (perl-syntax-propertize-special-constructs): New fun to replace
1762         perl-font-lock-special-syntactic-constructs.
1763         (perl-font-lock-syntactic-face-function): New fun.
1764         (perl-mode): Use it.
1766         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1767         to replace octave-font-lock-close-quotes.
1768         (octave-syntax-propertize-function): New function to replace
1769         octave-font-lock-syntactic-keywords.
1770         (octave-mode): Use it.
1772         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1773         replaces mixal-font-lock-syntactic-keywords.
1774         (mixal-mode): Use it.
1776         * progmodes/make-mode.el (makefile-syntax-propertize-function):
1777         New var; replaces makefile-font-lock-syntactic-keywords.
1778         (makefile-mode): Use it.
1779         (makefile-imake-mode): Adjust.
1781         * progmodes/js.el (js--regexp-literal): Define while compiling.
1782         (js-syntax-propertize-function): New var; replaces
1783         js-font-lock-syntactic-keywords.
1784         (js-mode): Use it.
1786         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1787         replaces gdb-script-font-lock-syntactic-keywords.
1788         (gdb-script-mode): Use it.
1790         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1791         (fortran--font-lock-syntactic-keywords): New var.
1792         (fortran-line-length): Update syntax-propertize-function and
1793         fortran--font-lock-syntactic-keywords.
1795         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1797         * progmodes/cfengine.el (cfengine-mode):
1798         Use syntax-propertize-function.
1799         (cfengine-font-lock-syntactic-keywords): Remove.
1801         * progmodes/autoconf.el (autoconf-mode):
1802         Use syntax-propertize-function.
1803         (autoconf-font-lock-syntactic-keywords): Remove.
1805         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1806         (ada-after-change-function, ada-initialize-syntax-table-properties)
1807         (ada-handle-syntax-table-properties): Only define when
1808         syntax-propertize is not available.
1809         (ada-mode): Use syntax-propertize-function.
1811         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1812         (font-lock-fontify-syntactic-keywords-region): Move handling of
1813         font-lock-syntactically-fontified to...
1814         (font-lock-default-fontify-region): ...here.
1815         Let syntax-propertize-function take precedence.
1816         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1818         * emacs-lisp/syntax.el (syntax-propertize-function)
1819         (syntax-propertize-chunk-size, syntax-propertize--done)
1820         (syntax-propertize-extend-region-functions): New vars.
1821         (syntax-propertize-wholelines, syntax-propertize-multiline)
1822         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1823         (syntax-propertize): New functions.
1824         (syntax-propertize-rules): New macro.
1825         (syntax-ppss-flush-cache): Set syntax-propertize--done.
1826         (syntax-ppss): Call syntax-propertize.
1828         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1830 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
1832         * textmodes/ispell.el (ispell-init-process): Improve comments.
1833         XEmacs compatibility changes regarding (add-hook) 'local option
1834         and (set-process-query-on-exit-flag).
1836 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
1838         * net/tramp-cache.el (tramp-parse-connection-properties):
1839         Set tramp-autoload cookie.
1841 2010-09-09  Glenn Morris  <rgm@gnu.org>
1843         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1844         (imagemagick-register-types): Doc fix.
1846 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1848         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1850         * progmodes/js.el (require): Require is already "eval-and-compile".
1851         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
1852         (js--re-search-backward): Use js--re-search-forward.
1854         * progmodes/fortran.el (fortran-line-length): Don't recompute
1855         syntactic keywords redundantly a second time.
1857         * progmodes/ada-mode.el: Replace "(set '" with setq.
1858         (ada-mode): Simplify.
1859         (ada-create-case-exception, ada-adjust-case-interactive)
1860         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1861         (ada-search-ignore-string-comment, ada-move-to-start)
1862         (ada-move-to-end): Use with-syntax-table.
1864         * font-lock.el (save-buffer-state): Remove `varlist' arg.
1865         (font-lock-unfontify-region, font-lock-default-fontify-region):
1866         Update usage correspondingly.
1867         (font-lock-fontify-syntactic-keywords-region):
1868         Set parse-sexp-lookup-properties buffer-locally here.
1869         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1871         * simple.el (blink-matching-open): Don't burp if we can't find a match.
1873 2010-09-08  Glenn Morris  <rgm@gnu.org>
1875         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1876         Error if not compiled with -DBYTE_CODE_METER.
1878         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1879         Ignore dir-locals-file.
1881 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1883         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1884         Not a const.
1885         (compilation-error-regexp-alist-alist): Rule out ": " in file names
1886         for the `gnu' messages.
1887         (compilation-set-skip-threshold): New command.
1888         (compilation-start): Use \' rather than $.
1889         (compilation-forget-errors): Use clrhash.
1891 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
1893         * textmodes/ispell.el (ispell-valid-dictionary-list):
1894         Simplify logic.
1896 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
1898         Migrate to Tramp 2.2.  Rearrange load dependencies.
1899         (Bug#1529, Bug#5448, Bug#5705)
1901         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1902         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1903         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1905         * net/tramp.el (top): Remove all other tramp-* loads except
1906         tramp-compat.el.  Remove all changes to tramp-unload-hook for
1907         other tramp-* packages.  Rearrange defun order.  Change calls of
1908         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1909         `tramp-compat-octal-to-decimal' to new function names.
1910         (tramp-terminal-type, tramp-initial-end-of-output)
1911         (tramp-methods, tramp-foreign-file-name-handler-alist)
1912         (tramp-tramp-file-p, tramp-completion-mode-p)
1913         (tramp-send-command-and-check, tramp-get-remote-path)
1914         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1915         (tramp-shell-quote-argument): Set tramp-autoload cookie.
1916         (with-file-property, with-connection-property): Move to
1917         tramp-cache.el.
1918         (tramp-local-call-process, tramp-decimal-to-octal)
1919         (tramp-octal-to-decimal): Move to tramp-compat.el.
1920         (tramp-handle-shell-command): Do not require 'shell.
1921         (tramp-compute-multi-hops): No special handling for tramp-gw-*
1922         symbols.
1923         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1925         * net/tramp-cache.el (top): Require 'tramp.  Add to
1926         `tramp-unload-hook'.
1927         (tramp-cache-data, tramp-get-file-property)
1928         (tramp-set-file-property, tramp-flush-file-property)
1929         (tramp-flush-directory-property, tramp-get-connection-property)
1930         (tramp-set-connection-property, tramp-flush-connection-property)
1931         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1932         cookie.
1933         (with-file-property, with-connection-property): New defuns, moved
1934         from tramp.el.
1935         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1936         macro.
1938         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1939         (tramp-version): Set tramp-autoload cookie.
1941         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
1942         changes to tramp-unload-hook for other tramp-* packages.  Add to
1943         `tramp-unload-hook'.
1944         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1945         (tramp-compat-call-process): New defuns, moved from tramp.el.
1947         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
1948         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1949         to `tramp-unload-hook'.  Change call of
1950         `tramp-compat-decimal-to-octal' to new function name.
1951         (tramp-fish-method): Make it a defconst.
1952         (tramp-fish-file-name-p): Make it a defsubst.
1953         (tramp-fish-method, tramp-fish-file-name-handler)
1954         (tramp-fish-file-name-p): Set tramp-autoload cookie.
1956         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1957         `tramp-foreign-file-name-handler-alist'.  Add to
1958         `tramp-unload-hook'.
1959         (tramp-ftp-method): Make it a defconst.
1960         (tramp-ftp-file-name-p): Make it a defsubst.
1961         (tramp-ftp-method, tramp-ftp-file-name-handler)
1962         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1964         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1965         `tramp-foreign-file-name-handler-alist'.  Add to
1966         `tramp-unload-hook'.  Change checks, whether package can be
1967         loaded.
1968         (tramp-gvfs-file-name-p): Make it a defsubst.
1969         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1970         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1971         (tramp-gvfs-handle-file-directory-p): New defun.
1972         (tramp-gvfs-file-name-handler-alist): Use it.
1974         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1975         `tramp-foreign-file-name-handler-alist'.  Add to
1976         `tramp-unload-hook'.
1977         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1978         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1979         defconst.
1980         (tramp-gw-tunnel-method, tramp-gw-socks-method)
1981         (tramp-gw-open-connection): Set tramp-autoload cookie.
1983         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
1984         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1985         to `tramp-unload-hook'.  Change checks, whether package can be
1986         loaded.
1987         (tramp-imap-file-name-p): Make it a defsubst.
1988         (tramp-imap-method, tramp-imaps-method)
1989         (tramp-imap-file-name-handler)
1990         (tramp-imap-file-name-p): Set tramp-autoload cookie.
1992         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
1993         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1994         to `tramp-unload-hook'.  Change checks, whether package can be
1995         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
1996         function name.
1997         (tramp-smb-tunnel-method): Make it a defconst.
1998         (tramp-smb-file-name-p): Make it a defsubst.
1999         (tramp-smb-method, tramp-smb-file-name-handler)
2000         (tramp-smb-file-name-p): Set tramp-autoload cookie.
2002         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
2003         (tramp-uuencode-region): Set tramp-autoload cookie.
2005         * net/trampver.el (top) Add to `tramp-unload-hook'.
2006         (tramp-version, tramp-bug-report-address): Set tramp-autoload
2007         cookie.  Update release number.
2009 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
2011         * textmodes/ispell.el (ispell-start-process): Make sure original
2012         arg list is properly initialized (Bug#6993, Bug#6994).
2014 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2016         * files.el (directory-abbrev-alist): Use \` as default regexp.
2018         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
2019         chars like - or ] (bug#6984).
2020         (rx-any-condense-range): Explode 2-char ranges.
2022 2010-09-06  Glenn Morris  <rgm@gnu.org>
2024         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
2026 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2028         * textmodes/bibtex.el:
2029         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
2031 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033         * net/imap.el (imap-message-map): Remove optional buffer parameter,
2034         since no callers use it.
2035         (imap-message-get): Ditto.
2036         (imap-message-put): Ditto.
2037         (imap-mailbox-map): Ditto.
2038         (imap-mailbox-put): Ditto.
2039         (imap-mailbox-get): Ditto.
2040         (imap-mailbox-get): Revert last change for this function.
2042 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044         * net/imap.el (imap-fetch-safe): Remove function, and alter all
2045         callers to use `imap-fetch' instead.  According to the comments, this
2046         should be safe, since all other IMAP clients use the 1:* syntax.
2047         (imap-enable-exchange-bug-workaround): Remove.
2048         (imap-debug): Remove -- doesn't seem very useful.
2050 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052         * net/imap.el (imap-log): New convenience function used throughout
2053         instead of repeating the same code all over the place.
2055 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
2057         * mouse.el (mouse-save-then-kill): Save region to kill-ring
2058         when mouse-drag-copy-region is non-nil (Bug#6956).
2060 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
2062         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
2063         Improve regexps (Bug#6987).
2064         (dired-sort-toggle): Search more robustly for -t flag.
2066         * files.el (get-free-disk-space): Search more robustly for
2067         "available" column.  Suggested by Ehud Karni
2068         <ehud@unix.mvs.co.il>.
2070 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
2072         * international/uni-bidi.el:
2073         * international/uni-category.el:
2074         * international/uni-combining.el:
2075         * international/uni-decimal.el:
2076         * international/uni-mirrored.el:
2077         * international/uni-name.el: Regenerate.
2079 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2081         * electric.el (electric-indent-post-self-insert-function):
2082         Don't reindent with a sloppy indentation function.
2084         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
2085         border case in change-log-mode.
2087 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
2089         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2090         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
2091         Recognize leading tab in gcc-include regexp.  Ignore names with
2092         leading "from" or "in" in gnu regexp (Bug#6937).
2094 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2096         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
2097         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
2098         (ispell-start-process): Avoid setq and simplify logic.
2099         (ispell-init-process): Setup kill-buffer-hook locally when needed.
2100         (kill-buffer-hook): Don't use it globally with code that uses
2101         expand-file-name since that may call kill-buffer via
2102         code_conversion_restore.
2104 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
2106         * emacs-lisp/package.el (package-directory-list): Only call
2107         file-name-nondirectory on a string.
2109 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
2111         * emacs-lisp/package.el (package--download-one-archive):
2112         Ensure that archive-contents is valid before saving it.
2113         (package-activate-1, package-mark-obsolete, define-package)
2114         (package-compute-transaction, package-list-maybe-add): Use push.
2116 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2118         Use SMIE's blink-paren for octave-mode.
2119         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
2120         Backslashes do not escape single-quotes, single-quotes do.
2121         (octave-block-else-regexp, octave-block-end-regexp)
2122         (octave-block-match-alist): Remove.
2123         (octave-smie-bnf-table): New var, with old content.
2124         (octave-smie-op-levels): Use it.
2125         (octave-smie-closer-alist): New var.
2126         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
2127         (octave-blink-matching-block-open): Remove.
2128         (octave-reindent-then-newline-and-indent, octave-electric-semi)
2129         (octave-electric-space): Let self-insert-command run expand-abbrev and
2130         blink parens.
2132         * electric.el (electricity): New group.
2133         (electric-indent-chars): New var.
2134         (electric-indent-post-self-insert-function): New fun.
2135         (electric-indent-mode): New minor mode.
2136         (electric-pair-skip-self): New custom.
2137         (electric-pair-post-self-insert-function): New function.
2138         (electric-pair-mode): New minor mode.
2140         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2141         calcAlg-blink-matching-open.
2142         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
2143         (calc-do-alg-entry): Only touch the part of the keymap that varies.
2144         Use the new blink-matching-check-function.
2146         Provide blink-matching support to SMIE.
2147         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
2148         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
2149         (smie-blink-matching-check, smie-blink-matching-open): New functions.
2151         * simple.el (newline): Fix last change to properly remove itself from
2152         the hook.
2154 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2156         * simple.el (newline): Eliminate optimization.
2157         Use post-self-insert-hook to set hard-newline and things before
2158         running post-self-insert-hook.
2159         (blink-matching-check-mismatch): New function.
2160         (blink-matching-check-function): New variable.
2161         (blink-matching-open): Use them.
2162         Skip back forward over prefix chars skipped by forward-sexp.
2163         Don't check if the parens are backslash escaped.
2164         (blink-paren-post-self-insert-function): Check backslash escaping here.
2166 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
2168         * emacs-lisp/package.el (package-menu-mode-map):
2169         Change package-menu-revert bindings to revert-buffer.
2170         (package-menu-mode): Set revert-buffer-function.
2171         (package-menu-revert): Doc fix.
2173 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
2175         * textmodes/ispell.el (ispell-init-process): Use "~/" as
2176         `default-directory' unless using Ispell per-directory personal
2177         dictionaries and not in a mini-buffer under XEmacs.
2178         (kill-buffer-hook): Do not kill ispell process on exit when
2179         `ispell-process-directory' is "~/".  (Bug#6143)
2181 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2183         * simple.el (kill-new): Call interprogram-cut-function with only
2184         one argument.
2186         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2187         Remove cut buffer from error message.
2189         * term/x-win.el (x-select-text):
2190         * term/pc-win.el (x-selection-value):
2191         * term/ns-win.el (x-selection-value):
2192         * eshell/em-term.el:
2193         * w32-fns.el (x-get-selection-value):
2194         * mouse-sel.el (mouse-sel-set-selection-function):
2195         * frame.el (display-selections-p): Remove cut-buffer in documentation.
2197         * term/x-win.el: Update documentation for x-last-selected-text-*.
2198         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2199         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2200         (x-select-text): Remove argument PUSH, update documentation.  Remove
2201         cut-buffer code.
2202         (x-selection-value-internal): Was previously x-selection-value.
2203         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
2204         Update documentation, remove cut-buffer code.  Call
2205         x-selection-value-internal.
2206         (x-clipboard-yank): Call x-selection-value-internal.
2207         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2209         * term/pc-win.el (x-last-selected-text):
2210         x-cut-buffer-or-selection-value renamed to x-selection-value
2211         (x-select-text): Remove argument PUSH, update documentation.
2213         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2214         x-cut-buffer-or-selection-value renamed to x-selection-value
2215         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2216         (x-select-text): Remove argument PUSH, update documentation.
2218         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2220         * w32-fns.el (x-last-selected-text):
2221         x-cut-buffer-or-selection-value renamed to x-selection-value.
2222         (x-cut-buffer-max): Remove.
2223         (x-select-text): Remove argument PUSH, update documentation.
2225         * simple.el (interprogram-cut-function): Remove mention of PUSH.
2227         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2229         * mouse-sel.el (mouse-sel-get-selection-function):
2230         x-cut-buffer-or-selection-value renamed to x-selection-value.
2231         (x-select-text): Remove optional push.
2233 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2235         * simple.el (blink-paren-function): Move from C to here.
2236         (blink-paren-post-self-insert-function): New function.
2237         (post-self-insert-hook): Use it.
2239         * emacs-lisp/pcase.el (pcase-split-memq):
2240         Fix overenthusiastic optimisation.
2241         (pcase-u1): Handle the case of a lambda pred.
2243 2010-08-31  Kenichi Handa  <handa@m17n.org>
2245         * international/mule-cmds.el (standard-display-european-internal):
2246         Setup standard-display-table for 8-bit characters by storing 8-bit
2247         characters in the element vector.
2249         * disp-table.el (standard-display-8bit):
2250         Setup standard-display-table for 8-bit characters by storing 8-bit
2251         characters in the element vector.
2252         (standard-display-european): Likewise.
2254 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
2256         * textmodes/nroff-mode.el (nroff-view): New command.
2257         (nroff-mode-map): Bind it to C-c C-c.
2259 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2261         * emacs-lisp/smie.el (smie-down-list): New command.
2263         Remove old indentation and navigation code on octave-mode.
2264         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2265         smie-down-list rather than add a binding for octave-down-block.
2266         (octave-mark-block, octave-blink-matching-block-open):
2267         Rely on forward-sexp-function.
2268         (octave-fill-paragraph): Don't narrow, so you can use
2269         indent-according-to-mode.
2270         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2271         (octave-in-block-p, octave-re-search-forward-kw)
2272         (octave-re-search-backward-kw, octave-indent-calculate)
2273         (octave-end-as-array-index-p, octave-block-end-offset)
2274         (octave-scan-blocks, octave-forward-block, octave-backward-block)
2275         (octave-down-block, octave-backward-up-block, octave-up-block)
2276         (octave-before-magic-comment-p, octave-indent-line): Remove.
2278 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
2280         * emacs-lisp/package.el (package--read-archive-file): Just use
2281         `read', to avoid copying an additional string.
2282         (package-menu-mode): Set header-line-format here.
2283         (package-menu-refresh, package-menu-revert): Signal an error if
2284         not in the Package Menu.
2285         (package-menu-package-list): New var.
2286         (package--generate-package-list): Operate on the current buffer;
2287         don't assume that it is *Packages*, since the user may rename it.
2288         Allow persistent package listings and sort keys using
2289         package-menu-package-list and package-menu-package-sort-key.
2290         (package-menu--version-predicate): Fix version calculation.
2291         (package-menu-sort-by-column): Don't select the window.
2292         (package--list-packages): Create the *Packages* buffer.
2293         Set package-menu-package-list-key.
2294         (list-packages): Sorting by status is now the default.
2295         (package-buffer-info): Use match-string-no-properties.
2296         (define-package): Add a &rest argument for future proofing, but
2297         don't use it yet.
2298         (package-install-from-buffer, package-install-buffer-internal):
2299         Merge into a single function, package-install-from-buffer.
2300         (package-install-file): Change caller.
2302         * finder.el: Load finder-inf using `require'.
2303         (finder-list-matches): Sorting by status is now the default.
2304         (finder-compile-keywords): Simpify printing.
2306 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2308         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2309         (octave-mode-map): Remove special bindings for forward/backward-block
2310         and octave-backward-up-block.  Use smie-close-block.
2311         (octave-continuation-marker-regexp): New var.
2312         (octave-continuation-regexp): Use it.
2313         (octave-operator-table, octave-smie-op-levels)
2314         (octave-operator-regexp, octave-smie-indent-rules): New vars.
2315         (octave-smie-backward-token, octave-smie-forward-token): New funs.
2316         (octave-mode): Use SMIE.
2317         (octave-close-block): Delete.
2319 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
2321         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2322         CLIPBOARD, not in PRIMARY.  (Bug#6944)
2324 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2326         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2327         a list of parents.
2328         (smie-indent-column): Allow indirection through variables.
2330         * composite.el (save-buffer-state): Delete, unused.
2331         * font-lock.el (save-buffer-state): Use with-silent-modifications.
2332         (font-lock-default-fontify-region): Use with-syntax-table.
2333         * jit-lock.el (with-buffer-unmodified): Remove.
2334         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2336         Use `declare' in defmacros.
2337         * window.el (save-selected-window):
2338         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2339         * progmodes/python.el (def-python-skeleton):
2340         * net/dbus.el (dbus-ignore-errors):
2341         * jka-cmpr-hook.el (with-auto-compression-mode):
2342         * international/mule.el (with-category-table):
2343         * emacs-lisp/timer.el (with-timeout):
2344         * emacs-lisp/lisp-mnt.el (lm-with-file):
2345         * emacs-lisp/eieio.el (with-slots):
2346         * emacs-lisp/easymenu.el (easy-menu-define):
2347         * emacs-lisp/debug.el (debugger-env-macro):
2348         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2349         (Multiple-value-call, Multiple-value-prog1):
2350         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2351         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2352         edebug rule to definition.
2353         * emacs-lisp/lisp-mode.el (save-selected-window)
2354         (with-current-buffer, combine-after-change-calls)
2355         (with-output-to-string, with-temp-file, with-temp-buffer)
2356         (with-temp-message, with-syntax-table, read-if, eval-after-load)
2357         (dolist, dotimes, when, unless):
2358         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2360 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2362         * finder.el: Require `package'.
2363         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
2364         (finder-package-info): Var deleted.
2365         (finder-keywords-hash, finder--builtins-alist): New vars.
2366         (finder-compile-keywords): Compute package--builtins and
2367         finder-keywords-hash instead of finder-keywords-hash, respecting
2368         the "Package" header.
2369         (finder-unknown-keywords, finder-list-matches):
2370         Use finder-keywords-hash and package--list-packages.
2371         (finder-mode): Don't set font-lock-defaults.
2372         (finder-exit): We don't use "*Finder-package*" and "*Finder
2373         Category*" buffers anymore.
2375         * emacs-lisp/package.el (package--builtins-base): Var deleted.
2376         (package--builtins): Set default value to nil.
2377         (package-initialize): Load precomputed value of package--builtins
2378         from finder-inf.el.
2379         (package-alist, package-compute-transaction)
2380         (package-download-transaction): Improve docstring.
2381         (package-read-all-archive-contents): Do not change
2382         package--builtins here.
2383         (list-packages): Make package-list-packages an alias for this.
2384         Sort by status by default.
2385         (package--list-packages): Add optional PACKAGES arg.
2386         (describe-package-1): Use font-lock-face property.  For built-in
2387         packages, insert file commentary.
2388         (package--generate-package-list): Rename from
2389         package-list-packages-internal; all callers changed.  Add optional
2390         PACKAGES arg.  Add alphabetical sort fallbacks.
2391         (package-menu--version-predicate, package-menu--status-predicate)
2392         (package-menu--description-predicate)
2393         (package-menu--name-predicate): New functions.
2395         * info.el (Info-finder-find-node): Search package-alist instead of
2396         finder-package-info.
2398 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2400         * subr.el (version-regexp-alist): Don't use "a" and "b" for
2401         "alpha" and "beta".
2402         (version-to-list): Handle versions like "10.3d".
2404 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2406         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2407         (macroexp-accumulate): Use `declare'.
2409 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2411         * whitespace.el (whitespace-style): Adjust type declaration.
2413 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
2415         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2416         empty argument to gvfs-copy.
2418 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2420         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2421         handle new TRASH arg of `delete-file'.
2423 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
2425         * net/tramp.el (tramp-handle-insert-directory): Don't use
2426         `forward-word', its default syntax could be changed.
2428 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2429             Michael Albinus  <michael.albinus@gmx.de>
2431         Implement compression for inline methods.
2433         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2434         (tramp-copy-size-limit): Allow also nil.
2435         (tramp-inline-compress-commands): New defconst.
2436         (tramp-find-inline-compress, tramp-get-inline-compress)
2437         (tramp-get-inline-coding): New defuns.
2438         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2439         replaced by `tramp-get-inline-coding'.
2440         (tramp-handle-file-local-copy, tramp-handle-write-region)
2441         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2443 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
2445         Detect ssh 'ControlMaster' argument automatically in some cases.
2447         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2448         (tramp-default-method): Use it.
2450 2010-08-26  Karel Klíč  <kklic@redhat.com>
2452         * net/tramp.el (tramp-file-name-for-operation):
2453         Add file-selinux-context.
2455 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2457         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2459 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2461         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2462         (Bug#6907).
2464 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
2466         * progmodes/js.el: Make indentation more customizable (Bug#6914).
2467         (js-paren-indent-offset, js-square-indent-offset)
2468         (js-curly-indent-offset): New options.
2469         (js--proper-indentation): Use them.
2471 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
2473         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2474         instead of inspecting font-lock properties (Bug#6916).
2476 2010-08-26  David Reitter  <david.reitter@gmail.com>
2478         * server.el (server-visit-files): Run pre-command-hook and
2479         post-command-hook for each buffer while it is current (Bug#6910).
2480         (server-execute): Do not run hooks here.
2482 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2484         Sync with Tramp 2.1.19.
2486         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2487         (tramp-reporter-dump-variable, tramp-load-report-modules)
2488         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2489         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2491         * net/tramp-compat.el (top): Do not autoload
2492         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
2493         only when `start-file-process' is not bound.
2494         (byte-compile-not-obsolete-vars): Define if not bound.
2495         (tramp-compat-funcall): New defmacro.
2496         (tramp-compat-line-beginning-position)
2497         (tramp-compat-line-end-position)
2498         (tramp-compat-temporary-file-directory)
2499         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2500         (tramp-compat-copy-file, tramp-compat-copy-directory)
2501         (tramp-compat-delete-file, tramp-compat-delete-directory)
2502         (tramp-compat-number-sequence, tramp-compat-process-running-p):
2503         Use it.
2504         (tramp-advice-file-expand-wildcards): Do not use
2505         `tramp-handle-file-remote-p'.
2506         (tramp-compat-make-temp-file): Simplify fallback implementation.
2507         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2508         (tramp-compat-copy-tree): Remove function.
2509         (tramp-compat-delete-file): New defun.
2510         (tramp-compat-delete-directory): Provide implementation for older
2511         Emacsen.
2512         (tramp-compat-file-attributes): Handle only
2513         `wrong-number-of-arguments' error.
2515         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2516         Add PRESERVE_SELINUX_CONTEXT.
2517         (tramp-fish-handle-delete-file): Add TRASH arg.
2518         (tramp-fish-handle-directory-files-and-attributes):
2519         Do not use `tramp-fish-handle-file-attributes.
2520         (tramp-fish-handle-file-local-copy)
2521         (tramp-fish-handle-insert-file-contents)
2522         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2524         * net/tramp-gvfs.el (top): Require url-util.
2525         (tramp-gvfs-mount-point): Remove.
2526         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2527         and `set-file-selinux-context'.
2528         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2529         (tramp-gvfs-handle-file-selinux-context)
2530         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2531         (with-tramp-dbus-call-method): Format trace message.
2532         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2533         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2534         Implement backup call, when operation on local files fails.
2535         Use progress reporter.  Flush properties of changed files.
2536         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
2537         `tramp-compat-delete-file'.
2538         (tramp-gvfs-handle-expand-file-name): Expand "~/".
2539         (tramp-gvfs-handle-make-directory): Make more traces.
2540         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2541         (tramp-gvfs-url-file-name): Hexify file name in url.
2542         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2543         into account for the resulting file name.
2544         (tramp-gvfs-handler-askquestion): Preserve current message, in
2545         order to let progress reporter continue afterwards.  (Bug#6257)
2546         Return dummy mountpoint, when the answer is "no".
2547         See `tramp-gvfs-maybe-open-connection'.
2548         (tramp-gvfs-handler-mounted-unmounted)
2549         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2550         attribute "default_location".  Set "prefix" property.
2551         Handle default-location.
2552         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2553         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2554         exists.  Raise an error, if not (due to a corresponding answer
2555         "no" in interactive questions, for example).
2556         Use `tramp-compat-funcall'.
2558         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2559         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2560         (tramp-imap-do-copy-or-rename-file)
2561         (tramp-imap-handle-insert-file-contents)
2562         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2563         (tramp-imap-handle-delete-file): Add TRASH arg.
2565         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2566         Add PRESERVE-SELINUX-CONTEXT.
2567         (tramp-smb-handle-copy-file)
2568         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2569         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2570         Use `with-progress-reporter'.
2571         (tramp-smb-handle-delete-file): Add TRASH arg.
2573         * net/tramp.el (tramp-methods): Move hostname to the end in all
2574         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
2575         appropriate.
2576         (tramp-verbose): Describe verbose level 9.
2577         (tramp-completion-function-alist)
2578         (tramp-file-name-regexp, tramp-chunksize)
2579         (tramp-local-coding-commands, tramp-remote-coding-commands)
2580         (with-connection-property, tramp-completion-mode-p)
2581         (tramp-action-process-alive, tramp-action-out-of-band)
2582         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2583         (tramp-exists-file-name-handler): Fix docstring.
2584         (tramp-remote-process-environment): Use `format' instead of
2585         `concat'.  Protect version string by apostroph.
2586         (tramp-shell-prompt-pattern): Do not use a shy group in case of
2587         XEmacs.
2588         (tramp-file-name-regexp-unified)
2589         (tramp-completion-file-name-regexp-unified): On W32 systems, do
2590         not regard the volume letter as remote filename.  (Bug#5447)
2591         (tramp-perl-file-attributes)
2592         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2593         (tramp-vc-registered-read-file-names): Read input as
2594         here-document, otherwise the command could exceed maximum length
2595         of command line.
2596         (tramp-file-name-handler-alist): Add `file-selinux-context' and
2597         `set-file-selinux-context'.
2598         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2599         backtrace functions.
2600         (tramp-error-with-buffer): Don't show the connection buffer when
2601         we are in completion mode.
2602         (tramp-progress-reporter-update, tramp-remote-selinux-p)
2603         (tramp-handle-file-selinux-context)
2604         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2605         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2606         New defuns.
2607         (with-progress-reporter): New defmacro.
2608         (tramp-debug-outline-regexp): New defconst.
2609         (top, tramp-rfn-eshadow-setup-minibuffer)
2610         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2611         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2612         (tramp-completion-mode-p, tramp-check-for-regexp)
2613         (tramp-open-connection-setup-interactive-shell)
2614         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2615         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2616         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2617         Use `tramp-compat-funcall'.
2618         (tramp-handle-make-symbolic-link): Flush file properties.
2619         (tramp-handle-load, tramp-handle-file-local-copy)
2620         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2621         (tramp-handle-vc-registered, tramp-maybe-send-script)
2622         (tramp-find-shell): Use `with-progress-reporter'.
2623         (tramp-do-file-attributes-with-stat): Add space in format string,
2624         in order to work around a bug in pdksh.  Reported by Gilles Pion
2625         <gpion@lfdj.com>.
2626         (tramp-handle-verify-visited-file-modtime): Do not send a command
2627         when the connection is not established.
2628         (tramp-handle-set-file-times): Simplify the check for utc.
2629         (tramp-handle-directory-files-and-attributes)
2630         (tramp-get-remote-path): Use `copy-tree'.
2631         (tramp-completion-handle-file-name-all-completions): Ensure, that
2632         non remote files are still checked.  Oops.
2633         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2634         Handle PRESERVE-SELINUX-CONTEXT.
2635         (tramp-do-copy-or-rename-file): Add progress reporter.
2636         (tramp-do-copy-or-rename-file-directly): Do not use
2637         `tramp-handle-file-remote-p'.
2638         (tramp-do-copy-or-rename-file-out-of-band):
2639         Use `tramp-compat-delete-directory'.
2640         (tramp-do-copy-or-rename-file-out-of-band)
2641         (tramp-compute-multi-hops, tramp-maybe-open-connection):
2642         Use `format-spec-make'.
2643         (tramp-handle-delete-file): Add TRASH arg.
2644         (tramp-handle-dired-uncache): Flush directory cache, not only file
2645         cache.
2646         (tramp-handle-expand-file-name)
2647         (tramp-completion-handle-file-name-all-completions)
2648         (tramp-completion-handle-file-name-completion):
2649         Use `tramp-connectable-p'.
2650         (tramp-handle-start-file-process): Set connection property "vec".
2651         Use it, in order to invalidate file caches.  Check only for
2652         `remote-tty' process property.
2653         Implement tty setting.  (Bug#4604, Bug#6360)
2654         (tramp-file-name-for-operation): Add `call-process-region' and
2655         `set-file-selinux-context'.
2656         (tramp-find-foreign-file-name-handler)
2657         (tramp-advice-make-auto-save-file-name)
2658         (tramp-set-auto-save-file-modes): Remove superfluous check for
2659         `stringp'.  This is done inside `tramp-tramp-file-p'.
2660         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
2661         operations when we are in completion mode.  This gives the user
2662         the chance to correct the file name in the minibuffer.
2663         (tramp-completion-mode-p): Use `non-essential'.
2664         (tramp-handle-file-name-all-completions): Backward/ XEmacs
2665         compatibility: Use `completion-ignore-case' if
2666         `read-file-name-completion-ignore-case' does not exist.
2667         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2668         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2669         `tramp-open-shell'.
2670         (tramp-action-password): Hide password prompt before next run.
2671         (tramp-process-actions): Widen connection buffer for the trace.
2672         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2673         process property.  Trace stty settings if `tramp-verbose' >= 9.
2674         Apply workaround for IRIX64 bug.  Move argument of last
2675         `tramp-send-command' where it belongs to.
2676         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2677         front of `login-args'.
2678         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2679         on "/dev/null" instead of "/".
2680         (tramp-get-ls-command-with-dired): Make test for "--dired"
2681         stronger.
2682         (tramp-set-auto-save-file-modes): Adapt version check.
2683         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2684         (tramp-handle-process-file): Call the program in a subshell, in
2685         order to preserve working directory.
2686         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2687         `tramp-remote-sh' from `tramp-methods'.
2688         (tramp-get-ls-command): Make test for "--color=never" stronger.
2689         (tramp-check-for-regexp): Use (forward-line 1).
2691         * net/trampver.el: Update release number.
2693 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2695         * help.el (help-map): Bind `C-h P' to describe-package.
2697         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2699         * emacs-lisp/package.el (package-refresh-contents): Catch errors
2700         when downloading archives.
2701         (describe-package-1): Add package commentary.
2702         (package-install-button-action): New function.
2703         (package-menu-mode-map): Bind ? to package-menu-describe-package.
2704         (package-menu-view-commentary): Function removed.
2705         (package-list-packages-internal): Hide the `package' package too.
2707 2010-08-25  Kenichi Handa  <handa@m17n.org>
2709         * language/misc-lang.el ("Arabic"): New language environment.
2710         Setup composition-function-table for Arabic characters.
2712         * international/fontset.el (setup-default-fontset): Fix typo for
2713         arabic OTF spec (fini->fina).
2715 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
2717         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2718         on all frames.
2720 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2722         * whitespace.el: Allow cleaning up blanks without blank
2723         visualization (Bug#6651).  Adjust help window for
2724         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
2725         instead of whitespace-line-column (from EmacsWiki).  New version
2726         13.1.
2727         (whitespace-style): Added new value 'face.  Adjust docstring.
2728         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2729         foreground property face.
2730         (whitespace-line-column): Adjust docstring and type declaration.
2731         (whitespace-style-value-list, whitespace-toggle-option-alist)
2732         (whitespace-help-text): Adjust const initialization.
2733         (whitespace-toggle-options, global-whitespace-toggle-options):
2734         Adjust docstring.
2735         (whitespace-display-window, whitespace-interactive-char)
2736         (whitespace-style-face-p, whitespace-color-on): Adjust code.
2737         (whitespace-help-scroll): New fun.
2739 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
2741         * emacs-lisp/package.el (list-packages): Alias for
2742         package-list-packages.
2744 2010-08-24  Kevin Ryde  <user42@zip.com.au>
2746         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2747         (Bug#5651).
2749         * progmodes/ruby-mode.el (ruby): Add defgroup.
2751 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
2753         * progmodes/python.el: Add Ipython support (Bug#5390).
2754         (python-shell-prompt-alist)
2755         (python-shell-continuation-prompt-alist): New options.
2756         (python--set-prompt-regexp): New function.
2757         (inferior-python-mode, run-python, python-shell): Require
2758         ansi-color.  Use python--set-prompt-regexp to set the comint
2759         prompt based on the Python interpreter.
2760         (python--prompt-regexp): New var.
2761         (python-check-comint-prompt)
2762         (python-comint-output-filter-function): Use it.
2763         (run-python): Use a pipe (Bug#5694).
2765 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
2767         * progmodes/python.el (python-send-region): Send a different
2768         Python command if Ipython is in use.
2769         (python-check-version): Use a Python command to find the version.
2771 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
2773         * mouse.el (mouse-yank-primary): Avoid setting primary when
2774         deactivating the mark (Bug#6872).
2776 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
2778         * progmodes/python.el (python-block-pairs): Allow use of "finally"
2779         with "else" (Bug#3991).
2781 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2783         * net/dbus.el: Accept UNIX domain sockets as bus address.
2784         (top): Don't initialize `dbus-registered-objects-table' anymore,
2785         this is done in dbusbind,c.
2786         (dbus-check-event): Adapt test for bus.
2787         (dbus-return-values-table, dbus-unregister-service)
2788         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2789         Adapt doc string.
2791 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
2793         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2795 2010-08-22  Juri Linkov  <juri@jurta.org>
2797         * simple.el (read-extended-command): New function with the logic
2798         for `completing-read' moved to Elisp from `execute-extended-command'.
2799         Use `function-called-at-point' in `minibuffer-default-add-function'
2800         to get a command name for M-n (bug#5364, bug#5214).
2802 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2804         * startup.el (command-line-1): Issue warning for ignored arguments
2805         --unibyte, etc (Bug#6886).
2807 2010-08-22  Leo  <sdl.web@gmail.com>
2809         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2810         (ignore, bright, dim, keyword): Split list of nicknames before
2811         passing to rcirc-add-or-remove (Bug#6894).
2813 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2815         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2817 2010-08-22  Leo  <sdl.web@gmail.com>
2819         Fix buffer-list rename&refresh after killing a buffer in ido.
2820         * ido.el: Revert Óscar's.
2821         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2822         Remember the buffers at head, rather than their name.
2823         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2825 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
2826             Stefan Monnier  <monnier@iro.umontreal.ca>
2828         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2829         extra backslash added to each line (bug#6890).
2831 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2833         * subr.el (read-key): Don't echo keystrokes (bug#6883).
2835 2010-08-22  Glenn Morris  <rgm@gnu.org>
2837         * menu-bar.el (menu-bar-games-menu): Add landmark.
2839 2010-08-22  Glenn Morris  <rgm@gnu.org>
2841         * align.el (align-regexp): Make group and spacing arguments
2842         use the interactive defaults when non-interactive.  (Bug#6698)
2844         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2845         expansion, so as not to need sendmail.
2846         (mail-text-start): Remove declaration.
2847         (rmail-retry-failure): Require sendmail.
2849 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2851         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2853 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
2855         * progmodes/flymake.el (flymake-start-syntax-check-process):
2856         Use `start-file-process' in order to let it run also on remote hosts.
2858 2010-08-22  Kenichi Handa  <handa@m17n.org>
2860         * files.el: Add `word-wrap' as safe local variable.
2862 2010-08-22  Glenn Morris  <rgm@gnu.org>
2864         * woman.el (woman-translate): Case matters.  (Bug#6849)
2866 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2868         * simple.el (kill-region): Doc fix (Bug#6787).
2870 2010-08-22  Glenn Morris  <rgm@gnu.org>
2872         * calendar/diary-lib.el (diary-header-line-format):
2873         Fit it to the window, not the frame.
2875 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
2877         * subr.el (ignore-errors): Add debug declaration.
2879 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2881         * whitespace.el (whitespace-color-off): Remove post-command-hook
2882         locally.
2884 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2886         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2888 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
2890         * cus-edit.el (custom-group-value-create): Add extra newline
2891         before end line (Bug#6876).
2893 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
2895         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2896         when extending it.  Before killing on the second click, check if
2897         the buffer is the correct one.  Doc fix.
2898         (mouse-secondary-save-then-kill): Allow usage without first
2899         calling mouse-start-secondary, by defaulting to point.  Don't save
2900         an empty secondary selection.  Doc fix.
2902 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2904         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
2905         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2906         New version 13.0.
2907         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2908         Adjust initialization.
2909         (whitespace-bob-marker, whitespace-eob-marker)
2910         (whitespace-buffer-changed): New vars.
2911         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2912         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2913         (whitespace-post-command-hook, whitespace-display-char-on):
2914         Adjust code.
2915         (whitespace-looking-back, whitespace-buffer-changed): New funs.
2916         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2918 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2920         * files.el (locate-file-completion-table): Only list the .el and .elc
2921         extensions if there's no other choice (bug#5955).
2923         * facemenu.el (facemenu-self-insert-data): New var.
2924         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2925         New functions.
2926         (facemenu-add-face): Use them.
2928         * simple.el (blink-matching-open): Obey forward-sexp-function.
2930 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2932         * simple.el (prog-mode-map): New var.
2933         (prog-indent-sexp): New command.
2935         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2937         * progmodes/prolog.el (smie): Require.
2939         * emacs-lisp/smie.el (smie-default-backward-token)
2940         (smie-default-forward-token): Strip properties.
2941         (smie-next-sexp): Be more careful with associative operators.
2942         (smie-forward-sexp-command): Generalize.
2943         (smie-backward-sexp-command): Simplify.
2944         (smie-closer-alist): New var.
2945         (smie-close-block): New command.
2946         (smie-indent-debug-log): New var.
2947         (smie-indent-offset-rule): Add a few more cases.
2948         (smie-indent-column): New function.
2949         (smie-indent-after-keyword): Use it.
2950         (smie-indent-keyword): Use it.
2951         Fix up the opener code's point position.
2952         (smie-indent-comment): Only applies at BOL.
2953         (smie-indent-debug): New command.
2955         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2956         declarations that are useful before running the macro.
2958 2010-08-18  Joakim Verona  <joakim@verona.se>
2960         * image.el (imagemagick-types-inhibit): New variable.
2961         (imagemagick-register-types): New function.
2962         * image-mode.el (image-transform-properties): New function.
2963         (image-transform-set-scale, image-transform-fit-to-height)
2964         (image-transform-set-rotation, image-transform-set-resize)
2965         (image-transform-fit-to-width, image-transform-fit-to-height):
2966         New functions.
2967         (image-toggle-display-image): Support image transforms.
2969 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2971         * image.el (create-animated-image): Don't add heuristic mask to image
2972         (Bug#6839).
2974 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
2976         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2977         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2979 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2981         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2983         Font-lock '...' strings, plus various simplifications and fixes.
2984         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2985         (octave-font-lock-close-quotes): New function.
2986         (octave-font-lock-syntactic-keywords): New var.
2987         (octave-mode): Use it.  Set beginning-of-defun-function.
2988         (octave-mode-map): Don't override the <foo>-defun commands.
2989         (octave-mode-menu): Pass it directly to easy-menu-define;
2990         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2991         (octave-block-match-alist): Fix up last change so that
2992         octave-close-block uses the more specific keyword.
2993         (info-lookup-mode): Silence byte-compiler.
2994         (octave-beginning-of-defun): Not interactive any more.
2995         Optimize slightly.
2996         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2997         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2998         (octave-completion-at-point-function): Make sure point is within
2999         beg..end.
3000         (octave-reindent-then-newline-and-indent):
3001         Use reindent-then-newline-and-indent.
3002         (octave-add-octave-menu): Remove.
3004 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
3006         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
3007         (report-emacs-bug-can-use-xdg-email): New functions.
3008         (report-emacs-bug): Set can-xdg-email to result of
3009         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
3010         \C-cm to report-emacs-bug-insert-to-mailer and add help text
3011         about it.
3013         * net/browse-url.el (browse-url-default-browser): Add cond
3014         for browse-url-xdg-open.
3015         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
3017 2010-08-17  Glenn Morris  <rgm@gnu.org>
3019         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
3020         (c-fontify-recorded-types-and-refs): Define for compiler.
3021         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
3022         before use.
3024         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
3025         Fix format call.
3027 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
3029         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
3030         properties.
3031         (tramp-handle-process-file): Call the program in a subshell, in
3032         order to preserve working directory.
3033         (tramp-action-password): Hide password prompt before next run.
3034         (tramp-process-actions): Widen connection buffer for the trace.
3036 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3038         * net/rcirc.el (rcirc-log-process-buffers): New option.
3039         (rcirc-print): Use it.
3040         (rcirc-generate-log-filename): New function.
3041         (rcirc-log-filename-function): Change default to
3042         rcirc-generate-log-filename (Bug#6828).
3044 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
3046         * simple.el (deactivate-mark): If select-active-regions is `only',
3047         only set selection for temporarily active regions.
3049         * cus-start.el: Change defcustom for select-active-regions.
3051 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
3053         * mouse.el (mouse--drag-set-mark-and-point): New function.
3054         (mouse-drag-track): Use LOCATION arg to push-mark.
3055         Use mouse--drag-set-mark-and-point to take click-count into
3056         consideration when updating point and mark (Bug#6840).
3058 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
3060         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3061         Give the Ruby rule a lower priority than Gnu (Bug#6778).
3063 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3065         * font-lock.el (lisp-font-lock-keywords-2):
3066         Add combine-after-change-calls, condition-case-no-debug,
3067         with-demoted-errors, and with-silent-modifications (Bug#6025).
3069 2010-08-14  Kevin Ryde  <user42@zip.com.au>
3071         * emacs-lisp/copyright.el (copyright-update-year)
3072         (copyright-update): Temporary switch-to-buffer to ensure the
3073         buffer change being queried is visible (Bug#5394).
3075 2010-08-14  Tom Tromey  <tromey@redhat.com>
3077         * progmodes/etags.el (tags-file-name): Mark safe if stringp
3078         (Bug#6733).
3080 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
3082         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
3083         MS-DOS.  (Bug#6689)
3085 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
3087         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
3088         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3089         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3090         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
3091         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
3092         Call menu-bar-set-tool-bar-position.
3094 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3096         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
3097         comment style (bug#6834).
3098         * progmodes/scheme.el (scheme-mode-syntax-table):
3099         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
3100         "b" flag in "' 14b" syntax.
3102         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
3103         for (un)commenting the region and performing completion.
3104         (octave-mode-menu): Use standard commands for help and completion.
3105         (octave-mode-syntax-table): Support %{..%} comments (sort of).
3106         (octave-mode): Use define-derived-mode.
3107         Set completion-at-point-functions and don't set columns.
3108         Don't disable adaptive-fill-regexp.
3109         (octave-describe-major-mode, octave-comment-region)
3110         (octave-uncomment-region, octave-comment-indent)
3111         (octave-indent-for-comment): Remove.
3112         (octave-indent-calculate): Rename from calculate-octave-indent.
3113         (octave-indent-line, octave-fill-paragraph): Update caller.
3114         (octave-initialize-completions): No need to make an alist.
3115         (octave-completion-at-point-function): New function.
3116         (octave-complete-symbol): Use it.
3117         (octave-insert-defun): Use define-skeleton.
3119         * progmodes/octave-mod.el (octave-mode): Set comment-add.
3120         (octave-mode-map): Use comment-dwim (bug#6829).
3122 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3124         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
3125         indentation of inserted comment.
3127 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
3129         * faces.el (region): Add type gtk that uses gtk colors.
3131         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3132         Handle theme-name change.
3134 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
3136         * progmodes/sql.el: Version 2.5
3137         (sql-product-alist): Add :prompt-cont-regexp property for several
3138         database products.
3139         (sql-prompt-cont-regexp): New variable.
3140         (sql-output-newline-count, sql-output-by-send):
3141         New variables.  Record number of newlines in input text.
3142         (sql-send-string): Handle multiple filters and count newlines.
3143         (sql-send-magic-terminator): Count terminator newline.
3144         (sql-interactive-remove-continuation-prompt): Filters output to
3145         remove continuation prompts; one for each newline.
3146         (sql-interactive-mode): Set up new variables, prompt regexp and
3147         output filter.
3148         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
3149         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3151 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3153         * emacs-lisp/pcase.el: New file.
3155 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
3157         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
3158         as here-document, otherwise the command could exceed maximum
3159         length of command line.
3160         (tramp-handle-vc-registered): Call script accordingly.
3161         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
3163 2010-08-10  Kenichi Handa  <handa@m17n.org>
3165         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
3166         composable pattern.
3168 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
3170         * emacs-lisp/package.el (package-version-split)
3171         (package--version-first-nonzero, package-version-compare):
3172         Functions removed.
3173         (package-directory-list, package-load-all-descriptors)
3174         (package--built-in, package-activate, define-package)
3175         (package-installed-p, package-compute-transaction)
3176         (package-read-all-archive-contents)
3177         (package--add-to-archive-contents, package-buffer-info)
3178         (package-tar-file-info, package-list-packages-internal):
3179         Use version-to-list and version-list-*.
3181         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3182         Use version-to-list.
3183         (package-upload-buffer-internal): Use version-list-<=.
3185 2010-08-09  Kenichi Handa  <handa@m17n.org>
3187         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
3188         composable pattern.
3190 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
3192         * tutorial.el (tutorial--default-keys): C-d is now bound to
3193         delete-forward-char (Bug#6826).
3195         * mouse.el (mouse-drag-track): Remove accidentally-removed check
3196         for `double' value of mouse-1-click-follows-link (Bug#6807).
3198 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
3200         * replace.el (replace-highlight): Bind isearch-forward and
3201         isearch-error, ensuring that highlighting is updated if the user
3202         switches the search direction (Bug#6808).
3204         * isearch.el (isearch-lazy-highlight-forward): New var.
3205         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3206         (isearch-lazy-highlight-update): Use it.
3208 2010-08-08  Kenichi Handa  <handa@m17n.org>
3210         * international/mule.el (define-charset): Store NAME as :base property.
3211         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
3212         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3213         current priority.  Force using the designation of the specific
3214         charset by adding `charset' text property.  Improve the whole algorithm.
3216 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3218         * emulation/pc-select.el (pc-selection-mode-hook)
3219         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3220         (pc-selection-mode): Fix typos in docstrings.
3222 2010-08-08  Kenichi Handa  <handa@m17n.org>
3224         * language/cyrillic.el: Don't add "microsoft-cp1251" to
3225         ctext-non-standard-encodings-alist here.
3227         * international/mule.el (ctext-non-standard-encodings-alist):
3228         Add "koi8-r" and "microsoft-cp1251".
3229         (ctext-standard-encodings): New variable.
3230         (ctext-non-standard-encodings-table): List only elements for
3231         non-standard encodings.
3232         (ctext-pre-write-conversion): Adjust for the above change.
3233         Check ctext-standard-encodings.
3235         * international/mule-conf.el (compound-text): Doc fix.
3236         (ctext-no-compositions): Doc fix.
3237         (compound-text-with-extensions): Doc fix.
3239 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3243 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3245         * progmodes/which-func.el (which-func-format): Split help-echo text
3246         into lines, like other mode-line tooltips.
3248         * server.el (server-start): When using TCP sockets, force IPv4
3249         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
3251 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3253         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3255 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3257         * term.el (term-delimiter-argument-list): Reflow docstring.
3258         (term-read-input-ring, term-write-input-ring, term-send-input)
3259         (term-bol, term-erase-in-display, serial-supported-or-barf):
3260         Fix typos in docstrings.
3262 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3264         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3266 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3268         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3270 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
3272         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3273         Fix typo in docstring (bug#6747).
3275 2010-08-08  Leo  <sdl.web@gmail.com>
3277         * eshell/esh-io.el (eshell-get-target): Better detection of
3278         read-only file (Bug#6762).
3280 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3282         * align.el (align-default-spacing): Doc fix.
3283         (align-region-heuristic, align-regexp): Fix typos in docstrings.
3285 2010-08-08  Stephen Peters  <speters@itasoftware.com>
3287         * calendar/icalendar.el
3288         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
3289         (icalendar--get-weekday-numbers): New.
3290         (icalendar--convert-recurring-to-diary): Handle multiple byday
3291         values in weekly rules.  (Bug#6766)
3293 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
3295         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3296         (icalendar--create-uid, icalendar-export-region)
3297         (icalendar--parse-summary-and-rest): Code formatting.
3299 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
3301         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3302         to italicize headers.
3303         (calc-highlight-selections-with-faces): New variable.
3304         (calc-selected-face, calc-nonselected-face): New faces.
3306         * calc/calccomp.el (math-comp-highlight-string): Use
3307         `calc-highlight-selections-with-faces' to determine how to highlight
3308         sub-formulas.
3310         * calc/calc-sel.el (calc-show-selections): Change message to when
3311         using faces to highlight selections.
3313 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
3315         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3316         Add SQLite 3 keywords, functions and datatypes.
3317         (sql-interactive-mode): Remove `comint-process-echoes' set to t
3318         (Bug#6686).
3320 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
3322         * simple.el (select-active-regions): Move to keyboard.c.
3323         (deactivate-mark): Used saved-region-selection.
3324         (select-active-region): Function removed.
3325         (activate-mark, set-mark, push-mark-command)
3326         (handle-shift-selection): Don't call it.
3327         (keyboard-quit): Avoid adding the region to the window selection.
3329         * mouse.el (mouse-drag-track): Remove hacks to deal with old
3330         select-active-regions implementation.
3331         (mouse-yank-at-click): Doc fix.
3333         * cus-start.el: Add custom declaration for select-active-regions.
3335 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
3337         * simple.el (delete-forward-char): Doc fix.
3339         * tutorial.el (help-with-tutorial): Hack safe file-local variables
3340         after reading the tutorial.
3342 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
3344         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3345         for the case that a C style comment has its delimiters alone on
3346         their respective lines.
3348 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
3350         * net/tramp.el (tramp-handle-start-file-process): Set connection
3351         property "vec".
3352         (tramp-process-sentinel): Use it for flushing the cache.  We
3353         cannot do it via the process buffer, the buffer could be deleted
3354         already when running the sentinel.
3356 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
3358         * comint.el (comint-mode): Make directory tracking functions
3359         functional on remote files.  (Bug#6764)
3361 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3363         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3365 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
3367         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3368         unexec.c => unexcoff.c.
3370         * emacs-lisp/authors.el (authors-fixed-entries): Rename
3371         unexec.c => unexcoff.c.
3373 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
3375         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3376         cache, not only file cache.
3377         (tramp-process-sentinel): New defun.
3378         (tramp-handle-start-file-process): Use it, in order to invalidate
3379         file caches.
3381 2010-08-03  Leo  <sdl.web@gmail.com>
3383         * server.el (server-start): Simplify loop.
3385 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3387         * frame.el (screen-height, screen-width, set-screen-width)
3388         (set-screen-height): Remove ancient compatibility aliases.
3390         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3391         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
3393         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3394         that change current buffer.
3396 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3398         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3399         beginning of the string.  Use `string-match-p'.  (Bug#6765)
3401 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
3403         * cus-start.el (x-gtk-use-system-tooltips): New variable.
3405 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
3407         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3408         (package--builtins): Tweak descriptions.
3409         (package-print-package): Upcase descriptions if necessary.
3410         Show all built-in packages in font-lock-builtin-face.
3411         (package-list-packages-internal): Omit "emacs" package.
3412         Show status of built-in packages as "built-in".
3414 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
3416         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
3417         before killing to preserve the primary selection (Bug#6701).
3419         * term/x-win.el (x-select-text): Doc fix.
3421 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
3423         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3424         The following functions were modified or created:
3426         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3427         (objc-font-lock-extra-types):
3428         * progmodes/cc-mode.el (c-basic-common-init):
3429         * progmodes/cc-langs.el (c-make-mode-syntax-table)
3430         (c++-make-template-syntax-table)
3431         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3432         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3433         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3434         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3435         * progmodes/cc-fonts.el (c-make-inverse-face)
3436         (c-basic-matchers-after):
3437         * progmodes/cc-engine.el (c-forward-keyword-clause)
3438         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3439         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3440         (c-guess-continued-construct, c-guess-basic-syntax):
3442 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
3444         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3446 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
3448         * files.el (bidi-paragraph-direction): Define safe local values.
3450         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3451         language-info-alist.  Remove outdated FIXME in a comment.
3453 2010-07-31  Alan Mackenzie  <acm@muc.de>
3455         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3456         Auto-fill broken in C/C++ modes.
3458 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
3460         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3461         (menu-bar-showhide-tool-bar-menu-customize-disable)
3462         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3463         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3464         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3465         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3466         make a menu for Options => toolbar that can move it.
3468 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
3470         * emacs-lisp/package-x.el (package--make-rss-entry):
3471         (package-maint-add-news-item, package--update-news)
3472         (package-upload-buffer-internal): New arg ARCHIVE-URL.
3474         * emacs-lisp/package.el (package-archive-url): Rename from
3475         package-archive-id.
3476         (package-install): Doc fix.
3477         (package-download-single, package-download-tar, package-install)
3478         (package-menu-view-commentary): Callers changed.
3480 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
3482         * net/tramp.el (tramp-handle-start-file-process): Check only for
3483         `remote-tty' process property.
3484         (tramp-open-shell): Don't check for tty.
3485         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3486         process property.
3488         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3489         host.
3491 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
3493         * emacs-lisp/package.el (package-load-list, package-archives)
3494         (package-archive-contents, package-user-dir)
3495         (package-directory-list, package--builtins, package-alist)
3496         (package-activated-list, package-obsolete-alist): Mark as risky.
3498 2010-07-28  Phil Hagelberg  <phil@evri.com>
3500         Add support for non-default package repositories.
3501         * emacs-lisp/package.el (package-archive-base): Var deleted.
3502         (package-archives): New variable.
3503         (package-archive-contents): Doc fix.
3504         (package-load-descriptor): Do nothing if descriptor file is missing.
3505         (package--write-file-no-coding): New function.
3506         (package-unpack-single): Use it.
3507         (package-archive-id): New function.
3508         (package-download-single, package-download-tar)
3509         (package-menu-view-commentary): Use it.
3510         (package-installed-p): Make second argument optional.
3511         (package-read-all-archive-contents): New function.
3512         (package-initialize): Use it.
3513         (package-read-archive-contents): Add ARCHIVE argument.
3514         (package--add-to-archive-contents): New function.
3515         (package-install): Don't call package-read-archive-contents.
3516         (package--download-one-archive): Store archive file in a
3517         subdirectory of package-user-dir.
3518         (package-menu-execute): Remove spurious line movement.
3520 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
3522         * cus-start.el (tool-bar-style): Add text-image-horiz.
3524 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
3526         * progmodes/gud.el (gud-common-init): Check for remoteness of
3527         `file', and not of `default-directory'.
3529 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
3531         * net/tramp.el (tramp-methods): Move hostname to the end in all
3532         ssh `tramp-login-args'.
3533         (tramp-verbose): Describe verbose level 9.
3534         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3535         (tramp-open-connection-setup-interactive-shell): Trace stty
3536         settings if `tramp-verbose' >= 9.
3537         (tramp-handle-start-file-process): Implement tty setting.
3538         (Bug#4604, Bug#6360)
3540         * net/tramp-cmds.el (tramp-bug): Recommend setting of
3541         `tramp-verbose' to 9.
3543 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
3545         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3546         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3547         Remove references to package `lisp-re' (bug#4369).
3549 2010-07-27  Tom Tromey  <tromey@redhat.com>
3551         * progmodes/js.el (js-mode):
3552         * progmodes/make-mode.el (makefile-mode):
3553         * progmodes/simula.el (simula-mode):
3554         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3556 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
3558         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3560         * time.el (display-time-day-and-date): Remove spurious * in docstring.
3561         (display-time-world-buffer-name, display-time-world-mode-map):
3562         Fix typos in docstrings.
3564 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
3566         * image-mode.el (image-display-size): New function.
3567         (image-forward-hscroll, image-next-line, image-eol, image-eob)
3568         (image-mode-fit-frame): Use it (Bug#6639).
3570 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
3572         * dired.el (dired-buffers-for-dir): Handle list values of
3573         dired-directory (Bug#6636).
3575 2010-07-26  Sam Steingold  <sds@gnu.org>
3577         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3578         Do not call `x-get-selection' the second time, reuse the value.
3580 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
3582         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3583         which consist of control chars only.  Suggested by Richard Stallman.
3585 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
3587         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3588         exists before passing an error to find-file-not-found-functions
3589         (bug#6723).
3591 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
3593         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3594         Remove leading nil element, adjust values.
3595         (tetris-shapes, tetris-shape-scores):
3596         Change representation of shapes and remove some redundancy.
3597         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3598         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3599         Adjust for working with new representation of shapes.
3600         (tetris-shape-rotations): New function.
3601         (tetris-move-bottom, tetris-move-left, tetris-move-right)
3602         (tetris-rotate-prev, tetris-rotate-next):
3603         Adjust for working with the new version of tetris-test-shape.
3605 2010-07-23  Markus Triska  <markus.triska@gmx.at>
3607         * progmodes/ps-mode.el: Use comint (bug#5954).
3608         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3609         (ps-mode-other-newline): Simplify.
3610         (ps-run-mode): Derive from comint-mode instead of
3611         fundamental-mode, yielding input history etc.
3612         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3613         (ps-run-send-string): Adapt for comint-mode.
3614         (ps-run-newline): Remove now unneeded function.
3616 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
3618         * net/tramp.el (tramp-methods): Move hostname to the end in all
3619         plink `tramp-login-args'.
3621 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
3623         * net/tramp.el (tramp-open-shell): New defun.
3624         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3625         Use it.
3627 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
3629         * net/tramp.el (tramp-file-name-regexp-unified)
3630         (tramp-completion-file-name-regexp-unified): On W32 systems, do
3631         not regard the volume letter as remote filename.  (Bug#5447)
3633 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
3635         * custom.el (custom-declare-variable): Give a clearer error message
3636         when the docstring is missing (bug#6476).
3638 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
3640         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
3641         (sql-login-params): New widget definition.
3642         (sql-oracle-login-params, sql-mysql-login-params)
3643         (sql-solid-login-params, sql-sybase-login-params)
3644         (sql-informix-login-params, sql-ingres-login-params)
3645         (sql-ms-login-params, sql-postgres-login-params)
3646         (sql-interbase-login-params, sql-db2-login-params)
3647         (sql-linter-login-params): Use it.
3648         (sql-sqlite-login-params): Use it; Define "database" parameter as
3649         a file name.
3650         (sql-sqlite-program): Change to "sqlite3".
3651         (sql-comint-sqlite): Make sure database name is complete.
3652         (sql-for-each-login): New function.
3653         (sql-connect, sql-save-connection): Use it.
3654         (sql-get-login-ext): New function.
3655         (sql-get-login): Use it.
3656         (sql-make-alternate-buffer-name): Handle :file parameters.
3658 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
3660         * dired.el (dired-no-confirm): Document value t and fix defcustom to
3661         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
3663 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3665         * dired.el (dired-mode-map): Use command remapping (bug#6632).
3667 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
3669         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3671 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
3673         * net/tramp.el (tramp-get-ls-command)
3674         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3675         instead of "/".
3677 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
3679         * progmodes/sql.el: Version 2.3.
3680         (sql-connection-alist): Changed keys from symbols to strings;
3681         enhanced the widget definition.
3682         (sql-mode-menu): Added submenu to select connections.
3683         (sql-interactive-mode-menu): Added "Save Connection" item.
3684         (sql-add-product): Fixed menu item.
3685         (sql-get-product-feature): Improved error handling.
3686         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3687         (sql-make-alternate-buffer-name): Simplified.
3688         (sql-product-interactive): Handle missing product.
3689         (sql-connect): Support string keys, minor improvements.
3690         (sql-save-connection): New function.
3691         (sql-connection-menu-filter): New function.
3693 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
3695         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3696         (tramp-open-connection-setup-interactive-shell): Apply
3697         workaround for IRIX64 bug.  Move argument of last
3698         `tramp-send-command' where it belongs to.
3700 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
3702         * net/tramp.el (tramp-perl-file-attributes)
3703         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3704         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3705         front of `login-args'.
3707 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
3709         * time.el (display-time-world-mode): Define with `define-derived-mode'.
3710         Set `show-trailing-whitespace' to nil.
3711         (display-time-world-display): Simplify.
3713 2010-07-18  Alan Mackenzie  <acm@muc.de>
3715         Enhance `c-file-style' in file/directory local variables.
3716         * progmodes/cc-mode.el (c-count-cfss): New function.
3717         (c-before-hack-hook): Call `c-set-style' differently according to
3718         whether c-file-style was set in file or directory local
3719         variables.
3721 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
3723         * progmodes/sql.el: Version 2.2.
3724         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3725         defcustom :safe keyword rather than putting safe-local-variable
3726         property.
3727         (sql-password): Use defcustom :risky keyword rather than putting
3728         risky-local-variable property.
3729         (sql-oracle-login-params, sql-sqlite-login-params)
3730         (sql-solid-login-params, sql-sybase-login-params)
3731         (sql-informix-login-params, sql-ingres-login-params)
3732         (sql-ms-login-params, sql-postgres-login-params)
3733         (sql-interbase-login-params, sql-db2-login-params)
3734         (sql-linter-login-params): Add `port' option.
3735         (sql-get-product-feature): Added NO-INDIRECT parameter.
3736         (sql-comint-oracle, sql-comint-sybase)
3737         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3738         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3739         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3740         (sql-comint-linter): Renamed sql-connect-* functions to
3741         sql-comint-*.
3742         (sql-product-alist, sql-mode-menu): Renamed as above and
3743         :sqli-connect-func to :sqli-comint-func.
3744         (sql-connection): New variable.
3745         (sql-interactive-mode): Set it.
3746         (sql-connection-alist): New variable.
3747         (sql-connect): New function.
3748         (sql--alt-buffer-part, sql--alt-if-not-empty)
3749         (sql-make-alternate-buffer-name): Improved alternative buffer name.
3751 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3753         * image-mode.el (image-bookmark-make-record): Do not set context
3754         in an image (Bug#6650).
3756 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
3758         * simple.el (select-active-region): New function.
3759         (push-mark-command, set-mark, activate-mark)
3760         (handle-shift-selection): Use it.
3761         (deactivate-mark): Don't check for size of region.
3763         * mouse.el (mouse-drag-track): Use select-active-region.
3765 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
3767         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3768         "--dired" stronger.
3770 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
3772         * term/x-win.el (x-select-enable-primary): Change default to nil.
3773         (x-select-enable-clipboard): Add :version keyword.
3775         * mouse.el (mouse-drag-copy-region):
3776         * simple.el (select-active-regions): Likewise.
3778 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
3780         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3781         (vc-coding-system-for-diff): Use it to decide whether to inherit
3782         from the file the EOL format for reading the diffs of that file.
3783         (Bug#4451)
3785 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
3787         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3788         unibyte, so compressed attachments are not compressed again.
3790 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
3792         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3793         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3794         (tramp-find-shell): Simplify setting connection property.
3795         (tramp-get-ls-command): Make test for "--color=never" stronger.
3797 2010-07-15  Simon South  <ssouth@member.fsf.org>
3799         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3800         blocks within record declarations (i.e. variant parts) correctly.
3802 2010-07-15  Simon South  <ssouth@member.fsf.org>
3804         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3805         over literal tokens when parsing so newlines aren't "absorbed" by
3806         single-line comments.  Corrects the indentation of case blocks
3807         that have a comment on the first line.
3809 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
3811         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3812         by Drew Adams (Bug#5504).
3814 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
3816         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3817         now that Unicode is used (Bug#6594).
3819 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
3821         * term/x-win.el (x-select-enable-clipboard): Default to t.
3822         (x-initialize-window-system): Don't overwrite Paste menu item.
3824         * simple.el (select-active-regions): Default to t.
3825         (push-mark-command): Don't overwrite primary with empty string.
3827         * mouse.el: Bind mouse-2 to mouse-yank-primary.
3828         (mouse-drag-copy-region): Default to nil.
3830         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3831         Cut/Copy/Paste menu bar items.
3833 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3835         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3836         Patch applied by Karl Fogel.
3838         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3839         and `bookmark-current-buffer' if they have been already set in
3840         another buffer (e.g gnus-art).
3842 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3843             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3845         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3847         * bookmark.el (bookmark-make-record-default): Allow unneeded
3848         information to be omitted from the record.
3850         Adjust declarations and calls:
3852         * info.el (bookmark-make-record-default): Adjust declaration.
3853         (Info-bookmark-make-record): Adjust call.
3855         * woman.el (bookmark-make-record-default): Adjust declaration.
3856         (woman-bookmark-make-record): Adjust call.
3858         * man.el (bookmark-make-record-default): Adjust declaration.
3859         (Man-bookmark-make-record): Adjust call.
3861         * image-mode.el (bookmark-make-record-default): Adjust declaration.
3863         * doc-view.el (bookmark-make-record-default): Adjust declaration.
3865 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3867         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3868         This is also from Thierry Volpiatto's patch in bug #6444.  However,
3869         because it was extraneous to the functional change in that patch,
3870         and causes a re-indendation, I am committing it separately.
3872 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3874         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3875         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3876         Patch applied by Karl Fogel (Bug#6444).
3878 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
3880         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3882 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
3884         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3885         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
3886         (ns-alternatives-map): Change S-tab binding to backtab
3887         (bug#6616).
3889         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3890         under ns.
3892 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
3894         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3895         (Bug#5806)
3897         * language/tv-util.el (tai-viet-re): Remove format.
3899 2010-07-12  Kenichi Handa  <handa@m17n.org>
3901         * language/hebrew.el: Remove no-byte-compile declaration.
3902         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
3903         composition-function-table for 3-character looking back.
3904         (hebrew-font-get-precomposed): New function.
3905         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3907 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
3909         * mouse.el (mouse-drag-track): Handle select-active-regions
3910         (Bug#6612).
3912 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
3914         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3915         empty argument to gvfs-copy.
3917 2010-07-10  Glenn Morris  <rgm@gnu.org>
3919         * calendar/calendar.el (calendar-week-end-day): New function.
3920         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3921         Respect calendar-week-start-day.  (Bug#6606)
3922         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3923         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3924         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3925         respect calendar-week-start-day.
3927 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
3929         * simple.el (use-region-p): Doc fix (Bug#6607).
3931 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
3933         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3934         regexps for cucumber and ruby.
3936 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
3938         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3939         (epa-file-insert-file-contents): Hack to prevent
3940         find-file from opening empty buffer when decryption failed
3941         (bug#6568).
3943 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
3945         * textmodes/ispell.el (ispell-alternate-dictionary):
3946         Use file-readable-p.
3947         Return nil if no word-list is found at default locations.
3948         (ispell-complete-word-dict): Default to nil.
3949         (ispell-command-loop): Use 'word-list' when using lookup-words.
3950         (lookup-words): Use ispell-complete-word-dict or
3951         ispell-alternate-dictionary.  Check for word-list availability
3952         and handle errors if needed with better messages (Bug#6539).
3953         (ispell-complete-word): Use ispell-complete-word-dict or
3954         ispell-alternate-dictionary.
3956 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
3958         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3959         builtins (BufferError, BytesWarning, WindowsError; callables
3960         bin, bytearray, bytes, format, memoryview, next, print; __package__).
3962 2010-07-07  Glenn Morris  <rgm@gnu.org>
3964         * play/zone.el (top-level): Do not require timer, tabify, or cl.
3965         (zone-shift-left): Ignore intangibility, and any errors from
3966         forward-char.
3967         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
3968         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3969         deleting, and copying text properties.
3970         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3971         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3972         to point-max is hard.
3973         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3974         (zone-fill-out-screen): Ignore intangibility.
3976 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
3978         * menu-bar.el (menu-bar-mode):
3979         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3980         if it has been set.
3982         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3983         word/line selection (Bug#6565).
3985 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3987         * net/dbus.el (dbus-send-signal): Declare function.
3989 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
3991         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3992         (dbus-register-property): New optional argument EMITS-SIGNAL.
3993         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3995 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
3997         * mouse.el (mouse-drag-overlay): Variable deleted.
3998         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3999         (mouse--remap-link-click-p): New function.
4000         (mouse-drag-track): Handle dragging by using temporary Transient
4001         Mark mode, instead of a special overlay.
4002         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
4003         mouse-show-mark.
4005         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
4006         deleted.
4008 2010-07-02  Juri Linkov  <juri@jurta.org>
4010         * autoinsert.el (auto-insert-alist): Fix readability
4011         by using dotted pair notation for lambda.
4013 2010-07-02  Juri Linkov  <juri@jurta.org>
4015         * faces.el (read-face-name): Rename arg `string-describing-default'
4016         to `default'.  Doc fix.  Display the default value in quotes
4017         in the prompt.  With empty input, return the `default' arg,
4018         unless the default value is a string (in which case return nil).
4019         (describe-face): Replace the string `default' arg of `read-face-name'
4020         with the symbol `default'.
4022 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
4024         * emulation/viper-cmd.el (viper-delete-backward-char)
4025         (viper-del-backward-char-in-insert)
4026         (viper-del-backward-char-in-replace, viper-change)
4027         (viper-backward-indent): Replace delete-backward-char with
4028         delete-char (Bug#6552).
4030 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
4032         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
4034 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4036         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
4037         argument passed to frame-creation-function (Bug#5378).
4039         * faces.el (x-handle-named-frame-geometry)
4040         (x-handle-reverse-video, x-create-frame-with-faces)
4041         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
4042         separately consult default-frame-alist.  It is now passed as the
4043         PARAMETER argument.
4045 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
4047         * startup.el (command-line): Don't call tool-bar-setup in a
4048         tty-only build.
4050 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4052         * ruler-mode.el (ruler--save-header-line-format): New fun.
4053         (ruler-mode): Use it as a setter function, so as not to overwrite
4054         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
4056 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
4058         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
4059         (vc-root-diff, vc-print-root-log, vc-log-incoming)
4060         (vc-log-outgoing): Use it.
4061         (vc-diff-internal): Set diff-vc-backend.
4063         * vc/diff-mode.el (diff-vc-backend): New var.
4065 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
4067         * dynamic-setting.el (font-setting-change-default-font): Remove
4068         call to message.
4070 2010-06-28  Kenichi Handa  <handa@m17n.org>
4072         * international/quail.el (quail-insert-kbd-layout): Fix the
4073         showing of untranslated characters.
4075 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
4077         * simple.el (delete-active-region): New option.
4078         (delete-backward-char): Implement in Lisp.
4079         (delete-forward-char): New command.
4081         * mouse.el (mouse-region-delete-keys): Deleted.
4082         (mouse-show-mark): Simplify.
4084         * bindings.el (global-map): Bind delete and DEL, the former to
4085         delete-forward-char.
4087 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
4089         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
4090         (ruby-mode): Bind indent-line-function (Bug#5119).
4092 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
4094         * startup.el (command-line): Recognize "0" X resource value.
4096 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
4098         * startup.el (command-line): Use X resources to set the value of
4099         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
4101         * menu-bar.el (menu-bar-mode):
4102         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
4103         Set init-value to t.
4105         * frame.el (frame-notice-user-settings): Don't change
4106         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
4107         vice versa (Bug#2249).
4109 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
4111         * w32-fns.el (w32-convert-standard-filename): Doc fix.
4113 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
4115         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
4116         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
4118         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
4119         default directories are expanded (Bug#6143).
4121 2010-06-24  Juri Linkov  <juri@jurta.org>
4123         * minibuffer.el (completions-format): Change default from nil to
4124         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
4126 2010-06-24  Juri Linkov  <juri@jurta.org>
4128         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
4129         buffer-locally to lambda that re-runs the vc diff command.
4130         (Bug#6447)
4132 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
4134         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
4135         echo area is in use (Bug#3412).
4137 2010-06-22  Glenn Morris  <rgm@gnu.org>
4139         * textmodes/texinfmt.el (texinfo-format-region)
4140         (texinfo-raise-lower-sections, texinfo-format-separate-node)
4141         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
4142         (texinfo-format-option, texinfo-noindent):
4143         Use line-beginning-position and line-end-position.
4145         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4146         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
4147         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
4148         utf-8 characters.
4150 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
4152         * play/zone.el (zone-fall-through-ws): Fix next-line ->
4153         forward-line fallout.
4155 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
4157         * mouse.el (mouse-appearance-menu): Add docstring.
4159         * help.el (describe-key): Print up-event using key-description.
4161 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
4163         * net/zeroconf.el (zeroconf-resolve-service)
4164         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
4165         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
4167 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
4169         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4171 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
4173         Avoid displaying files with a nil state in vc-dir.
4174         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
4175         cases that cause insertion.
4176         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
4177         with a nil state.
4179 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4181         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4183 2010-06-29  Leo  <sdl.web@gmail.com>
4185         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
4187 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
4189         * generic-x.el (bat-generic-mode): Fix regexp for command line
4190         switches (Bug#5719).
4192 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
4194         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4195         of nconc to avoid pure storage error (Bug#6239).
4197 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
4199         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
4200         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4201         bindings of bookmark-automatically-show-annotations (Bug#6515).
4203 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
4205         * arc-mode.el (archive-zip-extract): Don't quote the file name on
4206         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
4208 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4210         * comint.el (make-comint, make-comint-in-buffer): Mention return
4211         value in the docstrings.  (Bug#6498)
4213 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
4215         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4216         since it is not present when using some non-default switches.
4218 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
4220         * simple.el (compose-mail): Fix doc string to refer to
4221         `compose-mail-user-agent-warnings', instead of to the
4222         nonexistent `compose-mail-check-user-agent'.
4224 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
4226         Fix an indentation bug:
4228         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4229         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4230         of existing values.
4232         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4233         (c-clear->-pair-props-if-match-before): now return t when they've
4234         cleared properties, nil otherwise.
4235         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4236         by taking account of the existing value.
4238         * progmodes/cc-defs.el
4239         (c-clear-char-property-with-value-function): Fix this to clear the
4240         property rather than overwriting it with nil.
4242 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
4244         * emacs-lisp/package.el (package-print-package): Add link to
4245         package description via describe-package.
4246         (describe-package-1): List package requirements.  Add button to
4247         perform installation.
4248         (package-menu-describe-package): New command.
4250         * help-mode.el (help-package): New button type.
4252 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
4254         * emacs-lisp/package.el: Move package-list-packages binding to
4255         menu-bar.el.
4256         (describe-package, describe-package-1, package--dir): New funs.
4257         (package-activate-1): Use package--dir.
4259         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4261         * help-mode.el (help-package-def): New button type.
4263         * menu-bar.el: Move package-list-packages binding here from
4264         package.el.
4266 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
4268         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
4270 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4272         * emacs-lisp/edebug.el (edebug-read-list):
4273         Phase out old-style backquotes.
4275 2010-06-17  Juri Linkov  <juri@jurta.org>
4277         * help-mode.el (help-mode): Set buffer-local variable
4278         revert-buffer-function to help-mode-revert-buffer.
4279         (help-mode-revert-buffer): New function.
4281         * info.el (Info-revert-find-node): Check for major-mode Info-mode
4282         before popping to "*info*" (like in other Info functions).
4283         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
4284         old-history-forward.  Pop to old-buffer-name or "*info*" to
4285         recreate the killed buffer.  Set Info-history-forward from
4286         old-history-forward.
4287         (Info-breadcrumbs-depth): Add :group and :version.
4289 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
4291         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4293 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
4295         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4296         for languages like Portuguese with pt_{BR,PT} and no plain pt.
4298 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
4300         * emacs-lisp/package.el (package-menu-mode-map):
4301         Move initialization into declaration.
4303         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4305 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
4307         * emacs-lisp/package.el (package-archive-base): Point to
4308         elpa.gnu.org.
4309         (package-enable, package-load-list): New defcustoms.
4310         (package-user-dir, package-directory-list): Turn into defcustoms.
4311         Don't include package-user-dir in package-directory-list.
4312         (package--builtins-base): Don't include Emacs as a "package".
4313         (package-subdirectory-regexp): New var.
4314         (package-load-all-descriptors, package-compute-transaction)
4315         (package-download-transaction): Obey package-load-list.
4316         (package-activate-1): Rename from package-do-activate.
4317         (package-list-packages-internal): Check package-load-list.
4318         (package-load-descriptor, package-generate-autoloads)
4319         (package-unpack, package-unpack-single)
4320         (package--read-archive-file, package-delete): Use
4321         expand-file-name.
4323         * emacs-lisp/package-x.el: New file.  Package uploading
4324         functionality split out from package.el.
4326         * startup.el (command-line): Load packages after reading init file.
4328 2010-06-17  Tom Tromey  <tromey@redhat.com>
4330         * emacs-lisp/package.el: New file.
4332 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4334         Fix vc-annotate for renamed files when using Git.
4335         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
4336         ls-files.  Doe not pass the object as a file name to cat-file, it
4337         is not a file name.
4338         (vc-git-annotate-command): Pass the file name using -- to avoid
4339         ambiguity with the revision.
4340         (vc-git-previous-revision): Pass a relative file name.
4342 2010-06-22  Glenn Morris  <rgm@gnu.org>
4344         * progmodes/js.el (js-mode-map): Use standard capitalization and
4345         ellipses for menu entries.
4347         * wid-edit.el (widget-complete): Doc fix.
4349 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
4351         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4353 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4355         Fix annotating other revisions for renamed files in vc-annotate.
4356         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4357         VC backend.  Use it when non-nil.
4358         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4359         (Bug#6487)
4361         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4362         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4363         Do not pass the file name to the 'previous-revision call when we
4364         don't want a file diff.  (Bug#6489)
4366 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4368         Fix finding revisions for renamed files in vc-annotate.
4369         * vc/vc.el (vc-find-revision): Add an optional argument for
4370         the VC backend.  Use it when non-nil.
4371         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4372         backend to vc-find-revision.  (Bug#6487)
4374 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4376         Fix reading file names in Git annotate buffers.
4377         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4378         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
4380 2010-06-20  Alan Mackenzie  <acm@muc.de>
4382         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4383         in file local variables, set it first.
4385 2010-06-19  Glenn Morris  <rgm@gnu.org>
4387         * descr-text.el (describe-char-unicode-data): Insert separating
4388         space when needed.  (Bug#6422)
4390         * progmodes/idlwave.el (idlwave-action-and-binding):
4391         Fix typo in 2009-12-03 change.  (Bug#6450)
4393 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4395         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4396         handling for `lambda' (misunderstanding).
4398 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
4400         * calc/calc-poly.el (math-accum-factors): Make sure that
4401         constants aren't distributed after they are factored out.
4403 2010-06-16  Juri Linkov  <juri@jurta.org>
4405         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4406         `list-colors-print'.  (Bug#6332)
4408         * subr.el (read-quoted-char): Fix up last change (bug#6290).
4410 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4412         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4413         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
4415         * font-lock.el (font-lock-major-mode): Rename from
4416         font-lock-mode-major-mode to distinguish it from
4417         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4418         (font-lock-set-defaults):
4419         * font-core.el (font-lock-default-function): Adjust users.
4420         (font-lock-mode): Don't set it at all.
4422 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4424         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4426 2010-06-16  Glenn Morris  <rgm@gnu.org>
4428         * calendar/appt.el (appt-time-msg-list): Doc fix.
4429         (appt-check): Let-bind appt-warn-time.
4430         (appt-add): Make the 3rd argument optional.
4431         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
4432         Only add WARNTIME to the output list if non-nil.
4434 2010-06-16  Ivan Kanis  <apple@kanis.eu>
4436         * calendar/appt.el (appt-check): Let the 3rd element of
4437         appt-time-msg-list specify the warning time.
4438         (appt-add): Add new argument with the warning time.  (Bug#5176)
4440 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4442         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4443         older than version 1.6.  (Bug#6361)
4445 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
4447         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4448         used by cl-do-arglist.  (Bug#6408)
4450 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
4452         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4453         portuguese casechars/not-casechars for missing 'çÇ'.
4454         Suggested by Rolando Pereira (bug#6434).
4456 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
4458         * facemenu.el (list-colors-sort): Doc fix.
4460 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4462         * progmodes/sql.el (sql-connect-mysql): Fix typo.
4464 2010-06-14  Juri Linkov  <juri@jurta.org>
4466         Add sort option `list-colors-sort'.  (Bug#6332)
4467         * facemenu.el (color-rgb-to-hsv): New function.
4468         (list-colors-sort): New defcustom.
4469         (list-colors-sort-key): New function.
4470         (list-colors-display): Doc fix.  Sort list according to the option
4471         `list-colors-sort'.
4472         (list-colors-print): Add HSV values to `help-echo' property of
4473         RGB strings.
4475 2010-06-14  Juri Linkov  <juri@jurta.org>
4477         * compare-w.el: Move to the "vc" subdirectory.
4479 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4481         * image-mode.el (image-mode-map): Remap left-char and right-char.
4483         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4485 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
4487         * term/common-win.el (x-colors): Add all the color names defined
4488         in rgb.txt (Bug#6332).
4490         * facemenu.el (list-colors-print): Don't print extra names if it
4491         will overflow the window width.
4493         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4494         change (Bug#6343).
4496 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
4498         * files.el (make-directory): Doc fix (bug#6396).
4500 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
4502         * net/tramp.el (tramp-remote-process-environment): Protect version
4503         string by apostroph.
4504         (tramp-shell-prompt-pattern): Do not use a shy group in case of
4505         XEmacs.
4506         (tramp-file-name-for-operation): Add `call-process-region'.
4507         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4509         * net/tramp-compat.el (top): Do not autoload
4510         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
4511         only when `start-file-process' is not bound.
4512         (tramp-advice-file-expand-wildcards): Do not use
4513         `tramp-handle-file-remote-p'.
4514         (tramp-compat-make-temp-file): Handle the case, that
4515         `make-temp-file' has no third argument EXTENSION.
4517 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
4519         * makefile.w32-in (WINS_BASIC): Include new directory vc.
4521         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4523 2010-06-11  Juri Linkov  <juri@jurta.org>
4525         * finder.el (finder-known-keywords): Add keyword "vc"
4526         for version control.
4528         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4529         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4530         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4531         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4533 2010-06-11  Juri Linkov  <juri@jurta.org>
4535         Move version control related files to the "vc" subdirectory.
4536         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4537         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4538         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4539         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4540         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4541         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4542         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4543         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4544         Move files to the "vc" subdirectory.
4546 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
4548         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4549         (Bug#6367).
4551 2010-06-11  Stephen Eglen  <stephen@gnu.org>
4553         * shell.el: Bind `shell-resync-dirs' to M-RET.
4555 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
4557         * notifications.el: Move file from lisp/net, because it is
4558         supposed to talk locally to the user.
4560 2010-06-10  Julien Danjou  <julien@danjou.info>
4562         * net/notifications.el (notifications-on-action-signal)
4563         (notifications-on-closed-signal): Pass notification id as first
4564         argument to the callback functions.  Add docstrings.
4565         (notifications-notify): Fix docstring.
4567 2010-06-10  Glenn Morris  <rgm@gnu.org>
4569         * emacs-lisp/authors.el (authors-ignored-files)
4570         (authors-valid-file-names): Add some files.
4572 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4574         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4575         merge conflict, giving preference to the emacs-23 version of the code.
4577 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4579         * emacs-lisp/advice.el (ad-compile-function):
4580         Define warning-suppress-types before we let-bind it (bug#6275).
4582         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4583         declare it, make it buffer-local and permanent-local (bug#6324).
4584         (vc-resynch-window): Adjust name.
4585         * vc-hooks.el (vc-find-file-hook): Adjust name.
4587 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
4589         * net/notifications.el (notifications-notify): Fix docstring.
4591 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
4593         Update to Unicode 6.0.0 beta.
4594         * international/charprop.el: Update copyright.
4595         * international/mule-cmds.el (ucs-names): Update character ranges.
4596         * international/uni-bidi.el:
4597         * international/uni-category.el:
4598         * international/uni-combining.el:
4599         * international/uni-comment.el:
4600         * international/uni-decimal.el:
4601         * international/uni-decomposition.el:
4602         * international/uni-digit.el:
4603         * international/uni-lowercase.el:
4604         * international/uni-mirrored.el:
4605         * international/uni-name.el:
4606         * international/uni-numeric.el:
4607         * international/uni-old-name.el:
4608         * international/uni-titlecase.el:
4609         * international/uni-uppercase.el: Regenerate.
4611 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
4613         * emacs-lisp/smie.el (comment-string-strip): Declare function.
4614         (smie-precs-precedence-table): Fix typo in docstring.
4616         * vc-mtn.el (log-edit-extract-headers): Declare function.
4618         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4620         * net/notifications.el (dbus-register-signal): Declare function.
4621         (notifications-notify): Fix typos and reflow docstring.
4623 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
4625         Improve VC create/retrieve tag/branch.
4626         * vc.el (vc-create-tag): Do not read the directory name for VCs
4627         with repository revision granularity.  Adjust the tag/branch
4628         prompt.  Reset VC properties.
4629         (vc-retrieve-tag): Do not read the directory name for VCs
4630         with repository revision granularity.  Reset VC properties.
4632 2010-06-09  Julien Danjou  <julien@danjou.info>
4634         * net/notifications.el: New file.
4636 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
4638         Add optional support for resetting VC properties.
4639         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4640         call vc-file-clearprops when true.
4641         (vc-resynch-buffer): Add new optional argument, pass it down.
4642         (vc-resynch-buffers-in-directory): Likewise.
4644         Improve support for special markup in the VC commit message.
4645         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4646         * vc-hg.el (vc-hg-checkin): Add support for Date:.
4647         * vc-git.el (vc-git-checkin):
4648         * vc-bzr.el (vc-bzr-checkin): Likewise.
4650 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4652         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4653         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4655 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
4657         * iimage.el: Remove images as soon as the underlying text is modified.
4658         (iimage-modification-hook): New function.
4659         (iimage-mode-buffer): Use it.
4661 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4663         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4664         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
4665         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
4666         (smie-indent-keyword): Add handling of open-paren keywords.
4667         (smie-indent-comment-continue): Don't assume comment-continue.
4669 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
4671         * window.el (pop-to-buffer): Remove the conditional that
4672         compares new-window and old-window, so it will reselect
4673         the selected window unconditionally.
4674         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4676 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4678         * emacs-lisp/smie.el (smie-indent-offset-after)
4679         (smie-indent-forward-token, smie-indent-backward-token): New functions.
4680         (smie-indent-after-keyword): Use them.
4681         (smie-indent-fixindent): Only applies to the indentation of the BOL.
4682         (smie-indent-keyword): Tweak the black magic.
4683         (smie-indent-comment-continue): Strip comment-continue before use.
4684         (smie-indent-functions): Indent comments before keywords.
4686 2010-06-06  Juri Linkov  <juri@jurta.org>
4688         * isearch.el (isearch-lazy-highlight-search): Fix looping
4689         by checking for empty match.  This syncs this loop with the
4690         similar loop in `isearch-search'.  (Bug#6362)
4692 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
4694         * net/dbus.el (dbus-register-method): Declare function.
4695         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4696         (dbus-introspect): Doc fix.
4697         (dbus-event-bus-name, dbus-introspect-get-interface)
4698         (dbus-introspect-get-argument): Reflow docstrings.
4700 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
4702         vc-log-incoming/vc-log-outgoing fixes for Git.
4703         * vc-git.el (vc-git-log-view-mode): Fix font lock for
4704         incoming/outgoing logs.
4705         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4706         instead of vc-git-compute-remote.
4707         (vc-git-compute-remote): Remove.
4709 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
4711         * term/common-win.el (x-colors): Add "dark green" and "dark
4712         turquoise" (Bug#6332).
4714 2010-06-04  Juri Linkov  <juri@jurta.org>
4716         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4717         Instead of setting `replace' to t and replacing the same string
4718         with itself, don't do certain actions when
4719         kill-do-not-save-duplicates is non-nil and string is equal to car
4720         of kill-ring: don't call menu-bar-update-yank-menu, don't push
4721         interprogram-paste strings to kill-ring, and don't push the input
4722         argument `string' to kill-ring.
4723         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4725 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
4727         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4729 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
4731         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4732         (tramp-gvfs-handler-mounted-unmounted)
4733         (tramp-gvfs-connection-mounted-p): Handle default-location.
4735         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4736         move files to trash.
4738 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
4740         * international/mule-cmds.el (nonascii-insert-offset)
4741         (nonascii-translation-table): Add obsolescence information.
4743         * international/mule.el (make-translation-table-from-vector): Doc fix.
4745 2010-06-03  Glenn Morris  <rgm@gnu.org>
4747         * desktop.el (desktop-clear-preserve-buffers):
4748         Add "*Warnings*" buffer.  (Bug#6336)
4750 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
4752         vc-log-incoming/vc-log-outgoing improvements for Git.
4753         * vc-git.el (vc-git-log-outgoing): Use the same format as the
4754         short log.
4755         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
4757         Add bindings for vc-log-incoming and vc-log-outgoing.
4758         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4759         and vc-log-outgoing.
4760         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4761         and vc-log-outgoing.
4763 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
4765         * net/rcirc.el (rcirc-sort-nicknames): Remove.
4766         (rcirc-handler-366): Always sort nicknames.
4768 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
4770         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4772 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
4774         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4776 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4778         * net/rcirc.el (rcirc-sort-nicknames): Change default.
4779         (rcirc-sort-nicknames-join): Avoid setq.
4781 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
4783         * net/rcirc.el (rcirc-sort-nicknames): New custom.
4784         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4785         (rcirc-handler-366): Use them.
4787 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4789         Split smie-indent-calculate into more manageable chunks.
4790         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4791         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4792         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4793         (smie-indent-exps): Extract from smie-indent-calculate.
4794         (smie-indent-functions): New var.
4795         (smie-indent-functions): Use them.
4797 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4799         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4800         (smie-indent-calculate): Simplify and cleanup.
4802 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
4804         * net/tramp-gvfs.el (top): Require url-util.
4805         (tramp-gvfs-mount-point): Remove.
4806         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4807         New defuns.
4808         (with-tramp-dbus-call-method): Format trace message.
4809         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4810         Implement backup call, when operation on local files fails.
4811         Use progress reporter.  Flush properties of changed files.
4812         (tramp-gvfs-handle-make-directory): Make more traces.
4813         (tramp-gvfs-url-file-name): Hexify file name in url.
4814         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4815         into account for the resulting file name.
4816         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4817         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
4818         (tramp-gvfs-handler-mounted-unmounted)
4819         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4820         attribute "default_location".  Set "prefix" property.
4821         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4822         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4823         exists.  Raise an error, if not (due to a corresponding answer
4824         "no" in interactive questions, for example).
4826 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
4828         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4830 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
4832         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4833         right-*.  (Bug#6265)
4835 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
4837         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4838         * vc-git.el (vc-git-compute-remote): New function.
4839         (vc-git-log-outgoing): Use it instead of hard coding a value.
4840         (vc-git-log-incoming): New function.
4842         Improve state updating for VC tag commands.
4843         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4844         to update the state of all buffers in the directory.
4846         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4848 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4850         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4851         `file-directory-p' to the filename part rather than to the whole text.
4853 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4855         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4857 2010-05-31  Drew Adams  <drew.adams@oracle.com>
4859         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4861 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
4863         * subr.el (momentary-string-display): Just use read-event to read
4864         the exit event (Bug#6238).
4866 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
4868         * international/mule.el (define-coding-system): Doc fix (bug#6313).
4870 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
4872         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4873         Suggested by Eli Zaretskii <eliz@gnu.org>.
4875 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4877         * minibuffer.el (completion-file-name-table): Don't return a boundary
4878         past the end of `string' (bug#6299).
4879         (completion--file-name-table): Delegate to completion-file-name-table
4880         for the `boundaries' case.
4882 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
4884         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4885         movement commands.
4887         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4888         `path-separator', but maintain compatibility with Emacs 20.2.
4890 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
4892         * server.el (server-process-filter): Receive parent-id argument
4893         from emacsclient.
4894         (server-create-window-system-frame): New arg.  Pass parent-id as
4895         frame parameter.
4897 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
4899         Bidi-sensitive word movement with arrow keys.
4900         * subr.el (right-arrow-command, left-arrow-command): Move to
4901         bindings.el.
4903         * bindings.el (right-char, left-char): Move from subr.el and
4904         rename from right-arrow-command and left-arrow-command.
4905         (right-word, left-word): New functions.
4906         (global-map) <right>: Bind to right-char.
4907         (global-map) <left>: Bind to left-char.
4908         (global-map) <C-right>: Bind to right-word.
4909         (global-map) <C-left>: Bind to left-word.
4911         * ls-lisp.el (ls-lisp-classify-file): New function.
4912         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4913         (ls-lisp-classify): Call ls-lisp-classify-file.
4914         (insert-directory): Remove blanks from switches.
4916 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
4918         * ansi-color.el: Delete unused escape sequences (Bug#6085).
4919         (ansi-color-drop-regexp): New constant.
4920         (ansi-color-apply, ansi-color-filter-region)
4921         (ansi-color-apply-on-region): Delete unrecognized control sequences.
4922         (ansi-color-apply): Build string list before calling concat.
4924 2010-05-28  Juri Linkov  <juri@jurta.org>
4926         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4927         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4928         (Bug#5270)
4930 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4932         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4933         to ignored backtrace functions.
4934         (with-progress-reporter): Expand docstring.
4935         (tramp-handle-delete-file): Implement TRASH argument.
4936         (tramp-get-remote-trash): New defun.
4938 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4940         * net/tramp-compat.el (tramp-compat-delete-file): Use
4941         `symbol-value' for backward compatibility.
4943         * net/tramp.el (tramp-handle-make-symbolic-link)
4944         (tramp-handle-load)
4945         (tramp-do-copy-or-rename-file-via-buffer)
4946         (tramp-do-copy-or-rename-file-directly)
4947         (tramp-do-copy-or-rename-file-out-of-band)
4948         (tramp-handle-process-file, tramp-handle-call-process-region)
4949         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4950         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4951         (tramp-delete-temp-file-function): Use `delete-file' instead
4952         of `tramp-compat-delete-file'.
4954         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4955         (tramp-fish-handle-make-symbolic-link)
4956         (tramp-fish-handle-process-file): Use `delete-file' instead
4957         of `tramp-compat-delete-file'.
4959         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4960         `delete-file' instead of `tramp-compat-delete-file'.
4962         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4963         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4964         `tramp-compat-delete-file'.
4966         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4967         `delete-file' instead of `tramp-compat-delete-file'.
4969         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4970         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4971         (tramp-smb-handle-write-region): Use `delete-file' instead of
4972         `tramp-compat-delete-file'.
4973         (tramp-smb-handle-delete-directory): Use 'trash as arg.
4975 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4977         * dired.el (dired-delete-file): New arg TRASH.
4978         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
4979         (dired-do-flagged-delete, dired-do-delete): Use trash.
4981         * speedbar.el (speedbar-item-delete): Allow trashing.
4983         * files.el (delete-directory): New arg TRASH.
4985         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4986         (ange-ftp-rename-remote-to-remote)
4987         (ange-ftp-rename-local-to-remote)
4988         (ange-ftp-rename-remote-to-local, ange-ftp-load)
4989         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4990         `delete-file'.
4991         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4992         allow trashing.
4994         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4995         handle new TRASH arg of `delete-file'.
4997         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4998         (tramp-handle-make-symbolic-link, tramp-handle-load)
4999         (tramp-do-copy-or-rename-file-via-buffer)
5000         (tramp-do-copy-or-rename-file-directly)
5001         (tramp-do-copy-or-rename-file-out-of-band)
5002         (tramp-handle-process-file, tramp-handle-call-process-region)
5003         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5004         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5005         (tramp-delete-temp-file-function): Use null TRASH arg in
5006         tramp-compat-delete-file call.
5008         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5009         (tramp-fish-handle-delete-file)
5010         (tramp-fish-handle-make-symbolic-link)
5011         (tramp-fish-handle-process-file): Use null TRASH arg in
5012         `tramp-compat-delete-file' call.
5014         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
5015         arg in `tramp-compat-delete-file' call.
5017         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5018         (tramp-gvfs-handle-write-region): Use null TRASH arg in
5019         `tramp-compat-delete-file' call.
5021         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
5022         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
5023         `tramp-compat-delete-file' call.
5025         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5026         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5027         (tramp-smb-handle-write-region): Use null TRASH arg in
5028         tramp-compat-delete-file call.
5029         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
5030         (tramp-smb-handle-delete-file): Rename arg.
5032         * diff.el (diff-sentinel):
5033         * epg.el (epg--make-temp-file, epg-decrypt-string)
5034         (epg-verify-string, epg-sign-string, epg-encrypt-string):
5035         * jka-compr.el (jka-compr-partial-uncompress)
5036         (jka-compr-call-process, jka-compr-write-region):
5037         * server.el (server-sentinel): Remove optional arg from
5038         delete-file, reverting 2010-05-03 change.
5040 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5042         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
5043         font-lock-constant-face, not obsolete font-lock-reference-face.
5045 2010-05-27  Kenichi Handa  <handa@m17n.org>
5047         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
5048         element of GSTRING is nil.
5050 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5052         * emacs-lisp/smie.el (smie-forward-token-function)
5053         (smie-backward-token-function): New vars.
5054         (smie-backward-sexp, smie-forward-sexp)
5055         (smie-indent-hanging-p, smie-indent-calculate): Use them.
5056         (smie-default-backward-token): Rename from smie-backward-token and
5057         skip comments.
5058         (smie-default-forward-token): Rename from smie-forward-token and
5059         skip comments.
5060         (smie-next-sexp): Handle nil results from next-token.
5061         (smie-indent-calculate): Add a new case for special `fixindent' comments.
5063 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5065         * progmodes/verilog-mode.el (verilog-type-font-keywords):
5066         Use font-lock-constant-face, not obsolete font-lock-reference-face.
5068 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
5070         * htmlfontify.el (hfy-face-resolve-face): New function.
5071         (hfy-face-to-style): Use it (Bug#6279).
5073 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5075         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
5076         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
5078 2010-05-26  Glenn Morris  <rgm@gnu.org>
5080         * emulation/edt.el (edt-load-keys): Use locate-library.
5082 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
5084         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
5085         (log-edit-changelog-entries): Doc fix.
5086         (log-edit-changelog-insert-entries): Args changed.
5087         Rename relative filenames in ChangeLog entries.  Delete tabs.
5088         (log-edit-insert-changelog-entries): Reorganize return value of
5089         `log-edit-changelog-entries' to pass filenames to
5090         log-edit-changelog-insert-entries.
5092 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5094         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
5095         `image-dired-dired-insert-marked-thumbs' to
5096         `image-dired-dired-toggle-marked-thumbs'.
5098         * image-dired.el: Require cl when compiling.
5099         (image-dired-dired-toggle-marked-thumbs): Rename from
5100         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
5101         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
5102         to 'no-dir.  Skip files whose names don't match
5103         `image-file-name-regexp'.  When file has a thumbnail overlay,
5104         delete it.  (Bug#5270)
5106 2010-05-25  Juri Linkov  <juri@jurta.org>
5108         * image-mode.el (image-mode): Add image-after-revert-hook to
5109         after-revert-hook.
5110         (image-after-revert-hook): New function.  (Bug#5669)
5112 2010-05-25  Juri Linkov  <juri@jurta.org>
5114         * image.el (image-animated-p): When delay between animated images
5115         is 0, set it to 10 (0.1 sec).  (Bug#6258)
5117 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
5119         * net/tramp.el (tramp-handle-insert-directory): Don't use
5120         `forward-word', its default syntax could be changed.
5122 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
5124         * net/tramp.el (tramp-progress-reporter-update): New defun.
5125         (with-progress-reporter): Use it.
5126         (tramp-process-actions):
5127         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
5128         current message, in order to let progress reporter continue
5129         afterwards.  (Bug#6257)
5131 2010-05-25  Glenn Morris  <rgm@gnu.org>
5133         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
5134         Add :version.
5136 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
5138         * net/rcirc.el (rcirc-default-user-name): Change to "user".
5139         (rcirc-default-full-name): Change to "unknown".
5140         (rcirc-user-name-history): Add variable.
5142 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
5143             Jonathan Rockway  <jon@jrock.us>
5145         * net/rcirc.el (rcirc-server-alist): Add :pass.
5146         (rcirc): When prompting for connection parameters, also prompt for
5147         username and password.
5148         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
5149         value to server when connecting.
5151 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5153         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
5154         (smie-merge-prec2s): Pass the tables as separate args.
5155         (smie-bnf-precedence-table): Adjust call accordingly.
5156         (smie-prec2-levels): Set levels at the end.
5158         Replace Lisp calls to delete-backward-char by delete-char.
5159         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
5160         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
5161         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
5162         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
5163         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
5164         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
5165         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
5166         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
5167         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
5168         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
5169         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
5170         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
5171         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
5172         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
5173         delete-backward-char by calls to delete-char.
5175 2010-05-25  Kenichi Handa  <handa@m17n.org>
5177         * language/hebrew.el (hebrew-shape-gstring): New function.
5178         Register it in composition-function-table for all Hebrew combining
5179         characters.
5181 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * epa.el (epa--select-keys): Don't explicitly delete the window since
5184         that can fail (e.g. sole window in frame).  Use dedication instead.
5186 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
5188         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5190 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
5192         * image.el (image-refresh): Define as an alias for image-flush.
5194         * image-mode.el (image-toggle-display-image): Caller changed.
5196 2010-05-21  Juri Linkov  <juri@jurta.org>
5198         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5199         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
5200         whitespace, call wildcard-to-regexp on substrings and concat them
5201         with "\\|".  (Bug#6114)
5203 2010-05-21  Alan Mackenzie  <acm@muc.de>
5205         * progmodes/cc-engine.el (c-parse-state-get-strategy):
5206         Replace parameter `here' with `here-' and `here-plus', which sandwich
5207         any pertinent CPP construct.
5208         (c-remove-stale-state-cache-backwards): Fix a bug which happens
5209         when doing (c-parse-state) in a CPP construct: Exclude any "new"
5210         CPP construct from taking part in the scanning.
5212 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
5214         * net/tramp.el (tramp-do-copy-or-rename-file)
5215         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5216         Tune `with-progress-reporter' messages.
5217         (tramp-handle-vc-registered):
5218         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5219         (tramp-fish-handle-insert-file-contents)
5220         (tramp-fish-maybe-open-connection):
5221         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5222         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5223         (tramp-imap-handle-insert-file-contents)
5224         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5226 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
5228         * add-log.el (change-log-font-lock-keywords):
5229         Highlight all authors in multi-author entries.
5231         * smerge-mode.el (smerge-refine-ignore-whitespace)
5232         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5233         Fix typos in docstrings.
5234         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5236 2010-05-21  Glenn Morris  <rgm@gnu.org>
5238         * progmodes/fortran.el (fortran-mode):
5239         * progmodes/f90.el (f90-mode): Derive from prog-mode.
5241         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5242         having a relative path in src/Makefile.in.
5244 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5246         * help-mode.el (help-make-xrefs): For Info node links turn
5247         newlines into spaces.  Link node names with newlines are matched
5248         by help-xref-info-regexp and buttonized, this change ensures they
5249         can be followed successfully with RET.  (Bug#6206)
5251 2010-05-20  Juri Linkov  <juri@jurta.org>
5253         * locate.el (locate): Use pop-to-buffer instead of
5254         switch-to-buffer-other-window.  (Bug#6204)
5256 2010-05-20  Juri Linkov  <juri@jurta.org>
5258         * replace.el (replace-highlight): Fix lazy-highlighting
5259         for `M-s w str M-% str RET'.
5261 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
5263         * isearch.el (isearch-yank-word-or-char): Pull next subword
5264         when `subword-mode' is activated.  (Bug#6220)
5266 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
5268         * isearch.el (isearch-update-post-hook): New hook.
5269         (isearch-update): Use the new hook.  (Bug#6225)
5271 2010-05-20  Juri Linkov  <juri@jurta.org>
5273         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5274         [f1], [help], and (char-to-string help-char) instead of "\C-h".
5275         (Bug#6222)
5277 2010-05-20  Juri Linkov  <juri@jurta.org>
5279         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5280         (Bug#6223)
5282 2010-05-20  Juri Linkov  <juri@jurta.org>
5284         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5285         FILE-NAME to read from the minibuffer when called interactively
5286         with prefix argument instead of using buffer-file-name.
5287         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5289         * dired.el: Update autoloads.
5291 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
5293         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5294         nxml-finish-element, for consistency with SGML mode.
5296         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5297         octave-close-block.
5299 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
5301         * composite.el: Require cl when compiling.
5302         (reference-point-alist, compose-gstring-for-graphic)
5303         (compose-gstring-for-terminal): Fix typos in docstrings.
5305 2010-05-19  Juri Linkov  <juri@jurta.org>
5307         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5308         set-window-parameter.
5310 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5312         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5313         where appropriate.
5314         (tramp-maybe-open-connection): Use it.
5316 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
5318         * simple.el (move-end-of-line): Make sure we are at line beginning
5319         before backing up to end of previous line.
5321 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5323         * password-cache.el (password-cache-remove): Fix docstring.
5325         * net/secrets.el: Autoload the widget functions.
5326         (secrets-search-items, secrets-create-item)
5327         (secrets-get-attributes, secrets-expand-item): Attributes will be
5328         stored on the password database without leading ":", as all other
5329         clients do as well.
5330         (secrets-mode): Fix docstring.
5331         (secrets-show-secrets): Provide it as autoloaded command only when
5332         D-Bus support is available.  Check existence of Secret Service API.
5334 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5336         * indent.el (indent-region): Deactivate region (bug#6200).
5338 2010-05-19  Glenn Morris  <rgm@gnu.org>
5340         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
5342 2010-05-19  Kenichi Handa  <handa@m17n.org>
5344         * composite.el: Register compose-gstring-for-graphic in
5345         composition-function-table only for combining characters (Mn, Mc, Me).
5347 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
5349         * calc/calc-trail.el (calc-trail-isearch-forward)
5350         (calc-trail-isearch-backward): Ensure that the new window
5351         point is set correctly.
5353 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5355         * subr.el (read-quoted-char): Resolve modifiers after key
5356         remapping (bug#6212).
5358 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
5360         Add visualization code for secrets.
5361         * net/secrets.el (secrets-mode): New major mode.
5362         (secrets-show-secrets, secrets-show-collections)
5363         (secrets-expand-collection, secrets-expand-item)
5364         (secrets-tree-widget-after-toggle-function)
5365         (secrets-tree-widget-show-password): New defuns.
5367 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5369         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5370         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5371         handled in smie-next-sexp.
5372         (smie-indent-calculate): Provide a starting indentation (so the
5373         recursion is well-founded ;-).
5375         Fix handling of non-associative equal levels.
5376         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5377         when it's not needed.
5378         (smie-op-left, smie-op-right): New functions.
5379         (smie-next-sexp): New function, extracted from smie-backward-sexp.
5380         Better handle equal levels to distinguish the associative case from
5381         the "multi-keyword construct" case.
5382         (smie-backward-sexp, smie-forward-sexp): Use it.
5384 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
5386         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5388         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5389         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5391 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5393         Provide a simple generic indentation engine and use it for Prolog.
5394         * emacs-lisp/smie.el: New file.
5395         * progmodes/prolog.el (prolog-smie-op-levels)
5396         (prolog-smie-indent-rules): New var.
5397         (prolog-mode-variables): Use them to configure SMIE.
5398         (prolog-indent-line, prolog-indent-level): Remove.
5400 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
5402         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5403         order before computing the averages.
5405 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
5407         * calc/calc-vec.el (calc-histogram):
5408         (calcFunc-histogram): Allow vectors as inputs.
5409         (math-vector-avg): New function.
5411         * calc/calc-ext.el (math-group-float): Have the number of digits
5412         being grouped depend on the radix (Bug#6189).
5414 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
5416         * version.el (emacs-copyright, emacs-version): Don't define here,
5417         now that emacs.c defines it.
5419 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
5421         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5422         "Describe Language Environment" menu item.
5424         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5426         Bidi-sensitive movement with arrow keys.
5427         * subr.el (right-arrow-command, left-arrow-command): New functions.
5429         * bindings.el (global-map): Bind them to right and left arrow keys.
5431         Don't override standard definition of convert-standard-filename.
5432         * files.el (convert-standard-filename): Call
5433         w32-convert-standard-filename and dos-convert-standard-filename on
5434         the corresponding systems.
5436         * w32-fns.el (w32-convert-standard-filename): Rename from
5437         convert-standard-filename.  Doc fix.
5439         * dos-fns.el (dos-convert-standard-filename): Doc fix.
5440         (convert-standard-filename): Don't defalias.
5441         (register-name-alist, make-register, register-value)
5442         (set-register-value, intdos): Obsolete aliases for the
5443         corresponding dos-* functions and variables.
5444         (dos-intdos): Add a doc string.
5446 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
5448         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5449         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5450         (math-compose-tex-func):
5451         * calc/calccomp.el (math-compose-expr):
5452         * calc/calc-ext.el (math-format-flat-expr-fancy):
5453         * calc/calc-store.el (calc-read-var-name):
5454         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5456         * calc/calc.el (var-π, var-φ, var-γ): New variables.
5457         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5458         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5459         (math-standard-units): Add units.
5461 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5463         * progmodes/asm-mode.el (asm-mode):
5464         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5466         * pcomplete.el (pcomplete-completions-at-point): New function,
5467         extracted from pcomplete-std-complete.
5468         (pcomplete-std-complete): Use it.
5470 2010-05-15  Glenn Morris  <rgm@gnu.org>
5472         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5473         Remove references to CVS, RCS and Old directories.
5475 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
5477         * calc/calc-bin.el (math-format-twos-complement): Group digits when
5478         appropriate.
5480 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5482         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5483         (sh-mode-syntax-table): Give it a default value instead.
5484         (sh-header-marker): Make buffer-local.
5485         (sh-mode): Move make-local-variable to the corresponding setq.
5486         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5487         Use complete-with-action.
5489         * simple.el (prog-mode): New (abstract) major mode.
5490         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5491         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5493 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
5495         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5496         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5497         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5498         (sql-make-alternate-buffer-name, sql-placeholders-filter)
5499         (sql-escape-newlines-filter, sql-input-sender)
5500         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5502 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
5504         Add TeX open-block and close-block keybindings to SGML, and vice versa.
5506         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5507         latex-open-block and C-c / to latex-close-block.
5509         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5510         and C-c C-e to sgml-close-tag.
5512 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
5514         * net/tramp.el (with-progress-reporter): Create reporter object
5515         only when the message would be displayed.  Handle nested calls.
5516         (tramp-handle-load, tramp-handle-file-local-copy)
5517         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5518         (tramp-maybe-send-script, tramp-find-shell):
5519         Use `with-progress-reporter'.
5520         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5521         Fix message text.
5523         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5524         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5525         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5526         Use `with-progress-reporter'.
5528 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
5530         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5531         process everytime when spellchecking from the minibuffer (bug#6143).
5533 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5535         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5537         * dos-fns.el: Add "dos-" prefix for namespace control.
5538         (convert-standard-filename): Define as alias for
5539         dos-convert-standard-filename but only if applicable.
5541 2010-05-12  Alan Mackenzie  <acm@muc.de>
5543         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5544         Push the mark at the start of these functions when appropriate.
5546 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5548         * minibuffer.el (completion-cycle-threshold): New custom var.
5549         (completion--do-completion): Use it.
5550         (minibuffer-complete): Use cycling if appropriate.
5552 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
5554         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5555         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5557 2010-05-11  Juri Linkov  <juri@jurta.org>
5559         * scroll-all.el (scroll-all-check-to-scroll):
5560         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5562 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5564         * iimage.el (iimage-mode-map): Move initialization into declaration.
5565         (iimage-mode-buffer): Use with-silent-modifications.
5566         Simplify calling convention.  Adjust callers.
5567         (iimage-mode): Don't run hook redundantly.
5569         * minibuffer.el (completion-pcm--pattern->regex):
5570         Fix last change (bug#6160).
5572 2010-05-10  Juri Linkov  <juri@jurta.org>
5574         Remove nodes visited during Isearch from the Info history.
5575         * info.el (Info-isearch-initial-history)
5576         (Info-isearch-initial-history-list): New variables.
5577         (Info-isearch-start): Record initial values of
5578         Info-isearch-initial-history and Info-isearch-initial-history-list.
5579         Add Info-isearch-end to isearch-mode-end-hook.
5580         (Info-isearch-end): New function.
5582 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
5584         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5585         format string, in order to work around a bug in pdksh.
5586         Reported by Gilles Pion <gpion@lfdj.com>.
5587         (tramp-handle-verify-visited-file-modtime): Do not send a command
5588         when the connection is not established.
5589         (tramp-handle-set-file-times): Simplify the check for utc.
5591 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
5593         Fix use of `filter-buffer-substring' (rework previous change).
5594         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5595         (cua-repeat-replace-region):
5596         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5597         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5598         (cua-cut-region-to-global-mark): Use it.
5600 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
5602         * progmodes/sql.el: Version 2.1.
5603         (sql-product-alist): Redesign structure of product info.
5604         (sql-product, sql-user, sql-server, sql-database): Safe variables.
5605         (sql-port, sql-port-history): New variables.
5606         (sql-interactive-product): New variable.
5607         (sql-send-terminator): New variable.
5608         (sql-imenu-generic-expression): Add "Types" imenu entry.
5609         (sql-oracle-login-params, sql-sqlite-login-params)
5610         (sql-mysql-login-params, sql-solid-login-params)
5611         (sql-sybase-login-params, sql-informix-login-params)
5612         (sql-ingres-login-params, sql-ms-login-params)
5613         (sql-postgres-login-params, sql-interbase-login-params)
5614         (sql-db2-login-params, sql-linter-login-params)
5615         (sql-oracle-scan-on): New variables.
5616         (sql-mode-map): Add C-c C-i to start interactive mode.
5617         (sql-mode-menu): Update existing menu entries.
5618         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5619         (sql-mode-oracle-font-lock-keywords)
5620         (sql-mode-postgres-font-lock-keywords)
5621         (sql-mode-ms-font-lock-keywords)
5622         (sql-mode-sybase-font-lock-keywords)
5623         (sql-mode-informix-font-lock-keywords)
5624         (sql-mode-interbase-font-lock-keywords)
5625         (sql-mode-ingres-font-lock-keywords)
5626         (sql-mode-solid-font-lock-keywords)
5627         (sql-mode-mysql-font-lock-keywords)
5628         (sql-mode-sqlite-font-lock-keywords)
5629         (sql-mode-db2-font-lock-keywords)
5630         (sql-mode-linter-font-lock-keywords): Update initialization to
5631         reduce run-time complexity.
5632         (sql-add-product, sql-del-product): New functions.
5633         (sql-set-product-feature, sql-get-product-feature): New functions.
5634         (sql-product-font-lock): Update product API.
5635         (sql-add-product-keywords): New function.
5636         (sql-highlight-product): Update product API.
5637         (sql-help-list-products): New function.
5638         (sql-help): Dynamically lists free and non-free products.
5639         (sql-get-login): Correct bug in handling history and added
5640         prompt for port.
5641         (sql-copy-column): Copy without properties.
5642         (sqli-input-sender): Apply filters to SQLi input.
5643         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5644         Implement as a filter.
5645         (sql-escape-newlines-filter): Implement as a filter.
5646         (sql-remove-tabs-filter): New function.
5647         (sql-send-magic-terminator): New function.
5648         (sql-send-string): Implement magic terminator.
5649         (sql-send-region): Use `sql-send-string'.
5650         (sql-interactive-mode): Use product API.
5651         (sql-product-interactive): Use product API.
5652         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5653         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5654         (sql-db2, sql-linter): Use `sql-product-interactive'.
5655         (sql-connect): New function.
5656         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5657         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5658         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5659         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5660         Use `sql-connect'.
5662 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5664         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5665         New custom variable.
5666         (completion-pcm--string->pattern): Use it.
5667         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5668         Make it handle any symbol as `any'.
5669         (completion-pcm--merge-completions): Extract common suffix for the new
5670         `prefix' symbol as well.
5671         (completion-substring--all-completions): Use the new `prefix' symbol.
5673 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
5675         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5676         not bound.
5677         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5678         (tramp-compat-funcall): New defmacro.
5679         (tramp-compat-line-beginning-position)
5680         (tramp-compat-line-end-position)
5681         (tramp-compat-temporary-file-directory)
5682         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5683         (tramp-compat-copy-file, tramp-compat-copy-directory)
5684         (tramp-compat-delete-file, tramp-compat-delete-directory)
5685         (tramp-compat-number-sequence, tramp-compat-process-running-p)
5686         * net/tramp.el (top, with-progress-reporter)
5687         (tramp-rfn-eshadow-setup-minibuffer)
5688         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5689         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5690         (tramp-completion-mode-p, tramp-check-for-regexp)
5691         (tramp-open-connection-setup-interactive-shell)
5692         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5693         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5694         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5695         * net/tramp-cmds.el (tramp-cleanup-all-connections)
5696         (tramp-reporter-dump-variable, tramp-load-report-modules)
5697         (tramp-append-tramp-buffers)
5698         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5700         * net/tramp-imap.el (top): Autoload `epg-make-context'.
5702 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * progmodes/compile.el (compilation-buffer-modtime): Rename from
5705         buffer-modtime.  Adjust users.
5707 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5709         * international/mule.el (auto-coding-alist): Only purecopy
5710         car of each item, not the whole list (Bug#6083).
5712 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5714         * progmodes/js.el (js-mode): Make paragraph variables local before
5715         calling c-setup-paragraph-variables (Bug#6071).
5717 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
5719         * composite.el (compose-region, reference-point-alist): Fix typos
5720         in the doc strings.
5722 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5724         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5725         gnuplot's "set" command.
5727 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
5729         * abbrev.el (last-abbrev-text): Doc fix.
5730         (abbrev-prefix-mark): Don't escape parenthesis.
5732 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
5734         * composite.el (find-composition): Doc fix.
5736 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
5738         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5739         (sql-oracle-program, sql-sqlite-options)
5740         (sql-query-placeholders-and-send): Doc fixes.
5741         (sql-set-product, sql-interactive-mode): Reflow docstrings.
5742         (sql-imenu-generic-expression, sql-buffer)
5743         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5744         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5745         (sql-mode-sybase-font-lock-keywords)
5746         (sql-mode-informix-font-lock-keywords)
5747         (sql-mode-interbase-font-lock-keywords)
5748         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5749         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5750         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5751         (sql-product-feature, sql-highlight-product)
5752         (comint-line-beginning-position, sql-rename-buffer)
5753         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5754         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5755         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5756         Fix typos in docstrings.
5758 2010-05-08  Juri Linkov  <juri@jurta.org>
5760         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5761         property instead of `invisible' and `after-string' (bug#5998).
5763 2010-05-08  Juri Linkov  <juri@jurta.org>
5765         * image-mode.el (image-mode-as-text): Fix typo in docstring.
5767 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
5769         * filecache.el (file-cache-add-directory-list)
5770         (file-cache-add-directory-recursively): Fix typos in docstrings.
5772 2010-05-08  Kenichi Handa  <handa@m17n.org>
5774         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5775         (gujarati-composable-pattern): Fix typo.
5777 2010-05-08  Kenichi Handa  <handa@m17n.org>
5779         * language/indian.el (oriya-composable-pattern)
5780         (tamil-composable-pattern, malayalam-composable-pattern):
5781         Add two-part vowels to "v" (vowel sign).
5783 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5785         * files.el (copy-directory): Handle symlinks (Bug#5982).
5787 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
5789         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5790         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
5791         (Bug#5846).
5793 2010-05-08  Glenn Morris  <rgm@gnu.org>
5795         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5797         * minibuffer.el (completion-at-point): Doc fix.
5799 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5801         * electric.el (Electric-command-loop): Minor tweak.
5803         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5804         better with dedicated windows.
5806 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
5808         * Version 23.2 released.
5810 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5811             Stefan Monnier  <monnier@iro.umontreal.ca>
5813         Highlight vendor specific properties.
5814         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5815         (css-proprietary-property): New face.
5816         (css-font-lock-keywords): Use them.
5818 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
5820         * cus-start.el (all): Add native condition for tool-bar-* symbols.
5822 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5824         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5825         * files.el (auto-mode-alist): Remove redundant entries.
5827         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5828         * simple.el (auto-save-mode): Move from files.el.
5829         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5831 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5833         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5835 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5837         * mail/binhex.el (binhex-decode-region-internal)
5838         * mail/uudecode.el (uudecode-decode-region-internal)
5839         * net/dns.el (dns-read-string-name, dns-write, dns-read)
5840         (dns-read-type, dns-query)
5841         * pgg-parse.el (pgg-parse-armor)
5842         * pgg.el (pgg-verify-region)
5843         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5844         XEmacs.
5846         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5848 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
5850         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5852         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5853         * emulation/cua-base.el (cua-repeat-replace-region):
5854         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5855         (cua-cut-region-to-global-mark):
5856         Remove text properties with `set-text-properties'.
5858 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
5860         * net/tramp.el (top, with-progress-reporter):
5861         Use `symbol-function' inside `funcall'.
5863         * net/tramp-compat.el (tramp-compat-file-attributes)
5864         (tramp-compat-delete-file, tramp-compat-delete-directory):
5865         Handle only `wrong-number-of-arguments' error.
5867         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5868         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5869         inside `funcall'.
5871 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5873         * minibuffer.el (completion--sreverse, completion--common-suffix):
5874         New functions.
5875         (completion-pcm--merge-completions): Extract common suffix when safe.
5877         * emacs-lisp/easy-mmode.el (define-minor-mode):
5878         Make :variable more flexible.
5879         * files.el (auto-save-mode): Use it to define using define-minor-mode.
5881 2010-05-05  Juri Linkov  <juri@jurta.org>
5883         Add `slow' and `history' tags to the desktop data.
5885         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5886         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5887         (Info-finder-find-node): Require `finder.el' to be able
5888         to restore node from the desktop.
5889         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
5890         data `Info-history' and `slow' tag in the assoc list.
5891         (Info-restore-desktop-buffer): Don't restore nodes with the
5892         `slow' tag.  Restore `Info-history'.
5894 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
5896         Add FORCE argument to `delete-file'.
5898         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5899         forcing to delete the temporary file.
5900         (ange-ftp-delete-file): Add FORCE arg.
5901         (ange-ftp-rename-remote-to-remote)
5902         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5903         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5904         Force file deletion.
5906         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5908         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5909         (tramp-handle-make-symbolic-link, tramp-handle-load)
5910         (tramp-do-copy-or-rename-file-via-buffer)
5911         (tramp-do-copy-or-rename-file-directly)
5912         (tramp-do-copy-or-rename-file-out-of-band)
5913         (tramp-handle-process-file, tramp-handle-call-process-region)
5914         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5915         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5916         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5918         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5919         (tramp-fish-handle-make-symbolic-link)
5920         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5922         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5923         Use `tramp-compat-delete-file'.
5925         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5926         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5928         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5929         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5931         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5932         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5933         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5934         `tramp-compat-delete-file'.
5936 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         Minor cleanups.
5939         * subr.el (add-minor-mode): Use push.
5940         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5941         * emulation/edt.el (edt-select-mode): Simplify.
5943         Use define-minor-mode in more cases.
5944         * term/tvi970.el (tvi970-set-keypad-mode):
5945         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5946         (normal-erase-is-backspace-mode):
5947         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5948         (set-scroll-bar-mode-1): (Re)move to its sole caller.
5949         (get-scroll-bar-mode): New function.
5950         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5952         Use define-minor-mode for less obvious cases.
5953         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5954         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5955         * international/iso-ascii.el (iso-ascii-mode):
5956         * frame.el (auto-raise-mode, auto-lower-mode):
5957         * composite.el (global-auto-composition-mode): Use define-minor-mode.
5959 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
5961         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5962         in order to see error messages for failed logins.
5964 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
5966         * diff.el (diff-sentinel):
5968         * epg.el (epg--make-temp-file, epg-decrypt-string)
5969         (epg-verify-string, epg-sign-string, epg-encrypt-string):
5971         * jka-compr.el (jka-compr-partial-uncompress)
5972         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5974         * server.el (server-sentinel): Use delete-file's new FORCE arg
5975         (Bug#6070).
5977 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5979         Use define-minor-mode where applicable.
5980         * view.el (view-mode):
5981         * type-break.el (type-break-query-mode)
5982         (type-break-mode-line-message-mode):
5983         * textmodes/reftex.el (reftex-mode):
5984         * term/vt100.el (vt100-wide-mode):
5985         * tar-mode.el (tar-subfile-mode):
5986         * savehist.el (savehist-mode):
5987         * ibuf-ext.el (ibuffer-auto-mode):
5988         * composite.el (auto-composition-mode):
5989         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5990         Use define-minor-mode.
5991         (vhdl-mode): Use static mode-line format.
5992         (vhdl-mode-line-update): Delete.
5993         (vhdl-create-mode-menu, vhdl-activate-customizations)
5994         (vhdl-hs-minor-mode): Don't bother calling it.
5996 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5998         * simple.el (with-wrapper-hook): Move.
5999         (buffer-substring-filters): Mark obsolete.
6000         (filter-buffer-substring-functions): New variable.
6001         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
6003 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6004             Michael Albinus  <michael.albinus@gmx.de>
6006         Implement compression for inline methods.
6008         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6009         (tramp-copy-size-limit): Allow also nil.
6010         (tramp-inline-compress-commands): New defconst.
6011         (tramp-find-inline-compress, tramp-get-inline-compress)
6012         (tramp-get-inline-coding): New defuns.
6013         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6014         replaced by `tramp-get-inline-coding'.
6015         (tramp-handle-file-local-copy, tramp-handle-write-region)
6016         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6018 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6020         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
6021         Remove unused functions.
6023         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
6024         Set find-tag-default-function as a variable rather than a property.
6026         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
6027         * progmodes/etags.el (tags-completion-at-point-function):
6028         Remove left over interactive spec.  Add autoloading stub.
6029         (complete-tag): Use tags-completion-at-point-function.
6031 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
6033         * minibuffer.el (tags-completion-at-point-function): Fix return value.
6035 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
6037         * ido.el (ido-init-completion-maps): Remove C-v binding.
6038         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
6040 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
6042         * minibuffer.el (tags-completion-at-point-function): New function.
6043         (completion-at-point-functions): Use it.
6045         * progmodes/etags.el (complete-tag): Revert last change.
6047 2010-04-29  Alan Mackenzie  <acm@muc.de>
6049         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
6050         off-by-one error (in end of macro position).
6052 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
6055         firefox is absent.  Don't autoload.
6056         (browse-url-galeon-program): Don't autoload.
6058 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
6060         * bindings.el (complete-symbol): Move into minibuffer.el.
6062         * minibuffer.el (complete-tag): Move from etags.el.  If tags
6063         completion cannot be performed, return nil instead of signalling
6064         an error.
6065         (completion-at-point): Make it an alias for complete-symbol.
6066         (complete-symbol): Move from bindings.el, and replace with the
6067         body of completion-at-point.
6069         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
6071 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
6073         * net/tramp.el (tramp-remote-selinux-p): New defun.
6074         (tramp-handle-file-selinux-context)
6075         (tramp-handle-set-file-selinux-context): Use it.
6077 2010-04-28  Sam Steingold  <sds@gnu.org>
6079         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6080         `safe-local-variable' if the value is a string or a symbol with
6081         the property `bug-reference-url-format'.
6083 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
6085         * progmodes/bug-reference.el (bug-reference-url-format):
6086         Revert 2010-04-27 change due to security risk.
6088 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6090         Make it possible to locally disable a globally enabled mode.
6091         * simple.el (fundamental-mode): Run fundamental-mode-hook.
6092         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
6093         rather than kill-all-local-variables so it runs fundamental-mode-hook.
6094         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6095         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
6096         that subsequent hooks get a chance to disable it.
6098 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6100         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6101         Avoid re-enabling a minor mode after the user turned the minor mode
6102         off if MODE-enable-in-buffers is run twice (typically once from
6103         fundamental-mode's after-change-major-mode-hook and a second time from
6104         run-mode-hook's own after-change-major-mode-hook).
6106         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
6108 2010-04-27  Sam Steingold  <sds@gnu.org>
6110         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6111         `safe-local-variable' if the value is a string or a function, as
6112         documented and implemented on 2010-04-02.
6114 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
6116         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
6117         when method is 'kill.
6119 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
6121         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
6122         condition in default directory check.
6123         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
6124         Kill ispell process when killing its associated buffer.
6126 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
6128         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
6129         but we aren't using it.
6131 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
6133         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
6134         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
6136 2010-04-24  Glenn Morris  <rgm@gnu.org>
6138         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
6139         Ignore VCS-ignore files, and deleted nextstep preferences files.
6140         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6141         (authors-ambiguous-files): New list.
6142         (authors-valid-file-names): Add some deleted files.
6143         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
6144         (authors-disambiguate-file-name): New function.  (Bug#5501)
6145         (authors-canonical-file-name): Doc fix.
6146         Don't warn about obsolete files.
6147         (authors-canonical-file-name, authors-scan-el):
6148         Use authors-disambiguate-file-name.
6150         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6151         Add autoload cookies.
6152         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
6153         (generated-autoload-file): Set file-local value to "htmlfontify.el".
6154         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
6155         They have definitions / compiler macros in cl.el.
6156         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6157         Replace manual autoloads with generated ones.
6158         (htmlfontify-unload-rgb-file): Remove autoload.
6159         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
6161 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6163         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
6164         (byte-compile-setq-default): Optimize for the
6165         single-var case and don't call byte-compile-form in this case to avoid
6166         inf-loop with byte-compile-set-default.
6168         * progmodes/compile.el (compilation-start): Abbreviate default directory.
6170 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
6172         Implement SELINUX backends.
6174         * net/tramp.el (tramp-file-name-handler-alist):
6175         Add `file-selinux-context' and `set-file-selinux-context'.
6176         (tramp-handle-file-selinux-context)
6177         (tramp-handle-set-file-selinux-context): New defuns.
6178         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6179         Handle PRESERVE-SELINUX-CONTEXT.
6181         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6182         Add `file-selinux-context' and `set-file-selinux-context'.
6183         (tramp-gvfs-handle-file-selinux-context)
6184         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6185         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6187         * net/ange-ftp.el (ange-ftp-copy-file):
6188         * net/tramp-fish.el (tramp-fish-handle-copy-file):
6189         * net/tramp-imap.el (tramp-imap-handle-copy-file):
6190         * net/tramp-smb.el (tramp-smb-handle-copy-file):
6191         Add PRESERVE-SELINUX-CONTEXT.
6193 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6195         Synchronize with Tramp repository.
6197         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6198         (tramp-action-process-alive, tramp-action-out-of-band)
6199         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6200         (tramp-exists-file-name-handler): Fix docstring.
6201         (with-progress-reporter): New defmacro.
6202         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6203         (tramp-maybe-open-connection): Use it.
6205 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
6207         Detect ssh 'ControlMaster' argument automatically in some cases.
6209         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6210         (tramp-default-method): Use it.
6212 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6214         * net/tramp.el (tramp-handle-copy-file): Add new optional
6215         parameter `preserve-selinux-context'.
6216         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6218 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6220         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6221         Ensure, that non remote files are still checked.  Oops.
6223 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
6225         Fix Bug#5840.
6227         * icomplete.el (icomplete-completions): Use `non-essential'.
6229         * net/tramp.el (tramp-connectable-p): New defun.
6230         (tramp-handle-expand-file-name)
6231         (tramp-completion-handle-file-name-all-completions)
6232         (tramp-completion-handle-file-name-completion): Use it.
6234 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6236         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6238 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
6240         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6242         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6244         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6245         is present.
6247         * info.el (info-tool-bar-map): Add labels.
6249         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6251         * cus-edit.el (custom-commands): Add labels for tool bar.
6252         (custom-buffer-create-internal, Custom-mode): Adjust for
6253         labels in custom-commands.
6255         * dynamic-setting.el: Renamed from font-setting.el.
6257 2010-04-21  John Wiegley  <jwiegley@gmail.com>
6259         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6260         toggles the use of virtual buffers.
6261         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
6262         (ido-toggle-virtual-buffers): New function.
6264 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
6266         Use `define-derived-mode'; fix window selection; doc fixes.
6267         * play/tetris.el (tetris, tetris-update-speed-function)
6268         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6269         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6270         (tetris-rotate-next, tetris-end-game, tetris-start-game)
6271         (tetris-pause-game): Fix typos in docstrings.
6272         (tetris-mode-map, tetris-null-map):
6273         Move initialization into declaration.
6274         (tetris-mode): Define with `define-derived-mode';
6275         set show-trailing-whitespace to nil.
6276         (tetris): Prefer window already displaying the "*Tetris*" buffer.
6278 2010-04-21  Karel Klíč  <kklic@redhat.com>
6280         * files.el (backup-buffer): Handle SELinux context, and return it
6281         if a backup was made by renaming.
6282         (backup-buffer-copy): Set SELinux context to the target file.
6283         (basic-save-buffer): Set SELinux context of the newly written file.
6284         (basic-save-buffer-1): Now it also returns any SELinux context.
6285         (basic-save-buffer-2): Set SELinux context of the newly created file,
6286         and return it.
6287         * net/tramp.el (tramp-file-name-for-operation):
6288         Add file-selinux-context.
6290 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6292         Make the log-edit comments use RFC822 format throughout.
6294         * vc.el (vc-checkin, vc-modify-change-comment):
6295         Adjust to new vc-start/finish-logentry.
6296         (vc-find-conflicted-file): New command.
6297         (vc-transfer-file): Adjust to new vc-checkin.
6298         (vc-next-action): Improve scoping.
6300         * vc-hg.el (vc-hg-log-edit-mode): Remove.
6301         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
6303         * vc-git.el (vc-git-log-edit-mode): Remove.
6304         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
6305         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6307         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6308         (vc-start-logentry): Remove argument `extra'.
6309         (vc-finish-logentry): Remove extra args.
6311         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6312         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
6313         (vc-bzr-conflicted-files): New function.
6315         * log-edit.el (log-edit-extra-flags)
6316         (log-edit-before-checkin-process): Remove.
6317         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6318         (log-edit-headers-alist): New var.
6319         (log-edit-header-contents-regexp): New const.
6320         (log-edit-match-to-eoh): New function.
6321         (log-edit-font-lock-keywords): Use them.
6322         (log-edit): Insert a "Summary:" header as default.
6323         (log-edit-mode): Mark font-lock rules as case-insensitive.
6324         (log-edit-done): Cleanup headers.
6325         (log-view-process-buffer): Remove.
6326         (log-edit-extract-headers): New function to replace it.
6328 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
6330         * subr.el (default-direction-reversed): Remove obsolescence info.
6332 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6334         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6335         windows/frames.
6337         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6338         I.e. include text after point in the completion region.
6339         Also, return nil when we're not after/in a symbol.
6341         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6342         default enable-multibyte-characters.
6344 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6346         * international/mule.el: Help the user choose a valid coding-system.
6347         (read-buffer-file-coding-system): New function.
6348         (set-buffer-file-coding-system): Use it.  Prompt the user if the
6349         coding-system cannot encode all the chars.
6351         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6352         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6353         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6354         Don't use *vc-bzr-shelve*.
6356 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
6358         Fix the version number for added files.
6359         * vc-hg.el (vc-hg-working-revision): Check if the file is
6360         registered after hg parent fails (Bug#5961).
6362 2010-04-19  Glenn Morris  <rgm@gnu.org>
6364         * htmlfontify.el (htmlfontify-buffer)
6365         (htmlfontify-copy-and-link-dir): Autoload entry points.
6367 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
6369         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6370         name relative to the project root (Bug#5960).
6372 2010-04-19  Glenn Morris  <rgm@gnu.org>
6374         * vc-git.el (vc-git-print-log): Doc fix.
6376 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
6378         * ido.el (ido-file-internal): Fix 2009-12-02 change.
6380 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
6382         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6383         default settings (Bug#5928).
6385 2010-04-19  Glenn Morris  <rgm@gnu.org>
6387         * progmodes/fortran.el (fortran-match-and-skip-declaration):
6388         New function.
6389         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
6391 2010-04-19  Kenichi Handa  <handa@m17n.org>
6393         * language/indian.el (malayalam-composable-pattern): Fix previous
6394         change (add U+0D4D "SIGN VIRAMA").
6395         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6396         (tamil-composable-pattern): Fix typo in the regexp.
6397         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6398         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6399         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6401 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
6403         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6404         paragraph-separate (Bug#5821).
6406 2010-04-19  Juri Linkov  <juri@jurta.org>
6408         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6410         * info.el (Info-find-node-2): Comment out code that skips
6411         breadcrumbs line.
6412         (Info-mouse-follow-link): New command.
6413         (Info-link-keymap): New keymap.
6414         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6415         Return a string with links instead of inserting breadcrumbs
6416         to the Info buffer.
6417         (Info-fontify-node): Comment out code that inserts breadcrumbs.
6418         Instead of putting the `invisible' text property over the Info
6419         header, make an overlay over the Info header with the `invisible'
6420         property and `after-string' set to the string returned by
6421         `Info-breadcrumbs'.
6423 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
6425         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6426         Reported by monkey@sandpframing.com.
6428 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6430         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6431         (tmm-get-keymap): Add key-binding shortcuts now that they're not
6432         available in the "keyseq cache" any more.
6434         * custom.el (defcustom): Add edebug spec.
6436 2010-04-18  Juri Linkov  <juri@jurta.org>
6438         Test for special mode-class in view-buffer instead of view-file (bug#5513).
6440         * view.el (view-file, view-buffer): Move test for special mode-class
6441         from view-file to view-buffer.
6443         * tar-mode.el (tar-extract): Turn if's into one cond
6444         like in arc-mode.el.
6446 2010-04-18  Juri Linkov  <juri@jurta.org>
6448         Add 7z archive format support (bug#5475).
6450         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6451         (archive-7z-extract): New defcustom.
6452         (archive-find-type): Add magic string for 7z.
6453         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6454         If `stderr-file' is non-nil, use `(t stderr-file)' for the
6455         `buffer' arg of `call-process'.
6456         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6457         call the function `archive-7z-extract' with the variable
6458         `archive-7z-extract' let-bound to `archive-zip-extract'.
6459         (archive-7z-summarize, archive-7z-extract): New functions.
6461         * international/mule.el (auto-coding-alist):
6462         * files.el (auto-mode-alist): Add 7z file extension.
6464 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6466         * loadup.el: Setup hash-cons for pure data.
6468         Fix duplicate entries in cedet's loaddefs.el files.
6469         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6470         Should make most file-local generated-autoload-file unnecessary.
6471         (print-readably): Silence warnings.
6472         (autoload-find-destination): Take load-name as an arg to make sure
6473         it's the same as the one that will be in the file.
6474         (autoload-generate-file-autoloads): Adjust to above changes.
6475         Try to make the dataflow a bit simpler.
6477         * cvs-status.el (cvs-refontify): Remove unused.
6479 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
6481         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6483         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6484         twos-complement mode.
6486 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
6488         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6489         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
6490         (calc-inverse): Add "Option" to message, as appropriate.
6491         (calc-hyperbolic): Add "Option" to message, as appropriate.
6492         (calc-option, calc-is-option): New functions.
6494         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6495         (calc-option-prefix-help): New function.
6497         * calc/calc-misc.el (calc-help): Add "Option" entry.
6499         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6500         (calc-option-flag): New variable.
6501         (calc-do): Set `calc-option-flag to nil.
6502         (calc-set-mode-line): Add "Opt " as appropriate.
6504 2010-04-16  Juri Linkov  <juri@jurta.org>
6506         Move scrolling commands from simple.el to window.el
6507         because their primitives are implemented in window.c.
6509         * simple.el (scroll-error-top-bottom)
6510         (scroll-up-command, scroll-down-command, scroll-up-line)
6511         (scroll-down-line, scroll-other-window-down)
6512         (beginning-of-buffer-other-window, end-of-buffer-other-window):
6513         * window.el (scroll-error-top-bottom)
6514         (scroll-up-command, scroll-down-command, scroll-up-line)
6515         (scroll-down-line, scroll-other-window-down)
6516         (beginning-of-buffer-other-window, end-of-buffer-other-window):
6517         Move from simple.el to window.el because their primitives are
6518         implemented in window.c.
6520 2010-04-16  Juri Linkov  <juri@jurta.org>
6522         * isearch.el (isearch-lookup-scroll-key): Check both
6523         `isearch-scroll' and `scroll-command' properties.
6524         (scroll-up, scroll-down): Remove `isearch-scroll' property.
6526         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6528         * simple.el (scroll-up-command, scroll-down-command)
6529         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6531 2010-04-15  Juri Linkov  <juri@jurta.org>
6533         * simple.el (scroll-up-command, scroll-down-command)
6534         (scroll-up-line, scroll-down-line): Put `scroll-command'
6535         property on the these symbols.  Remove them from
6536         `scroll-preserve-screen-position-commands'.
6538         * mwheel.el (mwheel-scroll): Put `scroll-command' and
6539         `isearch-scroll' properties on the `mwheel-scroll' symbol.
6540         Remove it from `scroll-preserve-screen-position-commands'.
6542         * isearch.el (isearch-allow-scroll): Doc fix.
6544 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
6546         * net/tramp.el (tramp-error-with-buffer): Don't show the
6547         connection buffer when we are in completion mode.
6548         (tramp-file-name-handler): Catch the error for some operations
6549         when we are in completion mode.  This gives the user the chance to
6550         correct the file name in the minibuffer.
6552 2010-04-15  Glenn Morris  <rgm@gnu.org>
6554         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6556 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
6558         Simplify by using `define-derived-mode'.
6559         * info.el (Info-mode):
6560         * calendar/todo-mode.el (todo-mode):
6561         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6562         (gomoku-mode-map): Move initialization into declaration.
6564 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
6566         Fix Bug#5840.
6567         * ido.el (ido-file-name-all-completions-1):
6568         * minibuffer.el (minibuffer-completion-help):
6569         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6571 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6573         * simple.el (non-essential): New var.
6575         Add a new field `location' to bookmarks for non-file bookmarks.
6576         * bookmark.el (bookmark-location): Use the new field, if present.
6577         (bookmark-insert-location): Undo last change, not needed any more.
6578         * man.el (Man-bookmark-make-record):
6579         * woman.el (woman-bookmark-make-record): Add `location' field.
6581 2010-04-14  Juri Linkov  <juri@jurta.org>
6583         * simple.el (scroll-error-top-bottom): New defcustom.
6584         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
6586         * emulation/pc-select.el (pc-select-override-scroll-error):
6587         Obsolete in favor of `scroll-error-top-bottom'.
6589 2010-04-14  Juri Linkov  <juri@jurta.org>
6591         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6592         `scroll-up-command' and `M-v' to `scroll-down-command'.
6594         * emulation/cua-rect.el (cua--init-rectangles):
6595         * forms.el (forms--change-commands):
6596         * image-mode.el (image-mode-map):
6597         Remap scroll-down-command and scroll-up-command
6598         in addition to scroll-down and scroll-up.
6600 2010-04-14  Juri Linkov  <juri@jurta.org>
6602         * mwheel.el (scroll-preserve-screen-position-commands):
6603         Add mwheel-scroll to this list of commands.
6605         * simple.el (scroll-preserve-screen-position-commands):
6606         Add scroll-up-command, scroll-down-command, scroll-up-line,
6607         scroll-down-line to this list of commands.
6609 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6611         * obsolete/complete.el: Move from lisp/complete.el.
6613         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6615         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6616         to the minor mode function now turns the mode ON unconditionally.
6618 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * vc-dir.el (vc-dir-kill-line): New command.
6621         (vc-dir-mode-map): Bind it to C-k.
6623         * bookmark.el (bookmark-insert-location): Handle a nil filename.
6625         * woman.el: Add bookmark declarations to silence the compiler.
6626         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6627         step to compatibility between man and woman bookmarks.
6628         Adjust for Man-default-bookmark-title renaming.
6629         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
6631         * man.el: Add bookmark declarations to silence the compiler.
6632         (Man-name-local-regexp): Make it match NAME as well.
6633         (Man-getpage-in-background): Return the buffer.
6634         (Man-notify-when-ready): Use `case'.
6635         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6636         Don't hardcode "NAME".  Simplify.
6637         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6638         Rename from Man-bookmark-make-record.
6639         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
6640         we have the actual man-args.  Use Man-getpage-in-background rather
6641         than `man' since the arg is already processed.  Let bookmark.el do the
6642         window handling.  Only wait for the relevant process.
6643         Don't forget to autoload.
6645         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6647 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6649         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6650         New functions.
6651         (woman-mode): Setup bookmark support.
6653         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6654         (man-bookmark-jump): New functions.
6655         (Man-mode): Setup bookmark support.
6657 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
6659         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6660         recognize ssh-keygen prompt (Bug#2817).
6662 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
6664         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6666 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
6668         Synchronize with Tramp repository.
6670         * net/tramp.el (tramp-completion-function-alist)
6671         (tramp-file-name-regexp, tramp-chunksize)
6672         (tramp-local-coding-commands, tramp-remote-coding-commands):
6673         Fix docstring.
6674         (tramp-remote-process-environment): Use `format' instead of `concat'.
6675         (tramp-handle-directory-files-and-attributes)
6676         (tramp-get-remote-path): Use `copy-tree'.
6677         (tramp-handle-file-name-all-completions): Backward/ XEmacs
6678         compatibility: Use `completion-ignore-case' if
6679         `read-file-name-completion-ignore-case' does not exist.
6680         (tramp-do-copy-or-rename-file-directly): Do not use
6681         `tramp-handle-file-remote-p'.
6682         (tramp-do-copy-or-rename-file-out-of-band):
6683         Use `tramp-compat-delete-directory'.
6684         (tramp-do-copy-or-rename-file-out-of-band)
6685         (tramp-compute-multi-hops, tramp-maybe-open-connection):
6686         Use `format-spec-make'.
6687         (tramp-find-foreign-file-name-handler)
6688         (tramp-advice-make-auto-save-file-name)
6689         (tramp-set-auto-save-file-modes): Remove superfluous check for
6690         `stringp'.  This is done inside `tramp-tramp-file-p'.
6691         (tramp-debug-outline-regexp): New defconst.
6692         (tramp-get-debug-buffer): Use it.
6693         (tramp-check-for-regexp): Use (forward-line 1).
6694         (tramp-set-auto-save-file-modes): Adapt version check.
6696         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6697         Wrap call of `featurep' for 2nd argument.
6698         (tramp-compat-make-temp-file): Simplify fallback implementation.
6699         (tramp-compat-copy-tree): Remove function.
6700         (tramp-compat-delete-directory): Provide implementation for older
6701         Emacsen.
6703         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6704         Do not use `tramp-fish-handle-file-attributes.
6706         * net/trampver.el: Update release number.
6708 2010-04-10  Glenn Morris  <rgm@gnu.org>
6710         * progmodes/compile.el (compilation-save-buffers-predicate):
6711         Add missing :version tag.
6713 2010-04-09  Sam Steingold  <sds@gnu.org>
6715         * progmodes/compile.el (compilation-save-buffers-predicate):
6716         Remove the "autoload" cookie.
6718         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6719         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6720         and `bug-reference-prog-mode' can be used in hooks directly.
6722 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
6724         Add --author support to git commit.
6725         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6726         (vc-git-log-edit-mode): New minor mode.
6727         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6728         New declarations.
6730 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
6732         * vc-hooks.el, vc-git.el: Improve documentation comments.
6734 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6736         Fix some of the problems in defsubst* (bug#5728).
6737         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6738         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6740 2010-04-07  Sam Steingold  <sds@gnu.org>
6742         * progmodes/compile.el (compilation-save-buffers-predicate):
6743         New custom variable.
6744         (compile, recompile): Pass it to `save-some-buffers'.
6746 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
6748         * wid-edit.el (widget-choose): Move cursor to the second line of
6749         the buffer (Bug#5695).
6751 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
6753         Add new VC methods: vc-log-incoming and vc-log-outgoing.
6754         * vc.el (vc-print-log-setup-buttons): New function split out from
6755         vc-print-log-internal.
6756         (vc-log-internal-common): New function, a parametrized version of
6757         vc-print-log-internal.
6758         (vc-print-log-internal): Just call vc-log-internal-common with the
6759         right arguments.
6760         (vc-incoming-outgoing-internal):
6761         (vc-log-incoming, vc-log-outgoing): New functions.
6762         (vc-log-view-type): New permanent local variable.
6764         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6766         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6767         of the dynamic bound vc-short-log.
6768         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6770         * vc-git.el (vc-git-log-outgoing): New function.
6771         (vc-git-log-view-mode): Use vc-log-view-type instead
6772         of the dynamic bound vc-short-log.
6774         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6775         of the dynamic bound vc-short-log.  Highlight the tag.
6776         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6777         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6778         (vc-hg-incoming-mode): Remove.
6779         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6781 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
6783         Fix default-directory for vc-root-diff.
6784         * vc.el (vc-root-diff): Bind default-directory to the root
6785         directory for the diff command.
6787 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
6789         * progmodes/verilog-mode.el (verilog-forward-sexp):
6790         (verilog-calc-1): Support "disable fork" and "fork wait" multi
6791         word keywords, suggested by Steve Pearlmutter.
6792         (verilog-pretty-declarations): Support lineup of declarations in
6793         port lists.
6794         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6795         fix bug for /* / comments.
6796         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6797         Speed up and simplfy as this is never called with a bound.
6798         (verilog-pretty-declarations): Enhance to line up declarations
6799         inside a parameter list, suggested by Alan Morgan.
6800         (verilog-pretty-expr): Tune assignment regular expression match
6801         string for corner cases; also use markers instead of character
6802         number as indent changes the later.
6804 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
6806         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6807         as missing keyword.
6808         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6809         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
6810         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6811         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
6812         Tennant.
6813         (verilog-keywords):
6814         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6815         1800-2009 keywords, including "global.".
6817 2010-04-06  John Wiegley  <jwiegley@gmail.com>
6819         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6820         appearing in buffer list (if a live buffer name matched a recentf
6821         file basename).  Should use uniquify to offer a real solution.
6823 2010-04-06  John Wiegley  <jwiegley@gmail.com>
6825         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6826         comment to code, and add a :version tag.
6827         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6829 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
6831         Enable recentf-mode if using virtual buffers.
6832         * ido.el (recentf-list): Declare for byte-compiler.
6833         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
6834         (ido-make-buffer-list): Simplify.
6835         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
6837 2010-04-05  Juri Linkov  <juri@jurta.org>
6839         Scrolling commands which scroll a line instead of full screen.
6840         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6842         * simple.el (scroll-up-line, scroll-down-line): New commands.
6843         Put property isearch-scroll=t on them.
6845         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6846         Remove commands.
6848 2010-04-05  Juri Linkov  <juri@jurta.org>
6850         Scrolling commands which do not signal errors at top/bottom.
6851         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6853         * simple.el (scroll-up-command, scroll-down-command): New commands.
6854         Put property isearch-scroll=t on them.
6856         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6857         `scroll-down-command' and [next] from `scroll-up' to
6858         `scroll-up-command'.
6860         * emulation/cua-base.el: Put property CUA=move on
6861         `scroll-up-command' and `scroll-down-command'.
6862         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6863         and `scroll-down-command' to `cua-scroll-down'.
6865 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
6867         * help.el (describe-mode): Return nil.
6869 2010-04-04  John Wiegley  <jwiegley@gmail.com>
6871         * ido.el (ido-use-virtual-buffers): New variable to indicate
6872         whether "virtual buffer" support is enabled for IDO.
6873         (ido-virtual): Face used to indicate virtual buffers in the list.
6874         (ido-buffer-internal): If a buffer is chosen, and no such buffer
6875         exists, but a virtual buffer of that name does (which would be why
6876         it was in the list), recreate the buffer by reopening the file.
6877         (ido-make-buffer-list): If virtual buffers are being used, call
6878         `ido-add-virtual-buffers-to-list' before the make list hook.
6879         (ido-virtual-buffers): New variable which contains a copy of the
6880         current contents of the `recentf-list', albeit pared down for the
6881         sake of speed, and with proper faces applied.
6882         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6883         create a list of "virtual buffers" to present to the user in
6884         addition to the currently open set.  Note that this logic could
6885         get rather slow if that list is too large.  With the default
6886         `recentf-max-saved-items' of 200, there is little speed penalty.
6888 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6890         * font-lock.el: Require CL when compiling.
6891         (font-lock-turn-on-thing-lock): Use `case'.
6893 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
6895         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6896         Zaretskii.
6898 2010-04-02  Juri Linkov  <juri@jurta.org>
6900         * ehelp.el (electric-help-orig-major-mode):
6901         New buffer-local variable.
6902         (electric-help-mode): Set it to original major-mode.  Doc fix.
6903         (with-electric-help): Use `electric-help-orig-major-mode' instead
6904         of (default-value 'major-mode).  Doc fix.
6905         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6907 2010-04-02  Sam Steingold  <sds@gnu.org>
6909         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6910         `vc-hg-command' with a list of flags.
6912         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6913         Also accept "patch" and "RFE".
6914         (bug-reference-fontify): `bug-reference-url-format' can also be a
6915         function to be able to handle the bug kind.
6916         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6918 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
6920         * tmm.el (tmm-get-keymap): Check with symbolp before passing
6921         value to fboundp, it may not be a symbol.
6923 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6925         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6927 2010-03-31  Juri Linkov  <juri@jurta.org>
6929         * simple.el (next-line, previous-line): Re-throw a signal
6930         with `signal' instead of using `ding'.
6931         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6933 2010-03-31  Juri Linkov  <juri@jurta.org>
6935         * simple.el (keyboard-escape-quit): Raise deselecting the active
6936         region higher than exiting the minibuffer.
6937         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6939 2010-03-31  Juri Linkov  <juri@jurta.org>
6941         * image.el (image-animated-p): Use `image-metadata' instead of
6942         `image-extension-data'.  Get GIF extenstion data from metadata
6943         property `extension-data'.
6945 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6947         * simple.el (append-to-buffer): Simplify.
6949 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
6951         * textmodes/artist.el (artist-mode): Fix typo in docstring.
6952         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
6954 2010-03-31  Kenichi Handa  <handa@m17n.org>
6956         * language/sinhala.el (composition-function-table): Fix regexp for
6957         the new Unicode specification.
6959         * language/indian.el (devanagari-composable-pattern)
6960         (tamil-composable-pattern, kannada-composable-pattern)
6961         (malayalam-composable-pattern): Adjust for the new Unicode
6962         specification.
6963         (bengali-composable-pattern, gurmukhi-composable-pattern)
6964         (gujarati-composable-pattern, oriya-composable-pattern)
6965         (telugu-composable-pattern): New variables to cope with the new
6966         Unicode specification.  Use them in composition-function-table.
6968 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6970         Make tmm-menubar work for the Buffers menu again (bug#5726).
6971         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6972         vectors rather than cons cells, as used in menu-bar-update-buffers.
6974 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6976         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6977         (js-insert-and-indent): Revert 2009-08-15 change, restoring
6978         electric punctuation for "{}();,:" (Bug#5586).
6980         * mail/sendmail.el (mail-default-directory): Doc fix.
6982 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6984         * mail/sendmail.el (mail-default-directory): Doc fix.
6986 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
6988         * subr.el (version-regexp-alist, version-to-list)
6989         (version-list-<, version-list-=, version-list-<=)
6990         (version-list-not-zero, version<, version<=, version=): Doc fix.
6991         (Bug#5744).
6993 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
6995         * vc.el (vc-root-diff): Doc fix.
6997 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6999         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
7001         * simple.el (append-to-buffer): Fix last change.
7003 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7005         * simple.el (append-to-buffer): Ensure that point is preserved if
7006         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
7007         (Bug#5749)
7009 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7011         * files.el (auto-mode-case-fold): Change default to t.
7013 2010-03-30  Juri Linkov  <juri@jurta.org>
7015         * dired-x.el (dired-omit-mode): Doc fix.
7017 2010-03-30  Juri Linkov  <juri@jurta.org>
7019         * replace.el (occur-accumulate-lines): Move occur-engine related
7020         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
7021         to be located after `occur-engine'.
7023 2010-03-30  Juri Linkov  <juri@jurta.org>
7025         Make occur handle multi-line matches cleanly with context.
7026         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
7028         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
7029         (occur-engine): Add local variables `ret', `prev-after-lines',
7030         `prev-lines'.  Use more arguments for `occur-context-lines'.
7031         Set first elem of its returned list to `data', and the second elem
7032         to `prev-after-lines'.  Don't print the separator line.
7033         In the end, print remaining context after-lines.
7034         (occur-context-lines): Add new arguments `begpt', `endpt',
7035         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
7036         after-lines of the previous match with before-lines of the
7037         current match and not overlap them.  Return a list with two
7038         values: the output line and the list of context after-lines.
7040 2010-03-30  Juri Linkov  <juri@jurta.org>
7042         * replace.el (occur-accumulate-lines): Fix a bug where the first
7043         context line at the beginning of the buffer was missing.
7045 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
7047         * files.el: Make bidi-display-reordering safe variable for boolean
7048         values.
7050 2010-03-29  Phil Hagelberg  <phil@evri.com>
7051             Chong Yidong  <cyd@stupidchicken.com>
7053         * subr.el: Extend progress reporters to perform "spinning".
7054         (progress-reporter-update, progress-reporter-do-update):
7055         Handle non-numeric value arguments.
7056         (progress-reporter--pulse-characters): New var.
7058 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
7060         * progmodes/compile.el (compilation-start): Fix regexp detection
7061         of initial cd command (Bug#5771).
7063 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
7065         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
7067 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
7069         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
7070         * progmodes/gdb-mi.el: Restore.
7071         * progmodes/gdb-ui.el: Remove.
7072         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
7074 2010-03-25  Glenn Morris  <rgm@gnu.org>
7076         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
7077         all dired buffers, even tramp ones.  (Bug#5755)
7079 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7081         Add "union tags" in mpc.el.
7082         * mpc.el: Remove backward compatibility code.
7083         (mpc-browser-tags): Change default.
7084         (mpc--find-memoize-union-tags): New var.
7085         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
7086         (mpc-cmd-find): Handle the case where the playlist does not exist.
7087         Handle union-tags.
7088         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
7089         (mpc-cmd-add): Use mpc-cmd-flush.
7090         (mpc-tagbrowser-tag-name): New fun.
7091         (mpc-tagbrowser-buf): Use it.
7092         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
7094 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7096         Misc cleanup.
7097         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
7098         Use replace-regexp-in-string.
7099         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
7100         (makefile-imake-mode-syntax-table): Move init into defvar.
7101         (makefile-mode): Use define-derived-mode.
7103         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
7104         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
7105         not be present any more.
7107 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7109         * faces.el (set-face-attribute): Fix typo in docstring.
7110         (face-valid-attribute-values): Reflow docstring.
7112 2010-03-24  Glenn Morris  <rgm@gnu.org>
7114         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
7116 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
7118         * indent.el (indent-for-tab-command): Doc fix.
7120 2010-03-24  Alan Mackenzie  <acm@muc.de>
7122         * progmodes/cc-engine.el (c-remove-stale-state-cache):
7123         Fix off-by-one error.  Fixes bug #5747.
7125 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7127         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
7128         (image-dired-read-comment): Doc fix.
7130         * json.el (json-object-type, json-array-type, json-key-type)
7131         (json-false, json-null, json-read-number):
7132         * minibuffer.el (completion-in-region-functions):
7133         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
7134         (cal-tex-cursor-week):
7135         * emacs-lisp/trace.el (trace-function):
7136         * eshell/em-basic.el (eshell/printnl):
7137         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
7138         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
7139         * obsolete/levents.el (allocate-event, event-key, event-object)
7140         (event-point, event-process, event-timestamp, event-to-character)
7141         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
7142         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
7143         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
7144         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
7145         (reftex-highlight-selection): Fix typos in docstrings.
7147 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7149         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
7151 2010-03-24  Glenn Morris  <rgm@gnu.org>
7153         * mail/rmail.el (rmail-highlight-face): Restore option deleted
7154         2008-02-13 without comment; mark it obsolete.
7155         (rmail-highlight-headers): Use rmail-highlight-face once more.
7157 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
7159         * woman.el (woman2-process-escapes): Only consume the newline if
7160         the filler character is on a line by itself (Bug#5729).
7162 2010-03-24  Kenichi Handa  <handa@m17n.org>
7164         * language/indian.el (devanagari-composable-pattern): Add more
7165         consonants.
7167 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
7169         * net/trampver.el: Update release number.
7171 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
7173         * net/tramp.el (tramp-find-executable):
7174         Use `tramp-get-connection-buffer'.  Make the regexp for checking
7175         output of "wc -l" more robust.
7176         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
7177         (tramp-open-connection-setup-interactive-shell): Remove workaround
7178         for OpenSolaris bug, it is not needed anymore.
7180 2010-03-24  Glenn Morris  <rgm@gnu.org>
7182         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
7184 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
7186         * files.el (auto-mode-alist): Accept more verilog file patterns.
7188 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7190         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7192 2010-03-24  Glenn Morris  <rgm@gnu.org>
7194         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7195         log-edit-before-checkin-process.
7197         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7199         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
7201         * vc-dispatcher.el (vc-start-logentry): Doc fix.
7202         (log-view-process-buffer, log-edit-extra-flags): Declare.
7204         * log-edit.el (log-edit-before-checkin-process): Doc fix.
7206 2010-03-23  Sam Steingold  <sds@gnu.org>
7208         Fix bug#5620: recalculate all markers on compilation buffer
7209         modifications, not on file modifications.
7210         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7211         the buffer modification time, for buffers not associated with files.
7212         (compilation-mode): Create it.
7213         (compilation-filter): Update it.
7214         (compilation-next-error-function): Use it instead of
7215         `visited-file-modtime' for timestamp.
7217 2010-03-23  Juri Linkov  <juri@jurta.org>
7219         Implement Occur multi-line matches.
7220         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7222         * replace.el (occur): Doc fix.
7223         (occur-engine): Set `begpt' to the beginning of the first line.
7224         Set `endpt' to the end of the last match line.  At first, count
7225         line numbers between `origpt' and `begpt'.  Split out code from
7226         `out-line' variable to new let-bindings `match-prefix' and
7227         `match-str'.  In `out-line' add non-numeric prefix to all
7228         non-first lines of multi-line matches.  Finally, count lines
7229         between `begpt' and `endpt' and add to `lines'.
7231 2010-03-23  Juri Linkov  <juri@jurta.org>
7233         * replace.el (occur-accumulate-lines, occur-engine):
7234         Use `occur-engine-line' instead of duplicate code.
7235         (occur-engine-line): New function created from duplicate code
7236         in `occur-accumulate-lines' and `occur-engine'.
7238         * replace.el (occur-engine-line): Add optional arg `keep-props'.
7239         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7241 2010-03-23  Juri Linkov  <juri@jurta.org>
7243         * finder.el: Remove TODO tasks.
7245         * info.el (Info-finder-find-node): Add node "all"
7246         with all package info.  Handle a list of multiple keywords
7247         separated by comma.
7248         (info-finder): In interactive use with a prefix argument,
7249         use `completing-read-multiple' to read a list of keywords
7250         separated by comma.
7252 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7254         Add a new completion style `substring'.
7255         * minibuffer.el (completion-basic--pattern): New function.
7256         (completion-basic-try-completion, completion-basic-all-completions):
7257         Use it.
7258         (completion-substring--all-completions)
7259         (completion-substring-try-completion)
7260         (completion-substring-all-completions): New functions.
7261         (completion-styles-alist): New style `substring'.
7263 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7265         Get rid of .elc files after removal of the corresponding .el.
7266         * Makefile.in (compile-clean): New target.
7267         (compile-main): Use it.
7269 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
7271         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7272         don't do make there.  When compiling with separate object dir, there
7273         is no Makefile there.
7275 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7277         Get rid of the ELCFILES abomination, again.
7278         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7279         (all, compile): Don't call compile-last.
7280         (compile-main): Build the "elcfiles" list dynamically.
7281         (compile-targets): New (internal) target.
7283 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
7285         * Makefile.in (top_srcdir): Define.
7286         (abs_top_builddir): Define.
7287         (srcdir): Don't append `/..'.
7288         (EMACS): Use ${abs_top_builddir}.
7289         (all, compile, compile-always, compile-last): Don't set emacswd.
7290         (update-subdirs, update-authors): Use $(top_srcdir) instead of
7291         $(srcdir).
7292         (lisp): Use $(srcdir) instead of @srcdir@.
7294 2010-03-21  Juri Linkov  <juri@jurta.org>
7296         Fix message of multi-line occur regexps and multi-buffer header lines.
7297         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7299         * replace.el (occur-1): Don't display regexp if it is longer
7300         than window-width.  Use `query-replace-descr' to display regexp.
7301         (occur-engine): Don't display regexp in the buffer header for
7302         multi-buffer occur.  Display a separate header line with total
7303         match count and regexp for multi-buffer occur.
7304         Use `query-replace-descr' to display regexp.
7306 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7308         * net/secrets.el: Fix parenthesis.
7309         (secrets-enabled): Fix parenthesis.
7311 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7313         Use more relative file and directory names.
7314         * Makefile.in (EMACS): Arrange for it to work when we chdir.
7315         (setwins, setwins_almost, setwins_for_subdirs):
7316         Don't `cd'; output relative names.
7317         (all, compile, compile-always, compile-last): Set emacswd.
7318         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7319         Just cd to the lisp source dir so we can use relative file names.
7321         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7323 2010-03-20  Glenn Morris  <rgm@gnu.org>
7325         * textmodes/rst.el: Use faces for font-lock customization, and make the
7326         old -face variables obsolete.
7327         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7328         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7329         (rst-block-face, rst-external-face, rst-definition-face)
7330         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7331         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7332         Make obsolete.
7333         (rst-font-lock-keywords-function): Update for above changes.
7335 2010-03-20  Juri Linkov  <juri@jurta.org>
7337         * s-region.el:
7338         * obsolete/s-region.el: Move to obsolete.
7340 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
7342         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7344 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7346         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7348 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7350         Add special markup processing for commit logs.
7351         * log-edit.el (log-edit-extra-flags): New variable.
7352         (log-edit): Add new argument MODE.  Use that mode when non-nil
7353         instead of the log-view-mode.
7354         (log-view-process-buffer): New function.
7356         * vc.el: Document that the checkin method takes optional
7357         arguments.  Document new backend specific method: log-view-mode.
7358         (vc-default-log-edit-mode): New function.
7359         (vc-checkin): Use a backend specific log-view-mode.
7360         Pass extra arguments to the checkin method.
7361         (vc-modify-change-comment): Pass a dummy extra argument.
7363         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7364         log-edit.
7365         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7366         (vc-finish-logentry): Process the log buffer before passing it
7367         down.  Pass log-edit-extra-flags.
7369         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7370         command.
7371         (log-edit-extra-flags, log-edit-before-checkin-process):
7372         New declarations.
7374         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7375         command.
7376         (log-edit-extra-flags, log-edit-before-checkin-process):
7377         New declarations.
7378         (vc-hg-log-edit-mode): New derived mode.
7380         * vc-arch.el (vc-arch-checkin):
7381         * vc-cvs.el (vc-cvs-checkin):
7382         * vc-git.el (vc-git-checkin):
7383         * vc-mtn.el (vc-mtn-checkin):
7384         * vc-rcs.el (vc-rcs-checkin):
7385         * vc-sccs.el (vc-sccs-checkin):
7386         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7388 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7390         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7391         parent typo).
7393 2010-03-19  Glenn Morris  <rgm@gnu.org>
7395         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7397 2010-03-18  Glenn Morris  <rgm@gnu.org>
7399         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7401         * replace.el (query-replace-history): Give it a doc string.
7402         (map-query-replace-regexp): Use query-replace-from-history-variable
7403         and query-replace-to-history-variable.
7405         * mail/hashcash.el (declare-function): Remove duplicate definition.
7407         * mail/emacsbug.el (report-emacs-bug-pretest-address):
7408         Make it an obsolete alias for report-emacs-bug-address.
7409         (message-strip-special-text-properties): Declare.
7410         (report-emacs-bug): Remove test for a pretest bug address.
7411         Combine message-mode-specific code.
7413         * mail/supercite.el: Don't require sendmail.
7414         (mh-in-header-p): Declare rather than using with-no-warnings.
7415         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7416         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
7418         * calendar/cal-french.el: Convert to utf-8.
7420         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7421         Emacs scripts.
7423 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
7425         * net/secrets.el (secrets-enabled): New variable.  Use it instead
7426         of a subfeature.
7428 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
7430         * net/secrets.el (top): Register the D-Bus signals only when the
7431         service "org.freedesktop.secrets" can be pinged.
7432         Provide subfeature `enabled'.
7434 2010-03-14  Juri Linkov  <juri@jurta.org>
7436         Add finder unknown keywords.
7438         * finder.el (finder-unknown-keywords): New function.
7440         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7441         to create a Finder node with unknown keywords.
7443 2010-03-14  Juri Linkov  <juri@jurta.org>
7445         * finder.el (finder-compile-keywords): Replace `princ' with
7446         `prin1' on a list of symbols interned from keyword strings.
7448         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7449         a comma, then split keywords using a comma and optional whitespace.
7450         Otherwise, split by whitespace.
7452         * complete.el:
7453         * face-remap.el:
7454         * log-view.el:
7455         * net/hmac-def.el:
7456         * net/hmac-md5.el:
7457         * net/netrc.el:
7458         * progmodes/mixal-mode.el: Fix keywords.
7460 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
7462         * Makefile.in (ELCFILES): Add net/secrets.elc.
7464         * net/secrets.el: New file.
7466 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7468         * facemenu.el (list-colors-display, list-colors-print): New arg
7469         callback.  Use it to allow selecting colors.
7471         * wid-edit.el (widget-image-insert): Insert image prop even if the
7472         current display is non-graphic.
7473         (widget-field-value-set): New fun.
7474         (editable-field): Use it.
7475         (widget-field-value-get): Clean up unused var.
7476         (widget-color-value-create, widget-color--choose-action):
7477         New funs.  Allow using list-colors-display to choose color.
7479 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7481         * cus-edit.el: Resort topmost custom groups.
7482         (custom-buffer-sort-alphabetically): Default to t.
7483         (customize-apropos): Use apropos-parse-pattern.
7484         (custom-search-field): New var.
7485         (custom-buffer-create-internal): Add custom-apropos search field.
7486         (custom-add-parent-links): Don't display parent doc.
7487         (custom-group-value-create): Don't sort top-level custom group.
7488         (custom-magic-value-create): Show visibility button before option name.
7490         (custom-variable-state): New fun, from custom-variable-state-set.
7491         (custom-variable-state-set): Use it.
7492         (custom-group-value-create): Hide options with standard values
7493         using the :hidden-states property.  Use progress reporter.
7495         (custom-show): Simplify.
7496         (custom-visibility): Disable images by default.
7497         (custom-variable): New property :hidden-states.
7498         (custom-variable-value-create): Enable images for
7499         custom-visibility widgets.  Use :hidden-states property to
7500         determine initial visibility.
7502         * wid-edit.el (widget-image-find): Give images center ascent.
7503         (visibility): Add :on-image and :off-image properties.
7504         (widget-visibility-value-create): Use them.
7506 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7508         * cus-edit.el (processes): Remove from development group.
7509         (oop, hypermedia): Delete group.
7510         (comm): Promote to top-level group.
7512         * net/browse-url.el (browse-url):
7513         * net/xesam.el (xesam):
7514         * net/tramp.el (tramp):
7515         * net/goto-addr.el (goto-address):
7516         * net/ange-ftp.el (ange-ftp): Put in comm group.
7518         * view.el (view): Remove from editing group.
7520         * uniquify.el (uniquify): Put in files group.
7522         * net/browse-url.el (browse-url):
7523         * ps-print.el (postscript): Put in external group.
7525         * cus-edit.el (outlines):
7526         * textmodes/text-mode.el (text-mode-hook):
7527         * textmodes/table.el (table):
7528         * textmodes/picture.el (picture):
7529         * outline.el (outlines): Put in wp group.
7531         * nxml/nxml-mode.el (nxml): Remove from wp group.
7533         * net/tramp-imap.el (tramp-imap): Put in tramp group.
7535         * mail/metamail.el (metamail): Remove from hypermedia group.
7537         * cus-edit.el (abbrev):
7538         * whitespace.el (whitespace):
7539         * vcursor.el (vcursor):
7540         * reveal.el (reveal):
7541         * hl-line.el (hl-line): Put in convenience group.
7543         * epg-config.el (epg): Put in data group.
7545         * emulation/pc-select.el (pc-select): Put in emulations group.
7547         * calculator.el (calculator): Put in applications group.
7549 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
7551         Add .dir-locals.el support for file-less buffers.
7552         * files.el (hack-local-variables): Split out code to apply local
7553         variable settings ...
7554         (hack-local-variables-apply): ... here.  New function.
7555         (hack-dir-local-variables): Use the default directory for when the
7556         buffer does not have an associated file.
7557         (hack-dir-local-variables-non-file-buffer): New function.
7558         * diff-mode.el (diff-mode):
7559         * vc-annotate.el (vc-annotate-mode):
7560         * vc-dir.el (vc-dir-mode):
7561         * log-edit.el (log-edit-mode):
7562         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7564 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
7566         Add support for shelving snapshots and for showing shelves.
7567         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7568         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7569         New functions.
7570         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7571         (vc-bzr-extra-menu-map): Map them.
7573 2010-03-11  Glenn Morris  <rgm@gnu.org>
7575         * cus-edit.el (customize-changed-options-previous-release):
7576         Bump to 23.1.
7578         * image.el (image-animate-max-time): Fix :version tag.
7580 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
7582         * Branch for 23.2.
7584 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7586         * vc-git.el (vc-git-revision-table): Include remote branches.
7588 2010-03-10  Kim F. Storm  <storm@cua.dk>
7590         Animated image API.
7591         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7593         * image.el (image-animate-max-time): New defcustom.
7594         (image-animated-types): New defconst.
7595         (create-animated-image, image-animate-timer)
7596         (image-animate-start, image-animate-stop, image-animate-timeout)
7597         (image-animated-p): New functions.
7599         * image-mode.el (image-toggle-display-image):
7600         Replace `create-image' with `create-animated-image'.
7602 2010-03-09  Miles Bader  <miles@gnu.org>
7604         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7605         instead of "format:"; this ensures that the output is
7606         newline-terminated.
7608 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
7610         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7611         that all errors are caught, and that the return value is always a
7612         list (Bug#5692).
7614 2010-03-08  Kenichi Handa  <handa@m17n.org>
7616         * language/misc-lang.el (windows-1256): New coding system.
7617         (cp1256): New alias of windows-1256 (bug#5690).
7619 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
7621         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7622         call to rfc822-bad-address.  (Bug#5692)
7624 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
7626         * vc-git.el (vc-git-annotate-extract-revision-at-line):
7627         Use vc-git-root as default directory for revision path (Bug#5657).
7629 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
7631         * calculator.el (calculator): Don't bind split-window-keep-point
7632         (Bug#5674).
7634 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7636         * vc-git.el: Re-flow to fit into 80 columns.
7637         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7638         Remove spurious `quote' element in each case alternative.
7639         (vc-git-show-log-entry): Use prog1.
7640         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7642 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7644         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7646 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
7648         * macros.el (insert-kbd-macro): Look up keyboard macro using the
7649         definition, not the name (Bug#5481).
7651 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
7653         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7654         argument with a local variable.  (Bug#5670)
7656 2010-03-02  Juri Linkov  <juri@jurta.org>
7658         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
7660 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
7662         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7663         error when FILENAME and NEWNAME are existing remote directories.
7665         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7666         parameter DIR-FLAG.
7668 2010-03-02  Glenn Morris  <rgm@gnu.org>
7670         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7671         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7673 2010-03-01  Kenichi Handa  <handa@m17n.org>
7675         * language/burmese.el (burmese-composable-pattern): Rename from
7676         myanmar-composable-pattern.
7678         * international/characters.el (script-list):
7679         * international/fontset.el (script-representative-chars):
7680         Change myanmar to burmese.
7681         (otf-script-alist): Likewise.
7682         (setup-default-fontset): Likewise.  Re-fix :otf spec.
7684 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7686         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7688 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
7690         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7692 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
7694         * net/tramp.el (tramp-handle-write-region): START can be a string.
7695         Take care in the checks.  Reported by Dan Davison
7696         <davison@stats.ox.ac.uk>.
7698 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
7700         * net/dbus.el (dbus-introspect, dbus-get-property)
7701         (dbus-set-property, dbus-get-all-properties):
7702         Use `dbus-call-method' when noninteractive.  (Bug#5645)
7704 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
7706         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7707         * emacs-lisp/elint.el (elint-add-required-env):
7708         * calendar/icalendar.el (icalendar--add-diary-entry):
7709         * calc/calcalg2.el (math-tracing-integral):
7710         * files.el (recover-session-finish): Use with-current-buffer
7711         instead of save-excursion.
7713 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7715         Fix in-buffer completion when after-change-functions modify the buffer.
7716         * minibuffer.el (completion--replace): New function.
7717         (completion--do-completion): Use it and use relative movement.
7719 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
7721         * international/fontset.el (setup-default-fontset): Fix :otf spec.
7723 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
7725         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7726         Allow the characters _<> in the stack entry (Bug#5653).
7728 2010-02-26  Kenichi Handa  <handa@m17n.org>
7730         * language/burmese.el: Fix entries in composition-function-table.
7731         (myanmar-composable-pattern): New variable.
7733         * international/fontset.el (setup-default-fontset): Add an entry
7734         for myanmar.
7736         * international/characters.el (script-list): Add Myanmar
7737         Extended-A.
7739 2010-02-26  Glenn Morris  <rgm@gnu.org>
7741         * custom.el (custom-initialize-delay): Doc fix.
7743         * mail/sendmail.el (send-mail-function): Autoload the call
7744         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7746 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
7748         * files.el (hack-local-variables-filter): For eval forms, also
7749         check safe-local-variable-p (Bug#5636).
7751 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
7753         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7754         setting the modes by `ignore-errors'.  It might fail, for example
7755         if the file is not owned by the user but the group.
7756         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7758 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
7760         * files.el (directory-listing-before-filename-regexp): Use
7761         stricter matching for iso-style dates, to avoid false matches with
7762         date-like filenames (Bug#5597).
7764         * htmlfontify.el (htmlfontify): Doc fix.
7766         * eshell/eshell.el (eshell): Doc fix.
7768         * startup.el (fancy-about-screen): In mode-line, apply
7769         mode-line-buffer-id face only to the buffer name (Bug#5613).
7771 2010-02-20  Kevin Ryde  <user42@zip.com.au>
7773         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7774         In `watcom' anchor regexp to start of line, to avoid slowness
7775         (Bug#5599).
7777 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
7779         * subr.el (remove-yank-excluded-properties): Explain in a comment
7780         why `category' property is removed.
7782 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
7784         * isearch.el (isearch-update-post-hook, isearch-update): Revert
7785         2010-02-17 change.
7787 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
7789         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7790         (icalendar--convert-weekly-to-ical)
7791         (icalendar--convert-yearly-to-ical)
7792         (icalendar--convert-block-to-ical)
7793         (icalendar--convert-cyclic-to-ical)
7794         (icalendar--convert-anniversary-to-ical): Take care of time
7795         specifications where hour has 1-digit only (Bug#5549).
7797 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
7799         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7800         of disassemble output in GDB 7.1.
7802 2010-02-19  Glenn Morris  <rgm@gnu.org>
7804         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7805         property.  (Bug#5593)
7807 2010-02-18  Sam Steingold  <sds@gnu.org>
7809         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7811 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7813         Use abbreviated file names in bookmarks (bug#5591).
7814         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7815         calls to expand-file-name.
7816         (bookmark-relocate): Use abbreviated file names in bookmarks.
7817         (bookmark-load): Use abbreviated file names in messages.
7819 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
7821         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7822         expand "." and "..".  Reported by Thierry Volpiatto
7823         <thierry.volpiatto@gmail.com>.
7825 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
7827         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7828         permissions of the temporary file to "0600".  In case the remote
7829         file has no read permissions for the owner, there might be
7830         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
7832 22010-02-18  Glenn Morris  <rgm@gnu.org>
7834         * emacs-lisp/authors.el (authors-renamed-files-alist):
7835         Add entries for INSTALL.CVS.
7837 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
7839         * vc-bzr.el: Fix typo in Known Bugs section.
7841         * isearch.el (isearch-update-post-hook): New hook.
7842         (isearch-update): Use the new hook.
7844 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
7846         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7847         Fix errors in copying directories.
7848         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7849         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7850         (tramp-handle-delete-file)
7851         (tramp-handle-dired-recursive-delete-directory)
7852         (tramp-handle-write-region): Flush also the cache for the upper
7853         directory.
7855 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
7857         * simple.el (save-interprogram-paste-before-kill): Doc fix.
7859         * cus-edit.el (hardware): Doc fix.
7861         * man.el (man): Add to external custom group.
7863         * delim-col.el (columns): Move to wp custom group.
7865         * doc-view.el (doc-view): Add to data custom group.
7867         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7869         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7870         by ispell-parse-output (Bug#5575).
7872 2010-02-16  Kenichi Handa  <handa@m17n.org>
7874         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7875         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7876         (skkdic-convert): Use `euc-japan' coding system for writing.
7878 2010-02-16  Glenn Morris  <rgm@gnu.org>
7880         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7881         tex-main-file before using it.  (Bug#5562)
7883 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7885         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7886         warnings, since it is annoying for the user to see them each time he
7887         runs the code.
7889 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
7891         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7892         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7893         instead of PROC for caching "first-password-request".  Otherwise,
7894         new processes would not profit from passwords already entered.
7896         * net/tramp-cache.el (tramp-dump-connection-properties):
7897         Don't save "first-password-request" property.
7899 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
7901         * outline.el (outline-head-from-level):
7902         * simple.el (with-wrapper-hook):
7903         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7904         (elint-defun, elint-buffer-env, elint-top-form-logged)
7905         (elint-unbound-variable):
7906         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7907         Fix typos in docstrings.
7909 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
7911         * files.el (insert-directory): When WILDCARD-REGEXP and
7912         FULL-DIRECTORY-P are nil, insert the file entry instead of the
7913         whole directory.  (Bug#5551)
7915         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
7916         dired's alignment sanity.  (Bug#5516)
7918 2010-02-14  Juri Linkov  <juri@jurta.org>
7920         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7921         Remove remaining ^H with their preceding chars.  (Bug#5566)
7923 2010-02-13  Glenn Morris  <rgm@gnu.org>
7925         * simple.el (transpose-subr): Give it a doc-string.
7927         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7928         Doc fixes.
7930 2010-02-12  Juri Linkov  <juri@jurta.org>
7932         * arc-mode.el (archive-unique-fname): Make directories for nested
7933         archives.  (Bug#5540)
7935 2010-02-12  Juri Linkov  <juri@jurta.org>
7937         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
7939 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7941         * subr.el (copy-overlay): Handle deleted overlays.
7943         * man.el (Man-completion-table): Don't signal an error if we can't run
7944         manual-program (bug#4056).
7946 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
7948         * textmodes/artist.el (artist-mt): Fix typos in docstring.
7950 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7952         * info.el (Info-bookmark-jump): Simplify.
7954         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7955         (bookmark-default-handler): Accept new bookmark field `buffer'.
7957 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
7959         * iswitchb.el (iswitchb-completions): Revert last change.
7961 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
7963         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7964         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7965         This prevents file names like "~/" being listed literally.
7967 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
7969         * term/xterm.el (xterm-maybe-set-dark-background-mode):
7970         Remove dead code.  (Bug#5546)
7972 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
7974         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7975         correctly (Bug#5548).
7977 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
7979         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7980         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7982 2010-02-08  Kenichi Handa  <handa@m17n.org>
7984         * international/mule-util.el (with-coding-priority): Add autoload
7985         cookie for putting `lisp-indent-function'.
7987 2010-02-07  Glenn Morris  <rgm@gnu.org>
7989         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7990         Move F2003 named interfaces from keywords-2 to keywords-1, and
7991         use function-name-face rather than constant-face.
7992         Simplify "abstract interface" regexp.
7994 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
7996         * eshell/esh-util.el (eshell-file-attributes): New optional arg
7997         ID-FORMAT.  Pass it to `file-attributes'.
7999         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
8001 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
8003         * faces.el (set-face-attribute): Allow calling
8004         internal-set-lisp-face-attribute with 'unspecified family and
8005         foundry argument (Bug#5536).
8007 2010-02-07  Glenn Morris  <rgm@gnu.org>
8009         * progmodes/f90.el (f90-font-lock-keywords-2)
8010         (f90-looking-at-type-like, f90-looking-at-program-block-end):
8011         Handle F2003 named interfaces.
8013 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
8015         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
8016         beg and end before calling c-get-state-before-change-functions.
8018 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
8020         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
8022 2010-02-05  Juri Linkov  <juri@jurta.org>
8024         * doc-view.el (doc-view-mode):
8025         * image-mode.el (image-mode): Put property mode-class=special.
8026         (Bug#4896)
8028 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
8030         * vc-svn.el (vc-svn-revision-table): New function.
8032 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
8034         * net/ange-ftp.el (ange-ftp-insert-directory):
8035         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8036         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8037         Handle also directories.  (Bug#5478)
8039 2010-02-05  Glenn Morris  <rgm@gnu.org>
8041         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
8043 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
8045         * startup.el (command-line-1): Convert options beginning with a
8046         single dash as well (Bug#5519).
8048 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8050         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
8051         * minibuffer.el (completion-initials-expand): Only check the presence
8052         of delims *within* the boundaries, since otherwise the / delim is
8053         always found for files.
8055         Fix up various corner case problems.
8056         * doc-view.el (doc-view-last-page-number): New function.
8057         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
8058         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
8059         (doc-view-kill-proc): Avoid inf-loop in freak cases.
8060         (doc-view-reconvert-doc): Use the new recursive delete-directory.
8061         (doc-view-convert-current-doc): Don't create the resolution.el file
8062         here any more.
8063         (doc-view-pdf/ps->png): Do it here instead.
8064         (doc-view-already-converted-p): Check that resolution.el is present.
8065         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
8066         windows that are not yet showing images.
8068 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
8070         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
8071         `dired-uncache' for every elemnt which is an absolute file name.
8073         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
8074         directory, handle its directory component.
8075         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
8076         function is called permanently and creates noise, otherwise.
8078         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8079         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8080         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
8082 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
8084         * macros.el (apply-macro-to-region-lines):
8085         Minor simplification.  (Bug#5485)
8087 2010-02-04  Glenn Morris  <rgm@gnu.org>
8089         * mail/rmail.el (rmail-show-message-1): Handle malformed
8090         quoted-printable text.  (Bug#5441)
8092         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
8094         * simple.el (visual-line-mode): Capitalize lighter.
8096 2010-02-03  John Wiegley  <jwiegley@gmail.com>
8098         * iswitchb.el (iswitchb-completions): Add bookmark files to the
8099         list of files considered for "virtual buffer" completions.
8101 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
8103         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
8104         also in case of (and (not full) (not wildcard)).  This is needed
8105         when dired is called with a list of files, which are not in
8106         `default-directory'.  (Bug#5478)
8108 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8110         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
8112 2010-02-02  Juri Linkov  <juri@jurta.org>
8114         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
8115         from unidiff to allow function-line after @@.
8117 2010-02-02  Juri Linkov  <juri@jurta.org>
8119         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
8120         '(RCS SCCS) with inverted condition.
8122 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
8124         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
8125         messages.
8127 2010-02-01  Juri Linkov  <juri@jurta.org>
8129         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
8130         compare with "pkunzip" and "pkzip" instead of only "pkzip".
8131         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
8132         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
8134 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8136         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
8137         (doc-view-revert-buffer): New command.
8138         (doc-view-mode-map): Use it.
8140 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
8142         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
8143         pending merge is detected.
8145 2010-01-31  Juri Linkov  <juri@jurta.org>
8147         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
8148         beginning of interactive spec like all other grep commands do.
8149         Put "all" in front of "gz".  (Bug#5260)
8151 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
8153         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
8155 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
8157         * dirtrack.el (dirtrack): Warn instead of signalling error if the
8158         regexp is incorrect (Bug#5476).
8160 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
8162         * net/tramp.el (tramp-handle-insert-directory): Handle also
8163         symlinks, when FILENAME is not in `default-directory'.
8165 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
8167         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
8168         FILE is not in `default-directory'.  (Bug#5478)
8170         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
8171         of SWITCHES.  Handle the case, FILENAME is not in
8172         `default-directory'.  (Bug#5478)
8173         (tramp-register-file-name-handlers): Add safe-magic property.
8175 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
8177         * arc-mode.el (archive-zip-extract): Quote the argument passed to
8178         unzip (Bug#5475).
8180 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
8182         * progmodes/flymake.el (flymake-allowed-file-name-masks)
8183         (flymake-master-make-header-init): Add other C++ filename masks.
8184         (flymake-find-possible-master-files)
8185         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8187 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
8189         Fix some busybox annoyances.
8191         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8192         not responding." string.
8193         (tramp-open-connection-setup-interactive-shell): Dump stty
8194         settings.  Enable "neveropen" arg for all `tramp-send-command'
8195         calls.  Handle "=" in variable values properly.
8196         (tramp-find-inline-encoding): Raise an error, when no encoding is
8197         found.
8198         (tramp-wait-for-output): Check, whether PROC buffer is available.
8199         Remove spurious " ^H" sequences, sent by busybox.
8200         (tramp-get-ls-command): Suppress coloring, if possible.
8202 2010-01-28  Glenn Morris  <rgm@gnu.org>
8204         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
8206         * log-edit.el (log-edit-strip-single-file-name): Add missing
8207         :safe, :group, and :version tags.
8209 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
8211         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8212         buffers.  (Bug#5477)
8214 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
8216         * files.el (delete-directory): Handle moving to trash without
8217         first doing recursion (Bug#5436).
8219 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
8221         * vc-hooks.el (vc-path): Mark as obsolete.
8223 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
8225         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8226         names too.
8228         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8229         for the short log.
8230         (vc-bzr-log-view-mode): Adjust regexp for the above change.
8232 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
8234         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
8236         * vc-bzr.el (vc-bzr-revision-table): New function.
8238 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
8240         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8241         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
8243 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8245         Remove support for adding --signoff on commit.
8246         Future support will use an incompatible generic mechanism.
8247         * vc-git.el (vc-git-add-signoff): Remove variable.
8248         (vc-git-toggle-signoff): Remove function.
8249         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8251         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8252         from xterm-set-background-mode.  Return t if the background mode
8253         was set.
8254         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8255         earlier, call it again in case the background mode has changed.
8257 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
8259         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8260         (Bug#3541).
8262 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
8264         * emacs-lisp/assoc.el (aelement): Doc fix.
8265         (aput, adelete, amake): Use lexical-let (Bug#5450).
8267 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
8269         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
8270         is the same as subprogram call, not declaration.  (Bug#5435).
8272 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
8274         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8275         (tramp-smb-maybe-open-connection): Use it.
8277 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
8279         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
8281 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8283         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8284         just because we see "encoding: 8bit".
8285         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8287 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
8289         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8291 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
8293         * jka-compr.el (jka-compr-load): If load-file is not in
8294         load-history, try its file-truename version.  (bug#5447)
8296 2010-01-21  Alan Mackenzie  <acm@muc.de>
8298         Fix a situation where deletion of a cpp construct throws an error.
8299         * progmodes/cc-engine.el (c-invalidate-state-cache):
8300         Before invoking c-with-all-but-one-cpps-commented-out, check that the
8301         special cpp construct is still in the buffer.
8302         (c-parse-state): Record the special cpp with markers, not numbers.
8304 2010-01-21  Kenichi Handa  <handa@m17n.org>
8306         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8307         process last-command-event, as it is now decoded first (Bug#5380).
8309 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
8311         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8313 2010-01-20  Glenn Morris  <rgm@gnu.org>
8315         * indent.el (tab-always-indent): Fix custom-type.
8317 2010-01-19  Alan Mackenzie  <acm@muc.de>
8319         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8320         buffer throws "args out of range".
8321         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8322         playing the role of delimiter.
8324 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
8326         * progmodes/ada-mode.el: Fix bug#5400.
8327         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8328         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8329         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
8330         Improve comments in "is" portion.  Handle null procedure declaration.
8331         (ada-move-to-end): Improve doc string.
8333 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
8335         * ido.el (ido-cur-list): Initialize to nil.
8336         Remove obsolete information from commentary.
8337         (ido-choice-list): Initialize to nil.
8338         (ido-get-bufname): Reject minibuffers.
8339         (ido-make-buffer-list): If "default" is a nonexistent
8340         buffer, ignore it, as per the function's comment.
8341         (ido-kill-buffer-internal): New function.
8342         (ido-kill-buffer-at-head): Use it.
8343         (ido-visit-buffer): Likewise.
8345 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8347         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8349 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
8351         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8352         Fix typos in chart titles.
8354         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8355         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8356         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8357         (describe-class, eieio-describe-generic, describe-generic):
8358         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8359         (eieio-speedbar-expand):
8360         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8361         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8362         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8363         (viper-del-backward-char-in-replace, viper-backward-indent)
8364         (viper-brac-function, viper-register-to-point, viper-submit-report):
8365         * net/tramp.el (tramp-remote-coding-commands):
8366         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8367         Fix typos in docstrings.
8369 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8371         * mail/sendmail.el (mail-yank-original): Set the mark if the
8372         specified function for yanking does not do it.
8374 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
8376         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
8378         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8379         resyncing a directory.
8381 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
8383         * progmodes/ada-mode.el: Fix bug#1920.
8384         (ada-ident-re): Delete ., allow multibyte characters.
8385         (ada-goto-label-re): New; matches goto labels.
8386         (ada-block-label-re): New; matches block labels.
8387         (ada-label-re): New; matches both.
8388         (ada-named-block-re): Deleted; callers changed to use
8389         `ada-block-label-re' instead.
8390         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8391         Use `ada-block-label-re'.
8392         (ada-indent-on-previous-lines): Improve handling of goto labels.
8393         (ada-get-indent-block-start): Special-case block label.
8394         (ada-get-indent-label): Split into `ada-indent-block-label' and
8395         `ada-indent-goto-label'.
8396         (ada-goto-stmt-start, ada-goto-next-non-ws):
8397         Optionally ignore goto labels.
8398         (ada-goto-next-word): Simplify.
8399         (ada-indent-newline-indent-conditional): Insert newline before
8400         trying to fix indentation; doc fix.
8402 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
8404         * calc/calc.el (calc-command-flags): Give it an initial value.
8406 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8408         * files.el (minibuffer-with-setup-hook):
8409         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8410         (artist-key-draw-continously, artist-key-do-continously-continously)
8411         (artist-key-set-point-continously, artist-mouse-draw-continously):
8412         Fix typos in docstrings.
8414 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
8416         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8417         return t (Bug#3898).
8419 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
8421         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8422         can parse the output of the external commands (Bug#5279).
8424 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
8426         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8428 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
8430         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8432         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8434         * startup.el (command-line): Remove unused --icon-type arg.
8435         Handle --display arg, passing it to command-line-1 (Bug#5392).
8437 2010-01-16  Mario Lang  <mlang@delysid.org>
8439         * emacs-lisp/chart.el (chart-translate-namezone):
8440         * textmodes/artist.el (artist-compute-popup-menu-table):
8441         Remove duplicated words in doc-strings.
8443 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
8445         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8446         to mairix-search to suppress threading (Bug#5342).
8448 2010-01-15  Kenichi Handa  <handa@m17n.org>
8450         * international/mule-cmds.el (canonicalize-coding-system-name):
8451         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8453 2010-01-15  Glenn Morris  <rgm@gnu.org>
8455         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
8457         * wid-edit.el (widget-keymap): Doc fix.
8459         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8460         former seems to be more widely accepted by various svn versions.
8462 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8464         * find-cmd.el (find-constituents):
8465         * vc-arch.el (vc-arch-root):
8466         * window.el (window-body-height, pop-up-frames):
8467         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8468         * progmodes/ada-stmt.el (ada-if):
8469         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8470         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8471         (ispell-encoding8-command, ispell-aspell-supports-utf8)
8472         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8474         * progmodes/flymake.el (flymake-post-syntax-check):
8475         Fix typo in error message.
8477 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8479         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8480         which is always a string.  (Bug#5313)
8482 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8484         * progmodes/ada-xref.el (ada-default-prj-properties):
8485         Simplify previous change.
8487 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8489         * progmodes/ada-xref.el (ada-default-prj-properties):
8490         Default ada_project_path to $ADA_PROJECT_PATH.
8492 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8494         * progmodes/ada-mode.el (ada-create-keymap):
8495         Override `narrow-to-defun' with `ada-narrow-to-defun'.
8497 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8499         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8500         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8501         (ada-get-current-indent, ada-imenu-generic-expression)
8502         (ada-which-function): Check for it.
8504 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8506         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8507         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8509 2010-01-14  Glenn Morris  <rgm@gnu.org>
8511         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
8513 2010-01-14  Kenichi Handa  <handa@m17n.org>
8515         * composite.el (auto-composition-mode): Make it a buffer local
8516         variable (permanent-local).
8517         (auto-composition-function): Set the default value to
8518         auto-compose-chars.
8519         (auto-composition-mode): Make it a simple function, not a minor mode.
8520         (global-auto-composition-mode): Likewise.
8521         (turn-on-auto-composition-if-enabled): Delete it.
8523 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
8525         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8527 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
8529         * files.el (copy-directory): Compute target for recursive
8530         directories with identical names.  (Bug#5343)
8532 2010-01-12  Glenn Morris  <rgm@gnu.org>
8534         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8535         it to bug-gnu-emacs rather than emacs-pretest-bug.
8537 2010-01-11  Sam Steingold  <sds@gnu.org>
8539         * imenu.el (imenu-default-create-index-function): Detect infinite
8540         loops caused by imenu-prev-index-position-function.
8542 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
8544         * htmlfontify.el (htmlfontify-load-rgb-file)
8545         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8546         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8547         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8548         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8549         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8550         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8551         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8552         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8553         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8554         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8555         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8556         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8557         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8558         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8559         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8560         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8561         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8562         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8563         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8564         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8565         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8566         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8567         backslash-quoting from parentheses, etc.
8569 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
8571         * progmodes/js.el: Autoload javascript-mode alias.
8573 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
8575         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8576         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8577         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8578         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8579         Fix typos in docstrings.
8580         (ffap-url-regexp): Doc fix.
8581         (ffap-at-mouse): Fix typo in message.
8583 2010-01-11  Glenn Morris  <rgm@gnu.org>
8585         * version.el (emacs-copyright): Set copyright year to 2010.
8587 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8589         * format.el (format-annotate-function): Only set
8590         write-region-post-annotation-function after running to-fn so as not to
8591         affect nested write-region calls (bug#5273).
8593 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
8595         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8596         wisent/python.el.
8598 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
8600         * man.el (Man-goto-section): Signal error if the section is not
8601         found (Bug#5317).
8603 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
8605         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8606         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
8608 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
8610         * progmodes/compile.el: Don't treat compile-command as safe if
8611         compilation-read-command might be nil (Bug#4218).
8613 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
8615         * startup.el (command-line-1): Use orig-argi to check for ignored X and
8616         NS options.
8618 2010-01-08  Kenichi Handa  <handa@m17n.org>
8620         * international/fontset.el (build-default-fontset-data):
8621         Exclude characters in scripts kana, hangul, han, or cjk-misc.
8623 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
8625         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8626         to `create-file-buffer' as it expects, not just a buffer name.
8627         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8628         to help uniquify.  (Bug#3224)
8630 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
8632         * font-setting.el (font-setting-change-default-font): Use user-spec
8633         instead of name.
8635 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8637         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8639 2010-01-05  Tom Tromey  <tromey@redhat.com>
8641         * progmodes/python.el (python-font-lock-keywords):
8642         Handle qualified decorators (Bug#881).
8644 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
8646         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8647         in a lightweight checkout.
8649 2010-01-05  Kenichi Handa  <handa@m17n.org>
8651         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8653 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
8655         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8657 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
8659         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8660         checkouts.  (Bug#618)
8661         (vc-bzr-log-view-mode): Also highlight the author.
8662         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8663         (vc-bzr-shelve-menu-map):
8664         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8665         (vc-bzr-shelve-apply): Make prompt more explicit.
8667 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8669         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8670         They are valid characters in URL paths (rfc3986), and at least
8671         Firefox does not understand the encoded version (Bug#3166).
8673 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
8675         * progmodes/octave-mod.el (octave-end-keywords)
8676         (octave-block-begin-or-end-regexp, octave-block-match-alist):
8677         Add "end" keyword (Bug#3061).
8678         (octave-end-as-array-index-p): New function.
8679         (calculate-octave-indent): Use it.
8681 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8683         * bookmark.el: Consistently put the text property on the bookmark name.
8684         (bookmark-bmenu-marks-width): Bump back to 2, to include
8685         annotation marks.
8686         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8687         property on the bookmark name, instead of not putting it at all.
8688         (bookmark-bmenu-list): Fix where we put the text property.
8690 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8692         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8693         for showing buffer modified state (as added in the previous change).
8695 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8697         * bookmark.el: Show modified state of bookmark buffer more accurately.
8698         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8699         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8700         (with-buffer-modified-unmodified): New macro.
8701         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8702         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8703         Use new macro to preserve the buffer modified state.
8705 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8707         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8708         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8709         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8710         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8711         (bookmark-bmenu-rename, bookmark-bmenu-locate)
8712         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8713         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8715 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
8717         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8718         Make the lines in the generated doc string shorter.  (Bug#4668)
8720 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
8722         * net/rcirc.el: Add follow-link binding (Bug#4738).
8724 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
8726         * Makefile.in (bzr-update): Rename from cvs-update.
8727         (cvs-update): New target for backward compatibility.
8729         * makefile.w32-in (bzr-update): Rename from cvs-update.
8730         (cvs-update): New target for backward compatibility.
8732 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8734         * bookmark.el: Remove gratuitous gratitude.
8736 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8738         * bookmark.el (bookmark-bmenu-any-marks): New function.
8739         (bookmark-bmenu-save): Clear buffer modification if no marks.
8741 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8743         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8744         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8745         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8746         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8748         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8749         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8750         To: emacs-devel {_AT_} gnu.org
8751         Subject: bookmark.el bug report
8752         Date: Mon, 28 Dec 2009 14:19:16 +0800
8753         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8755 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
8757         * bookmark.el: Improvements suggested by Drew Adams:
8758         (bookmark-bmenu-ensure-position): New name for
8759         `bookmark-bmenu-check-position'.  Just ensure the position,
8760         don't return any meaningful value.
8761         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8762         New constants.
8764 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
8766         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8767         (bookmark-yank-point, bookmark-bmenu-check-position):
8768         Fix typos in docstrings.
8769         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8770         (bookmark-name-from-full-record, bookmark-get-position)
8771         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8772         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8773         Remove useless quoting of parenthesis, etc. in docstrings.
8775         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8776         (ediff-append-custom-diff): Fix typo in error message.
8777         (ediff-meta-mark-equal-files): Fix typos in messages.
8779         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8781         * net/imap-hash.el (imap-hash-make): Doc fix.
8782         (imap-hash-test): Fix typo in error message; reflow docstring.
8783         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8784         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8785         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8786         Fix typos in docstrings.
8787         (imap-hash-open-connection): Fix typo in error message.
8789         * play/gomoku.el (gomoku): Fix typos in docstring.
8791         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8792         (gdb-jsonify-buffer): Fix typos in docstring.
8793         (gdb-goto-breakpoint): Fix typo in error message.
8794         ("Display Other Windows"): Fix typo in help message.
8795         (gdb-speedbar-expand-node): Fix typo in question.
8797         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8798         (idlwave-html-system-help-location, idlwave-html-help-location)
8799         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8800         (idlwave-help-browser-generic-args, idlwave-help-directory)
8801         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8802         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8803         (idlwave-online-help, idlwave-help-html-link)
8804         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8805         Fix typos in docstrings.
8806         (idlwave-help-with-source, idlwave-help-find-routine-definition):
8807         Reflow docstrings.
8808         (idlwave-help-assistant-start): Fix typo in error message.
8810         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8811         (octave-electric-space): Fix typos in docstrings.
8813 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8815         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8817 2010-01-01  Juri Linkov  <juri@jurta.org>
8819         * comint.el (comint-input-ring-size): Make it a defcustom and
8820         increase the default to 500 (Bug#5148).
8822 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
8824         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8825         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8826         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8828 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
8830         Show working revision correctly for mercurial.
8831         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8832         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8834 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
8836         Declare some functions for the byte-compiler.
8837         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8838         (speedbar-timer-fn, speedbar-change-expand-button-char)
8839         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8841 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
8843         This changeset reverts GDB Graphical Interface to use annotations.
8844         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8846 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
8848         Make vc-dir work on subdirectories of the bzr root.
8849         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
8850         file names relative to it.
8851         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8852         relative directory to vc-bzr-after-dir-status.
8854 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
8856         * font-lock.el (font-lock-refresh-defaults): New function, which
8857         can be used to let font-lock react to external changes in
8858         variables like font-lock-defaults and keywords.
8859         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8861 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
8863         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8865         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8867 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
8869         Supersede color.diff settings in git log (bug#5211).
8871         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8872         escape chars in its output when the user has color.diff set to `always'.
8873         This fix works on git 1.4.2 and newer (released on 2006-08-13).
8875 2009-12-26  Kevin Ryde  <user42@zip.com.au>
8877         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8878         node.  Keep previous "Index" name to work with past coreutils too.
8880         * man.el (man): Revise docstring a bit to show -a and -l as
8881         examples.  Add -k description since support for it has otherwise
8882         been a secret.  (Further to bug#3717.)
8883         (Man-bgproc-sentinel): When "-k foo" produces no output show error
8884         "no matches" rather than "Can't find manpage", as the latter reads
8885         like -k was interpreted as a page name, which is not so.  (Bug#5431)
8887 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
8889         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8890         switches.  Check also for //SUBDIRED// line.
8892 2009-12-25  Kenichi Handa  <handa@m17n.org>
8894         * language/indian.el (devanagari-composable-pattern): Fixed to
8895         handle ZWNJ and ZWJ.  Use it in composition-function-table for
8896         Devanagari.
8897         (malayalam-composable-pattern): Fix previous change.
8899 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8901         * ps-print.el (ps-face-attributes): It was not returning the
8902         attribute face for faces specified as string.  Reported by harven
8903         <harven@free.fr>.  (Bug#5254)
8904         (ps-print-version): New version 7.3.5.
8906 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
8908         * calendar/icalendar.el (icalendar--convert-tz-offset):
8909         Fix timezone names.
8910         (icalendar--convert-tz-offset): Fix the "last-day-problem".
8911         (icalendar--add-diary-entry): Remove the trailing blank that
8912         diary-make-entry inserts.
8914 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
8916         Make `file-expand-wildcards' work for remote files.
8918         * files.el (file-expand-wildcards): In case of remote files, check
8919         only local file name part for wildcards.  Provide feature 'files
8920         and subfeature 'remote-wildcards.  (Bug#5198)
8922         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8923         if there is already an established connection.
8924         (tramp-advice-file-expand-wildcards): Remove it.
8926         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8927         (tramp-advice-file-expand-wildcards): Move from tramp.el.
8928         Activate advice for older GNU Emacs versions.  (Bug#5237)
8930 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
8932         Some doc fixes (more needed).
8934         * find-cmd.el (find-constituents): Reflow docstring.
8935         (find-cmd, find-prune, find-command): Fix typos in docstrings.
8936         (find-generic): Doc fix.
8938 2009-12-17  Juri Linkov  <juri@jurta.org>
8940         Fix regression from 23.1 to allow multiple modes in Local Variables.
8942         * files.el (hack-local-variables-filter): While ignoring duplicates,
8943         don't take `mode' into account.
8944         (hack-local-variables-filter, hack-dir-local-variables):
8945         Don't remove duplicate `mode' from local-variables-alist (like `eval').
8947 2009-12-17  Juri Linkov  <juri@jurta.org>
8949         Make `dired-diff' safer.  (Bug#5225)
8951         * dired-aux.el (dired-diff): Signal an error when `file' equals to
8952         `current' or when `file' is a directory of the `current' file.
8954 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
8956         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8957         unconditionally preloaded files.
8959 2009-12-16  Juri Linkov  <juri@jurta.org>
8961         Revert to old 23.1 logic of using the file at the mark as default.
8962         * dired-aux.el (dired-diff): Use the file at the mark as default
8963         if it's not the same as the current file, and the target dir is
8964         the current dir or the mark is active.  Add the current file
8965         as the arg of `dired-dwim-target-defaults'.  Use the default file
8966         in the prompt.  (Bug#5225)
8968 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
8970         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8971         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8972         (tramp-check-for-regexp): Check also, when an echoing shell stops
8973         to echo sent commands.
8975 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8977         * Makefile.in: Revert last change (Bug#5191).
8979 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
8981         * vc-hg.el (vc-hg-print-log): Fix argument order.
8982         (vc-hg-working-revision): Make sure the command is executed in a
8983         known environment so that we can parse the output.  (Bug#4417)
8985 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8987         * progmodes/python.el (python-symbol-completions): Remove text
8988         properties from symbol string before calling python-send-receive.
8990 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
8992         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8993         when there are values for both file and line.  (Bug#5060)
8995 2009-12-14  Juri Linkov  <juri@jurta.org>
8997         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8998         whitespace after the file name of the first line of unified format,
8999         because git-diff doesn't output whitespace and file modification time
9000         after the file name.
9002 2009-12-14  David Kastrup  <dak@gnu.org>
9004         * info.el (Info-hide-cookies-node): Before hiding a cookie,
9005         check if it already has the `display' property added by
9006         `Info-display-images-node', and not put the `invisible' property
9007         in this case.
9009 2009-12-13  Glenn Morris  <rgm@gnu.org>
9011         * mail/emacsbug.el (message-sort-headers): Define for compiler.
9012         (report-emacs-bug): In message-mode, sort manually before storing
9013         original report text.  (Bug#5178)
9014         Remove superfluous save-excursion.
9016 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
9018         * net/dbus.el (dbus-property-handler): Filter lambda forms out
9019         when responding to "GetAll" properties.
9021 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
9023         * simple.el (compose-mail): Remove mail-setup-with-from from
9024         customization checks.
9026 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
9028         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
9029         RAR archives created on Unix systems.
9031 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9033         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
9034         the varalias that was accidentally removed by the 2009-11-19 change
9035         (bug#5186).
9037 2009-12-12  Kenichi Handa  <handa@m17n.org>
9039         * language/indian.el (indian-compose-regexp): New function.
9040         (malayalam-composable-pattern): Fix the pattern.
9041         (composition-function-table): Set malayalam-composable-pattern for
9042         Malayalam characters.
9044 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
9046         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
9047         rather than down-mouse-1, based on follow-link conventions.
9049         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
9050         are compiled.
9052 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
9054         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
9055         (verilog-vmm-statement-re, verilog-ovm-statement-re)
9056         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
9057         (verilog-leap-to-head, verilog-backward-token):
9058         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
9060 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
9062         * progmodes/verilog-mode.el (verilog-auto-lineup)
9063         (verilog-nameable-item-re): Cleanup user-visible spelling and
9064         documentation errors.  One reported by Gary Delp.
9065         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
9066         (verilog-read-decls): Fix AUTOWIRE with types declared in a
9067         package, bug195.  Reported by Pierre-David Pfister.
9069 2009-12-11  Glenn Morris  <rgm@gnu.org>
9071         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
9073         * mail/emacsbug.el: No longer require sendmail.
9074         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
9075         (report-emacs-bug-orig-text): Doc fix.
9076         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
9077         New local variables, to adapt to different mail-user-agents.
9078         (report-emacs-bug): Fix test for a gnu.org address.
9079         Use overlays for emphasis, since font-lock defeats 'face property.
9080         Pretest bugs also end up at the newsgroup these days.
9081         Stop message-mode stripping text properties.
9082         Set and use the new buffer-local variables.
9083         (report-emacs-bug-hook): Add doc-string.
9084         Remove some unnecessary save-excursions and simplify.
9085         Use the appropriate hook and send-command.
9087         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
9088         capitalization of some menu entries.
9090 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9092         * whitespace.el (whitespace-display-char-on):
9093         Ensure `buffer-display-table' is unique when two or more windows are
9094         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
9095         New version 12.1.
9097 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
9099         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
9100         characters in the Attribute field.
9102 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
9104         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
9106 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9108         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
9109         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9110         Disregard autoload-excludes.
9111         (update-directory-autoloads): Obey autoload-excludes here instead.
9112         But don't store its contents in no-autoloads and remove entries that
9113         refer to excludes files.
9115 2009-12-10  Glenn Morris  <rgm@gnu.org>
9117         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
9118         (expand-mail-aliases): Define for compiler.
9120         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
9121         Define for compiler.
9123         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
9124         appropriate for the mail-user-agent in use.
9126 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
9128         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
9130 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
9132         Fix short log parsing and fontification.
9133         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
9134         Fix fontification for the [merge] label.
9136 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
9138         Drop some properties to avoid surprises (bug#5002).
9139         * htmlfontify.el (hfy-ignored-properties): New defcustom.
9140         (hfy-fontify-buffer): Use it.
9142 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9144         Minor cleanup.
9145         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
9146         Adjust all callers.
9147         (ffap-locate-file): Remove unused arg `dir-ok' and make other
9148         args compulsory.  Adjust callers.
9149         (ffap-gopher-at-point): Remove unused var `name'.
9151         Get rid of the ELCFILES abomination.
9152         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9153         (compile-elcfiles): New phony target.
9154         (compile-main): Compute ELCFILES dynamically.
9155         (compile-clean): New target to remove left-over elc files.
9156         (compile, all): Use it.
9158 2009-12-09  Kenichi Handa  <handa@etlken>
9160         * international/mule-diag.el: Require help-mode instead of help-fns.
9162 2009-12-09  Kenichi Handa  <handa@m17n.org>
9164         * international/mule-cmds.el (ucs-names): Supply sufficiently
9165         fine ranges instead of pre-calculating accurate ranges.
9166         Iterate with bigger gc-cons-threshold.
9168 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
9170         Add support for stashing a snapshot of the current tree.
9171         * vc-git.el (vc-git-stash-snapshot): New function.
9172         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
9174 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
9176         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
9177         instead of `(beginning|end)-of-line'.
9179 2009-12-08  Glenn Morris  <rgm@gnu.org>
9181         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
9183         * Makefile.in (ELCFILES): Regenerate.
9185 2009-12-07  Juri Linkov  <juri@jurta.org>
9187         Don't lazy-highlight the comint output in history Isearch mode.
9189         * comint.el (comint-history-isearch-search): Instead of
9190         `comint-line-beginning-position', use `comint-after-pmark-p'
9191         to check if point if before the process mark, and go to
9192         `process-mark' in this case.
9194 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9196         * textmodes/tex-mode.el (latex-complete)
9197         (latex-indent-or-complete): Remove.
9198         (latex-mode): Set completion-at-point-functions instead.
9200         Provide a standard completion command and hook it into TAB.
9201         * minibuffer.el (completion-at-point-functions): New var.
9202         (completion-at-point): New command.
9203         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
9204         * progmodes/python.el (python-mode-map): Use completion-at-point.
9205         (python-completion-at-point): Rename from python-partial-symbol and
9206         adjust for use in completion-at-point-functions.
9207         (python-mode): Setup completion-at-point for Python completion.
9208         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9209         extracted from lisp-complete-symbol.
9210         (lisp-complete-symbol): Use it.
9211         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9212         setup completion-at-point for Elisp completion.
9213         (emacs-lisp-mode-map, lisp-interaction-mode-map):
9214         Use completion-at-point.
9215         * ielm.el (ielm-map): Use completion-at-point.
9216         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
9217         * progmodes/sym-comp.el: Move to...
9218         * obsolete/sym-comp.el: Move from progmodes.
9220 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
9222         Prevent save-buffer in Rmail buffers from using the coding-system
9223         of the current message, and from clobbering the encoding mnemonics
9224         in the mode line (Bug#4623).
9226         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9227         flag, too.
9228         (rmail-message-encoding): New variable.
9229         (rmail-write-region-annotate): Record the encoding of the current
9230         message in rmail-message-encoding.
9231         (rmail-after-save-hook): New function, restores the encoding of
9232         the current message after the message collection is saved.
9234 2009-12-07  Juri Linkov  <juri@jurta.org>
9236         * progmodes/grep.el (grep-read-files): Use `completing-read'
9237         instead of `read-string'.  Set its `collection' arg to
9238         `read-file-name-internal'.  (Bug#4301)
9240 2009-12-07  Juri Linkov  <juri@jurta.org>
9242         Correctly restore original Isearch point.  (Bug#4994)
9244         * isearch.el (isearch-mode): Move `isearch-push-state' after
9245         `(run-hooks 'isearch-mode-hook)'.
9246         (isearch-cancel): When `isearch-push-state-function' is defined,
9247         let-bind `isearch-cmds' to the first state (the last element of
9248         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9249         function and restores the original point).  Otherwise, move point
9250         to `isearch-opoint'.
9252 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9254         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9255         chars that don't have names, so the table can be built much faster at
9256         run-time.
9258 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
9260         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9261         change.  Suggested by David Kastrup.
9263         * simple.el (compose-mail): Check for incompatibilities and warn.
9264         (compose-mail-user-agent-warnings): New option.
9266 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9268         Support showing a single log entry from vc-annotate.
9269         * vc.el (print-log): Add a new argument: START-REVISION.
9270         (vc-print-log-internal): Add a new optional argument and
9271         pass it to the backend.
9272         (vc-print-log, vc-print-root-log): Adjust callers.
9273         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9274         buffer already displays the requested log entry, use it.
9275         Otherwise display only the log entry in question.
9276         * vc-svn.el (vc-svn-print-log):
9277         * vc-mtn.el (vc-mtn-print-log):
9278         * vc-hg.el (vc-hg-state):
9279         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9280         (vc-git-show-log-entry): Return t on success.
9281         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9282         (vc-bzr-show-log-entry): Return t on success.
9283         * vc-rcs.el (vc-rcs-print-log):
9284         * vc-sccs.el (vc-sccs-print-log):
9285         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9287 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9289         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9290         Add menus to the meta mode.  (Bug#5043)
9292 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
9294         * ediff-init.el (ediff-event-key): Use event-to-character instead of
9295         event-key.
9297         * ediff.el (ediff-buffers-internal): Add unwind-protect.
9299 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
9301         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
9302         Berbain <raphael.berbain@gmail.com>.
9304         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
9305         characters.
9306         (tramp-initial-end-of-output): New defconst.
9307         (tramp-methods, tramp-find-shell)
9308         (tramp-open-connection-setup-interactive-shell)
9309         (tramp-maybe-open-connection): Use it.
9310         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9311         existence of `#' and `$'.
9313         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9314         `tramp-initial-end-of-output'.
9316 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9318         Get the background mode from the terminal for xterm, and set
9319         faces accordingly.
9320         * term/xterm.el (xterm-set-background-mode): New function.
9321         (terminal-init-xterm): Use it in case xterm supports background
9322         color queries.  Recompute faces after getting the background
9323         color.
9325 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
9327         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9328         number comment back on its own line, for easier parsing.
9330 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9332         Make it work for non-file buffers (bug#5102).
9333         * doc-view.el (doc-view-current-cache-dir):
9334         Use doc-view-buffer-file-name rather than buffer-file-name.
9335         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9337 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
9339         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9340         author field is too short.
9342 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
9344         * vc-git.el (vc-git-print-log): Handle a limit argument.
9345         Display the short log in graph form and with labels.
9346         (vc-git-log-view-mode): Handle labels.
9348         Make vc-revert change VC state from 'added to 'unregistered.
9349         * vc-git.el (vc-git-revert): Call git reset first.
9351 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
9353         * net/newst-backend.el, net/newst-plainview.el:
9354         * net/newst-reader.el, net/newst-ticker.el:
9355         * net/newst-treeview.el, net/newsticker.el:
9356         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
9358 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9360         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9362         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9363         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
9364         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9365         Update annotation regexp.
9367         * simple.el (beginning-of-visual-line): Constrain to field
9368         boundaries (Bug#5106).
9370 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
9372         * xml.el (xml-substitute-numeric-entities): Move
9373         newsticker--decode-numeric-entities in newst-backend.el to
9374         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9375         * net/newst-backend.el (newsticker--parse-generic-feed)
9376         (newsticker--parse-generic-items)
9377         (newsticker--decode-numeric-entities): Move
9378         newsticker--decode-numeric-entities in newst-backend.el to
9379         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9381 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
9383         * progmodes/js.el (js--js-not): Add null to the list of values.
9385 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9387         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9389 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9391         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9392         delimiter if it is at the end of the current line.
9393         (bibtex-generate-url-list): Fix docstring.
9395 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9397         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9398         minibuffer's content with itself.
9399         Fold the confirm-after-completion case into the `confirm' case.
9400         (completion-pcm-word-delimiters): Add : and / to the delimiters.
9402 2009-12-06  Kevin Ryde  <user42@zip.com.au>
9404         * ffap.el (ffap-rfc-path): Make this a defcustom since
9405         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
9407         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9408         manuals, similar to existing setup for help-mode.  (Bug#3913.)
9410 2009-12-05  Juri Linkov  <juri@jurta.org>
9412         Save and restore dired buffer's point positions too.  (Bug#4880)
9414         * dired.el (dired-save-positions): Return in the first element
9415         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9416         Doc fix.
9417         (dired-restore-positions): First restore buffer's position.
9418         While restoring window's positions, check if window still displays
9419         the original buffer.
9421 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
9423         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9424         if possible.
9426         * shell.el (shell): Require ansi-color (Bug#5113).
9428         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9430         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9432 2009-12-05  Alan Mackenzie  <acm@muc.de>
9434         * progmodes/cc-mode.el (c-before-hack-hook)
9435         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9436         `c-file-style' to work again.  This reversion restores the current
9437         software to its state in Emacs 23.1.  (Bug#4146)
9439 2009-12-05  Kevin Ryde  <user42@zip.com.au>
9441         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9442         comment-start-skip to comment-end-skip as comment (Bug#4781).
9444 2009-12-05  Juri Linkov  <juri@jurta.org>
9446         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9447         for virtual nodes.  (Bug#4147)
9448         (Info-find-node-2): Set `Info-current-node-virtual' to nil
9449         when moving from a virtual node.
9450         (Info-mode-menu): Add `Info-virtual-index' to the menu.
9451         (Info-mode): Add `Info-virtual-index' to the docstring.
9453 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9455         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9456         track of the buffer position of the end of a BibTeX entry as this
9457         position may change during reformatting.
9458         (bibtex-format-entry): Remove whitespace before processing
9459         numerical fields so that we recognize the latter properly.
9460         (bibtex-reformat): Do not use push which changes the global value
9461         of bibtex-entry-format.
9462         (bibtex-field-braces-alist, bibtex-field-strings-alist)
9463         (bibtex-field-re-init): Replace only space characters by regexp
9464         for whitespace.
9465         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9466         (bibtex-initialize): Also update bibtex-strings.
9467         (bibtex-kill-field): Preserve white space at end of entry.
9468         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9469         Update bibtex-reference-keys.
9471 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         * minibuffer.el (completion-pcm--merge-try): Also consider placing
9474         point after a star, if that's the only place where modifications can
9475         make progress.
9477 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
9479         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9480         in docstrings.
9482 2009-12-04  Juri Linkov  <juri@jurta.org>
9484         * proced.el (proced): Call `(proced-update t)' to update process
9485         information instead of only running proced-post-display-hook.
9486         (proced-send-signal): Add a leading space to the buffer name
9487         " *Marked Processes*" to make this buffer ephemeral.
9489 2009-12-04  Juri Linkov  <juri@jurta.org>
9491         * dired.el (dired-auto-revert-buffer): New defcustom.
9492         (dired-internal-noselect): Use it.
9494 2009-12-04  Juri Linkov  <juri@jurta.org>
9496         Change roles of modes and functions in image-mode.el (Bug#5062).
9498         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9499         in `auto-mode-alist'.
9500         (image-mode-previous-major-mode): New variable.
9501         (image-minor-mode-map): Rename from `image-mode-text-map'.
9502         (image-mode): Move graceful error-handling code from
9503         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
9504         (image-minor-mode): Remove all image-handling code.
9505         Replace `image-mode-text-map' with `image-minor-mode-map'.
9506         Check for `image-type' in mode-line format string.
9507         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9508         (image-mode-as-text): New function with most code from
9509         `image-mode-maybe'.
9510         (image-toggle-display-text): Move code that removes image
9511         properties from `image-toggle-display' to here.
9512         (image-toggle-display-image): New function with code that adds
9513         image properties copied from `image-toggle-display'.
9514         (image-toggle-display): Remove most code with leaving only code
9515         that toggles between `image-mode-as-text' and `image-mode'.
9517 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
9519         * net/newst-treeview.el
9520         (newsticker--treeview-list-highlight-start): Restored call to
9521         save-excursion: Selected item was stuck.
9522         (newsticker--treeview-list-select): New.
9523         (newsticker--treeview-item-show-text)
9524         (newsticker--treeview-item-show)
9525         (newsticker--treeview-item-update): Use new
9526         newsticker-treeview-item-mode.
9527         (newsticker-treeview-update): Keep current item.
9528         (newsticker-treeview-next-new-or-immortal-item): Doc change.
9529         (newsticker--treeview-first-feed): Doc change.
9530         (newsticker-treeview-list-menu)
9531         (newsticker-treeview-item-menu): Added menu entries.
9532         (newsticker-treeview-item-mode): New.
9534         * net/newst-backend.el (newsticker-customize): Delete other
9535         windows.
9537 2009-12-04  Sam Steingold  <sds@gnu.org>
9539         * log-view.el (log-view-mode-map): "q" calls quit-window,
9540         like in all the other non-self-insert buffers.
9542 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9544         Minor cleanup.
9545         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9546         key decoding rather than do it manually via last-input-event +
9547         ascii-character.
9548         (term-exec): Use delete-and-extract-region.
9549         (term-handle-ansi-terminal-messages): Remove unused var `end'.
9550         (term-process-pager): Remove unused var `i'.
9551         (term-dynamic-simple-complete): Make obsolete.
9552         (serial-update-config-menu): Remove unused vars `y' and `str'.
9553         (term-update-mode-line): Remove unused var `temp'.
9555 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
9557         Limit the number of log entries displayed by default.
9558         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9559         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9560         using a prefix argument.
9562 2009-12-03  Glenn Morris  <rgm@gnu.org>
9564         * progmodes/idlwave.el (class): Restore still useful declaration.
9566 2009-12-03  Alan Mackenzie  <acm@muc.de>
9568         Enhance `c-parse-state' to run efficiently in "brace deserts".
9570         * progmodes/cc-mode.el (c-basic-common-init):
9571         Call c-state-cache-init.
9572         (c-neutralize-syntax-in-and-mark-CPP): Rename from
9573         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
9574         placing `category' properties value 'c-cpp-delimiter at its boundaries.
9576         * progmodes/cc-langs.el (c-before-font-lock-function):
9577         c-extend-and-neutralize-syntax-in-CPP has been renamed
9578         c-neutralize-syntax-in-and-mark-CPP.
9580         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9581         with `category' properties now, not `syntax-table' ones.
9583         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9584         enhanced (but slower) version of c-end-of-macro that won't land
9585         inside a literal or on another awkward character.
9586         (c-state-cache-too-far, c-state-cache-start)
9587         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9588         (c-state-nonlit-pos-cache-limit, c-state-point-min)
9589         (c-state-point-min-lit-type, c-state-point-min-lit-start)
9590         (c-state-min-scan-pos, c-state-brace-pair-desert)
9591         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9592         buffer local variables.
9593         (c-state-literal-at, c-state-lit-beg)
9594         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9595         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9596         (c-state-cache-top-paren, c-state-cache-after-top-paren)
9597         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9598         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9599         (c-renarrow-state-cache)
9600         (c-append-lower-brace-pair-to-state-cache)
9601         (c-state-push-any-brace-pair, c-append-to-state-cache)
9602         (c-remove-stale-state-cache)
9603         (c-remove-stale-state-cache-backwards, c-state-cache-init)
9604         (c-invalidate-state-cache-1, c-parse-state-1)
9605         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9606         (c-parse-state): Enhance and refactor.
9607         (c-debug-parse-state): Amend to deal with all the new variables.
9609         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9610         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9611         modify to use category text properties rather than syntax-table ones.
9612         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9613         to switch off/on the syntactic paren property of C++ template
9614         delimiters using the category property.
9615         (c-with-<->-as-parens-suppressed): Macro to invoke code with
9616         template delims suppressed.
9617         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9618         New constant/macros which apply category properties to the start
9619         and end of preprocessor constructs.
9620         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9621         "comment out" the syntactic value of characters in preprocessor
9622         constructs.
9623         (c-with-cpps-commented-out)
9624         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9625         with characters in all or all but one preprocessor constructs
9626         "commented out".
9628 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9630         * proced.el (proced-filter-alist): Use regexp-quote.
9632 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
9634         Cleanup.
9635         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9636         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
9637         arguments.  Expand `default-directory'.
9639         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9640         the benefit of returning an expanded localname.
9641         (tramp-tramp-file-p): Handle the case NAME is not a string.
9643 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
9645         Add support for bzr shelve/unshelve.
9646         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9647         (vc-bzr-extra-menu-map): New variables.
9648         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9649         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9650         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9651         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9652         (vc-bzr-dir-extra-headers): Display shelves.
9654         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9656 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9658         * textmodes/bibtex.el (bibtex-complete-internal):
9659         Use completion-in-region.
9660         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9662 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
9664         Support applying stashes.  Improve UI.
9665         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9666         (vc-git-stash-apply, vc-git-stash-pop)
9667         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9668         (vc-git-stash-menu): New functions.
9669         (vc-git-stash-menu-map): New variable.
9670         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9672 2009-12-03  Glenn Morris  <rgm@gnu.org>
9674         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9675         (vc-print-log-internal): Fix previous change.
9676         (vc-revert): Correct pluralization.
9678 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9680         * progmodes/make-mode.el (makefile-special-targets-list): No need for
9681         it to be an alist any more.
9682         (makefile-complete): Use completion-in-region.
9684         * progmodes/octave-mod.el (octave-complete-symbol):
9685         Use completion-in-region.
9687         Misc cleanup.
9688         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9689         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9690         (idlwave-complete-class): Don't quote lambda.
9691         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9692         (idlwave-mode-map): Move initialization into declaration.
9693         (idlwave-action-and-binding): Use backquotes.
9694         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9695         Simplify.
9696         (idlwave-is-pointer-dereference): Remove unused var `pos'.
9697         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9698         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9699         `parts', and `all-parts'.
9700         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9701         (idlwave-convert-xml-system-routine-info): Remove unused string
9702         `version-string'.
9703         (idlwave-display-user-catalog-widget): Use dolist.
9704         (idlwave-scanning-lib): Declare dynamically-scoped var.
9705         (idlwave-scan-library-catalogs): Remove unused var `flags'.
9706         (completion-highlight-first-word-only): Declare to silence bytecomp.
9707         (idlwave-popup-select): Tighten scope of `resp'.
9708         (idlwave-find-struct-tag): Remove unused var `beg'.
9709         (idlwave-after-load-rinfo-hook): Declare.
9710         (idlwave-sintern-class-info): Remove unused var `taglist'.
9711         (idlwave-find-class-definition): Remove unused var `list'.
9712         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9713         (idlwave-what-module-find-class): Remove unused var `classes'.
9715 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
9717         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9719 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9721         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9722         buffers visited.  Remove redundant current-buffer-saving.
9724 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9726         Use completion-in-buffer and remove uses of dynamic scoping.
9727         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9728         (pascal-buffer-to-use, pascal-flag): Don't declare.
9729         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9730         (pascal-get-completion-decl, pascal-keyword-completion):
9731         Add `pascal-str' argument, save-excursion,
9732         return the found completions, and don't filter with pascal-pred.
9733         (pascal-completion-cache): New var.
9734         (pascal-completion): Don't switch buffer any more (it was never
9735         necessary).  Don't save-excursion any more (it's done by the called
9736         subroutines).  Use a cache to avoid redundant computations.
9737         Use complete-with-action rather than pascal-completion-response and
9738         let it apply the predicate as well.
9739         (pascal-complete-word): Use completion-in-buffer when
9740         pascal-toggle-completions is nil.
9741         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9742         not used any more.
9743         (pascal-comp-defun): Don't change buffer any more.
9744         Use complete-with-action rather than pascal-completion-response and
9745         let it apply the predicate as well.
9746         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9747         when neded.
9749 2009-12-02  Kenichi Handa  <handa@m17n.org>
9751         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9752         shape for all Indic scripts.
9754 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9756         Use completion-in-buffer.
9757         * wid-edit.el (widget-field-text-end): New function.
9758         (widget-field-value-get): Use it.
9759         (widget-string-complete, widget-file-complete)
9760         (widget-color-complete): Use it and completion-in-region.
9761         (widget-complete): Don't narrow the buffer.
9763 2009-12-02  Glenn Morris  <rgm@gnu.org>
9765         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
9766         (rmail-select-summary): Use rmail-pop-to-buffer.
9767         * mail/rmailsum.el: Replace all pop-to-buffer calls with
9768         rmail-pop-to-buffer, to prevent horizontal splits.
9770         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9771         save-excursion with save-current-buffer.
9772         Widen before searching.  (Bug#5093)
9773         (diary-list-sexp-entries): Remove superfluous save-excursion.
9775 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
9777         * woman.el (woman-make-bufname): Handle man-pages with "." in the
9778         name.  (Bug#5038)
9780 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9782         * ido.el (ido-file-internal): Handle filenames at point that do
9783         not have a directory part.  (Bug#5049)
9785 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
9787         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9788         (mpc-songs-jump-to, mpc-resume): Doc fixes.
9790 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
9792         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9793         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9794         any more.
9796 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9798         * comint.el (comint-insert-input): Ignore clicks to the right of
9799         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9801         * vc.el (vc-print-log-internal): Don't wait for the process to
9802         terminate before setting up the major mode.
9804         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9805         in case.
9807         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9808         the last element.
9810         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9812 2009-12-01  Glenn Morris  <rgm@gnu.org>
9814         * window.el (window--display-buffer-2): Fix previous changes.
9816 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
9818         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9820 2009-12-01  Glenn Morris  <rgm@gnu.org>
9822         * Makefile.in (ELCFILES): Add mpc.elc.
9824 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9826         * mpc.el: New file.
9828 2009-12-01  Glenn Morris  <rgm@gnu.org>
9830         * window.el (window-to-use): Define for compiler.
9832         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9833         consistent with others (no final period).
9835         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9836         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
9838 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
9840         Make vc-print-log buttons work.
9841         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9843 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
9845         * savehist.el (savehist-autosave-interval): Allow setting to nil
9846         through customize.  (Bug#5056)
9848 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
9850         Fix references to jit-lock properties.
9851         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9852         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9853         (perl-font-lock-special-syntactic-constructs):
9854         Quote jit-lock-defer-multiline property.
9856 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
9858         * vc-git.el (vc-git-registered): Call vc-git-root only once.
9860 2009-11-30  Juri Linkov  <juri@jurta.org>
9862         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9863         value `buffer' of `multi-isearch-next-buffer-current-function'.
9864         Use `(current-buffer)' when `buffer' is nil.
9865         (multi-isearch-next-buffer-from-list): Don't fallback to
9866         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
9868 2009-11-30  Juri Linkov  <juri@jurta.org>
9870         * misearch.el (multi-isearch-read-buffers): Move canonicalization
9871         of buffers with `get-buffer' to `multi-isearch-buffers'.
9872         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9873         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
9874         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9875         FILES with `expand-file-name' converting relative file names
9876         to absolute.  Doc fix.  (Bug#4727)
9878 2009-11-30  Juri Linkov  <juri@jurta.org>
9880         * misearch.el (multi-isearch-read-buffers)
9881         (multi-isearch-read-matching-buffers): New functions.
9882         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9883         Use them in the `interactive' spec.  Doc fix.
9884         (multi-isearch-read-files, multi-isearch-read-matching-files):
9885         New functions.
9886         (multi-isearch-files, multi-isearch-files-regexp):
9887         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
9889 2009-11-30  Juri Linkov  <juri@jurta.org>
9891         * doc-view.el (doc-view-continuous):
9892         Rename from `doc-view-continuous-mode'.
9893         (doc-view-menu): Move "Toggle display" to the top.
9894         Add submenu "Continuous" with radio buttons "Off"/"On"
9895         and "Save as Default".
9896         (doc-view-scroll-up-or-next-page)
9897         (doc-view-scroll-down-or-previous-page)
9898         (doc-view-next-line-or-next-page)
9899         (doc-view-previous-line-or-previous-page): Rename
9900         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
9902 2009-11-30  Juri Linkov  <juri@jurta.org>
9904         * comint.el (comint-mode-map): Rebind `M-r' from
9905         `comint-previous-matching-input' to
9906         `comint-history-isearch-backward-regexp'.
9907         Unbind `M-s' to allow global key binding `M-s'.
9908         Add menu items for `comint-history-isearch-backward' and
9909         `comint-history-isearch-backward-regexp'.  (Bug#3746)
9911 2009-11-30  Juri Linkov  <juri@jurta.org>
9913         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9914         For def=recenter, replace `recenter' with `recenter-top-bottom'
9915         that is called with `this-command' and `last-command' let-bound
9916         to `recenter-top-bottom'.  When the last `def' was not `recenter',
9917         set `recenter-last-op' to nil.  (Bug#4981)
9919 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9921         Minor cleanup and simplification.
9922         * filecache.el (file-cache-add-directory)
9923         (file-cache-add-directory-recursively)
9924         (file-cache-add-from-file-cache-buffer)
9925         (file-cache-delete-file-regexp, file-cache-delete-directory)
9926         (file-cache-files-matching-internal, file-cache-display): Use dolist.
9927         (file-cache-temp-minibuffer-message): Delete function.
9928         (file-cache-minibuffer-complete): Use minibuffer-message instead.
9930         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9931         Don't signal an error when bumping into EOB in tr, s, or y.
9933 2009-11-29  Juri Linkov  <juri@jurta.org>
9935         * startup.el (fancy-about-text): Fix wording of Guided Tour.
9936         (Bug#4960)
9938         * descr-text.el (describe-char-unidata-list): Use lowercase name
9939         for "Unicode name" like in other tags.
9941 2009-11-29  Juri Linkov  <juri@jurta.org>
9943         * ediff-util.el (ediff-minibuffer-with-setup-hook):
9944         New compatibility macro.
9945         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9947 2009-11-29  Juri Linkov  <juri@jurta.org>
9949         Add defcustom to define the cycling order of `recenter-top-bottom'.
9950         (Bug#4981)
9952         * window.el (recenter-last-op): Doc fix.
9953         (recenter-positions): New defcustom.
9954         (recenter-top-bottom): Rewrite to use `recenter-positions'.
9955         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9957 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
9959         Improve integration of Tramp and ange-ftp in eshell.
9961         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9962         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
9963         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
9965         * eshell/esh-util.el (top): Require also Tramp when compiling.
9966         (eshell-directory-files-and-attributes): Check for FTP remote
9967         connection.
9968         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9969         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9970         (eshell-file-attributes): Handle ".".  Return `entry'.
9972         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9973         (ange-ftp-directory-files-and-attributes)
9974         (ange-ftp-real-directory-files-and-attributes): New defuns.
9976         * net/tramp.el (tramp-maybe-open-connection): Open the remote
9977         shell with "exec" when possible.  This prevents trailing prompts
9978         in `start-file-process'.
9980 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9982         Try and remove assumptions about point-min==1.
9983         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9984         (rng-compute-mode-line-string): Show the validation percentage in
9985         terms of the narrowed text, not the widened text.
9986         (rng-do-some-validation): Don't catch internal errors when debugging.
9987         (rng-first-error): Simplify.
9988         (rng-after-change-function): Remove work around.  AFAIK the bug has
9989         been fixed a while ago.
9991         * image-mode.el (image-minor-mode): Exit more gracefully when the image
9992         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9994         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9996         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9997         `cd' doesn't always do it for us (bug#5067).
9999         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
10000         on 2009-10-25 as part of some other change (bug#5067).
10002 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10004         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
10005         `suspicious'.
10006         (byte-compile-warnings): Use byte-compile-warning-types.
10007         (byte-compile-save-excursion): Warn about use of set-buffer right
10008         after save-excursion.
10010         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
10011         the excursion as well.
10013 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
10015         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
10016         providing a Tramp related implementation of "su" and "sudo".
10017         (eshell-unix-initialize): Add "su" and "sudo".
10019 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
10021         * net/socks.el (socks-send-command): Convert binary request to
10022         unibyte before sending.  This fixes mishandling of some port
10023         numbers such as 129.
10025 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10027         * help.el (describe-bindings-internal): Remove `interactive'.
10029         * man.el (Man-completion-table): Trim a terminating "(".
10030         Remove the space between name page a section.
10031         Add the command's description on the `help-echo' property.
10032         Remove `process-connection-type' binding since it's unused by
10033         call-process.
10034         Provide completion for the "<section> <name>" format as well.
10035         (Man-default-man-entry): Remove spurious var shadowing the argument.
10037 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10039         * log-view.el: Add "Keywords: tools", since its other keywords
10040         aren't in finder-known-keywords, and following vc.el.
10042         * sha1.el (sha1-string-external): default-directory "/" in case
10043         otherwise non-existent.  process-connection-type pipe for touch of
10044         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10046 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10048         Misc coding convention cleanups.
10049         * htmlfontify.el (hfy-init-kludge-hook): Rename from
10050         hfy-init-kludge-hooks.
10051         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
10052         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
10053         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
10054         and push.
10055         (hfy-slant, hfy-weight): Use tables rather than code.
10056         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
10057         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
10058         (hfy-face-attr-for-class): Initialize `face-spec' directly.
10059         (hfy-face-to-css): Remove `nconc' with single arg.
10060         (hfy-p-to-face-lennart): Use `or'.
10061         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
10062         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
10063         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
10064         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
10065         (hfy-force-fontification): Use run-hooks.
10067 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
10069         Various minor fixes.
10070         * htmlfontify.el (hfy-default-header): Add toggle_invis since
10071         Javascript belongs in the header, not the body.
10072         (hfy-javascript): Remove.
10073         (hfy-fontify-buffer): Don't insert it any more.
10074         (hfy-face-at): Handle (face0 face1 face2) style face properties.
10075         Fix bug in invis handling when there were no invis props in a chunk.
10077 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10079         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
10081 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
10083         * finder.el (finder-mode-map): Add a menu.
10085 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
10087         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
10088         "unsigned" structs.
10090         (verilog-leap-to-head, verilog-backward-token): Handle "disable
10091         fork" statement better.
10093 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
10095         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
10096         (verilog-delete-auto, verilog-delete-empty-auto-pair)
10097         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
10098         Reported by Clay Douglass.
10100         (verilog-auto-inst, verilog-auto-star-safe)
10101         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
10102         Fix removing "// Interfaces" when saving .* expansions.  Reported by
10103         Pierre-David Pfister.
10105 2009-11-26  Glenn Morris  <rgm@gnu.org>
10107         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
10108         the scope.
10110 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
10112         * vc-annotate.el (vc-annotate-revision-previous-to-line):
10113         Really use previous revision.
10115 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10117         * man.el (Man-completion-table): default-directory "/" in case
10118         doesn't otherwise exist.  process-environment COLUMNS=999 so as
10119         not to truncate long names.  process-connection-type pipe to avoid
10120         any chance of hitting the pseudo-tty TIOCGWINSZ.
10121         (man): completion-ignore-case t for friendliness and since man
10122         itself is case-insensitive on the command line.
10123         Further to Bug#3717.
10125         * arc-mode.el: Add "Keywords: files", so the details in its
10126         commentary can be reached from finder-by-keyword.
10127         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
10128         editing mode, but it's comms related and sgml-mode.el has "comm"
10129         on that basis too.
10130         * textmodes/bibtex-style.el: Add "Keywords: tex".
10131         * international/isearch-x.el, international/ja-dic-cnv.el:
10132         * international/ja-dic-utl.el, international/kkc.el:
10133         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
10135 2009-11-25  Juri Linkov  <juri@jurta.org>
10137         * man.el (Man-completion-table): Modify regexp to include
10138         section names to completion strings.  (Bug#3717)
10140 2009-11-25  Juri Linkov  <juri@jurta.org>
10142         Search recursively in gzipped files.  (Bug#4982)
10144         * progmodes/grep.el (grep-highlight-matches): Add new options
10145         `always' and `auto'.  Doc fix.
10146         (grep-process-setup): Check `grep-highlight-matches' for
10147         `auto-detect' to determine the need to compute grep defaults.
10148         Move Windows/DOS specific --colors settings handling
10149         to `grep-compute-defaults'.  Check `grep-highlight-matches'
10150         to get the value of "--color=".
10151         (grep-compute-defaults): Compute `grep-highlight-matches' when it
10152         has the value `auto-detect'.  Move Windows/DOS specific settings
10153         from `grep-process-setup'.
10154         (zrgrep): New command with alias `rzgrep'.
10156 2009-11-25  Juri Linkov  <juri@jurta.org>
10158         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
10159         to nil instead of switching off view-mode.  (Bug#4896)
10161 2009-11-25  Juri Linkov  <juri@jurta.org>
10163         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
10165         * mwheel.el (mwheel-scroll-up-function)
10166         (mwheel-scroll-down-function): New defvars.
10167         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
10168         `scroll-up', and `mwheel-scroll-down-function' instead of
10169         `scroll-down'.
10171         * doc-view.el (doc-view-scroll-up-or-next-page)
10172         (doc-view-scroll-down-or-previous-page): Add optional ARG.
10173         Use this ARG in the call to image-scroll-up/image-scroll-down.
10174         Change `interactive' spec to "P".  Goto next/previous page only
10175         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
10176         SPC/DEL case).  Doc fix.
10177         (doc-view-next-line-or-next-page)
10178         (doc-view-previous-line-or-previous-page): Rename arg to ARG
10179         for consistency.
10180         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
10181         `doc-view-scroll-up-or-next-page', and buffer-local
10182         `mwheel-scroll-down-function' to
10183         `doc-view-scroll-down-or-previous-page'.
10185 2009-11-25  Juri Linkov  <juri@jurta.org>
10187         Provide additional default values (directories at other Dired
10188         windows) via M-n in the minibuffer of some Dired commands.
10190         * dired-aux.el (dired-diff, dired-compare-directories)
10191         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10192         `minibuffer-default' in `minibuffer-with-setup-hook'.
10193         (dired-dwim-target-directory): Find a window that displays Dired
10194         buffer instead of failing when the next window is not Dired.
10195         Use `get-window-with-predicate' to find for the next Dired window.
10196         (dired-dwim-target-defaults): New function.
10198         * ediff-util.el (ediff-read-file-name):
10199         Use `dired-dwim-target-defaults' to set `minibuffer-default'
10200         in `minibuffer-with-setup-hook'.
10202 2009-11-25  Juri Linkov  <juri@jurta.org>
10204         Provide additional default values (file name at point or at the
10205         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
10207         * minibuffer.el (read-file-name-defaults): New function.
10208         (read-file-name): Reset `minibuffer-default' to nil when
10209         it duplicates initial input `insdef'.
10210         Bind `minibuffer-default-add-function' to lambda that
10211         calls `read-file-name-defaults' in `minibuffer-selected-window'.
10212         (minibuffer-insert-file-name-at-point): New command.
10214         * files.el (file-name-at-point-functions): New defcustom.
10215         (find-file-default): Remove defvar.
10216         (find-file-read-args): Don't use `find-file-default'.
10217         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10218         to `read-file-name'.
10219         (find-file-literally): Use `read-file-name' with
10220         `confirm-nonexistent-file-or-buffer'.
10222         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10224         * dired.el (dired-read-dir-and-switches):
10225         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10226         to `read-file-name'.
10227         (dired-file-name-at-point): New function.
10228         (dired-mode): Add hook `dired-file-name-at-point' to
10229         `file-name-at-point-functions'.
10231 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10233         Really make the *Completions* window soft-dedicated (bug#5030).
10234         * window.el (window--display-buffer-2): Add `dedicated' argument.
10235         (display-buffer): Pass it when needed so the dedicated flag is set
10236         after calling set-window-buffer, which would otherwise reset it.
10238 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10240         * progmodes/meta-mode.el (meta-complete-symbol):
10241         * progmodes/etags.el (complete-tag):
10242         * mail/mailabbrev.el (mail-abbrev-complete-alias):
10243         Use completion-in-region.
10245         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10246         (dabbrev-completion): Use completion-in-region.
10247         (dabbrev--abbrev-at-point): Simplify regexp.
10249         * abbrev.el (abbrev--before-point): Use word-motion functions
10250         if :regexp is not specified (bug#5031).
10252         * subr.el (string-prefix-p): New function.
10254         * man.el (Man-completion-cache): New var.
10255         (Man-completion-table): Use it.
10257         * vc.el (vc-print-log-internal): Make `limit' optional for better
10258         compatibility (e.g. with vc-annotate.el).
10260 2009-11-24  Kevin Ryde  <user42@zip.com.au>
10262         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
10263         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
10265         * emacs-lisp/elint.el (elint-add-required-env): Better error message
10266         when .el source file not found or other error.
10268 2009-11-24  Markus Triska  <markus.triska@gmx.at>
10270         * linum.el (linum-update-window): Ignore intangible (bug#4996).
10272 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10274         Handle the [back] button properly (bug#4979).
10275         * descr-text.el (describe-text-properties): Add a `buffer' argument.
10276         Use help-setup-xref, help-buffer, and with-help-window.
10277         (describe-char): Add `buffer' argument.
10278         Pass proper command to help-setup-xref.  Don't meddle with
10279         help-xref-stack-item directly.
10280         (describe-text-category): Use with-help-window and help-buffer.
10282         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10283         for the displayed buffer (bug#4887).
10285         * man.el (Man-completion-table): New function.
10286         (man): Use it.
10288 2009-11-24  David Reitter  <david.reitter@gmail.com>
10290         * vc-git.el (vc-git-registered): Use checkout directory (where
10291         .git is) rather than the file's directory and a relative path spec
10292         to work around a bug in git.
10294 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
10296         Improve handling of processes on remote hosts.
10298         * eshell/esh-util.el (eshell-path-env): New defvar.
10299         (eshell-parse-colon-path): New defun.
10300         (eshell-file-attributes): Use `eshell-parse-colon-path'.
10302         * eshell/esh-ext.el (eshell-search-path):
10303         Use `eshell-parse-colon-path'.
10304         (eshell-remote-command): Remove argument HANDLER.
10305         (eshell-external-command): Check for FTP remote connection.
10307         * eshell/esh-proc.el (eshell-gather-process-output):
10308         Use `file-truename', in order to start also symlinked files.
10309         Apply `start-file-process' instead of `start-process'.
10310         Shorten `command' to the local file name part.
10312         * eshell/em-cmpl.el (eshell-complete-commands-list):
10313         Use `eshell-parse-colon-path'.
10315         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10317         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
10318         to `eshell-directory-change-hook'.
10320 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
10322         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
10323         because it could be enabled automatically if view-read-only is non-nil.
10325 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
10327         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10328         made on 2009-11-22.
10330 2009-11-24  Glenn Morris  <rgm@gnu.org>
10332         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10333         deleted variable bookmark-bmenu-bookmark-column.
10335 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10337         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10339 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
10341         * net/browse-url.el (browse-url-filename-alist): On Windows, add
10342         two slashes to the "file:" prefix.
10343         (browse-url-file-url): De-munge Cygwin filenames before passing
10344         them to Windows browser.
10345         (browse-url-default-windows-browser): Use call-process.
10347 2009-11-23  Juri Linkov  <juri@jurta.org>
10349         Implement DocView Continuous mode.  (Bug#4896)
10350         * doc-view.el (doc-view-continuous-mode): New defcustom.
10351         (doc-view-mode-map): Bind C-n/<down> to
10352         `doc-view-next-line-or-next-page', C-p/<up> to
10353         `doc-view-previous-line-or-previous-page'.
10354         (doc-view-next-line-or-next-page)
10355         (doc-view-previous-line-or-previous-page): New commands.
10357 2009-11-23  Juri Linkov  <juri@jurta.org>
10359         Implement Isearch in comint input history.  (Bug#3746)
10360         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10361         `isearch-mode-hook'.
10362         (comint-history-isearch): New defcustom.
10363         (comint-history-isearch-backward)
10364         (comint-history-isearch-backward-regexp): New commands.
10365         (comint-history-isearch-message-overlay): New buffer-local variable.
10366         (comint-history-isearch-setup, comint-history-isearch-end)
10367         (comint-goto-input, comint-history-isearch-search)
10368         (comint-history-isearch-message, comint-history-isearch-wrap)
10369         (comint-history-isearch-push-state)
10370         (comint-history-isearch-pop-state): New functions.
10372 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
10374         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10375         return.
10376         (tramp-handle-make-symbolic-link)
10377         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10378         Quote file names.
10379         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10380         (tramp-handle-process-file): Use it.
10382 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10384         * window.el (move-to-window-line-last-op): Remove.
10385         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10387 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
10389         Make M-r mirror the new cycling behavior of C-l.
10390         * window.el (move-to-window-line-last-op): New var.
10391         (move-to-window-line-top-bottom): New command.
10392         (global-map): Bind M-r move-to-window-line-top-bottom.
10394 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
10396         * dired-x.el (dired-guess-shell-alist-default):
10397         Support xz format.  (Bug#4953)
10399 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
10401         * emulation/viper-cmd.el: Use viper-last-command-char instead of
10402         last-command-char/last-command-event.
10403         (viper-prefix-arg-value): Do correct conversion of event-char for
10404         XEmacs.
10406         * emulation/viper-util.el, emulation/viper.el:
10407         Use viper-last-command-char instead of
10408         last-command-char/last-command-event.
10410         * ediff-init.el, ediff-mult.el, ediff-util.el:
10411         Replace last-command-char and last-command-event
10412         with (ediff-last-command-char) everywhere.
10414         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10415         created in fundamental mode.
10417         * ediff.el (ediff-version): Revert the change of interactive-p to
10418         called-interactively-p.
10420 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
10422         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10423         generation from word-movement command names.
10425 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
10427         * cus-start.el (all): Add native condition for font-use-system-font.
10429 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
10431         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10432         Correct the patch from 2009-11-18.  (Bug#3910)
10434 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
10436         * progmodes/subword.el: Rename from lisp/subword.el.
10438         * subword.el: Rename to progmodes/subword.el.
10440         * Makefile.in (ELCFILES): Adapt to subword.el move.
10442 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10443             Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10446         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10447         (bookmark-bmenu-show-filenames): Use push.
10448         (bookmark-bmenu-hide-filenames): Use local var instead of
10449         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
10450         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10451         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10452         filenames now that the bookmark names are always available.
10454 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10456         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10457         (bookmark-search-pattern): Move and leave unbound.
10458         (bookmark-bmenu-mode-map): Change binding.
10459         (bookmark-read-search-input): Simplify.
10460         Don't use text-char-description.  Don't error on non-char events.
10461         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10462         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10463         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10464         Use a local var for the timer.
10465         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10466         (i.e. bookmark-bmenu-search).
10468 2009-11-21  Glenn Morris  <rgm@gnu.org>
10470         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
10472 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
10474         * net/browse-url.el (browse-url-default-windows-browser):
10475         Use cygstart for cygwin.
10477 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
10479         * bookmark.el: Formatting and doc fixes only:
10480         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10481         (bookmark-bmenu-search): Wrap to fit within 80 columns.
10482         Minor grammar and punctuation fixes in doc string.
10483         (bookmark-read-search-input): Adjust to fit within 80 columns.
10485 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
10487         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10488         (c-backward-into-nomenclature): Adapt to subword renaming.
10490         * subword.el (subword-forward, subword-backward, subword-mark)
10491         (subword-kill, subword-backward-kill, subword-transpose)
10492         (subword-downcase, subword-upcase, subword-capitalize)
10493         (subword-forward-internal, subword-backward-internal):
10494         Rename from forward-subword, backward-subword, mark-subword,
10495         kill-subword, backward-kill-subword, transpose-subwords,
10496         downcase-subword, upcase-subword, capitalize-subword,
10497         forward-subword-internal, backward-subword-internal.
10499 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10501         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10502         New options.
10503         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10504         New vars.
10505         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10506         (bookmark-bmenu-filter-alist-by-regexp)
10507         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10508         (bookmark-bmenu-search): New command.
10509         (bookmark-bmenu-mode-map): Bind it.
10511 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
10513         * progmodes/cc-cmds.el: declare-functioned forward-subword and
10514         backward-subword to quit the byte-compiler.
10516         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10518         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10520         * progmodes/cc-cmds.el (c-update-modeline)
10521         (c-forward-into-nomenclature, c-backward-into-nomenclature):
10522         Refer to subword.el functions instead of cc-subword.el.
10524         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10525         subword.el functions instead of cc-subword.el.
10527         * progmodes/cc-subword.el: Rename to subword.el.
10528         * subword.el: Rename from progmodes/cc-subword.el.
10529         (subword-mode-map): Rename from c-subword-mode-map.
10530         (subword-mode): Rename from c-subword-mode.
10531         (global-subword-mode): New global minor mode.
10532         (forward-subword): Rename from c-forward-subword.
10533         (backward-subword): Rename from c-backward-subword.
10534         (mark-subword): Rename from c-mark-subword.
10535         (kill-subword): Rename from c-kill-subword.
10536         (backward-kill-subword): Rename from c-backward-kill-subword.
10537         (transpose-subwords): Rename from c-tranpose-subword.
10538         (downcase-subword): Rename from c-downcase-subword.
10539         (capitalize-subword): Rename from c-capitalize-subword.
10540         (forward-subword-internal): Rename from c-forward-subword-internal.
10541         (backward-subword-internal): Rename from c-backward-subword-internal.
10543 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
10545         * vc.el (vc-deduce-fileset): Allow non-state changing operations
10546         from a dired buffer.
10547         (vc-dired-deduce-fileset): New function.
10548         (vc-root-diff, vc-print-root-log): Use it.
10550         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10551         nil LIMIT argument to vc-print-log-internal.
10553 2009-11-20  Glenn Morris  <rgm@gnu.org>
10555         * Makefile.in (ELCFILES): Regenerate.
10557 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
10559         * calc/calc.el (calc-set-mode-line):
10560         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10561         (math-format-number): Rename `math-format-complement-signed' to
10562         `math-format-twos-complement'.
10564         * calc/calc-bin.el (math-format-twos-complement): Rename from
10565         math-format-complement-signed.
10566         (calc-radix): Rename `calc-complement-signed-mode' to
10567         `calc-twos-complement-mode'.
10568         (calc-octal-radix, calc-hex-radix): Add an argument for
10569         two's complement.
10571         * calc/calc-embed.el (calc-embedded-mode-vars):
10572         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10574         * calc/calc-ext.el (calc-init-extensions):
10575         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10576         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10578         * calc/calc-units.el (math-build-units-table-buffer):
10579         Let `calc-twos-complement-mode' be nil.
10581         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10582         entries.
10584         * calc/calc-vec.el (calcFunc-vunpack):
10585         * calc/calc-aent.el (calc-do-calc-eval):
10586         * calc/calc-forms.el (math-format-date):
10587         * calc/calc-graph.el (calc-graph-plot):
10588         * calc/calc-math.el (math-use-emacs-fn):
10589         * calc/calccomp.el (math-compose-expr):
10590         Let `calc-twos-complement-mode' be nil.
10592 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10594         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10595         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
10596         * minibuffer.el (completion-in-region-functions): New hook.
10597         (completion-in-region): New function.
10598         * emacs-lisp/lisp.el (lisp-complete-symbol):
10599         * pcomplete.el (pcomplete-std-complete): Use it.
10601 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10603         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10604         (latex-complete-alist): New vars.
10605         (latex-string-prefix-p, latex-complete-bibtex-keys)
10606         (latex-complete-envnames, latex-complete-refkeys)
10607         (latex-complete-data): New functions.
10608         (latex-complete, latex-indent-or-complete): New commands.
10610         * window.el (display-buffer-mark-dedicated): New var.
10611         (display-buffer): Obey it.
10612         * minibuffer.el (minibuffer-completion-help): Use it.
10614         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10616         * filecache.el (file-cache-add-file): Use push and cons.
10617         (file-cache-delete-file-regexp): Use push.
10618         (file-cache-complete): Use completion-in-region.
10620         * simple.el (with-wrapper-hook): Fix thinko.
10622         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10623         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10624         Use with-current-buffer and string-to-number.
10625         (hfy-fallback-colour-values): Use assoc-string.
10626         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10627         (hfy-face-at): Remove unused var `found-face'.
10628         (hfy-compile-stylesheet): Remove unused var `css'.
10629         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10630         and `orig-buffer'.
10631         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10632         Use with-current-buffer.
10633         (hfy-text-p): Use expand-file-name and fewer setq.
10635 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
10637         * htmlfontify.el, hfy-cmap.el: New files.
10639 2009-11-19  Juri Linkov  <juri@jurta.org>
10641         * minibuffer.el (completions-format): New defcustom.
10642         (completion--insert-strings): Implement vertical format.
10644         * simple.el (switch-to-completions): Move point to the first
10645         completion when point was at the beginning of the buffer.
10647 2009-11-19  Juri Linkov  <juri@jurta.org>
10649         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
10651         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10653 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
10655         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10656         (mail-signature): Change default to t.
10657         (mail-from-style): Deprecate `system-default' value.
10658         (mail-insert-from-field): For default value of mail-from-style,
10659         default to `angles' unless `angles' needs quoting and `parens'
10660         does not.
10661         (mail-citation-prefix-regexp): Use citation regexp from
10662         message-mode.
10664 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
10666         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10667         Set variables for computing the prompt for reading password.
10669 2009-11-19  Glenn Morris  <rgm@gnu.org>
10671         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
10673         * textmodes/flyspell.el (sgml-lexical-context): Declare.
10675         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10676         (newsticker-treeview-listwindow-height): Fix custom type.
10678 2009-11-19  Kenichi Handa  <handa@m17n.org>
10680         * descr-text.el (describe-char-padded-string): Compose with TAB
10681         only if there's a font for CH.
10682         (describe-char): Fix the condition for detecting a trivial composition.
10684 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
10686         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10687         more accurate version of the regexp.  (Bug#3910)
10689 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
10691         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10693 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
10695         * font-setting.el (font-use-system-font): Declare for byte-compiler.
10696         (font-setting-change-default-font): Fix typo in docstring.
10698 2009-11-18  Alan Mackenzie  <acm@muc.de>
10700         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10702 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
10704         * font-setting.el (font-use-system-font): Move ...
10706         * cus-start.el (all): ... to here.
10708 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
10710         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10711         Don't set `ad-return-value' if `ad-do-it' doesn't.
10713         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10714         modification time.
10716 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
10718         * menu-bar.el: Put "Use system font" in Option-menu.
10719         (menu-bar-options-save): Add font-use-system-font.
10721         * loadup.el: If feature system-font-setting or font-render-setting is
10722         there, load font-setting.
10724         * Makefile.in (ELCFILES): Add font-settings.el.
10725         * font-setting.el: New file.
10727 2009-11-17  Glenn Morris  <rgm@gnu.org>
10729         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10731         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10732         Preserve point in the list buffer.  (Bug#4939)
10733         Use point-at-eol.
10734         (newsticker--treeview-list-update-highlight)
10735         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10737 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10739         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10740         Remove.
10742         * calc/calc-ext.el (calc-init-extensions): Remove references to
10743         symclip.
10745         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10747         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10748         * calc/calc-help.el (calc-b-prefix-help): Remove references to
10749         `calc-symclip'.
10751 2009-11-16  Kevin Ryde  <user42@zip.com.au>
10753         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10754         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10756         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10757         (lm-keywords-list): Allow comma-only separator like "foo,bar".
10758         Ignore trailing spaces by omit-nulls to split-string (fixing
10759         regression from Emacs 21 due to the incompatible split-string
10760         change).  (Bug #4928.)
10762 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10764         * vc.el (vc-log-show-limit): Default to 2000.
10765         (vc-print-log-internal): Insert buttons to request more entries
10766         when limiting the output.
10768         * vc-sccs.el (vc-sccs-print-log):
10769         * vc-rcs.el (vc-rcs-print-log):
10770         * vc-cvs.el (vc-cvs-print-log):
10771         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10772         LIMIT is non-nil.
10774 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
10776         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10777         error when `tramp-gvfs-dbus-event-vector' is set.
10778         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10780 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10782         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10784 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
10786         * net/dbus.el (dbus-unregister-service): New defun.
10787         (dbus-register-property): Register the handlers of
10788         "org.freedesktop.DBus.Properties" for SERVICE.
10789         (dbus-property-handler): Fix docstring.
10791 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10793         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10794         Quote doc string reference in defvaralias as it is not in special form.
10795         (byte-compile-output-docform): Doc fix.
10797 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10799         * calc/calc.el (math-2-word-size, math-half-2-word-size)
10800         (calc-complement-signed-mode): New variables.
10801         (calc-set-mode-line): Add indicator for twos-complements.
10802         (math-format-number): Format twos-complement notation.
10804         * calc/calc-bin.el (calc-word-size): Reset the variables
10805         `math-2-word-size' and `math-half-2-word-size'.
10806         (math-format-complement-signed, math-symclip, calcFunc-symclip)
10807         (calc-symclip): New functions.
10809         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10811         * calc/calc-embed.el (calc-embedded-mode-vars):
10812         Add `calc-complement-signed-mode' to the list of modes.
10814         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10815         (calc-b-oper-keys): Add `calc-symclip' to list.
10817         * calc/calc-ext.el (math-read-number-fancy): Read complement
10818         signed numbers.
10819         (calc-init-extensions): Add binding for `calc-symclip'.
10820         Add autoload for `calcFunc-symclip' and `calc-symclip'.
10822         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10823         `calc-symclip'.
10824         (calc-modes-menu): Add item for twos complement mode.
10826         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10828 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10830         * register.el (jump-to-register, insert-register): Handle Semantic
10831         tags.  From commented-out advice in semantic/senator.el.
10833 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
10835         * vc.el (vc-log-show-limit): New variable.
10836         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
10837         when using a prefix argument.
10838         (vc-print-log-internal): Add new argument LIMIT.
10840         * vc-svn.el (vc-svn-print-log):
10841         * vc-mtn.el (vc-mtn-print-log):
10842         * vc-hg.el (vc-hg-print-log):
10843         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10844         pass it to the log command when set.  Make the BUFFER argument
10845         non-optional.
10847         * vc-sccs.el (vc-sccs-print-log):
10848         * vc-rcs.el (vc-rcs-print-log):
10849         * vc-git.el (vc-git-print-log):
10850         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10851         ignore it.  Make the BUFFER argument non-optional
10853         * bindings.el (mode-line-buffer-identification): Do not purecopy.
10855 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10857         * dired.el (dired-mode-map): Move encryption items to "Operate"
10858         menu (Bug#4703).
10860         * strokes.el (strokes-update-window-configuration): Make strokes
10861         buffer current before erasing (Bug#4906).
10863 2009-11-15  Juri Linkov  <juri@jurta.org>
10865         * simple.el (set-mark-default-inactive): Add :type, :group
10866         and :version.  (Bug#4876)
10868 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
10870         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10871         (archive-unique-fname): ... here.  (Bug#4929)
10873 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10875         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10876         with a real fix.
10878         * novice.el (disabled-command-function): Add useful args.
10879         Setup the help buffer so that [back] works.
10880         Remove redundant call to help-mode.
10881         (disabled-command-function): Use `case'.
10882         (en/disable-command): New function extracted from enable-command.
10883         (enable-command, disable-command): Use it.
10885 2009-11-14  Glenn Morris  <rgm@gnu.org>
10887         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10888         constants.  (Bug#4913)
10890         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10892 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
10894         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10895         defined in C that have no doc-strings.  (Bug#1063)
10897 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
10899         * cus-edit.el (data, files):
10900         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
10902 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
10904         * simple.el (shell-command): Doc fix (Bug#4891).
10906         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10908 2009-11-14  Glenn Morris  <rgm@gnu.org>
10910         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10911         statements for vc-diff, emerge-quit, and rmail-cease-edit.
10912         If they are already loaded, eval-after-load will do the right thing.
10914         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10915         compiling.
10917         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10919         * simple.el (x-selection-owner-p): Declare.
10920         (read-mail-command): Use custom radio type rather than choice.
10921         (completion-no-auto-exit): Doc fix.
10923         * custom.el (defgroup):
10924         * epg-config.el (epg): Doc fixes.
10926 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10928         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10929         * international/ccl.el (define-ccl-program): Do not purecopy the
10930         docstring, defconst does it anyway.
10932 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10934         * add-log.el (add-change-log-entry): Avoid displaying the changelog
10935         a second time.
10937         * x-dnd.el (x-dnd-maybe-call-test-function):
10938         * window.el (split-window-vertically):
10939         * whitespace.el (whitespace-help-on):
10940         * vc-rcs.el (vc-rcs-consult-headers):
10941         * userlock.el (ask-user-about-lock-help)
10942         (ask-user-about-supersession-help):
10943         * type-break.el (type-break-force-mode-line-update):
10944         * time-stamp.el (time-stamp-conv-warn):
10945         * terminal.el (te-set-output-log, te-more-break, te-filter)
10946         (te-sentinel, terminal-emulator):
10947         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10948         (term-write-input-ring, term-check-source, term-start-output-log):
10949         (term-display-buffer-line, term-dynamic-list-completions):
10950         (term-ansi-make-term, serial-term):
10951         * subr.el (selective-display):
10952         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10953         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10954         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10955         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10956         (speedbar-remove-localized-speedbar-support)
10957         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10958         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10959         (speedbar-buffers-line-directory):
10960         * simple.el (shell-command-on-region, append-to-buffer)
10961         (prepend-to-buffer):
10962         * shadowfile.el (shadow-save-todo-file):
10963         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10964         (scroll-bar-maybe-set-window-start):
10965         * sb-image.el (speedbar-image-dump):
10966         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10967         (load-save-place-alist-from-file):
10968         * ps-samp.el (ps-print-message-from-summary):
10969         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10970         (ps-background-image, ps-begin-job, ps-do-despool):
10971         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10972         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10973         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10974         (pr-call-process, pr-file-list, pr-interface-save):
10975         * novice.el (disabled-command-function)
10976         (enable-command, disable-command):
10977         * mouse.el (mouse-buffer-menu-alist):
10978         * mouse-copy.el (mouse-kill-preserving-secondary):
10979         * macros.el (kbd-macro-query):
10980         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10981         * informat.el (batch-info-validate):
10982         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10983         * hippie-exp.el (try-expand-dabbrev-visible):
10984         * help-mode.el (help-make-xrefs):
10985         * help-fns.el (describe-variable):
10986         * generic-x.el (bat-generic-mode-run-as-comint):
10987         * finder.el (finder-mouse-select):
10988         * find-dired.el (find-dired-sentinel):
10989         * filesets.el (filesets-file-close):
10990         * files.el (list-directory):
10991         * faces.el (list-faces-display, describe-face):
10992         * facemenu.el (list-colors-display):
10993         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10994         * epg.el (epg--process-filter, epg-cancel):
10995         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10996         (epa--read-signature-type):
10997         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10998         (emerge-file-names):
10999         * ehelp.el (electric-helpify):
11000         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
11001         * ediff-vers.el (rcs-ediff-view-revision):
11002         * ediff-util.el (ediff-setup):
11003         * ediff-mult.el (ediff-append-custom-diff):
11004         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
11005         (ediff-wordify):
11006         * echistory.el (Electric-command-history-redo-expression):
11007         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11008         * disp-table.el (describe-display-table):
11009         * dired.el (dired-find-buffer-nocreate):
11010         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
11011         * dabbrev.el (dabbrev--same-major-mode-p):
11012         * chistory.el (list-command-history):
11013         * apropos.el (apropos-documentation):
11014         * allout.el (allout-obtain-passphrase):
11015         (allout-copy-exposed-to-buffer):
11016         (allout-verify-passphrase): Use with-current-buffer.
11018 2009-11-13  Glenn Morris  <rgm@gnu.org>
11020         * Makefile.in (ELCFILES): Regenerate.
11022 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
11024         * net/dbus.el (dbus-registered-objects-table): Rename from
11025         `dbus-registered-functions-table', because it contains also properties.
11026         (dbus-unregister-object): Unregister also properties.
11027         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11028         Use a timeout of 500 msec, in order to not block.
11029         (dbus-register-property, dbus-property-handler): New defuns.
11031 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11033         * simple.el (minibuffer-default-add-completions): Drop deprecated
11034         4th arg.
11036 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
11038         * textmodes/artist.el (artist-mouse-choose-operation):
11039         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
11040         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
11041         (artist-compute-up-event-key): New function.
11042         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
11044 2009-11-13  Kenichi Handa  <handa@m17n.org>
11046         * language/japan-util.el: Make sure that the value of jisx0208
11047         property is jisx0208 character.
11049 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
11051         * international/mule.el (auto-coding-regexp-alist): Only purecopy
11052         car or each item, not the whole list.
11054 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11056         * minibuffer.el (minibuffer-completion-help):
11057         Use minibuffer-hide-completions.
11059 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
11061         * dired.el (dired-save-positions, dired-restore-positions): New funs.
11062         (dired-revert): Use them (bug#4880).
11064 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
11066         * tooltip.el (tooltip-frame-parameters): Undo previous change.
11068 2009-11-12  Juri Linkov  <juri@jurta.org>
11070         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
11071         New functions.
11072         (find-file-literally-at-point): Alias of `ffap-literally'.
11074 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
11076         * textmodes/ispell.el (ispell-skip-region-alist):
11077         * textmodes/css-mode.el (auto-mode-alist):
11078         * progmodes/compile.el (auto-mode-alist):
11079         * international/mule.el (ctext-non-standard-encodings-alist)
11080         (ctext-non-standard-encodings-regexp):
11081         * simple.el (shell-command-switch, text-read-only):
11082         * replace.el (occur-mode-map):
11083         * paths.el (rmail-file-name):
11084         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
11085         * find-file.el (ff-special-constructs):
11086         * files.el (file-name-handler-alist):
11087         * composite.el: Purecopy strings.
11089         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
11091 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
11093         * widget.el (define-widget): Purecopy the docstring.
11094         * international/mule-cmds.el (charset): Do not purecopy the
11095         docstring here, define-widget does it.
11097         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11098         * textmodes/bibtex-style.el (auto-mode-alist):
11099         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11100         * progmodes/compile.el (compile-command):
11101         * language/korea-util.el (default-korean-keyboard):
11102         * international/mule-conf.el (file-coding-system-alist):
11103         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
11104         * tooltip.el (tooltip-frame-parameters):
11105         * newcomment.el (comment-end, comment-padding):
11106         * dired.el (dired-trivial-filenames):
11107         * comint.el (comint-file-name-prefix): Purecopy initial values.
11109 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
11111         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
11112         (tramp-advice-minibuffer-electric-tilde): Unload advices via
11113         `tramp-unload'.
11114         (tramp-advice-make-auto-save-file-name)
11115         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
11116         after removing the advice.
11118 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
11120         * progmodes/grep.el (grep-regexp-alist):
11121         * international/mule-cmds.el (iso-2022-control-alist):
11122         * emacs-lisp/timer.el (timer-duration-words):
11123         * subr.el (version-separator, version-regexp-alist):
11124         * minibuffer.el (completion-styles-alist):
11125         * faces.el (face-attribute-name-alist, list-faces-sample-text):
11126         Change defvars to defconsts.
11128         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
11129         * loadup.el ("international/mule-conf"): Load the byte compiled version.
11130         * international/mule-conf.el: Allow to be byte compiled.
11132         * international/mule.el (define-charset): Purecopy props.
11133         (load-with-code-conversion): Purecopy doc string and file name.
11134         (put-charset-property): Purecopy strings.
11135         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
11137         * international/mule-cmds.el (register-input-method): Purecopy arguments.
11138         (define-char-code-property): Correctly purecopy the table.
11140         * international/ccl.el (define-ccl-program): Purecopy the docstring.
11142         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
11144         * subr.el (add-hook): Purecopy strings.
11145         (eval-after-load): Purecopy load-history-regexp and the form.
11147         * custom.el (custom-declare-group): Purecopy load-file-name.
11149         * subr.el (menu-bar-separator): New defconst.
11150         * net/eudc.el (eudc-tools-menu):
11151         * international/mule-cmds.el (set-coding-system-map)
11152         (mule-menu-keymap):
11153         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11154         * vc-hooks.el (vc-menu-map):
11155         * replace.el (occur-mode-map):
11156         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
11157         (menu-bar-edit-menu, menu-bar-goto-menu)
11158         (menu-bar-custom-menu, menu-bar-showhide-menu)
11159         (menu-bar-options-menu, menu-bar-tools-menu)
11160         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
11161         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
11162         (menu-bar-help-menu):
11163         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
11164         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
11166         * term/x-win.el (x-gtk-stock-map):
11167         * progmodes/vera-mode.el (auto-mode-alist):
11168         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
11169         (inferior-lisp-program, inferior-lisp-load-command):
11170         * progmodes/hideshow.el (hs-special-modes-alist):
11171         * progmodes/gud.el (same-window-regexps):
11172         * progmodes/grep.el (grep-program, find-program, xargs-program):
11173         * net/telnet.el (same-window-regexps):
11174         * net/rlogin.el (same-window-regexps):
11175         * language/ethiopic.el (font-ccl-encoder-alist):
11176         * vc-sccs.el (vc-sccs-master-templates):
11177         * vc-rcs.el (vc-rcs-master-templates):
11178         * subr.el (cl-assertion-failed):
11179         * simple.el (next-error-overlay-arrow-position):
11180         * lpr.el (lpr-command):
11181         * locate.el (locate-ls-subdir-switches):
11182         * info.el (same-window-regexps, info)
11183         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11184         * image-mode.el (image-mode, auto-mode-alist):
11185         * hippie-exp.el (hippie-expand-ignore-buffers):
11186         * format.el (format-alist):
11187         * find-dired.el (find-ls-subdir-switches, find-grep-options)
11188         (find-name-arg):
11189         * facemenu.el (facemenu-keybindings):
11190         * dired.el (dired-listing-switches, dired-chown-program):
11191         * diff.el (diff-switches, diff-command):
11192         * cus-edit.el (same-window-regexps):
11193         * bindings.el (mode-line-mule-info)
11194         (mode-line-buffer-identification): Purecopy strings.
11196 2009-11-11  Juri Linkov  <juri@jurta.org>
11198         * simple.el (dired-get-filename) <declare-function>:
11199         Tell the byte-compiler about dired-get-filename.
11200         (shell-command): In Dired mode, get filename from the current line
11201         as the default value.
11203 2009-11-10  Glenn Morris  <rgm@gnu.org>
11205         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11206         * calendar/holidays.el, progmodes/cperl-mode.el:
11207         Update x-popup-menu declarations.
11209         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11210         (list-load-path-shadows): Use dolist.
11211         (list-load-path-shadows): Use with-current-buffer.
11213 2009-11-10  Juri Linkov  <juri@jurta.org>
11215         * minibuffer.el (read-file-name): Support a list of default values
11216         in `default-filename'.  Use the first file name where only one
11217         element is required.  Doc fix.
11219 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
11221         * net/dbus.el (dbus-unregister-object): Release service, if no
11222         other method is registered for it.
11224 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
11226         * bookmark.el (bookmark-completing-read): Sort bookmark names if
11227         bookmark-sort-flag is non-nil (Bug#4653).
11229 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
11231         * emulation/cua-base.el: Add CUA property to some CC mode commands
11232         (Bug#4100).
11234 2009-11-08  Kevin Ryde  <user42@zip.com.au>
11236         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
11237         at end of sentence (Bug#4818).
11239 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
11241         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11242         Handle "see declaration of" MSFT statements (Bug#4100).
11244 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
11246         * net/tramp.el (tramp-advice-make-auto-save-file-name)
11247         (tramp-advice-file-expand-wildcards): Unload via
11248         `ad-remove-advice'.
11250         * net/trampver.el: Update release number.
11252 2009-11-08  Kevin Ryde  <user42@zip.com.au>
11254         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11255         `ad-do-it'.
11257 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
11259         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11260         in order to keep context in SELinux.
11262 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
11264         * dired-aux.el (dired-query): Place cursor in echo area and allow
11265         C-g.
11267         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11268         menu item if not on a directory (Bug#4701).
11270 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
11272         Sync with Tramp 2.1.17.
11274         * net/tramp.el (tramp-handle-copy-directory): Don't use
11275         `file-remote-p' (due to compatibility).
11277         * net/tramp-compat.el (tramp-compat-copy-directory)
11278         (tramp-compat-delete-directory): New defuns.
11280         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11281         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11282         `tramp-compat-delete-directory'.
11284         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11285         (tramp-smb-handle-delete-directory): Use
11286         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11288         * net/trampver.el: Update release number.
11290 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
11292         * tar-mode.el (tar-copy): Call write-region on the right buffer
11293         (Bug#4857).
11295         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11296         by hand, if necessary (Bug#4878).
11298 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
11300         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11301         align size column (Bug#4839).
11303         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11304         statement.
11306 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11308         * progmodes/ld-script.el (auto-mode-alist):
11309         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11311         * cus-face.el (custom-declare-face): Purecopy face spec.
11313 2009-11-06  Kenichi Handa  <handa@m17n.org>
11315         * international/uni-bidi.el: Re-generated.
11316         * international/uni-category.el: Re-generated.
11317         * international/uni-combining.el: Re-generated.
11318         * international/uni-mirrored.el: Re-generated.
11320 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11322         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11323         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11324         (tex-start-options, slitex-run-command, latex-run-command)
11325         (tex-run-command, tex-directory):
11326         * textmodes/ispell.el (ispell-html-skip-alists)
11327         (ispell-tex-skip-alists, ispell-tex-skip-alists):
11328         * textmodes/fill.el (adaptive-fill-first-line-regexp):
11329         (adaptive-fill-regexp):
11330         * textmodes/dns-mode.el (auto-mode-alist):
11331         * progmodes/python.el (interpreter-mode-alist):
11332         * progmodes/etags.el (tags-compression-info-list):
11333         * progmodes/etags.el (tags-file-name):
11334         * net/browse-url.el (browse-url-galeon-program)
11335         (browse-url-firefox-program):
11336         * mail/sendmail.el (mail-signature-file)
11337         (mail-citation-prefix-regexp):
11338         * international/mule-conf.el (eight-bit):
11339         * international/latexenc.el (latex-inputenc-coding-alist):
11340         * international/fontset.el (x-pixel-size-width-font-regexp):
11341         * emacs-lisp/warnings.el (warning-type-format):
11342         * emacs-lisp/trace.el (trace-buffer):
11343         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11344         (emacs-lisp-mode-map):
11345         * calendar/holidays.el (holiday-solar-holidays)
11346         (holiday-bahai-holidays, holiday-islamic-holidays)
11347         (holiday-christian-holidays, holiday-hebrew-holidays)
11348         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11349         (hebrew-holidays-1, holiday-oriental-holidays)
11350         (holiday-general-holidays):
11351         * x-dnd.el (x-dnd-known-types):
11352         * tool-bar.el (tool-bar):
11353         * startup.el (site-run-file):
11354         * shell.el (shell-dumb-shell-regexp):
11355         * rfn-eshadow.el (file-name-shadow-tty-properties)
11356         (file-name-shadow-properties):
11357         * paths.el (remote-shell-program, news-directory):
11358         * mouse.el ([C-down-mouse-3]):
11359         * menu-bar.el (menu-bar-tools-menu):
11360         * jka-cmpr-hook.el (jka-compr-load-suffixes)
11361         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11362         (jka-compr-compression-info-list):
11363         * isearch.el (search-whitespace-regexp):
11364         * image-file.el (image-file-name-extensions):
11365         * find-dired.el (find-ls-option):
11366         * files.el (directory-listing-before-filename-regexp)
11367         (directory-free-space-args, insert-directory-program)
11368         (list-directory-brief-switches, magic-fallback-mode-alist)
11369         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11370         (automount-dir-prefix):
11371         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11372         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11373         (face-font-registry-alternatives, face-font-registry-alternatives)
11374         (face-font-family-alternatives):
11375         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11376         (facemenu-foreground-menu, facemenu-face-menu):
11377         * epa-hook.el (epa-file-name-regexp):
11378         * dnd.el (dnd-protocol-alist):
11379         * textmodes/rst.el (auto-mode-alist):
11380         * button.el (default-button): Purecopy strings.
11382 2009-11-06  Glenn Morris  <rgm@gnu.org>
11384         * Makefile.in (ELCFILES): Update.
11386 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11388         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11389         * emacs-lisp/levents.el: Move to obsolete/levents.el.
11391         * nxml/xsd-regexp.el (xsdre-gen-categories):
11392         * nxml/xmltok.el (xmltok-parse-entity):
11393         * nxml/rng-parse.el (rng-parse-validate-file):
11394         * nxml/rng-maint.el (rng-format-manual)
11395         (rng-manual-output-force-new-line):
11396         * nxml/rng-loc.el (rng-save-schema-location-1):
11397         * nxml/rng-cmpct.el (rng-c-parse-file):
11398         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11399         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11401 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
11403         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11404         Remove extra save-excursions and make-variable-buffer-local's.
11405         Suggested by Stefan Monnier.
11407         (verilog-getopt-file, verilog-module-inside-filename-p)
11408         (verilog-set-define): Merge GNU 1.35 and repair changes from
11409         switching to using with-current-buffer.
11411         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11412         being treated as a number and confusing AUTORESET.
11413         Reported by Dan Dever.
11415         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11416         Add verilog-auto-ignore-concat to fix backward compatibility with
11417         older verilog-modes.  Reported by Dan Katz.
11419         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11420         containing closing anchors "...$".
11422         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11423         Reported by Wade Smith.
11425         (verilog-batch-execute-func): Comment on function usage.
11427 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
11429         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11430         for labels.
11432         (verilog-label-re, verilog-calc-1): Support proper indent of named
11433         asserts.
11435         (verilog-backward-token, verilog-basic-complete-re)
11436         (verilog-beg-of-statement, verilog-indent-re): Support proper
11437         indent of the assert statement at the beginning of a block of text.
11439         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11440         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11441         tokens as begins.
11443 2009-11-05  Glenn Morris  <rgm@gnu.org>
11445         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11446         Emacs 19.  (Bug#1531)
11447         (byte-compile-fix-header): Update for the above change.
11448         Drop test for epoch::version.
11450         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11451         * cus-dep.el (custom-make-dependencies):
11452         * finder.el (finder-compile-keywords):
11453         Use autoload-rubric's feature argument.
11455         * calendar/diary-lib.el (top-level): Make load behave more like require.
11457         * vc-git.el (vc-git-stash-map): Move definition before use.
11459 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
11461         * custom.el (custom-declare-group): Purecopy standard-value.
11462         (custom-declare-group): Purecopy custom-prefix.
11464         * international/mule.el (load-with-code-conversion):
11465         Call do-after-load-evaluation unconditionally.
11467         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11469 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11471         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11473 2009-11-04  Glenn Morris  <rgm@gnu.org>
11475         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11476         (byte-compile-compatibility): Remove option.
11477         (byte-compile-close-variables, byte-compile-fix-header)
11478         (byte-compile-insert-header, byte-compile-output-docform)
11479         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11480         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11481         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11482         (byte-compile-insert, byte-compile-defun):
11483         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
11484         (byte-defop-compiler19): Remove.
11485         Without byte-compile-compatibility, the 'emacs19-opcode property is not
11486         used by anything.  Replace all calls with byte-defop-compiler.
11488 2009-11-04  Juri Linkov  <juri@jurta.org>
11490         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11491         (menu-bar-options-menu): Don't quote the `prop' arg of
11492         `menu-bar-make-mm-toggle'.
11494 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
11496         * calendar/calendar.el (cal-loaddefs):
11497         * calendar/diary-lib.el (diary-loaddefs):
11498         * calendar/holidays.el (hol-loaddefs):
11499         * eshell/esh-module.el (esh-groups): Load rather than require.
11501 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11503         * calendar/todo-mode.el (todo-add-category): Don't hardcode
11504         point-min==1.
11505         (todo-top-priorities): Only display-buffer when called interactively.
11506         (todo-item-start): Don't save excursion point.
11507         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
11508         (todo-insert-item-here, todo-file-item, todo-remove-item):
11509         Adjust uses of todo-item-start and todo-item-end.
11511         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11512         (autoload-rubric): Don't use any more.
11514         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11515         and only put a prop if it is non-nil.
11517 2009-11-03  Juri Linkov  <juri@jurta.org>
11519         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11520         (menu-bar-options-menu): Fix list quoting (Bug#4429).
11522         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11523         and "Menu" to make top-level menu item visually one unit (like
11524         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11525         multi-word menu items).  Fix :help string for quit-window.
11527 2009-11-03  Glenn Morris  <rgm@gnu.org>
11529         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11530         (byte-compile-file-form-define-abbrev-table)
11531         (byte-compile-file-form-custom-declare-variable)
11532         (byte-compile-variable-ref, byte-compile-defvar):
11533         Whether or not a warning is enabled should only affect whether we issue
11534         the warning, not whether or not we collect the relevant data.
11535         Eg warnings can be turned on and off throughout the course of a file.
11537         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11538         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11540 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11542         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11543         * play/mpuz.el (mpuz-create-buffer):
11544         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11545         (lm-print-y,s,noise, lm-print-w0, lm-init):
11546         * play/gomoku.el (gomoku-prompt-for-move):
11547         * play/fortune.el (fortune-in-buffer):
11548         * play/dissociate.el (dissociated-press):
11549         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11550         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11551         * mail/supercite.el (sc-eref-show):
11552         * mail/smtpmail.el (smtpmail-send-it):
11553         * mail/rmailsum.el (rmail-summary-next-labeled-message)
11554         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11555         (rmail-summary-undelete-many, rmail-summary-rmail-update)
11556         (rmail-summary-goto-msg, rmail-summary-expunge)
11557         (rmail-summary-get-new-mail, rmail-summary-search-backward)
11558         (rmail-summary-add-label, rmail-summary-output-menu)
11559         (rmail-summary-output-body):
11560         * mail/rfc822.el (rfc822-addresses):
11561         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11562         * mail/mailpost.el (post-mail-send-it):
11563         * mail/hashcash.el (hashcash-generate-payment):
11564         * mail/feedmail.el (feedmail-run-the-queue)
11565         (feedmail-queue-send-edit-prompt-help-first)
11566         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11567         (feedmail-deduce-address-list):
11568         * eshell/esh-ext.el (eshell-remote-command):
11569         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11570         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11571         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11572         (viper-save-string-in-file, viper-valid-marker):
11573         * emulation/viper-keym.el (viper-toggle-key):
11574         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11575         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11576         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11577         * emulation/viper-cmd.el (viper-exec-form-in-vi)
11578         (viper-exec-form-in-emacs, viper-brac-function):
11579         * emulation/viper.el (viper-delocalize-var):
11580         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11581         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11582         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11583         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11584         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11585         * emulation/edt.el (edt-electric-helpify):
11586         * emulation/cua-rect.el (cua--rectangle-aux-replace):
11587         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11588         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11589         (cua-indent-to-global-mark-column):
11590         * calendar/diary-lib.el (calendar-mark-1):
11591         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11592         Use with-current-buffer.
11593         * emulation/viper.el (viper-delocalize-var): Use dolist.
11595 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
11597         * comint.el (comint-replace-by-expanded-history-before-point):
11598         Replace !! with the previous input string literally (Bug#1795).
11600 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
11602         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11603         to be made up of whitespace.
11605 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
11607         * minibuffer.el (read-file-name): Don't use file dialogs for
11608         remote directories (Bug#99).
11610 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
11612         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11614 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
11616         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11617         instead of deleting the window or frame.
11619 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
11621         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11622         Support face colors.
11624         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11625         New function.  Support face colors (Bug#1168).
11626         (tex-common-initialization): Use it.
11628         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11629         mode allows it (Bug#1168).
11631 2009-10-31  Juri Linkov  <juri@jurta.org>
11633         * facemenu.el (list-colors-display): Don't mark buffer as
11634         modified (Bug#3948).
11636 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
11638         * international/mule-diag.el (list-character-sets-1): Minor
11639         message fix (Bug#3526).
11641         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11642         face property (Bug#4834).
11643         (etags-list-tags, etags-tags-apropos-additional)
11644         (etags-tags-apropos, tags-select-tags-table): Add follow-link
11645         property.
11647         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11648         items.
11650 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11652         * textmodes/two-column.el (2C-split):
11653         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11654         * textmodes/tex-mode.el (tex-set-buffer-directory):
11655         * textmodes/spell.el (spell-region, spell-string):
11656         * textmodes/reftex.el (reftex-erase-buffer):
11657         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11658         * textmodes/reftex-toc.el (reftex-toc-promote-action):
11659         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11660         (reftex-select-item):
11661         * textmodes/reftex-ref.el (reftex-label-info-update)
11662         (reftex-offer-label-menu):
11663         * textmodes/reftex-index.el (reftex-index-change-entry)
11664         (reftex-index-phrases-info):
11665         * textmodes/reftex-global.el (reftex-create-tags-file)
11666         (reftex-save-all-document-buffers, reftex-ensure-write-access):
11667         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11668         (reftex-view-crossref-from-bibtex):
11669         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11670         (reftex-extract-bib-entries-from-thebibliography)
11671         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11672         * textmodes/refbib.el (r2b-capitalize-title):
11673         (r2b-convert-buffer, r2b-help):
11674         * textmodes/page-ext.el (pages-directory)
11675         (pages-directory-goto-with-mouse):
11676         * textmodes/bibtex.el (bibtex-validate-globally):
11677         * textmodes/bib-mode.el (bib-capitalize-title):
11678         * textmodes/artist.el (artist-clear-buffer, artist-system):
11679         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11680         (local-set-scheme-interaction-buffer, xscheme-process-filter)
11681         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11682         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11683         (xscheme-send-control-g-interrupt, xscheme-start-process)
11684         (xscheme-process-sentinel, xscheme-cd):
11685         * progmodes/verilog-mode.el (verilog-read-always-signals)
11686         (verilog-set-define, verilog-getopt-file)
11687         (verilog-module-inside-filename-p):
11688         * progmodes/sh-script.el:
11689         * progmodes/python.el (python-pdbtrack-get-source-buffer)
11690         (python-pdbtrack-grub-for-buffer, python-execute-file):
11691         * progmodes/octave-inf.el (inferior-octave):
11692         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11693         (idlwave-shell-compile-helper-routines, idlwave-set-local)
11694         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11695         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11696         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11697         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11698         (idlwave-shell-filter, idlwave-shell-examine-highlight)
11699         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11700         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11701         (idlwave-shell-examine-display, idlwave-shell-run-region)
11702         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11703         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11704         * progmodes/idlw-help.el (idlwave-help-get-special-help)
11705         (idlwave-help-get-help-buffer):
11706         * progmodes/gud.el (gud-basic-call, gud-find-class)
11707         (gud-tooltip-activate-mouse-motions-if-enabled):
11708         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11709         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11710         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11711         (ebrowse-tags-next-file):
11712         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11713         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11714         (ebnf-eps-finish-and-write):
11715         * progmodes/cpp.el (cpp-edit-save):
11716         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11717         * progmodes/cc-defs.el (c-emacs-features):
11718         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11719         (antlr-directory-dependencies):
11720         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11721         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11722         (ada-find-any-references, ada-make-filename-from-adaname)
11723         (ada-make-body-gnatstub):
11724         * obsolete/rnews.el (news-list-news-groups):
11725         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11726         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11727         * net/rcirc.el (rcirc-debug):
11728         * net/newst-treeview.el (newsticker--treeview-list-add-item)
11729         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11730         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11731         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11732         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11733         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11734         (newsticker--treeview-list-clear-highlight)
11735         (newsticker--treeview-list-update-highlight)
11736         (newsticker--treeview-list-highlight-start)
11737         (newsticker--treeview-tree-update-highlight)
11738         (newsticker--treeview-get-selected-item)
11739         (newsticker-treeview-mark-list-items-old)
11740         (newsticker--treeview-set-current-node):
11741         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11742         * net/newst-backend.el (newsticker--get-news-by-funcall)
11743         (newsticker--get-news-by-wget, newsticker--image-get)
11744         (newsticker--image-sentinel):
11745         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11746         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11747         (eudc-ph-close-session):
11748         * net/eudc.el (eudc-save-options):
11749         * language/thai-word.el (thai-update-word-table):
11750         * language/japan-util.el (japanese-string-conversion):
11751         * international/titdic-cnv.el (tsang-quick-converter)
11752         (ziranma-converter, ctlau-converter):
11753         * international/mule-cmds.el (describe-language-environment):
11754         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11755         (skkdic-convert-postfix, skkdic-convert-prefix):
11756         (skkdic-convert-okuri-nasi, skkdic-convert):
11757         * emacs-lisp/re-builder.el (reb-update-overlays):
11758         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11759         * emacs-lisp/gulp.el (gulp-send-requests):
11760         * emacs-lisp/find-gc.el (trace-call-tree):
11761         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11762         (eieio-describe-generic):
11763         * emacs-lisp/eieio-base.el (eieio-persistent-read):
11764         * emacs-lisp/edebug.el (edebug-outside-excursion):
11765         * emacs-lisp/debug.el (debugger-make-xrefs):
11766         * emacs-lisp/cust-print.el (custom-prin1-to-string):
11767         * emacs-lisp/chart.el (chart-new-buffer):
11768         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11769         Use with-current-buffer.
11770         * textmodes/artist.el (artist-system): Don't call
11771         copy-sequence on a fresh string.
11772         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11774 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
11776         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11777         is no item to edit.  (Bug#4820)
11778         (todo-top-priorities): Restore point and restore narrowing in Todo
11779         buffer.  (Bug#4820)
11781 2009-10-31  Glenn Morris  <rgm@gnu.org>
11783         * net/ange-ftp.el (top-level): Don't require dired when compiling.
11784         (comint-last-output-start, comint-last-input-start)
11785         (comint-last-input-end): Don't defvar when compiling.
11786         (ange-ftp-process-file): Use bound-and-true-p.
11788         * pcmpl-rpm.el (top-level): Move provide statement to end.
11789         (pcmpl-rpm): Remove unused custom group.
11791         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11793         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11795         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11796         (byte-compile-warnings): Add `constants' as an option.
11797         (byte-compile-callargs-warn, byte-compile-arglist-warn)
11798         (display-call-tree): Update for byte-compile-fdefinition possibly
11799         returning `(macro lambda ...)'.  (Bug#4778)
11800         (byte-compile-variable-ref, byte-compile-setq-default):
11801         Respect `constants' member of byte-compile-warnings.
11803 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11805         * vc-bzr.el (vc-bzr-revision-keywords): New var.
11806         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11807         to "submit:".
11809 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
11811         * textmodes/ispell.el (ispell-skip-region-alist):
11812         * international/mule-conf.el (eight-bit):
11813         * international/fontset.el (font-encoding-alist):
11814         * startup.el (pure-space-overflow-message):
11815         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11816         * paths.el (gnus-nntp-service, rmail-spool-directory)
11817         (term-file-prefix):
11818         * files.el (save-some-buffers-action-alist):
11819         * cmuscheme.el (same-window-buffer-names):
11820         * ielm.el (same-window-buffer-names):
11821         * shell.el (same-window-buffer-names):
11822         * mail/sendmail.el (same-window-buffer-names):
11823         * progmodes/inf-lisp.el (same-window-buffer-names):
11824         * bindings.el (mode-line-client)
11825         (mode-line-column-line-number-mode-map):
11826         * language/tibetan.el (tibetan-precomposition-rule-regexp)
11827         (tibetan-precomposed-regexp): Purecopy string arguments.
11829 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11831         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11832         (calcDigit-nondigit):
11833         * calc/calc-yank.el (calc-copy-to-buffer):
11834         * calc/calc-units.el (calc-invalidate-units-table):
11835         * calc/calc-trail.el (calc-trail-yank):
11836         * calc/calc-store.el (calc-insert-variables):
11837         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11838         * calc/calc-prog.el (calc-read-parse-table):
11839         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11840         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11841         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11842         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11843         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11844         (calc-graph-name, calc-graph-find-command, calc-graph-view)
11845         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11846         * calc/calc-ext.el (calc-realign):
11847         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11848         (calc-embedded-finish-edit, calc-embedded-make-info)
11849         (calc-embedded-finish-command, calc-embedded-stack-change):
11850         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11852         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11853         shell-dynamic-complete-filename in preference to
11854         comint-dynamic-complete-filename.
11856         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11857         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11858         Don't consider whether the display supports colors.
11859         (bookmark-import-new-list): Use dolist.
11860         (bookmark-bmenu-mode-map): Move initialization into declaration.
11861         (bookmark-bmenu-list): Use dolist, simplify.
11862         (bookmark-show-all-annotations): Use save-selected-window and dolist.
11863         (menu-bar-final-items): Use push.
11865 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11867         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11868         it works on remote files.
11869         (vc-hg-diff): Don't pass any `--cwd' argument.
11871 2009-10-27  Kevin Ryde  <user42@zip.com.au>
11873         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11874         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11875         (Further to Bug#3921).
11877 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
11879         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11880         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11881         calling `tramp-imap-put-file'.  Add file size to the call.
11882         (tramp-imap-get-file-entries): Compute also user name, file size,
11883         and date.
11884         (tramp-imap-handle-insert-directory): Insert uid and gid.
11885         (tramp-imap-handle-file-attributes): Transform uid and gid
11886         according to `id-format'.
11887         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
11888         size in header X-Size.
11890 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
11892         * simple.el (transpose-subr): Give clearer error when the mark
11893         is not set.  (Bug#4807)
11895 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
11897         * net/tramp.el (tramp-perl-file-truename): New defconst.
11898         Perl code contributed by yary <not.com@gmail.com> (tiny change).
11899         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11900         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11901         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11903         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11904         Ignore `dired-call-process'.
11905         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11907 2009-10-26  Julian Scheid  <julians37@gmail.com>
11909         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11910         (tramp-get-remote-readlink): New defun.
11911         (tramp-handle-file-truename): Use it.
11912         (tramp-handle-file-exists-p): Check file-attributes cache, assume
11913         file exists if cache value present.
11914         (tramp-check-cached-permissions): New defun.
11915         (tramp-handle-file-readable-p): Use it.
11916         (tramp-handle-file-writable-p): Likewise.
11917         (tramp-handle-file-executable-p): Likewise.
11918         (tramp-handle-file-name-all-completions): Try using Perl to get
11919         partial completions.  When perl not available, combine `cd' and
11920         `ls' into single remote operation and use shell expansion to get
11921         partial remote directory contents.  Set `file-exists-p' cache for
11922         directory and any files returned by ls.  Change cache handling to
11923         support partial directory contents.  Use error message emitted by
11924         remote `cd' or Perl code for local tramp-error.
11925         (tramp-do-copy-or-rename-file-directly): Avoid separate
11926         tramp-send-command-and-check call.
11927         (tramp-handle-process-file): Merge three remote ops into one.
11928         Do not flush all caches when `process-file-side-effects' is set.
11929         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11930         file-attributes shows uid/gid to be set already.
11932 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11934         * textmodes/tex-mode.el (tex-dvi-view-command)
11935         (tex-show-queue-command, tex-open-quote):
11936         * progmodes/ruby-mode.el (auto-mode-alist)
11937         (interpreter-mode-alist): Purecopy strings.
11939         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11941         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11942         string for the hook, keymap and abbrev table.
11944         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11946         * x-dnd.el (x-dnd-xdnd-to-action):
11947         * startup.el (fancy-startup-text, fancy-about-text): Change to
11948         defconst from defvar.
11950         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11952         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11953         Purecopy initialization strings.
11955         * mail/sendmail.el (mail-header-separator)
11956         (mail-personal-alias-file):
11957         * mail/rmail.el (rmail-default-dont-reply-to-names)
11958         (rmail-ignored-headers, rmail-retry-ignored-headers)
11959         (rmail-highlighted-headers, rmail-secondary-file-directory)
11960         (rmail-secondary-file-regexp):
11961         * files.el (null-device, file-name-invalid-regexp)
11962         (locate-dominating-stop-dir-regexp)
11963         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11964         (interpreter-mode-alist): Use mapcar instead of mapc.
11966         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11968         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11969         (completion-ignored-extensions):
11970         (debug-ignored-errors): Purecopy strings.
11972 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11974         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11975         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11976         (pcomplete--here): Use push.
11978         * subr.el (all-completions): Declare the 4th arg obsolete.
11980 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11982         * pcomplete.el (pcomplete-unquote-argument-function): New var.
11983         (pcomplete-unquote-argument): New function.
11984         (pcomplete--common-suffix): Always pay attention to case.
11985         (pcomplete--table-subvert): Quote and unquote the text.
11986         (pcomplete--common-quoted-suffix): New function.
11987         (pcomplete-std-complete): Use it and pcomplete-begin.
11989         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11990         we're inside a dedicated or minibuffer window.
11992 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
11994         * bookmark.el: Update documentation, especially documentation
11995         of `bookmark-alist' and of the bookmark file format.
11996         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
11998 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
12000         * mail/emacsbug.el (report-emacs-bug): Clarify that the
12001         keybindings apply to the mail buffer (Bug#4003).  Shrink help
12002         window to buffer.
12004         * whitespace.el (whitespace-mode, whitespace-newline-mode)
12005         (global-whitespace-mode, global-whitespace-newline-mode)
12006         (whitespace-toggle-options, global-whitespace-toggle-options):
12007         Doc fix (Bug#3660).
12009         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
12010         of xmltok-start before the end tag was inserted (Bug#2840).
12012         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
12013         patterns that are preceded by an open-paren (Bug#1320).
12015 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
12017         * files.el (delete-directory): Delete symlinks to directories with
12018         delete-file (Bug#4739).
12020 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
12022         * vc.el (vc-backend-for-registration): Rename from
12023         vc-get-backend-for-registration.  Update callers.
12025         * international/mule-cmds.el (set-language-info-alist):
12026         Purecopy lang-env.
12027         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
12028         (charset): Purecopy the name.
12029         (define-char-code-property): Purecopy string arguments.
12031         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12032         Purecopy string arguments.
12034         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12035         * ediff-hook.el (menu-bar-ediff-menu):
12036         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
12037         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
12039 2009-10-24  Glenn Morris  <rgm@gnu.org>
12041         * comint.el (comint-dynamic-list-completions):
12042         * term.el (term-dynamic-list-completions): Use choose-completion rather
12043         than obsolete alias mouse-choose-completion.
12045         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
12046         file-cache-choose-completion.
12047         (file-cache-choose-completion): Handle an optional event argument.
12048         (file-cache-mouse-choose-completion): Make it an obsolete alias.
12050         * progmodes/octave-mod.el (octave-complete-symbol):
12051         Use choose-completion if mouse-choose-completion is ever removed.
12053         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
12054         use.
12056         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
12057         compiler.
12059         * vc-hooks.el (vc-responsible-backend): Fix declaration.
12061 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12063         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
12064         Ignore `pred' now that we receive one.
12065         Handle test-completion specially.
12067 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
12069         * vc.el (vc-responsible-backend): Throw an error if not backend is
12070         found.  Remove the REGISTER argument.  Move the code dealing with
12071         REGISTER ...
12072         (vc-get-backend-for-registration): ... here.  New function.
12073         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
12074         of vc-responsible-backend, pass the file name instead of the
12075         directory name.
12077 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12079         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
12080         New funs.
12081         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
12082         (pcomplete-comint-setup): Don't modify a global var via
12083         accidental side-effects.
12084         (pcomplete-shell-setup): Adjust call accordingly.
12085         (pcomplete-parse-comint-arguments): Use push.
12087 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
12089         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12090         Allow uncapitalized info node names (Bug#3921).
12092         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
12093         to the DEBUG file (Bug#3781).
12095 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
12097         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
12098         dictionary entry (Bug#4579).
12100 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
12102         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
12103         from `rfn-eshadow-update-overlay-hook' when unloading.
12104         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
12105         "rsyncc".  Adjust doc string.
12106         (tramp-temp-buffer-file-name): New buffer-local defvar.
12107         (tramp-handle-insert-file-contents, tramp-handle-write-region):
12108         Keep temporary file when indicated by method ("rsync" and
12109         "rsyncc").
12110         (tramp-handle-write-region): Handle APPEND.
12111         (tramp-delete-temp-file-function): New defun.  Added to
12112         `kill-buffer-hook'.
12114 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
12116         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
12118 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
12120         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
12121         (color-name-rgb-alist, tty-standard-colors)
12122         (tty-color-mode-alist): Change to defconst.
12124         * simple.el (mark-inactive): Purecopy message.
12126         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
12127         (global-map, yank-menu):
12128         * textmodes/ispell.el (ispell-menu-map):
12129         * net/eudc.el (eudc-tools-menu):
12130         * international/mule-cmds.el (describe-language-environment-map)
12131         (setup-language-environment-map, set-coding-system-map)
12132         (mule-menu-keymap):
12133         * vc-hooks.el (vc-menu-entry, vc-menu-map):
12134         * replace.el (occur-mode-map):
12135         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
12137 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
12139         * calc/calc.el (math-read-number, math-read-number-simple): Use
12140         `save-match-data'.
12142 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12144         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
12145         rather than fiddling with global-map bindings, since it should only
12146         affect per-terminal settings.
12147         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
12149         * minibuffer.el (completion-table-with-terminator): Allow to specify
12150         the terminator-regexp.
12152         * simple.el (switch-to-completions): Look for *Completions* in other
12153         frames as well.
12155         * pcomplete.el: Allow the use of completion-tables.
12156         (pcomplete-std-complete): New command.
12157         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
12158         (pcomplete--here): Use a function for `form' rather than an expression,
12159         so it can be byte-compiled.
12160         (pcomplete-here, pcomplete-here*): Adjust accordingly.
12161         Add edebug declaration.
12162         (pcomplete-show-completions): Remove unused var `curbuf'.
12163         (pcomplete-do-complete, pcomplete-stub):
12164         Don't assume `completions' is a list of strings any more.
12166 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
12168         * find-dired.el (find-name-arg): Fix typo in docstring.
12170 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12172         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
12173         (pcmpl-linux-fs-types): Same, and update to new modules layout.
12175         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
12176         pcomplete-entries.
12178         * comint.el (comint-read-input-ring, comint-write-input-ring)
12179         (comint-substitute-in-file-name)
12180         (comint-dynamic-complete-as-filename)
12181         (comint-dynamic-simple-complete)
12182         (comint-dynamic-list-filename-completions)
12183         (comint-dynamic-list-completions)
12184         (comint-redirect-results-list-from-process): Minor simplifications.
12186 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12188         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12189         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
12190         the first form.  And insert a blank line after ";;; Code" since
12191         that's usual style.  (Bug#4612)
12193         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12195 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12197         * minibuffer.el (completion-table-with-terminator): Properly implement
12198         boundaries, in case `terminator' appears in the suffix.
12199         (completion--embedded-envvar-table): Don't return boundaries if
12200         there's no valid completion.  Simplify.
12201         (completion-file-name-table): New completion table extracted from
12202         completion--file-name-table.
12203         (completion--file-name-table): Use it.
12204         (read-file-name-predicate): Declare obsolete.
12205         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12206         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12207         completion-file-name-table, and use the `pred' argument.
12208         * files.el (locate-file-completion-table): Use the `pred' arg rather
12209         than read-file-name-predicate.
12210         (abbreviate-file-name): Use \` rather than ^ for BOS.
12212 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12214         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12215         vc-responsible-backend to register, it causes problems.
12217 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12219         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12221 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
12223         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12224         (tramp-smb-handle-file-attributes): Use it.
12225         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12226         (tramp-smb-handle-insert-directory): Use `mapc' rather than
12227         `mapcar'.  Use `tramp-smb-get-stat-capability'.
12228         Add `dired-filename' text properties.
12229         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12230         (tramp-smb-maybe-open-connection): Simplify check for smbclient
12231         version.
12233 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12235         * subr.el (read-key-delay): Reduce to 0.01.
12236         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12237         (bug#4751).
12239 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12241         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12243         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12244         (Info-menu): Remove unused vars `last' and `completions'.
12245         (Info-index-nodes): Remove unused var `node'.
12247         * info.el (Info-complete-menu-item): Use complete-with-action.
12249 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
12251         Make vc-annotate work through copies and renames.
12252         * vc-annotate.el (vc-annotate-extract-revision-at-line):
12253         Return the file name too.
12254         (vc-annotate-revision-at-line)
12255         (vc-annotate-find-revision-at-line)
12256         (vc-annotate-revision-previous-to-line)
12257         (vc-annotate-show-log-revision-at-line): Update to get the file
12258         name from vc-annotate-extract-revision-at-line.
12259         (vc-annotate-show-diff-revision-at-line-internal): Change the
12260         argument to mean whether to show a file diff or not.  Get the file
12261         name from vc-annotate-extract-revision-at-line.
12262         (vc-annotate-show-diff-revision-at-line):
12263         Update vc-annotate-show-diff-revision-at-line call.
12264         (vc-annotate-warp-revision): Add an optional file argument.
12266         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12267         (vc-git-annotate-extract-revision-at-line): Also return the file
12268         name if found.
12270         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12271         command.  Remove unused code.
12272         (vc-hg-annotate-re): Update to match --follow output.
12273         (vc-hg-annotate-extract-revision-at-line): Also return the file
12274         name if found.
12276         * vc.el: Update annotate-extract-revision-at-line documentation.
12278 2009-10-18  Kevin Ryde  <user42@zip.com.au>
12280         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12281         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12283         * net/browse-url.el (browse-url): Identify alist with "consp and
12284         not functionp" and let all other things go down the `apply' leg,
12285         as suggested by Stefan.  (Further to bug#4531.)
12287 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
12289         * minibuffer.el (read-file-name): Check for repeat before putting
12290         a default argument in file-name-history (Bug#4657).
12292         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12293         read syntax (Bug#4737).
12295         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
12297 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12299         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12300         (html-tag-alist, html-tag-help): Add descriptions for undocumented
12301         entries and make note of obsolete tags.
12303 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12305         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12307 2009-10-18  Glenn Morris  <rgm@gnu.org>
12309         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12310         grep, so that binary files (eg international/uni-bidi.el) can match.
12311         Remove test for "UnicodeData" files, since it is hopefully unnecessary
12312         now, and in any case the file header format has changed.
12314 2009-10-17  Glenn Morris  <rgm@gnu.org>
12316         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12317         (flyspell-get-word, flyspell-large-region)
12318         (flyspell-auto-correct-previous-word): Doc/error message fixes.
12320 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
12322         * Makefile.in (ELCFILES): Add ede/shell.
12324 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
12326         * term/common-win.el (x-colors): Purecopy it.
12328 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12330         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12331         permissive for when the buffer is empty.
12332         (tar-header-block-tokenize): Decode the username and groupname.
12333         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12335 2009-10-17  Eric Ludlam  <zappo@gnu.org>
12337         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12338         contains multibyte characters, choose first applicable coding
12339         system automatically.
12341 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12343         * international/mule-cmds.el (select-safe-coding-system): If the file
12344         has a coding cookie, use it regardless of any other setting (bug#4712).
12346 2009-10-17  Glenn Morris  <rgm@gnu.org>
12348         * foldout.el (foldout-mouse-swallow-events):
12349         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12351         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12352         (dired-keep-marker-copy, dired-keep-marker-hardlink)
12353         (dired-keep-marker-symlink, dired-dwim-target)
12354         (dired-copy-preserve-time): Do not autoload these defcustoms.
12356         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12357         messages from messing up the file coding.  (Bug#4623)
12359 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
12361         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12362         if no match is found for the current dictionary.  (Bug#4578)
12364         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12365         optional, since that is how it is documented, and this is often called
12366         with a nil argument.  (Bug#4577)
12367         (flyspell-external-point-words, flyspell-auto-correct-word)
12368         (flyspell-correct-word-before-point, flyspell-word-search-forward)
12369         (flyspell-word-search-backward): Remove nil argument in calls to
12370         flyspell-get-word, since it is not needed now.
12372 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
12374         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
12376 2009-10-16  Glenn Morris  <rgm@gnu.org>
12378         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12380 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
12382         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12383         (ange-ftp-file-size): New function.
12384         (ange-ftp-file-attributes): Use it.
12386 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
12388         * net/tramp-smb.el (tramp-smb-version): New defvar.
12389         (tramp-smb-maybe-open-connection): Use it, in order to avoid
12390         repeated checks.
12392 2009-10-16  Glenn Morris  <rgm@gnu.org>
12394         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12395         Maybe copy some custom properties from old to new name.  (Bug#4706)
12397 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
12399         * subr.el (error, sit-for, start-process-shell-command)
12400         (start-file-process-shell-command): Set the calling convention
12401         after the function definition.
12403 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12405         * subr.el (error, sit-for, start-process-shell-command)
12406         (start-file-process-shell-command): Use the new
12407         set-advertised-calling-convention feature.
12409 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
12411         * international/ucs-normalize.el (ucs-normalize-version):
12412         Change to 1.2.
12413         (check-range): Adjust for Unicode 5.2.
12415 2009-10-15  Juri Linkov  <juri@jurta.org>
12417         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12418         to the `menu-item' format.
12420 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
12422         * net/tramp.el (tramp-replace-environment-variables): Do not fail
12423         if the environment variable does not exist.
12425         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12426         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12427         parameter.
12428         (tramp-smb-handle-add-name-to-file)
12429         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12430         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12431         (tramp-smb-handle-file-attributes)
12432         (tramp-smb-do-file-attributes-with-stat)
12433         (tramp-smb-handle-file-local-copy)
12434         (tramp-smb-handle-insert-directory)
12435         (tramp-smb-handle-make-directory)
12436         (tramp-smb-handle-make-directory-internal)
12437         (tramp-smb-handle-make-symbolic-link)
12438         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12439         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12440         (tramp-smb-maybe-open-connection): Apply the changed parameters.
12441         (tramp-smb-read-file-entry): Read Disk names in compressed format.
12442         Handle long file names.
12443         (tramp-smb-get-cifs-capabilities): Check, whether the connection
12444         process is running.
12445         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12446         Read share names with "-g" option.
12448 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
12450         * net/rcirc.el (rcirc-view-log-file): New command.
12451         (rcirc-track-minor-mode-map): Remove C-c ` binding.
12452         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12453         specified.
12455 2009-10-15  Glenn Morris  <rgm@gnu.org>
12457         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12458         from the second command-line argument.
12459         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12460         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12461         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12462         w32-batch-update-autoloads.
12463         * emacs-lisp/autoload.el (autoload-make-program): New variable.
12464         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12466         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12467         the headers cannot be located.  Simplify, subtracting superflous
12468         save-excursions.
12470 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12472         Replace completion-base-size by completion-base-position to fix bugs
12473         such as (bug#4699).
12474         * simple.el (completion-base-position): New var.
12475         (completion-base-size): Mark as obsolete.
12476         (choose-completion): Make it work for mouse events as well.
12477         Pass the new base-position to choose-completion-string.
12478         (choose-completion-guess-base-position): New function, extracted from
12479         choose-completion-delete-max-match.
12480         (choose-completion-delete-max-match): Use it.  Make obsolete.
12481         (choose-completion-string): Use the new base-position info.
12482         (completion-root-regexp): Delete.
12483         (completion-setup-function): Preserve completion-base-position.
12484         Eliminate obsolete base-size manipulation.
12485         * minibuffer.el (display-completion-list): Don't mess with base-size.
12486         (minibuffer-completion-help): Set completion-base-position instead.
12487         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12488         choose-completion.
12489         * textmodes/bibtex.el (bibtex-complete):
12490         * emacs-lisp/crm.el (crm--choose-completion-string):
12491         Adjust to new calling convention.
12492         * complete.el (partial-completion-mode): Use minibufferp to avoid
12493         bumping into incompatible change to choose-completion-string-functions.
12494         * ido.el (ido-choose-completion-string): Make its calling convention
12495         more permissive.
12496         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12497         base-size manipulation.
12498         (comint-dynamic-list-input-ring): Use dotimes and push.
12499         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12500         fundamental-mode.  Use `or'.
12502 2009-10-14  Juri Linkov  <juri@jurta.org>
12504         * misearch.el (multi-isearch-next-buffer-from-list)
12505         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
12507 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12509         * Makefile.in (compile-onefile): Load `bytecomp' rather than
12510         `bytecomp.el'.
12512         * minibuffer.el (completion-pcm--merge-completions): Make sure the
12513         string we return is all made up of text from the completions rather
12514         than part from the completions and part from the input (bug#4219).
12516         * ido.el (ido-everywhere): Use define-minor-mode.
12518         * buff-menu.el (list-buffers, ctl-x-map):
12519         Mark the entry points with ;;;###autoload cookies.
12521 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12523         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12524         correctly in the detached head case.
12525         (vc-git-print-log): Remove unused binding.
12527         * vc.el (vc-responsible-backend): When a directory is passed for
12528         for registration create a VC repository if no backend is
12529         responsible for the directory argument.
12530         (vc-deduce-fileset): Tell vc-responsible-backend to register.
12532         * vc.el: Move comments about RCS and SCCS ...
12533         * vc-rcs.el:
12534         * vc-sccs.el: ... here, respectively.
12536 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12538         * minibuffer.el (completion--file-name-table): Return nil if there's
12539         no file completion, even if substitute-in-file-name changed
12540         the string (bug#4708).
12542 2009-10-13  Juri Linkov  <juri@jurta.org>
12544         * files-x.el (read-file-local-variable-value): Don't filter out
12545         minor modes from mode name completion (bug#4664).
12547 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12549         * international/mule-cmds.el (ucs-names): Remove exclusion of
12550         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12552 2009-10-13  Kenichi Handa  <handa@m17n.org>
12554         * international/uni-name.el: Regenerated.
12556 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12558         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
12559         should be automatically buffer-local, but isn't.)
12561 2009-10-12  Sam Steingold  <sds@gnu.org>
12563         * progmodes/compile.el (compilation-next-error-function): Fix the
12564         timestamps if the buffer has been visited before.
12565         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12566         non-anchored patterns, like the perl one (bug#3928).
12568 2009-10-12  Glenn Morris  <rgm@gnu.org>
12570         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12571         Let-bind `size'.
12573 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
12575         * proced.el (proced-unload-function): New function.
12577         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12578         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12579         Doc fix.
12581         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12583 2009-10-11  Juri Linkov  <juri@jurta.org>
12585         * files-x.el (read-file-local-variable-value):
12586         Provide default value only for bound variables (bug#4664).
12588 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
12590         * net/tramp.el (tramp-local-host-p): Function shall return nil for
12591         connection methods like smb.
12593         * net/tramp-cache.el (tramp-flush-connection-property): The hash
12594         can be empty.
12596         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12597         (tramp-smb-file-name-handler-alist): Add handlers for
12598         `add-name-to-file', `make-symbolic-link'.
12599         (tramp-smb-handle-add-name-to-file)
12600         (tramp-smb-do-file-attributes-with-stat)
12601         (tramp-smb-handle-make-symbolic-link)
12602         (tramp-smb-get-cifs-capabilities): New defuns.
12603         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12604         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12605         (tramp-smb-handle-file-local-copy)
12606         (tramp-smb-handle-make-directory-internal)
12607         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12608         The file name syntax depends on cifs capabilities.
12609         (tramp-smb-handle-file-attributes):
12610         Call `tramp-smb-do-file-attributes-with-stat' if possible.
12611         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12612         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12614 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
12616         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12617         (eieio-defclass): Apply deftype handler and setf-method properties
12618         directly.
12619         (eieio-add-new-slot): Avoid union function from cl library.
12620         (eieio--typep): New function.
12621         (eieio-perform-slot-validation): Use it.
12623 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12625         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12626         Update documentation to refer to the variables documented in r1.135.
12627         (Bug#4188)
12629 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12631         * bookmark.el (Info-suffix-list): Remove this unused variable.
12632         (bookmark-current-point): Remove this obsolete variable.
12633         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12634         Adjust for removal of bookmark-current-point.
12636         (bookmarks-already-loaded, bookmark-current-buffer)
12637         (bookmark-yank-point): Document.  (Bug#4188)
12639 2009-10-10  Glenn Morris  <rgm@gnu.org>
12641         * frame.el (frame-height): Doc fix.
12643         * calendar/calendar.el (calendar-split-width-threshold): New option.
12644         (calendar-basic-setup): Use calendar-split-width-threshold.
12646 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
12648         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12649         Ideographic Supplement" range (U+1F200..U+1F2FF).
12651 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12653         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12654         since the list will have been rebuilt anyway.  (Bug#4349)
12656 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12658         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12659         (bookmark-bmenu-execute-deletions): Don't save here, as
12660         bookmark-delete will now do so if necessary.
12661         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12662         (Bug#4348)
12664 2009-10-09  Glenn Morris  <rgm@gnu.org>
12666         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12668 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12670         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12671         (bookmark-jump-other-window): Just invoke bookmark-jump with new
12672         argument now, so the two function's behaviors will match.  (Bug#3645)
12674 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
12676         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12677         (tramp-file-name-real-host, tramp-file-name-port):
12678         Apply `save-match-data'.
12680         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12681         case both directories are remote.
12682         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12683         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12685 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12687         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12689 2009-10-07  Glenn Morris  <rgm@gnu.org>
12691         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12692         of concat.
12694 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12696         * files-x.el (read-file-local-variable): Include some
12697         non-user-variables in the completion table (bug#4664).
12699 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
12701         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12702         message.
12704         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12705         (tramp-smb-file-name-handler-alist): Add handler for
12706         `copy-directory', `expand-file-name', `set-file-modes'.
12707         (tramp-smb-handle-copy-directory)
12708         (tramp-smb-handle-expand-file-name)
12709         (tramp-smb-handle-set-file-modes): New defuns.
12710         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12711         (tramp-smb-handle-file-attributes): Simplify check for retrieving
12712         entry.
12713         (tramp-smb-handle-insert-directory): Don't flush the cache.
12714         (tramp-smb-maybe-open-connection): Check for samba client and
12715         server versions.
12717 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
12719         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12720         to not error out of search for "^lisp=" fails.
12722 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12724         * makefile.w32-in (WINS_UPDATES): New macro.
12725         (custom-deps, finder-data, autoloads): Use it.
12727 2009-10-07  Glenn Morris  <rgm@gnu.org>
12729         * Makefile.in (autoloads): Revert previous change.
12730         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12731         the list of preloaded files passed on the command-line, get
12732         it from src/Makefile.
12734         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12735         show the original buffer rather than a random one.
12737 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
12739         * help.el (describe-no-warranty): Place point in a slightly better
12740         position in the GPLv3 text.
12742 2009-10-06  Sam Steingold  <sds@gnu.org>
12744         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12745         the comm attribute is present before calling regexp-quote.
12747 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
12749         * play/animate.el (animate-string): For good effect, make sure
12750         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12752         * play/animate.el (animate-sequence, animate-birthday-present):
12753         * misc.el (butterfly): Don't set `indent-tabs-mode'.
12755 2009-10-06  Glenn Morris  <rgm@gnu.org>
12757         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12759         * emacs-lisp/autoload.el (autoload-excludes): New variable.
12760         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12761         (batch-update-autoloads): Process a string value of autoload-excludes,
12762         set during the build process.
12763         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
12765         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12766         inside with-parsed...  macro so that `v' is defined.
12768         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12769         * progmodes/fortran.el (fortran-end-of-block)
12770         (fortran-beginning-of-block):
12771         Also push mark in the macro case.
12773         * emerge.el (emerge-show-file-name):
12774         * calc/calc.el (calc-quit):
12775         * calc/calc-misc.el (calc-big-or-small):
12776         * calc/calc-graph.el (calc-graph-view):
12777         * calc/calc-ext.el (calc-reset):
12778         * calendar/calendar.el (calendar-basic-setup):
12779         Use window-full-height-p.
12781         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12782         header we don't understand, don't insert another.  (Bug#4624)
12783         If changing mime charset, insert the new one in the right place.
12785 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
12787         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12788         (cal-tex-cursor-month): Correctly increment the end date for diary and
12789         holiday listing.  (Bug#4626)
12791 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12793         * help-fns.el (describe-function-1): Don't burp if the function is not
12794         a symbol.
12796 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
12798         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12799         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12800         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12801         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12803         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12804         (eieio-default-superclass): Reflow docstrings.
12805         (this, class-option-assoc, defclass, eieio-class-un-autoload)
12806         (eieio-unbind-method-implementations, defmethod)
12807         (eieio-validate-slot-value, eieio-validate-class-slot-value)
12808         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12809         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12810         (eieio-slot-originating-class-p, eieio-slot-name-index)
12811         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12812         (constructor, initialize-instance, no-next-method, object-print)
12813         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12814         Fix typos in docstrings.
12815         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12816         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12817         (next-method-p): Doc fixes.
12818         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12819         Fix typos in error messages.
12820         (eieio-defmethod): Fix typo in description of generic method.
12822         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12823         (eieio-persistent-save-interactive, slot-missing):
12824         Fix typos in docstrings.
12825         (eieio-instance-inheritor-slot-boundp): Doc fix.
12827         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12828         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12830         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12831         (eieio-custom-object-apply-reset):
12832         Fix typos in docstrings and error messages.
12834         * emacs-lisp/eieio-datadebug.el (data-debug-show):
12835         Fix typo in docstring.
12837         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12838         (eieio-browse-tree): Doc fix.
12839         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12840         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12841         Fix typos in docstrings.
12843         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12844         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12845         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12846         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12847         Reflow docstrings.
12849 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
12851         * vc-hg.el (log-view-vc-backend): Declare for compiler.
12852         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12853         Set log-view-vc-backend so that diff can work.
12855         * log-view.el (log-view-diff): Use vc-diff-internal instead of
12856         vc-version-diff.
12857         (vc-diff-internal): Autoload this instead of vc-version-diff.
12859 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
12861         * simple.el (eval-expression): Doc fix.
12863         * progmodes/cwarn.el (cwarn-mode): Doc fix.
12865 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
12867         * files.el (directory-files-no-dot-files-regexp): New defconst.
12868         (delete-directory): Use it.
12869         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
12871         * net/tramp.el (tramp-verbose): Fix docstring.
12872         (tramp-methods): Add recursive option to `tramp-copy-args'.
12873         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
12874         "scp1_old", "scp2_old", "rsync", "rsyncc".
12875         (tramp-default-method): Check also for `auth-source-user-or-password'.
12876         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12877         Add handler for `copy-directory'.
12878         (tramp-handle-copy-directory): New defun.
12879         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12880         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12881         Optimize sent command.
12883 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12885         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12886         window if necessary.
12888         * calendar/calendar.el (calendar-basic-setup): Don't call
12889         switch-to-buffer in a dedicated window.
12891 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
12893         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12894         don't do anything related to relocating, just return nil.
12895         (bookmark-error-no-filename): New error.
12896         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12897         bookmark has no file.  Don't even attempt to handle things that
12898         are not files; the whole point of custom handlers is to keep that
12899         knowledge elsewhere anyway.  Tighten some comments.
12900         (bookmark-file-or-variation-thereof): Remove now-unused function.
12901         (bookmark-location): Doc string fix.
12902         (Bug#4250)
12904 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12906         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12907         don't use a file dialog, because they usually don't know how to read
12908         a directory target from the user.  (Bug#4230)
12909         Also, make sure the prompt can display directories as well as files.
12911 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12913         * bookmark.el (bookmark-set, bookmark-buffer-name):
12914         Improve doc strings.  (Bug#1193)
12916 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12918         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12919         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12920         (bookmark-get-annotation, bookmark-set-annotation)
12921         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12922         (bookmark-set-position, bookmark-get-front-context-string)
12923         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12924         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12925         (bookmark-jump-other-window, bookmark-handle-bookmark)
12926         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12927         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12928         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12929         Improve doc strings to say whether bookmark can be a string or
12930         a record or both, and make other consistency and clarity fixes.
12931         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12932         (bookmark-default-annotation-text, bookmark-yank-word)
12933         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12934         (bookmark-import-new-list, bookmark-maybe-rename)
12935         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12936         (bookmark-bmenu-bookmark): Give these doc strings.
12937         (bookmark-bmenu-check-position): Give this a doc string, but also
12938         add a FIXME comment about how the function may be pointless.
12939         (bookmark-default-handler): Rework doc string and change a
12940         parameter name, to clarify that this takes a bookmark record
12941         not a bookmark name.
12942         (bookmark-set): Change a parameter name to indicate its meaning,
12943         and improve the doc string a bit.
12944         (Bug#4188)
12946 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12948         * bookmark.el (bookmark-alist): Document the new `handler' element
12949         in the param alist.
12950         (bookmark-make-record-function): Adjust documentation for above.
12951         (Bug#4193)
12953 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12955         * info.el (Info-bookmark-make-record): Document this function.
12956         (Info-bookmark-jump): Document with a doc string, not just a comment.
12957         (Bug#4203)
12959 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12961         * files.el (copy-directory): New defun.
12963         * dired-aux.el (dired-copy-file-recursive): Use it.
12965 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12967         * files-x.el (modify-dir-local-variable)
12968         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12969         docstrings.
12971         * recentf.el (recentf-unload-function): New function.
12973 2009-10-04  Glenn Morris  <rgm@gnu.org>
12975         * window.el (window-full-height-p): Add doc string.
12977 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12979         * window.el (window-full-height-p): New function.  (Bug#4543)
12981 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12983         * vc.el: Remove commented out code.
12984         (vc-derived-from-dir-mode): Remove, unused.
12985         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12987 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12989         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12990         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12991         there could be recursive loading when `default-directory' is a
12992         remote file name.  (Bug#4614)
12994 2009-10-03  Glenn Morris  <rgm@gnu.org>
12996         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12997         the frame is wide.
12998         (calendar-generate-window): Test for shrinkability rather than width.
13000         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
13001         reusing existing buffers, in case we happen to visit two files with the
13002         same basename.  (Bug#4593)
13004 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
13006         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
13007         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
13008         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
13009         subdirs of cedet as well.
13010         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
13012 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13014         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
13015         Obey advertised-signature-table.
13017         * help-fns.el (help-function-arglist): Don't check
13018         advertised-signature-table.
13019         (describe-function-1): Do it here instead so it also applies to subrs.
13021 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
13023         * simple.el (start-file-process): Say in the doc-string, that file
13024         handlers might not support pty association, if PROGRAM is nil.
13026         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
13027         HOST and USER are strings.  They are nil, when there are
13028         incomplete entries in ~/.netrc, for example.
13029         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
13030         root directory ("device busy" error otherwise).
13032         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
13033         Flush file properties of created directory.
13035 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
13037         * makefile.w32-in (WINS_BASIC): Remove cedet.
13038         (WINS_CEDET): Add cedet.
13039         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
13041 2009-10-02  Kevin Ryde  <user42@zip.com.au>
13043         * net/browse-url.el (browse-url): Pass any symbol in
13044         browse-url-browser-function to `apply', since if you've mistakenly put
13045         an unbound symbol then the error is clearer.  (Bug#4531)
13047 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
13049         * allout.el (allout-init, allout-back-to-current-heading)
13050         (allout-beginning-of-current-entry, allout-ascend-to-depth)
13051         (allout-ascend, allout-up-current-level, allout-end-of-level)
13052         (allout-previous-visible-heading, allout-forward-current-level)
13053         (allout-backward-current-level, allout-show-children):
13054         * apropos.el (apropos-describe-plist):
13055         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
13056         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
13057         * completion.el (add-completion, add-permanent-completion):
13058         * descr-text.el (describe-text-category, describe-char):
13059         * desktop.el (desktop-lazy-abort):
13060         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
13061         * dired.el (dired-build-subdir-alist):
13062         * ediff.el (ediff-version):
13063         * elide-head.el (elide-head, elide-head-show):
13064         * emerge.el (emerge-version):
13065         * env.el (getenv):
13066         * face-remap.el (variable-pitch-mode):
13067         * faces.el (describe-face):
13068         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
13069         (dired-at-point):
13070         * files.el (find-file-existing, auto-save-mode):
13071         * font-lock.el (font-lock-fontify-buffer):
13072         * help-fns.el (describe-function, describe-variable)
13073         (describe-syntax, describe-categories):
13074         * help.el (view-lossage, describe-bindings, describe-key)
13075         (describe-mode):
13076         * hexl.el (hexl-current-address):
13077         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
13078         * info.el (Info-goto-emacs-key-command-node):
13079         * log-edit.el (log-edit-insert-cvs-template)
13080         (log-edit-insert-cvs-rcstemplate):
13081         * menu-bar.el (menu-bar-mode):
13082         * mouse.el (mouse-appearance-menu):
13083         * newcomment.el (comment-indent-new-line):
13084         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
13085         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
13086         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
13087         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
13088         * recentf.el (recentf-mode):
13089         * savehist.el (savehist-mode, savehist-save):
13090         * shadowfile.el (shadow-copy-files):
13091         * simple.el (kill-ring-save, next-line, previous-line)
13092         (normal-erase-is-backspace-mode):
13093         * strokes.el (strokes-update-window-configuration)
13094         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
13095         (strokes-xpm-for-stroke):
13096         * time.el (emacs-uptime, emacs-init-time):
13097         * tutorial.el (tutorial--describe-nonstandard-key)
13098         (tutorial--detailed-help):
13099         * type-break.el (type-break-mode)
13100         (type-break-mode-line-message-mode, type-break-query-mode)
13101         (type-break-guesstimate-keystroke-threshold):
13102         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
13103         * version.el (emacs-version):
13104         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
13105         * winner.el (winner-mode):
13106         * calendar/timeclock.el (timeclock-in, timeclock-out)
13107         (timeclock-status-string, timeclock-change)
13108         (timeclock-workday-remaining-string)
13109         (timeclock-workday-elapsed-string)
13110         (timeclock-when-to-leave-string):
13111         * calendar/todo-mode.el (todo-add-category):
13112         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
13113         * emacs-lisp/autoload.el (update-file-autoloads):
13114         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
13115         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
13116         (checkdoc-message-text, checkdoc-defun):
13117         * emacs-lisp/debug.el (debugger-list-functions):
13118         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13119         * emacs-lisp/eieio-opt.el (eieio-describe-class)
13120         (eieio-describe-generic):
13121         * emacs-lisp/lisp-mnt.el (lm-synopsis):
13122         * emacs-lisp/shadow.el (list-load-path-shadows):
13123         * emulation/cua-base.el (cua-mode):
13124         * emulation/edt.el (edt-set-scroll-margins):
13125         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
13126         (tpu-toggle-regexp, tpu-toggle-search-direction)
13127         (tpu-toggle-rectangle, tpu-toggle-control-keys):
13128         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13129         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13130         (viper-set-parsing-style-toggling-macro)
13131         (viper-set-emacs-state-searchstyle-macros):
13132         * emulation/viper.el (viper-set-hooks):
13133         * eshell/esh-mode.el (eshell-truncate-buffer):
13134         * international/mule-cmds.el (prefer-coding-system)
13135         (describe-input-method, describe-language-environment):
13136         * international/mule-diag.el (list-character-sets)
13137         (describe-character-set, describe-coding-system)
13138         (describe-fontset, list-fontsets, list-input-methods):
13139         * mail/sendmail.el (mail-signature):
13140         * net/ange-ftp.el (ange-ftp-copy-file):
13141         * net/browse-url.el (browse-url):
13142         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
13143         * net/quickurl.el (quickurl-add-url):
13144         * net/rcirc.el (names, topic):
13145         * net/xesam.el (xesam-mode):
13146         * play/5x5.el (5x5-new-game):
13147         * play/yow.el (apropos-zippy):
13148         * progmodes/ada-mode.el (ada-mode-version):
13149         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
13150         (f90-end-of-block)
13151         (f90-beginning-of-block):
13152         * progmodes/fortran.el (fortran-end-of-block)
13153         (fortran-beginning-of-block):
13154         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
13155         * progmodes/python.el (python-describe-symbol, python-shell):
13156         * term/ns-win.el (ns-print-buffer):
13157         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
13158         * textmodes/flyspell.el (flyspell-mode-on):
13159         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
13160         (pages-directory-for-addresses):
13161         * textmodes/table.el (table-recognize-cell)
13162         (table-query-dimension, table-generate-source)
13163         (table-insert-sequence, table--warn-incompatibility):
13164         * textmodes/tex-mode.el (tex-validate-buffer):
13165         * textmodes/texinfmt.el (texinfmt-version)
13166         (texinfo-format-buffer):
13167         Use `called-interactively-p' instead of `interactive-p'.
13169 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
13171         * image-mode.el (image-toggle-display):
13172         * emacs-lisp/elp.el (elp-instrument-function):
13173         * emacs-lisp/advice.el (ad-make-advised-definition):
13174         * emacs-lisp/easy-mmode.el (define-minor-mode):
13175         * net/browse-url.el (browse-url-maybe-new-window):
13176         * progmodes/sh-script.el (sh-learn-buffer-indent):
13177         Pass new argument 'any to `called-interactively-p'.
13179 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
13181         * international/uni-bidi.el:
13182         * international/uni-category.el:
13183         * international/uni-combining.el:
13184         * international/uni-comment.el:
13185         * international/uni-decimal.el:
13186         * international/uni-decomposition.el:
13187         * international/uni-digit.el:
13188         * international/uni-lowercase.el:
13189         * international/uni-mirrored.el:
13190         * international/uni-name.el:
13191         * international/uni-numeric.el:
13192         * international/uni-old-name.el:
13193         * international/uni-titlecase.el:
13194         * international/uni-uppercase.el:
13195         Regenerate from Unicode 5.2.0 data.
13197 2009-10-01  Glenn Morris  <rgm@gnu.org>
13199         * Makefile.in (ELCFILES): Regenerate.
13201 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13203         * subr.el (interactive-p): Mark obsolete.
13204         (called-interactively-p): Make the optional-ness of `kind' obsolete.
13205         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13206         advertised-signature-table for subroutines as well.
13208         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13209         (set-advertised-calling-convention): New function.
13210         (make-obsolete, define-obsolete-function-alias)
13211         (make-obsolete-variable, define-obsolete-variable-alias):
13212         Make the optional-ness of `when' obsolete.
13213         (define-obsolete-face-alias): Make `when' non-optional.
13214         * help-fns.el (help-function-arglist):
13215         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13216         Use advertised-signature-table.
13218 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
13220         * files.el (delete-directory): New defun.  The original function
13221         in fileio.c has been renamed to `delete-directory-internal'.
13223         * dired.el (dired-delete-file): Call `delete-directory' with
13224         RECURSIVE parameter.
13226         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
13227         parameter RECURSIVE.  Implementation is missing.
13229         * net/tramp.el (tramp-handle-make-directory): Flush upper
13230         directory's file properties.
13231         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
13232         (tramp-handle-dired-recursive-delete-directory): Flush directory
13233         properties after the remove command only.
13235         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13236         Handle optional parameter RECURSIVE.
13238         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13239         Handle optional parameter RECURSIVE.
13241         * net/tramp-smb.el (tramp-smb-errors): Add error message for
13242         connection timeout.
13243         (tramp-smb-handle-delete-directory): Handle optional parameter
13244         RECURSIVE.
13246 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13248         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13249         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13250         (byte-compile-defmacro): Use backquotes.
13252         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13254         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13255         has no associated file.
13256         (vc-resynch-buffer): Use vc-dir-buffers.
13258 2009-10-01  Glenn Morris  <rgm@gnu.org>
13260         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13261         (chart-file-count):
13262         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13263         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13264         * emacs-lisp/eieio-opt.el (eieio-describe-class):
13265         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13266         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13267         (eieio-copy-parents-into-subclass, make-instance, class-children)
13268         (eieio-generic-form):
13270         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13271         match-data.  (Bug#4555).
13273         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13274         rather than parsing it as a regexp.  This relaxes the layout
13275         requirements and makes errors easier to detect.
13276         (check-declare-verify): Check file is regular.
13277         (check-declare-directory): Doc fix.
13278         * subr.el (declare-function): Doc fix.
13280         * ibuffer.el (ibuffer-format-qualifier):
13281         * isearch.el (hi-lock-regexp-okay):
13282         * calc/calc.el (math-zerop):
13283         * mail/uce.el (rmail-msgbeg, rmail-msgend):
13284         * term/w32-win.el (setup-default-fontset, set-fontset-font):
13285         Remove unused declarations.
13287 2009-09-30  Eric Ludlam  <zappo@gnu.org>
13289         * emacs-lisp/eieio.el (boolean-p): Delete.
13291 2009-09-30  Glenn Morris  <rgm@gnu.org>
13293         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13295         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13296         filename is not a string.
13298 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
13300         * files.el (safe-local-eval-forms): Fix typo.
13302 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13304         * vc-hooks.el (vc-dir-buffers): New var.
13305         (vc-state-refresh): New function.
13306         (vc-state): Use it.
13307         (vc-after-save): Always ask the backend to recompute the new state.
13308         Always call vc-dir if necessary, using vc-dir-buffers.
13309         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13310         Use vc-dir-buffers.
13311         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13312         (vc-dir-prepare-status-buffer, vc-dir-update)
13313         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13314         Don't call expand-file-name on default-directory.
13316 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13318         * speedbar.el (speedbar-item-delete):
13319         * calc/calc-prog.el (calc-kbd-if):
13320         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13322         * epa.el (epa-key-list-mode-map):
13323         * hi-lock.el (hi-lock-menu): Fix typos in menus.
13325         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13326         (hs-show-hook): Fix typo in docstring.
13328 2009-09-29  Glenn Morris  <rgm@gnu.org>
13330         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13331         file-name-nondirectory call preventing location of cedet files.
13332         (check-declare-verify): Use literal search rather than re-search.
13333         Add basic defmethod and defclass, and define-overloadable-function.
13335         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13336         Use tramp-compat-file-attributes rather than nonexistent
13337         tramp-compat-handle-file-attributes.
13339         * Makefile.in (lisptagsfiles4): New.
13340         (AUTOGENEL): Add cedet loaddefs files.
13341         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13342         (update-elclist, compile-always, backup-compiled-files)
13343         (bootstrap-clean): Add yet another directory level.
13344         (update-elclist): Use LC_COLLATE rather than COLLATE.
13345         (ELCFILES): Update, via `make update-elclist'.
13347 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13349         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13350         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13351         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13353 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
13355         * Makefile.in (lisptagsfiles3): Define.
13356         (TAGS, TAGS-LISP): Use it.
13357         (update-elclist): Add third directory level to look for elc files.
13358         (compile-always): Likewise.
13359         (backup-compiled-files): Likewise.
13360         (bootstrap-clean): Likewise.
13361         (ELCFILES): Update.
13363 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
13365         * Makefile.in (ELCFILES): Add CEDET files.
13367 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
13369         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13371         * net/tramp.el (top): Require tramp-imap.
13373         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13374         Use `tramp-compat-handle-file-attributes'.
13376 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13378         * net/tramp-imap.el: New package.
13380 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13382         * emacs-lisp/chart.el:
13383         * emacs-lisp/eieio-base.el:
13384         * emacs-lisp/eieio-comp.el:
13385         * emacs-lisp/eieio-custom.el:
13386         * emacs-lisp/eieio-datadebug.el:
13387         * emacs-lisp/eieio-opt.el:
13388         * emacs-lisp/eieio-speedbar.el:
13389         * emacs-lisp/eieio.el: New files.
13391 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13393         * whitespace.el (whitespace-trailing-regexp)
13394         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13395         Fix doc string.
13397 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
13399         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13400         menu.
13402         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13403         menu-bar-ediff-menu.
13405         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13406         define-overloadable-function.
13408         * progmodes/autoconf.el: Provide autoconf as well, so that this
13409         file can be `require'd.
13411         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13413         * emacs-lisp/autoload.el (generated-autoload-feature)
13414         (generated-autoload-load-name): New vars.
13415         (autoload-rubric, autoload-generate-file-autoloads): Use them.
13416         (make-autoload): Recognize define-overloadable-function and
13417         defclass forms (for EIEIO).
13419         * Makefile.in (update-subdirs): Exclude cedet directory.
13421 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13423         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
13425         * faces.el: Default light-background background for region face to
13426         ns_selection_color under NS.
13428 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13430         * net/imap-hash.el: New library, see NEWS.
13432         * Makefile.in (ELCFILES): Add imap-hash.el.
13434 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13436         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13437         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13438         * help-macro.el (make-help-screen): Avoid using an ambiguous function
13439         definition where the docstring could be taken for the return value.
13441 2009-09-26  Glenn Morris  <rgm@gnu.org>
13443         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13444         Add option to only show images below a certain size.
13445         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13446         save-excursion calls.
13448 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
13450         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13451         subdirectories) and eieio.
13453 2009-09-26  Alan Mackenzie  <acm@muc.de>
13455         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13456         buggy bracketing.  (Bug#4289)
13458         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13459         character constants (as case labels).  (Bug#4289)
13461 2009-09-25  Juri Linkov  <juri@jurta.org>
13463         * files.el (safe-local-eval-forms): Allow time-stamp in
13464         before-save-hook (Bug#4554).
13466 2009-09-25  Drew Adams  <drew.adams@oracle.com>
13468         * menu-bar.el (list-buffers-directory): Doc fix.
13470 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13472         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13473         Try and avoid copying twice the same paragraph.
13474         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13475         Remove save-excursion.
13476         (log-edit-changelog-entry): Do it here instead.
13478 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
13480         * bs.el (bs--get-file-name): Use `list-buffers-directory'
13481         when available, instead of hardcoding mode names.  Doc fix.
13483         * menu-bar.el (list-buffers-directory): Add docstring.
13484         Make automatically buffer-local.
13486         * dired.el (dired-mode):
13487         * files.el (cd-absolute):
13488         * pcvs.el (cvs-temp-buffer):
13489         * pcvs-util.el (cvs-get-buffer-create):
13490         * shell.el (shell-mode):
13491         * vc-dir.el (vc-dir-mode):
13492         Don't make `list-buffers-directory' buffer local.
13494 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
13496         * comint.el (comint-exec, comint-run, make-comint):
13497         Doc fixes (Bug#4542).
13499 2009-09-25  Glenn Morris  <rgm@gnu.org>
13501         * mail/rmailmm.el (rmail-mime): New custom group.
13502         Move all defcustoms in this file into this group.
13503         (rmail-mime-media-type-handlers-alist): Revert previous change.
13504         (rmail-mime-show-images): New option.
13505         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13506         references to it, since it wasn't actually used for anything.
13507         (rmail-mime-insert-image): New function.
13508         (rmail-mime-image): Use rmail-mime-insert-image.
13509         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13510         obey the value of `rmail-mime-show-images' option.  Print the size of
13511         attachments.
13513 2009-09-25  David Engster  <deng@randomsample.de>
13515         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
13517 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13519         * whitespace.el: Does not highlight trailing spaces While point is
13520         at end of line.  Does not highligt spaces at beginning of buffer
13521         while point is at beginning of buffer.  Does not highlight spaces
13522         at end of buffer while point is at end of buffer.  (Bug#4177)
13523         New version 12.0.
13524         (whitespace-display-mappings): Adjust initialization.
13525         (whitespace-point, whitespace-font-lock-refontify): New vars.
13526         (whitespace-color-on, whitespace-color-off): Adjust code.
13527         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13528         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13529         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13531 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
13533         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13535         * textmodes/sgml-mode.el: Remove xml-mode alias.
13537         * files.el (auto-mode-alist, conf-mode-maybe)
13538         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13540 2009-09-24  Alan Mackenzie  <acm@muc.de>
13542         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13543         c-forward-conditionals, but it doesn't move point and doesn't set
13544         the mark.
13545         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13546         (c-down-conditional-with-else, c-backward-conditional)
13547         (c-forward-conditional): Refactor to use c-scan-conditionals.
13549 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13551         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13552         (help-default-arg-highlight): Remove.
13553         (help-highlight-arg): New function.
13554         (help-do-arg-highlight): Use it.
13555         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
13557 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13559         * term.el (term-set-scroll-region, term-handle-ansi-escape):
13560         Undo last change, which didn't fix the problem and introduced others.
13562 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
13564         * progmodes/gdb-mi.el: Don't require speedbar.
13565         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13567 2009-09-24  Glenn Morris  <rgm@gnu.org>
13569         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13571         * term/ns-win.el (ns-reg-to-script): Define for compiler.
13573         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13574         there is no newline after the final mime boundary.  (Bug#4539)
13575         Move markers on insertion so that any buttons inserted don't end up in
13576         the next part of a multipart message.
13577         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
13578         (rmail-mime-bulk-handler): Optionally handle images.
13579         (rmail-mime-image): New button action.
13580         (rmail-mime-image-handler): New function.
13581         (rmail-mime-mode): New mode.
13582         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
13584 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13586         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13587         than just dropping elements from it (bug#4504).
13589         * term.el (term-set-scroll-region): Don't move cursor any more.
13590         (term-handle-ansi-escape): Call term-goto here instead.
13591         Suggested by Ivan Kanis <apple@kanis.eu>.
13593         * term.el: Require CL.
13594         (term-ansi-reset): New function.
13595         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13596         (term-handle-colors-array): Simplify.
13598 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13600         * allout.el (allout-overlay-interior-modification-handler)
13601         (allout-obtain-passphrase):
13602         * epa-file.el (epa-file-write-region):
13603         * ps-print.el (ps-begin-job):
13604         * vc-hooks.el (vc-toggle-read-only):
13605         * vc-rcs.el (vc-rcs-rollback):
13606         * vc-sccs.el (vc-sccs-rollback):
13607         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13608         (vc-version-diff, vc-revert, vc-rollback):
13609         * wdired.el (wdired-check-kill-buffer):
13610         * emacs-lisp/authors.el (authors):
13611         * net/socks.el (socks-open-connection):
13612         * net/zeroconf.el (zeroconf-service-add-hook):
13613         * obsolete/vc-mcvs.el (vc-mcvs-register):
13614         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13615         (gdb-select-frame):
13616         * progmodes/grep.el (lgrep, rgrep):
13617         * progmodes/idlw-help.el (idlwave-help-check-locations)
13618         (idlwave-help-html-link, idlwave-help-assistant-open-link):
13619         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13620         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13621         (reftex-toc-rename-label): Fix typos in error messages.
13623         * dired-aux.el (dired-do-shell-command): Reflow docstring.
13624         (dired-copy-how-to-fn): Doc fix.
13625         (dired-files-attributes, dired-read-shell-command):
13626         Fix typos in docstrings.
13628         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13629         (dired-x-find-file-other-window): Reflow docstrings.
13630         (dired-omit-marker-char, dired-read-shell-command)
13631         (dired-x-submit-report): Fix typos in docstrings.
13633         * shell.el (shell-mode-hook):
13634         * view.el (View-scroll-line-forward):
13635         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13636         Fix typos in docstrings.
13638         * net/dig.el (dig-invoke): Fix typo in docstring.
13639         (query-dig): Reflow docstring.
13641         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13642         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13643         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13644         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13645         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13646         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13647         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13648         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13649         (idlwave-completion-map, idlwave-current-indent)
13650         (idlwave-custom-ampersand-surround, idlwave-customize)
13651         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13652         (idlwave-define-abbrev, idlwave-determine-class-special)
13653         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13654         (idlwave-end-block-reg, idlwave-end-of-statement)
13655         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13656         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13657         (idlwave-explicit-class-listed, idlwave-file-header)
13658         (idlwave-fill-paragraph, idlwave-find-class-definition)
13659         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13660         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13661         (idlwave-in-quote, idlwave-indent-action-table)
13662         (idlwave-indent-expand-table, idlwave-indent-line)
13663         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13664         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13665         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13666         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13667         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13668         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13669         (idlwave-outlawed-buffers, idlwave-popup-select)
13670         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13671         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13672         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13673         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13674         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13675         (idlwave-statement-type, idlwave-struct-skip)
13676         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13677         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13678         (idlwave-what-module-find-class): Fix typos in docstrings.
13679         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13680         (idlwave-calculate-cont-indent, idlwave-expand-equal)
13681         (idlwave-find-module, idlwave-find-structure-definition)
13682         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13683         (idlwave-list-load-path-shadows, idlwave-next-statement)
13684         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13685         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13686         (idlwave-template): Reflow docstrings.
13688         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13689         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13690         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13691         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13692         (idlwave-shell-display-line, idlwave-shell-display-wframe)
13693         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13694         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13695         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13696         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13697         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13698         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13699         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13700         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13701         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13702         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13703         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13704         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13705         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13706         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13707         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13708         Fix typos in docstrings.
13709         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13710         (idlwave-shell-hide-output, idlwave-shell-mode)
13711         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13712         Reflow docstrings.
13714         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13716 2009-09-24  Ivan Kanis  <apple@kanis.eu>
13718         * term.el (term-bold-attribute): New var.
13719         (term-handle-colors-array): Use it.
13721 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
13723         * progmodes/gdb-mi.el (gdb-version): New variable.
13724         (gdb-non-stop-handler): Set gdb-version.
13725         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13726         Condition "--thread" option on gdb-version.
13727         (gdb-invalidate-threads): Remove unused argument.
13729 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13731         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13732         to looking-back to avoid ridiculous slow down in large files (bug#4511).
13734 2009-09-23  Glenn Morris  <rgm@gnu.org>
13736         * mail/rmail.el (rmail-reply): Don't try to add a References header when
13737         replying to mail without References or Message-Id.  (Bug#4525)
13739 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
13741         * term/ns-win.el (ns-reg-to-script): New variable.
13743 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
13745         * epg.el (epg-wait-for-status): Preserve existing 'error results.
13747 2009-09-22  Sam Steingold  <sds@gnu.org>
13749         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13750         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13751         to 1 because hg returns status 1 when nothing is found.
13752         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13754 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13756         * textmodes/fill.el: Convert to utf-8 encoding.
13757         (fill-french-nobreak-p): Remove redundant » and « inherited from our
13758         pre-Unicode days.
13760         * add-log.el (change-log-fill-forward-paragraph): New function.
13761         (change-log-mode): Use it so fill-region DTRT.
13762         Set fill-indent-according-to-mode here rather than in
13763         change-log-fill-paragraph.
13764         (change-log-fill-paragraph): Remove.
13766 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
13768         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13769         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
13771 2009-09-22  Glenn Morris  <rgm@gnu.org>
13773         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13774         the scroll-bar scroll the calendar window rather than the buffer.
13776         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13777         commands that move point (as opposed to scrolling).
13779         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13781         * emacs-lisp/elint.el (elint): New custom group.
13782         (elint-log-buffer): Make it a defcustom.
13783         (elint-scan-preloaded, elint-ignored-warnings)
13784         (elint-directory-skip-re): New options.
13785         (elint-builtin-variables): Doc fix.
13786         (elint-preloaded-env): New variable.
13787         (elint-unknown-builtin-args): Add an entry for encode-time.
13788         (elint-extra-errors): Make it a variable rather than a constant.
13789         (elint-preloaded-skip-re): New constant.
13790         (elint-directory): Skip files matching elint-directory-skip-re.
13791         (elint-features): New variable, local to linted buffers.
13792         (elint-update-env): Initialize elint-features.  Possibly add
13793         elint-preloaded-env to the buffer's environment.
13794         (elint-get-top-forms): Bind elint-current-pos, for log messages.
13795         Skip quoted forms.
13796         (elint-init-form): New function, extracted from elint-init-env.
13797         Make non-list forms a warning rather than an error.
13798         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
13799         easy-menu-define, put that adds an error-condition, and provide.
13800         When requiring cl, also require cl-macs.  Really require cl, to handle
13801         some cl macros.  Store required libraries in the list elint-features,
13802         so as not to re-load them.  Treat cc-require like require.
13803         (elint-init-env): Call elint-init-form to do the work.
13804         Handle eval-and-compile and such like.
13805         (elint-add-required-env): Do not clear messages.
13806         (elint-special-forms): Add handlers for function, defalias, if, when,
13807         unless, and, or.
13808         (elint-form): Add optional argument to ignore elint-special-forms,
13809         useful to prevent recursive calls from handlers.  Doc fix.
13810         Respect elint-ignored-warnings.
13811         (elint-form): Respect elint-ignored-warnings.
13812         (elint-bound-variable, elint-bound-function): New variables.
13813         (elint-unbound-variable): Respect elint-bound-variable.
13814         (elint-get-args): Respect elint-bound-function.
13815         (elint-check-cond-form): Add some simple handling for (f)boundp and
13816         featurep tests.
13817         (elint-check-defalias-form): New handler.
13818         (elint-check-let-form): Make an empty let a warning rather than an
13819         error.
13820         (elint-check-setq-form): Make an empty setq a warning rather than an
13821         error.  Respect elint-ignored-warnings.
13822         (elint-check-defvar-form): Accept null doc-strings.
13823         (elint-check-conditional-form): New handler.  Does some simple-minded
13824         checking of featurep and (f)boundp tests.
13825         (elint-put-function-args): New function.
13826         (elint-initialize): Use elint-scan-doc-file rather than
13827         elint-find-builtin-variables.  Use elint-put-function-args.
13828         Possibly scan preloaded-file-list.
13829         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13830         extend to handle functions as well.
13832 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
13834         * linum.el (linum-delete-overlays, linum-update-window):
13835         Do not modify the right margin.  (Bug#3971)
13837 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
13839         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13840         nxml-mode instead of xml-mode.
13842 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13844         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
13846 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13848         * net/dig.el (dig-mode): Use define-derived-mode.
13850 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13852         * vc-dispatcher.el (vc-do-command): Return the process object in
13853         the asynchronous case.  Use when instead of if.  Do not run
13854         vc-exec-after to display a message if not enabled.  (Bug#4463)
13856         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13857         properties to the stash strings.
13858         (vc-git-stash-list): Return a list of strings.
13859         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13860         (vc-git-stash-show-at-point): New functions.
13861         (vc-git-stash-map): New keymap.
13863         * register.el (ctl-x-r-map): Define the keys here instead of
13864         using autoload.
13866 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
13868         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13869         list, to workaround performance problem (bug#4485).
13871 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
13873         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13875 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
13877         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13878         Document that this option is not recommended to use.
13880 2009-09-19  Glenn Morris  <rgm@gnu.org>
13882         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13883         variable `var'.
13885         * calc/calc-alg.el (var):
13886         * calc/calcalg2.el (var): Define for compiler.
13888 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
13890         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13891         Doc fix (Bug#3932).
13893         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13895         * time-stamp.el (time-stamp-month-dd-yyyy)
13896         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13897         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13898         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13899         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13900         Remove functions that have been obsolete since 1995 (Bug#4436).
13902         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13903         indent buffer only if called interactively (Bug#4452).
13905 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
13906             Eli Zaretskii  <eliz@gnu.org>
13908         This fixes bug#4197 (merged to bug#865, though not identical).
13909         * server.el (server-auth-dir): Add docstring note about FAT32.
13910         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13911         but warn against using them.
13913 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
13915         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13916         older GDB where there is no has_more field.
13918 2009-09-19  Glenn Morris  <rgm@gnu.org>
13920         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13922 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
13924         * files.el (auto-mode-alist): Change default for XML files to nXML
13925         mode (Bug#4169).
13927 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
13929         * server.el (server-ensure-safe-dir): Pass 'integer
13930         to `file-attributes', as suggested.
13932 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13934         * dired-aux.el (dired-query-alist): Remove spurious backslash.
13935         (dired-query): Use read-key.
13937 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13939         * cus-start.el (ns-use-qd-smoothing): Remove.
13941 2009-09-18  Glenn Morris  <rgm@gnu.org>
13943         * allout.el (top-level): Remove unnecessary progn.
13945         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13947         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13948         definition of abbrev table.
13950         * speedbar.el (speedbar-track-mouse):
13951         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13952         * net/eudc.el (eudc-expand-inline):
13953         * net/newst-backend.el (newsticker--cache-read-feed):
13954         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13955         condition-case handlers.
13957 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13959         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13960         (gdb-var-list): Add an element for has_more field.
13961         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13962         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13963         (gdb-var-update-handler-1): Parse output of dynamic variable
13964         objects (STL containers).
13965         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13966         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13968         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13969         gdb-var-list.
13970         (gud-speedbar-buttons): Make node expandable if expression "has more"
13971         children.
13973 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13975         * startup.el (emacs-quick-startup): Remove variable and all uses.
13976         (command-line): Set `inhibit-x-resources' instead.
13977         (command-line-1): Use `inhibit-x-resources' instead.
13979 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13981         * subr.el: Fix last change to avoid using the `unless' macro,
13982         which breaks bootstrapping.
13984 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13986         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13987         extended definitions, in case we reload subr.el after having
13988         loaded CL.
13989         (eval-next-after-load): Mark as obsolete.
13991 2009-09-17  Juri Linkov  <juri@jurta.org>
13993         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13994         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13995         (menu-bar-showhide-menu, menu-bar-tools-menu)
13996         (menu-bar-describe-menu, menu-bar-help-menu)
13997         (minibuffer-local-completion-map, minibuffer-local-map):
13998         Fix list quoting.
14000 2009-09-17  Glenn Morris  <rgm@gnu.org>
14002         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
14003         arguments, whether or not it has a handler.
14005         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
14007         * simple.el (hard-newline): Give it a doc-string.
14009         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14010         (lisp-mode-syntax-table): Give them doc-strings.
14012 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
14014         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
14015         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
14016         (menu-bar-options-menu, menu-bar-showhide-menu)
14017         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
14018         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
14019         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
14020         (menu-bar-options-menu, menu-bar-tools-menu)
14021         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
14022         (menu-bar-help-menu):
14023         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
14024         string arguments.
14026         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
14027         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
14028         calls for the menu names and :help.
14030 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14032         * mouse.el (minor-mode-menu-from-indicator): Pay attention
14033         to :minor-mode-function (bug#4455).
14035 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14037         * startup.el (command-line): Initialize the window-system after
14038         processing the command-line.
14040         * textmodes/page.el (what-page): Make sure we don't inf-loop if
14041         page-delimiter matches the empty string.
14043 2009-09-16  Glenn Morris  <rgm@gnu.org>
14045         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
14046         byte-compile-not-obsolete-var.  It's a list now.
14047         (byte-compile-not-obsolete-funcs): New variable.
14048         (byte-compile-warn-obsolete): Don't warn about functions if they are in
14049         byte-compile-not-obsolete-funcs.
14050         (byte-compile-variable-ref, byte-compile-defvar): Update for
14051         byte-compile-not-obsolete-vars name-change and list nature.
14052         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
14053         and variables behind (f)boundp tests.
14054         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
14056 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14058         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
14060 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14062         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
14063         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
14064         Don't autoload.
14066 2009-09-15  Stephen Eglen  <stephen@gnu.org>
14068         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
14069         the virtual-buffers, use the name of the buffer specified by
14070         find-file-noselect, as the match may be a symlink.  (This was a
14071         problem if the target and the symlink had different names.)
14073 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14075         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
14077         * desktop.el (desktop-path): Check user-emacs-directory.
14079         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
14081         * loadup.el: Use after-load-functions to GC after loading each file.
14082         Remove the explicit GC calls that used to be sprinkled around.
14084         * subr.el (after-load-functions): New hook.
14085         (do-after-load-evaluation): Run it.  Use string-match-p to detect
14086         `obsolete' packages, rather than painfully extracting the relevant
14087         directory name.
14089 2009-09-15  Glenn Morris  <rgm@gnu.org>
14091         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
14092         free variable `doc'.
14094         * dired.el (dired-mode-map): Add menu entry for async shell command.
14096         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
14097         variables, also consider the .elc files, since the .el files are
14098         normally gzipped (subsequent code locates the .el.gz from the .elc).
14100         * calc/calc-prog.el (arglist): Define for compiler.
14102         * calendar/diary-lib.el (diary-display-function): Change the default to
14103         fancy display.
14104         (body): Define for compiler.
14106         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
14107         (byte-compile-file-form, byte-compile-lambda)
14108         (byte-compile-top-level-body, byte-compile-form)
14109         (byte-compile-variable-ref, byte-compile-setq)
14110         (byte-compile-setq-default, byte-compile-body)
14111         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
14112         (batch-byte-compile): Give some more local variables with common names
14113         a "bytecomp-" prefix to avoid masking warnings about free variables.
14115         * startup.el (command-line-1): Give local variables with common names a
14116         distinguishing prefix, so as not to hide free variable warnings during
14117         bootstrap.
14119         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
14120         clever and add a suffix to make a unique name, just let the user decide
14121         whether or not to overwrite it.  If the input is a directory, write the
14122         default filename to that directory.  (Bug#4388)
14123         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
14124         is a filename-as-a-directory.
14126 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14128         * textmodes/page.el (what-page): Don't move to beginning of line.
14129         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
14131 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14133         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
14135 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
14137         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14138         * help.el (help-for-help-internal): Add purecopy calls for text.
14140         * vc.el (top): print-log method now takes an optional SHORTLOG
14141         argument.  Add a new method: root.
14142         (vc-root-diff, vc-print-root-log): New functions.
14143         (vc-log-short-style): New variable.
14144         (vc-print-log-internal): Add support for showing short logs.
14146         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14147         vc-print-root-log and vc-print-root-diff.
14149         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14150         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14151         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14152         short logs.
14154         * vc-cvs.el (vc-cvs-print-log):
14155         * vc-mtn.el (vc-mtn-print-log):
14156         * vc-rcs.el (vc-rcs-print-log):
14157         * vc-sccs.el (vc-sccs-print-log):
14158         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14159         that is ignored for now.
14161         * vc-mtn.el (vc-mtn-annotate-command):
14162         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14164 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14166         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14167         to function-key-map, and give them ascii-character property.
14168         * term/x-win.el (x-alternatives-map):
14169         * term/ns-win.el (ns-alternatives-map):
14170         * term/internal.el (msdos-key-remapping-map):
14171         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14173 2009-09-14  Glenn Morris  <rgm@gnu.org>
14175         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14176         temp-buffers (2009-09-12).
14178 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14180         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14181         the new read-key function.
14183 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14185         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14186         is defined (Bug#4405).
14188 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
14190         * recentf.el (recentf-cleanup): Use a hash table to find
14191         duplicates (Bug#4407).
14193 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
14195         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14196         kp-0 to ascii equivalents (Bug#4325).
14198 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14200         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14202         * eshell/em-hist.el:
14203         * eshell/em-dirs.el (eshell-complete-user-reference):
14204         Declare pcomplete functions and variables to avoid compiler warnings.
14206 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
14208         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14209         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14210         * eshell/em-alias.el (eshell-aliases-file):
14211         * eshell/em-hist.el (eshell-history-file-name):
14212         Use expand-file-name instead of concat to make file names (Bug#4308).
14214 2009-09-13  Glenn Morris  <rgm@gnu.org>
14216         * ediff-merg.el (ediff-do-merge):
14217         * filesets.el (filesets-run-cmd):
14218         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14219         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14220         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14221         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14222         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14223         Replace empty `let's with `progn'.
14225 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14227         * mail/sendmail.el (send-mail-function):
14228         * tooltip.el (tooltip-mode):
14229         * simple.el (transient-mark-mode):
14230         * rfn-eshadow.el (file-name-shadow-mode):
14231         * frame.el (blink-cursor-mode):
14232         * font-core.el (global-font-lock-mode):
14233         * files.el (temporary-file-directory)
14234         (small-temporary-file-directory, auto-save-file-name-transforms):
14235         * epa-hook.el (auto-encryption-mode):
14236         * composite.el (global-auto-composition-mode):
14237         Use custom-initialize-delay.
14238         * startup.el (command-line): Don't explicitly call
14239         custom-reevaluate-setting for all the above vars.
14240         * custom.el (custom-initialize-safe-set)
14241         (custom-initialize-safe-default): Delete.
14243 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14245         * term/x-win.el (x-initialize-window-system):
14246         * term/w32-win.el (w32-initialize-window-system):
14247         * term/ns-win.el (ns-initialize-window-system): Don't call
14248         mouse-wheel-mode since it's enabled globally by default already.
14250         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14251         actually define the variable, but only silences the byte-compiler.
14252         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14253         before looking it up.
14254         (mouse-wheel-scroll-amount): Also reset the bindings if this value
14255         is changed.
14257 2009-09-12  Glenn Morris  <rgm@gnu.org>
14259         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14260         1000.
14261         (elint-add-required-env): Don't beep on error.
14262         (elint-forms): In case of error, return ENV unchanged.
14263         (elint-init-env): Skip non-list forms.
14264         (elint-log): Handle unknown file positions.
14266 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
14268         * epg.el (epg-make-context): Add autoload cookie.
14269         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14270         (epg-decrypt-string, epg-start-verify, epg-verify-file)
14271         (epg-verify-string, epg-start-sign, epg-sign-file)
14272         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14273         (epg-encrypt-string, epg-start-export-keys)
14274         (epg-export-keys-to-file, epg-export-keys-to-string)
14275         (epg-start-import-keys, epg-import-keys-from-file)
14276         (epg-import-keys-from-string, epg-start-receive-keys)
14277         (epg-receive-keys, epg-import-keys-from-server)
14278         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14279         (epg-sign-keys, epg-start-generate-key)
14280         (epg-generate-key-from-file, epg-generate-key-from-string):
14281         Remove autoload cookie.
14283 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
14285         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14286         reevaluation of trash-directory.
14288         * mwheel.el: Fix last change.
14289         (mouse-wheel-mode): New defvar.
14290         (mouse-wheel-mode): Remove autoload cookie.
14292 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14294         * mwheel.el (mwheel-installed-bindings): New var.
14295         (mouse-wheel-mode): Use it, so as to make sure we really remove all
14296         the bindings we set last time.  Use custom-initialize-delay.
14297         * loadup.el: Load mwheel after term/*-win.el.
14298         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14299         and mouse-wheel-up-event now that their first evaluation is done
14300         sufficiently late to be correct.
14302         * startup.el (tutorial-directory): Make it a defcustom.
14303         Use custom-initialize-delay rather than eval-at-startup to set it.
14304         * image.el (image-load-path): Make it a defcustom.
14305         Use custom-initialize-delay rather than eval-at-startup to set it.
14306         * subr.el (eval-at-startup): Remove.
14307         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14309         * subr.el (do-after-load-evaluation): Warn the user after loading an
14310         obsolete package.
14312 2009-09-12  Glenn Morris  <rgm@gnu.org>
14314         * proced.el (proced-mark-alt): Remove alias.
14315         (proced-mode-map): Remove proced-mark-alt.
14317         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14318         Elint file and directory.  Remove initialization entry.
14320         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14321         commands.
14322         (elint-current-buffer): Set mode-line-process.
14323         (elint-init-env): Handle define-derived-mode.
14324         Fix declare-function with unspecified arglist.  Guard against odd
14325         defalias statements (eg iso-insert's 8859-1-map).
14326         (elint-add-required-env): Use a temp buffer.
14327         (elint-form): Just print the function/macro name, not the whole form.
14328         Return env unchanged if we fail to parse a macro.
14329         (elint-forms): Guard against parse errors.
14330         (elint-output): New function, to handle batch mode.
14331         (elint-log-message): Add optional argument.  Use elint-output.
14332         (elint-set-mode-line): New function.
14334 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
14336         * emacs-lisp/elp.el (elp-not-profilable): Add more
14337         functions (Bug#4233).
14339 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
14341         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14342         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14344 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14346         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14347         (gdb-var-list-children): Use json parsing.
14349 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
14351         * progmodes/js.el (js--proper-indentation): Handle the case where
14352         char-before is null.  Reported by Deniz Dogan.
14354 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14356         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14358 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
14360         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14361         (epg-digest-algorithm-alist): Add SHA224.
14362         (epg-context-set-passphrase-callback)
14363         (epg-context-set-progress-callback): Add description about
14364         callback function.
14366 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14368         * custom.el (custom-delayed-init-variables): New var.
14369         (custom-initialize-delay): New function.
14370         * startup.el (command-line): "Re"evaluate all vars in
14371         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
14372         explicitly any more.
14373         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14374         to avoid creating a ~/.emacs.d at build-time (bug#4347).
14376         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14378 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14380         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14381         (gdb-var-update-handler): Use json parsing.
14383 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14385         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14386         decode annotated text, regardless of language environment.  (Bug#2741)
14388 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14390         * Makefile.in (autoloads): Make rmail.el writable as well.
14392 2009-09-11  Glenn Morris  <rgm@gnu.org>
14394         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14395         loaddefs.el.
14396         * dired.el: Regenerate with extracted autoloads.
14397         * Makefile.in (autoloads): Make dired.el writable.
14399         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14400         * ibuffer.el: Regenerate with extracted autoloads.
14401         * Makefile.in (autoloads): Make ibuffer.el writable.
14403         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14404         * version.el (emacs-copyright, emacs-major-version)
14405         (emacs-minor-version): Reformat doc-strings for make-docfile.
14407         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14408         functions and variables, since they must be stuff specific to some other
14409         platform.
14410         (apropos-print): Make mouse-click message less specific about button.
14412         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14413         that records where a macro was defined.
14414         * help-fns.el (describe-function-1): Mention if a function has a
14415         compiler-macro.
14416         * help-mode.el (help-function-cmacro): New button.
14418         * locate.el (top-level): Always require dired.
14419         (locate-mode-map): Initialize inside the defvar.
14421         * net/ange-ftp.el (dired-compress-file): Declare.
14422         (ange-ftp-dired-compress-file): Add doc string.
14424         * term/ns-win.el (x-display-name, x-setup-function-keys):
14425         Unify doc-strings with X versions.
14427 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14429         * emulation/crisp.el (crisp-mode-map): Move initialization
14430         into declaration.
14431         (crisp-mode): Use define-minor-mode.
14433         * progmodes/xscheme.el (xscheme-evaluation-commands):
14434         Put a :advertised-binding property rather than using
14435         advertised-xscheme-send-previous-expression.
14436         (advertised-xscheme-send-previous-expression): Declare obsolete.
14437         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14438         `advertised-undo'.
14439         (crisp-mode): Add corresponding bindings to
14440         undo's :advertised-binding instead.
14441         * dired.el (dired-mode-map): Put a :advertised-binding property rather
14442         than using dired-advertised-find-file.
14443         (dired-advertised-find-file):
14444         * simple.el (advertised-undo):
14445         * wid-edit.el (advertised-widget-backward): Declare obsolete.
14446         (widget-keymap): Put a :advertised-binding property rather
14447         than using advertised-widget-backward.
14448         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14449         than using advertised-undo.
14450         * tutorial.el (tutorial--default-keys): Adjust accordingly.
14452 2009-09-10  Simon South  <ssouth@slowcomputing.org>
14454         * progmodes/delphi.el (delphi-tab): Indent region when Transient
14455         Mark mode is enabled and region is active; otherwise indent or
14456         insert TAB as usual.
14457         (delphi-mode): Update description of TAB-key binding.
14459 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14461         * subr.el (define-key-rebound-commands): Mark obsolete.
14462         * startup.el (precompute-menubar-bindings): Remove.
14463         (normal-top-level): Remove obsolete code that tried to precompute
14464         menubar bindings.
14465         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14466         define-key-rebound-commands and precompute-menubar-bindings.
14468 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14470         * net/imap.el (imap-interactive-login): Better messages.
14471         (imap-open): Fix bug with renamed buffer on reconnect.
14472         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14473         for easier debugging and cleaner code.  On successful (guessed based on
14474         server capabilities) secondary authentication, set imap-state
14475         correctly.
14476         (imap-last-authenticator): Define imap-last-authenticator as a variable
14477         to avoid warnings.
14479 2009-09-10  Glenn Morris  <rgm@gnu.org>
14481         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14483         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14484         (byte-compile-file-form-autoload): Don't warn about unknown functions
14485         where the autoload statement comes after the use.
14486         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14487         that any handlers inside the body (eg require) are in turn respected.
14489         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14490         effects.
14492         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14493         and syntax and abbrev tables basic docs, if they don't have any.
14495         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14497         * international/mule-cmds.el (top-level): Require cl when compiling.
14498         (view-hello-file): Use default-value rather than
14499         default-enable-multibyte-characters.
14501         * progmodes/fortran.el: Move all safe and risky properties into the
14502         defcustoms.
14504         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14505         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14506         * mail/undigest.el:
14507         Put autoloads in rmail.el rather than loaddefs.el.
14508         * mail/rmail.el: Regenerate with extracted autoloads.
14510         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14511         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14513 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
14515         Reported in thread for Bug#4375.
14516         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14517         "-data-evaluate-expression" instead of print.
14518         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14519         (gdb-tooltip-print): Parse output from above MI command.
14520         (gdb): Revert 2009-08-11 change.  User should detach inferior
14521         manually.
14523         Remove the word "separate" from IO functions as inferior
14524         output is now never displayed in the GUD buffer.
14526 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
14528         * startup.el (command-line-normalize-file-name): On Windows and
14529         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14531 2009-09-10  Juri Linkov  <juri@jurta.org>
14533         * isearch.el (isearch-text-char-description): Propertize escape
14534         character sequences with the `escape-glyph' face.  (Bug#4344)
14536         * simple.el (shell-command): Set asynchronous process filter to
14537         `comint-output-filter'.  (Bug#4343)
14539         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14540         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
14541         the list.  Move "asm" to the bottom.
14542         (grep-find-ignored-directories): Add `choice' with nil value
14543         to empty the list easily.
14544         (grep-find-ignored-files): New option.
14545         (grep-files-history): Set to nil by default instead of '("ch" "el").
14546         (grep-compute-defaults): Add "<X>" to `grep-template'.
14547         (grep-read-files): Bind new local variables `default-alias' and
14548         `default-extension'.  Use a list of default values for the file prompt.
14549         (lgrep): Add `--exclude=' command line options composed from
14550         `grep-find-ignored-files'.
14551         (rgrep): Add `-name' command line options composed from
14552         `grep-find-ignored-files'.  (Bug#4301)
14554 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14556         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14557         (bug#4368).
14559 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14561         * calendar/time-date.el (autoload):
14562         Expand define-obsolete-function-alias into defalias and make-obsolete
14563         for old Emacsen that Gnus supports.
14564         (with-no-warnings): Define it for old Emacsen.
14565         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14566         is available.
14567         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14568         float-time is available; suppress compile warning for time-to-seconds.
14570 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14572         * net/imap.el (imap-message-map): Docstring fix.
14574 2009-09-09  Glenn Morris  <rgm@gnu.org>
14576         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14577         line numbers too.  (Bug#4374)
14579 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14581         * smerge-mode.el (smerge-remove-props, smerge-refine):
14582         Use with-silent-modifications (bug#4342).
14584         * subr.el (with-silent-modifications): New macro.
14586 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
14588         * files.el (top-level): Require `cl' when compiling.
14590 2009-09-07  Glenn Morris  <rgm@gnu.org>
14592         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14594         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14595         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
14597 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
14599         * vc-git.el (vc-git-annotate-command): Use separator to parse
14600         arguments correctly.
14602 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
14604         * proced.el (proced-mode): Doc fix.
14606 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
14608         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14609         lstat fails.
14610         (tramp-do-file-attributes-with-ls): Check for file existence at
14611         remote end.
14612         (tramp-do-file-attributes-with-stat): Likewise.
14613         (tramp-convert-file-attributes): Return nil when attr is nil.
14615 2009-09-05  Glenn Morris  <rgm@gnu.org>
14617         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14618         properties to this button.
14619         (diary-fancy-display): Don't extend the button to the final newline.
14620         (diary-fancy-display-mode): Continue to define "q" as a local key.
14622         * calendar/cal-china.el (holiday-chinese): Make it slightly more
14623         efficient.
14625         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14627         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14628         (byte-compile-dest-file-function): New option.
14629         (byte-compile-dest-file): Doc fix.
14630         Obey byte-compile-dest-file-function.
14631         (byte-compile-cl-file-p): New function.
14632         (byte-compile-eval): Only suppress noruntime warnings about cl functions
14633         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
14634         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14635         than for file being previously loaded.
14636         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14637         (byte-compile-file-form-require): Handle the case where requiring a file
14638         indirectly causes CL to be loaded.
14640 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14642         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14643         before killing the old buffer, since by the time `kill-buffer' is
14644         run so many buffer variables have been set to nil that it may not
14645         behave as expected.  (Bug#4061)
14647 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14649         * files.el (find-alternate-file): If the old buffer is modified
14650         and visiting a file, behave similarly to `kill-buffer' when
14651         killing it, thus reverting to the pre-1.878 behavior; see
14652         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14653         for discussion.  Also, consult `buffer-file-name' as a variable
14654         not as a function, for consistency with the rest of the code.
14656 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
14658         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14659         also when adding a new directory.
14661         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14662         defun.
14664 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14666         * files.el (locate-file-completion-table): Make it provide boundary
14667         information, so partial-completion works better.
14669 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
14671         * mail/footnote.el (Footnote-text-under-cursor):
14672         Check footnote-text-marker-alist before using it (bug#4324).
14674 2009-09-04  Glenn Morris  <rgm@gnu.org>
14676         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14677         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14678         * play/solitaire.el, play/tetris.el:
14679         Remove leading * from defcustom and defface docs.
14681         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14682         necessary.
14683         (diary-fancy-overriding-map): New variable.
14684         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14685         Use view-mode.
14687         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14688         goto-line.
14690 2009-09-03  Glenn Morris  <rgm@gnu.org>
14692         * arc-mode.el (archive-mode):
14693         * dos-fns.el (set-default-process-coding-system):
14694         * man.el (Man-getpage-in-background):
14695         * menu-bar.el (menu-bar-describe-menu):
14696         * server.el (server-process-filter):
14697         * startup.el (command-line):
14698         * tar-mode.el (tar-header-block-tokenize, tar-extract):
14699         * w32-fns.el (set-default-process-coding-system):
14700         * x-dnd.el (x-dnd-handle-file-name):
14701         * international/mule-cmds.el (mule-menu-keymap)
14702         (set-default-coding-systems, language-info-alist, set-language-info)
14703         (set-language-environment, standard-display-european-internal)
14704         (set-locale-environment):
14705         * international/mule-diag.el (mule-diag):
14706         * mail/emacsbug.el (report-emacs-bug):
14707         * mail/rmail.el (rmail-mode):
14708         * mail/sendmail.el (mail-setup):
14709         Use default-value rather than default-enable-multibyte-characters.
14711         * progmodes/f90.el: Move all safe properties into the defcustoms.
14712         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14714         * calendar/appt.el (appt-check):
14715         * calendar/diary-lib.el (diary-set-header, diary-live-p)
14716         (diary-check-diary-file, diary-list-entries)
14717         (diary-include-other-diary-files, diary-simple-display)
14718         (diary-fancy-display, diary-print-entries)
14719         (diary-mark-included-diary-files, diary-make-entry):
14720         Don't call substitute-in-file-name on diary-file.
14722 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
14723             Stefan Monnier  <monnier@iro.umontreal.ca>
14725         * mail/footnote.el (footnote-prefix): Make it a defcustom.
14726         (footnote-mode-map): Move initialization into the declaration.
14727         (footnote-minor-mode-map): Define it rather than changing global-map.
14728         (footnote-mode): Use define-minor-mode.
14730 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
14732         * net/tramp.el (tramp-handle-file-attributes-with-ls)
14733         (tramp-do-file-attributes-with-perl)
14734         (tramp-do-file-attributes-with-stat): Rename from
14735         `tramp-handle-file-attributes-with-*'.
14736         (tramp-handle-file-attributes): Use them.
14737         (tramp-do-directory-files-and-attributes-with-perl)
14738         (tramp-do-directory-files-and-attributes-with-stat): Rename from
14739         `tramp-handle-directory-files-and-attributes-with-*'.
14740         (tramp-handle-directory-files-and-attributes): Use them.
14741         (tramp-method-out-of-band-p): Additional parameter SIZE.
14742         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14743         (tramp-handle-write-region): Use it.
14744         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14745         (tramp-handle-vc-registered): Check, whether the first run did
14746         return files to be tested.
14747         (tramp-advice-make-auto-save-file-name): Do not call directly
14748         `tramp-handle-make-auto-save-file-name', because this would bypass
14749         the locking mechanism.
14751         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14752         (file-remote-p, process-file, start-file-process, set-file-times)
14753         (tramp-compat-file-attributes): Compatibility functions shall not
14754         call directly `tramp-handle-*', because this would bypass the
14755         locking mechanism.
14756         (tramp-compat-number-sequence): New defun.
14758 2009-09-02  Glenn Morris  <rgm@gnu.org>
14760         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14761         alias for float-time.
14762         (time-to-number-of-days): In Emacs, use float-time.
14763         * net/newst-backend.el (time-add): Suppress warnings from compat
14764         function.
14765         * time.el (emacs-uptime, emacs-init-time):
14766         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14767         Use float-time rather than time-to-seconds.
14769         * minibuffer.el (completion-initials-expand): Fix typo.
14771         * faces.el (modeline, modeline-inactive, modeline-highlight)
14772         (modeline-buffer-id):
14773         * info.el (info-menu-5): Mark these face aliases as obsolete.
14775 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14777         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14778         space ...
14779         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14780         no "--thread" option.
14781         (gdb-stopped): Don't print "Switched to thread" message when it is
14782         unchanged.
14784 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14786         * minibuffer.el (completion-try-completion)
14787         (completion-all-completions): Remove ill-defined (and
14788         mistakenly installed and luckily never used nor documented)
14789         `completion-styles' property.
14790         (completion-initials-expand, completion-initials-all-completions)
14791         (completion-initials-try-completion): New functions.
14792         (completion-styles-alist): Add doc to each entry.
14793         Add new `initials' entry.
14795 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14797         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14798         MI command -var-evaluate-expression.
14799         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14800         and tweak for case of string child.
14801         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14803 2009-09-01  Glenn Morris  <rgm@gnu.org>
14805         * add-log.el (change-log-date-face, change-log-name-face)
14806         (change-log-email-face, change-log-file-face, change-log-list-face)
14807         (change-log-conditionals-face, change-log-function-face)
14808         (change-log-acknowledgement-face):
14809         * cus-edit.el (custom-invalid-face, custom-rogue-face)
14810         (custom-modified-face, custom-set-face, custom-changed-face)
14811         (custom-saved-face, custom-button-face, custom-button-pressed-face)
14812         (custom-documentation-face, custom-state-face, custom-comment-face)
14813         (custom-comment-tag-face, custom-variable-tag-face)
14814         (custom-variable-button-face, custom-face-tag-face)
14815         (custom-group-tag-face-1, custom-group-tag-face):
14816         * diff-mode.el (diff-header-face, diff-file-header-face)
14817         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14818         (diff-added-face, diff-changed-face, diff-function-face)
14819         (diff-context-face, diff-nonexistent-face):
14820         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14821         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14822         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14823         (Info-title-4-face):
14824         * isearch.el (isearch-lazy-highlight-face):
14825         * log-view.el (log-view-file-face, log-view-message-face):
14826         * paren.el (show-paren-match-face, show-paren-mismatch-face):
14827         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14828         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14829         (cvs-msg-face):
14830         * smerge-mode.el (smerge-mine-face, smerge-other-face)
14831         (smerge-base-face, smerge-markers-face):
14832         * wid-edit.el (widget-documentation-face, widget-button-face)
14833         (widget-field-face, widget-single-line-field-face)
14834         (widget-inactive-face, widget-button-pressed-face):
14835         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14836         (woman-addition-face):
14837         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14838         (eshell-ls-executable-face, eshell-ls-readonly-face)
14839         (eshell-ls-unreadable-face, eshell-ls-special-face)
14840         (eshell-ls-missing-face, eshell-ls-archive-face)
14841         (eshell-ls-backup-face, eshell-ls-product-face)
14842         (eshell-ls-clutter-face):
14843         * eshell/em-prompt.el (eshell-prompt-face):
14844         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14845         * obsolete/old-whitespace.el (whitespace-highlight-face):
14846         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14847         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14848         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14849         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14850         (antlr-font-lock-literal-face):
14851         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14852         (ebrowse-root-class-face, ebrowse-file-name-face)
14853         (ebrowse-default-face, ebrowse-member-attribute-face)
14854         (ebrowse-member-class-face, ebrowse-progress-face):
14855         * progmodes/make-mode.el (makefile-space-face):
14856         * progmodes/sh-script.el (sh-heredoc-face):
14857         * textmodes/flyspell.el (flyspell-incorrect-face)
14858         (flyspell-duplicate-face):
14859         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14860         * textmodes/texinfo.el (texinfo-heading-face):
14861         Mark face aliases with "-face" suffix as obsolete.
14863         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14864         compiler.
14866         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14867         (eudc-bob-sound-menu): Use defvar rather than defconst, since
14868         easy-menu-define wants to modify these.
14870         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14872         * net/browse-url.el (browse-url-file-url):
14873         * term/internal.el (dos-codepage-setup):
14874         Use default-value rather than default-enable-multibyte-characters.
14876         * progmodes/etags.el (etags-goto-tag-location):
14877         * progmodes/flymake.el (flymake-highlight-line)
14878         (flymake-goto-file-and-line, flymake-goto-line):
14879         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14880         (gdb-goto-breakpoint):
14881         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14882         * progmodes/python.el (python-find-function)
14883         (python-pdbtrack-track-stack-file):
14884         * progmodes/verilog-mode.el (verilog-surelint-off):
14885         * term/ns-win.el (ns-open-file-select-line):
14886         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14887         Use forward-line rather than goto-line.
14889         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14890         * textmodes/reftex-index.el (reftex-display-index):
14891         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14892         * textmodes/reftex-toc.el (reftex-toc):
14893         Remove unnecessary bindings of default-major-mode (all are followed by
14894         major-mode check and possible mode switch).
14896 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14898         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14899         Handle watchpoints (bug#4282).
14900         (def-gdb-thread-buffer-command): Enable thread to be selected by
14901         clicking without selecting threads buffer first.
14902         (gdb-current-context-command): Use selected frame so that "up",
14903         "down" etc work in the GUD buffer.
14904         (gdb-update): Find selected frame before rendering stack buffer.
14905         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14907 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14909         * progmodes/sym-comp.el (displayed-completions): Remove.
14910         (symbol-complete): Use minibuffer-complete.
14912 2009-08-31  Glenn Morris  <rgm@gnu.org>
14914         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14916         * apropos.el (apropos-symbols-internal):
14917         Handle (obsolete) face aliases.
14919         * faces.el (describe-face): Adjust the output format to be more like
14920         describe-variable, and to mention (obsolete) face aliases.
14921         Adjust the whitespace so that help-setup-xref works.
14923         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14924         * calendar/diary-lib.el (diary-button-face):
14925         Mark these face aliases as obsolete.
14927         * calendar/calendar.el (calendar-today): Doc fix.
14929 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14931         * progmodes/gdb-mi.el (gdb-control-all-threads)
14932         (gdb-control-current-thread): Force tool bar update.
14933         (gdb-non-stop-handler): New function.
14934         (gdb-init-1): Use it to test if non-stop mode is supported.
14935         Remove unused gdbmi buffer type.
14937 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14939         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14940         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14942 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14944         * comint.el (comint-exec-1): Check command is non-null first.
14945         Part of gdb-mi.el change (2009-08-28).
14947 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14949         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14951 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14953         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14954         instead of `dolist' to avoid a recursive require when bootstrapping.
14956 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14958         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14960         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14962         * net/imap.el (imap-send-command): Simplify.
14963         (imap-wait-for-tag): point-max -> buffer-size.
14965         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14967         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14968         with constant argument.
14970         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14972         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14974         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14975         Change default, since most of our files don't have a history.
14976         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14977         the user.
14979         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14980         Add comint-run.
14982         * calc/calc.el: Improve commenting convention.
14983         (calc-digit-map, toplevel): Simplify.
14985         * comint.el (comint-insert-input): Be careful to only set point if we
14986         don't delegate to some other command.
14988         * proced.el (proced-signal-list): Make it an alist.
14989         (proced-grammar-alist): Capitalize names.
14990         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14991         Disable undo manually and make it read-only.
14992         Use completion-annotate-function.
14994         * minibuffer.el (minibuffer-message): If the current buffer is not
14995         a minibuffer, insert the message in the echo area rather than at the
14996         end of the buffer.
14997         (completion-annotate-function): New variable.
14998         (minibuffer-completion-help): Use it.
14999         (completion--embedded-envvar-table): Environment vars are
15000         always case-sensitive.
15002 2009-08-30  Glenn Morris  <rgm@gnu.org>
15004         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
15005         from fortran-current-defun.
15006         (fortran-beginning-of-subprogram): Be more precise about finding the
15007         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
15008         (fortran-end-of-subprogram): Simplify.
15009         (fortran-current-defun): Use fortran-start-prog-re.
15011 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
15013         * subr.el (do-after-load-evaluation): Simplify.
15015 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
15017         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
15019         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
15020         (vc-rcs-print-log): Use it.
15022         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
15024 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15026         * paths.el (abbrev-file-name): Move to abbrev.el.
15027         * abbrev.el (abbrev-file-name): Move from paths.el.
15028         Obey user-emacs-directory.
15029         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
15030         user-emacs-directory.
15031         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
15032         abbrev-file-name and calc-settings-file any more.
15033         * startup.el (command-line): Recompute abbrev-file-name and
15034         abbreviated-home-dir.
15035         (normal-no-mouse-startup-screen): Improve the generic code and get rid
15036         of the special code for when C-h bindings haven't been changed.
15037         (display-startup-echo-area-message): Use with-current-buffer.
15038         (command-line-1): Use a list of strings, rather than a list of lists
15039         of strings for longopts.
15041         * files.el (get-free-disk-space): Use / for default-directory.
15043         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
15044         Use with-current-buffer.
15046         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
15047         Recognize immutable variables like most-positive-fixnum.
15048         (byte-compile-setq-default): Check and warn if trying to assign
15049         to an immutable variable, or a non-variable.
15051         * progmodes/cc-vars.el (c-comment-continuation-stars):
15052         * progmodes/cc-engine.el (c-looking-at-bos):
15053         * progmodes/cc-cmds.el (c-toggle-auto-state)
15054         (c-forward-into-nomenclature, c-backward-into-nomenclature)
15055         (c-comment-line-break-function): Add version of obsolescence.
15057 2009-08-28  Juri Linkov  <juri@jurta.org>
15059         * files.el (magic-fallback-mode-alist): Add ZIP magic number
15060         associated with `archive-mode'.
15062         * image.el (image-type-header-regexps): Use only JPEG magic number
15063         to determine JPEG images, and don't use `image-jpeg-p' because
15064         Emacs can display non-JFIF non-Exif JPEG images.
15066 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
15068         * arc-mode.el (archive-mode):
15069         * emacs-lisp/re-builder.el (re-builder-unload-function):
15070         Protect against the default value of `major-mode' being nil.
15072 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
15074         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
15075         Fix typos in docstrings.
15077         * progmodes/js.el (js--macro-decl-re): Doc fix.
15078         (js--plain-method-re, js--split-name): Refloc docstring.
15079         (js--class-styles, js--make-merged-item, js--splice-into-items):
15080         Fix typos in docstrings; reflow docstrings.
15081         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
15082         (js--variable-decl-matcher, js--inside-pitem-p)
15083         (js--parse-state-at-point, js--get-all-known-symbols)
15084         (js--symbol-history, js-find-symbol, js--js-references)
15085         (js--moz-interactor, js--js-encode-value, js--read-tab):
15086         Fix typos in docstrings.
15088 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15090         * textmodes/reftex.el (reftex-get-file-buffer-force):
15091         * progmodes/verilog-mode.el (verilog-batch-execute-func):
15092         * emulation/viper.el (viper-go-away, viper-set-hooks):
15093         * emacs-lisp/re-builder.el (re-builder-unload-function):
15094         * emacs-lisp/bytecomp.el (byte-compile-file):
15095         * ses.el (ses-unload-function):
15096         * hexl.el (hexl-find-file):
15097         * files.el (normal-mode):
15098         * ehelp.el (with-electric-help):
15099         * autoinsert.el (auto-insert-alist):
15100         * arc-mode.el (archive-mode):
15101         Use (default-value 'major-mode) instead of default-major-mode.
15103         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
15104         * international/mule.el (load-with-code-conversion):
15105         * emacs-lisp/debug.el (debug):
15106         * ediff-vers.el (ediff-rcs-get-output-buffer):
15107         * dired.el (dired-internal-noselect): Don't let-bind
15108         default-major-mode around code that doesn't use it.
15109         E.g. buffer creation via get-buffer-create doesn't use it.
15111 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
15113         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
15114         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
15115         when writing the temp file.  Otherwise, epa-file gets confused.
15116         (tramp-register-file-name-handlers): Make it a defun.  Move also
15117         `epa-file-handler' to the front of `file-name-handler-alist'.
15119 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15121         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
15122         start right after a ^M.
15123         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
15124         (tramp-completion-file-name-regexp-separate)
15125         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
15126         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
15127         Don't modify last-coding-system-used by accident.
15128         (tramp-completion-file-name-handler): Apply the checks here,
15129         instead during registration.
15130         (tramp-register-file-name-handlers): Renamed from
15131         `tramp-register-file-name-handler'.  Register both
15132         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
15133         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
15135 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
15137         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15138         Remove variable ...
15139         (gdb-init-1, gdb-display-separate-io-buffer)
15140         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15141         references to it.
15142         (gdb-inferior-io-mode): Use make-comint-in-buffer.
15143         (gdb-inferior-filter): Use comint-output-filter to stop
15144         echoing and remove ^M characters.
15146 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15148         * emulation/viper-init.el (viper-restore-cursor-type):
15149         * emulation/cua-base.el (cua--update-indications):
15150         Replace default-cursor-type with (default-value 'cursor-type).
15152         * mail/sendmail.el (mail-recover-1):
15153         * international/mule-diag.el (describe-current-coding-system-briefly)
15154         (describe-current-coding-system):
15155         * international/mule-cmds.el (select-safe-coding-system)
15156         (select-message-coding-system)
15157         (set-language-environment-coding-systems, set-locale-environment):
15158         * hexl.el (hexl-insert-multibyte-char):
15159         * dos-w32.el (find-buffer-file-type-coding-system):
15160         * simple.el (what-cursor-position):
15161         Replace uses of default-buffer-file-coding-system
15162         with (default-value 'buffer-file-coding-system).
15164         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15165         Replace uses of default-cursor-in-non-selected-windows
15166         with (default-value 'cursor-in-non-selected-windows).
15167         Use with-current-buffer.
15169         * mail/feedmail.el: Use CL macros.
15170         (feedmail-run-the-queue, feedmail-send-it-immediately):
15171         * dos-w32.el (find-buffer-file-type): Replace uses of
15172         default-buffer-file-type with (default-value 'buffer-file-type).
15174 2009-08-28  Glenn Morris  <rgm@gnu.org>
15176         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15177         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15178         Use default-value of major-mode rather than default-major-mode.
15180 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15182         * Makefile.in (update-elcfiles): Report left over elc files.
15184         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15185         expand-file-name and with-current-buffer.
15186         (mail-get-names, mail-directory): Use with-current-buffer.
15188         * vc.el (vc-read-revision): New function.
15189         (vc-version-diff, vc-merge): Use it.
15191 2009-08-27  Sam Steingold  <sds@gnu.org>
15193         * simple.el (kill-do-not-save-duplicates): New user option.
15194         (kill-new): When it is non-nil, and the new string is the same as
15195         the latest kill, set replace to t to avoid duplicates in kill-ring.
15197 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
15199         * net/tramp.el (tramp-handle-process-file): Do not flush all
15200         caches when `process-file-side-effects' is set.
15201         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15202         instead of `tramp-find-file-exists-command'.
15203         Unset `process-file-side-effects'.
15205 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
15207         * net/tramp.el (tramp-methods): New method "rsyncc".
15208         (top): Add completion function for "rsyncc".
15209         (tramp-message-show-message): New defvar.
15210         (tramp-message, tramp-error): Use it.
15211         (tramp-do-copy-or-rename-file-directly): Extend check for direct
15212         remote copying.
15213         (tramp-do-copy-or-rename-file-out-of-band): Handle new
15214         `tramp-methods' entry `copy-env' of "rsyncc".
15215         (tramp-vc-registered-read-file-names): New defconst.
15216         (tramp-vc-registered-file-names): New defvar.
15217         (tramp-handle-vc-registered): Implement optimization strategy.
15218         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15219         (tramp-vc-file-name-handler): New defun.
15220         (tramp-get-ls-command, tramp-get-test-command)
15221         (tramp-get-file-exists-command, tramp-get-remote-ln)
15222         (tramp-get-remote-perl, tramp-get-remote-stat)
15223         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15225         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15226         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
15227         timestamps.
15228         (tramp-get-file-property): Check for timestamps in
15229         `tramp-cache-inhibit-cache'.
15230         (tramp-set-file-property): Write timestamp.
15232 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15234         * language/japan-util.el (japanese-symbol-table): Add entries for
15235         cp932-2-byte.
15237         * international/characters.el: Add category `j' to cp932-2-byte.
15239 2009-08-27  Kenichi Handa  <handa@m17n.org>
15241         * international/fontset.el (build-default-fontset-data): New macro.
15242         (setup-default-fontset): Use build-default-fontset-data for CJK,
15243         tibetan, ethiopic, and ipa.
15245 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15247         * cus-start.el (default-major-mode): Customize `major-mode' instead.
15248         (enable-multibyte-characters): Not customizable any more.
15250         * subr.el (default-mode-line-format, default-header-line-format)
15251         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15252         (default-direction-reversed, default-truncate-lines)
15253         (default-left-margin, default-tab-width, default-case-fold-search)
15254         (default-left-margin-width, default-right-margin-width)
15255         (default-left-fringe-width, default-right-fringe-width)
15256         (default-fringes-outside-margins, default-scroll-bar-width)
15257         (default-vertical-scroll-bar, default-indicate-empty-lines)
15258         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15259         (default-fringe-cursor-alist, default-scroll-up-aggressively)
15260         (default-scroll-down-aggressively, default-fill-column)
15261         (default-cursor-type, default-buffer-file-type)
15262         (default-cursor-in-non-selected-windows)
15263         (default-buffer-file-coding-system, default-major-mode)
15264         (default-enable-multibyte-characters): Mark as obsolete.
15266 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
15268         * vc-dir.el (vc-dir-update): Remove debug helper.
15270         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15272 2009-08-26  Sam Steingold  <sds@gnu.org>
15274         * simple.el (save-interprogram-paste-before-kill): New user option.
15275         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15276         save the interprogram-paste into kill-ring before overriding it
15277         with the Emacs kill.
15279 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15281         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15282         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15283         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15284         and move to vc-rcs.el.
15285         (vc-default-next-revision): Rename to vc-rcs-next-revision and
15286         move to vc-rcs.el.
15287         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15288         (vc-rcs-update-changelog): Remove.
15289         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15290         and move to vc-rcs.el.
15292         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15293         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15294         renaming.
15295         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15296         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15297         vc.el, renamed to be RCS specific.
15299         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15300         New functions.
15301         (vc-cvs-update-changelog): Move here from vc.el.
15303         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15304         New functions.
15306 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15308         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15310 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15312         * vc-git.el (vc-git-register): Use "git add" for directories.
15313         (vc-git-stash, vc-git-stash-show): New functions.
15314         (vc-git-extra-menu-map): Bind them.
15316         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15317         directory correctly in case the item is a directory itself.
15319         * vc.el: Document the desired behavior for reverted files in the
15320         `added' state.
15321         (vc-default-prettify-state-info): Remove function, unused.
15323         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15325 2009-08-26  Glenn Morris  <rgm@gnu.org>
15327         * bindings.el (standard-mode-line-format): Reposition dashes in
15328         which-func entry.  (Bug#4217)
15330         * files.el (enable-local-variables, enable-local-eval)
15331         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15332         the defcustoms.
15333         (auto-mode-alist, ignored-local-variables)
15334         (save-some-buffers-action-alist): Move risky declarations to the
15335         definitions.
15336         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15337         (font-lock-defaults, format-alist, imenu--index-alist)
15338         (imenu-generic-expression, input-method-alist, minor-mode-alist)
15339         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15340         (mode-line-modified, mode-line-mule-info, mode-line-position)
15341         (mode-line-process, mode-line-remote, outline-level)
15342         (parse-time-rules, rmail-output-file-alist)
15343         (special-display-buffer-names, vc-mode):
15344         Move risky declarations to the relevant files.
15345         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15346         (mode-line-modified, mode-line-process, mode-line-position)
15347         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15348         * font-core.el (font-lock-defaults):
15349         * format.el (format-alist):
15350         * vc-hooks.el (vc-mode):
15351         * window.el (special-display-buffer-names):
15352         * international/mule-cmds.el (input-method-alist):
15353         Define riskiness here (dumped file) rather than in files.el.
15354         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15355         * imenu.el (imenu-generic-expression, imenu--index-alist):
15356         * outline.el (outline-level):
15357         * time.el (display-time-string):
15358         * calendar/parse-time.el (parse-time-rules):
15359         * mail/rmailout.el (rmail-output-file-alist):
15360         Autoload riskiness here, rather than placing in files.el.
15362 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
15364         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15366 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
15368         * simple.el (process-file-side-effects): New defvar.
15370         * dired-aux.el (dired-show-file-type):
15371         * vc.el (vc-diff-internal):
15372         * vc-arch.el (vc-arch-diff):
15373         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15374         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15375         * vc-git.el (vc-git-registered, vc-git-working-revision)
15376         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15377         (vc-git--empty-db-p):
15378         * vc-hooks.el (vc-user-login-name):
15379         * vc-svn.el (vc-svn-registered, vc-svn-state)
15380         (vc-svn-dir-extra-headers, vc-svn-find-revision):
15381         * progmodes/grep.el (grep-probe): Let-bind
15382         `process-file-side-effects' with nil.
15384         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15386         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15387         daemon.  Replace ping by checking for running service for bluez
15388         and zeroconf.  (Bug#4239)
15390 2009-08-25  Kevin Ryde  <user42@zip.com.au>
15392         * net/dig.el (dig): Add autoload cookie.
15394 2009-08-25  Glenn Morris  <rgm@gnu.org>
15396         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15397         load-history for absolute file-names.
15398         (byte-compile-file-form-require): Warn about use of the cl package.
15400         * format.el (format-alist): Doc fix.
15402         * play/bubbles.el (top-level): Don't require cl at run-time.
15404         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15405         run-time cl).
15407 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
15409         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15410         from cl package.
15411         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15413 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
15415         * calc/calc-alg.el (math-trig-rewrite)
15416         (math-hyperbolic-trig-rewrite): New functions.
15417         (calc-simplify): Simplify trig functions when asked.
15419 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15421         * diff-mode.el (diff-find-source-location): Avoid goto-line.
15423 2009-08-24  Kenichi Handa  <handa@m17n.org>
15425         * language/ind-util.el (mapthread): Delete it.
15426         (combinatorial): New function.
15427         (indian--puthash-cv): Use combinatorial instead of mapthread.
15429 2009-08-22  Kevin Ryde  <user42@zip.com.au>
15431         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15432         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15433         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15434         Clarify docstring that the value is strings not symbols.
15435         (checkdoc-list-of-strings-p): New function.
15437 2009-08-22  Glenn Morris  <rgm@gnu.org>
15439         * files.el (auto-mode-alist):
15440         * hippie-exp.el (he-concat-directory-file-name):
15441         * lpr.el (lpr-windows-system, printer-name):
15442         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15443         * ps-print.el (ps-windows-system):
15444         * startup.el (command-line):
15445         * emulation/viper-ex.el (viper-glob-function):
15446         * international/mule-cmds.el (set-language-environment-coding-systems):
15447         * net/ange-ftp.el (ange-ftp-write-region):
15448         * obsolete/fast-lock.el (fast-lock-cache-name):
15449         Remove code for defunct system-types emx, macos, mswindows, next-mach,
15450         unisoft-unix, vax-vms, win32, w32.
15452         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15453         given name if the pattern is not more specific.
15455         * calendar/lunar.el (lunar-phase-names): New option.
15456         (lunar-phase): Doc fix.
15457         (lunar-cycles-per-year): New constant.
15458         (lunar-index): New function.
15459         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15460         (lunar-phase-name): Use lunar-phase-names.
15461         (calendar-lunar-phases): Use format.
15462         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15464         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15465         Copy imenu-example--name-and-position function here for own use.
15466         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15468         * bs.el (bs--redisplay):
15469         * cus-edit.el (custom-redraw):
15470         * ibuffer.el (ibuffer-bury-buffer):
15471         * server.el (server-goto-line-column):
15472         * startup.el (command-line-1):
15473         * strokes.el (strokes-xpm-for-stroke):
15474         * term.el (term-display-buffer-line):
15475         * view.el (View-goto-line):
15476         * calc/calc.el (calc-do, calc-trail-buffer):
15477         * play/gamegrid.el (gamegrid-add-score-insecure):
15478         * progmodes/ada-mode.el (ada-compile-goto-error):
15479         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15480         (ebrowse-select-1st-to-9nth):
15481         * progmodes/cperl-mode.el (cperl-time-fontification):
15482         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15483         * progmodes/gud.el (gud-display-line):
15484         (idlwave-shell-display-line):
15485         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15486         * progmodes/make-mode.el (makefile-browser-toggle):
15487         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15488         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15489         * textmodes/picture.el (picture-draw-rectangle):
15490         * textmodes/reftex-index.el (reftex-index-goto-letter):
15491         (reftex-select-jump-to-previous):
15492         * textmodes/reftex-sel.el (reftex-find-start-point)
15493         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15494         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15495         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15496         * textmodes/tex-mode.el (tex-compilation-parse-errors):
15497         * textmodes/two-column.el (2C-associated-buffer):
15498         Use forward-line rather than goto-line.
15500         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15501         goto-line.
15503         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15504         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15505         (quick-check-list-to-regexp): Declare.
15507         * progmodes/make-mode.el (makefile-browser-insert-selection):
15508         Use goto-char rather than goto-line.
15510         * progmodes/prolog.el (compilation-error-regexp-alist)
15511         (compilation-forget-errors): Declare.
15513 2009-08-22  Juri Linkov  <juri@jurta.org>
15515         * progmodes/grep.el (lgrep, rgrep): At the beginning
15516         set `dir' to `default-directory' unless `dir' is a non-nil
15517         readable directory.  (Bug#4052)
15518         (lgrep, rgrep): Change a weird way to report an error
15519         from using `read-string' to using `error'.
15520         Instead of using interactive arguments in the function body,
15521         add new argument `confirm'.
15523 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15525         * textmodes/remember.el (remember-buffer):
15526         * progmodes/cperl-mode.el (cperl-vc-header-alist):
15527         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15528         (icalendar-extract-ical-from-buffer):
15529         * net/newst-treeview.el (newsticker-groups-filename):
15530         * net/newst-backend.el (newsticker-cache-filename):
15531         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15532         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15533         (speedbar-add-ignored-path-regexp, speedbar-line-path)
15534         (speedbar-buffers-line-path, speedbar-path-line)
15535         (speedbar-buffers-line-path):
15536         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15537         (epg-sign-keys):
15538         * epa.el (epa-display-verify-result):
15539         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15541 2009-08-21  Glenn Morris  <rgm@gnu.org>
15543         * progmodes/js.el (inferior-moz-process): Fix declaration.
15545         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15547         * obsolete/rnewspost.el (news-mail-reply):
15548         Use goto-char rather than goto-line.
15550         * term/ns-win.el (ns-open-file-select-line):
15551         Use line-beginning-position rather than goto-line.
15553         * apropos.el (apropos-command):
15554         * ehelp.el (electric-helpify):
15555         * printing.el (pr-show-setup):
15556         * strokes.el (strokes-help):
15557         * tutorial.el (tutorial--describe-nonstandard-key)
15558         (tutorial--detailed-help):
15559         * woman.el (woman-mini-help, woman-display-extended-fonts):
15560         * calc/calc-help.el (calc-describe-key):
15561         * emulation/edt.el (edt-electric-helpify):
15562         * international/mule-diag.el (mule-diag):
15563         * play/yow.el (apropos-zippy):
15564         * progmodes/python.el (python-describe-symbol):
15565         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15566         * textmodes/table.el (*table--cell-describe-mode)
15567         (*table--cell-describe-bindings):
15568         Use help-print-return-message rather than the now obsolete alias.
15570         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15571         (calendar-cursor-to-visible-date):
15572         * play/5x5.el (5x5-position-cursor):
15573         * play/decipher.el (decipher):
15574         * play/gomoku.el (gomoku-goto-xy):
15575         * play/landmark.el (lm-goto-xy):
15576         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15577         (mpuz-paint-digit):
15578         Use forward-line, not goto-line.
15580         * mail/rmail.el (rmail-obsolete): Delete custom group.
15581         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15582         (rmail-remote-password, rmail-remote-password-required):
15583         Remove unneeded :set-after and :set properties.
15585 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
15587         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15589 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
15591         * loadup.el: Remove leftover macos code.
15593         * vc-git.el (vc-git-annotate-command): Run asynchronously.
15594         Explicitly pass the date format to git blame so that user local
15595         so that the output format can be parsed.
15597 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
15599         * net/dbus.el (top): Don't check for (getenv
15600         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
15602 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
15604         * log-edit.el (log-edit-strip-single-file-name): New var.
15605         (log-edit-insert-changelog): Use it.  Bug#3571
15607 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15609         * subr.el (read-passwd): Use read-key so keypad keys work as well.
15610         Bug#3287
15612         * help.el (help-print-return-message): Rename from
15613         print-help-return-message.
15615         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15616         cvs-mode-map parent hack.
15617         (log-view-mode): Derive from special-mode.
15619         * linum.el (linum-mode): window-size-change-functions is redundant.
15620         Adapt to new window-configuration-change-hook behavior.
15621         (linum-after-size, linum-after-config): Remove.
15623         * imenu.el (imenu-example--name-and-position)
15624         (imenu-example--lisp-extract-index-name)
15625         (imenu-example--create-lisp-index, imenu-example--create-c-index):
15626         Mark as obsolete.
15628         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15629         (inferior-prolog-mode): Use it.
15630         (inferior-prolog-load-file): Reset list of errors.
15632 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15634         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15636         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15638 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
15640         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15641         is running already.
15643 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15645         * subr.el (listify-key-sequence-1): Use normal syntax since those
15646         integers are nowadays always represented by the same (positive) number
15647         on all platforms.
15648         (read-key-empty-map): New const.
15649         (read-key-delay): New var.
15650         (read-key): New function.
15651         (force-mode-line-update): Use with-current-buffer.
15652         (locate-user-emacs-file): Don't forget to abbreviate the file name.
15653         (start-process-shell-command, start-file-process-shell-command):
15654         Discourage the use of command-args.
15656 2009-08-19  Glenn Morris  <rgm@gnu.org>
15658         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15660 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15662         * simple.el (choose-completion-string): Don't rely on
15663         minibuffer-completing-file-name and ad-hoc checks to decide whether
15664         to continue completion or not.
15666         * minibuffer.el (minibuffer-hide-completions): New function.
15667         (completion--do-completion): Use it.
15668         (completions-annotations): New face.
15669         (completion--insert-strings): Use it.
15670         (completion-pcm--delim-wild-regex): Add docstring.
15671         (completion-pcm--string->pattern): Add support for 0-width delimiters
15672         in completion-pcm--delim-wild-regex.
15674 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15676         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15677         Remove unused var `buffer-modified-p'.
15679         * minibuffer.el (completion--do-completion): Move point for the #b001
15680         case as well (bug#4176).
15681         (minibuffer-complete, minibuffer-complete-word): Don't move point.
15683 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
15685         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
15686         and :session buses.
15688 2009-08-18  Kenichi Handa  <handa@m17n.org>
15690         * international/ucs-normalize.el (ucs-normalize-version):
15691         Change to 1.1.
15692         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15693         (utf-8-hfs): Make it perform normalization on encoding too.
15695         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
15696         (sentence-end-without-space): Delete duplicated chars.
15697         (sentence-end-base): Likewise.
15699         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
15700         (html-mode): Delete duplicated chars from sentence-end-base.
15702         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
15703         (texinfo-mode): Delete duplicated chars from sentence-end-base.
15705 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
15707         * files.el (hack-one-local-variable): If the mode function is for
15708         a minor mode, pass it an argument (Bug#4148).
15710 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
15712         * net/tramp.el (tramp-register-completion-file-name-handler):
15713         Check also for (member 'partial-completion completion-styles).
15715 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15717         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15718         abbrev (Bug#3943).
15720 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
15722         * progmodes/cperl-mode.el: Merge upstream 6.2.
15723         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15724         (cperl-forward-re): Check cperl-brace-recursing.
15725         (cperl-highlight-charclass): New function.
15726         (cperl-find-pods-heres): Use it.
15727         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15728         (cperl-beautify-regexp-piece): Fix column calculation.
15729         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15730         (cperl-beautify-level): Don't process entire regexp.
15731         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15732         calling man.
15733         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15734         (cperl-init-faces): Build a list in the normal way.
15736 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15738         * calendar/parse-time.el (parse-time-string-chars): Save match
15739         data.
15741 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15743         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15744         (sql-product): Use it.
15745         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15746         (sql-set-product): Add completion.
15747         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15748         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15749         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15750         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15751         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15752         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15753         (sql-highlight-db2-keywords): Remove.
15754         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15755         (sql-highlight-product): Use derived-mode-p.
15756         (sql-set-sqli-buffer): Use with-current-buffer.
15757         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15758         Simplify.
15760         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15762         * term.el: Fix commenting convention, turn comments into docstrings.
15764 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
15766         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15768 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
15770         * calendar/parse-time.el (parse-time-string-chars): Compute using
15771         character classes, to handle non-ascii characters (Bug#3190).
15773 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15775         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15776         another heredoc if the user adds another < (Bug#3226).
15778         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15779         Don't initialize based on window-system (Bug#4124).
15781         * facemenu.el (facemenu-read-color): Use a completion function
15782         that accepts any defined color, such as RGB triplets (Bug#3677).
15784         * files.el (get-free-disk-space): Change fallback default
15785         directory to /.  Expand DIR argument before switching to fallback.
15786         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15788 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15790         * files.el (load-library): Doc fix.
15792 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
15794         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15795         (viper-if-string): Redefine C-s in the minibuffer to insert the last
15796         incremental search string.
15798         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15799         XEmacs.
15801         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15802         (ediff-merge-region-is-non-clash)
15803         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15804         Also check if the job is really a merge job.
15806         * ediff.el (ediff-current-file): New function.
15808 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15810         * progmodes/js.el: Edit docstrings throughout to follow Emacs
15811         conventions.
15812         (js-insert-and-indent): Delete function.
15813         (js-mode-map): Don't bind keys to js-insert-and-indent.
15814         (js-beginning-of-defun): Rename from js--beginning-of-defun.
15815         (js-end-of-defun): Rename from js--end-of-defun.
15816         (js-auto-indent-flag): Delete variable.
15818 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
15820         * progmodes/js.el: Remove proclaim statement.
15821         Defvar which-func-imenu-joiner-function to silence compiler.
15823         * files.el (auto-mode-alist): Use js-mode for .js files.
15825         * progmodes/js2-mode.el: Remove file.
15827         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15829         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15831         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15833 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
15834             Karl Landstrom  <karl.landstrom@brgeight.se>
15836         * progmodes/js.el: New file.
15838 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
15840         * timezone.el (timezone-parse-date): Add ability to understand ISO
15841         basic format (minimal separators) dates in addition to the
15842         already-supported extended format dates.
15844 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
15846         * international/ucs-normalize.el: Add a `coding' file variable.
15848         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15850 2009-08-14  Sam Steingold  <sds@gnu.org>
15852         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15854 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
15856         * faces.el (help-argument-name): Define it here instead of
15857         help-fns.el, because in daemon mode help-fns.el may be loaded when
15858         faces are still uninitialized (Bug#1078).
15860         * help-fns.el (help-argument-name): Move defface to faces.el.
15862 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
15864         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15865         create buffer with a pty but no process so that GDB can make the
15866         inferior the controlling process.
15868 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
15870         * international/ucs-normalize.el: New file.
15872 2009-08-13  Richard Stallman  <rms@gnu.org>
15874         * mail/rmail.el (rmail-get-attr-names):
15875         Accept an attribute header that is too short.
15877         * mail/rmail.el (rmail-forget-messages):
15878         Ignore nil elt in rmail-message-vector.  Use dotimes.
15880         * progmodes/compile.el (compilation-goto-locus):
15881         Use next-error-move-function.
15883         * simple.el (next-error-move-function): New variable.
15885 2009-08-12  Juri Linkov  <juri@jurta.org>
15887         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15888         always non-nil.  (Bug#4052)
15890         * replace.el (read-regexp): Return empty string when
15891         `default-value' is nil.
15892         (keep-lines-read-args): Don't use empty string as the
15893         default value for `read-regexp'.  (Bug#2495)
15895 2009-08-12  Juri Linkov  <juri@jurta.org>
15897         * international/mule-cmds.el (ucs-insert): Change arguments
15898         from `arg' to `character', `count', `inherit' to be the same
15899         as in `insert-char'.  Doc fix.  (Bug#4039)
15901         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15903 2009-08-12  Juri Linkov  <juri@jurta.org>
15905         * files-x.el: New file.
15907         * files.el: Move code that deals with adding/deleting
15908         file/directory-local variables to files-x.el.
15910         * Makefile.in (ELCFILES): Add files-x.elc.
15912 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
15914         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15915         to use `goto-line'.
15916         (gdb-place-breakpoints, gdb-get-location): Rewritten without
15917         `goto-line'.
15918         (gdb-invalidate-disassembly): Do not refresh upon receiving
15919         'update signal.  Instead, update all disassembly buffers only after
15920         threads list.
15921         (gdb): Send -target-detach when buffer is killed (Bug#3794).
15922         (gdb-starting): Moved -data-list-register-names...
15923         (gdb-stopped): ...here so it's sent when first thread stops.
15924         (gdb-registers-handler-custom): Do nothing if register names are
15925         unknown yet.
15927         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15928         from `gdb-mi.el' to avoid extra tangling.
15930         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15931         change which breaks `gud-def' definitions used in `gdb'.
15932         (gdb-update-gud-running): No extra fuss for updating frame number.
15934 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15936         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15937         (describe-language-environment-map, setup-language-environment-map)
15938         (set-coding-system-map): Move initialization into declaration.
15939         (set-language-info-alist): Last arg to define-key-after can be skipped.
15941         * international/quail.el (quail-completion-1): Simplify.
15942         (quail-define-rules): Use slightly more compact code.
15943         (quail-insert-decode-map): Propertize keys, compact columns.
15945         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15946         Add goto-line.
15948 2009-08-10  Miles Bader  <miles@gnu.org>
15950         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15951         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15952         (js2-instance-member, js2-private-member, js2-private-function-call)
15953         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15954         (js2-magic-paren, js2-external-variable):
15955         Remove "-face" suffix from face names.
15956         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15957         (js2-highlight-undeclared-vars, js2-peek-token)
15958         (js2-parse-function-params, js2-mode-show-errors)
15959         (js2-mode-show-warnings, js2-make-magic-delimiter)
15960         (js2-mode-highlight-magic-parens): Update to use new face names.
15962 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15964         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15965         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15967 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15969         * subr.el: Provide hashtable-print-readable.
15971         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15972         hs-c-like-adjust-block-beginning.
15973         (hs-hide-block-at-point): Stop hiding at the beginning of
15974         hs-block-end-regexp (Bug#700).
15976 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15978         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15979         a macro.
15980         (gdb-registers-handler-custom): Do not fail when register names
15981         are unavailable.
15983 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15985         * progmodes/gdb-mi.el (gdb-control-all-threads)
15986         (gdb-control-current-thread): Interactive setters for
15987         `gdb-gud-control-all-threads' to use in menu.
15988         (gdb-show-run-p): Show «Go» when process is not active.
15989         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15990         gud/thread.xpm and gud/all.xpm.
15992 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15994         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15995         (nslookup-font-lock-keywords): Make it a variable.
15996         (net-utils-mode): New mode for viewing diagnostic network output.
15997         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15998         (net-utils-run-simple): New function.
15999         (ifconfig, iwconfig, netstat, arp, route): Use it.
16001 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
16003         * progmodes/gdb-mi.el (gdb-read-memory-custom)
16004         (gdb-memory-set-address, def-gdb-set-positive-number)
16005         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
16006         after changing settings.
16007         (gdb-invalidate-disassembly): Update when first shown.
16008         (gdb-edit-locals-value): Fixed.
16009         (gdb-registers-handler-custom): Print registers in right order and
16010         allow changing register values (only for current thread yet).
16011         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
16012         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
16013         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
16014         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
16015         info in mode name.
16016         (gdb-registers-mode-map): TAB to switch to locals.
16018 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
16020         * mail/rmail.el (rmail-add-mbox-headers)
16021         (rmail-set-message-counters-counter): Search for
16022         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
16024 2009-08-08  Glenn Morris  <rgm@gnu.org>
16026         * Makefile.in (ELCFILES): Update.
16028 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
16030         * mail/sendmail.el (mail-yank-original): Set
16031         buffer-file-coding-system from the one used by the message whose
16032         text is yanked.
16034         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
16035         to "windows" when "pgnuplot" is used.
16036         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
16037         call accept-process-output if "pgnuplot" is used.
16038         (calc-graph-init): Don't send -display and -geometry to
16039         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
16040         running "pgnuplot -V" with shell-command-to-string.
16042         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
16043         the default.
16045 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
16047         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
16048         org/org-latex.elc.
16050 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
16052         * vc-dispatcher.el (vc-resynch-window): Update comment.
16054         * term.el (term-handle-ansi-escape): Add comments with the
16055         terminfo capabilities implemented.
16057 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
16059         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
16060         (gdb-var-create-handler): Rewritten using JSON parser.
16061         (gdb-propertize-header): Moved earlier.
16062         (gdb-set-header): Removed to avoid duplication.
16063         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
16064         Refresh disassembly buffers only after threads list have been
16065         update.
16066         (gdb-threads-header, gdb-registers-header): Per-buffer header line
16067         variables.
16069 2009-08-04  Juri Linkov  <juri@jurta.org>
16071         * files.el: Commands to add/delete file/directory-local variables.
16072         (read-file-local-variable, read-file-local-variable-value)
16073         (read-file-local-variable-mode, modify-file-local-variable)
16074         (modify-file-local-variable-prop-line)
16075         (modify-dir-local-variable): New functions.
16076         (add-file-local-variable, delete-file-local-variable)
16077         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
16078         (add-dir-local-variable, delete-dir-local-variable)
16079         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
16080         (copy-dir-locals-to-file-locals-prop-line): New commands.
16082 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
16084         * abbrev.el (insert-abbrev-table-description): Prettify output.
16085         Suggested by Karl Chen.
16087 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
16089         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
16090         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
16091         (gdb-overlay-arrow-position, gdb-thread-position)
16092         (gdb-disassembly-position): Declare variables.
16093         (gdb-wait-for-pending): Function now.
16094         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
16095         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
16096         compilation goes smoothly.
16097         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
16098         (gdb-non-stop-setting): New customization setting which replaces
16099         `gdb-non-stop' so changing it doesn't break active GDB session.
16100         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
16101         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
16102         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
16103         (gdb-show-threads-by-default): New customization options.
16104         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
16105         routines.
16106         (gdb-get-buffer-create): Send buffers update signal when they are
16107         created.
16108         (gdb-invalidate-locals, gdb-invalidate-registers)
16109         (gdb-invalidate-breakpoints)
16110         (gdb-invalidate-threads, gdb-invalidate-disassembly)
16111         (gdb-invalidate-memory): Accept update signal.
16112         (gdb-current-context-command): Use --frame option.
16113         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
16114         Implement `gdb-frame-number' selection logic.
16115         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
16116         whether to show GUD toolbar buttons.
16117         (gdb-thread-exited): Unselect current thread when it exits.
16118         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
16119         (gdb-mark-line): Routine which sets overlay arrow or inverses
16120         video on fringeless displays.
16121         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
16122         to build aligned columns of data in GDB buffers and set text
16123         properties line-by-line.
16124         (gdb-invalidate-breakpoints)
16125         (gdb-breakpoints-list-handler-custom)
16126         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
16127         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
16128         (gdb-registers-handler-custom): Align data columns.
16129         (gdb-locals-handler-custom): Now prints data like in variable
16130         declarations.
16131         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
16132         Removed confusing buttons.
16133         (gdb-invalidate-threads): Append --frame.
16134         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
16135         between breakpoints/threads buffers.
16136         (gdb-set-window-buffer): Now can ignore dedicated windows.
16137         (gdb-propertize-header): Use `gdb-set-window-buffer'.
16138         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16139         (def-gdb-thread-buffer-gud-command): Replaces
16140         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16141         for fine thread control.
16142         (gdb-preempt-existing-or-display-buffer): New function used to
16143         display bound buffers without breaking window layout.
16144         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16145         (gdb-select-frame): New version of `gdb-frames-select' which now
16146         sets `gdb-frame-number' so commands may use --frame option instead
16147         of inner debugger state.
16148         (gdb-frame-handler): Do not set `gdb-frame-number'.
16149         (gdb-threads-mode-map): Select threads with mouse.
16151         * progmodes/gud.el (gdb-gud-context-call): Declare function to
16152         avoid compilation warning.
16153         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16154         `gdb-show-stop-p`.
16156         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16157         Argument `key' renamed to `buffer-type'.
16158         (gdb-current-context-buffer-name): Do not add thread info to
16159         buffer name when no thread is selected.
16160         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16161         command (bug 3794).
16162         (gdb-thread-selected): Handle `=thread-selected' notification.
16163         (gdb-wait-for-pending): New macro to deal with congestion problems.
16164         (gdb-breakpoints-list-handler-custom): Don't fail on pending
16165         breakpoints.
16166         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16167         This fixes problem similar to one described in bug 3947.
16168         (gud-menu-map): More menu items.
16169         (gdb-init-1): Reset `gdb-thread-number' to nil.
16171         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16172         non-stop settings.
16174         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16175         (gdb-current-context-command): Do not append --thread if
16176         `gdb-thread-number' is nil.
16177         (gdb-running-threads-count, gdb-stopped-threads-count): New
16178         variables.
16179         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16180         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16181         customization options.
16182         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16183         GUD commands.
16184         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
16185         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16186         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16187         set `gdb-thread-number' and update `gud-running' properly.
16188         (gdb-running): Update threads list when new threads appear.
16189         (gdb-stopped): Support non-stop operation and new thread switching
16190         logic.
16191         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16192         (gdb-json-partial-output): New set of JSON routines.
16193         (def-gdb-auto-update-trigger): New `signal-list' optional
16194         argument.
16195         (gdb-thread-list-handler-custom): Update `gud-running',
16196         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16197         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16198         (gdb-continue-thread, gdb-step-thread): New commands for fine
16199         thread execution control.
16200         (gud-menu-map): New menu items to switch non-stop options.
16201         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16202         (gdb-send): Mimic RET properly (bug 3794).
16204         * progmodes/gdb-mi.el (gdb-rules-name-maker)
16205         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16206         gdb-buffer-rules.
16207         (def-gdb-auto-update-handler): New nopreserve optional argument.
16208         (gdb-stack-list-frames-custom): Print stack from top to bottom.
16210         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16211         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16212         (gdb-parent-mode): New mode to derive other GDB modes from.
16213         (gdb-display-disassembly-for-thread)
16214         (gdb-frame-disassembly-for-thread): New commands for threads
16215         buffer.
16217         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16218         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16219         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16220         (gdb-update): We now store all GDB buffers in a list so that they
16221         can be updated by traversing a list instead of calling invalidate
16222         triggers explicitly.
16223         (def-gdb-trigger-and-handler): New macro to define trigger-handler
16224         pair for GDB buffer.
16225         (gdb-stack-buffer-name): Add thread information.
16226         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16227         handle pending triggers.
16228         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16229         (def-gdb-thread-buffer-simple-command)
16230         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16231         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16232         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16233         New commands which show buffers bound to thread.
16234         (gdb-stack-list-locals-regexp): Removed unused regexp.
16236         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16237         (gdb-locals-buffer-name, gdb-registers-buffer-name)
16238         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16239         to (gud-comint-buffer) in *-buffer-name functions
16240         because (gdb-get-target-string) already does that.
16241         (gdb-locals-handler-custom, gdb-registers-handler-custom)
16242         (gdb-changed-registers-handler): Rewritten without regexps.
16244         * progmodes/gdb-mi.el: Basic thread selection support.
16245         (gdb-thread-number): New variable.
16246         (gdb-current-context-command): New macro which adds --thread
16247         option to command.
16248         (gdb-threads-mode-map): Select thread with SPC.
16249         (gdb-thread-list-handler-custom): Mark current thread with overlay
16250         arrow.  Synchronize GDB thread and Emacs thread.
16251         (gdb-select-thread): New command which selects current thread.
16252         (gdb-invalidate-frames, gdb-invalidate-locals)
16253         (gdb-invalidate-registers): Use --thread option.
16255 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
16257         * net/tramp.el (top): Make check for tramp-gvfs loading more
16258         robust.  (Bug#3977)
16259         (tramp-handle-insert-file-contents): `unwind-protect' must be
16260         inside `with-parsed-tramp-file-name'.
16262         * net/tramp-gvfs.el (top): Remove superfluous message when loading
16263         fails.
16265 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
16267         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16268         directory if CLASSPATH is not set.
16270 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
16272         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16273         New defconst.
16274         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
16276 2009-08-02  Kevin Ryde  <user42@zip.com.au>
16278         * net/newst-backend.el (newsticker--raw-url-list-defaults):
16279         Update freshmeat link.  Delete newsforge.com as it seems gone.
16281 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16283         * select.el (x-set-selection): Doc fix (Bug#4021).
16285         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16287         * help-fns.el (describe-variable): Treat list return values from
16288         dir-locals-find-file properly (Bug#4005).
16290 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
16292         * net/tramp.el (tramp-debug-message): Print also microseconds.
16294 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
16296         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16297         or END is non-nil.
16298         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16299         (tramp-get-debug-buffer): Change `outline-regexp' according to new
16300         format.
16302         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16303         (tramp-get-file-property): Use it.
16305         * autorevert.el (auto-revert-handler): Allow
16306         `auto-revert-tail-mode' for remote files.
16308 2009-08-02  Jason Rumney  <jasonr@gnu.org>
16310         * minibuffer.el (read-file-name): Treat confirm options to
16311         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
16313 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16315         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16316         (font-lock-variable-name-face, font-lock-constant-face): Darken
16317         the colors for light backgrounds.
16319 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
16321         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16322         month names.  (Bug#3987)
16324 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
16326         * simple.el (line-move-finish): Pass whole number to
16327         line-move-to-column.
16328         (line-move-visual): Perform hscroll to the recorded position.
16330 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
16332         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16334 2009-07-29  Alan Mackenzie  <acm@muc.de>
16336         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16338 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
16340         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16341         (gdb-place-breakpoints): Use full path when setting breakpoints.
16343 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
16345         * calc/calc.el (calc-mode-map): Add keybinding for
16346         `calc-transpose-lines'.
16348 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
16350         * calc/calc-misc.el (calc-transpose-lines): New function.
16352 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
16354         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16355         Simplify check for out-of-band methods.
16356         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16357         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
16359 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16361         * vc-git.el (vc-git-checkin): Fix typo.
16363 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
16365         * progmodes/js2-mode.el: New file.
16367 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
16369         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16370         (gud-menu-map): Adjust tooltip accordingly.
16372 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16374         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16375         (vc-bzr-log-view-mode): Adjust log-view-file-re.
16377         * add-log.el (change-log-mode-map): Add a menu.
16379 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
16381         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16382         function returns nil.
16383         (dbus-handle-event): Handle special return value :ignore.
16384         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16386 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
16388         * view.el (view-mode-enable): Don't define Helper-return-blurb if
16389         it's not needed.
16391 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
16393         Fix Bug#3888:
16395         * w32-vars.el (x-select-enable-clipboard): Doc fix.
16397         * term/pc-win.el (x-display-name, x-colors)
16398         (x-select-enable-clipboard, x-select-text): Doc fix.
16400         * term/common-win.el (x-display-name, x-colors): Doc fix.
16402         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16403         (xw-defined-colors): Doc fix.
16405         * w32-fns.el (x-select-text, x-setup-function-keys)
16406         (x-get-selection, x-set-selection): Doc fix.
16408         * term/x-win.el (x-select-text, x-setup-function-keys)
16409         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16411         * select.el (x-set-selection): Doc fix.
16413 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
16415         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16416         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
16417         "IsNSSSupportAvailable" method is not available.  Reported by
16418         Steve Youngs <steve@sxemacs.org>.
16420 2009-07-24  Kenichi Handa  <handa@m17n.org>
16422         * international/characters.el: Fix setting of category ?C, ?|, ?K,
16423         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
16424         (build-unicode-category-table): Fix range checks.
16426 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16428         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16429         the buffer we try to sync is current when calling
16430         vc-resynch-buffer.
16432         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16433         not show up to date files.
16435 2009-07-24  Glenn Morris  <rgm@gnu.org>
16437         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16438         Add autoload cookies.  If necessary, initialize.
16439         (elint-log): Handle non-file buffers.
16440         (elint-initialize): Add optional argument to reinitialize.
16441         (elint-find-builtin-variables): Save excursion.
16443 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16445         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16446         for Lint.
16448 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16450         * vc.el (vc-print-log-internal): New function, split out from ...
16451         (vc-print-log): ... here.
16452         (vc-dir-move-to-goal-column): Declare.
16454         * vc-git.el (vc-git-add-signoff): New variable.
16455         (vc-git-checkin): Use it.
16456         (vc-git-toggle-signoff): New function.
16457         (vc-git-extra-menu-map): Bind it to menu.
16458         (vc-git--run-command-string): Accept a nil FILE argument.
16459         (vc-git-stash-list): New function.
16460         (vc-git-dir-extra-headers): Use it.
16462 2009-07-23  Glenn Morris  <rgm@gnu.org>
16464         * help-fns.el (describe-variable): Describe ignored and risky local
16465         variables in a similar way to that in which we describe safe ones.
16467         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16468         (byte-compile-output-file-form, byte-compile-output-docform)
16469         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16470         Give some more local variables with common names a "bytecomp-" prefix,
16471         so as not to shadow things during compilation.
16472         * emacs-lisp/cl-macs.el (load-time-value)
16473         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16474         `outbuffer' to `bytecomp-outbuffer'.
16476         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16477         since the next two variables cover them automatically now.
16478         (elint-builtin-variables, elint-autoloaded-variables): New.
16479         (elint-unknown-builtin-args): Remove all members, since they can be
16480         parsed automatically now.
16481         (elint-extra-errors): New.
16482         (elint-env-add-env, elint-env-add-macro): Use cadr.
16483         (elint-current-buffer): Use or.  Change final message.
16484         (elint-get-top-forms): Use line-end-position.
16485         (elint-init-env): Use cadr.  Handle autoload, declare-function,
16486         and defalias.
16487         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
16488         (regexp-assoc): Remove unused function.
16489         (elint-top-form): Set elint-current-pos, to record the start of the
16490         top-level form, for compilation-mode.
16491         (elint-form): Trap errors in macro expansion.  Use dolist.
16492         (elint-unbound-variable): Use elint-builtin-variables and
16493         elint-autoloaded-variables.
16494         (elint-get-args): Use cadr, or.
16495         (elint-check-cond-form): Use dolist, cadr.
16496         (elint-check-condition-case-form): Doc fix.  Use cadr.
16497         Use elint-extra-errors.
16498         (elint-log): New function.
16499         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16500         Distinguish errors and warnings.
16501         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
16502         Use a bytecomp-style format.
16503         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
16504         (elint-get-log-buffer): Use compilation mode.  Disable undo.
16505         Don't truncate lines.
16506         (elint-initialize): Set builtin and autoloaded variable lists.
16507         Only process elint-unknown-builtin-args if non-nil.
16508         (elint-find-builtin-variables, elint-find-autoloaded-variables):
16509         New functions.
16510         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
16512 2009-07-22  Kevin Ryde  <user42@zip.com.au>
16514         * net/newst-backend.el (newsticker--parse-atom-1.0)
16515         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16516         (newsticker--parse-rss-1.0):
16517         * progmodes/idlwave.el (idlwave-mode):
16518         * progmodes/idlw-shell.el (idlwave-shell-mode):
16519         * progmodes/vera-mode.el (vera-mode):
16520         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16521         * progmodes/vhdl-mode.el (vhdl-mode):
16522         * textmodes/table.el (table-generate-source)
16523         (table--warn-incompatibility):
16524         Hyperlink urls in docstrings with URL `...'.
16526 2009-07-22  Glenn Morris  <rgm@gnu.org>
16528         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16529         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16530         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16531         Remove leading * from defcustom docs.
16533         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
16535         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16536         defcustom doc.
16537         (list-load-path-shadows): Optionally, just return shadows as a string.
16539         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16541 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
16543         * mail/rmailedit.el (rmail-edit-mode): Use
16544         auto-save-include-big-deletions.
16546         * mail/rmail.el (rmail-variables): Use
16547         auto-save-include-big-deletions.
16549         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16550         changes.
16552 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
16554         * calc/calc.el (calc-undo-length): New variable.
16555         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16557 2009-07-21  Richard Stallman  <rms@gnu.org>
16559         * files.el (auto-save-mode): Handle buffer-save-size = -2
16560         for toggling mode.
16562 2009-07-21  Glenn Morris  <rgm@gnu.org>
16564         * textmodes/ispell.el (ispell-looking-back): Update declaration.
16566         * calendar/todo-mode.el (calendar-current-date): Update declaration.
16568         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16569         silence compiler.  Instead...
16570         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16571         (ps-print-ensure-fontified): Update for above function name changes.
16573         * printing.el (pr-mh-get-msg-num, pr-mh-show)
16574         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16575         silence compiler.  Instead...
16576         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16577         (mh-show-buffer): Only define for compiler.
16578         (pr-mh-current-message): Update for above function name changes.
16580         * files.el (abort-if-file-too-large): Explicitly pass `filename'
16581         as an argument.
16582         (find-file-noselect, insert-file-1): Update for above change.
16584         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16586         * mail/mailclient.el (mailclient-send-it): Fix message.
16588         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16589         (edebug-eval): Check cl-debug-env is bound.
16590         (print-level, print-circle): Don't redefine built-in variables.
16592         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16593         (custom-print-vectors): Remove old comments from doc.
16595         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16596         (emerge-version): Make the variable an obsolete alias for the
16597         emacs-version variable.  Make the function obsolete.
16598         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16599         Emerge options, rather than merging in into the main Options menu.
16600         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
16601         and auto advance modes.  Disable edit/fast items when not relevant.
16603 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16605         * term/vt420.el (terminal-init-vt420): Fix typo.
16607 2009-07-20  Sam Steingold  <sds@gnu.org>
16609         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16610         variable (removed from compile.el on 2004-03-11).
16612 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
16614         * files.el (hack-local-variables-filter): Fix last change.
16616 2009-07-19  Juri Linkov  <juri@jurta.org>
16618         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16619         (dir-local-variables-alist): New buffer-local variable.
16620         (hack-local-variables-filter): If variable is not dir-local,
16621         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16622         because file-local overrides dir-local.
16623         (c-postprocess-file-styles) <declare-function>:
16624         Remove obsolete declaration.
16625         (hack-dir-local-variables): Add dir-local variable/value pair to
16626         `dir-local-variables-alist' and remove duplicates.  Doc fix.
16628         * help-fns.el (describe-variable): Add information about
16629         file-local and dir-local variables.
16631 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
16633         * files.el (hack-local-variables-filter): Rewrite.
16635 2009-07-19  Glenn Morris  <rgm@gnu.org>
16637         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16638         Silence compiler by only defining on XEmacs.
16640         * international/mule.el (auto-coding-regexp-alist): Only match
16641         BABYL... at the start of buffer, not of lines.  (Bug#3790)
16643         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16644         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
16645         (cal-menu-context-mouse-menu): Doc fix.
16647         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16649         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
16651 2009-07-18  Juri Linkov  <juri@jurta.org>
16653         * info.el: Virtual Info keyword finder.
16654         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16655         (Info-finder-file): New variable.
16656         (Info-finder-find-file): New function.
16657         (finder-known-keywords, finder-package-info)
16658         (find-library-name, lm-commentary): Use defvar and
16659         declare-function to silence compiler warnings.
16660         (Info-finder-find-node): New function.
16661         (info-finder): New command.
16663         * subr.el (process-kill-buffer-query-function): New function.
16664         (add-hook)<kill-buffer-query-functions>: Add hook
16665         `process-kill-buffer-query-function'.
16667 2009-07-18  Alan Mackenzie  <acm@muc.de>
16669         * progmodes/cc-mode.el (c-before-hack-hook)
16670         (c-postprocess-file-styles): Give invocation of `c-set-style'
16671         DONT-OVERRIDE parameter of t.  Already set style variables will
16672         thus not be overridden by style settings given by `c-file-syle'.
16674         * files.el (hack-local-variables-filter): Remove entries with
16675         duplicate keys from `file-local-variables-alist'.
16677 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16679         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16680         x-set-selection if display-selections-p returns nil for the
16681         current frame.
16683 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
16685         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16687 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16689         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16690         Accept nil in addition to a regexp.
16691         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16692         Accept nil in addition to a regexp.
16693         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16694         buffers that have an associated file.  Handle nil values of
16695         desktop-buffers-not-to-save and desktop-files-not-to-save.
16696         (Bug#3833)
16698         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16699         (x-disown-selection-internal): New functions.
16701 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
16703         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16704         warning.
16705         (gdb-breakpoints-header): Move forward to avoid compiler warning.
16706         (gdb-make-header-line-mouse-map): Remove duplicate definition.
16708 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
16710         * simple.el (set-mark): Revert last change.
16712 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
16714         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16715         rendering of pngs is not possible instead of messaging a long
16716         description.
16718 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
16720         * w32-fns.el (x-selection-owner-p): New function.
16722         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16723         (mouse-yank-at-click, mouse-yank-primary): If
16724         select-active-regions is non-nil, deactivate the mark before
16725         insertion.
16727         * simple.el (deactivate-mark, set-mark): Only save selection if we
16728         own it.
16730 2009-07-17  Kenichi Handa  <handa@m17n.org>
16732         * case-table.el (describe-buffer-case-table): Fix for the case
16733         that KEY is a cons.
16735 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16737         * vc-rcs.el (vc-rcs-find-file-hook):
16738         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16740 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
16742         * net/tramp.el (tramp-wait-for-output): Handle the case when
16743         commands do not return a newline but a null byte before the shell
16744         prompt.  (Bug#3858)
16746 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16748         * term/ns-win.el (ns-set-alpha): Don't declare.
16749         (ns-set-background-alpha): Remove function.
16751 2009-07-16  Kevin Ryde  <user42@zip.com.au>
16753         * emacs-lisp/copyright.el (copyright-update): Save match-data across
16754         y-or-n-p, for safety.
16756 2009-07-16  Richard Stallman  <rms@gnu.org>
16758         * files.el (auto-save-mode): If buffer-saved-size is -2,
16759         don't clobber it.
16761         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16762         (rmail-retry-ignored-headers): Add more uninteresting fields.
16764 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
16766         * net/rcirc.el (rcirc): Use history variables.
16767         (rcirc-server-name-history, rcirc-nick-name-history)
16768         (rcirc-server-port-history): New variables.
16770 2009-07-15  Kenichi Handa  <handa@m17n.org>
16772         * international/mule-cmds.el (set-language-environment-charset):
16773         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16774         ignore them.
16776         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16777         Delete unibyte-display.
16779 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16781         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16783 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16785         * simple.el (deactivate-mark): Optional argument FORCE.
16786         (set-mark): Use deactivate-mark.
16788         * info.el (Info-search): No need to check transient-mark-mode
16789         before calling deactivate-mark.
16791         * select.el (x-set-selection): Doc fix.
16792         (x-valid-simple-selection-p): Allow buffer values.
16793         (xselect--selection-bounds): Handle buffer values.  Suggested by
16794         David De La Harpe Golden.
16796         * mouse.el (mouse-set-region, mouse-drag-track): Call
16797         copy-region-as-kill before setting the mark, to let
16798         select-active-regions work.
16800 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
16802         * simple.el (deactivate-mark): If select-active-regions is
16803         non-nil, copy the selection data into a string.
16804         (activate-mark): If select-active-regions is non-nil, set the
16805         selection to the current buffer.
16806         (set-mark): Update selection if select-active-regions is non-nil.
16808         * select.el (x-valid-simple-selection-p): Allow buffer values.
16810 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16812         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16813         and more featureful message-mode.
16815 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
16817         * select.el (x-set-selection): Doc fix.
16818         (x-valid-simple-selection-p): Disallow selection data consisting
16819         of a list or cons of integers, since that is not used.
16820         (xselect--selection-bounds, xselect--int-to-cons): New functions.
16821         (xselect-convert-to-string, xselect-convert-to-length)
16822         (xselect-convert-to-filename, xselect-convert-to-charpos)
16823         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16825 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
16827         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16828         output in -break-info command (Emacs bug #3794).
16830 2009-07-14  Glenn Morris  <rgm@gnu.org>
16832         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16833         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16834         (edebug-print-length, edebug-print-level, edebug-print-circle)
16835         (edebug-sit-for-seconds, edebug-view-outside)
16836         (edebug-bounce-point, edebug-set-global-break-condition)
16837         (edebug-Go-nonstop-mode, edebug-trace-mode)
16838         (edebug-Trace-fast-mode, edebug-continue-mode)
16839         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16840         (edebug-visit-eval-list): Doc fixes.
16842         * subr.el (def-edebug-spec): Doc fix.
16844 2009-07-14  Kenichi Handa  <handa@m17n.org>
16846         * international/characters.el: Fix setting of category ?C.
16848 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
16850         * term/ns-win.el (x-select-font): defalias x-select-font to
16851         ns-popup-font-panel instead of generate-fontset-menu.
16853 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
16855         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
16857 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
16859         * arc-mode.el (archive-find-type): Allow for a PK00 string before
16860         the PK\003\004 header (Bug#3770).
16862 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
16864         * pcomplete.el (pcomplete-comint-setup): Check for
16865         shell-dynamic-complete-filename too.
16867 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
16869         * simple.el (temporary-goal-column): Change the value for
16870         line-move-visual to a cons cell.
16871         (line-move-visual): Record or set the window hscroll, if
16872         necessary (Bug#3494).
16873         (line-move-1): Handle cons value of temporary-goal-column.
16875 2009-07-11  Kenichi Handa  <handa@m17n.org>
16877         * international/mule-diag.el (describe-character-set): Don't show
16878         width.
16880 2009-07-10  Sam Steingold  <sds@gnu.org>
16882         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16883         Omake sometimes indents the errors it prints, so allow all
16884         regexps to start with spaces.
16886 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
16888         * cus-edit.el (customize-changed-options-previous-release):
16889         Bump value to 22.1.  (Bug#3804)
16891 2009-07-08  Sam Steingold  <sds@gnu.org>
16893         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16894         to be a cons cell (test . ignored-directory) to selectively ignore
16895         some directories depending on the location of the search.
16897 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
16899         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16900         remote user is root, on the local host.
16901         (tramp-local-host-p): Either the local user or the remote user
16902         must be root.  (Bug#3771)
16904 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16906         * progmodes/gdb-mi.el (gdb): Remove description of
16907         gdb-use-separate-io-buffer.
16908         (menu): Don't allow toggling of or enable
16909         gdb-use-separate-io-buffer from menubar.
16911 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16913         * mail/unrmail.el (unrmail): Make sure the message ends with two
16914         newlines (Bug#3769).
16916 2009-07-08  Glenn Morris  <rgm@gnu.org>
16918         * calendar/calendar.el (calendar-current-date): Rework previous change.
16920 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
16922         * calendar/calendar.el (calendar-current-date):
16923         Add an optional argument giving an offset from today.
16925 2009-07-08  Glenn Morris  <rgm@gnu.org>
16927         * tutorial.el (tutorial--describe-nonstandard-key):
16928         Adjust the message for when a key has been unbound.
16929         (help-with-tutorial): Hide the arch-tag.
16931 2009-07-08  Kenichi Handa  <handa@m17n.org>
16933         * international/fontset.el (setup-default-fontset): For each
16934         script, append (not set) font-specs.
16936         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16937         docstring.
16939 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16941         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16942         -data-list-register-names to ...
16943         (gdb-starting): ... here because GDB 7.0 requires execution to
16944         have started when using this MI command.
16945         (gdb-set-header): New function to distinguish select and
16946         unselected tabs in gdb buffers.
16947         (gdb-propertize-header): New macro that uses gdb-set-header.
16948         (gdb-breakpoints-header, gdb-locals-header): Use it.
16949         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16951 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16953         * Makefile.in (ELCFILES): Remove fadr.elc.
16955 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16957         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16958         may contain frame information, so `string-match' should be used.
16959         (gdb-update): Disassembly is invalidated through
16960         `gdb-get-selected-frame'.
16961         (gdb-pad-string): New function to pad string with spaces.
16962         (gdb-invalidate-disassembly): Invalidate only if the buffer
16963         exists.
16964         (gdb-disassembly-handler-custom): Column alignment.
16965         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16966         placing new ones.
16967         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16968         end of line, too.
16969         (gdb-frame-handler): Match convention to for disassembly buffer
16970         mode name.
16971         (gdb-stack-list-frames-handler): Rewritten without regexps.
16972         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16973         not highlight breakpoints without line information.
16974         (gdb-input): Add trailing newline to command.
16976         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16977         buffer properly.
16978         (gdb-breakpoints-list-handler-custom): Replacement for
16979         `gdb-break-list-handler'.  Using real parser instead of regexps
16980         now.
16981         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16982         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16983         to place breakpoints.
16984         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16985         functions.
16986         (gdb-disassembly-handler-custom): Show overlay arrow.
16987         (gdb-disassembly-place-breakpoints): Show breakpoints in
16988         disassembly buffer.
16989         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16990         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16991         instead of parsing breakpoints buffer.  Fixed old menu references
16992         in `gud-menu-map'.
16994         * fadr.el: Remove.
16996         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16997         (gdb-memory-address): New variable which holds top address of
16998         memory page shown in memory buffer.
16999         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
17000         customization variables.
17001         New functions:
17002         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
17003         display the memory buffer.
17004         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
17005         buffer display parameters.
17006         (def-gdb-memory-format, gdb-memory-format-binary)
17007         (gdb-memory-format-octal, gdb-memory-format-unsigned)
17008         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
17009         Functions for setting memory buffer format.
17010         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17011         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
17012         unit size used in memory buffer.
17013         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
17014         to next/previous page of memory buffer.
17015         Now using (bindat-get-field) instead of fadr functions.
17017 2009-07-07  Sam Steingold  <sds@gnu.org>
17019         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
17020         non-top-level files.
17022 2009-07-07  Kenichi Handa  <handa@m17n.org>
17024         * international/mule-cmds.el (reset-language-environment): Put
17025         the highset priority to the charset iso-8859-1.
17027 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
17029         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
17030         to the end of the line when locating the block (Bug#700).
17032 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
17034         * net/tramp.el (tramp-handle-write-region): Flush file properties
17035         in case of short track.
17037 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
17039         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
17040         Coded custom representation of verilog error regular expressions
17041         to work with Emacs-22's new format.
17042         (verilog-error-regexp-xemacs-alist): Coded custom representation
17043         of verilog error regular expressions to work with XEmacs format.
17044         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
17045         error recognition into XEmacs.
17046         (verilog-error-regexp-add-emacs): Hook routine to install verilog
17047         error recognition into Emacs-22.
17049 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
17051         * woman.el: Remove stand-alone closing parentheses.
17052         (woman-file-name, woman2-format-paragraphs)
17053         (woman-leave-blank-lines): Code cleanup.
17054         (woman-use-own-frame): Change default to nil.
17055         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
17056         defaults to inherit from default faces.
17057         (woman2-process-escapes): Consume the newline after a stand-alone
17058         filler character (Bug#3651).
17060 2009-07-06  Glenn Morris  <rgm@gnu.org>
17062         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
17063         (top-level): Move provide to the end.
17064         (ffap): Remove defunct URL from custom group.
17066         * subr.el (eval-after-load): Doc fix.
17068 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
17070         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
17071         `calc-embedded-word' is called twice.
17073 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17075         * files.el (find-alternate-file-other-window, find-alternate-file):
17076         Obey confirm-nonexistent-file-or-buffer.
17078 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
17080         * dired-aux.el (dired-show-file-type): Handle remote files.
17082 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
17084         * desktop.el (desktop-globals-to-save):
17085         Add file-name-history (Bug#2750).
17087 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
17089         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
17091 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
17093         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
17094         property on entire argument since this is what eshell-lisp-command
17095         expects.
17097 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
17099         * net/tramp-gvfs.el (tramp-gvfs-methods)
17100         (tramp-gvfs-zeroconf-domain)
17101         (tramp-bluez-discover-devices-timeout): Add version flag.
17102         (tramp-gvfs-handler-mounted-unmounted)
17103         (tramp-gvfs-connection-mounted-p): Polish handling of
17104         incompatibilities between GVFS 0.2 and 1.0.
17106 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
17108         * cus-start.el (all): Add make-pointer-invisible.
17110 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
17112         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
17113         formatted correctly.
17115 2009-07-02  Juri Linkov  <juri@jurta.org>
17117         * info.el: Virtual Info files and nodes.
17118         (Info-virtual-files, Info-virtual-nodes): New variables.
17119         (Info-current-node-virtual): New variable.
17120         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
17121         New functions.
17122         (Info-file-supports-index-cookies): Use Info-virtual-file-p
17123         to check for a virtual file instead of checking a fixed list
17124         of node names.
17125         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17126         instead of ad-hoc processing of "dir" and (apropos history toc).
17127         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
17128         instead of ad-hoc processing of "dir" and (apropos history toc).
17129         Reread a file when moving from a virtual node.
17130         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
17131         (Info-directory-toc-nodes, Info-directory-find-file)
17132         (Info-directory-find-node): New functions.
17133         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
17134         (Info-history): Move part of code to
17135         `Info-history-find-node'.
17136         (Info-history-toc-nodes, Info-history-find-file)
17137         (Info-history-find-node): New functions.
17138         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17139         (Info-toc): Move part of code to `Info-toc-find-node'.
17140         (Info-toc-find-node): New function.
17141         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
17142         the current Info file name to references because now the node
17143         "*TOC*" belongs to the same Info manual.
17144         (Info-toc-build): Rename from `Info-build-toc'.
17145         (Info-toc-nodes): Rename input argument `file' to `filename'.
17146         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17147         instead of ad-hoc processing of ("dir" apropos history toc).
17148         (Info-index-nodes): Use Info-virtual-file-p
17149         to check for a virtual file instead of checking a fixed list
17150         of node names.
17151         (Info-index-node): Add check for `Info-current-node-virtual'.
17152         Raise `save-match-data' higher up the tree to contain
17153         `search-forward' too (bug fix).
17154         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17155         (Info-virtual-index-nodes): New variable.
17156         (Info-virtual-index-find-node, Info-virtual-index): New functions.
17157         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17158         (Info-apropos-file, Info-apropos-nodes): New variables.
17159         (Info-apropos-toc-nodes, Info-apropos-find-file)
17160         (Info-apropos-find-node, Info-apropos-matches): New functions.
17161         (info-apropos): Move part of code to `Info-apropos-find-node' and
17162         `Info-apropos-matches'.
17163         (Info-mode-map): Bind "I" to `Info-virtual-index'.
17164         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17165         for a virtual file instead of checking a fixed list of node names.
17167         * simple.el (async-shell-command): New command.
17169         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17171         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17172         instead of `mount-info'.
17174 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
17176         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
17177         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
17179 2009-07-02  Kenichi Handa  <handa@m17n.org>
17181         * international/mule.el (set-keyboard-coding-system): Force *-unix
17182         coding-system to avoid eol conversion.
17184 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
17186         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17187         Add handler for `process-file', `shell-command' and
17188         `start-file-process'.
17189         (tramp-gvfs-handle-shell-command)
17190         (tramp-gvfs-handle-start-file-process)
17191         (tramp-gvfs-handle-process-file): New defuns.
17192         (tramp-synce-list-devices): Simplify check for existence of property.
17194 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
17196         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17198 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
17200         * language/korean.el (set-language-info-alist): Add korean-cp949,
17201         cp949 to spec.
17203 2009-07-01  Kenichi Handa  <handa@m17n.org>
17205         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17207         * international/encoded-kb.el: Deleted.
17209         * international/mule.el (set-keyboard-coding-system): Perform the
17210         necessary setup here instead of calling encoded-kbd-setup-display.
17212 2009-07-01  Glenn Morris  <rgm@gnu.org>
17214         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17216 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
17218         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
17220 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
17222         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17223         Handle also the 'rename case, when setting file modes.  (Bug#3712)
17224         (tramp-default-file-modes): Remove execute permissions.
17226         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17227         (top): Add a default for "synce" in `tramp-default-user-alist'.
17228         Add completion function for "synce" method.
17229         (tramp-hal-service, tramp-hal-path-manager)
17230         (tramp-hal-interface-manager, tramp-hal-interface-device):
17231         New defconst.
17232         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17233         (tramp-synce-list-devices, tramp-synce-parse-device-names):
17234         New defuns.
17236         * net/trampver.el: Update release number.
17238 2009-06-30  Kenichi Handa  <handa@m17n.org>
17240         * international/fontset.el (setup-default-fontset): Add CJK fonts
17241         for symbols and the other miscellaneous characters.
17243         * language/korea-util.el (setup-korean-environment-internal):
17244         Make char-width-table suitable for Korean environments.
17245         (exit-korean-environment): Cancel above.
17247         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17248         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17249         setup-function to make char-width-table suitable for respective
17250         environments, and an exit-function to cancel that.
17252         * language/japan-util.el (setup-japanese-environment-internal):
17253         Call use-cjk-char-width-table with arg `ja_JP'.
17255         * international/characters.el (cjk-char-width-table): Delete it.
17256         (cjk-char-width-table-list): New variable.
17257         (use-cjk-char-width-table): New arg local-name.
17258         (use-default-char-width-table): Fix for the case that Emacs is
17259         already using the default char-width-table.
17261 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
17263         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17264         modes mandatory.  (Bug#3712)
17266 2009-06-29  Alan Mackenzie  <acm@muc.de>
17268         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17269         correction between the visible width of TABs and their number of bytes.
17271 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
17273         * server.el (server-buffer-done): Prevent kill-buffer from
17274         prompting by clearing the buffer modification flag (Bug#3696).
17276 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
17278         * progmodes/verilog-mode.el (verilog-beg-of-statement)
17279         (verilog-endcomment-reason-re): Support unique case and priority case.
17280         (verilog-basic-complete-re): Support localparam lineup.
17281         (verilog-beg-of-statement-1): Fix for robustness, unique case.
17282         (verilog-set-auto-endcomments): Fix for unique case, always_comb
17283         commenting.
17284         (verilog-leap-to-case-head): Now support *nested* unique &
17285         priority case statements.
17286         (verilog-auto-lineup): Make just declarations the default (as it
17287         had been).
17288         (verilog-leap-to-case-head): Support priority/unique case statements.
17289         (verilog-auto-lineup): Rework to give users radio buttons to
17290         select the various styles of automatic lineup.
17291         (verilog-error-regexp-alist): Rework to support the XEmacs style
17292         of error regular expressions from compilers, lint tools &
17293         simulators.  Note that GNU Emacs has made it impossible for a mode
17294         to load such things.
17295         (electric-verilog-terminate-line, verilog-indent-declaration)
17296         (verilog-auto-wiure): Rework for radio button selection of
17297         auto-lineup selection of specification of auto lineup.
17298         (verilog-beg-of-statement-1): Redesign to support proper operation
17299         in additional code, based on testing with auto-lineup.
17300         (verilog-calculate-indent, assignments & declarations)
17301         (verilog-backward-token): Enhance to support auto-lineup of
17302         assignments & declarations.
17303         (verilog-in-directive-p, verilog-at-struct-p): New function for
17304         easy test of whether we are.
17305         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17306         to support safe execution at almost anyline.
17307         (verilog-calc-1): Properly support indenting deep inside generate
17308         blocks.
17309         (verilog-init-font): Remove definition & use of verilog-init-font,
17310         as it is redundant with font-lock-defaults.
17311         (verilog-mode): Alter the definition of verilog-font-lock-defaults
17312         to avoid circular calls if syntax-ppss is a function (as is the
17313         case now in 22.x GNU Emacs) as that function would sometimes call
17314         itself, leading to (nearly) infinite recursion.
17315         (verilog-ovm-begin-re, verilog-ovm-end-re)
17316         (verilog-ovm-statement-re, verilog-leap-to-head)
17317         (verilog-backward-token): Add support for OVM macros.  Some are
17318         complete statements, and others open and close scopes like begin
17319         and end.
17320         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17321         (verilog-defun-level-generate-only-re): Really fix the defun-list
17322         compilation issue.
17323         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17324         coverpoint, constraint and cross statements.
17325         (verilog-defun-level-list, verilog-generate-defun-level-list)
17326         (verilog-all-defun-level-list): Redo these specifications - it is
17327         too hard to support eval-when compile aggregation of lists also
17328         built at when-compile time.
17329         (verilog-defun-level-list): Place defconsts of variables used in
17330         building regular expressions which are built in eval-when-compile
17331         bodies in the same eval-when-compile body to facilitate compile
17332         without load.
17333         (verilog-beg-block-re-ordered): Support indenting
17334         virtual/protected tasks and functions.
17335         (verilog-defun-level-list, verilog-in-generate-region-p)
17336         (verilog-backward-ws&directives, verilog-calc-1): Speed up
17337         indentation of some module items (generate items).
17338         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17339         across virtual/protected tasks and functions.
17341 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
17343         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17344         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
17345         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17346         in concatenations.  Reported by Yishay Belkind.
17347         (verilog-auto-ascii-enum): Support one-hot state machines in
17348         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
17349         (verilog-auto-inst, verilog-auto-inst-port): Include interface
17350         modport in AUTOINST and add vl-modport for users.  Reported by
17351         David Rogoff.
17352         (verilog-auto-inout-module, verilog-auto-inst)
17353         (verilog-decls-get-interfaces, verilog-insert-definition)
17354         (verilog-insert-one-definition, verilog-read-decls)
17355         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17356         (verilog-sig-modport, verilog-signals-combine-bus)
17357         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17358         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17359         Suggested by David Rogoff.
17360         (verilog-repair-open-comma): Fix non-insertion of comma when
17361         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
17362         (verilog-make-width-expression): Simplify [A-1:0] expression
17363         widths to just {A{1'b0}}.
17364         (verilog-mode): Cleanup checkdoc warnings.
17365         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17366         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17367         inputs/outputs or data type.  Suggested by Vasu Kandadi.
17368         (next-error-last-buffer): Fix byte-compiler warning.
17369         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17370         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17371         or shell command text during AUTO expansion.  Suggested by Tad Truex.
17372         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17373         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17374         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17375         in AUTOINOUT.  Reported by Matthew Lovell.
17376         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17377         causing use of <= assignments.  Reported by Alex Reed.
17378         (verilog-read-decls): Fix triand, trior, wand, wor to be
17379         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
17380         (verilog-extended-complete-re): Support import "DPI-C" functions.
17381         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17382         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
17383         (verilog-insert-date, verilog-insert-year)
17384         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17385         Windows systems.  Reported by Michael Potts.
17386         (verilog-read-module-name): Fix AUTOINST when the child module
17387         declaration's name is a tick define.  Reported by Elliot Mednick.
17388         (verilog-read-decls): Fix V2K parameter bit subscripts getting
17389         passed to next parameter's definition.  Reported by Bruce T.
17390         (verilog-read-decls): Fix detecting "parameter int" when using
17391         AUTOINSTPARAM.  Reported by Bruce T.
17392         (verilog-goto-defun): Fix goto not finding modules unless first
17393         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
17394         (verilog-mode): Expand -f flag arguments on entry to mode so
17395         verilog-goto-defun will work.  Reported by Lawrence Butcher.
17396         (verilog-getopt): Expand environment variables in -f file
17397         arguments.  Suggested by Lawrence Butcher.
17398         (verilog-set-define): Fix "Symbol's value as variable is void"
17399         when reading enumerations.
17400         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17401         Suggested by Stephen Peltan.
17402         (verilog-read-defines): Fix reading of enumerations in include
17403         files.  Reported by Steve Peltan.
17405 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17407         * files.el (trash-directory): Fix defcustom type.
17409 2009-06-28  Juri Linkov  <juri@jurta.org>
17411         * help-fns.el (describe-function-1): Correctly locate adviced
17412         functions in hyperlink (Bug#2438).
17414 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
17416         * files.el (trash-directory): Change default to nil.
17417         (move-file-to-trash): If trash-directory is nil and
17418         system-move-file-to-trash is unbound, perform freedesktop-style
17419         trashing.
17421 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17423         * files.el (move-file-to-trash): Add freedesktop trash
17424         support (Bug#973).
17426 2009-06-28  Glenn Morris  <rgm@gnu.org>
17428         * autorevert.el (global-auto-revert-non-file-buffers)
17429         (global-auto-revert-mode): Doc fixes.
17431 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
17433         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17435 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
17437         * faces.el (x-handle-named-frame-geometry): Ensure that we have
17438         opened an X connection before calling x-get-resource (Bug#3194).
17440         * play/doctor.el: Remove reference to obsolete website.
17441         (make-doctor-variables): Correct grammar mistake (Bug#2633).
17443 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
17445         Remove find-file-not-found-hook VC method.  (Bug#2757)
17446         * vc-hooks.el (vc-file-not-found-hook)
17447         (vc-default-find-file-not-found-hook): Remove functions.
17448         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17449         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17450         * vc.el:
17451         * vc-hg.el:
17452         * vc-git.el: Do not mention find-file-not-found-hook VC method.
17454 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
17456         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17457         compatibility function for `looking-back'.
17459         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17460         Use `ispell-looking-back'.
17462 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
17464         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17465         rather than `filename'.
17467 2009-06-23  Miles Bader  <miles@gnu.org>
17469         * face-remap.el (text-scale-set): New function.
17471 2009-06-23  Glenn Morris  <rgm@gnu.org>
17473         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17475         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17477         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17479         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17481         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17482         Simplify Persian conditionals.
17484         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17485         variable `filename'.
17487         * comint.el (comint-insert-input): Doc fix.
17489         * Makefile.in (ELCFILES): Fix typo in previous change.
17491 2009-06-23  Miles Bader  <miles@gnu.org>
17493         * cus-start.el: Add entry for `recenter-redisplay'.
17495 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17497         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17498         Add an optional argument for the backend, use it instead of
17499         calling vc-backend.
17500         (vc-mode-line): Add an optional argument for the backend.
17501         Pass the backend to vc-state and vc-working-revision.  Move code for
17502         special handling for vc-state being a buffer to ...
17504         * vc-rcs.el (vc-rcs-find-file-hook):
17505         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
17507         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17508         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17509         vc-stay-local-p and vc-mode-line calls.
17511         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17512         (vc-cvs-diff, vc-cvs-annotate-command)
17513         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17514         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17515         vc-mode-line calls.
17517         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17518         direct comparison.
17519         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17520         backend when calling vc-mode-line.
17521         (vc-register): Do not create a closure for calling the vc register
17522         function, call it directly.
17524 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17526         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17527         to make it obvious item can be clicked.
17529         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17531 2009-06-23  Kenichi Handa  <handa@m17n.org>
17533         * language/korea-util.el (korean-key-bindings): Change the binding
17534         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
17535         same command.
17537 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
17539         Sync with Tramp 2.1.16.
17541         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17543         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
17544         when a loading of a package fails.  Completion function for rsync
17545         is `tramp-completion-function-alist-ssh'.
17546         (all): Replace all calls of `split-string' and
17547         `tramp-split-string' by `tramp-compat-split-string'.
17548         (tramp-default-method): Use `tramp-compat-process-running-p'.
17549         (tramp-default-proxies-alist): Allow also Lisp forms.
17550         (tramp-remote-path): Add choice "Private Directories".
17551         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17552         (tramp-domain-regexp): Allow also "-", "_" and ".".
17553         (tramp-end-of-output): Remove newlines, and add "$" at the end.
17554         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17555         (tramp-debug-message): Insert header line in debug buffer.
17556         (tramp-handle-directory-files-and-attributes-with-stat):
17557         Care about filenames with spaces, or starting with "-".
17558         (tramp-handle-dired-uncache): New defun.
17559         (tramp-handle-insert-directory): Don't flush the directory from
17560         cache, this is handled by `dired-uncache' now.
17561         (tramp-handle-insert-file-contents): Improve error handling.
17562         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17563         Quote `tramp-end-of-output'.
17564         (tramp-action-password): Improve trace message.
17565         (tramp-check-for-regexp): Both echoes must be present, before removing.
17566         (tramp-open-connection-setup-interactive-shell): Trace coding system.
17567         (tramp-compute-multi-hops): Eval cons cells of
17568         `tramp-default-proxies-alist'.
17569         (tramp-maybe-open-connection): Use the same command pattern for
17570         first hop and further hops.
17571         (tramp-wait-for-output): Remove handling of newlines.
17572         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17573         (tramp-split-string): Remove function.  It is handled in
17574         tramp-compat now.
17576         * net/tramp-cmds.el (tramp-bug):
17577         Recommend `tramp-cleanup-all-connections' in the bug mail.
17579         * net/tramp-compat.el (tramp-compat-split-string)
17580         (tramp-compat-process-running-p): New defuns.
17582         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17583         for `dired-uncache'.
17585         * net/tramp-gvfs.el: New package.
17587         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17588         Add handler for `dired-uncache'.
17589         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17591         * net/trampver.el: Update release number.  Make version check fit
17592         for SXEmacs 22.
17594 2009-06-22  Jim Meyering  <meyering@redhat.com>
17596         Automatically handle .xz suffix (XZ-compressed files), too.
17597         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17598         XZ is the successor to LZMA: <http://tukaani.org/xz/>
17600 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
17601             Nick Roberts  <nickrob@snap.net.nz>
17603         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17604         repository (http://sphinx.net.ru/hg/gdb-mi/).
17606 2009-06-22  Glenn Morris  <rgm@gnu.org>
17608         * files.el (dir-locals-collect-mode-variables): Allow for any number of
17609         `mode' and `eval' entries.  (Bug#3430)
17611         * Makefile.in (ELCFILES): Add fadr.elc.
17613         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17614         differing behavior of \n and ^ in strings.  (Bug#3385)
17616         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17618         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17619         property.
17620         (lisp-indent-function): Make it a defcustom.
17622 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
17624         * progmodes/gdb-ui.el: Replace with ...
17625         * progmodes/gdb-mi.el: ... this file.
17626         * progmodes/gud.el: Modify for gdb-mi.el.
17628 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
17630         * fadr.el: New file.
17632 See ChangeLog.14 for earlier changes.
17634 ;; Local Variables:
17635 ;; coding: utf-8
17636 ;; End:
17638   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
17640   This file is part of GNU Emacs.
17642   GNU Emacs is free software: you can redistribute it and/or modify
17643   it under the terms of the GNU General Public License as published by
17644   the Free Software Foundation, either version 3 of the License, or
17645   (at your option) any later version.
17647   GNU Emacs is distributed in the hope that it will be useful,
17648   but WITHOUT ANY WARRANTY; without even the implied warranty of
17649   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17650   GNU General Public License for more details.
17652   You should have received a copy of the GNU General Public License
17653   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.